/*
Theme shibuya: 
Theme URI: https://
Description: E-LIFE
Version: 1.1
Author: E-LIFE
Author URI: https://
*/
@font-face {
    font-family: "M PLUS Rounded 1c";
    font-style: normal;
    font-weight: 400;
    src: url("font/MPLUSRounded1c/MPLUSRounded1c-Regular.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "M PLUS Rounded 1c";
    font-style: normal;
    font-weight: 700;
    src: url("font/MPLUSRounded1c/MPLUSRounded1c-Bold.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    src: url("font/Montserrat.woff") format("woff");
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-size: 1.66667vw;
font-weight: 400;
margin: 0;
overflow-x: hidden;
background: #fff3f3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0px;
font-family:YakuHanJP, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 22px;
  font-weight: 600;
}
p {
  font-weight: 400;
  line-height: 1.8;
  margin: 0px;
  font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
  color: #333;
}
img{
    max-width: 100%;
}
.container {
    width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto;
}
.animation-fadeleft , .animation-fadeup{
    opacity: 0;
  }
.animation-fadeleft.active {
    animation: fadeleft 0.5s ease-in-out forwards;
}
.animation-fadeup.active {
    animation: fadeup 0.5s ease-in-out forwards;
}
@keyframes fadeleft{
      0%{
          opacity: 0;
          transform: translateX(-75px);
      }
      50% {
          opacity: 0;
          transform: translateX(-75px);
      }
      100%{
          opacity: 1;
          transform: translateX(0);
      }
}
@keyframes fadeup{
    0%{
        opacity: 0;
        transform: translateY(75px);
    }
    50% {
        opacity: 0;
        transform: translateY(75px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    html {
        -webkit-text-size-adjust: 100%;
      }
    p {
        font-size: 15px;
    }
    .midashi.m-line h2 {
        font-size: 24px;
    }
    .midashi.m-line {
        margin: 0 auto 5em;
    }
}
@media screen and (max-width: 767px) {
    p {
        font-size: 15px;
    }
}
/* -----------------------------------ヘッダー・固定関連----------------------------------- */
header {
    width: 100%;
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    height: 90px;
    background: #ffffff7d;
    z-index: 2;
    transition-duration: 0.5s;
    /* box-shadow: 0 0px 5px rgb(0 0 0 / 10%); */
}
header.hide {
  transform: translateY(-90px);
}
.header-h1-wrap {
    width: 100%;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-h1-wrap h1 {
    font-size: 10px;
    padding: 0px 0 0;
    text-align: left;
    font-weight: 400;
}
.header-h1-wrap figure {
    display: block;
    margin: 30px 10px 0 0;
}
.header-h1-wrap figure img{
    width: 250px;
}
.header-medal-wrap{

}
.header-medal-wrap figure {
    display: block;
    margin: 20px 10px 0 0;
}
.header-medal-wrap figure img{
    width: 350px;
}
img.logo {
    width: 280px;
    margin: 0px 0 0;
    display: block;
}
section#keyvisual{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    margin-top: -90px;
    height: 640px;
    background-size: contain;
    background-image: url(images/kv-bg.webp);
}
.main-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-img-wrap img{
    width: 90%;
    display: block;
    margin: 220px auto 0;
}
.cta{
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.cta02{
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.cta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    background: #ffffff;
    padding: 20px 0 10px;
    margin: -50px auto 0;
    border-radius: 10px;
    box-shadow: 0px 1px 5px #00000026;
}
.cta-wrap figure {
    margin: 0;
}
.cta-wrap figure img {
    width: 220px;
}
.cta-wrap a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #24bb4f;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding: 20px 0;
    margin: 0 0 10px 20px;
    border-radius: 10px;
    text-shadow: 1px 1px 1px #0000001c;
}
.cta-wrap a img {
    width: 35px;
    margin-right: 8px;
}
.point{
    position: relative;
    background: #fffef9;
    padding: 130px 20px 50px;
    margin-top: -82px;
    display: flex;
    justify-content: center;
}
.point .left{
    width: 48%;
}
.point-wrap{
    border: 3px solid #f44b80;
    background: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
}
.point-wrap p{
    font-size: 24px;
    font-weight: 700;
    color: #f44b80;
}
.point .right {
    width: 30%;
    margin-left: 5%;
}
.tsuyomi {
    position: relative;
    background: #fffef9;
    padding: 20px 0 50px;
}
.tsuyomi .midashi {
    text-align: center;
    position: relative;
    margin: 0 auto 50px;
}
.tsuyomi .midashi h3 {
    position: relative;
    color: #6f3c2c;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.tsuyomi .midashi h3:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 80px;
    bottom: 4px;
    left: -30px;
    background: #6f3c2c;
    transform: rotate(-25deg);
}
.tsuyomi .midashi h3:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 80px;
    bottom: 4px;
    right: -30px;
    background: #6f3c2c;
    transform: rotate(25deg);
}
.nayami-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto 70px;
}
.nayami-wrap img {
    width: 25%;
}
.stg-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stg-inner{
    border: 2px solid #f44b80;
    width: 46%;
    margin: 1%;
    border-radius: 15px;
}
.stg-inner img{
    display: block;
    margin: 20px auto 0;
    width: 80px;
    height: 80px;
}
.stg-inner h3{
    color: #f44b80;
    font-size: 20px;
    margin: 0 auto 0px;
    text-align: center;
    padding: 15px 15px 0;
}
.stg-inner p {
    font-size: 16px;
    padding: 10px 20px 20px;
}
.qa {
    background: #fffee6;
    position: relative;
    padding: 50px 100px 100px;
}
.qa h2{
    display: block;
    margin: 0 auto 30px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #6f3c2c;
}
.qa-wrap{

}
.qa-inner{
    position: relative;
    margin: 0 auto 20px;
}
.qa-inner h3{
    position: relative;
    font-size: 17px;
    color: #6f3c2c;
    display: block;
    margin: 0 auto 10px;
}
.qa-inner h3:before{
    content:"Q. ";
    font-size: 19px;
}
.qa-inner p{
    position: relative;
    font-size: 15px;
    display: block;
}
.qa-inner p:before{
    content:"A. ";
    font-size: 17px;
    font-weight: bold;
    color: #f44b80;
}
.apl {
    position: relative;
    background: #fff;
    padding: 50px 50px 70px;
}
.apl-wrap01 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto 50px;
}
.apl-inner01{
    width: 72%;
}
.apl-inner01 h3 {
    margin: 10px auto;
    font-size: 22px;
    color: #6f3c2c;
}
.apl-inner01 p{
    font-size: 22px;
    font-weight: 700;
    display: block;
    text-align: center;
}
.apl-wrap01 img {
    width: 25%;
}
.apl-wrap02 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.apl-inner02{
    width: 66%;
}
.apl-inner02 h3 {
    margin: 0px auto;
    font-size: 28px;
    color: #6f3c2c;
    line-height: 1.6;
}
.apl-inner02 h3 span{
    color: #f44b80;
}
.apl-inner02 p{
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: center;
}
.apl-wrap02 img {
    width: 25%;
}
.border{
    border: 3px solid #707070;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto 15px;
}
.pp {
    position: relative;
    padding: 50px 0 100px;
}
.pp h2{
    color: #6f3c2c;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}
.pp h3{
    color: #6f3c2c;
    font-size: 18px;
    margin: 20px auto;
}
.pp p{
    font-size: 15px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    section#keyvisual {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        width: 100%;
        margin-top: -90px;
        height: 500px;
        background-size: cover;
    }
    .main-img-wrap img {
        width: 85%;
    }
    .container {
        max-width: 100%;
        width: 100%;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .cta-wrap {
        width: 80%;
    }
    .cta-wrap a {
        font-size: 20px;
    }
    .point-wrap p {
        font-size: 18px;
    }
    .point {
        align-items: center;
    }
    .tsuyomi .midashi h3 {
        font-size: 24px;
    }
    .stg-inner p {
        font-size: 15px;
    }
    .stg-inner h3 {
        font-size: 18px;
    }
    .apl-inner01 h3 {
        font-size: 18px;
    }
    .apl-inner01 p {
        font-size: 18px;
    }
    .apl-inner02 p {
        font-size: 20px;
    }
    .apl-inner02 h3 {
        font-size: 20px;
    }
    .qa h2 {
        font-size: 24px;
    }

}
@media screen and (max-width: 767px) {
    section#keyvisual {
        height: 400px;
        width: 100%;
        margin: -50px auto 0;
        background-position: center;
        background-size: cover;
    }
    .container {
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-img-wrap {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .main-img-wrap figure {
        margin: 0;
    }
    .main-img-wrap img {
        width: 95%;
        margin: 160px auto 0;
    }
    .header-medal-wrap figure img {
        width: 220px;
    }
}
/* -----------------------------------トップスライダー----------------------------------- */
@media screen and (min-width:768px) and ( max-width:1024px) {
    .header-h1-wrap h1 {
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
    header {
        height: 50px;
    }
    img.logo {
        width: 150px;
        margin: 0px 0 0;
    }
    .header-h1-wrap {
        width: 75%;
        margin-left: 2%;
        padding: 5px 0;
    }
    .header-h1-wrap h1 {
        font-size: 1.5em;
        padding: 0px 0 0;
        line-height: 1.3;
        margin: 2px 0 4px;
    }
    .cta-wrap {
        width: 95%;
        justify-content: space-evenly;
        padding: 15px 0 5px;
        margin: -50px auto 0;
    }
    .cta-wrap figure {
        margin: 0;
        width: 40%;
    }
    .cta-wrap figure img {
        width: 100%;
    }
    .cta-wrap a {
        width: 50%;
        display: flex    ;
        align-items: center;
        justify-content: center;
        background: #24bb4f;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        padding: 10px 6px;
        margin: 0 0 10px 2px;
        border-radius: 10px;
        text-shadow: 1px 1px 1px #0000001c;
    }
    .cta-wrap a img {
        width: 20px;
        margin-right: 5px;
    }
    .point {
        padding: 80px 20px 50px;
        margin-top: -50px;
        flex-wrap: wrap;
    }
    .point .left {
        width: 100%;
    }
    .point-wrap p {
        font-size: 20px;
    }
    .point .right {
        width: 80%;
        margin-left: 0;
        margin: 25px auto 0;
    }
    .nayami-wrap img {
        width: 70%;
        margin: 20px auto;
    }
    .tsuyomi {
        padding: 0px 0 50px;
    }
    .nayami-wrap {
        margin: 0 auto 30px;
    }
    .tsuyomi .midashi h3 {
        font-size: 16px;
        font-weight: 700;
    }
    .tsuyomi .midashi h3:before,.tsuyomi .midashi h3:after {
        content: none;
    }
    .stg-inner {
        border: 3px solid #f44b80;
        width: 90%;
        margin: 10px auto;
    }
    .stg-inner h3 {
        color: #f44b80;
        font-size: 18px;
        padding: 20px 10px 0;
    }
    .stg-inner p {
        font-size: 15px;
        padding: 15px 20px 20px;
    }
    .stg-inner img {
        display: block;
        margin: 25px auto 0;
        width: 60px;
        height: 60px;
    }
    .tsuyomi .midashi {
        text-align: center;
        position: relative;
        margin: 50px auto 15px;
    }
    .apl {
        position: relative;
        background: #fff;
        padding: 60px 15px 70px;
    }
    .apl-inner01 {
        width: 100%;
    }
    .apl-inner01 h3 {
        margin: 15px auto;
        font-size: 18px;
    }
    .apl-inner01 p {
        font-size: 16px;
    }
    .apl-wrap01 img {
        width: 60%;
        margin: 25px auto 0;
    }
    .apl-wrap02 {
        flex-direction: column-reverse;
    }
    .apl-inner02 {
        width: 95%;
    }
    .apl-inner02 p {
        font-size: 18px;
    }
    .apl-wrap02 img {
        width: 75%;
        margin: 30px auto 0;
    }
    .apl-inner02 h3 {
        margin: 0px auto;
        font-size: 20px;
    }
    .qa h2 {
        margin: 0 auto 30px;
        font-size: 24px;
    }
    .qa {
        background: #fffee6;
        position: relative;
        padding: 60px 15px 60px;
    }
    .qa-inner h3 {
        position: relative;
        font-size: 16px;
    }
    .qa-inner p {
        position: relative;
        font-size: 14px;
    }
    .pp {
        position: relative;
        padding: 50px 0 80px;
    }
    .pp h2{
        color: #6f3c2c;
        font-size: 20px;
        font-weight: 700;
        margin: 0 auto 20px;
    }
    .pp h3{
        color: #6f3c2c;
        font-size: 16px;
        margin: 20px auto;
    }
    .pp p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 599px) {
    .pc-tab {
      display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }

}
footer {
    margin: -81px 0 0;
    padding: 7rem 0px 2rem;
    background: #ffffff;
    background-size: cover;
}
footer .container{
    max-width: 1200px;
}
.footer-contents{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 3rem;
}
.footer-contents .footer-list{
    width: 22%;
}
.footer-contents .footer-list a h3{
    font-size: 16px;
    margin: 0 auto 10px;
    color: #222;
    border-bottom: 2px solid #0192be;
    padding: 0 5px 15px;
    transition: 0.2s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.footer-contents .footer-list a h3:hover{
    color: #0192be;
}
.footer-contents ul li.main-list {
    position: relative;
    padding: 12px 0;
    line-height: 0;
}
.footer-contents ul a{
    position: relative;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #111;
}
.footer-contents ul li.main-list a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #ff6896;
    padding: 0 0.3em 0 0;
}

.footer-contents ul a:hover{
    color: #0192be;
    transition: 0.2s;
}
.footer-contents ul li.main-list a:hover::before{
    width: 30px;
    left: -15px;
}
.footer-contents-bottom{
    width:100%;
}
.footer-contents-bottom img {
    display: block;
    margin: 0px auto 0px;
    width: 400px;
}
.footer-contents-bottom ul{
    display: flex;
    justify-content: center;
    margin: 20px auto 30px;
}
.footer-contents-bottom ul li{
    display: inline-block;
    padding: 0 5px;
}
.footer-contents-bottom ul li a{
    font-size: 13px;
    color: #222;
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.footer-contents-bottom ul li a:hover{
    color: #bc1448    ;
    transition: 0.2s;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    footer {
        padding: 120px 0 10px;
    }
    .footer-contents ul a {
        font-size: 13px;
    }
    .footer-contents ul li.main-list {
        padding: 10px 0;
    }
    #page-top {
        right: 1.5%;
        bottom: 5.5%;
    }
}
@media screen and (max-width: 767px) {
    footer {
        margin: -27px auto 0;
        padding: 30px 0 1px;
        z-index: 1;
    }
    .footer-contents {
        display: none;
    }

}

