@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
Font
==================================================== */
@font-face {
  font-family: 'A-OTF-Jun501Pro-Bold';
  src: url("../fonts/A-OTF-Jun501Pro-Bold.eot");
  src: url("../fonts/A-OTF-Jun501Pro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/A-OTF-Jun501Pro-Bold.otf") format("otf"), url("../fonts/A-OTF-Jun501Pro-Bold.ttf") format("truetype"), url("../fonts/A-OTF-Jun501Pro-Bold.woff") format("woff"), url("../fonts/A-OTF-Jun501Pro-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'AOTFShinGoProDeBold';
  src: url("../fonts/AOTFShinGoProDeBold.eot");
  src: url("../fonts/AOTFShinGoProDeBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AOTFShinGoProDeBold.otf") format("otf"), url("../fonts/AOTFShinGoProDeBold.ttf") format("truetype"), url("../fonts/AOTFShinGoProDeBold.woff") format("woff"), url("../fonts/AOTFShinGoProDeBold.woff2") format("woff2");
}

@font-face {
  font-family: 'Avenir-Black';
  src: url("../fonts/Avenir-Black.eot");
  src: url("../fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Black.otf") format("otf"), url("../fonts/Avenir-Black.svg#Avenir-Black") format("svg"), url("../fonts/Avenir-Black.ttf") format("truetype"), url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.woff2") format("woff2");
}

/* ====================================================
Media Query
==================================================== */
/* ====================================================
Margin PC and SP
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

#header {
  position: relative;
  background-color: #fff;
  z-index: 999;
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: none;
  padding: 0 61px 0 70px;
}
#header .alert{
 margin: 5px 0px 0px 0px;
	padding: 0px 61px 0px 15px;
	text-align: right;
	font-size: 14px;
}
#header .alert .alert-inner{
 display: inline-block;
	text-align: left;
	width: 100%;
	max-width: 930px;
}

@media screen and (max-width: 1440px) {
  #header .inner {
    padding: 0 15px;
  }
		#header .alert{
		  padding: 0 15px;
		}
}
@media screen and (max-width: 1200px){
	#header .alert .alert-inner{
	max-width: 800px;
}
}

@media screen and (max-width: 1024px) {
  #header .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    bottom: 10px;
  }
		#header .alert{
			margin: 5px 0px 0px 0px;
			padding: 0px 10px;
			text-align: left;
			font-size: 12px;
		}
}

#header .inner .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 7px;
}

@media screen and (max-width: 1024px) {
  #header .inner .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 100px 20px;
    background-color: #fff;
    overflow-y: auto;
  }
  #header .inner .nav-menu.active {
    display: block;
  }
}

#header .inner .nav-menu .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  #header .inner .nav-menu .show-menu {
    display: block;
  }
}

#header .inner .nav-menu .show-menu a {
  display: block;
}

#header .inner .nav-menu .show-menu .item-phone {
  margin-left: 15px;
  background-color: #0134b1;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 23px 27px 18px;
}

@media screen and (max-width: 1200px) {
  #header .inner .nav-menu .show-menu .item-phone {
    padding: 21px 24px 20px;
  }
}

@media screen and (max-width: 1024px) {
  #header .inner .nav-menu .show-menu .item-phone {
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 10px;
  }
}

#header .inner .nav-menu .show-menu .item-phone__num {
  display: block;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: 900;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.35;
}

@media screen and (max-width: 1200px) {
  #header .inner .nav-menu .show-menu .item-phone__num {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

#header .inner .nav-menu .show-menu .item-phone__txt {
  display: block;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
}

@media screen and (max-width: 1200px) {
  #header .inner .nav-menu .show-menu .item-phone__txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#header .inner .nav-menu .show-menu .item-mail {
  margin-left: 15px;
  background-color: #fff03f;
  color: #2f38a1;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: relative;
  padding: 26px 78px 21px;
}

@media screen and (max-width: 1200px) {
  #header .inner .nav-menu .show-menu .item-mail {
    padding: 26px 63px 21px;
  }
}

@media screen and (max-width: 1024px) {
  #header .inner .nav-menu .show-menu .item-mail {
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 10px;
  }
}

#header .inner .nav-menu .show-menu .item-mail:before {
  content: '';
  position: absolute;
  width: 41px;
  height: 28px;
  background: url("../img/common/ico-mail.png") no-repeat center/contain;
  left: 19px;
  top: 54%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #header .inner .nav-menu .show-menu .item-mail:before {
    left: 12px;
  }
}

#header .inner .nav-menu .show-menu .item-mail__ttl {
  display: block;
  font-family: "A-OTF-Jun501Pro-Bold";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  #header .inner .nav-menu .show-menu .item-mail__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header .inner .nav-menu .show-menu .item-mail__ttl {
    line-height: 1;
    margin-top: 10px;
  }
}

#header .inner .nav-menu .show-menu .item-mail__txt {
  display: block;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
}

#header .inner .nav-menu .show-menu .item-document {
  display: block;
  margin-left: 15px;
  background-color: #fff03f;
  color: #2f38a1;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: relative;
  padding: 26px 102px 21px;
}

@media screen and (max-width: 1200px) {
  #header .inner .nav-menu .show-menu .item-document {
    padding: 26px 85px 21px;
  }
}

@media screen and (max-width: 1024px) {
  #header .inner .nav-menu .show-menu .item-document {
    margin-left: 0;
    border-radius: 10px;
  }
}

#header .inner .nav-menu .show-menu .item-document:before {
  content: '';
  position: absolute;
  width: 33px;
  height: 42px;
  background: url("../img/common/ico-document.png") no-repeat center/contain;
  left: 29px;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#header .inner .nav-menu .show-menu .item-document__ttl {
  display: block;
  font-family: "A-OTF-Jun501Pro-Bold";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  #header .inner .nav-menu .show-menu .item-document__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header .inner .nav-menu .show-menu .item-document__ttl {
    line-height: 1;
    margin-top: 10px;
  }
}

#header .inner .nav-menu .show-menu .item-document__txt {
  display: block;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
}

#header .inner .mobile-icon {
  position: relative;
  width: 26px;
  height: 30px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  cursor: pointer;
  z-index: 12;
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .inner .mobile-icon {
    display: block;
  }
}

#header .inner .mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  background-color: #333;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px;
}

#header .inner .mobile-icon span:before, #header .inner .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}

#header .inner .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
      -ms-transform: translateY(-250%);
          transform: translateY(-250%);
  top: -6px;
}

#header .inner .mobile-icon span:after {
  -webkit-transform: translateY(250%);
      -ms-transform: translateY(250%);
          transform: translateY(250%);
  bottom: -6px;
}

#header .inner .mobile-icon.mobile-close span {
  background-color: transparent;
}

#header .inner .mobile-icon.mobile-close span:before, #header .inner .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #333;
}

#header .inner .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  top: 2px;
}

#header .inner .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

.inner {
  display: block;
  max-width: 1056px;
  padding: 0 15px;
  margin: 0 auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 835px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a[href^="tel"] {
    display: inline-block;
  }
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .sp-xs {
    display: none !important;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.btn-comp01 {
  background-color: #ffed39;
  color: #1c2086;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.75;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 20px 2px;
}

@media screen and (max-width: 834px) {
  .btn-comp01 {
    height: 60px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-comp01 {
    padding-top: 10px;
  }
}

.btn-comp01:hover {
  opacity: 0.7;
}

.btn-comp01:focus {
  outline: none;
}

.btn-comp01--blue {
  background-color: #0134b1;
  color: #ffffff;
}

.sec-mv {
  text-align: center;
  padding: 124px 0 119px;
}

@media screen and (max-width: 834px) {
  .sec-mv {
    padding: 50px 0;
  }
}

.sec-mv .ttl-mv {
  text-align: center;
}

.sec-mv .ttl-mv .en {
  display: block;
  font-family: "Avenir-Black";
  color: #1c2088;
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.15;
}

@media screen and (max-width: 834px) {
  .sec-mv .ttl-mv .en {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.sec-mv .ttl-mv .jp {
  display: block;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.75;
}

@media screen and (max-width: 834px) {
  .sec-mv .ttl-mv .jp {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-contact {
  background-color: #24b6dc;
  padding: 44px 0 133px;
}

@media screen and (max-width: 834px) {
  .sec-contact {
    padding: 50px 0;
  }
}

.sec-contact .block-ttl {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.75;
  margin-bottom: 29px;
}

@media screen and (max-width: 834px) {
  .sec-contact .block-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.form-contact .list {
  padding: 0 28px;
  margin-bottom: 72px;
}

@media screen and (max-width: 834px) {
  .form-contact .list {
    padding: 0;
    margin-bottom: 20px;
  }
}

.form-contact .item {
  margin-bottom: 30px;
}

.form-contact .item__lb {
  display: block;
  padding-left: 33px;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.75;
  margin-bottom: 13px;
}

@media screen and (max-width: 834px) {
  .form-contact .item__lb {
    padding-left: 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.form-contact .item__lb:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 8px;
  bottom: 2px;
  width: 11px;
  background-color: #ffef3f;
}

@media screen and (max-width: 834px) {
  .form-contact .item__lb:before {
    top: 6px;
    bottom: 4px;
  }
}

.form-contact .item__input, .form-contact .item__textarea, .form-contact .item__select {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 56px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 2px;
  border: none;
}

@media screen and (max-width: 834px) {
  .form-contact .item__input, .form-contact .item__textarea, .form-contact .item__select {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.form-contact .item__input:focus, .form-contact .item__textarea:focus, .form-contact .item__select:focus {
  outline: none;
}

.form-contact .item__input::-webkit-input-placeholder, .form-contact .item__textarea::-webkit-input-placeholder, .form-contact .item__select::-webkit-input-placeholder {
  color: #7c7c7c;
}

.form-contact .item__input:-ms-input-placeholder, .form-contact .item__textarea:-ms-input-placeholder, .form-contact .item__select:-ms-input-placeholder {
  color: #7c7c7c;
}

.form-contact .item__input::-moz-placeholder, .form-contact .item__textarea::-moz-placeholder, .form-contact .item__select::-moz-placeholder {
  color: #7c7c7c;
}

.form-contact .item__input::-ms-input-placeholder, .form-contact .item__textarea::-ms-input-placeholder, .form-contact .item__select::-ms-input-placeholder {
  color: #7c7c7c;
}

.form-contact .item__input::placeholder, .form-contact .item__textarea::placeholder, .form-contact .item__select::placeholder {
  color: #7c7c7c;
}

.form-contact .item__input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-contact .item__input::-ms-clear {
  display: none;
}

.form-contact .item__select {
  max-width: 523px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
  background: url("../img/common/ico-arrow-down.png") no-repeat right 15px center, #fff;
}

.form-contact .item__select::-ms-expand {
  display: none;
}

.form-contact .item__textarea {
  padding-top: 19px;
  padding-bottom: 19px;
  overflow: auto;
  height: 290px;
  resize: none;
}

@media screen and (max-width: 834px) {
  .form-contact .item__textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 145px;
  }
}

.form-contact .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -17px;
}

@media screen and (max-width: 834px) {
  .form-contact .btn {
    margin: 0 -10px;
  }
  .form-contact .btn.btn-one li {
    width: auto;
  }
}

.form-contact .btn li {
  width: 50%;
  padding: 0 17px;
}

@media screen and (max-width: 834px) {
  .form-contact .btn li {
    padding: 0 10px;
  }
}

.form-contact .info {
  margin: 0 28px 59px;
  background-color: #fff;
  padding: 45px 50px;
  overflow-y: scroll;
  max-height: 500px;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .form-contact .info {
    margin: 0 0 30px;
    padding: 20px 15px;
  }
}

.form-contact .info .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.75;
  padding: 1px 10px 3px;
  border-radius: 25px;
  background-color: #ffef3f;
  margin-bottom: 43px;
}

@media screen and (max-width: 834px) {
  .form-contact .info .ttl {
    padding: 2px 10px 3px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

.form-contact .info .content {
  padding: 0 25px;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.89;
}

@media screen and (max-width: 834px) {
  .form-contact .info .content {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-contact .info .content p {
  margin-bottom: 36px;
}

@media screen and (max-width: 834px) {
  .form-contact .info .content p {
    margin-bottom: 30px;
  }
}

.form-contact .info .content p:last-child {
  margin-bottom: 0;
}

.form-contact .info .content .heading {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.55;
  color: #24b6dc;
  border-bottom: 2px solid #24b6dc;
  padding-bottom: 14px;
  margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
  .form-contact .info .content .heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-checkbox {
  display: inline-block;
  margin-bottom: 42px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 834px) {
  .form-checkbox {
    margin-bottom: 30px;
  }
}

.form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-checkbox input:checked ~ span:after {
  display: block;
}

.form-checkbox .check {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.75;
  padding-left: 55px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .form-checkbox .check {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 30px;
  }
}

.form-checkbox .check:before {
  content: '';
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .form-checkbox .check:before {
    width: 24px;
    height: 24px;
  }
}

.form-checkbox .check:after {
  content: '';
  position: absolute;
  display: none;
  left: 10px;
  top: 4px;
  width: 10px;
  height: 18px;
  border: solid #000000;
  border-width: 0 6px 6px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 834px) {
  .form-checkbox .check:after {
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border-width: 0 3px 3px 0;
  }
}

.color-red {
  color: #dd1f1f;
}

/*# sourceMappingURL=maps/styles.css.map */
