@charset "utf-8";

html {overflow: auto;}
body{overflow: hidden;}
body{
font-family:'Noto Sans JP', sans-serif;
font-size: 18px;
line-height: 1.8;
letter-spacing: 0.05em;
}
@media(max-width:780px){
body{
font-size: 3.5vw;
}
}
/*-------------------- img */
img{ display: block; width: auto;}
a img:hover{transform: translate(0,5px);;transition: .3s;}
@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:1024px){.pc{ display: none !important;}}
.sp{ display: none !important;}@media(max-width :1024px){.sp{ display: block !important;}}

/*-------------------- font */
.t_600{
  font-weight: 600;
}
.t_red{
  color: #ff3333;
  font-weight: 600;
}
.t_yellow{
  color: #fff3c5;
}
.t_white{
  color: #fff;
}
.min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*-------------------- border */
.b_yellow{
  background: linear-gradient(transparent 60%, #ffe9be 0%);
}

/*-------------------- mv */
.mv-frame {
  margin: 0 auto 3vw;
  background: #fff;
}
.mv-frame picture img {
  margin: 0 auto;
}

/*-------------------- cta */
.cta {
  clear: both;
}
.cta .inner {
  width: 1200px;
  margin: 60px auto 80px;
  position: relative;
}
.cta .cbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2vw;
}
.cta .cbox p {
  font-size: 52px;
  font-weight: 600;
  text-align: center;
  margin-left: 1vw;
}
.cta .cbox p span {
  color: #cc3333;
}
.cta .btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.cta.con .btn {
  bottom: 20px;
}

/*-------------------- contents */
.contents {
  width: 1400px;
  margin: 0 auto;
}
.frame {
  width: 1200px;
  margin: 0 auto;
}
h2 span {
  background: url("../img/mf2i1.png") center 200% no-repeat;
  background-size: contain;
  padding: 0 .3em;
}

/*-------------------- mf1 */
.mf1 {
  background: url("../img/mf1bg.jpg");
  background-size: cover;
  margin: 60px auto;
  padding: 60px 0 0;
  position: relative;
}
.mf1 h2 span{
  display: inline-block;
  position: relative;
}
.mf1 h2 span:after {
  content: "・・";
  color: #ff3333;
  position: absolute;
  bottom: -1em;
  left: 0;
}
.mf1 ul {
  width: fit-content;
  width: -moz-fit-content;
  margin: 60px auto;
  padding-left: 3em;
}
.mf1 ul:before {
  content: url("../img/mf1i1.png");
  position: absolute;
  top: 8rem;
  left: calc(50% - 600px);
}
.mf1 ul:after {
  content: url("../img/mf1i2.png");
  position: absolute;
  top: 8rem;
  right: calc(50% - 600px);
}
.mf1 li {
  padding-left: 2rem;
  text-indent: -3.2rem;
  font-size: 26px;
}
.mf1 li:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: .5em;
  background: url("../img/check.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.mf1 .ibox {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
/*-------------------- mf2 */
.mf2 h2 {
  margin: 0 0 60px;
}
.mf2 h2:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/mf2i2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mf2 .tbox {
  margin: 60px auto; 
}
.mf2 p {
  margin: 20px auto;
  text-align: center;
}
.mf2 .cbox{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
}
.mf2 .cbox p{
  margin: 0 auto;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

/*-------------------- mf3 */
.mf3 {
  margin: 60px auto 0;
}
.mf3 .tbox {
  margin: 60px auto; 
}
.mf3 p {
  margin: 20px auto;
  text-align: center;
}
/*-------------------- mf4 */
.mf4 .tbox {
  margin: 0 auto; 
  background: url("../img/mf4bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.mf4 p {
  margin: 20px auto;
  text-align: center;
}
.mf4 .ibox + p {
  font-size: 30px;
}
.mf4 .ibox:after {
  content: "";
  display: block;
  width: 10em;
  height: 10em;
  margin: 0 auto;
  background: url("../img/mf4i3.png") center center no-repeat;
  background-size: contain;
}

/*-------------------- mf5 */
.mf5 h2:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/mf2i2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mf5 .cbox {
  background: #f5efec;
  width: 1300px;
  margin: 60px 0 60px auto;
  padding: 60px 30px;
}
.mf5 .ibox {
  float: left;
  margin: 20px 40px 0 -120px;
}
.mf5 .title {
  display: flex;
  align-items: center;
}
.mf5 h3 {
  background: url("../img/mf5i4.png") center bottom no-repeat;
  background-size: contain;
  font-weight: 600;
  margin-left: 1em;
}
.mf5 .tbox {
  width: 60%;
  margin: 1em 3em 0 auto;
}
.mf5 .tbox p {
  margin: 1em 0;
}
.mf5 .cbox:nth-of-type(2n) {
  margin: 60px auto 60px -90px;
}
.mf5 .cbox:nth-of-type(2n) .ibox{
  float: right;
  margin: 20px -120px 0 40px;
}
.mf5 .cbox:nth-of-type(2n) .tbox{
  margin: 1em auto 0 3em;
}
.mf5 .ibox:nth-of-type(2n) {
  clear: both;
  margin: 60px 40px 0 -120px;
}
.mf5 .cbox:nth-of-type(3n) .tbox {
  width: 55%;
  margin: 1em 6em 0 auto;
}

/*-------------------- mf6 */
.mf6 {
  position: relative;
  overflow: hidden;
}
.mf6 h2 span {
  background: url("../img/mf6i1.png") center 150% no-repeat;
  background-size: contain;
}
.mf6 li:before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url("../img/mf6i3.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mf6 li {
  width: 270px;
  border: 4px solid #000;
  padding: 60px 0 40px;
  margin: 20px 40px 0 0;
  background: #fffbef;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  position: relative;
  float: left;
}
.mf6 li:nth-of-type(4n) {
  margin: 20px 0 0 0;
}
.mf6 .tbox {
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 0;
}
.mf6 .tbox .small {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 200;
}

/*-------------------- mf7 */
.mf7 {
  clear: both;
  width: 1400px;
  background: #f3f3f3;
  margin: 60px auto;
  padding: 60px 0;
  overflow: hidden;
}
.mf7 .wrapper {
  width: 1200px;
  margin: 60px auto 0;
}
.mf7 h2 span {
  background: url("../img/mf7i1.png") center 150% no-repeat;
  background-size: contain;
}
.mf7 h2:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/mf2i2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mf7 .cbox {
  width: 48%;
  padding: 40px 20px;
  margin: 40px 4% 0 0;
  background: #fff;
  float: left;
  box-sizing: border-box;
  box-shadow: 0 0 16px rgba(0,0,0,.2);
}
.mf7 .cbox:nth-of-type(2n) {
  margin: 40px 0 0 0;
}
.mf7 h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
.mf7 .cboxs {
  display: flex;
  align-items: center;
  margin: 1em 0;
}
.mf7 .cboxs .ibox {
  margin: 0 2em 0 .5em;
}
.mf7 .cboxs span {
  font-size: 14px;
}

/*-------------------- mf8 */
.mf8 .tbox{
  font-size: 18px;
  width: 80%;
  margin: 40px auto 120px;
}

/*-------------------- footer */
footer{
  width: 1400px;
  margin: 0 auto;
  background: #5fbba2;
  color: #fff;
  text-align: center;
  padding: 40px 0 10px;
}
footer .tbox {
  margin: 10px auto 30px;
  font-size: 80%;
}
footer .copy {
font-size: 65%;
}

@media screen and (max-width: 1280px) {
  .contents {
    width: 100%;
  }
  .frame {
    width: 1000px;
  }
  .mf5 .cbox {
    width: 1100px;
  }
  .mf5 .ibox {
    margin: 80px 40px 0 -120px;
  }
  .mf5 .cbox:nth-of-type(3n) .tbox {
    margin: 1em 3em 0 auto;
  }
  .mf6 li {
    width: 235px;
    margin: 20px 20px 0 0;
  }
  .mf7 {
    width: 100%;
  }
  .mf7 h3 {
    font-size: 1.8rem;
  }
  .mf7 .wrapper {
    width: 1000px;
  }
  footer {
    width: auto;
  }
  footer h4 {
    font-size: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 3.2vw;
  }
  .contents {
    width: auto;
  }
  .frame {
    width: 90vw;
  }
  h2 {
    font-size: 5.8vw;
  }
  h3 {
    font-size: 4.5vw;
  }
  .mv-frame picture img {
    width: 100%;
  }
  .cta .inner {
    width: auto;
    margin: 10vw auto 34vw;
  }
  .cta .inner img {
    width: 100%;
  }
  .cta .btn {
    width: 80vw;
    margin: 0 auto;
    bottom: -2vw;
  }
  .cta .btn img {
    margin: 0 auto;
  }

  .mf1 {
    margin: 5vw auto;
  }
  .mf1 ul {
    margin: 5vw auto 10vw;
    padding: 15vw 0;
    position: relative;
  }
  .mf1 ul:before {
    content: "";
    width: 80%;
    height: 15vw;
    background: url("../img/mf1i1s.png") center center no-repeat;
    background-size: contain;
    top: 5vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .mf1 ul:after {
    content: "";
    width: 80%;
    height: 15vw;
    background: url("../img/mf1i2s.png") center center no-repeat;
    background-size: contain;
    top: auto;
    bottom: -10vw;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .mf1 li {
    font-size: 3vw;
  }
  .mf1 h2 span:after {
    left: .3em;
  }
  .mf2 h2 {
    margin: 0 0 10vw;
  }
  .mf2 .tbox {
    width: 80vw;
    margin: 0 auto;
  }
  .mf2 p,
  .mf3 p,
  .mf4 p{
    margin: 3vw auto;
  }
  .mf2 .cbox p {
    font-size: 1.5vw;
    bottom: 1vw;
    text-align: right;
  }
  .mf2 .cbox p.long {
    bottom: -1vw;
  }
  .mf3.frame,
  .mf4.frame{
    width: 100%;
  }
  .mf3 .tbox {
    width: 90vw;
    margin: 10vw auto;
  }
  .mf4 .ibox:after {
    width: 20vw;
    height: 15vw;
  }
  .mf4 .tbox {
    padding: 10vw 5vw 5vw;
  }
  .mf4 p:last-child {
    font-size: 3.4vw;
    margin: 0 auto 5vw;
  }
  .cta.con .inner {
    margin: 0 auto 10vw;
  }
  .mf5 .cbox {
    width: 95vw;
    margin: 10vw 0 5vw 5vw;
    padding: 5vw 5vw;
  }
  .mf5 .cbox:nth-of-type(2n) {
    margin: 10vw 0 5vw -5vw;
  }
  .mf5 .ibox {
    float: none;
    margin: 0 auto 0 -12vw;
  }
  .mf5 .ibox img{
    width: 80%;
  }
  .mf5 .title {
    margin: 5vw auto;
  }
  .mf5 .title img {
    width: 20vw;
  }
  .mf5 h3 {
    font-size: 6vw;
    padding: 0 1em;
    text-align: left;
  }
  .mf5 .tbox,
  .mf5 .cbox:nth-of-type(3n) .tbox{
    width: 80vw;
    margin: 0 10vw 0 auto;
  }
  .mf5 .cbox:nth-of-type(2n) .ibox {
    float: none;
    margin: 0 -12vw 0 auto;
  }
  .mf5 .cbox:nth-of-type(2n) .ibox img {
    margin: 0 0 0 auto;
  }
  .mf5 .cbox:nth-of-type(2n) .tbox {
    margin: 0 0 0 5vw;
  }
  .mf6 h2 span{
    font-size: 5vw;
  }
  .mf6 li {
    width: 45%;
    margin: 5vw 5% 5vw 2.5%;
    padding: 8vw 3vw;
    font-size: 3vw;
  }
  .mf6 li:nth-of-type(2n){
    margin: 5vw 2.5% 5vw 0;
  }
  .mf6 .tbox {
    position: static;
    clear: both;
    margin: 0 auto;
  }
  .mf6 .tbox .small {
    font-size: 1.5vw;
  }
  .mf7 {
    margin: 10vw auto 0;
  }
  .mf2 h2:after,
  .mf5 h2:after,
  .mf7 h2:after {
    width: 7vw;
    height: 4vw;
  }
  .mf7 .wrapper {
    width: auto;
    margin: 10vw 0;
  }
  .mf7 .cbox,
  .mf7 .cbox:nth-of-type(2n){
    width: 90vw;
    margin: 5vw auto;
    float: none;
    padding: 8vw 5vw;
  }
  .mf7 h3 {
    font-size: 4.8vw;
  }
  .mf7 .cboxs .ibox img {
    width: 30vw;
  }
  .mf7 .cboxs p {
    font-size: 3.8vw;
  }
  .mf7 .cboxs span {
    font-size: 3vw;
  }
  .mf7 .cboxs + img {
    width: 80vw;
    margin: 0 auto;
  }
  .mf8 .tbox {
    font-size: 2.8vw;
    margin: 8vw auto 15vw;
  }
}

@media screen and (max-width: 768px) {
  .mf1 ul {
    margin: 10vw auto 5vw;
    padding: 17vw 0 28vw;
  }
  .mf1 ul:before,
  .mf1 ul:after {
    width: 100%;
    height: 24vw;
  }
  .mf1 li {
    font-size: 3.3vw;
    text-indent: -1.8em;
  }
  .mf2 .cbox {
    padding-bottom: 10vw;
  }
  .mf2 .cbox p {
    bottom: 4.5vw;
  }
  .mf2 .cbox p.long {
    bottom: 3vw;
  }
  .mf2 p, .mf3 p, .mf4 p {
    margin: 5vw auto;
  }
  .mf2 .cbox {
    flex-direction: column;
  }
  .mf5 .ibox img {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 3.8vw;
  }
  h2 {
    font-size: 6vw;
  }
  .mf1 ul {
    width: 90vw;
  }
  .mf1 li {
    font-size: 4.5vw;
  }
  .mf1 li .sp_p {
    display: none;
  }
  .mf2 .cbox:first-of-type {
    padding-bottom: 15vw;
  }
  .mf2 .cbox:nth-of-type(2n) .ibox + p.long {
    font-size: 1.5vw;
    bottom: -1vw;
  }
  .mf2 .cbox:nth-of-type(2n) .ibox + p {
    bottom: 1vw;
  }
  .mf2 .cbox:nth-of-type(3n) .ibox + p {
    bottom: 5vw;
  }
  .mf4 p:last-child {
    font-size: 4vw;
  }
  .mf5 .tbox, .mf5 .cbox:nth-of-type(3n) .tbox {
    margin: 0 5vw 0 auto;
  }
  .mf6 h2 span {
    font-size: 4.5vw;
  }
  .mf6 li {
    width: 48%;
    margin: 5vw 2% 5vw 0;
    padding: 8vw .8vw;
    font-size: 3.5vw;
  }
  .mf6 li:nth-of-type(2n) {
    margin: 5vw 0 5vw 0;
  }
  .mf6 .tbox {
    margin: 0 auto;
  }
  .mf6 .tbox .small {
    font-size: 2.4vw;
    margin: 2vw 0 0;
  }
  .mf7 h3 {
    font-size: 5.5vw;
  }
  .mf7 .cboxs p {
    font-size: 4.5vw;
  }
  .mf8 .tbox {
    font-size: 3.8vw;
  }
}