@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: 1px;
  height: 1.2em;
  transform: rotate(-45deg);
  margin: 0 .5em 0 0;
  background: #000;
  vertical-align: middle;
}
.slash:after {
  transform: rotate(45deg);
  margin: 0 0 0 .5em;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}

/*-------------------- MV */
#mv {
  background: url("../img/mvbg-min.jpg") center center / cover no-repeat;
  padding: 20px;
  position: relative;
}
#mv .ibox1 {
  width:43%;
  margin: 0 auto;
  padding: 0 0 0 8%;
}
#mv .btn {
  width: 27%;
  margin: 0 auto;
}
#mv .ibox2 {
  width: 82%;
  margin: 2vw auto;
}

/*-------------------- cta */
.cta {
  padding: 30px 0;
  position: relative;
}
.cta.lazyloaded {
  background: url("../img/ctabg-min.jpg") center center / cover no-repeat;
}
.cta .frame {
  position: relative;
}
.cta .btn {
  position: absolute;
  right: 0;
  bottom: 3vw;
}
.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 h2 {
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  padding: .3em .5em 0;
}
#mf1 h2.icon_b:before {
  width: 2em;
  height: 3.5em;
  background: url("../img/mf1t1-min.png") bottom center / contain no-repeat;
  position: absolute;
  left: -2.5em;
  bottom: -10px;
}
#mf1 h2.icon_a:after {
  width: 2em;
  height: 3.5em;
  background: url("../img/mf1t2-min.png") bottom center / contain no-repeat;
  position: absolute;
  right: -2.5em;
  bottom: -10px;
}
#mf1 .dbox, #mf1 .cbox {
  background: linear-gradient(to bottom, #025abf, #039ee3);
  border-radius: 30px;
  margin: 3em auto;
  padding: 2em;
}
#mf1 .cboxs {
  background: #fff;
  padding: 2em;
  width: 1000px;
  margin: 1em auto;
}
#mf1 .cboxs figure {
  width: 30%;
  margin-right: 5%;
}
#mf1 .cboxs p {
  width: 65%;
}
#mf1 .ibox {
  width: 30%;
  margin-right: 5%;
}
#mf1 .ibox img {
  width: 80%;
  margin: 0 auto;
}
#mf1 .mbox {
  width: 55%;
}
#mf1 .mbox iframe {
  width: 100%;
  height: 400px;
}

/*-------------------- mf2 */
#mf2 {
  padding: 0;
}
#mf2 .cbox {
  position: relative;
}
#mf2 .cbox .cboxs {
  position: absolute;
  top: 5%;
  right: 2vw;
  z-index: 10;
}

/*-------------------- mf3 */
#mf3 {
  padding-top: 7vw;
}
#mf3.lazyloaded {
  background: url("../img/mf3bg-min.jpg") center center / cover no-repeat;
}

/*-------------------- mf4 */
#mf4 h2 {
  background: #025abf;
}
#mf4 .icon_b:before {
  display: block;
  width: 5em;
  height: 5em;
  background: url("../img/mf4t1-min.png") center center / contain no-repeat;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15em);
}
#mf4 .cbox {
  margin: 5vw auto;
}

/*-------------------- mf5 */
#mf5 {
  padding-top: 7vw;
}
#mf5.lazyloaded {
  background: url("../img/mf5bg-min.jpg") center center / cover no-repeat;
}
#mf5 .tbox {
  width: 100px;
  margin: 0 auto 20px;
}

/*-------------------- mf6 */
#mf6 p {
  font-size: 32px;
  margin: 5vw auto 0;
}

/*-------------------- mf7 */
#mf7 {
  background: #f3f3f3;
  padding-top: 8vw;
}
#mf7 h2:before {
  content: "";
  display: block;
  width: 230px;
  height: 150px;
  background: url("../img/mf7t1-min.png") center center / contain no-repeat;
  position: absolute;
  top: calc(-8vw - 30px);
  left: 50%;
  transform: translate(-50%, 0);
}
#mf7 h3 {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
#mf7 .cbox {
  width: 1000px;
  margin: 5vw auto;
}
#mf7 .cbox img:first-child {
  margin: 0 5% 0 0;
}
#mf7 .tbox + h2 {
  margin-top: 15vw;
}
#mf7 .ibox img {
  width: calc((100% - 10%) / 3);
  margin-right: 3%;
}
#mf7 .ibox img:last-child {
  margin-right: 0;
}

/*-------------------- mf8 */
#mf8 {
  position: relative;
}
#mf8 .ibox {
  width: 260px;
  position: absolute;
  top: -50px;
  left: calc(50% - 500px);
}
#mf8 .tbox {
  width: 645px;
  margin: 0 0 5vw auto;
}
#mf8 h2 {
 font-size: 62px; 
  margin-bottom: 0;
}
#mf8 .cbox {
  border: 10px solid #e6e6e6;
  border-radius: 30px;
  padding: 2em;
}
#mf8 .cbox .cboxs {
  width: 65%;
  margin: 0 10% 0 0;
}
#mf8 .cbox figure {
  width: 25%;
}
#mf8 .tribox {
  width: 75px;
  margin: 1.5vw auto;
}
#mf8 .cbox .cboxs img {
  width: 120px;
}
#mf8 .cbox .cboxs h3{
  text-align: left;
}
#mf8 .cbox:last-child figure img {
  width: 75%;
}

/*-------------------- mf9 */
#mf9 {
  background: linear-gradient(to right, #fffcae, #fffdf1);
}
#mf9 .wbox {
  background: #fff;
  padding: 20px;
  font-size: 36px;
  line-height: 1.4;
}
#mf9 h3 {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin: 5vw auto 3vw;
}
#mf9 h3:before,
#mf9 h3:after {
  display: block;
  width: 70px;
  height: 110px;
  background: url("../img/mf9t1-min.avif") center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translate(0, -50%);
}
#mf9 h3:after {
  background: url("../img/mf9t2-min.avif") center center / contain no-repeat;
  left: auto;
  right:  -100px;
}
#mf9 .frame {
  position: relative;
}
#mf9 .ibox {
  width: 630px;
  position: absolute;
  right: -70px;
  bottom: -170px;
}

/*-------------------- mf10 */
#mf10.lazyloaded {
  background: url("../img/mf10bg-min.avif") center center / cover no-repeat;
}
#mf10 .cbox {
  width: 800px;
  margin: 0 50px 0 auto;
  line-height: 1.6;
}
#mf10 .cbox h2 {
  font-size: 62px;
}

/*-------------------- mf11 */
#mf11 {
  background: #e6e6e6;
}
#mf11 h2 {
  background: #025abf;
  width: 50%;
  margin: 0 auto 2em 0;
  padding: .5em 2em .5em 0;
}
#mf11 .cbox {
  background: #fff;
  border: 3px solid #025abf;
  padding: 1em 3em;
  margin: 2vw auto;
}
#mf11 .cbox .qes {
  font-weight: 700;
  border-bottom: dashed 3px #999;
  padding: .5em 0 .5em 3em;
  position: relative;
}
#mf11 .cbox .qes:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url("../img/mf10i1-min.png") center center / contain no-repeat;
  margin: 0 .5em 0 0;
  position: absolute;
  top: .5em;
  left: 0;
}
#mf11 .cbox .ans {
  padding: .5em 0 .5em 3em;
  position: relative;
}
#mf11 .cbox .ans:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url("../img/mf10i2-min.png") center center / contain no-repeat;
  margin: 0 .5em 0 0;
  position: absolute;
  top: .5em;
  left: 0;
}


/*-------------------- footer */
footer {
  padding: 40px 0 10px;
  text-align: center;
  font-size: 14px;
}


@media screen and (max-width: 1400px) {
  .frame {
    width: 1100px;
  }
  .inner {
    width: 900px;
  }
  h2 {
    font-size: 4.8vw;
  }
  #mv .btn {
    width: 38vw;
    bottom: 4vw;
  }
  #mf1 .cboxs {
    width: auto;
  }
  #mf2 .cbox .cboxs {
    width: 25vw;
    top: 25%;
  }
  #mf4 h2 {
    font-size: 3vw;
  }
  #mf5 h2{
    font-size: 3vw;
  }
  #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 .ibox {
    width: 40vw;
    right: 0;
    bottom: -10vw;
  }
  #mf10 .cbox {
    width: 55vw;
  }
  #mf10 .cbox h2 {
    font-size: 4vw;
  }
  #mf10 .cbox {
    font-size: 1.4vw; 
  }
  #mf11 h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 2.5vw;
  }
  .frame {
    width: auto;
    margin: 0 5vw;
  }
  .inner {
    width: auto;
  }
  .mf {
    padding: 10vw 0;
  }
  h2 {
    font-size: 5vw;
  }
  h3 {
    font-size: 4vw;
  }
  #mv .btn {
    width: 38vw;
    bottom: 5vw;
  }
  .cta .btn {
    right: -2vw;
    bottom: 3vw;
    width: 45vw;
  }
  #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%;
  }
  #mf7 .cbox {
    width: 80vw;
  }
  #mf7 .cbox img {
    width: 50%;
  }
  #mf8 .tbox {
    width: 71vw;
    margin: 0 3vw 5vw auto;
  }
  #mf9 .ibox {
    width: 45vw;
    bottom: -15vw;
  }
  #mf10 {
    padding-bottom: 0;
  }
  #mf10.lazyloaded {
    background: url("../img/mf10bgs-min.jpg") center center / cover no-repeat;
    padding-bottom: 0;
  }
  #mf10 .cbox {
    width: 100%;
    margin: 0 auto;
    font-size: 2.4vw;
  }
  #mf10 .cbox h2 {
    font-size: 6vw;
  }
  #mf10 .tab {
    margin-top: -15vw;
  }

  footer {
    padding: 3vw 0 1vw;
    font-size: 2vw;
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 3.4vw;
  }
  #mv {
    background: url("../img/mvbgs-min.jpg") center center / cover no-repeat;
  }
  #mv .ibox1 {
    width: 75%;
    padding: 0;
  }
  #mv .btn {
    width: 80vw;
  }
  .cta {
    background: none;
    padding: 0;
  }
  .cta .btn {
    right: auto;
    left: 50%;
    bottom: 8vw;
    transform: translate(-50%, 0);
    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;
  }
  #mf3 {
    padding-top: 15vw;
  }
  #mf3.lazyloaded {
    background: url("../img/mf3bgs-min.jpg") center center / cover no-repeat;
  }
  #mf4 h2 {
    font-size: 3.5vw;
  } 
  #mf4 .icon_b:before {
    left: calc(50% - 12em)
  }
  #mf5 .tbox {
    width: 10vw;
  }
  #mf5 h2 {
    font-size: 4.6vw;
  }
  #mf6 p {
    font-size: 5vw;
  }
  #mf7 .cbox img:first-child {
    margin: 0 auto 5vw;
  }
  #mf7 .ibox img {
    width: 60%;
    margin: 3vw auto !important;
  }
  #mf8 {
    padding-top: 10vw;
  }
  #mf8 .ibox {
    left: auto;
    right: 15vw;
  }
  #mf8 .tbox {
    width: 80vw;
    margin: 0 auto 5vw;
  }
  #mf8 .cbox {
    padding: 2em 1em;
  }
  #mf8 .cbox .cboxs {
    width: 100%;
    margin: 0 auto;
  }
  #mf8 .cbox figure {
    width: 60%;
  }
  #mf8 .cbox .cboxs img {
    width: 18vw;
  }
  #mf9 {
    padding: 10vw 0 20vw;
  }
  #mf9 .ibox {
    bottom: -30vw;
  }
  #mf9 .wbox {
    font-size: 4vw;
    padding: 1em;
  }
  #mf9 .cbox img {
    margin: 3vw auto;
  }
  #mf10 .cbox {
    font-size: 3.6vw;
  }
  #mf11 h2 {
    width: 60%;
    font-size: 5.5vw;
    padding: .5em 1em .5em 0;
  }
  #mf11 .cbox {
    padding: 1em;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 3.6vw;
  }
  h3 {
    font-size: 5vw;
  }
  #mv .btn {
    bottom: 15vw;
  }
  #mf1 iframe {
    height: 40vh;
  }
  #mf4 h2 {
    font-size: 4.5vw;
  }
  #mf4 .icon_b:before {
    width: 4.5em;
    height: 4.5em;
    left: calc(50% - 10.5em);
    bottom: -3px;
  }
  #mf7 h2 {
    font-size: 6vw;
  }
  #mf7 h3 {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-size: 4.2vw;
    padding: 0.7em 0;
  }
  #mf7 .cbox img {
    width: 70%;
  }
  #mf7 .tbox + h2 {
    margin-top: 25vw;
  }
  #mf7 h2:before {
    width: 18vw;
    height: 15vw;
    top: calc(-8vw - 6vw);
  }
  #mf7 .ibox img {
    width: 80%;
  }
  #mf8 .ibox {
    width: 22vw;
    right: 8vw;
  }
  #mf8 h2 {
    font-size: 6vw;
  }
  #mf8 .tribox {
    width: 12vw;
    margin: 3.5vw auto;
  }
  #mf9 h3:before, #mf9 h3:after {
    width: 10vw;
    height: 16vw;
    left: -13vw;
  }
  #mf9 h3:after {
    left: auto;
    right: -13vw;
  }
  #mf11 .cbox .qes {
    border-bottom: dashed 2px #999;
  }
  footer {
    font-size: 2.6vw;
  }
}