@charset "utf-8";

html {overflow: auto;}
body{overflow: hidden;}
body{
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
color: #000;
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: scale(110%);transition: .2s;}
@media(max-width:780px){a img:hover{opacity: 1;} img{width: 100%;}}/* @media */

/*-------------------- a */
a:link   {color: #000;text-decoration: none; transition: ease .3s all;}
a:visited{color: #000;}
a:hover  {transform: translate(0, 5px);}
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 */
.min {
font-family: 游明朝,'Yu Mincho',YuMincho,"Noto Serif JP","Hiragino Mincho ProN",HGS明朝E,"Noto Serif JP",Georgia,serif;
}
.t_black {
color: #000;
}
.t_white {
color: #Fff;
}
/*-------------------- border */
.b_yellow{
  background: linear-gradient(transparent 60%, #fcf919 0%);
}

/*-------------------- MV */
.mv-frame {
  text-align: center;
  background: #fef1ed;
}
.mv-frame picture img {
  width: auto;
  margin: 0 auto;
}
.mv-frame .ibox {
  text-align: center;
}

/*-------------------- header */
.hbtn1 a,
.hbtn2 a,
.cbtn1 a,
.cbtn2 a{
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  background: #aac8a6;
  border-radius: 25px;
  padding: 0 1.5em;
  color: #fff;
  font-size: 15px;
  line-height: 2.2;
  text-align: center;
  position: fixed;
}
.hbtn1 a,
.hbtn2 a {
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10em;
  right: 5vw;
  z-index: 998;
}
.hbtn1 a .logo,
.hbtn2 a .logo,
.cbtn1 a span,
.cbtn2 a span {
  position: relative;
}
.hbtn1 a .logo:before,
.hbtn2 a .logo:before,
.cbtn1 a span:before,
.cbtn2 a span:before{
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: url("../img/line.svg") center center /contain no-repeat;
  vertical-align: middle;
  margin-right: .5em;
}
.hbtn1 a .logo:before,
.hbtn2 a .logo:before {
  margin: 0;
}
.hbtn2 a {
  background: #d6b3d0;
  bottom: 5em;
}
.hbtn2 a .logo:before {
  background: url("../img/insta.svg") center center /contain no-repeat;
}
.gnav{
  position: absolute;
  top: 1.5vw;
  left: 25%;
}
#nav-toggle{
  display: none;
}
.top-container{
  position: relative;
}
#hamburger{
  display: block;
  width: 20px;
  position: fixed;
  top: 25px;
  right: 3em;
  cursor: pointer;
  z-index: 9999;
}
#hamburger span{
  display: block;
  width: 20px;
  height: 3px;
  background: #6d2727;
  margin-bottom: 4px;
  transition: ease-in-out .7s;
}
#hamburger.active span{
  position: absolute;
  background: #186fa3;
}
#hamburger.active span:nth-child(1){
  top:11px;
  transform: rotate(315deg);
}
#hamburger.active span:nth-child(2){
  width:0;
  top:11px;
}
#hamburger.active span:nth-child(3){
  top:11px;
  transform: rotate(-315deg);
}
.en-nav-wrapper{
  position: fixed;
  z-index : 999;
  top  : 0;
  right : 0;
  background:rgba(187,213,213,1.00);
  color: #186fa3;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 50%;
  height: 100%;
  padding: 6vw 8vw;
}
.gnav ul{
  background: rgba(187,213,213,1.00);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.gnav li a{
  float: none;
  display:block; 
  padding: 0;
  height: 3em;
  margin-bottom: 2em;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  color: #fff;
}
.gnav li a:hover {
  transform: translate(0,0);
}
.en-nav-wrapper.active {
  transform: translateY(0%);
}

/*-------------------- contents */
.frame {
  width:1400px;
  margin: 0 auto;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
h2 {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 1em;
  padding: 2em 4em;
  font-size: 18px;
  font-weight: normal;
  -webkit-text-stroke: thin;
}

/*-------------------- menu */
.pmenu {
  background: #a9f1e3;
}
.pmenu nav {
  position: relative;
  overflow: hidden;
}
.pmenu ul:before {
  content: "";
  display: block;
  width: 8em;
  height: 100%;
  background: url("../img/mbg1.png") left center / 135% no-repeat;
  position: absolute;
  top: 0;
  left: -14em;
}
.pmenu ul:after {
  content: "";
  display: block;
  width: 10em;
  height: 100%;
  background: url("../img/mbg2.png") right top -15px / 115% no-repeat;
  position: absolute;
  top: 0;
  right: -13em;
}
.pmenu nav ul {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  position: relative;
}
.pmenu nav li a {
  color: #186fa3;
  font-weight: 600;
  font-size: 20px;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
           1px 0px 0px #fff, -1px  0px 0px #fff,
           0px 1px 0px #fff,  0px -1px 0px #fff;
  line-height: 4;
  padding: 1.4em 0;
  position: relative;
}
.pmenu nav li a:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #286fa3;
  border: 1px solid #a9f1e3;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: all ease .3s;
}
.pmenu nav li a:hover:before {
  width: calc(100% - 2.5em);
  border: 1px solid #fff;
}
.pmenu nav li a:after {
  content: "|";
  margin: 0 1em;
}
.pmenu nav li:last-child a:after {
  content: "";
  margin: 0;
}
.pmenu nav li:last-child a:hover:before {
  width: 100%;
}


/*-------------------- cta */
.cta {
  background: #a9f1e3;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  overflow: hidden;
}
.cta .tbox {
  color: #186fa3;
  font-weight: 600;
  font-size: 20px;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
           1px 0px 0px #fff, -1px  0px 0px #fff,
           0px 1px 0px #fff,  0px -1px 0px #fff;
  line-height: 5;
}
.cta .tbox p {
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
}
.cta .tbox p:before,
.cta .tbox p:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 2em;
  background: #186fa3;
  border: 2px solid #fff;
  transform: rotate(-30deg);
  margin-right: 1em;
  vertical-align: sub;
}
.cta .tbox p:after {
  transform: rotate(30deg);
  margin-left: 1em;
}
.cta .bbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cta .bbox:before {
  content: "";
  display: block;
  width: 8em;
  height: 280%;
  background: url("../img/mbg1.png") left top 20px/ 135% no-repeat;
  position: absolute;
  top: -7em;
  left: 0;
}
.cta .bbox:after {
  content: "";
  display: block;
  width: 13em;
  height: 280%;
  background: url("../img/mbg2.png") right top / 115% no-repeat;
  position: absolute;
  top: -5em;
  right: -2em;
}
.cbtn1 a,
.cbtn2 a {
  width: 400px;
  line-height: 4;
  font-size: 120%;
  font-weight: 600;
  position: static;
  margin-right: 20px;
  background: url("../img/lbtn_bg.png") center center / contain no-repeat;
}
.cbtn2 a {
  background: url("../img/ibtn_bg.png") center center / contain no-repeat;
  margin-right: 0;
}
.cbtn2 a span:before{
  background: url("../img/line.svg") center center /contain no-repeat;
}
.cbtn2 a span:before{
  background: url("../img/insta.svg") center center /contain no-repeat;
}

/*-------------------- mf1 */
.mf1 {
  background: url("../img/mf1bg.jpg");
  padding: 5vw 0 3vw;
}
.mf1 h2 {
  background: url("../img/mf1t.png") right 30px center /contain no-repeat;
}
.mf1 p {
  margin: 1em auto;
  width: 850px;
}

/*-------------------- mf2 */
.mf2 {
  background: url("../img/mf1bg.jpg");
  padding: 5vw 0 5vw;
}
.mf2 h2 {
  background: url("../img/mf2t.png") right center /contain no-repeat;
}
.mf2 ul {
  display: flex;
  margin-bottom: 3em;
}
.mf2 li {
  width: 30%;
  margin-right: 5%;
  padding: 1em 2em;
  border: 10px solid #d2ebe4;
  outline: 4px solid #5fbba2;
  text-align: center;
}
.mf2 li:last-of-type {
  margin-right: 0;
}
.mf2 li h3 {
  font-size: 18px;
  line-height: 1.4;
}
.mf2 li h3 span {
  font-size: 180%;
  margin-left:.2em;
}
.mf2 li h3:after {
  content: "//////////////////////////////";
  display: block;
  margin-bottom: 3em;
  color: #186fa3;
  font-size: 30%;
}
.mf2 p {
  font-size: 90%;
}

/*-------------------- mf3 */ 
.mf3 {
  background: url("../img/mf3bg.jpg");
  padding: 5vw 0 5vw;
}
.mf3 h2 {
  background: url("../img/mf3t.png") right 10px center /contain no-repeat;
  padding: 2em 4em;
}
.mf3 .cbox {
  display: flex;
  justify-content: center;
}
.mf3 li {
  display: flex;
  align-items: center;
  margin: 3em auto;
  font-weight: 600;
}
.mf3 li img {
  width: 80%;
}

/*-------------------- mf4 */ 
.mf4 {
  background: url("../img/mf4bg.jpg");
  padding: 5vw 0 5vw;
}
.mf4 h2 {
  background: url("../img/mf4t.png") right top 4px/contain no-repeat;
  padding: 1.5em 3.2em 3em;
}
.mf4 p {
  margin: 1em auto;
  width: 850px;
}

/*-------------------- mf5 */ 
.mf5 {
  background: url("../img/mf5bg.jpg");
  padding: 5vw 0 5vw;
}
.mf5 h2 {
  background: url("../img/mf5t.png") left top /contain no-repeat;
  padding: 2.5em 4em 1.8em 4em;
}
.mf5 dl {
  width: 800px;
  margin: 0 auto;
}
.mf5 dt {
  margin-bottom: 3em;
  position: relative;
  padding-left: 5em;
  color: #ff9c4c;
  font-weight: 600;
  transition: all ease .2s;
  cursor: pointer;
}
.mf5 dt:before {
  content: "";
  display: block;
  width: 6em;
  height: 2.5em;
  background: url("../img/q.png") center center / contain no-repeat;
  position: absolute;
  top: -1em;
  left: 0;
}
.mf5 dt div {
  display: flex;
  align-items: center;
}
.mf5 dt:after {
  content: "";
  display: block;
  width: .8em;
  height: .8em;
  border-right: 2px solid #ff9c4c;
  border-bottom: 2px solid #ff9c4c;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  bottom: 1em;
  transition: all ease .4s;
}
.mf5 dt.open:after {
  transform: rotate(225deg);
}
.mf5 dd {
  display: none;
  margin: -1em 0 3em;
  font-size: 90%;
  color: #000;
  position: relative;
}
.mf5 dd:before {
  content: "";
  display: block;
  width: 6em;
  height: 2.5em;
  background: url("../img/a.png") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mf5 dd div{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5.5em;
}

/*-------------------- footer */
footer {
  background: url("../img/mf4bg.jpg");
  padding: 3rem 0 10px;
  color: #000;
  text-align: center;
}
footer .cbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 0 auto;
}
footer .fbtn {
  margin: 0 0 0 auto;
}
footer .fbtn a {
  display: block;
  width: 320px;
  background: #cceee7;
  box-shadow: 5px 5px 5px rgba(0,0,0,.2);
  margin: 0 0 0 auto;
  color: #000;font-weight: 600;
  line-height: 3;
  text-indent: 1;
}
footer .fbtn a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/fmail.png") center top / contain no-repeat;
  vertical-align: middle;
  margin-right: .5em;
}
footer p {
  font-size: 14px;
  margin-top: 3rem;
}

@media screen and (max-width: 1400px) {
  .frame {
    width: auto;
  }
  .inner {
    width: 1000px;
  }
  .pmenu ul:before {
    left: -3em;
  }
  .cta .bbox:after {
    right: -7em;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 2.8vw;
  }
  h2 {
    font-size: 7vw;
  }

  .frame {
    width: auto;
  }
  .inner {
    width: 80vw;
  }
  
  .mv-frame picture img {
    width: 100%;
  }
  .hbtn1 a, .hbtn2 a {
    width: 10vw;
    height: 10vw;
    padding: 0;
    right: 3vw;
    bottom: 7vw;
  }
  .hbtn1 a {
    bottom: 20vw;
  }
  .hbtn1 a .logo + span, .hbtn2 a .logo + span {
    display: none;
  }
  .hbtn1 a .logo:before, .hbtn2 a .logo:before {
    width: 6vw;
    height: 6vw;
  }
  .hbtn1 a:hover, .hbtn2 a:hover {
    transform: translate(0,0);
  }
  #hamburger {
    width: 10vw;
    height: 10vw;
    top: auto;
    bottom: 33vw;
    right: 3vw;
    background: #fff;
    border: 2px solid #186fa3;
    border-radius: 50%;
    padding: 1.5vw 2.5vw;
  }
  #hamburger span {
    width: 4.5vw;
    background: #186fa3;
    margin: 1.5vw 0;
  }
  #hamburger.active {
    background:rgba(187,213,213,1.00);
    color: #fff;
    border: none;
  }
  #hamburger.active span:nth-child(1),
  #hamburger.active span:nth-child(2),
  #hamburger.active span:nth-child(3) {
    top: 3vw;
    background: #fff;
  }
  .en-nav-wrapper {
    width: 100%;
    padding: 10vw;
  }
  h2 {
    font-size: 3.5vw;
  }
  h3 {
    font-size: 3vw;
  }
  .mf1, .mf2, .mf3, .mf4, .mf5 {
    padding: 10vw 0;
  }
  .mf1 h2 {
    background: url(../img/mf1t.png) right 55px center /contain no-repeat;
  }
  .mf1 p, .mf4 p {
    width: 80vw;
  }
  .mf2 ul {
    flex-direction: column;
  }
  .mf2 li,
  .mf2 li:last-of-type{
    width: 80%;
    margin: 0 auto 3vw;
  }
  .mf2 li h3 {
    font-size: 3vw;
  }
  .mf3 li {
    flex-direction: column;
    padding-bottom: 1em;
    border-bottom: 3px solid #000;
  }
  .mf3 li .ibox {
    margin: 0 auto 0 0;
  }
  .cta .tbox {
    font-size: 3.8vw;
  }
  .cta .tbox p:before, .cta .tbox p:after {
    width: 10px;
    border-width: 3px;
  }
  .cta .bbox {
    flex-direction: column;
  }
  .cbtn1 a, .cbtn2 a {
    width: 60vw;
    margin: 1.5vw auto;
  }
  .cta .bbox:before {
    top: -6vw;
    left: -20vw;
  }
  .cta .bbox:after {
    top: -10vw;
    right: -33vw;
  }
  .mf5 dt {
    margin: 3em 0 0;
  }
  .mf5 dt div {
    font-size: 2.4vw;
  }
  .mf5 dt span {
    font-size: 4vw;
    margin-right: .5em;
  }
  .mf5 dt:after {
    width: 1.8vw;
    height: 1.8vw;
  }
  .mf5 dl {
    width: 85vw;
    margin: 0 0 0 -1em;
  }
  .mf5 dd {
    font-size: 2vw;
    margin: 1.5em 0 0;
  }
  .mf5 dd:before {
    background-position: center left;
    height: 3.5em;
    left: 2em;
  }
  .mf5 dd div {
    display: flex;
    align-items: center;
    height: 5em;
    padding-left: 7em;
    padding-right: 2em;
  }
  .mf5 dd div span {
    font-size: 4vw;
  }
  footer {
    padding: 5vw 0 1vw;
  }
  footer .cbox {
    width: 80vw;
    margin: 0 auto;
  }
  footer .fbtn a {
    width: 38vw;
    font-size: 2.2vw;
  }
  .copy {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 90vw;
  }
  h2 {
    font-size: 3.2vw;
  }
  .mf1 h2 {
    backgorund: url(../img/mf1t.png) right 45px center /contain no-repeat;
  }
  .mf3 ol {
    width: 75vw;
  }
  .mf5 dl {
    margin: 0;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  h1, h1 a:link {
    color: pink;
  }
  h2 {
    font-size: 3.2vw;
  }
  h3 {
    font-size: 3.8vw;
  }
  #hamburger {
    padding: 1vw 2.5vw;
  }
  .cta .tbox p:before, .cta .tbox p:after {
    width: 6px;
    border-width: 2px;
    vertical-align: middle;
  }
  .cbtn1 a, .cbtn2 a {
    font-size: 100%;
  }
  .mf1 h2 {
    background: url(../img/mf1t.png) right 35px center /contain no-repeat;
  }
  .mf3 li img {
    width: 60%;
    margin-bottom: .5em;
  }
  .mf5 dt:after {
    right: 0;
    bottom: .5em;
  }
  .mf5 dl {
    width: 90vw;
    margin: 0 0 0 -1em;
  }
  .mf5 dt div,
  .mf5 dd div {
    font-size: 2.6vw;
  }
  .mf5 dd div {
    padding-left: 6.5em;
  }
  .mf5 dd:before {
    left: 3em;
  }
  footer .cbox {
    width: 85vw;
  }
  footer img {
    width: 35vw;
  }
  footer .fbtn a {
    width: 42vw;
    line-height: 3.5;
    font-size: 2.6vw;
  }
  footer p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 420px) {
  #hamburger {
    padding: 1vw 2.3vw;
  }
  #hamburger span {
    height: 2px;
  }
  .mf1 h2 {
    background: url(../img/mf1t.png) right 33px center /contain no-repeat;
    padding: 2em 4.5em;
  }
  .mf2 h2 {
    background: url("../img/mf2t.png") right 10px center /contain no-repeat;
    padding: 2em 4.5em;
  }
  .mf3 h2 {
    background: url("../img/mf3t.png") right 17px center /contain no-repeat;
    padding: 2em 4.5em;
  }
  .mf3 li img {
    width: 50%;
  }
  .mf4 h2 {
     background: url("../img/mf4t.png") right top 2px/contain no-repeat;
     padding: 1.5em 4em 3em 3em;
  }
  .mf5 h2 {
    background: url("../img/mf5t.png") left 22px top -5px/contain no-repeat;
    padding: 2.2em 4em 2.2em 5.5em;
  }
}