@charset "utf-8";

html {overflow: auto;scroll-behavior: smooth;}
body{
font-family:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "noto-sans-cjk-jp", Meiryo, "sans-serif";
font-size: 20px;
line-height: 1.8;
letter-spacing: 0.05em;
color: #333;
overflow: hidden;
}
/*-------------------- img */
img{ display: block; width: 100%; height: auto !important;}
@media(max-width:780px){a img:hover{opacity: 1;}}/* @media */

/*-------------------- a */
a:link   {color: #000;text-decoration: none; transition: ease .3s all;}
a:visited{color: #000;}a:hover  {color: #999;}a:active {color: #ccc;}

/*-------------------- PC-SP */
.pc{ display: block !important;}@media(max-width:780px){.pc{ display: none !important;}}
.tab{ display: none !important;}@media(max-width:1024px){.tab{ display: block !important;}}
.sp{ display: none !important;}@media(max-width :780px){.sp{ display: block !important;}}

/*-------------------- font */
.min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.t_600{
  font-weight: 600;
}
.t_700 {
  font-weight: 700;
}
.t_red{
  color: #ff3333;
}
.t_orange{
  color: #ffaa45;
}
.t_yellow{
  color: #fffa7b;
}
.t_white{
  color: #fff;
}
.t_blue{
  color: #025abf;
}
.t_green{
  color: #5cc4cd;
}
.emp {
  font-size: 1.4em;
}
.note {
  font-size: 0.65em;
}
h2 {
  padding: .3em 0;
  margin: 0 auto 1em;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
h3 {
  padding: .3em 0;
  margin: 0 auto 1em;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
h4 {
  padding: .3em 0;
  margin: 2em auto .8em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

/*-------------------- design */
.b_yellow{
  background: linear-gradient(transparent 60%, #fffa7b 0%);
}
.icon_b:before,
.icon_a:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 .5em 0 0;
}
.icon_a:after {
  margin: 0 .5em 0 0;
}
.tri {
  width:0;
  height: 0;
  border-top: 3em solid #000;
  border-right: 4em solid transparent;
  border-bottom: 3em solid transparent;
  border-left: 4em solid transparent;
  margin: 0 auto;
}
.slash:before,
.slash:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1.2em;
  transform: rotate(-40deg);
  margin: 0 .8em 0 0;
  background: #fff;
  vertical-align: middle;
}
.slash:after {
  transform: rotate(40deg);
  margin: 0 0 0 .8em;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}

/*-------------------- MV */
#mv {
  position: relative;
}
#mv .btn {
  width: 30vw;
  position: absolute;
  bottom: 2vw;
  right: 5vw;
}

/*-------------------- cta */
.cta {
  background: #bde4f3;
  position: relative;
}
.cta .btn {
  width: 30vw;
  margin: 3vw auto 0;
}
.btn img {
  margin: 10px auto;
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

/*-------------------- contents */
.mf {
  padding: 5vw 0;
}
.frame {
  width: 1200px;
  margin: 0 auto;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width :780px){.flex{ flex-direction: column !important;}}

/*-------------------- mf1 */
#mf1 {
  padding-top: 7vw;
}
#mf1.lazyloaded {
  background: url("../img/mf1bg-min.jpg") center center / cover no-repeat;
}

/*-------------------- mf2 */
#mf2 h2 {
  background: #025abf;
}
#mf2 .icon_b:before {
  display: block;
  width: 5em;
  height: 5em;
  background: url("../img/mf2t1-min.png") center center / contain no-repeat;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15em);
}
#mf2 .cbox {
  margin: 5vw auto;
}

/*-------------------- mf3 */
#mf3 {
  background: #009ee9;
}
#mf3 .cbox {
  margin: 3vw auto;
  background: #fff;
  padding: 30px 50px 0;
  align-items: flex-start;
}
#mf3 .cbox img {
  width: 40%;
}
#mf3 .cbox img:first-child {
  width: 34%;
  margin-right: 5%;
}

/*-------------------- mf4 */
#mf4 {
  padding-top: 7vw;
}
#mf4.lazyloaded {
  background: url("../img/mf4bg-min.jpg") center center / cover no-repeat;
}
#mf4 .tbox {
  width: 100px;
  margin: 0 auto 20px;
}

/*-------------------- mf5 */
#mf5 p {
  font-size: 32px;
}
#mf5 figure {
  width: 80%;
  margin: 3vw auto 0;
}

/*-------------------- mf6 */
#mf6 {
  background: #025abf;
}
#mf6 .cbox img:first-child {
  margin-right: 3%;
}
  
/*-------------------- mf7 */
#mf7 {
  background: #009ee9;
}
#mf7,
#mf8,
#mf9,
#mf10 {
  padding-top: 8vw;
}
#mf7 h2:before,
#mf8 h2:before,
#mf9 h2:before {
  content: "";
  display: block;
  width: 92px;
  height: 147px;
  background: url("../img/ttli1-min.png") center center / contain no-repeat;
  position: absolute;
  top: calc(-8vw - 30px);
  left: 50%;
  transform: translate(-50%, 0);
}

#mf7 .cbox {
  margin: 3vw auto;
}

/*-------------------- mf8 */
#mf8 {
  background: #f3f3f3;
}
#mf8 h2 {
 font-size: 62px; 
  margin-bottom: 0;
}
#mf8 .cbox {
  margin: 3vw auto;
}
#mf8 .cbox img {
  width: calc((100% - 9%) / 4);
  margin-right: 3%;
}
#mf8 .cbox img:last-child {
  margin-right:0;
}
#mf8 .wbox {
  background: #fff;
  border-radius: 30px;
  padding: 70px;
  margin: 5vw auto 0;
}
#mf8 .wbox img:first-child {
  width: 40%;
  margin-right: 7%;
}
#mf8 .wbox img:last-child {
  width: 53%;
}

/*-------------------- mf9 */
#mf9 .frame p:first-child {
  font-size: 1.2em;
}
#mf9 ul {
  margin: 3vw auto;
}
#mf9 li {
  font-size: 1.3em;
  text-indent: -2em;
  padding-left: 2em;
}
#mf9 li:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/mf9i1-min.jpg") center center / cover no-repeat;
  vertical-align: middle;
  margin-right: .8em;
}
#mf9 .arrow {
  width: 75px;
  margin: 3vw auto;
}
#mf9 .cbox {
  background: #009ee9;
  border-radius: 30px;
  padding: 50px 80px 50px 50px;
  margin: 3vw auto 5vw;
}
#mf9 .cbox img:first-child {
  width: 35%;
  margin-right: 5%;
}
#mf9 .cbox img:last-child {
  width: 60%;
}

/*-------------------- mf10 */
#mf10 {
  background: #f3f3f3;
}
#mf10 h2:before {
    content: "";
    display: block;
    width: 230px;
    height: 150px;
    background: url("../img/mf10i1-min.png") center center / contain no-repeat;
    position: absolute;
    top: calc(-8vw - 30px);
    left: 50%;
    transform: translate(-50%, 0);
}
#mf10 .cbox {
  margin: 3vw auto 5vw;
}
#mf10 .cbox .cboxs:first-child {
  width: 50%;
  margin-right: 10%;
}
#mf10 .cbox .cboxs:last-child {
  width: 40%;
}
#mf10 .note {
  font-size: 12px;
}
#mf10 .ibox {
  margin: 5vw auto;
}
#mf10 .ibox .iboxs:first-child {
  margin-right: 5%;
}
#mf10 .ibox .first figure:last-child {
  margin-top: 5vw;
}

/*-------------------- mf11 */
#mf11 {
  background: #009ee9 url("../img/mf11bg-min.png") center center / 95% no-repeat;
}
#mf11 h2 {
  background: linear-gradient(to right, transparent 3%, #025abf 60%, transparent);
  position: relative;
}
#mf11 h2:before {
  content: "";
  display: block;
  width: 70px;
  height: 160px;
  background: url("../img/mf11t1-min.png") center center / contain no-repeat;
  position: absolute;
  left: calc(50% - 7em);
  top: -.7em;
}
#mf11 h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 160px;
  background: url("../img/mf11t2-min.png") center center / contain no-repeat;
  position: absolute;
  right: calc(50% - 7em);
  top: -.7em;
}
#mf11 .cbox {
  background: #fff;
  border-radius: 30px;
  padding: 30px 60px;
  margin: 5vw auto;
}
#mf11 .cbox figure {
  width: 30%;
  margin-right: 5%;
}
#mf11 .cbox h3 {
  font-size: 42px;
  padding: .3em 0;
  border-bottom: 7px solid #025abf;
  text-align: left;
}
#mf11 .cbox h3 span {
  margin-right: 30px;
  display: inline-block;
}
#mf11 .cbox h3 .note {
  font-size: .4em;
}

/*-------------------- mf12 */
#mf12 {
  background: url("../img/mf12bg-min.jpg") center center / cover no-repeat;
}
#mf12 h2 {
  background: linear-gradient(to right, transparent, #bd0e0d 20%, #bd0e0d 80%, transparent);
  position: relative;
}
#mf12 h2:before {
  content: "";
  display: block;
  width: 125px;
  height: 138px;
  background: url("../img/mf12t1-min.png") center center / contain no-repeat;
  position: absolute;
  left: 2em;
  top: -.8em;
}
#mf12 .inner {
  width: 80%;
  position: relative;
}
#mf12 .swiper {
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
#mf12 .swiper [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}
#mf12 .swiper-pagination-bullet {
  background-color: #333;
  margin: 0 8px!important;
}
#mf12 .swiper-pagination-bullet-active {
  background-color: #bd0e0d;
}
#mf12 .swiper-button-prev {
  left: -50px;
  --swiper-navigation-color: transparent;
}
/* 次への矢印 */
#mf12 .swiper-button-next {
  right: -50px;
  --swiper-navigation-color: transparent;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 75px;
  width: 43px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 75px;
  margin: auto;
  width: 43px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("../img/mf12i7.png");
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("../img/mf12i8.png");
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/*-------------------- mf13 */
#mf13 {
  background: linear-gradient(to right, #fffcae, #fffdf1);
}
#mf13 .frame {
  position: relative;
}
#mf13 .ibox {
  width: 480px;
  position: absolute;
  left: 30px;
  bottom: -120px;
}

/*-------------------- mf14 */
#mf14 h2 {
  background: #025abf;
  width: 50%;
  margin: 0 auto 2em 0;
  padding: .5em 2em .5em 0;
}
#mf14 .cbox {
  background: #fff;
  border: 3px solid #025abf;
  padding: 1em 3em;
  margin: 2vw auto;
}
#mf14 .cbox .qes {
  font-weight: 700;
  border-bottom: dashed 3px #999;
  padding: .5em 0 .5em 3em;
  position: relative;
}
#mf14 .cbox .qes:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url("../img/mf14i1-min.png") center center / contain no-repeat;
  margin: 0 .5em 0 0;
  position: absolute;
  top: .5em;
  left: 0;
}
#mf14 .cbox .ans {
  padding: .5em 0 .5em 3em;
  position: relative;
}
#mf14 .cbox .ans:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url("../img/mf14i2-min.png") center center / contain no-repeat;
  margin: 0 .5em 0 0;
  position: absolute;
  top: .5em;
  left: 0;
}


/*-------------------- footer */
footer {
  padding: 40px 0 0;
  text-align: center;
  font-size: 14px;
}


@media screen and (max-width: 1400px) {
  .frame {
    width: 1100px;
  }
  .inner {
    width: 900px;
  }
  h2 {
    font-size: 4.2vw;
  }
  #mf1 .cboxs {
    width: auto;
  }
  #mf2 .cbox .cboxs {
    width: 25vw;
    top: 25%;
  }
  #mf2 h2 {
    font-size: 3vw;
  }
  #mf4 h2{
    font-size: 3vw;
  }
  #mf7 h2:before, #mf8 h2:before, #mf9 h2:before {
    width: 6vw;
    height: 9vw;
  }
  #mf7 h2:before {
    width: 14vw;
    height: 9vw;
    top: calc(-8vw - 3vw);
  }
  #mf7 .cbox {
    width: auto;
  }
  #mf8 .ibox {
    width: 18vw;
    top: -3vw;
    left: calc(50% - 40vw);
  }
  #mf8 h2 {
    font-size: 5vw;
  }
  #mf9 .frame p:first-child {
    font-size: 1.1em;
  }
  #mf10 h2:before {
    width: 12vw;
    height: 10vw;
  }
  #mf13 .ibox {
    width: 35vw;
    bottom: -7vw;
  }
  #mf14 h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 2.5vw;
  }
  .frame {
    width: auto;
    margin: 0 5vw;
  }
  .inner {
    width: auto;
    padding: 0 5vw;
  }
  .mf {
    padding: 10vw 0;
  }
  h2 {
    font-size: 5vw;
  }
  h3 {
    font-size: 4vw;
  }
  .cta .btn {
    width: 45vw;
    margin: 8vw auto 0;
  }
  #mf1 .cboxs {
    flex-direction: column;
  }
  #mf1 .cboxs figure {
    width: 50%;
    margin: 0 auto 5vw;
  }
  #mf1 .cboxs p {
    width: 100%;
  }
  #mf1 .ibox img {
    width: 100%;
  }
  #mf1 .mbox {
    width: 65%;
  }
  #mf6 .cbox img {
    width: 50%;
  }
  #mf9 ul {
    margin: 10vw auto;
  }
  #mf10 .cbox .cboxs:first-child {
    width: 57%;
    margin-right: 3%;
  }
  #mf13 .ibox {
    width: 45vw;
    bottom: -15vw;
  }
  footer {
    padding: 3vw 0 1vw;
    font-size: 2vw;
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 3.4vw;
  }
  #mv .btn {
    width: 80vw;
    bottom: 5vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .cta .btn {
    width: 80vw;
  }
  #mf1 h2 {
    font-size: 6vw;
  }
  #mf1 .ibox {
    margin: 5vw auto 0;
    width: 60%;
  }
  #mf1 .dbox, #mf1 .cbox, #mf1 .cboxs {
    padding: 2em 1em;
  }
  #mf1 .cboxs figure {
    width: 80%;
  }
  #mf1 .mbox {
    width: 100%;
  }
  #mf1 .dbox {
    flex-direction: column-reverse !important;
  }
  #mf2 .cbox .cboxs {
    width: 33vw;
    top: auto;
    bottom: -15vw;
    right: 3vw;
  }
  #mf1 {
    padding-top: 15vw;
  }
  #mf1.lazyloaded {
    background: url("../img/mf1bgs-min.jpg") center center / cover no-repeat;
  }
  #mf2 h2 {
    font-size: 3.5vw;
  } 
  #mf2 .icon_b:before {
    left: calc(50% - 12em)
  }
  #mf3 .cbox img,
  #mf3 .cbox img:first-child {
    width: 80%;
    margin: 3vw auto;
  }
  #mf4 .tbox {
    width: 10vw;
  }
  #mf4 h2 {
    font-size: 4.6vw;
  }
  #mf5 p {
    font-size: 4.5vw;
  }
  #mf6 .cbox img,
  #mf6 .cbox img:first-child {
    width: 80%;
    margin: 3vw auto;
  }
  #mf7 .cbox img:first-child {
    margin: 0 auto 5vw;
  }
  #mf7 .ibox img {
    width: 60%;
    margin: 3vw auto !important;
  }
  #mf7, #mf8, #mf9, #mf10 {
    padding-top: 12vw;
  }
  #mf7 h2:before, #mf8 h2:before, #mf9 h2:before {
    width: 16vw;
    height: 11vw;
    top: -15vw;
  }
  #mf8 .wbox {
    padding: 10vw;
  }
  #mf8 .cbox img,
  #mf8 .cbox img:last-child {
    width: 50%;
    margin: 3vw auto;
  }
  #mf8 .wbox img:first-child,
  #mf9 .cbox img:first-child {
    width: 60%;
    margin: 0 auto 5vw;
  }
  #mf8 .wbox img:last-child,
  #mf9 .cbox img:last-child,
  #mf10 .cbox .cboxs:first-child,
  #mf10 .cbox .cboxs:last-child {
    width: 100%;
  }
  #mf10 .cbox .cboxs:last-child figure {
    width: 80%;
    margin: 0 auto;
  }
  #mf10 .ibox .iboxs:first-child {
    margin: 5vw auto 10vw;
  }
  #mf11 {
    background: #009ee9;
  }
  #mf11 h2:before,
  #mf11 h2:after {
    width: 7vw;
    height: 15vw;
  }
  #mf11 .cbox h3 {
    font-size: 5vw;
  }
  #mf11 .cbox h3 span {
    margin-right: 1em;
  }
  #mf12 h2:before {
    width: 11vw;
    height: 13vw;
  }
  #mf12 .swiper-button-prev {
    left: -5vw;
  }
  /* 次への矢印 */
  #mf12 .swiper-button-next {
    right: -5vw;
  }
  #mf13 {
    padding: 10vw 0 30vw;
  }
  #mf13 .ibox {
    width: 40vw;
    bottom: -35vw;
  }
  #mf13 .wbox {
    font-size: 4vw;
    padding: 1em;
  }
  #mf13 .cbox img {
    margin: 3vw auto;
  }
  #mf10 .cbox {
    font-size: 3.6vw;
  }
  #mf11 .cbox figure {
    width: 40%;
    margin: 3vw auto;
  }
  #mf14 h2 {
    width: 60%;
    font-size: 5.5vw;
    padding: .5em 1em .5em 0;
  }
  #mf14 .cbox {
    padding: 1em;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 3.6vw;
  }
  h2 {
    font-size: 7vw;
  }
  h3 {
    font-size: 5vw;
  }
  #mf1 iframe {
    height: 40vh;
  }
  #mf2 h2 {
    font-size: 4.5vw;
  }
  #mf2 .icon_b:before {
    width: 4.5em;
    height: 4.5em;
    left: calc(50% - 10.5em);
    bottom: -3px;
  }
  #mf3 .cbox {
    padding: 3vw 5vw 0;
  }
  #mf3 .cbox img, #mf3 .cbox img:first-child {
    width: 100%;
  }
  #mf6 h2 {
    font-size: 5vw;
  }
  #mf7 h2:before, #mf8 h2:before, #mf9 h2:before {
    width: 10vw;
    height: 15vw;
    top: -18vw;
  }
  #mf7, #mf8, #mf9, #mf10 {
    padding-top: 15vw;
  }
  #mf8 .wbox {
    padding: 10vw 5vw;
  }
  #mf9 li {
    font-size: 1.2em;
  }
  #mf9 .arrow {
    width: 10vw;
    padding: 3vw auto 5vw;
  }
  #mf10 h2:before {
    width: 17vw;
    height: 12vw;
    top: -19vw;
  }
  #mf10 .note {
    font-size: 2.2vw;
  }
  #mf11 h2:before, #mf11 h2:after {
    width: 8vw;
    height: 18vw;
    left: calc(50% - 6em);
  }
  #mf11 h2:after {
    left: auto;
    right: calc(50% - 6em);
  }
  #mf11 .cbox {
    padding: 5vw;
  }
  #mf12 h2:before {
    width: 13vw;
    height: 15vw;
    left: 5vw;
  }
  #mf12 .inner {
    width: 100%;
  }
  #mf12 .swiper-button-prev {
    left: -3vw;
  }
  /* 次への矢印 */
  #mf12 .swiper-button-next {
    right: -3vw;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev,
  .swiper-button-next {
    height: 6vw;
    width: 4vw;
  }

  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 6vw;
    margin: auto;
    width: 4vw;
  }
  #mf13 h3:before, #mf13 h3:after {
    width: 10vw;
    height: 16vw;
    left: -13vw;
  }
  #mf13 h3:after {
    left: auto;
    right: -13vw;
  }
  #mf14 .cbox .qes {
    border-bottom: dashed 2px #999;
  }
  footer {
    font-size: 2.6vw;
  }
}