@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.6;
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   {color: #333;text-decoration: none; transition: ease .3s all;}
a:visited{color: #333;}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: #ff3333;
}
.t_orange{
  color: #ffaa45;
}
.t_yellow{
  color: #f7ff7e;
}
.t_white{
  color: #fff;
}
.t_blue{
  color: #004d98;
}
.t_green{
  color: #5cc4cd;
}
.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;
}
.t_18 {
  font-size: 1.8em;
  line-height: 1.6;
}
.t_20 {
  font-size: 2em;
  line-height: 1.6;
}
.note {
  font-size: 0.65em;
}
.t_italic {
  font-style: italic;
}
h2 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
h3 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
h4 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

/*-------------------- 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;
}

/*-------------------- Floating_area */
.floating_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.2s;
  opacity: 0;
  z-index: 9999;
}
.floating_area .btn {
  width: 30%;
  margin: 0 auto;
}

/*-------------------- MV */
#mv {
  position: relative;
}
#mv .btn {
  position: absolute;
  left: 50%;
  bottom: 4.5vw;
  transform: translate(-50%, 0);
}

/*-------------------- cta */
.cta {
  position: relative;
}
.btn {
  width: 45%;
}
.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 {
  position: relative;
}
#mf1 h2:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url("../img/ttl1-min.png") center center / contain no-repeat;
  position: absolute;
  bottom: .3em;
  left: -3em;
}
#mf1 h2:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url("../img/ttl2-min.png") center center / contain no-repeat;
  position: absolute;
  bottom: .3em;
  right: -3em;
}
#mf1 .cbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mf1 .cbox li {
  border-top: 2px solid #ccc;
  padding: .4em 1em .4em 3em;
  text-indent: -2em;
}
#mf1 .cbox li:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/mf1i1-min.png") center center / contain no-repeat;
  margin-right: .8em;
  vertical-align: middle;
}
#mf1 .cbox li:last-child {
  border-bottom: 2px solid #ccc;
}

/*-------------------- mf2 */
.bg_blue {
  background: #004d98;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.bg_blue:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
}
.bg_blue p {
  margin: 0 auto;
  font-size: 1.4em;
}
.bg_blue p.name {
  font-size: 58px;
}
.bg_blue .slash:before,
.bg_blue .slash:after {
  width: 2px;
  background: #fff;
  transform:rotate(-40deg);
  vertical-align: text-bottom;
}
.bg_blue .slash:after {
  transform:rotate(40deg);
}

/*-------------------- mf3 */
#mf3 h2 {
  position: relative;
  text-align: center;
}
#mf3 h2.w_fit {
  margin: 0 auto;
  padding: 0;
}
#mf3 h2.w_fit:before {
  content: "";
  display: block;
  width: 2.5em;
  height: 4em;
  background: url("../img/ttl3-min.png") center center / contain no-repeat;
  position: absolute;
  bottom: -.2em;
  left: -4em;
}
#mf3 h2.w_fit:after {
  content: "";
  display: block;
  width: 3em;
  height: 4em;
  background: url("../img/ttl4-min.png") center center / contain no-repeat;
  position: absolute;
  bottom: -.4em;
  right: -4em;
}
#mf3 .border {
  margin: 0;
  padding: .7em 0 .5em;
  font-size: 1.1em;
  border-top: 5px solid #6ba7e2;
  border-bottom: 5px solid #6ba7e2;
}
#mf3 .cbox {
  margin: 3vw auto;
}
#mf3 .cboxs img {
  width: calc(100% - 80px);
  max-width: 46%;
}
#mf3 .cboxs img:first-child {
  margin-right: 80px;
}
#mf3 .ibox {
  width: 60%;
  margin: 3vw auto;
}
#mf3 h2:nth-of-type(2n) {
  margin-top: 5vw;
}
#mf3 .arr {
  width: 20%;
  margin: 3vw auto;
}

/*-------------------- mf4 */

/*-------------------- mf5 */
#mf5 {
  background: url("../img/mf5bg-min.jpg") center center / cover no-repeat;
}
#mf5 .cbox {
  background: #fff;
  border: 5px solid #004d98;
  border-radius: 30px;
  padding: 1em 2em;
  margin: 0 auto 3vw;
}
#mf5 .cbox h3 {
  font-size: 50px;
  text-align: left;
  margin: 0;
}
#mf5 .cbox h3:before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: url("../img/mf5i1-min.png") center center / contain no-repeat;
  margin-right: .5em;
  vertical-align: middle;
}
#mf5 .cbox.two h3:before {
  background: url("../img/mf5i3-min.png") center center / contain no-repeat;
}
#mf5 .cbox.three h3:before {
  background: url("../img/mf5i5-min.png") center center / contain no-repeat;
}
#mf5 .cbox figure {
  width: 80%;
  margin: 0 auto 3vw;
}
#mf5 .plus {
  width: 5%;
  margin: 5vw auto;
}

/*-------------------- mf6 */
#mf6 {
  position: relative;
}
#mf6 .deg {
  width: 120%;
  padding: .7em;
  background: #004d98;
  transform: translate(-50%, 0) rotate(-2deg);
  font-size: 42px;
  position: absolute;
  top: -3em;
  left: 50%;
}
#mf6 .cbox figure {
  width: 30%;
  margin: 0 5% 0 5%;
}
#mf6 .cbox figure img {
  width: 60%;
  margin: 0 auto;
}
#mf6 .cbox .cboxs {
  width: 52%;
  margin: 0 8% 0 0;
  font-size: 22px;
}

/*-------------------- mf7 */
#mf7 {
  background: url("../img/mf7bg-min.jpg") center center / cover no-repeat;
}
#mf7 h2 {
  text-shadow: 0 0 15px #11b5ff, 0 0 15px #11b5ff, 0 0 15px #11b5ff, 0 0 15px #11b5ff, 0 0 15px #11b5ff;
}
#mf7 .cbox {overflow: hidden;}

#mf7 .cbox img {
  width: calc((100% - 60px) / 2);
  margin: 0 60px 60px 0;
  float: left;
}
#mf7 .cbox img:nth-of-type(even) {
  margin-right: 0;
}

/*-------------------- mf8 */
#mf8 h2 span {
  display: inline-block;
  background: #004d98;
  padding: .2em .5em;
  margin: 0 .5em 0 0;
}
#mf8 h2 span:last-child {
  margin-right: 0;
}
#mf8 .cbox figure {
  width: 40%;
  margin: 0 7% 0 0;
}
#mf8 .cbox .cboxs {
  width: 53%;
}
#mf8 .cbox .cboxs .name {margin: 0 auto 2em;}

/*-------------------- mf9 */
#mf9 {
  padding-bottom: 15vw;
}
#mf9 h2 span {
  display: inline-block;
  background: #004d98;
  padding: .2em .5em;
  margin: 0 .5em 0 0;
}
#mf9 h2 span:last-child {
  margin-right: 0;
}
#mf9 .cbox {
  width: 50%;
  margin: 5vw auto 0 0;
}

/*-------------------- 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;
  }
  #mf3 .ibox {
    width: 80%;
  }
  #mf6 .cbox .cboxs {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.8vw;
  }
  .frame {
    width: auto;
    margin: 0 5vw;
  }
  .inner {
    width: auto;
  }
  .mf {
    padding: 10vw 0;
  }
  h2 {
    font-size: 4vw;
  }

  footer {
    padding: 3vw 0 1vw;
    font-size: 2vw;
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 2.8vw;
  }
  h2 {
    font-size: 5vw;
  }
  h3 {
    font-size: 4vw;
  }
  .floating_area .btn {
    width: 50%;
  }
  #mv .btn {
    width: 90%;
    bottom: 12vw;
  }
  .bg_blue .slash {
    position: relative;
    margin: 0 auto;
  }
  .bg_blue .slash:before, .bg_blue .slash:after {
    display: block;
    width: 4px;
    height: 2em;
    position: absolute;
    top: 0;
    left: -1em;
    transform: translate(-50%, 0) rotate(-40deg);
  }
  .bg_blue .slash:after {
    left: auto;
    right: -1em;
    transform: translate(-50%, 0) rotate(40deg);
  }
  .bg_blue p.name {
    font-size: 7vw;
  }
  #mf3 .cboxs img,
  #mf3 .cboxs img:first-child {
    width: 70%;
    max-width: none;
    margin: 0 auto 5vw;
  }
  #mf3 .ibox,
  #mf5 .cbox figure,
  #mf8 .cbox .cboxs {
    width: 100%;
  }
  #mf3 .arr {
    width: 40%;
    margin: 10vw auto;
  }
  #mf5 .cbox {
    position: relative;
    margin: 5vw auto 10vw;
    padding: 2em 1em 1em;
  }
  #mf5 .cbox h3:before {
    width: 2em;
    height: 2em;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #mf5 .plus {
    width: 10%;
    margin: 5vw auto 10vw;
  }
  #mf5 .cbox h3 {
    font-size: 6vw;
  }
  #mf6 {
    padding-top: 20vw;
  }
  #mf6 .cbox .cboxs {
    width: 100%;
    margin: 5vw auto 0;
    font-size: 1.2em;
  }
  #mf6 .cbox figure img {
    width: 80%;
  }
  #mf7 .cbox img {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  #mf9 {
    padding-bottom: 25vw;
  }
  #mf8 .cbox figure {
    width: 50%;
    margin: 0 auto 5vw;
  }
  #mf8 .cbox .cboxs .name {
    width: 60%;
    margin: 0 auto 5vw;
  }
  #mf9 .cbox {
    width: 75%;
    margin: 10vw auto 0 0;
  }
  
}

@media screen and (max-width: 540px) {
  body {
    font-size: 4vw;
  }
  h2 {
    font-size: 7vw;
  }
  h3 {
    font-size: 5vw;
  }
  .floating_area .btn {
    width: 90%;
  }
  .btn img {
    margin-left: 2vw;
  }
  #mf1 h2 {
    margin-top: 2em;
  }
  #mf1 h2:before {
    bottom: auto;
    top: -2em;
    left: 25%;
  }
  #mf1 h2:after {
    bottom: auto;
    top: -2em;
    left: 50%;
  }
  #mf1 .cbox li:before {
    vertical-align: text-top;
  }
  .bg_blue {
    padding-top: 20vw;
  }
  .bg_blue p {
    font-size: 1.2em;
  }
  .bg_blue .t_12 {
    font-size: 6vw;
  }
  .bg_blue .name .t_12 {
    font-size: 11vw;
  }
  .bg_blue .slash:before, .bg_blue .slash:after {
    width: 3px;
  }
  .bg_blue p.name {
    font-size: 9vw;
  }
  #mf3 h2.w_fit {
    padding-bottom: 4em;
  }
  #mf3 h2.w_fit:before {
    left: 15%;
  }
  #mf3 h2.w_fit:after {
    width: 3.1em;
    left: 55%;
  }
  #mf3 .cboxs img,
  #mf3 .cboxs img:first-child{
    width: 100%;
  }
  #mf3 h2:nth-of-type(2n) {
    margin-top: 15vw;
  }
  #mf3 .arr {
    width: 55%;
    margin: 10vw auto 15vw;
  }
  #mf5 .cbox h3 {
    font-size: 6.8vw;
  }
  #mf5 .cbox h3:before {
    width: 2.5em;
    height: 2.5em;
    top: -2.5em;
  }
  #mf6 .deg {
    font-size: 8vw;
  }
  #mf5 .plus {
    margin-bottom: 16vw;
  }
  #mf6 .t_18 {
    font-size: 6vw;
  }
  #mf6 {
    padding-top: 25vw;
  }
  #mf7 .cbox img,
  #mf7 .cbox img:nth-of-type(even) {
    width: 80%;
    margin: 0 auto 5vw;
    float: none;
  }
  #mf9 {
    padding-bottom: 35vw;
  }
  #mf8 .cbox figure {
    width: 70%;
    margin: 0 auto 10vw;
  }
  #mf8 .cbox .cboxs .name {
    width: 100%;
    margin: 0 auto 7vw;
  }
  #mf9 .cbox {
    width: 100%;
    margin: 10vw auto 0 0;
  }
}