@charset "UTF-8";
/*変数*/
/*色の変数*/
/*FONTサイズ*/
/*24px　相当*/
/*16px　相当*/
/*8px　相当*/
/*1px*/
/*contentsサイズ*/
/*ディスプレイサイズ*/
/*ブレイクポイント*/
/* CSS Document */
/*ヘッダーレイアウト*/
/*ヘッダーレイアウト*/
/*モバイルメニューレイアウト*/
/*モバイルメニューレイアウト*/
/*フッターレイアウト*/
/*フッターレイアウト*/
/* CSS Document */
html {
  font-size: 100%;
}

* {
  font-family: source-han-sans-japanese, Hiragino Sans, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #3B4043;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0;
  font-weight: 400;
  overflow: auto;
}

.container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

div, section, article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  outline: none;
  width: 100%;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

p {
  margin: 0;
  padding: 0;
  word-break: normal !important;
  line-break: strict !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.sp {
  display: none !important;
}

.kerning {
  letter-spacing: -0.4em;
}

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

.dspnone {
  display: none !important;
}

a {
  text-decoration: none;
  color: #3B4043;
}

a:hover {
  filter: alpha(opacity=80);
  opacity: .8;
  transition: opacity 0.25s 0s ease-out;
  -webkit-transition: opacity 0.25s 0s ease-out;
  -o-transition: opacity 0.25s 0s ease-out;
}

a:hover img {
  filter: alpha(opacity=80);
  opacity: .8;
  transition: opacity 0.25s 0s ease-out;
  -webkit-transition: opacity 0.25s 0s ease-out;
  -o-transition: opacity 0.25s 0s ease-out;
}

.opacity0 {
  opacity: 0;
  position: relative;
}

.opacity_top100 {
  opacity: 1;
  -webkit-animation: opacity_top100 .5s linear 0s;
          animation: opacity_top100 .5s linear 0s;
  top: calc(50% - 50px);
}

.opacity100 {
  opacity: 1;
  -webkit-animation: opacity100 1s ease-in-out 0s;
          animation: opacity100 1s ease-in-out 0s;
}

.loading {
  opacity: 1;
  -webkit-animation: loading 1.8s infinite ease-in-out both;
          animation: loading 1.8s infinite ease-in-out both;
}

.img_anime {
  opacity: 1;
  -webkit-animation: marker 4.8s infinite;
          animation: marker 4.8s infinite;
}

.flexpage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@-webkit-keyframes opacity_top100 {
  0% {
    opacity: 0;
    top: calc(50% - 50px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@keyframes opacity_top100 {
  0% {
    opacity: 0;
    top: calc(50% - 50px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@-webkit-keyframes opacity100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

select {
  border-radius: 4px;
  border: 1px solid #dddddd;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: rgba(59, 62, 67, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(59, 62, 67, 0.5);
}

input::-ms-input-placeholder {
  color: rgba(59, 62, 67, 0.5);
}

input::placeholder {
  color: rgba(59, 62, 67, 0.5);
}

input[type="radio"].radio1 {
  display: none;
}

.label {
  padding-left: 2.25vw;
  font-size: 0.98vw;
}

.radio1span {
  cursor: pointer;
}

.radio1span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.71vw;
  height: 1.71vw;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #D9D9D9;
  top: 50%;
  left: 1.04vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

input[type="radio"].radio1:checked + .radio1span {
  color: #FFF;
}

input[type="radio"].radio1:checked + .radio1span::before {
  background-color: #3B3E43;
  border: 1px solid #3B3E43;
}

input[type="radio"].radio1:checked + .radio1span {
  background-color: #3B3E43;
}

input[type="radio"].radio1:checked + .radio1span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.37vw;
  height: 0.37vw;
  background-color: #FFF;
  border-radius: 50%;
  top: 50%;
  left: 1.75vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .label {
    padding-left: 7.33vw;
    font-size: 2.93vw;
  }
  .radio1span {
    cursor: pointer;
  }
  .radio1span::before {
    width: 4.8vw;
    height: 4.8vw;
    top: 50%;
    left: 5.33vw;
  }
  input[type="radio"].radio1:checked + .radio1span::after {
    width: 1.06vw;
    height: 1.06vw;
    top: 50%;
    left: 7.53vw;
  }
}

.blockUI img {
  display: inline;
}

.error {
  color: red;
  display: block;
  margin-top: 10px;
}

.header-inner {
  width: 100%;
  max-width: 1980px;
  margin: auto;
  height: 3.85vw;
  max-height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-inner a {
  display: block;
  width: 11.45vw;
  max-width: 220px;
  margin-left: 50px;
}

.header-inner a h1 {
  width: 100%;
}

.bg-header .header {
  background-color: #EDEDED;
}

@media screen and (max-width: 1980px) {
  .header-inner a {
    margin-left: 2.6vw;
  }
}

@media screen and (max-width: 750px) {
  .header-inner {
    height: 18.66vw;
    max-height: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-inner a {
    width: 45.6vw;
    max-width: 342px;
    margin: auto;
  }
}

.footer {
  width: 100%;
  background-color: #1A274F;
  height: 4.16vw;
  max-height: 80px;
  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;
  position: relative;
}

.footer a {
  display: block;
  width: 15.1vw;
  max-width: 290px;
}

.footer-sns {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-sns a {
  display: block;
  width: auto;
  height: 1.04vw;
  max-height: 20px;
  margin-left: 25px;
}

.footer-sns a img {
  width: auto;
  height: 1.04vw;
  max-height: 20px;
}

.footer .fa-facebook-square {
  color: #fff;
}

@media screen and (max-width: 1980px) {
  .footer-sns {
    right: 2.08vw;
  }
  .footer-sns a {
    margin-left: 1.30vw;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    width: 100%;
    background-color: #1A274F;
    height: 30.93vw;
    max-height: 232px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding: 5.66vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer a {
    display: block;
    width: 44.8vw;
    max-width: 336px;
  }
  .footer-sns {
    width: 100%;
    position: static;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    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;
    margin-top: 5.33vw;
  }
  .footer-sns a {
    display: block;
    width: auto;
    height: 4.26vw;
    max-height: 32px;
    margin: 0 2.66vw;
  }
  .footer-sns a img {
    width: auto;
    height: 4.26vw;
    max-height: 32px;
  }
  .footer .pagetop {
    width: 10.66vw;
    position: absolute;
    top: 13.33vw;
    right: 5.33vw;
  }
}

.common-btn1 {
  text-align: center;
}

.common-btn1 a {
  width: 13.95vw;
  max-width: 268px;
  display: inline-block;
  height: 4.47vw;
  max-height: 86px;
  line-height: 86px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  background-color: #1A274F;
  border-radius: 43px;
}

@media screen and (max-width: 1980px) {
  .common-btn1 a {
    line-height: 4.47vw;
    font-size: 1.04vw;
    border-radius: 2.23vw;
  }
}

@media screen and (max-width: 750px) {
  .common-btn1 {
    text-align: center;
  }
  .common-btn1 a {
    width: 39.4vw;
    max-width: 296px;
    display: inline-block;
    height: 12.8vw;
    max-height: 96px;
    line-height: 12.8vw;
    font-size: 4.26vw;
    border-radius: 6.4vw;
  }
}

.common-btn2 {
  text-align: center;
  margin-top: 5.33vw;
}

.common-btn2 a {
  display: inline-block;
  color: #1A274F;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #CDD6DD;
  width: 39.4vw;
  max-width: 296px;
  display: inline-block;
  height: 12.8vw;
  max-height: 96px;
  line-height: 11.8vw;
  font-size: 4.26vw;
  border-radius: 6.4vw;
}

.common-ttl h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.common-ttl h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FBC200;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1980px) {
  .common-ttl h2 {
    font-size: 2.08vw;
  }
  .common-ttl h3 {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 750px) {
  .common-ttl h2 {
    font-size: 6.66vw;
  }
  .common-ttl h3 {
    font-size: 4vw;
  }
}

.common-ttlB h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.common-ttlB h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FBC200;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1980px) {
  .common-ttlB h2 {
    font-size: 2.08vw;
  }
  .common-ttlB h3 {
    font-size: 0.83vw;
  }
}

@media screen and (max-width: 750px) {
  .common-ttlB h2 {
    font-size: 5.86vw;
    color: #FBC200;
  }
  .common-ttlB h3 {
    font-size: 2.66vw;
    color: #3B4043;
  }
}

.common-ttl2 {
  font-size: 22px;
  color: #FBC200;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  position: relative;
}

.common-ttl2:after {
  content: "";
  width: 66px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 1980px) {
  .common-ttl2 {
    font-size: 1.14vw;
  }
  .common-ttl2:after {
    width: 3.43vw;
  }
}

@media screen and (max-width: 750px) {
  .common-ttl2 {
    font-size: 4vw;
    line-height: 2;
  }
  .common-ttl2:after {
    content: "";
    width: 11.73vw;
  }
}
/*# sourceMappingURL=style.css.map */