@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp-noto.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block; }

body {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  font-size: 62.5%;
  height: 100%; }

body {
  font-family: YakuHanMP_Noto,'Noto Serif JP',"游明朝","YuMincho","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  color: #000000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
  background-color: #ffffff; }

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

a {
  text-decoration: none;
  color: #000000; }
  a:active, a:focus, a:hover {
    text-decoration: none;
    color: #000000; }

img {
  width: 100%;
  vertical-align: bottom; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }

@media only screen and (max-width: 599px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto; } }

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

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

.anime {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.o-btn-header-navy, .o-btn-header-orange {
  position: relative;
  overflow: hidden; }
  .o-btn-header-navy:after, .o-btn-header-orange:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .o-btn-header-navy > a, .o-btn-header-orange > a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    z-index: 2;
    color: #ffffff; }
    .o-btn-header-navy > a:before, .o-btn-header-orange > a:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 1px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .o-btn-header-navy > a:after, .o-btn-header-orange > a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .o-btn-header-navy > a > span, .o-btn-header-orange > a > span {
      width: 100%;
      height: 100%;
      position: relative;
      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; }
      .o-btn-header-navy > a > span:before, .o-btn-header-orange > a > span:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .o-btn-header-navy > a > span:after, .o-btn-header-orange > a > span:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1px;
        height: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .o-btn-header-navy > a:hover:before, .o-btn-header-orange > a:hover:before {
      width: 100%;
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .o-btn-header-navy > a:hover:after, .o-btn-header-orange > a:hover:after {
      width: 100%;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .o-btn-header-navy > a:hover > span:before, .o-btn-header-orange > a:hover > span:before {
      height: 100%;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .o-btn-header-navy > a:hover > span:after, .o-btn-header-orange > a:hover > span:after {
      height: 100%;
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
  @media screen and (max-width: 800px) {
    .o-btn-header-navy > a, .o-btn-header-orange > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      z-index: 2;
      color: #ffffff; }
      .o-btn-header-navy > a:before, .o-btn-header-orange > a:before {
        content: none; }
      .o-btn-header-navy > a:after, .o-btn-header-orange > a:after {
        content: none; }
      .o-btn-header-navy > a > span, .o-btn-header-orange > a > span {
        width: 100%;
        height: 100%;
        position: relative;
        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; }
        .o-btn-header-navy > a > span:before, .o-btn-header-orange > a > span:before {
          content: none; }
        .o-btn-header-navy > a > span:after, .o-btn-header-orange > a > span:after {
          content: none; } }

.o-btn-header-navy:after {
  background-color: #004896; }

.o-btn-header-navy > a:before {
  background-color: #004896; }

.o-btn-header-navy > a:after {
  background-color: #004896; }

.o-btn-header-navy > a > span:before {
  background-color: #004896; }

.o-btn-header-navy > a > span:after {
  background-color: #004896; }

.o-btn-header-navy > a:hover {
  color: #004896; }

@media screen and (max-width: 800px) {
  .o-btn-header-navy > a {
    background-color: #004896; }
    .o-btn-header-navy > a:hover {
      color: #ffffff; } }

.o-btn-header-orange:after {
  background-color: #ff6633; }

.o-btn-header-orange > a:before {
  background-color: #ff6633; }

.o-btn-header-orange > a:after {
  background-color: #ff6633; }

.o-btn-header-orange > a > span:before {
  background-color: #ff6633; }

.o-btn-header-orange > a > span:after {
  background-color: #ff6633; }

.o-btn-header-orange > a:hover {
  color: #ff6633; }

@media screen and (max-width: 800px) {
  .o-btn-header-orange > a {
    background-color: #ff6633; }
    .o-btn-header-orange > a:hover {
      color: #ffffff; } }

.o-btn-contact-navy, .o-btn-contact-orange {
  position: relative; }
  .o-btn-contact-navy:before, .o-btn-contact-orange:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .o-btn-contact-navy > a, .o-btn-contact-orange > a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden; }
    .o-btn-contact-navy > a:after, .o-btn-contact-orange > a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .o-btn-contact-navy > a > span, .o-btn-contact-orange > a > span {
      width: 100%;
      height: 100%;
      position: relative;
      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;
      color: #ffffff;
      z-index: 2; }
  @media screen and (max-width: 800px) {
    .o-btn-contact-navy:before, .o-btn-contact-orange:before {
      -webkit-transition: all 0;
      -o-transition: all 0;
      transition: all 0; }
    .o-btn-contact-navy > a:after, .o-btn-contact-orange > a:after {
      content: none; } }

.o-btn-contact-navy:before {
  background-color: #004896; }

.o-btn-contact-navy > a:after {
  background-color: #004896; }

.o-btn-contact-navy > a > span {
  border: 1px solid #004896; }

.o-btn-contact-navy > a:hover > span {
  color: #004896; }

@media screen and (max-width: 800px) {
  .o-btn-contact-navy > a > span {
    background-color: #004896;
    border: none; }
  .o-btn-contact-navy > a:hover > span {
    color: #ffffff; } }

.o-btn-contact-orange:before {
  background-color: #ff6633; }

.o-btn-contact-orange > a:after {
  background-color: #ff6633; }

.o-btn-contact-orange > a > span {
  border: 1px solid #ff6633; }

.o-btn-contact-orange > a:hover > span {
  color: #ff6633; }

@media screen and (max-width: 800px) {
  .o-btn-contact-orange > a > span {
    background-color: #ff6633;
    border: none; }
  .o-btn-contact-orange > a:hover > span {
    color: #ffffff; } }


 
.o-btn-contact-red>a>span{width:99%;height:97%;position:relative;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;color:#fff;z-index:2;}
.o-btn-contact-red>a>span{border:1px solid #37CC00;}
.o-btn-contact-red>a:hover>span{color:#37CC00;}
@media screen and (max-width:800px){
.o-btn-contact-red>a>span{background-color:#37CC00;border:none;}
.o-btn-contact-red>a:hover>span{color:#fff;}
}
 
 
 
 
 
 
.o-btn-contact-red{position:relative;}
.o-btn-contact-red:before{content:'';display:block;position:absolute;height:1px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.o-btn-contact-red>a{position:absolute;top:0;bottom:0;right:0;left:0;z-index:1;overflow:hidden;}
.o-btn-contact-red>a:after{content:'';display:block;position:absolute;top:0;left:0;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.o-btn-contact-red>a>span{width:99%;height:97%;position:relative;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;color:#fff;z-index:2;}
@media screen and (max-width:800px){
.o-btn-contact-red:before{-webkit-transition:all 0;-o-transition:all 0;transition:all 0;}
.o-btn-contact-red>a:after{content:none;}
}
.o-btn-contact-red:before{background-color:#37CC00;}
.o-btn-contact-red>a:after{background-color:#37CC00;}
.o-btn-contact-red>a>span{border:1px solid #37CC00;}
.o-btn-contact-red>a:hover>span{color:#37CC00;}
@media screen and (max-width:800px){
.o-btn-contact-red>a>span{background-color:#37CC00;border:none;}
.o-btn-contact-red>a:hover>span{color:#fff;}
}

 
 
 

.o-ttl {
  font-size: 48px;
  font-size: 2.5vw;
  letter-spacing: 0.2em;
  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; }
  .o-ttl:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.60417vw;
    height: 2.60417vw;
    border-top: 0.41667vw solid #ddedff;
    border-left: 0.41667vw solid #ddedff; }
  .o-ttl:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.60417vw;
    height: 2.60417vw;
    border-right: 0.41667vw solid #ddedff;
    border-bottom: 0.41667vw solid #ddedff; }
  .o-ttl > span > i {
    font-size: 60px;
    font-size: 3.125vw; }
  @media screen and (max-width: 800px) {
    .o-ttl {
      font-size: 48px;
      font-size: 6.4vw;
      line-height: 1.25;
      text-align: center; }
      .o-ttl:before {
        width: 6.66667vw;
        height: 6.66667vw;
        border-top: 1.06667vw solid #ddedff;
        border-left: 1.06667vw solid #ddedff; }
      .o-ttl:after {
        width: 6.66667vw;
        height: 6.66667vw;
        border-right: 1.06667vw solid #ddedff;
        border-bottom: 1.06667vw solid #ddedff; }
      .o-ttl > span > i {
        font-size: 60px;
        font-size: 8vw; } }

.header {
  width: 100%;
  height: 5.20833vw;
  position: fixed;
  z-index: 5; }
  .header.is-white {
    background-color: #ffffff; }
  .header__inner {
    width: 79.89583vw;
    height: 100%;
    margin: 0 auto;
    padding: 0 5.72917vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__logo {
    width: 7.65625vw;
    height: 2.70833vw; }
  .header__contact {
    width: 34.16667vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__btn {
    width: 15.67708vw;
    height: 3.125vw; }
    .header__btn:after {
      width: 15.67708vw;
      height: 3.125vw; }
    .header__btn:hover:after {
      left: 15.67708vw; }
    .header__btn > a {
      font-size: 18px;
      font-size: 0.9375vw; }
  @media screen and (max-width: 1280px) {
    .header {
      height: 7.8125vw; }
      .header__inner {
        width: 100%;
        margin: 0;
        padding: 0 3.90625vw; }
      .header__logo {
        width: 11.48438vw;
        height: 4.0625vw; }
      .header__contact {
        width: 51.25vw; }
      .header__btn {
        width: 23.51563vw;
        height: 4.6875vw; }
        .header__btn:after {
          width: 23.51563vw;
          height: 4.6875vw; }
        .header__btn:hover:after {
          left: 23.51563vw; }
        .header__btn > a {
          font-size: 16px;
          font-size: 1.25vw; } }
  @media screen and (max-width: 800px) {
    .header {
      height: 13.33333vw; }
      .header__inner {
        padding: 0; }
      .header__logo {
        width: 38.13333vw;
        height: 100%;
        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; }
        .header__logo > img {
          width: 21.2vw;
          height: 7.46667vw; }
      .header__contact {
        width: 61.86667vw;
        height: 100%; }
      .header__btn {
        width: 50%;
        height: 100%; }
        .header__btn > a {
          font-size: 30px;
          font-size: 4vw; }
          .header__btn > a > span {
            display: block;
            text-align: center;
            line-height: 1.1;
            padding: 1.86667vw 0 0; }
            .header__btn > a > span > i {
              font-size: 24px;
              font-size: 3.2vw; } }

.fv {
  background-image: url("../img/fv.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(15.52083vw, transparent), color-stop(15.52083vw, #ddedff), color-stop(36.35417vw, #ddedff), color-stop(36.35417vw, transparent), to(transparent));
  background-image: url("../img/fv.jpg"), -webkit-linear-gradient(transparent 0, transparent 15.52083vw, #ddedff 15.52083vw, #ddedff 36.35417vw, transparent 36.35417vw, transparent 100%);
  background-image: url("../img/fv.jpg"), -o-linear-gradient(transparent 0, transparent 15.52083vw, #ddedff 15.52083vw, #ddedff 36.35417vw, transparent 36.35417vw, transparent 100%);
  background-image: url("../img/fv.jpg"), linear-gradient(transparent 0, transparent 15.52083vw, #ddedff 15.52083vw, #ddedff 36.35417vw, transparent 36.35417vw, transparent 100%);
  background-repeat: no-repeat;
  background-position: top 7.13542vw center, left top;
  background-size: 80vw 36.45833vw, auto;
  position: relative;
  /*height: 50.52083vw;*/
    height: 43.52083vw;

  padding: 10.22917vw 46.27083vw 0 0; }
  .fv:before {
    content: '';
    display: block;
    position: absolute;
    top: 5.88542vw;
    left: 8.17708vw;
    width: 2.34375vw;
    height: 38.95833vw;
    
    background-size: 100% 100%; }
  .fv__ttl {
    width: 37.23958vw;
    height: 16.94792vw;
    margin: 0 0 8vw auto;}
  .fv__subttl {
    width: 36.45vw;
    display: block;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.5em;
    margin: 0 0 0 auto; }
    .fv__subttl--main {
      font-size: 24px;}
    .fv__subttl--total {
      font-size: 24px;
      font-size: 1.25vw; }
      .fv__subttl--total > i {
        font-size: 28px;
        color: #dc143c; }
    .fv__subttl--date {
      font-size: 18px;}
  .fv__spotlight {
    position: absolute;
    top: 6.40625vw;
    right: 5.15625vw;
    width: 5.57292vw;
    height: 38.80208vw; }
  @media screen and (max-width: 1280px) {
    .fv {
      background-image: url("../img/fv.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(23.28125vw, transparent), color-stop(23.28125vw, #ddedff), color-stop(54.53125vw, #ddedff), color-stop(54.53125vw, transparent), to(transparent));
      background-image: url("../img/fv.jpg"), -webkit-linear-gradient(transparent 0, transparent 23.28125vw, #ddedff 23.28125vw, #ddedff 54.53125vw, transparent 54.53125vw, transparent 100%);
      background-image: url("../img/fv.jpg"), -o-linear-gradient(transparent 0, transparent 23.28125vw, #ddedff 23.28125vw, #ddedff 54.53125vw, transparent 54.53125vw, transparent 100%);
      background-image: url("../img/fv.jpg");
      background-repeat: no-repeat;
      background-position: top 10.70313vw left 7.46875vw, left top;
      background-size: 85.9375vw 39.14063vw, auto;
      position: relative;
      height: 50vw;
      padding: 15.65625vw 0 0 14.0625vw; }
      .fv:before {
        content: '';
        display: block;
        position: absolute;
        top: 8.82813vw;
        left: 3.90625vw;
        width: 2.34375vw;
        height: 38.98438vw; }
      .fv__ttl {
        width: 42.35937vw;
        height: 23.92188vw;
        margin: 0 0 3.125vw; }
      .fv__subttl {
        width: auto;
        margin: 0; }
        .fv__subttl--main {
          font-size: 24px;
          font-size: 1.875vw; }
        .fv__subttl--total {
          font-size: 24px;
          font-size: 1.875vw; }
          .fv__subttl--total > i {
            font-size: 28px;
            font-size: 2.1875vw;
            color: #dc143c; }
        .fv__subttl--date {
          font-size: 18px;
          font-size: 1.40625vw; }
      .fv__spotlight {
        position: absolute;
        top: 9.60938vw;
        right: 3.90625vw;
        width: 5.625vw;
        height: 39.14063vw; } }
  @media screen and (max-width: 800px) {
    .fv {
      background-image: url("../img/fv_sp.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(34.4vw, transparent), color-stop(34.4vw, #ddedff), color-stop(127.73333vw, #ddedff), color-stop(127.73333vw, transparent), to(transparent));
      background-image: url("../img/fv_sp.jpg"), -webkit-linear-gradient(transparent 0, transparent 34.4vw, #ddedff 34.4vw, #ddedff 127.73333vw, transparent 127.73333vw, transparent 100%);
      background-image: url("../img/fv_sp.jpg"), -o-linear-gradient(transparent 0, transparent 34.4vw, #ddedff 34.4vw, #ddedff 127.73333vw, transparent 127.73333vw, transparent 100%);
      background-image: url("../img/fv_sp.jpg");
      background-repeat: no-repeat;
      background-position: top 27.73333vw left -0.33333vw, left top;
      background-size: 103vw 105.66667vw, auto;
      position: relative;
      /*height: 149.33333vw;*/
    height: 141.33333vw;
      
      padding: 43.06667vw 0 0 6.39999vw; }
      .fv:before {
        top: 19.46667vw;
        left: 4.53333vw;
        width: 4.93333vw;
        height: 59.6vw;
        
        background-size: 100% 100%; }
      .fv__ttl {
        width: 61.26667vw;
        height: 60.46667vwvw;
        margin: 0 0 37.5vw; }
      .fv__subttl--main {
        letter-spacing: 0.2em;
        font-size: 24px; }
      .fv__subttl--total {
        font-size: 24px;
        font-size: 3.2vw;
        letter-spacing: 0.075em;
        margin: 0 2.4vw 0 0; }
        .fv__subttl--total > i {
          font-size: 36px;
          font-size: 4.8vw;
          color: #dc143c;}
      .fv__subttl--date {
        letter-spacing: 0.075em;
        font-size: 18px;
        font-size: 2.4vw; }
      .fv__spotlight {
        top: 19.46667vw;
        right: 5.06667vw;
        width: 10.4vw;
        height: 117.46667vw; } }

.intro {
  padding: 0 0 7.8125vw; }
  .intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 8.125vw; }
    .intro__list__item {
      width: 13.02083vw;
      height: 13.02083vw; }
      .intro__list__item:nth-of-type(2) {
        margin: 0 3.4375vw; }
  .intro__inner {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(4.375vw, transparent), color-stop(4.375vw, #ddedff), to(#ddedff));
    background-image: -webkit-linear-gradient(transparent 0, transparent 4.375vw, #ddedff 4.375vw, #ddedff 100%);
    background-image: -o-linear-gradient(transparent 0, transparent 4.375vw, #ddedff 4.375vw, #ddedff 100%);
    background-image: linear-gradient(transparent 0, transparent 4.375vw, #ddedff 4.375vw, #ddedff 100%); }
    
  .intro__details {
    width: 60vw;
    margin: 0 auto;
    padding: 0 0 2.08333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .intro__box {
    width: 30vw; }
    .intro__box__ttl {
      font-size: 32px;
      font-size: 1.66667vw;
      line-height: 1.3;
      margin: -0.72917vw 0 1.5625vw; }
    .intro__box__txt {
      font-size: 18px;
      font-size: 0.9375vw;
      line-height: 1.889;
      text-align: justify; }
      .intro__box__txt > em {
        font-size: 22px;
        font-size: 1.14583vw;
        font-weight: 700; }
      .intro__box__txt > span {
        display: block;
        text-align: right; }
  .intro__graph {
    width: 27.30208vw;
    height: 0vw; }
  @media screen and (max-width: 1280px) {
    .intro {
      padding: 0 0 11.71875vw; }
      .intro__list {
        margin: 0 0 12.1875vw; }
        .intro__list__item {
          width: 19.53125vw;
          height: 19.53125vw; }
          .intro__list__item:nth-of-type(2) {
            margin: 0 5.15625vw; }
      .intro__inner {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(6.25vw, transparent), color-stop(6.25vw, #ddedff), to(#ddedff));
        background-image: -webkit-linear-gradient(transparent 0, transparent 6.25vw, #ddedff 6.25vw, #ddedff 100%);
        background-image: -o-linear-gradient(transparent 0, transparent 6.25vw, #ddedff 6.25vw, #ddedff 100%);
        background-image: linear-gradient(transparent 0, transparent 6.25vw, #ddedff 6.25vw, #ddedff 100%); }
      .intro__details {
        width: 90vw;
        padding: 0 0 3.125vw; }
      .intro__box {
        width: 46.875vw; }
        .intro__box__ttl {
          font-size: 32px;
          font-size: 2.5vw;
          margin: -1.09375vw 0 2.34375vw; }
        .intro__box__txt {
          font-size: 18px;
          font-size: 1.40625vw; }
          .intro__box__txt > em {
            font-size: 22px;
            font-size: 1.71875vw; }
      .intro__graph {
        width: 37.5vw;
        height: 0vw; } }
  @media screen and (max-width: 800px) {
    .intro {
      padding: 0 0 13.33333vw; }
      .intro__list {
        display: block;
        padding: 0 6.66667vw;
        margin: 0 0 13.33333vw; }
        .intro__list__item {
          width: 100%;
          height: 19.33333vw; }
          .intro__list__item:nth-of-type(2) {
            margin: 9.33333vw 0; }
      .intro__inner {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(19.73333vw, transparent), color-stop(19.73333vw, #ddedff), to(#ddedff));
        background-image: -webkit-linear-gradient(transparent 0, transparent 19.73333vw, #ddedff 19.73333vw, #ddedff 100%);
        background-image: -o-linear-gradient(transparent 0, transparent 19.73333vw, #ddedff 19.73333vw, #ddedff 100%);
        background-image: linear-gradient(transparent 0, transparent 19.73333vw, #ddedff 19.73333vw, #ddedff 100%); }
      .intro__details {
        width: 100%;
        margin: 0;
        padding: 0 6.66667vw 9.6vw;
        display: block; }
      .intro__box {
        width: 100%; }
        .intro__box__ttl {
          font-size: 48px;
          font-size: 6.4vw;
          line-height: 1.25;
          margin: 0 0 8vw; }
        .intro__box__txt {
          font-size: 24px;
          font-size: 3.2vw;
          line-height: 1.667;
          margin: 0 0 4vw; }
         .intro__box__txt > em {
            font-size: 30px;
            font-size: 4vw; }
      .intro__graph {
        width: 100%;
        height: 40vw; } }

.contact {
  width: 60vw;
  margin: 0 auto;
  padding: 0 0 2.60417vw; }
  .contact__box {
    width: 100%;
    padding: 3.125vw 4.47917vw 4.6875vw;
    background-color: #ffffff;
    -webkit-box-shadow: 2.5326vw 2.6226vw 0 0 #ddedff;
    box-shadow: 2.5326vw 2.6226vw 0 0 #ddedff; }
  .contact__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2.5vw; }
    .contact__ttl > span {
      display: inline;
      font-size: 18px;
      font-size: 0.9375vw;
      color: #004896;
      letter-spacing: 0.2em;
      text-align: center;
      padding: 0 0 0.625vw;
      margin: 0 0 0.83333vw;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #004896));
      background: -webkit-linear-gradient(transparent 96%, #004896 0%);
      background: -o-linear-gradient(transparent 96%, #004896 0%);
      background: linear-gradient(transparent 96%, #004896 0%); }
    .contact__ttl > strong {
      font-size: 32px;
      font-size: 1.66667vw;
      color: #004896;
      letter-spacing: 0.2em;
      line-height: 1.25;
      text-align: center; }
  .contact__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .contact__details__content {
      width: 20.72917vw; }
      .contact__details__content > p {
        font-size: 18px;
        font-size: 0.9375vw;
        letter-spacing: 0.2em;
        line-height: 1.667;
        text-align: center;
        margin: 0 0 1.04167vw; }
  .contact__btn {
    width: 100%;
    height: 4.0625vw; }
    .contact__btn:before {
      top: 1.92708vw;
      left: 18.64583vw;
      width: 5.20833vw; }
    .contact__btn:hover:before {
      width: 5.72917vw; }
    .contact__btn > a:after {
      width: 20.72917vw;
      height: 4.0625vw; }
    .contact__btn > a > span {
      font-size: 18px;
      font-size: 0.9375vw; }
    .contact__btn > a:hover:after {
      left: 20.72917vw; }
  @media screen and (max-width: 1280px) {
    .contact {
      width: 90vw;
      margin: 0 0 0 2.34375vw;
      padding: 0 0 3.90625vw; }
      .contact__box {
        padding: 4.6875vw 6.71875vw 7.03125vw;
        -webkit-box-shadow: 3.79891vw 3.93391vw 0 0 #ddedff;
        box-shadow: 3.79891vw 3.93391vw 0 0 #ddedff; }
      .contact__ttl {
        margin: 0 0 3.75vw; }
        .contact__ttl > span {
          font-size: 20px;
          font-size: 1.5625vw;
          padding: 0 0 0.9375vw;
          margin: 0 0 1.25vw; }
        .contact__ttl > strong {
          font-size: 32px;
          font-size: 2.5vw; }
      .contact__details__content {
        width: 31.09375vw; }
        .contact__details__content > p {
          font-size: 18px;
          font-size: 1.40625vw;
          letter-spacing: 0.1em;
          margin: 0 0 1.5625vw; }
      .contact__btn {
        height: 6.09375vw; }
        .contact__btn:before {
          top: 2.89063vw;
          left: 27.96875vw;
          width: 7.8125vw; }
        .contact__btn:hover:before {
          width: 8.59375vw; }
        .contact__btn > a:after {
          width: 31.09375vw;
          height: 6.09375vw; }
        .contact__btn > a > span {
          font-size: 18px;
          font-size: 1.40625vw; }
        .contact__btn > a:hover:after {
          left: 31.09375vw; } }
  @media screen and (max-width: 800px) {
    .contact {
      width: 100%;
      margin: 0 auto;
      padding: 0 6.66667vw 4.26667vw 2.66667vw; }
      .contact__box {
        width: 100%;
        padding: 6.4vw 9.33333vw 6.66667vw 8vw;
        -webkit-box-shadow: 4.07533vw 4.22013vw 0 0 #ddedff;
        box-shadow: 4.07533vw 4.22013vw 0 0 #ddedff; }
      .contact__ttl {
        margin: 0 0 6.4vw; }
        .contact__ttl > span {
          font-size: 24px;
          font-size: 3.2vw;
          padding: 0 0 1.86667vw;
          margin: 0 0 3.73333vw; }
        .contact__ttl > strong {
          font-size: 32px;
          font-size: 4.26667vw;
          margin: 0; }
      .contact__details {
        display: block; }
        .contact__details__content {
          width: 100%; }
          .contact__details__content > p {
            font-size: 24px;
            font-size: 3.2vw;
            line-height: 1.25;
            margin: 0 0 2.66667vw; }
      .contact__btn {
        width: 100%;
        height: 15.73333vw; }
        .contact__btn:first-of-type {
          margin: 0 0 6.4vw; }
        .contact__btn:before {
          content: none; }
        .contact__btn:hover:before {
          width: 10.66667vw; }
        .contact__btn > a > span {
          font-size: 36px;
          font-size: 4.8vw; } }

.featured {
    padding: 10.41667vw 0 7.70833vw; }
  .featured__ttl {
    width: 42.08333vw;
    height: 5.625vw;
    margin: 0 auto 2.5vw; }
  .featured__txt {
    font-size: 18px;
    line-height: 1.778;
    text-align: center;
    padding: 0 19.66667vw;
    margin: 0 0 3.64583vw; }
  .featured__inner {
    width: 60vw;
    margin: 0 auto; }
  .featured__details__ttl {
    width: 24.47917vw;
    height: 19.79167vw;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .featured__details__ttl:before {
      content: '';
      display: block;
      margin: 0 0 1.5625vw; }
    .featured__details__ttl > h3 {
      font-size: 32px;
      font-size: 1.66667vw;
      text-align: center; }
  .featured .featured01 {
    padding: 7.29167vw 0 7.70833vw;
    background: url("../img/featured01_mv.jpg") top right no-repeat;
    background-size: 50vw 22.91667vw; }
    .featured .featured01__ttl {
      padding: 5.3125vw 0 0;
      margin: 0 0 1.5625vw; }
      .featured .featured01__ttl:before {
        width: 3.33333vw;
        height: 2.86458vw;
        background: url("../img/no01_black.png") top center no-repeat;
        background-size: 100% 100%; }
      .featured .featured01__ttl > h3 {
        line-height: 1.563; }
    .featured .featured01__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .featured .featured01__box {
      width: 26.04167vw; }
      .featured .featured01__box > h4 {
        display: inline-block;
        font-size: 18px;
        font-size: 0.9375vw;
        font-weight: 500;
        letter-spacing: 0.2em;
        padding: 0 0 0.625vw;
        margin: 0 0 1.04167vw;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #000000));
        background: -webkit-linear-gradient(transparent 96%, #000000 0%);
        background: -o-linear-gradient(transparent 96%, #000000 0%);
        background: linear-gradient(transparent 96%, #000000 0%); }
      .featured .featured01__box > p {
        font-size: 18px;
        font-size: 0.9375vw;
        font-weight: 300;
        line-height: 1.778;
        text-align: justify; }

.featured .featured001 {
    }
    .featured .featured001__ttl {
       }
      .featured .featured001__ttl:before {
        width: 3.33333vw;
        height: 2.86458vw;
        background-size: 100% 100%; }
      .featured .featured001__ttl > h3 {
        line-height: 1.563; }
        .featured__details__ttl001 {
    height: 7.7vw;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .featured__details__ttl001:before {
      content: '';
      display: block;
      margin: 0 0 1.5625vw; }
    .featured__details__ttl001 > h3 {
      font-size: 32px;
      font-size: 1.66667vw;
      text-align: center; }
    .featured__txt001 {
    font-size: 18px;
    line-height: 1.778;
    text-align: center;
    padding: 0 19.66667vw;
    margin: 0 0 2.33333vw;}
    .featured .featured001__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .featured .featured001__box > p {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.778;
        text-align: center;
        margin: 0 0 2.33333vw;
        padding: 0 18.66667vw; }
    .box-b {
        background-color: #dcdcdc;
        padding: 15px;
        text-align: center;
        margin: 0 37vw 0;}
    .box-b p {
        font-weight: 900;
        font-size: 18px;;
        line-height: 1.8;} 
  .featured .featured02 {
    background: url("../img/featured02_mv.jpg") top left no-repeat;
    background-size: 50vw 22.91667vw;
    padding: 6.25vw 0 7.8125vw; }
    .featured .featured02__ttl {
      padding: 3.95833vw 0 0;
      margin: 0 0 2.60417vw auto; }
      .featured .featured02__ttl:before {
        width: 4.21875vw;
        height: 2.86458vw;
        background: url("../img/no02_black.png") top center no-repeat;
        background-size: 100% 100%; }
      .featured .featured02__ttl > h3 {
        line-height: 1.563; }
    .featured .featured02__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .featured .featured02__box {
      position: relative; }
      .featured .featured02__box--01 {
        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; */
        align-items: center;
        margin: 0 0 5.20833vw; }
      .featured .featured02__box--02 {
        padding: 19.47917vw 0 0; }
    .featured .featured02__txt--01 {
      /* width: 20.05208vw; */
      width: 23.05208vw; }
    .featured .featured02__txt--02 {
      position: relative;
      z-index: 2;
      width: 19.89583vw;
      margin: 0 0 0 auto; }
    .featured .featured02__txt > h4 {
      display: inline;
      font-size: 18px;
      font-size: 0.9375vw;
      line-height: 1.778;
      font-weight: 500;
      letter-spacing: 0.2em;
      padding: 0 0 0.20833vw;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #000000));
      background: -webkit-linear-gradient(transparent 96%, #000000 0%);
      background: -o-linear-gradient(transparent 96%, #000000 0%);
      background: linear-gradient(transparent 96%, #000000 0%); }
    .featured .featured02__txt > p {
      padding: 1.04167vw 0 0;
      font-size: 18px;
      font-size: 0.9375vw;
      font-weight: 300;
      line-height: 1.778;
      text-align: justify; }
    .featured .featured02__img--01 {
      /* width: 36.45833vw; */
      width: 34.45833vw;
      /* height: 20.625vw; */
      height: 29.625vw; }
    .featured .featured02__img--02 {
      position: absolute;
      top: 0;
      left: 1.04167vw;
      width: 60vw;
      height: 30vw; }
  .featured .featured03 {
    padding: 7.29167vw 0 0;
    background: url("../img/featured03_mv.jpg") top right no-repeat;
    background-size: 50vw 22.91667vw; }
    .featured .featured03__ttl {
      padding: 5.3125vw 0 0;
      margin: 0 0 1.5625vw; }
      .featured .featured03__ttl:before {
        width: 4.16667vw;
        height: 2.86458vw;
        background: url("../img/no03_black.png") top center no-repeat;
        background-size: 100% 100%; }
      .featured .featured03__ttl > h3 {
        line-height: 1.375; }
    .featured .featured03__summary {
      font-size: 18px;
      font-size: 0.9375vw;
      line-height: 1.778;
      font-weight: 300;
      text-align: justify;
      margin: 0 0 5.20833vw; }
    .featured .featured03__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .featured .featured03__box {
      width: 15.67708vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .featured .featured03__box:nth-of-type(2) {
        margin: 0 4.6875vw; }
      .featured .featured03__box__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: 10.41667vw;
        margin: 0 0 1.66667vw; }
      .featured .featured03__box__ttl {
        display: inline;
        font-size: 18px;
        font-size: 0.9375vw;
        line-height: 1.778;
        font-weight: 500;
        letter-spacing: 0.2em;
        margin: 0 0 1.5625vw; }
        .featured .featured03__box__ttl > span {
          padding: 0 0 0.41667vw;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #000000));
          background: -webkit-linear-gradient(transparent 96%, #000000 0%);
          background: -o-linear-gradient(transparent 96%, #000000 0%);
          background: linear-gradient(transparent 96%, #000000 0%); }
      .featured .featured03__box__subttl {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-size: 18px;
        font-size: 0.9375vw;
        color: #004896;
        margin: 0 0 0.9375vw; }
      .featured .featured03__box__txt {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        font-size: 18px;
        font-size: 0.9375vw;
        font-weight: 300;
        line-height: 1.778;
        text-align: justify; }
  @media screen and (max-width: 1280px) {
    .featured {
      padding: 14.0625vw 0 11.5625vw; }
      .featured__ttl {
        width: 63.125vw;
        height: 8.4375vw;
        margin: 0 auto 3.75vw; }
      .featured__txt {
        font-size: 18px;
        font-size: 1.40625vw;
        line-height: 1.778;
        margin: 0 0 5.46875vw; }
      .featured__inner {
        width: 90vw; }
      .featured__details__ttl {
        width: 36.71875vw;
        height: 29.6875vw;
        background-color: #ffffff; }
        .featured__details__ttl:before {
          margin: 0 0 2.34375vw; }
        .featured__details__ttl > h3 {
          font-size: 32px;
          font-size: 2.5vw; }
      .featured .featured01 {
        padding: 10.9375vw 0 11.5625vw;
        background: url("../img/featured01_mv.jpg") top right no-repeat;
        background-size: 75vw 34.375vw; }
        .featured .featured01__ttl {
          padding: 7.96875vw 0 0;
          margin: 0 0 2.34375vw; }
          .featured .featured01__ttl:before {
            width: 5vw;
            height: 4.29688vw; }
        .featured .featured01__box {
          width: 39.0625vw; }
          .featured .featured01__box > h4 {
            font-size: 18px;
            font-size: 1.40625vw;
            letter-spacing: 0.2em;
            padding: 0 0 0.9375vw;
            margin: 0 0 1.5625vw; }
          .featured .featured01__box > p {
            font-size: 18px;
            font-size: 1.40625vw; }
          .featured__txt001 {
            font-size: 18px;
            font-size: 1.40625vw;
            line-height: 1.778; }
          .featured .featured001__box > p {
            font-size: 18px;
            font-size: 1.40625vw;
            padding: 0 14.66667vw;
            margin: 0 0 2.33333vw }
          .box-b {
            background-color: #dcdcdc;
            padding: 15px;
            text-align: center;
            margin: 0 37vw 0;}
          .box-b p {
            font-weight: 900;
            font-size: 1.40625vw;;
            line-height: 1.8;} 
      .featured .featured02 {
        background: url("../img/featured02_mv.jpg") top left no-repeat;
        background-size: 75vw 34.375vw;
        padding: 9.375vw 0 11.71875vw; }
        .featured .featured02__ttl {
          padding: 5.9375vw 0 0;
          margin: 0 0 3.90625vw auto; }
        .featured .featured02__ttl:before {
            width: 6.32813vw;
            height: 4.29688vw; }
        .featured .featured02__box--01 {
          margin: 0 0 7.8125vw; }
        .featured .featured02__box--02 {
          padding: 29.21875vw 0 0; }
        .featured .featured02__txt--01 {
          width: 30.07813vw; }
        .featured .featured02__txt--02 {
          width: 29.84375vw; }
        .featured .featured02__txt > h4 {
          font-size: 18px;
          font-size: 1.40625vw;
          padding: 0 0 0.3125vw; }
        .featured .featured02__txt > p {
          padding: 1.5625vw 0 0;
          font-size: 18px;
          font-size: 1.40625vw; }
        .featured .featured02__img--01 {
          width: 54.6875vw;
          height: 30.9375vw; }
        .featured .featured02__img--02 {
          left: 1.5625vw;
          width: 90vw;
          height: 45vw; }
      .featured .featured03 {
        padding: 10.9375vw 0 0;
        background: url("../img/featured03_mv.jpg") top right no-repeat;
        background-size: 75vw 34.375vw; }
        .featured .featured03__ttl {
          padding: 7.96875vw 0 0;
          margin: 0 0 2.34375vw; }
          .featured .featured03__ttl:before {
            width: 6.25vw;
            height: 4.29688vw; }
        .featured .featured03__summary {
          font-size: 18px;
          font-size: 1.40625vw;
          margin: 0 0 7.8125vw; }
        .featured .featured03__box {
          width: 23.51563vw; }
          .featured .featured03__box:nth-of-type(2) {
            margin: 0 7.03125vw; }
          .featured .featured03__box__img {
            height: 15.625vw;
            margin: 0 0 2.5vw; }
          .featured .featured03__box__ttl {
            font-size: 18px;
            font-size: 1.40625vw;
            margin: 0 0 2.34375vw; }
            .featured .featured03__box__ttl > span {
              padding: 0 0 0.625vw; }
          .featured .featured03__box__subttl {
            font-size: 18px;
            font-size: 1.40625vw;
            margin: 0 0 1.40625vw; }
          .featured .featured03__box__txt {
            font-size: 18px;
            font-size: 1.40625vw; } }

  @media screen and (max-width: 800px) {
    .featured {
      padding: 13.33333vw 0 13.33333vw; }
      .featured__ttl {
        width: 64vw;
        height: 28.8vw;
        margin: 0 auto 6.4vw; }
      .featured__txt {
        font-size: 24px;
        font-size: 3.2vw;
        line-height: 1.667;
        text-align: justify;
        padding: 0 6.66667vw;
        margin: 0 0 9.33333vw; }
      .featured__inner {
        width: 100%;
        margin: 0; }
      .featured__details__ttl {
        width: 56vw;
        height: 45.33333vw; }
        .featured__details__ttl:before {
          margin: 0 0 4vw; }
        .featured__details__ttl > h3 {
          font-size: 32px;
          font-size: 4.26667vw; }
      .featured .featured01 {
        padding: 21.33333vw 0 13.33333vw;
        background: url("../img/featured01_mv_sp.jpg") top right no-repeat;
        background-size: 100%; }
        .featured .featured01__ttl {
          padding: 10.93333vw 0 0;
          margin: 0 0 4vw; }
          .featured .featured01__ttl:before {
            width: 8.53333vw;
            height: 7.33333vw; }
        .featured .featured01__inner {
          display: block;
          padding: 0 6.66667vw; }
        .featured .featured01__box {
          width: 100%; }
          .featured .featured01__box:first-of-type {
            margin: 0 0 9.06667vw; }
          .featured .featured01__box > h4 {
            font-size: 24px;
            font-size: 3.2vw;
            padding: 0 0 1.6vw;
            margin: 0 0 3.73333vw; }
          .featured .featured01__box > p {
            font-size: 24px;
            font-size: 3.2vw;
            line-height: 1.667; }
          .featured__txt001 {
            font-size: 3.2vw;
            line-height: 1.667;
            text-align: justify;
            padding: 0 6.66667vw; }
          .featured .featured001__ttl {
            margin: 8.33333vw 0 0; }  
          .featured__details__ttl001 > h3 {
            font-size: 4.26667vw;
            text-align: center; } 
          .featured .featured001__box > p {
            font-size: 3.2vw;
            padding: 0 6.66667vw;
            margin: 0 0 4.33333vw; }  
          .featured__details__ttl001 {
            height: 14.7vw;
            background-color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative; }  
        .box-b {
            background-color: #dcdcdc;
            padding: 15px;
            text-align: center;
            margin: 0 23vw 0;}
        .box-b p {
            font-weight: 900;
            font-size: 3.2vw;;
            line-height: 1.8;}
      .featured .featured02 {
        background: url("../img/featured02_mv_sp.jpg") top left no-repeat;
        background-size: 100%;
        padding: 18.66667vw 0 13.33333vw; }
        .featured .featured02__ttl {
          padding: 7.46667vw 0 0;
          margin: 0 0 6.66667vw auto; }
          .featured .featured02__ttl:before {
            width: 10.8vw;
            height: 7.33333vw; }
          .featured .featured02__ttl > h3 {
            line-height: 1.563; }
        .featured .featured02__inner {
          display: block; }
        .featured .featured02__box--01 {
          display: block;
          margin: 0 0 6.66667vw;
          padding: 0 6.66667vw; }
        .featured .featured02__box--02 {
          padding: 0 6.66667vw; }
        .featured .featured02__txt--01 {
          width: 100%; }
        .featured .featured02__txt--02 {
          width: 100%;
          margin: 0; }
        .featured .featured02__txt > h4 {
          font-size: 24px;
          font-size: 3.2vw;
          line-height: 1.8;
          padding: 0 0 0.8vw; }
        .featured .featured02__txt > p {
          padding: 3.73333vw 0 0;
          font-size: 24px;
          font-size: 3.2vw;
          line-height: 1.667;
          margin: 0 0 6.66667vw; }
        .featured .featured02__img--01 {
          width: 100%;
          /* height: 48.93333vw; */
          height: 80.93333vw; }
        .featured .featured02__img--02 {
          position: static;
          top: auto;
          left: auto;
          width: 86.66667vw;
          height: 109.33333vw;
          margin: 0 auto; }
      .featured .featured03 {
        padding: 21.86667vw 0 0;
        background: url("../img/featured03_mv_sp.jpg") top right no-repeat;
        background-size: 100%; }
        .featured .featured03__ttl {
          padding: 13.6vw 0 0;
          margin: 0 0 3.73333vw; }
          .featured .featured03__ttl:before {
            width: 10.66667vw;
            height: 7.33333vw; }
          .featured .featured03__ttl > h3 {
            line-height: 1.375; }
        .featured .featured03__summary {
          padding: 0 6.66667vw;
          font-size: 24px;
          font-size: 3.2vw;
          line-height: 1.667;
          margin: 0 0 9.33333vw; }
        .featured .featured03__inner {
          display: block;
          padding: 0 6.66667vw; }
        .featured .featured03__box {
          width: 100%;
          height: 57.33333vw;
          padding: 0 0 0 50.13333vw;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative; }
          .featured .featured03__box:nth-of-type(2) {
            margin: 9.06667vw 0; }
          .featured .featured03__box__img {
            position: absolute;
            top: 0;
            left: 0;
            width: 43.33333vw;
            height: 57.33333vw;
            margin: 0; }
          .featured .featured03__box__ttl {
            font-size: 32px;
            font-size: 4.26667vw;
            line-height: 1.8;
            text-align: center;
            margin: 0 0 4vw; }
            .featured .featured03__box__ttl > span {
              padding: 0 0 1.06667vw; }
          .featured .featured03__box__subttl {
            font-size: 24px;
            font-size: 3.2vw;
            text-align: center;
            line-height: 1.667;
            margin: 0 0 2.66667vw; }
          .featured .featured03__box__txt {
            font-size: 24px;
            font-size: 3.2vw;
            line-height: 1.667; }}

.voice {
  padding: 10.41667vw 0 0; }
  .voice__ttl {
    width: 24.11458vw;
    height: 5.625vw;
    margin: 0 auto 2.60417vw; }
  .voice__inner {
    width: 60vw;
    margin: 0 auto; }
  .voice__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .voice__box:first-of-type {
      border-bottom: 0.10417vw solid #ddedff;
      padding: 0 0 2.5vw;
      margin: 0 0 2.5vw; }
  .voice__img {
    width: 10vw;
    height: 10vw; }
  .voice__txt {
    width: 47.60417vw;
    padding: 1.875vw 0 0; }
    .voice__txt > dt {
      font-size: 18px;
      font-size: 0.9375vw;
      margin: 0 0 0.72917vw; }
      .voice__txt > dt > em {
        font-size: 32px;
        font-size: 1.66667vw; }
    .voice__txt > dd {
      font-size: 18px;
      font-size: 0.9375vw;
      line-height: 1.6;
      text-align: justify; }
  @media screen and (max-width: 1280px) {
    .voice {
      padding: 15.625vw 0 0; }
      .voice__ttl {
        width: 36.17188vw;
        height: 8.4375vw;
        margin: 0 auto 3.90625vw; }
      .voice__inner {
        width: 90vw; }
      .voice__box:first-of-type {
        border-bottom: 0.15625vw solid #ddedff;
        padding: 0 0 3.75vw;
        margin: 0 0 3.75vw; }
      .voice__img {
        width: 15vw;
        height: 15vw; }
      .voice__txt {
        width: 71.40625vw;
        padding: 2.8125vw 0 0; }
        .voice__txt > dt {
          font-size: 18px;
          font-size: 1.40625vw;
          margin: 0 0 1.09375vw; }
          .voice__txt > dt > em {
            font-size: 32px;
            font-size: 2.5vw; }
        .voice__txt > dd {
          font-size: 18px;
          font-size: 1.40625vw; } }
  @media screen and (max-width: 800px) {
    .voice {
      padding: 13.33333vw 0 0; }
      .voice__ttl {
        width: 53.73333vw;
        height: 19.33333vw;
        margin: 0 auto 6.66667vw; }
      .voice__inner {
        width: 100%;
        margin: 0;
        padding: 0 6.66667vw; }
      .voice__box {
        display: block;
        position: relative; }
        .voice__box:first-of-type {
          border-bottom: 0.26667vw solid #ddedff;
          padding: 0 0 6.4vw;
          margin: 0 0 6.4vw; }
      .voice__img {
        position: absolute;
        left: 0;
        top: 0;
        width: 25.6vw;
        height: 25.6vw; }
      .voice__txt {
        width: 100%;
        padding: 10.4vw 0 0; }
        .voice__txt > dt {
          font-size: 32px;
          font-size: 4.26667vw;
          margin: 0 0 13.33333vw 29.86667vw; }
          .voice__txt > dt > em {
            font-size: 50px;
            font-size: 6.66667vw; }
        .voice__txt > dd {
          font-size: 24px;
          font-size: 3.2vw;
          line-height: 1.667; } }

.support {
  padding: 10.41667vw 0 7.8125vw; }
  .support__ttl {
    width: 32.1875vw;
    height: 5.625vw;
    margin: 0 auto 2.60417vw; }
  .support__inner {
    width: 60vw;
    margin: 0 auto; }
  .support__details {
    width: 100%;
    height: 100%;
    position: relative; }
    .support__details__ttl {
      width: 2.1875vw;
      padding: 2.08333vw 0 0;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 24px;
      font-size: 1.25vw;
      color: #ffffff;
      letter-spacing: 0.4em; }
  .support__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .support__box:nth-of-type(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .support__box.type__after {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .support__box.type__after_ev {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .support__box__img {
      width: 28.95833vw;
      height: 26.04167vw; }
    .support__box__item {
      width: 28.95833vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .support__box__ttl {
      font-size: 32px;
      font-size: 1.66667vw;
      letter-spacing: 0.2em;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0 1.35417vw; }
      .support__box__ttl:before {
        content: '';
        display: block;
        margin: 0 0 1.5625vw; }
      .support__box__ttl > span {
        padding: 0 0 0.72917vw;
        border-bottom: 1px solid #000000;
        display: block;
        text-align: center; }
      .support__box__ttl > i {
        padding: 0.72917vw 0 0;
        font-size: 18px;
        font-size: 0.9375vw; }
      .support__box__ttl--01:before {
        width: 3.33333vw;
        height: 2.86458vw;
        background: url("../img/no01_blue.png") top center no-repeat;
        background-size: 100% 100%; }
      .support__box__ttl--02:before {
        width: 4.21875vw;
        height: 2.86458vw;
        background: url("../img/no02_blue.png") top center no-repeat;
        background-size: 100% 100%; }
      .support__box__ttl--03:before {
        width: 4.16667vw;
        height: 2.86458vw;
        background: url("../img/no03_blue.png") top center no-repeat;
        background-size: 100% 100%; }
      .support__box__ttl--04:before {
        width: 4.47917vw;
        height: 2.96875vw;
        /* background: url("../img/no04_blue.png") top center no-repeat; */
        background: url("../img/no04_orange.png") top center no-repeat;
        background-size: 100% 100%; }
      .support__box__ttl--05:before {
        width: 4.27083vw;
        height: 2.86458vw;
        background: url("../img/no05_orange.png") top center no-repeat;
        background-size: 100% 100%; }
      .support__box__ttl--06:before {
        width: 4.53125vw;
        height: 2.86458vw;
        background: url("../img/no06_orange.png") top center no-repeat;
        background-size: 100% 100%; }
      .support__box__ttl--07:before {
        width: 4.42708vw;
        height: 2.86458vw;
        background: url("../img/no07_orange.png") top center no-repeat;
        background-size: 100% 100%; }
    .support__box__txt {
      width: 20.83333vw;
      font-size: 18px;
      font-size: 0.9375vw;
      line-height: 1.778;
      text-align: justify; }
  .support--01__ttl {
    background-color: #004896; }
  .support--02__ttl {
    background-color: #ff6633; }
  @media screen and (max-width: 1280px) {
    .support {
      padding: 15.625vw 0 11.71875vw; }
      .support__ttl {
        width: 48.28125vw;
        height: 8.4375vw;
        margin: 0 auto 3.90625vw; }
      .support__inner {
        width: 90vw; }
      .support__details__ttl {
        width: 3.28125vw;
        padding: 3.125vw 0 0;
        font-size: 24px;
        font-size: 1.875vw; }
      .support__box__img {
        width: 43.4375vw;
        height: 39.0625vw; }
      .support__box__item {
        width: 43.4375vw; }
      .support__box__ttl {
        font-size: 32px;
        font-size: 2.5vw;
        margin: 0 0 2.03125vw; }
        .support__box__ttl:before {
          margin: 0 0 2.34375vw; }
        .support__box__ttl > span {
          padding: 0 0 1.09375vw; }
        .support__box__ttl > i {
          padding: 1.09375vw 0 0;
          font-size: 18px;
          font-size: 1.40625vw; }
        .support__box__ttl--01:before {
          width: 5vw;
          height: 4.29688vw; }
        .support__box__ttl--02:before {
          width: 6.32813vw;
          height: 4.29688vw; }
        .support__box__ttl--03:before {
          width: 6.25vw;
          height: 4.29688vw; }
        .support__box__ttl--04:before {
          width: 6.71875vw;
          height: 4.45313vw; }
        .support__box__ttl--05:before {
          width: 6.40625vw;
          height: 4.29688vw; }
        .support__box__ttl--06:before {
          width: 6.79687vw;
          height: 4.29688vw; }
        .support__box__ttl--07:before {
          width: 6.64063vw;
          height: 4.29688vw; }
      .support__box__txt {
        width: 31.25vw;
        font-size: 18px;
        font-size: 1.40625vw; } }
  @media screen and (max-width: 800px) {
    .support {
      padding: 19.73333vw 0 5.33333vw; }
      .support__ttl {
        width: 74.4vw;
        height: 19.33333vw;
        margin: 0 auto 6.66667vw; }
      .support__inner {
        width: 100%;
        margin: 0;
        padding: 0 6.66667vw; }
      .support__details__ttl {
        width: 100%;
        padding: 0;
        height: 13.6vw;
        margin: 0 0 6.66667vw;
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 36px;
        font-size: 4.8vw; }
      .support__box {
        display: block; }
        .support__box__img {
          width: 100%;
          height: 40vw;
          margin: 0 0 5.06667vw; }
        .support__box__item {
          width: 100%;
          display: block;
          margin: 0 0 8vw; }
        .support__box__ttl {
          font-size: 32px;
          font-size: 4.26667vw;
          letter-spacing: 0.2em;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0 0 3.46667vw; }
          .support__box__ttl:before {
            content: '';
            display: block;
            margin: 0 5.06667vw 0 0; }
          .support__box__ttl > span {
            padding: 0 0 1.6vw;
            border-bottom: 0.26667vw solid #000000; }
          .support__box__ttl > i {
            padding: 0;
            margin: 0 0 0 0.53333vw;
            font-size: 18px;
            font-size: 2.4vw; }
          .support__box__ttl--01:before {
            width: 8.53333vw;
            height: 7.33333vw; }
          .support__box__ttl--02:before {
            width: 10.8vw;
            height: 7.33333vw; }
          .support__box__ttl--03:before {
            width: 10.66667vw;
            height: 7.33333vw; }
          .support__box__ttl--04:before {
            width: 11.46667vw;
            height: 7.6vw; }
          .support__box__ttl--05:before {
            width: 10.93333vw;
            height: 7.33333vw; }
          .support__box__ttl--06:before {
            width: 11.6vw;
            height: 7.33333vw; }
          .support__box__ttl--07:before {
            width: 11.33333vw;
            height: 7.33333vw; }
        .support__box__txt {
          width: 100%;
          font-size: 24px;
          font-size: 3.2vw;
          line-height: 1.667; }
      .support--01 {
        padding: 0 0 5.06667vw; } }

.faq {
  padding: 10.41667vw 0 7.70833vw; }
  .faq__ttl {
    width: 28.28125vw;
    height: 5.625vw;
    margin: 0 auto 3.64583vw; }
  .faq__inner {
    width: 60vw;
    margin: 0 auto; }
  .faq__box:not(:last-of-type) {
    padding: 0 0 2.5vw;
    margin: 0 0 2.5vw;
    border-bottom: 0.10417vw solid #ddedff; }
  .faq__box__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.45833vw; }
    .faq__box__question:before {
      content: '';
      display: block;
      width: 2.1875vw;
      height: 2.1875vw;
      background: url("../img/en_q.png") top center no-repeat;
      background-size: 100% 100%;
      margin: 0 1.5625vw 0 0; }
    .faq__box__question > span {
      font-size: 18px;
      font-size: 0.9375vw; }
  .faq__box__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 3.64583vw; }
    .faq__box__answer:before {
      content: '';
      display: block;
      width: 1.82292vw;
      height: 2.1875vw;
      background: url("../img/en_a.png") top center no-repeat;
      background-size: 100% 100%;
      margin: 0 1.77083vw 0 0; }
    .faq__box__answer > span {
      width: 50.52083vw;
      font-size: 18px;
      font-size: 0.9375vw;
      line-height: 1.667;
      text-align: justify; }
  @media screen and (max-width: 1280px) {
    .faq {
      padding: 15.625vw 0 11.5625vw; }
      .faq__ttl {
        width: 42.42188vw;
        height: 8.4375vw;
        margin: 0 auto 5.46875vw; }
      .faq__inner {
        width: 90vw; }
      .faq__box:not(:last-of-type) {
        padding: 0 0 3.75vw;
        margin: 0 0 3.75vw;
        border-bottom: 0.15625vw solid #ddedff; }
      .faq__box__question {
        margin: 0 0 2.1875vw; }
        .faq__box__question:before {
          width: 3.28125vw;
          height: 3.28125vw;
          margin: 0 2.34375vw 0 0; }
        .faq__box__question > span {
          font-size: 18px;
          font-size: 1.40625vw; }
      .faq__box__answer {
        margin: 0 0 0 5.46875vw; }
        .faq__box__answer:before {
          width: 2.73438vw;
          height: 3.28125vw;
          margin: 0 2.65625vw 0 0; }
        .faq__box__answer > span {
          width: 75.78125vw;
          font-size: 18px;
          font-size: 1.40625vw; } }
  @media screen and (max-width: 800px) {
    .faq {
      padding: 13.33333vw 0; }
      .faq__ttl {
        width: 72.4vw;
        height: 14vw;
        margin: 0 auto 9.33333vw; }
      .faq__inner {
        width: 100%;
        margin: 0;
        padding: 0 6.66667vw; }
      .faq__box:not(:last-of-type) {
        padding: 0 0 6.4vw;
        margin: 0 0 6.4vw;
        border-bottom: 0.26667vw solid #ddedff; }
      .faq__box__question {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 3.73333vw; }
        .faq__box__question:before {
          width: 5.6vw;
          height: 5.6vw;
          margin: 0 3.73333vw 0 0; }
        .faq__box__question > span {
          font-size: 24px;
          font-size: 3.2vw;
          width: 74.4vw;
          line-height: 1.667; }
      .faq__box__answer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0; }
        .faq__box__answer:before {
          width: 4.66667vw;
          height: 5.6vw;
          margin: 0 4.26667vw 0 0.26667vw; }
        .faq__box__answer > span {
          width: 77.6vw;
          font-size: 24px;
          font-size: 3.2vw;
          line-height: 1.667; } }

.footer {
  padding: 9.27083vw 0 0;
  position: relative; }
  .footer__scroll {
    position: absolute;
    top: 5.20833vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.10417vw;
    height: 6.66667vw; }
    .footer__scroll__inner {
      position: relative;
      width: 100%;
      height: 100%; }
    .footer__scroll__btn {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer__scroll__btn > picture {
        width: 5.10417vw;
        height: 1.04167vw; }
      .footer__scroll__btn:after {
        content: '';
        display: block;
        width: 0.10417vw;
        height: 5.20833vw;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddedff), color-stop(50%, #ddedff), color-stop(50%, #ffffff), to(#ffffff));
        background-image: -webkit-linear-gradient(#ddedff 0, #ddedff 50%, #ffffff 50%, #ffffff 100%);
        background-image: -o-linear-gradient(#ddedff 0, #ddedff 50%, #ffffff 50%, #ffffff 100%);
        background-image: linear-gradient(#ddedff 0, #ddedff 50%, #ffffff 50%, #ffffff 100%); }
  .footer__details {
    background-color: #ddedff;
    padding: 4.16667vw 0 2.60417vw; }
    .footer__details__inner {
      width: 60vw;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .footer__links {
    width: 16.35417vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer__links__txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer__links__txt:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.36458vw 0 0.36458vw 0.67708vw;
        border-color: transparent transparent transparent #000000;
        margin: 0 0.3125vw 0 0; }
      .footer__links__txt > a {
        font-size: 16px;
        font-size: 0.83333vw; }
  .footer__copyright {
    font-size: 16px;
    font-size: 0.83333vw; }
  @media screen and (max-width: 1280px) {
    .footer {
      padding: 13.90625vw 0 0; }
      .footer__scroll {
        top: 7.8125vw;
        width: 7.65625vw;
        height: 10vw; }
        .footer__scroll__inner {
          width: 100%;
          height: 100%; }
        .footer__scroll__btn > picture {
          width: 7.65625vw;
          height: 1.5625vw; }
        .footer__scroll__btn:after {
          width: 0.15625vw;
          height: 7.8125vw; }
      .footer__details {
        padding: 6.25vw 0 3.90625vw; }
        .footer__details__inner {
          width: 90vw; }
      .footer__links {
        width: 24.53125vw; }
        .footer__links__txt:before {
          border-width: 0.54688vw 0 0.54688vw 1.01563vw;
          margin: 0 0.46875vw 0 0; }
        .footer__links__txt > a {
          font-size: 16px;
          font-size: 1.25vw; }
      .footer__copyright {
        font-size: 16px;
        font-size: 1.25vw; } }
  @media screen and (max-width: 800px) {
    .footer {
      padding: 24.66667vw 0 0; }
      .footer__scroll {
        top: 13.33333vw;
        width: 15.86667vw;
        height: 18vw; }
        .footer__scroll__btn > picture {
          width: 15.86667vw;
          height: 3.46667vw; }
        .footer__scroll__btn:after {
          width: 0.53333vw;
          height: 13.33333vw; }
      .footer__details {
        background-color: #ddedff;
        padding: 15.73333vw 0 4vw; }
        .footer__details__inner {
          width: 100%;
          margin: 0;
          display: block; }
      .footer__links {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 6.66667vw; }
        .footer__links__txt:first-of-type {
          margin: 0 13.33333vw 0 0; }
        .footer__links__txt:before {
          border-width: 1.13333vw 0 1.13333vw 2vw;
          margin: 0 1.33333vw 0 0; }
        .footer__links__txt > a {
          font-size: 18px;
          font-size: 2.4vw; }
      .footer__copyright {
        font-size: 18px;
        font-size: 2.4vw;
        text-align: center; } }

/* キャンペーン*/
        .maincam {
    max-width: 89%;
    /* width: 1200px; */
    width: 60vw;
    /* height: 445px; */
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    margin-top: 2vw;
    margin-bottom: 7vw;
    border: 5px solid #CBCBCB;
}

.maincam-special {
    max-width: 89%;
    /* width: 1200px; */
    width: 60vw;
    /* height: 445px; */
    border:none;
    /*width: 65vw;*/
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:20px;
}

        .maincam-img{
          width:30vw;
   
          }

           .maincam-img_inner{
          float:left;
    height: auto;
    width: auto;
    margin: 22px 22px 22px 22px;
    max-width:100%;
    /*margin-right:12px;*/
    width: 400px;
  
          }

.maincam-text {
    padding: 7px;
}


.maincam-text dt {
    font-family: YakuHanMP,'Noto Serif JP',"Hiragino Mincho StdN","Hiragino Mincho ProN",HGS明朝E,"游明朝","YuMincho",メイリオ,Meiryo,serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 59px;
    text-align: left;
    margin: 1vw 22px 1.0625vw 0;
    position: relative;
    overflow: hidden;
}

dd.maincam-text-inner {
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    margin: 23px 22px 23px 10px;
    
}

    .clear{clear:both;}

@media screen and (max-width: 1280px){
.maincam {
    width: 100%;
    width: 90vw;
    /*margin-top:5vw;*/
    
}

.maincam-special{
    width: 100%;
    width: 90vw;
    /*margin-top:5vw;*/
    
}

@media screen and (max-width: 800px){
.maincam{
  width: 86%;
  margin-bottom: 58px;
  }

.maincam-special{
    width: 100%;
    width: 90vw;
    /*margin-top:5vw;*/
    
}

}
@media screen and (max-width: 750px){
/*.intro__blockheader__ttl {
    font-size: 4.4vw;
    margin: 0 0 6.09375vw;
}*/
.maincam-img {
    width: 100%;
    overflow:hidden;
}
.maincam-img_inner{
    float:left;
    height: auto;
    width: auto;
    margin:0px;
    max-width:100%;
    margin-right:12px;
    width: 750px;
    margin-bottom: -4px;
    padding: 12px;
  
          }

.maincam {
    
    height: auto;
 margin-bottom: 58px;
 /*margin-top:7vw;*/
}


dd.maincam-text-inner {
    font-size: 19px;
    line-height: 29px;
}

.maincam-text dt {
    font-family: YakuHanMP,'Noto Serif JP',"Hiragino Mincho StdN","Hiragino Mincho ProN",HGS明朝E,"游明朝","YuMincho",メイリオ,Meiryo,serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 39px;
    text-align: left;
    margin: 0 10px 10px 10px;
    position: relative;
}


}
/*ここから追加分*/
