@charset "utf-8";

html {overflow: auto;scroll-behavior: smooth;}
body{
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans', Meiryo, "sans-serif";
font-size: 20px;
line-height: 1.8;
letter-spacing: 0.05em;
color: #333;
overflow: hidden;
}
/*-------------------- img */
img{ display: block; width: 100%;}
a img:hover{transform: scale(110%);transition: .2s;}
@media(max-width:780px){a img:hover{opacity: 1;}}/* @media */

/*-------------------- a */
a:link   {text-decoration: none; transition: ease .3s all;}
a:visited{}a:hover  {color: #999;}a:active {color: #ccc;}

/*-------------------- PC-SP */
.pc{ display: block !important;}@media(max-width:780px){.pc{ display: none !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: #ff6666;
}
.t_orange{
  color: #e1690d;
}
.ul_orange {
  border-bottom: 1px solid #e1690d;
}
.t_yellow{
  color: #f6ff61;
}
.ul_yellow {
  border-bottom: 1px solid #f6ff61;
}
.t_white{
  color: #fff;
}
.t_white a {
  color: #fff;
}
.t_blue{
  color: #0f83c6;
}
.ul_blue {
  border-bottom: 3px solid #0f83c6;
}
.t_green{
  color: #5cc4cd;
}
.t_gray{
  color: #666;
}
.t_08 {
  font-size: .8em;
  line-height: 1.6;
}
.t_12 {
  font-size: 1.2em;
  line-height: 1.6;
}
.t_14 {
  font-size: 1.4em;
  line-height: 1.6;
}
.t_16 {
  font-size: 1.6em;
  line-height: 1.6;
}
.note {
  font-size: 0.65em;
}
h2 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
h2.mon {
  margin: 2em auto .8em;
  text-align: center;
}
h2.mon:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url("../img/mf1t1-min.png") center center / contain no-repeat;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translate(-50%, 0);
}
h3 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
h4 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.b_ttl_blue {
  width: 15em;
  margin: 0 auto 2em;
  padding: .5em 1em;
  border-top: 8px solid #0f83c6;
  border-bottom: 8px solid #0f83c6;
  text-align: center;
}
h3.b_ttl_blue {
  text-align: center;
  border-top: 3px solid #0f83c6;
  border-bottom: 3px solid #0f83c6;
}
.b_ttl_white {
  width: 70%;
  margin: 0 auto 2em;
  padding: .5em 1em;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  text-align: center;
}

/*-------------------- design */
.b_yellow{
  background: linear-gradient(transparent 60%, #fff3c5 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;
}
.w_fit {
  width: fit-content;
  width: -moz-fit-content;
}

/*-------------------- MV */
#mv {
  position: relative;
}
#mv .btn {
  width: 30vw;
  position: absolute;
  bottom: 4vw;
  left: 63%;
}

/*-------------------- Floating_area */
.floating_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0f83c6;
  transition: 0.2s;
  opacity: 0;
  z-index: 9999;
}
.floating_area .btn {
  width: 30%;
  margin: .4em auto;
}

/*-------------------- cta */
.cta {
  position: relative;
}
.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;}}


/*-------------------- mf11 */
#mf11 {
  border-bottom: 6px solid #0f83c6;
}
#mf11 .ttl {
  width: 70%;
  margin: 0 auto 2em;
}
#mf11 .ibox {
  width: 70%;
  margin: 2em auto;
}

/*-------------------- mf12 */
#mf12 .ibox {
  width: 80%;
  margin: 0 auto;
}
#mf12 .iboxs {
  margin: 3vw auto;
}
#mf12 .iboxs img {
  width: 48%;
}
#mf12 .iboxs img:first-child {
  margin-right: 4%;
}

/*-------------------- mf13 */
#mf13 {
  padding-top: 0;
}
#mf13 h3 {
  background: #0f83c6;
}
#mf13 .wrapper {
  border: 3px solid #0f83c6;
  padding: 2em 3em;
  border-radius: 30px;
  margin: 0 auto 3vw;
}
#mf13 h4 {
  padding: 0 3em;
  border-bottom: 3px solid #0f83c6;
}
#mf13 .tbox p {
  margin: 0;
}
#mf13 .bg_orange {
  background: #e1690d;
  color: #fff !important;
  display: inline-block;
  padding: .1em .6em;
  margin: 0 5px;
}
#mf13 h5 {
  margin: 3vw auto .5em;
}
#mf13 h5:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.8em;
  background: url("../img/mf13t1-min.png") center center / contain no-repeat;
  margin-right: 1em;
  vertical-align: text-bottom;
}
#mf13 h5:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.8em;
  background: url("../img/mf13t2-min.png") center center / contain no-repeat;
  margin-left: 1em;
  vertical-align: text-bottom;
}
#mf13 .ibox {
  width: 80%;
  margin: 0 auto;
}
#mf13 .cbox .cboxs {
  width: 20%;
  margin-right: 5%;
}
#mf13 .cbox p {
  width: 60%;
  margin-right: 3%;
}
#mf13 .cbox figure {
  width: 12%;
}

/*-------------------- mf1 */
#mf1 .cbox {
  margin: 0 auto 7vw;
}
.ttl_box {
  border: 1px solid #999;
  border-radius: 20px 20px 0 0;
  margin: 3vw auto 0;
}
.ttl_box h3,
.ttl_box h4 {
  text-align: center;
  background: #e7e7e7;
  border-radius: 20px 20px 0 0;
  padding: .5em 0;
}
.ttl_box .ttl_boxs {
  padding: 2em 4em;
}
#mf1 .popu {
  align-items: flex-start;
}
#mf1 .popu .tbox {
  width: 40%;
  margin-right: 8%;
  padding: 2em 0 0;
}
#mf1 .popu .ttl_box {
  width: 52%;
}
#mf1 .cbox.last .ttl_box {
  width: 70%;
}

/*-------------------- mf2 */
#mf2 {
  background-image: url("../img/mf2bg-min.jpg");
  background-position: top center;
  background-size: auto;
  background-color: #0f83c6;
  background-repeat: no-repeat;
}
#mf2 .wbox {
  width: 70%;
  margin: 3vw auto;
}
#mf2 .wbox img {
  width: calc((100% - 120px) / 3);
  margin: 0 60px 0 0;
}
#mf2 .wbox img:last-child {
  margin-right: 0;
}
#mf2 .cbox {
  background: #fff;
  padding: 1em 4em 2em;
  margin: 3vw auto 5vw;
  border-radius: 30px;
}
#mf2 .cbox h3 {
  position: relative;
  padding-left: 3em;
}
#mf2 .cbox h3 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background: #f6ff61;
  border-radius: 50%;
  position: absolute;
  top: -1em;
  left: 0;
}
#mf2 .cbox .cboxs {
  margin: 3vw auto;
}
#mf2 .cbox .cboxs figure:first-child,
#mf2 .cbox .ttl_boxs .boxs:first-child{
  margin-right: 5%;
}
#mf2 .ibox {
  width: 50%;
  margin: 3vw auto;
}

/*-------------------- mf3 */
#mf3 {
  background: url("../img/mf3bg-min.jpg") center center / cover no-repeat;
}
#mf3 h2.mon:before {
  background: url("../img/mf3t1-min.png") center center / contain no-repeat;
}
#mf3 .cbox {
  width: 70%;
  margin: 3vw auto;
}

/*-------------------- mf4 */
#mf4 {
  background: url("../img/mf4bg1-min.jpg") center top no-repeat,
    url("../img/mf4bg2-min.jpg") center bottom no-repeat;
  background-color: #0f83c6;
}
#mf4 .cbox {
  margin: 5vw auto;
}
#mf4 .cboxs {
  margin: 0 auto 1vw;
}
#mf4 .cboxs h3 {
  margin: 0 5% 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1690d;
  width: 4em;
  height: 4em;
  border-radius:50%;
}
#mf4 .cboxs p {
  width: 70%;
}
#mf4 .ibox {
  width: 80%;
  margin: 0 auto;
}
#mf4 .ibox figure {
  margin: 1vw auto 2vw;
}
#mf4 .ibox .iboxs {
  justify-content: space-between;
}
#mf4 .iboxs figure {
  margin: 1vw 0 2vw;
}
#mf4 .cbox .sum {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: -2em;
}
#mf4 .sum:before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background: url("../img/mf4t2-min.png") center center / contain no-repeat;
  margin:  0 .5em 0 0;
  position: absolute;
  top: 50%;
  left: -3em;
  transform: translate(0, -50%);
}
#mf4 .sum:after {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background: url("../img/mf4t3-min.png") center center / contain no-repeat;
  margin:  0 .5em 0 0;
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translate(0, -50%);
}

/*-------------------- mf5 */
#mf5 {
  background: #cfe4f0;
}
#mf5 .cbox {
  background: #fff;
  border: 5px solid #ccc;
  border-radius: 30px;
  padding: 1em 2em;
  margin:  0 auto 3vw;
}
#mf5 .cbox figure {
  width: 15%;
  margin-right: 5%;
}
#mf5 .cbox .cboxs {
  width: 80%;
}

/*-------------------- mf6 */
#mf6 {
  background: url("../img/mf6bg-min.jpg") center center / cover no-repeat;
}
#mf6 h2 {
  width: 60%;
  margin: 0 auto 2em;
}
#mf6 .cbox {
  overflow: hidden;
}
#mf6 .cbox img {
  width: calc((100% - 50px) / 2);
  margin: 0 50px 3vw 0;
  float: left;
}
#mf6 .cbox img:nth-child(even) {
  margin-right: 0;
}

/*-------------------- mf7 */
#mf7 {
  background: #0f83c6;
}
#mf7 .cbox figure {
  width: 40%;
  margin-right: 12%;
}
#mf7 .cbox .cboxs {
  width: 45%;
  margin: 0 3% 0 0;
}
#mf7 h2 {
  width: 70%;
  margin: 0 0 1em auto;
}
#mf7 .ar {
  line-height: 1.4;
  margin:  0;
}
#mf7 .name {
  font-size: 2.2em;
}

/*-------------------- mf8 */
#mf8 dt {
  background: #f3f3f3;
  padding: .4em 1em .4em 4em;
  position: relative;
  margin: 1em 0 .5em;
  font-weight: 600;
  line-height: 1.4;
  text-indent: -1em;
}
#mf8 dd {
  background: #f3f3f3;
  padding: .4em 1em .4em 4em;
  position: relative;
  margin: .5em 0 1.5em;
  line-height: 1.4;
  text-indent: -1em;
}
#mf8 dt:before,
#mf8 dd:before {
  content: "Q";
  display: inline-block;
  color: #0f83c6;
  font-weight: 600;
  font-size: 1.6em;
  vertical-align: middle;
  margin: 0 .4em 0 0;
}
#mf8 dd:before {
  content: "A";
  color: #e1690d;
}

/*-------------------- mf9 */
#mf9 {
  background: url("../img/mf9bg-min.jpg") center center / cover no-repeat;
  padding-bottom: 15vw;
}
#mf9 .frame {
  padding: 0 0 0 3%;
}
#mf9 h2 {
  width: 38%;
  margin:  0;
}
#mf9 .t_600 {
  display: inline-block;
  margin-right: 1em;
}
#mf9 a.t_yellow {
  display: inline-block;
  margin-left: 1em;
  font-style: italic;
  color: #f6ff61;
}
#mf9 a.t_yellow:hover {
  opacity: .8;  
}
#mf9 .access {
  padding-left: 5em;
}

/*-------------------- mf10 */


/*-------------------- footer */
footer {
  background: #000;
  padding: 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  .frame {
    width: 1000px;
  }
  .inner {
    width: 800px;
  }
  #mf1 .popu .tbox {
    width: 46%;
    margin-right: 4%;
    padding: 2em 0 0;
  }
  #mf1 .popu .ttl_box {
    width: 50%;
  }
  #mf11 .ibox {
    width: 100%;
  }
  #mf12 .ibox {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.8vw;
  }
  .frame {
    width: auto;
    margin: 0 5vw;
  }
  .inner {
    width: auto;
  }
  .mf {
    padding: 10vw 0;
  }
  .cta {
    padding: 5vw 0 0;
  }
  h2 {
    font-size: 4vw;
  }

  footer {
    padding: 3vw 0 1vw;
    font-size: 2vw;
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 2.8vw;
  }
  #mv .btn {
    width: 80vw;
    bottom: 48vw;
    left: 50%;
  }
  .floating_area .btn {
    width: 70vw;
  }
  h2 {
    font-size: 4.5vw;
  }
  h2.mon {
    margin: 3em auto 0.8em;
  }
  h2.mon:before {
    width: 3em;
    height: 3em;
    top: -3em;
  }
  h3 {
    font-size: 3.8vw;
  }
  .b_ttl_blue {
    margin: 0 auto 1em;
    border-top: 5px solid #0f83c6;
    border-bottom: 5px solid #0f83c6;
  }
  .b_ttl_white {
    margin: 0 auto 1em;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  
  #mv .btn {
    width: 80%;
    position: absolute;
    bottom: 3vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  #mf1 .popu {
    flex-direction: column-reverse !important;
  }
  #mf1 .popu .ttl_box {
    width: 80%;
  }
  .ttl_box .ttl_boxs {
    padding: 1em 2em;
  }
  #mf1 .popu .tbox {
    width: 100%;
    margin: 0 0 3vw;
    padding: 0;
  }
  #mf1 .cbox {
    margin: 0 auto 10vw;
  }
  #mf2 .wbox img {
    width: 50%;
    margin: 0 auto 3vw !important;
  }
  #mf2 .cbox {
    padding: 1em 1em 2em;
  }
  #mf2 .cbox .cboxs figure:first-child, #mf2 .cbox .ttl_boxs .boxs:first-child {
    margin: 0 auto 3vw;
  }
  #mf2 .ibox {
    width: 70%;
    margin: 5vw auto 0;
  }
  #mf3 .cbox {
    width: 90%;
    margin: 5vw auto 7vw;
  }
  #mf4 .cbox {
    margin: 5vw auto 15vw;
  }
  #mf4 .cbox.last {
    margin-bottom: 5vw;
  }
  #mf4 .cboxs p,
  #mf4 .ibox {
    width: 90%;
  }
  #mf4 .ibox .iboxs.flex figure {
    width: 100%;
  }
  #mf4 .cbox .sum {
    margin-top: -1em;
  }
  #mf5 .cbox figure {
    width: 35%;
    margin: 0 auto 2vw;
  }
  #mf5 .cbox .cboxs {
    width: 100%;
  }
  #mf6 h2 {
    width: 80%;
  }
  #mf6 .cbox img {
    width: calc((100% - 30px) / 2);
    margin: 0 30px 3vw 0;
  }
  #mf7 .cbox figure {
    width: 50%;
    margin: 0 auto 3vw;
  }
  #mf7 .cbox .cboxs {
    width: 100%;
    margin: 0;
  }
  #mf7 h2 {
    width: 50%;
    margin: 0 0 0.5em auto;
  }
  #mf9 {
    padding-bottom: 25vw;
  }
  #mf9 .t_600 {
    display: block;
    margin: 0;
  }
  #mf9 .access {
    padding-left: 0;
  }
  #mf9 h2 {
    width: 50%;
  }
  .cta .ctabox {
    width: 80%;
    margin: 10vw auto 5vw;
  }
  
  #mf12 .iboxs img {
    width: 100%;
    margin: 3vw auto !important;
  }
  #mf13 .ibox {
    width: 100%;
  }
  #mf13 .cbox .cboxs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1em auto 0;
  }
  #mf13 .cbox .cboxs .circle {
    width: 45%;
  }
  #mf13 .cbox .cboxs figure {
    width: 30%;
    margin-left: 15%;
  }
  #mf13 .cbox p {
    width: 100%;
    margin: 1em auto;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 4vw;
  }
  h2 {
    font-size: 6vw;
  }
  h3 {
    font-size: 4.8vw;
  }
  .b_ttl_blue {
    width: 90%;
  }
  #mv .btn {
    width: 90%;
    bottom: 0;
  }
  .floating_area .btn {
    width: 90%;
  }
  #mf11 .ttl {
    width: 90%;
  }
  #mf13 .wrapper {
    padding: 1.5em 1em;
  }
  #mf13 h4 {
    padding: 0 1em;
    font-size: 4.6vw;
  }
  #mf13 h5 {
    position: relative;
  }
  #mf13 h5:before {
    position: absolute;
    top: 60%;
    left: 2em;
    transform: translate(0, -50%);
  }
  #mf13 h5:after {
    position: absolute;
    top: 60%;
    right: 2em;
    transform: translate(0, -50%);
  }
  
  #mf1 .popu .ttl_box {
    width: 100%;
  }
  #mf1 .cbox.last .ttl_box {
    width: 100%;
  }
  #mf2 .wbox img {
    width: 70%;
  }
  #mf2 .ibox {
    width: 90%;
  }
  #mf4 .cbox .sum {
    margin-top: 0;
  }
  #mf6 h2 {
    width: 95%;
  }
  #mf6 .cbox img {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 3vw 0;
  }
  #mf7 h2,
  #mf9 h2 {
    width: 70%;
  }
  #mf7 .cbox figure {
    width: 80%;
  }
  #mf9 {
    padding-bottom: 25vw;
  }
  .cta {
    padding-bottom: 10vw;
  }
  .cta .ctabox {
    width: 90%;
    margin: 10vw auto 0;
  }
  footer {
    font-size: 3.4vw;
  }
  .copy {
    font-size: 3.2vw;
  }
}