@charset "UTF-8";


/* mainvisual
------------------------------------------------- */
.mainvisual {
    background: url("../img/common/mainvisual_bg1.jpg") center bottom no-repeat;
    background-size: 100% auto;
    padding: 1.7rem 0 0.94rem;
    margin-bottom: 0.57rem;
    position: relative;
}
.mainvisual::after {
    content: 'AT FIRST';
    font-size: 1.83rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: normal;
    color: #fff;
    opacity: 0.28;
    position: absolute;
    right: 50%;
    top: 0.35rem;
    margin-right: -0.6rem;
    z-index: 1;
    white-space: nowrap;
}
.mainvisual .inner {
    max-width: 12.1rem;
    z-index: 2;
}
.mainvisual h1 {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.03em;
    color: #fff;
    opacity: 0;
}
.mainvisual.isAnimate h1 {
    animation: fadeIn 1s ease 0.3s 1 forwards;
}
.mainvisual h1 span {
    display: block;
    font-size: 0.72rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-bottom: 0.09rem;
}

@media screen and (max-width:750px){
.mainvisual {
    background-image: url("../img/aboutus/mainvisual2.jpg");
    background-size: 100% 100%;
    padding: 1.1rem 0 0.6rem;
    margin-bottom: 0.4rem;
}
.mainvisual::after {
    font-size: 0.7rem;
    right: auto;
    left: -2vw;
    top: 0.4rem;
    margin-right: 0;
}
.mainvisual h1 {
    font-size: 0.16rem;
}
.mainvisual h1 span {
    font-size: 0.45rem;
    padding-bottom: 0.07rem;
    letter-spacing: 0.17em;
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    background: url("../img/aboutus/bg.jpg") center top no-repeat;
    background-size: 100% auto;
    padding: 0.45rem 0 5.2rem;
}
.cont1 .inner {
    max-width: 12.2rem;
}
.cont1 h2 {
    font-size: 0.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.09em;
    text-align: center;
    padding-bottom: 0.8rem;
}
.cont1 figure {
    width: 4.56rem;
    margin: 0.2rem 0 0 0.37rem;
}
.cont1 .con {
    width: 6.55rem;
}
.cont1 .con p {
    font-size: 0.3rem;
    line-height: 2.5;
    letter-spacing: 0.25em;
    white-space: nowrap;
}
@media screen and (max-width:750px){
.cont1 {
    background-size: auto 100%;
    padding: 0.2rem 0 2.5rem;
}
.cont1 h2 {
    font-size: 0.2rem;
    padding-bottom: 0.4rem;
}
.cont1 figure {
    width: 80%;
    margin: 0 auto 0.15rem;
}
.cont1 .con {
    width: 100%;
}
.cont1 .con p {
    font-size: 0.22rem;
    line-height: 1.95;
    letter-spacing: 0.2em;
    white-space: normal;
}
}


/* cont2
------------------------------------------------- */
.cont2 {
    padding-bottom: 3.9rem;
    margin-top: -2.14rem;
    position: relative;
    z-index: 2;
}
.cont2::after {
    content: '';
    width: 100%;
    height: 6.7rem;
    background: url("../img/aboutus/cont2_bg.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.cont2 .ttlbox {
    width: 100%;
    height: 2.14rem;
    background: url("../img/aboutus/cont2_bg.png")  center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cont2 .ttlbox h3 {
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
}
.cont2 .ttlbox h3 span {
    display: block;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.1875;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
    padding-bottom: 0.38rem;
    position: relative;
}
.cont2 .ttlbox h3 span::after {
    content: '';
    width: 0.01rem;
    height: 0.2rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
}
.cont2 ul {
    padding: 0.85rem 0 0.1rem;
    position: relative;
    z-index: 2;
}
.cont2 ul li {
    width: 3.3rem;
    height: 3.3rem;
    background-color: #fff;
    border: 0.01rem solid #C6C6C6;
    border-radius: 0.03rem;
    margin-bottom: 0.55rem;
    box-sizing: border-box;
    position: relative;
}
.cont2 ul li:nth-child(2),
.cont2 ul li:nth-child(4) {
    width: 7.15rem;
}
.cont2 ul li::before,
.cont2 ul li::after {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background-color: #B2B2B2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.cont2 ul li::after {
    left: auto;
    right: 0;
}
.cont2 ul li .cover {
    width: calc(3.3rem - 0.02rem);
    height: calc(3.3rem - 0.02rem);
    position: relative;
}
.cont2 ul li:nth-child(2) .cover,
.cont2 ul li:nth-child(4) .cover {
    width: calc(7.15rem - 0.02rem);
}
.cont2 ul li .cover::before,
.cont2 ul li .cover::after {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background-color: #B2B2B2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cont2 ul li .cover::after {
    left: auto;
    right: 0;
}
.cont2 ul li h4 {
    padding: 0.1rem 0 0.2rem 0.25rem;
}
.cont2 ul li h4 span {
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0AD38A;
    border-bottom: 0.01rem solid #0AD38A;
} 
.cont2 ul li figure {
    width: 1.24rem;
    margin: 0 auto 0.1rem;
} 
.cont2 ul li:nth-child(1) figure {
    position: absolute;
    left: 0.27rem;
    top: 0.86rem;
} 
.cont2 ul li:nth-child(3) figure {
    position: absolute;
    left: 0.27rem;
    top: 1.19rem;
}
.cont2 ul li:nth-child(6) figure {
    width: 2.46rem;
    position: relative;
}
.cont2 ul li:nth-child(6) figure figcaption {
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    position: absolute;
    left: 1.15rem;
    top: 0.45rem;
}
.cont2 ul li .num {
    font-size: 0.36rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #0AD38A;
}     
.cont2 ul li:nth-child(1) .num {
    position: absolute;
    left: 1.65rem;
    top: 1.19rem;
} 
.cont2 ul li:nth-child(3) .num {
    position: absolute;
    left: 1.45rem;
    top: 1.45rem;
    letter-spacing: normal;
} 
.cont2 ul li .num span {
    font-size: 0.98rem;
    padding: 0 0.05rem;
}     
.cont2 ul li .txt {
    line-height: 1.55;
    letter-spacing: normal;
} 
.cont2 ul li:nth-child(1) .txt {
    width: 2.65rem;
    margin: 1.67rem auto 0;
} 
.cont2 ul li .note,
.cont2 ul li .note1 {
    width: 100%;
    font-size: 0.12rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #6F6E6E;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
}
.cont2 ul li .note1 {
    bottom: -0.1rem;
}
.cont2 ul li .box1 {
    width: 2.1rem;
    height: 2.1rem;
    background-color: #E8FFF7;
    border-radius: 0.62rem;
    margin: 0.2rem 0 0 0.45rem;
    padding-top: 0.25rem;
    text-align: center;
    box-sizing: border-box;
    position: relative;
} 
.cont2 ul li .box1 .txt {
    margin-bottom: 0.1rem;
    position: relative;
} 
.cont2 ul li .box1 .txt::before,
.cont2 ul li .box1 .txt::after {
    content: '';
    width: 0.16rem;
    height: 0.3rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.798%22%20height%3D%2233.39%22%20viewBox%3D%220%200%2016.798%2033.39%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_145%22%20data-name%3D%22%E3%83%91%E3%82%B9%20145%22%20d%3D%22M5.179%2C27.316%2C0%2C0%22%20transform%3D%22translate(13.994%2029.42)%20rotate(167)%22%20fill%3D%22none%22%20stroke%3D%22%230ad38a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E') left center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
} 
.cont2 ul li .box1 .txt::after {
    transform: scale(-1, 1);
    left: auto;
    right: 0;
} 
.cont2 ul li .box2 {
    width: 4.1rem;
    position: absolute;
    right: 0.25rem;
    top: 0.85rem;
} 
.cont2 ul li .box2 dl {
    display: flex;
    align-items: center;
    margin: 0.1rem 0 0.25rem;
}
.cont2 ul li .box2 dl.ka {
    margin: 0;
}
.cont2 ul li .box2 dl dt {
    width: 1.45rem;
    background: url("../img/aboutus/cont2_icon2-1.png") left center no-repeat;
    background-size: 0.555rem auto;
    font-size: 0.2rem;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 0.2rem 0 0.2rem 0.68rem;
    box-sizing: border-box;
} 
.cont2 ul li .box2 dl.ka dt {
    background-image: url("../img/aboutus/cont2_icon2-2.png");
} 
.cont2 ul li .box2 dl dd {
    font-size: 0.31rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #807F7F;
} 
.cont2 ul li .box2 dl dd span {
    font-size: 0.85rem;
} 
.cont2 ul li .box3 {
    width: 3.5rem;
    position: absolute;
    right: 0.55rem;
    top: 0.65rem;
    text-align: center;
} 
.cont2 ul li .box3 dl dt {
    font-size: 0.31rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #807F7F;
} 
.cont2 ul li .box3 dl dt span {
    font-size: 0.85rem;
    padding: 0 0.05rem;
} 
.cont2 ul li .box3 dl dd img {
    width: 2.72rem;
    margin: 0 auto;
    padding: 0.1rem 0 0.35rem;
} 
.cont2 h5 {
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
} 
@media screen and (max-width:750px){
.cont2 {
    padding-bottom: 3.9rem;
    margin-top: -1.5rem;
}
.cont2::after {
    background-size: 100% 100%;
}
.cont2 .ttlbox {
    height: 1.5rem;
}
.cont2 .ttlbox h3 {
    font-size: 0.26rem;
}
.cont2 .ttlbox h3 span {
    font-size: 0.12rem;
}
.cont2 ul {
    padding: 0.6rem 0 0.3rem;
}
.cont2 ul li {
    height: auto;
    transform: scale(0.9);
    margin-bottom: 0.3rem;
}
.cont2 ul li:nth-child(1),    
.cont2 ul li:nth-child(2),
.cont2 ul li:nth-child(4) {
    width: 3.3rem;
    height: auto;
}
.cont2 ul li:nth-child(3) {
    height: 2.1rem;
}
.cont2 ul li:nth-child(1) .cover,
.cont2 ul li:nth-child(2) .cover, 
.cont2 ul li:nth-child(4) .cover {
    width: calc(3.3rem - 0.02rem);
    height: auto;
}
.cont2 ul li:nth-child(3) .cover {
    height: 2.1rem;
}
    
.cont2 ul li:nth-child(1) figure {
    top: 0.6rem;
} 
.cont2 ul li:nth-child(3) figure {
    top: 0.6rem;
}
.cont2 ul li:nth-child(1) .num {
    top: 0.9rem;
} 
.cont2 ul li:nth-child(3) .num {
    top: 0.9rem;
} 
.cont2 ul li:nth-child(1) .txt {
    margin: 1.35rem auto 0;
    padding-bottom: 0.2rem;
}  
.cont2 ul li .note1 {
    bottom: 0.1rem;
}
.cont2 ul li .box1 {
    margin: 0 auto;
}
.cont2 ul li .box2 {
    transform: scale(0.9);
    width: 100%;
    position: static;
} 
.cont2 ul li .box2 dl {
    display: block;
    margin: 0.05rem 0 0.25rem;
}
.cont2 ul li .box2 dl.ka {
    margin: 0;
    padding-bottom: 0.2rem;
}
.cont2 ul li .box2 dl dt {
    margin-left: 0.2rem;
} 
.cont2 ul li .box3 {
    width: 100%;
    position: static;
    padding: 0.2rem 0;
} 
.cont2 ul li .box3 dl dd img {
    width: 80%;
    margin: 0 auto;
} 
.cont2 h5 {
    font-size: 0.24rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
} 
}


/* cont3
------------------------------------------------- */
.cont3 {
    padding-top: 1.6rem;
    margin-top: -2.6rem;
    position: relative;
    z-index: 3;
}
.cont3::before {
    content: '';
    width: 100%;
    height: 2.67rem;
    background: url("../img/aboutus/cont3_bg.png") center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cont3::after {
    content: '';
    width: 100%;
    height: calc(100% - 2.67rem);
    background-color: #F4F4F4;
    position: absolute;
    left: 0;
    top: 2.67rem;
    z-index: 1;
}
.cont3 .bg {
    position: relative;
    z-index: 2;
}
.cont3 .bg::after {
    content: '';
    width: 100%;
    height: 8.5rem;
    background: url("../img/aboutus/cont2_bg.png")  center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.cont3 .inner {
    z-index: 3;
}
.cont3 .hatena {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22105.549%22%20height%3D%22158.44%22%20viewBox%3D%220%200%20105.549%20158.44%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_126618%22%20data-name%3D%22%E3%83%91%E3%82%B9%20126618%22%20d%3D%22M63.609-156.11c-29.358%2C0-49.4%2C15.844-54.522%2C39.61l16.543%2C9.553c2.33-19.572%2C16.077-31.688%2C36.581-31.688%2C22.135%2C0%2C32.853%2C9.786%2C32.853%2C24.465%2C0%2C17.708-12.582%2C26.1-43.571%2C30.756v34.95H70.832V-73.395c24.232-2.563%2C43.8-15.844%2C43.8-43.105C114.636-140.965%2C93.433-156.11%2C63.609-156.11Zm-2.8%2C128.15c-9.087%2C0-15.145%2C6.058-15.145%2C15.145S51.726%2C2.33%2C60.813%2C2.33%2C75.958-3.728%2C75.958-12.815%2C69.9-27.96%2C60.813-27.96Z%22%20transform%3D%22translate(-9.087%20156.11)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: auto 100%;
    font-size: 0.2rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.09em;
    text-align: center;
    padding: 0.7rem 0;
}
.cont3 h3 {
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.2em;
    color: #0AD38A;
    text-align: center;
    padding: 0.35rem 0 0.25rem;
}
.cont3 .box1 {
    width: 9rem;
    background-color: #FFFFFF;
    border-radius: 0.15rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.cont3 .box1 table {
    width: 100%;
}
.cont3 .box1 table th,
.cont3 .box1 table td {
    width: 25%;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    letter-spacing: normal;
    color: #6F6E6E;
    border-right: 0.01rem solid #B2B2B2;
    border-bottom: 0.01rem solid #B2B2B2;
    padding: 0.22rem 0;
}
.cont3 .box1 table tr:last-child th,
.cont3 .box1 table tr:last-child td {
    border-bottom: none;
}
.cont3 .box1 table th:last-child,
.cont3 .box1 table td:last-child {
    border-right: none;
}
.cont3 .box1 table th {
    border-right: 0.01rem solid #8E8E8E;
}
.cont3 .box1 table tr:first-child th {
    border-right: 0.01rem solid #B2B2B2;
    border-bottom: 0.01rem solid #8E8E8E;
}
.cont3 .box1 table tr:first-child th:last-child {
    border-right: none;
}
.cont3 .box1 table tr:first-child th:first-child {
    border-right: 0.01rem solid #8E8E8E;
}
.cont3 .box1 table th:first-child {
    color: #262626;
}
.cont3 .box1 table th:nth-child(2),
.cont3 .box1 table td:nth-child(2) {
    background-color: rgba(146,245,209,0.34);
    font-size: 0.16rem;
    font-weight: 500;
    color: #262626;
}
.cont3 .txt1 {
    font-weight: 300;
    line-height: 2.1875;
    text-align: center;
    padding: 0.35rem 0 1.05rem;
    position: relative;
}
.cont3 .txt1::after {
    content: '';
    width: 4.14rem;
    height: 4.14rem;
    background-color: rgba(255,255,255,0.57);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0.35rem;
    z-index: -1;
    margin-left: -2.07rem;
}
.cont3 .box2 {
    width: 9rem;
    background-color: #fff;
    border-radius: 0.22rem;
    padding: 0.78rem 0 0.72rem;
    margin: 0 auto 0.7rem;
    position: relative;
    z-index: 2;
}
.cont3 .box2::before {
    content: '';
    width: 1.1rem;
    height: 1.1rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22111.414%22%20height%3D%22111.414%22%20viewBox%3D%220%200%20111.414%20111.414%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6739%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206739%22%20transform%3D%22translate(-65.793%20-5741.793)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_180%22%20data-name%3D%22%E7%B7%9A%20180%22%20x2%3D%22110%22%20y2%3D%22110%22%20transform%3D%22translate(66.5%205742.5)%22%20fill%3D%22none%22%20stroke%3D%22%2342f0b1%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_181%22%20data-name%3D%22%E7%B7%9A%20181%22%20x1%3D%22110%22%20y2%3D%22110%22%20transform%3D%22translate(66.5%205742.5)%22%20fill%3D%22none%22%20stroke%3D%22%2342f0b1%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -0.93rem;
    margin-left: -0.55rem;
}
.cont3 .box2 h4,
.cont3 .box3 h4 {
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #0AD38A;
    text-align: center;
    margin-bottom: 0.3rem;
}
.cont3 .box2 h4 span,
.cont3 .box3 h4 span {
    display: block;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0.06em;
    padding-bottom: 0.35rem;
    position: relative;
}
.cont3 .box2 h4 span::before,
.cont3 .box3 h4 span::before {
    content: '';
    width: 0.01rem;
    height: 0.2rem;
    background-color: #0AD38A;
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
}
.cont3 .box2 .txt2 {
    font-weight: 300;
    line-height: 2.1875;
    text-align: center;
    margin-bottom: 0.45rem;
}
.cont3 .box2 ul {
    width: 6rem;
    margin: 0 auto;
}
.cont3 .box2 ul li {
    border-bottom: 0.01rem solid #B2B2B2;
    padding: 0.22rem 0;
}
.cont3 .box2 ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont3 .box2 ul li dl dt {
    width: 0.9rem;
}
.cont3 .box2 ul li dl dd {
    width: 4.88rem;
}
.cont3 .box2 ul li dl dd h5 {
    font-size: 0.24rem;
    font-weight: 300;
    line-height: 1.45;
    color: #0AD38A;
}
.cont3 .box2 ul li dl dd h5 span {
    font-size: 0.18rem;
}
.cont3 .box2 ul li dl dd p {
    font-weight: 300;
    font-size: 0.14rem;
    line-height: 1.57;
    margin-top: 0.075rem;
}
.cont3 .box3 {
    width: 9rem;
    padding: 0.78rem 0 0.35rem;
    margin: 0 auto;
    position: relative;
}
.cont3 .box3::after {
    content: '';
    width: 100%;
    height: 6.75rem;
    background-color: #fff;
    border-radius: 0.22rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cont3 .box3 h4 {
    position: relative;
    z-index: 2;
}
.cont3 .box3 figure {
    width: 6.03rem;
    margin: 0 auto;
    padding-top: 0.15rem;
    position: relative;
    z-index: 2;
}
.cont3 .lttl {
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
    padding-bottom: 0.6rem;
}
@media screen and (max-width:750px){
.cont3 {
    padding-top: 0.7rem;
    margin-top: -3rem;
}
.cont3::before {
    height: 0.72rem;
    background-size: 100% auto;
}
.cont3::after {
    height: calc(100% - 0.72rem);
    top: 0.72rem;
}
.cont3 .bg::after {
    height: 8rem;
    background-size: 100% 100%;
}
.cont3 .hatena {
    font-size: 0.18rem;
    letter-spacing: 0.04em;
    padding: 0.45rem 0;
}
.cont3 h3 {
    font-size: 0.3rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    padding: 0.35rem 0 0.25rem;
}
.cont3 .box1 {
    width: 100vw;
    margin-left: -5vw;
}
.cont3 .box1 table th,
.cont3 .box1 table td {
    font-size: 0.12rem;
    line-height: 1.45;
    vertical-align: middle;
    padding: 0.15rem 0;
}
.cont3 .box1 table th:nth-child(2),
.cont3 .box1 table td:nth-child(2) {
    font-size: 0.14rem;
}
.cont3 .txt1 {
    font-size: 0.15rem;
    line-height: 1.875;
    padding: 0.25rem 0 1.05rem;
}
.cont3 .txt1::after {
    width: 3.5rem;
    height: 3.5rem;
    bottom: 0.5rem;
    margin-left: -1.75rem;
}
.cont3 .box2 {
    width: 100%;
    border-radius: 0.15rem;
    padding: 0.45rem 0;
    margin: 0 auto 0.5rem;
}
.cont3 .box2::before {
    width: 0.8rem;
    height: 0.8rem;
    bottom: -0.65rem;
    margin-left: -0.4rem;
}
.cont3 .box2 h4,
.cont3 .box3 h4 {
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
    line-height: 1.5;
}
.cont3 .box2 h4 span,
.cont3 .box3 h4 span {
    font-size: 0.12rem;
}
.cont3 .box2 h4 span::before, .cont3 .box3 h4 span::before {
    bottom: 0.05rem;
}
.cont3 .box2 .txt2 {
    width: 88%;
    margin: 0 auto;
    font-size: 0.15rem;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 0.3rem;
}
.cont3 .box2 ul {
    width: 90%;
    margin: 0 auto;
}
.cont3 .box2 ul li {
    border-bottom: 0.01rem solid #B2B2B2;
    padding: 0.15rem 0;
}
.cont3 .box2 ul li dl {
    align-items: flex-start;
}
.cont3 .box2 ul li dl dt {
    width: 20%;
}
.cont3 .box2 ul li dl dd {
    width: 75%;
}
.cont3 .box2 ul li dl dd h5 {
    font-size: 0.18rem;
}
.cont3 .box2 ul li dl dd h5 span {
    font-size: 0.13rem;
    display: block;
}
.cont3 .box2 ul li dl dd p {
    font-size: 0.12rem;
    line-height: 1.45;
    margin-top: 0.025rem;
}
.cont3 .box3 {
    width: 100%;
    padding: 0.45rem 0;
}
.cont3 .box3::after {
    height: 5.5rem;
    border-radius: 0.15rem;
}
.cont3 .box3 figure {
    width: 98vw;
    margin-left: -4vw;
    padding-top: 0;
}
.cont3 .lttl {
    font-size: 0.24rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    padding-bottom: 0.6rem;
}
}


/* recommendnav
------------------------------------------------- */
.recommendnav {
    padding: 0.2rem 0 0.8rem; 
    position: relative;
    z-index: 3;
}
.recommendnav ul li {
    width: 4.25rem;
    height: 2.5rem;
    margin: 0 0.25rem;
}
.recommendnav ul li a {
    width: 100%;
    height: 100%;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    padding: 0 0.28rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.recommendnav ul li a::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.41;
    transition: 0.4s;
}
.recommendnav ul li:nth-child(1) a::after {
    opacity: 0.16;
}
.recommendnav ul li a picture {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
}
.recommendnav ul li a picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recommendnav ul li a p {
    font-size: 0.24rem;
    font-weight: 300;
    line-height: 1.45;
    color: #fff;
    position: relative;
    z-index: 2;
}
.recommendnav ul li a p span {
    display: block;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1.185;
    color: #0AD38A;
    padding-bottom: 0.05rem;
    transition: 0.4s;
}
@media screen and (min-width:751px){
.recommendnav ul li a:hover::after {
    opacity: 0.21;
}
.recommendnav ul li:nth-child(1) a:hover::after {
    opacity: 0;
}
.recommendnav ul li a:hover picture {
    transform: scale(1.1);
}   
.recommendnav ul li a:hover p span {
    color: #fff;
}
}
@media screen and (max-width:750px){
.recommendnav {
    padding: 0 0 0.4rem; 
}
.recommendnav ul li {
    width: 90%;
    height: 2rem;
    margin: 0 auto 0.2rem;
}
.recommendnav ul li a {
    padding: 0 0.15rem;
}
.recommendnav ul li a::after {
    opacity: 0.51;
}
.recommendnav ul li a p {
    font-size: 0.2rem;
}
.recommendnav ul li a p span {
    font-size: 0.12rem;
}
}



/* cont4
------------------------------------------------- */
.cont4 {
    background: url("../img/episode/bg.jpg") center top no-repeat;
    background-size: 100% 90%;
}
.cont4 .copy {
    text-align: center;
    padding-bottom: 0.5rem;
}
.cont4 ul li {
    width: 30%;
    margin: 0 5% 0.55rem 0;
}
.cont4 ul li:nth-child(3n) {
    margin-right: 0;
}
.cont4 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0.4rem 0.03rem 0.03rem 0.03rem;
    border: 0.01rem solid #DBDBDB;
    padding: 0.18rem;
    box-sizing: border-box;
    position: relative;
}
.cont4 ul li a::after {
    content: '';
    width: 0.36rem;
    height: 0.02rem;
    background-color: #0AD38A;
    position: absolute;
    right: 0.36rem;
    bottom: 0;
}
.cont4 ul li a picture {
    width: 2.16rem;
    height: 2.16rem;
    border-radius: 0.2rem 0.03rem 0.03rem 0.03rem;
    overflow: hidden;
}
.cont4 ul li a picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.cont4 ul li a h2 {
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.02em;
    padding: 0.15rem 0.1rem 0.1rem 0.1rem;
}
.cont4 ul li a span {
    display: block;
    width: 0.36rem;
    height: 0.23rem;
    background: linear-gradient(0deg, #04AD70, #0AD38A, #8AFDD3);
    border-radius: 0.5rem;
    position: absolute;
    right: 0.36rem;
    bottom: 0.18rem;
    overflow: hidden;
}
.cont4 ul li a span::before {
    content: '';
    width: 0.2rem;
    height: 0.1rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.061%22%20height%3D%229.061%22%20viewBox%3D%220%200%2020.061%209.061%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20153%22%20transform%3D%22translate(-753.5%20-2132.97)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M782.5%2C2130l4%2C4-4%2C4%22%20transform%3D%22translate(-14%203.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20x2%3D%2219%22%20transform%3D%22translate(753.5%202137.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.08rem;
    top: 50%;
    margin-top: -0.05rem;
    z-index: 2;
}
.cont4 ul li a span::after {
    content: '';
    width: 104%;
    height: 104%;
    background: linear-gradient(0deg, #0053BC, #046AEC, #8AEBFD);
    position: absolute;
    left: -106%;
    top: -2%;
    z-index: 1;
    transition: 0.3s 0.2s;
}
@media screen and (min-width:751px){
.cont4 ul li a:hover picture img {
    transform: scale(1.08);
}
.cont4 ul li a:hover span::before {
    animation: move-arrow 1.2s 0.1s infinite;
}
.cont4 ul li a:hover span::after {
    left: 2%;
}
}
@media screen and (max-width:750px){
.cont4 .copy {
    text-align: left;
    line-height: 1.75;
    letter-spacing: normal;
    padding-bottom: 0.3rem;
}
.cont4 ul li {
    width: 100%;
    margin: 0 auto 0.35rem;
}
.cont4 ul li a {
    padding: 0.24rem 0.18rem 0.18rem 0.24rem;
}   
.cont4 ul li a picture {
    width: 2.75rem;
}
.cont4 ul li a h2 {
    font-size: 0.16rem;
}
.cont4 ul li a span {
    bottom: 0.15rem;
    overflow: hidden;
}
.cont4 ul li a span::before {
    content: '';
    width: 0.2rem;
    height: 0.1rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.061%22%20height%3D%229.061%22%20viewBox%3D%220%200%2020.061%209.061%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20153%22%20transform%3D%22translate(-753.5%20-2132.97)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M782.5%2C2130l4%2C4-4%2C4%22%20transform%3D%22translate(-14%203.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20x2%3D%2219%22%20transform%3D%22translate(753.5%202137.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.08rem;
    top: 50%;
    margin-top: -0.05rem;
    z-index: 2;
}
.cont4 ul li a span::after {
    content: '';
    width: 104%;
    height: 104%;
    background: linear-gradient(0deg, #0053BC, #046AEC, #8AEBFD);
    position: absolute;
    left: -106%;
    top: -2%;
    z-index: 1;
    transition: 0.3s 0.2s;
}
}


/*  modal  */
.episode .none {
    display: none;
}
#cboxContent {
    background-color: #fff;
    border: 0.01rem solid #DBDBDB;
    border-radius: 0.2rem;
    padding: 0.4rem 0 0.65rem 0.4rem;
    box-sizing: border-box;
	position: relative;
}
#cboxContent::before {
    content: '';
    width: 1.12rem;
    height: 0.02rem;
    background-color: #0AD38A;
    position: absolute;
    right: 0.4rem;
    top: 0;
}
#cboxLoadedContent {
    padding-right: 0.4rem;
}
.modalbox {
    padding-bottom: 0.05rem;
	position: relative;
}
.modalbox .photo {
	width: 52%;
}
.modalbox .con {
	width: 42.5%;
}
.modalbox .con .name {
	width: 1.48rem;
    padding-bottom: 0.8rem;
    position: relative;
}
.modalbox .con .name::before {
	content: 'MY EPISODE';
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1;
    color: #0AD38A;
    position: absolute;
    left: 0.05rem;
    bottom: 0.15rem;
}
.modalbox .con .name::after {
	content: '';
    width: 0.01rem;
    height: 0.45rem;
    background-color: #0AD38A;
    position: absolute;
    left: 0;
    bottom: 0.15rem;
}
.modalbox .con .name span {
	display: block;
    font-size: 0.14rem;
    line-height: 1.45;
    font-weight: 500;
    padding-top: 0.1rem;
}
.modalbox .con h3 {
	font-size: 0.2rem;
    font-weight: 500;
    line-height: 1.45;
    padding-bottom: 0.2rem;
}

#cboxClose {
    width: 1.12rem;
	height: 0.29rem;
    background: linear-gradient(0deg, #04AD70, #0AD38A, #8AFDD3);
    border: none;
    border-radius: 0.5rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0.4rem;
    top: 0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
}
#cboxClose::before {
    content: '';
    width: 0.82rem;
    height: 0.12rem;
    background: url("../img/episode/close.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.06rem 0 0 -0.41rem;
    z-index: 2;
}
#cboxClose::after {
    content: '';
    width: 104%;
    height: 104%;
    background: linear-gradient(0deg, #0053BC, #046AEC, #8AEBFD);
    position: absolute;
    left: -2%;
    top: -106%;
    z-index: 1;
    transition: 0.3s 0.2s;
}
#cboxNext,
#cboxPrevious {
    width: 0.5rem;
    height: 0.23rem;
    background: linear-gradient(0deg, #04AD70, #0AD38A, #8AFDD3);
    border: none;
    border-radius: 0.5rem;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 52%;
    bottom: 0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
}
#cboxNext::before,
#cboxPrevious::before {
    content: '';
    width: 0.2rem;
    height: 0.1rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.061%22%20height%3D%229.061%22%20viewBox%3D%220%200%2020.061%209.061%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20153%22%20transform%3D%22translate(-753.5%20-2132.97)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M782.5%2C2130l4%2C4-4%2C4%22%20transform%3D%22translate(-14%203.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20x2%3D%2219%22%20transform%3D%22translate(753.5%202137.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.15rem;
    top: 50%;
    margin-top: -0.05rem;
    z-index: 2;
}
#cboxNext::after,
#cboxPrevious::after {
    content: '';
    width: 104%;
    height: 104%;
    background: linear-gradient(0deg, #0053BC, #046AEC, #8AEBFD);
    position: absolute;
    left: -106%;
    top: -2%;
    z-index: 1;
    transition: 0.3s 0.2s;
}
#cboxPrevious {
    left: auto;
    right: 52%;
}
#cboxPrevious::before {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.061%22%20height%3D%229.061%22%20viewBox%3D%220%200%2020.061%209.061%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20153%22%20transform%3D%22translate(1.061%200.53)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M786.5%2C2130l-4%2C4%2C4%2C4%22%20transform%3D%22translate(-782.5%20-2130)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20x1%3D%2219%22%20transform%3D%22translate(0%204)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') left center no-repeat;
    background-size: cover;
}
#cboxPrevious::after {
    left: auto;
    right: -106%;
}
@media only screen and (min-width:751px){
#cboxClose:hover::after {
	top: -2%;
}
#cboxNext:hover::before {
    animation: move-arrow 1.2s 0.1s infinite;
}
#cboxNext:hover::after {
    left: 2%;
}
#cboxPrevious:hover::before {
    animation: move-arrow2 1.2s 0.1s infinite;
}
#cboxPrevious:hover::after {
    left: auto;
    right: 2%;
}
}
@media only screen and (max-width:750px){
#cboxContent {
    padding: 0.2rem 0 0.6rem 0.2rem;
}
#cboxContent::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -0.56rem;
}
#cboxLoadedContent {
    padding-right: 0.2rem;
}
.modalbox .photo {
	width: 100%;
    margin-bottom: 0.3rem;
}
.modalbox .con {
	width: 100%;
}
.modalbox .con .name {
	width: 1rem;
}
.modalbox .con .name span {
    font-size: 0.13rem;
}
.modalbox .con h3 {
	font-size: 0.18rem;
}
.modalbox .con p {
    font-size: 0.15rem;
    line-height: 1.75;
}

#cboxClose {
    width: 1.12rem;
	height: 0.23rem;
    right: 50%;
    top: auto;
    bottom: 0.2rem;
    margin-right: -0.56rem;
}
#cboxNext {
    left: auto;
    right: 0.5rem;
}
#cboxPrevious {
    left: 0.5rem;
    right: auto;
}
}


/* -------------------------------------------------
	colorbox
------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{display:none !important; }
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#cboxOverlay{ background: rgba(35,24,21,0.7); }
#colorbox{outline:0;}
#cboxContent{overflow:visible;}
#cboxLoadingGraphic{background:url("../img/episode/loader.gif") no-repeat center center;}
#cboxCurrent { display: none !important; }