@charset "utf-8";

/* CSS Document */


/*--------------------------------------
　Main Index
---------------------------------------*/


/*------------
　body_PC
------------*/

body {
    background: none;
    min-width: 0;
}

.forTab {
    position: relative;
    z-index: 1;
}

.index {}

img:not([width]) {
    /*width:100%;*/
    height: auto;
    max-width: 100%;
}

.areaInner {
    width: 1200px;
}


/*--------------------------------------
　header_PC
---------------------------------------*/

#header {
    padding: 0 5rem 10rem;
}

#header .imgArea {
    position: relative;
    margin: 0;
    height: 47vw;
    overflow: hidden;
}

#header .logo {
    position: relative;
    width: 22vw;
    margin: 0 auto;
    padding: 2.5vw 1.0vw 0.5vw;
}

#header .logo img {
    width: 100%;
}

#header .sps {
    position: relative;
    font-size: .8vw;
    line-height: 1.6;
    text-align: center;
    color: #fff;
}

#header .mvTtl {
    position: relative;
    padding: 2.5vw 0 0;
    text-align: center;
}

#header .mvTtl div {
    display: inline-block;
    font-size: 2.6vw;
    line-height: 1.4;
    font-family: 'Zen Kaku Gothic New vt', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: left;
    color: #fff;
}

#header .mvTtl .line2 {
    display: block;
    margin: 3.2vw 0 0;
}

#header .mvArea {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#header .mvArea .zoom-fade {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

#header .mvArea .zoom-fade__item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

#header .mvArea .zoom-fade .idxmvbg {
    position: relative;
    width: 100%;
    height: 100%;
}

#header .mvArea .zoom-fade .idxmvbg::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, .50);
    border-radius: 2rem;
}

#header .mvArea .zoom-fade .idxmvbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header .mvArea .zoom-fade {}

#header .mvArea .zoom-fade__item {}


/*
ズーム（ズームイン）させるためのアニメーション
*/

.add-animation {
    /* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
    /* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
    animation: zoom-fade 10s both;
}

@keyframes zoom-fade {
    0% {
        /*transform: scale(1.05);*/
        transform: scale(1.15);
    }
    100% {
        /*transform: scale(1);*/
        transform: scale(1.05);
    }
}

#header .mvArea .zoom-fade .idxmvill {
    position: absolute;
    z-index: 10;
}

#header .mvArea .zoom-fade .idxmvill img {
    width: 100%;
}

#header .mvArea .sl01 .idxmvill {
    width: 13vw;
    top: 20vw;
    left: 20vw;
}

#header .mvArea .sl02 .idxmvill {
    width: 13vw;
    top: 20vw;
    right: 20vw;
}

#header .mvArea .sl03 .idxmvill {
    width: 13vw;
    bottom: 10vw;
    left: 10vw;
}

#header .mvArea .sl04 .idxmvill {
    width: 13vw;
    bottom: 5vw;
    right: 10vw;
}

#header .note {
    padding: 1rem 0 0;
    font-size: 1.2rem;
    color: #fff;
}


/*------------
contents_PC
------------*/

#contents {
    padding: 0 0 5rem;
}

.index {
    width: 100%;
    padding: 0 0 5rem;
}


/*------------
indexSect_PC
------------*/

.indexSect {
    position: relative;
}

.indexSect::before {}

.indexSect .areaInner {}

.indexSect .sectTtlArea {
    position: relative;
    z-index: 1;
    padding: 16rem 0 7rem;
}

.indexSect .sectTtl {
    position: relative;
    z-index: 1;
    margin: 0 0 5rem;
    font-size: 4.8rem;
    line-height: 1.4;
}

.indexSect .sectTtl a {}

.indexSect .sectTtl a .arw {
    position: relative;
    display: inline-block;
    padding: 0 4.5rem 0;
}

.indexSect .sectTtl a .arw::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 2.6rem;
    height: 100%;
    background: url("./img/arrow_ccl.svg") 99% calc(50% + 1px) no-repeat;
    background-size: 2.6rem auto;
}

.indexSect .sectTtlArea p {
    position: relative;
    padding: 0 10rem;
}

.indexSect .ulBox,
.indexSect .liBox {
    position: relative;
    z-index: 1;
}

.indexSect .box2,
.indexSect .box3 {
    display: flex;
    flex-wrap: wrap;
}

.indexSect .box2 .liBox {
    width: calc((100% - 80px) / 2);
    margin: 0 80px 80px 0;
}

.indexSect .box2 .liBox:nth-child(2n) {
    margin: 0 0 80px 0;
}

.indexSect .box3 .liBox {
    width: calc((100% - 70px) / 3);
    margin: 0 35px 35px 0;
}

.indexSect .box3 .liBox:nth-of-type(3n) {
    margin: 0 0 35px 0;
}


/*------------
sect01_PC
------------*/

#sect01 {
    position: relative;
    padding: 0 0 8rem;
    background: url(./img/sct01_bg.jpg) 0 4rem no-repeat;
    background-size: 100% auto;
}

#sect01::before {
    content: "";
    position: absolute;
    top: 15rem;
    left: calc(50% + 19rem);
    width: 56.7rem;
    height: 87.6rem;
    background: url(./img/sct01_ph.png) 0 0 no-repeat;
}

#sect01 .areaInner {
    width: 1000px;
    padding: 20rem 0 0;
}

#sect01 .areaInner::before {
    content: "";
    position: absolute;
    top: 8rem;
    left: 0;
    width: 65rem;
    height: 7.4rem;
    background: url("./img/eng_about2.svg") 0 0 no-repeat;
    background-size: auto 6.4rem;
}

#sect01 .introArea {
    width: 60rem;
    padding: 0 0 4rem;
}

#sect01 .introArea h2 {
    margin: 0 0 3rem;
    line-height: 1.4;
    font-size: 4.8rem;
}

#sect01 .introArea p {
    line-height: 2.5;
}

#sect01 .mainArea {
    position: relative;
    width: 60rem;
    padding: 4rem 0 4rem;
    border-top: 1px solid rgba(38, 38, 38, .5);
    border-bottom: 1px solid rgba(38, 38, 38, .5);
}

#sect01 .mainArea h3 {
    margin: 0 0 3rem;
    font-size: 2.7rem;
}

#sect01 .mainArea .flame {
    position: absolute;
    right: 0.5rem;
    top: 6rem;
    width: 12.4rem;
}

#sect01 .mainArea .headArea {
    margin: 0 0 3rem;
}

#sect01 .mainArea .fuki {
    position: relative;
    display: block;
    width: 14.2rem;
    margin: 0 0 1.5rem;
    padding: .7rem .5rem .9rem;
    background: #3b8260;
    border-radius: 9999px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
}

#sect01 .mainArea .fuki::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 1.5rem);
    width: 20rem;
    height: 3.3rem;
    background: url(./img/eng_sps2.svg) 0 0 no-repeat;
    background-size: auto 3.3rem;
}

#sect01 .mainArea .sttl {
    font-size: 2.2rem;
}

#sect01 .mainArea .sttlss {
    font-size: 1.4rem;
    margin-right: 1rem;
    font-weight: 400;
}

#sect01 .mainArea p {
    /* padding: 0 16rem 0 0; */
}


/*------------
sect02_PC
------------*/

#sect02 {
    padding: 20rem 0 0;
    background: url(./img/pt2.jpg) 0 0 repeat;
    color: #fff;
}

#sect02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: url(./img/wave_wt2.svg) 0 0 no-repeat;
    background-size: 100% 10rem;
}

#sect02 .sectTtlArea {
    text-align: center;
}

#sect02 .sectTtlArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: url("./img/eng_fc.svg") 50% 0 no-repeat;
    background-size: auto 10rem;
}

#sect02 .sectTtl {}

#sect02 .sectTtl .txt_bold {
    color: #ffcb4b;
}

#sect02 .ulBox {
    padding: 0 0 13rem;
}

#sect02 .liBox {
    margin: 0 0 16rem 0;
    padding: 19rem 70rem 0 0;
}

#sect02 .liBox:nth-child(2) {
    margin: 0 0 0;
    padding: 19rem 0 0 70rem;
}

#sect02 .liBox::before {
    content: "";
    position: absolute;
    top: -5.7rem;
    left: -10rem;
    width: 59rem;
    height: 17.5rem;
    background: url("./img/eng_sct02_1.svg") 0 0 no-repeat;
    background-size: auto 17.5rem;
}

#sect02 .liBox:nth-child(2)::before {
    top: -2.7rem;
    left: 70rem;
    width: 65rem;
    height: 14.6rem;
    background: url("./img/eng_sct02_2.svg") 0 0 no-repeat;
    background-size: auto 14.6rem;
}

#sect02 .liBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 6rem);
    width: calc(50vw + 6rem);
    height: 47rem;
    background: url(./img/sct02_img01.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 2rem 0 0 2rem;
}

#sect02 .liBox:nth-child(2)::after {
    left: calc(60rem - 50vw);
    width: calc(50vw + 6rem);
    height: 47rem;
    background: url(./img/sct02_img02.jpg) 0 0 no-repeat;
    background-size: cover;
    border-radius: 0 2rem 2rem 0;
}

#sect02 h3 {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    font-size: 4rem;
}

#sect02 h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 5rem);
    height: 1px;
    background: #fff;
}

#sect02 .liBox:nth-child(2) h3::before {
    left: -5rem;
}

#sect02 .catch {
    color: #ffcb4b;
}


/*------------
sect03_PC
------------*/

#sect03 {
    padding: 17rem 0 0;
    background: url(./img/pt1.jpg) 0 0 repeat;
}

#sect03::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -6.3rem;
    left: 0;
    width: 100%;
    height: 7rem;
    background: url(./img/tri2.svg) 50% 0 no-repeat;
    background-size: auto 7rem;
}

#sect03 .sectTtlArea {
    text-align: center;
}

#sect03 .sectTtlArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: url("./img/eng_mk.svg") 50% 0 no-repeat;
    background-size: auto 10rem;
}

#sect03 .sectTtl {}

#sect03 .sectTtlArea .note {
    margin: 2.5rem 0 0;
    line-height: 1.4;
    font-size: 1.5rem;
    color: #666;
}


/* tab */

#sect03 .tabArea {
    margin: 0 0 5rem;
}

#sect03 .tab {
    display: flex;
}

#sect03 .tablist {
    position: relative;
    width: 23.5rem;
    height: 12.5rem;
    margin: 0 5.5rem 0 0;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.1rem;
    text-align: center;
    /*transition: all .2s ease-in-out;*/
    cursor: pointer;
}

#sect03 .tablist:first-child {
    width: 26.0rem;
}

#sect03 .tablist:hover {
    opacity: .7;
}

#sect03 .tablist::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -2.9rem;
    width: 29.8rem;
    height: 15rem;
    background: url(./img/sct03_tabbg.svg) 0 0 no-repeat;
    background-size: 29.8rem 15rem;
    opacity: .7;
}

#sect03 .tablist:first-child::before {
    top: 0;
    left: 0;
    width: 29.3rem;
    height: 15rem;
    background: url(./img/sct03_tabbg2.svg) 0 0 no-repeat;
    background-size: 29.3rem 15rem;
}

#sect03 .tablist .inner {
    position: relative;
    display: block;
    padding: 2.5rem 1rem 3rem;
}

#sect03 .tablist:first-child .inner {
    padding: 2.5rem 1rem 3rem 3rem;
}

#sect03 .tablist .inner::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 0;
    width: 100%;
    height: 3.1rem;
    background: url(./img/sct03_01.svg) 50% 0 no-repeat;
    background-size: auto 3.1rem;
}

#sect03 .tablist:nth-child(2) .inner::before {
    background-image: url(./img/sct03_02.svg)
}

#sect03 .tablist:nth-child(3) .inner::before {
    background-image: url(./img/sct03_03.svg)
}

#sect03 .tablist:nth-child(4) .inner::before {
    background-image: url(./img/sct03_04.svg)
}

#sect03 .tablist:first-child .inner::before {
    background-position: 52.5% 0;
}

#sect03 .tablist .inner::after {
    content: "";
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: 1.4rem;
    background: url(./img/sct03_tri01.svg) 50% 0 no-repeat;
    background-size: auto 1.4rem;
}

#sect03 .tablist:nth-child(2) .inner::after {
    background-image: url(./img/sct03_tri02.svg)
}

#sect03 .tablist:nth-child(3) .inner::after {
    background-image: url(./img/sct03_tri03.svg)
}

#sect03 .tablist:nth-child(4) .inner::after {
    background-image: url(./img/sct03_tri04.svg)
}

#sect03 .tablist:first-child .inner::after {
    background-position: 55% 0;
}

#sect03 .tablist .txt_bold {
    font-size: 2.8rem;
}

#sect03 .tablist .font_col {
    color: #25a7be;
}

#sect03 .tablist:nth-child(2) .font_col {
    color: #e76400;
}

#sect03 .tablist:nth-child(3) .font_col {
    color: #6bb020;
}

#sect03 .tablist:nth-child(4) .font_col {
    color: #e9b102;
}


/* active */

#sect03 .tablist.active {
    top: -2.5rem;
    font-size: 2.4rem;
}

#sect03 .tablist.active .txt_bold {
    font-size: 3.1rem;
}

#sect03 .tablist.active::before {
    left: -3.4rem;
    opacity: 1;
}

#sect03 .tablist:first-child.active::before {
    left: 0;
}

#sect03 .tablist.active .inner::before {
    transform: scale(1.4, 1.4);
    transform-origin: bottom center;
}

#sect03 .tablist.active .inner::after {
    bottom: .5rem;
    transform: scale(1.2, 1.2);
}


/* tabcontents */

#sect03 .tabcontents {
    position: relative;
    z-index: 1;
}

#sect03 .tabcontents-list {
    background: #fff;
    padding: 5rem 10rem 5rem;
    border-radius: 0 6px 6px 6px;
}

#sect03 .tabcontents-list .font_col {
    color: #25a7be;
}

#sect03 .tabcontents-list:nth-child(2) .font_col {
    color: #e76400;
}

#sect03 .tabcontents-list:nth-child(2) .mainArea .mini p {
    height: 224px;
}

#sect03 .tabcontents-list:nth-child(2) .mainArea .mini p.caption {
    height: auto;
}

#sect03 .tabcontents-list:nth-child(3) .font_col {
    color: #6bb020;
}

#sect03 .tabcontents-list:nth-child(4) .font_col {
    color: #e9b102;
}

#sect03 .boxTtl {
    margin: 0 0 4.5rem;
    padding: .6rem 3rem 0.8rem;
    background: #f5f5ed;
    text-align: center;
    font-size: 4.0rem;
}

#sect03 .boxTtl::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 6rem;
    height: 9rem;
    background: url(./img/sct03_ttldeco01.png) 0 0 no-repeat;
}

#sect03 .boxTtl::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -10px;
    width: 6rem;
    height: 9rem;
    background: url(./img/sct03_ttldeco02.png) 0 0 no-repeat;
}

#sect03 .boxTtl .txt_bold {
    font-size: 4.0rem;
}

#sect03 .mainArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sect03 .mini {
    position: relative;
    width: 45rem;
    margin: 0 0 4rem;
    padding: 0 0 2.5rem;
}

#sect03 .mini.col1::before {
    content: "";
    position: absolute;
    top: 0;
    right: -5rem;
    width: 1px;
    height: 100%;
    background: #262626;
}

#sect03 .mini.cf {
    width: 100%;
    margin: 0;
    padding: 3rem 0 2.5rem;
    border-top: 1px solid rgba(38, 38, 38, .5);
}

#sect03 .mini .ttlArea {
    position: relative;
    min-height: 12rem;
    margin: 0 0 1rem;
    padding: 0 0 0 15rem;
}

#sect03 .mini .ttlArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12rem;
    height: 12rem;
    background: url(./img/sct03_ill101.png) 0 0 no-repeat #f5f5ed;
    border-radius: 50%;
}

#sect03 .mini:nth-child(2) .ttlArea::before {
    background-image: url(./img/sct03_ill102.png);
}

#sect03 .mini:nth-child(3) .ttlArea::before {
    background-image: url(./img/sct03_ill103.png);
}

#sect03 .tabcontents-list:nth-child(2) .mini .ttlArea::before {
    background-image: url(./img/sct03_ill201.png);
}

#sect03 .tabcontents-list:nth-child(2) .mini:nth-child(2) .ttlArea::before {
    background-image: url(./img/sct03_ill202.png);
}

#sect03 .tabcontents-list:nth-child(2) .mini:nth-child(3) .ttlArea::before {
    background-image: url(./img/sct03_ill203.png);
}

#sect03 .tabcontents-list:nth-child(3) .mini .ttlArea::before {
    background-image: url(./img/sct03_ill301.png);
}

#sect03 .tabcontents-list:nth-child(3) .mini:nth-child(2) .ttlArea::before {
    background-image: url(./img/sct03_ill302.png);
}

#sect03 .tabcontents-list:nth-child(3) .mini:nth-child(3) .ttlArea::before {
    background-image: url(./img/sct03_ill303.png);
}

#sect03 .tabcontents-list:nth-child(4) .mini .ttlArea::before {
    background-image: url(./img/sct03_ill401.png);
}

#sect03 .tabcontents-list:nth-child(4) .mini:nth-child(2) .ttlArea::before {
    background-image: url(./img/sct03_ill402.png);
}

#sect03 .tabcontents-list:nth-child(4) .mini:nth-child(3) .ttlArea::before {
    background-image: url(./img/sct03_ill403.png);
}

#sect03 .mini .sttl {
    margin: 0;
    padding: 2.5rem 0 0;
    font-size: 2.8rem;
    letter-spacing: 2px;
}

#sect03 .mini .eng {
    line-height: 1.1;
}

#sect03 .mini.cf .ttlArea {
    width: 40rem;
    float: left;
}

#sect03 .mini.cf .flame {
    width: 100%;
    padding: 7.5rem 0 0;
}

#sect03 .mini.cf .flame img {
    border-radius: 2rem;
}

#sect03 .mini.cf p {
    margin: 3rem 0 0;
}


/* botArea */

#sect03 .botArea {
    position: relative;
    padding: 23rem 0 18rem;
    min-height: 66.8rem;
    background: url(./img/sct03_line.png) 50% 2rem no-repeat;
    text-align: center;
}

#sect03 .botArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.2rem;
    background: url(./img/sct03_tri_w.svg) 50% 0 no-repeat;
    background-size: auto 6.2rem;
}

#sect03 .botArea::after {
    content: "";
    position: absolute;
    top: 11rem;
    left: 0;
    width: 100%;
    height: 9rem;
    background: url(./img/eng_sct03_1.svg) 50% 0 no-repeat;
    background-size: auto 9rem;
}

#sect03 .botArea h3 {
    margin: 0 0 2rem;
    font-size: 3.2rem;
    color: #e76400;
}

#sect03 .botArea p {
    padding: 0 0 2rem;
    text-align: center;
    line-height: 3.1;
    font-weight: 700;
}

#sect03 .botArea .sttl {
    font-size: 3.2rem;
}


/*------------
sect04_PC
------------*/

#sect04 {
    padding: 17rem 0 0;
}

#sect04 .sectTtlArea {
    padding: 16rem 0 5rem;
    text-align: center;
}

#sect04 .sectTtlArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: url("./img/eng_case.svg") 50% 0 no-repeat;
    background-size: auto 10rem;
}

#sect04 .nailBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 2rem;
    margin: 0 0 9rem;
}

#sect04 .nail {
    position: relative;
    width: 28.5rem;
}

#sect04 .nail::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    width: 100%;
    height: 1.9rem;
    background: url(./img/eng_sct04_1.svg) 50% 0 no-repeat;
    background-size: auto 1.9rem;
    transition: all .2s ease-in-out;
}

#sect04 .nail:nth-child(2)::before {
    height: 2.3rem;
    background-image: url(./img/eng_sct04_2.svg);
    background-size: auto 2.3rem;
}

#sect04 .nail:nth-child(3)::before {
    height: 2.3rem;
    background-image: url(./img/eng_sct04_3.svg);
    background-size: auto 2.3rem;
}

#sect04 .nail:nth-child(4)::before {
    height: 1.9rem;
    background-image: url(./img/eng_sct04_4.svg);
    background-size: auto 1.9rem;
}

#sect04 .nail::after {
    content: "";
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 100%;
    height: 1.7rem;
    background: url(./img/sct03_tri02.svg) 50% 0 no-repeat;
    background-size: auto 1.7rem;
    transition: all .2s ease-in-out;
}

#sect04 .nail:nth-child(2)::after {
    background-image: url(./img/sct03_tri03.svg);
}

#sect04 .nail:nth-child(3)::after {
    background-image: url(./img/sct03_tri04.svg);
}

#sect04 .nail:nth-child(4)::after {
    background-image: url(./img/sct03_tri01.svg);
}

#sect04 .nail a {
    padding: 0 0 16.4rem;
    color: #fff;
}

#sect04 .nail a .obi {
    display: block;
    height: 4.6rem;
    padding: .5rem 1rem 0;
    background: #e76400;
    border-radius: 6px 6px 0 0;
    line-height: 1.7;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

#sect04 .nail:nth-child(2) .obi {
    background: #6bb020;
}

#sect04 .nail:nth-child(3) .obi {
    background: #e9b102;
}

#sect04 .nail:nth-child(4) .obi {
    background: #25a7be;
}

#sect04 .nail a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16.4rem;
    background: url(./img/sct04_nail01.jpg) 50% 100% no-repeat;
    background-size: cover;
    transition: all .2s ease-in-out;
}

#sect04 .nail:nth-child(2) a::before {
    background-image: url(./img/sct04_nail02.jpg);
}

#sect04 .nail:nth-child(3) a::before {
    background-image: url(./img/sct04_nail03.jpg);
}

#sect04 .nail:nth-child(4) a::before {
    background-image: url(./img/sct04_nail04.jpg);
}


/* hover */

#sect04 .nail a:hover {
    opacity: 1;
    margin: -4rem 0 0;
    padding: 0 0 20.4rem;
}

#sect04 .nail a:hover::before {
    height: 20.4rem;
}

#sect04 .nail a:hover .obi {
    padding: .3rem 1rem 0;
    font-size: 2.4rem;
}

#sect04 .nail:hover::before {
    top: -7rem;
    transform: scale(1.3);
}

#sect04 .nail:hover::after {
    bottom: -3rem;
    transform: scale(1.3);
}


/* ulBox */

#sect04 .ulBox {
    padding: 0 0 5rem;
}

#sect04 .liBox {
    margin: 0 0 10rem;
    padding: 21rem 0 0 70rem;
}

#sect04 .liBox:nth-child(2n) {
    padding: 21rem 70rem 0 0;
    margin: 0 0 15rem;
}

#sect04 .liBox::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 70rem;
    height: 8.1rem;
    background: url("./img/eng_sct04_1.svg") 0 0 no-repeat;
    background-size: auto 8.1rem;
}

#sect04 .liBox:nth-child(2)::before {
    left: auto;
    right: 0;
    height: 9.8rem;
    background: url("./img/eng_sct04_2.svg") 100% 0 no-repeat;
    background-size: auto 9.8rem;
}

#sect04 .liBox:nth-child(3)::before {
    left: 0;
    height: 9.8rem;
    background: url("./img/eng_sct04_3.svg") 0 0 no-repeat;
    background-size: auto 9.8rem;
}

#sect04 .liBox:nth-child(4)::before {
    left: auto;
    right: 0;
    background: url("./img/eng_sct04_4.svg") 100% 0 no-repeat;
    background-size: auto 8.1rem;
}

#sect04 .liBox::after {
    content: "";
    position: absolute;
    top: 10rem;
    left: calc(60rem - 50vw);
    width: calc(50vw + 6rem);
    height: 47rem;
    background: url(./img/sct04_img01.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 0 2rem 2rem 0;
}

#sect04 .liBox:nth-child(2n)::after {
    left: calc(50% - 6rem);
    width: calc(50vw + 6rem);
    ;
    height: 47rem;
    background: url(./img/sct04_img02.jpg) 0 0 no-repeat;
    background-size: cover;
    border-radius: 2rem 0 0 2rem;
}

#sect04 .liBox:nth-child(3)::after {
    background-image: url(./img/sct04_img03.jpg);
}

#sect04 .liBox:nth-child(4)::after {
    background-image: url(./img/sct04_img04.jpg);
}

#sect04 h3 {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    font-size: 3.8rem;
}

#sect04 h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5rem;
    width: calc(100% + 5rem);
    height: 1px;
    background: #262626;
    opacity: .5;
}

#sect04 .liBox:nth-child(2n) h3::before {
    left: 0;
}

#sect04 h3::after {
    content: "";
    position: absolute;
    top: -22rem;
    left: 6.3rem;
    width: 24rem;
    height: 19rem;
    background: url(./img/sct04_ill_01.png) 0 0 no-repeat;
}

#sect04 .liBox:nth-child(2n) h3::after {
    left: auto;
    right: 2.3rem;
    width: 38rem;
    background: url(./img/sct04_ill_02.png) 0 0 no-repeat;
    height: 23rem;
    top: -23rem;
}

#sect04 .liBox:nth-child(3n) h3::after {
    left: auto;
    right: 18.3rem;
    background: url(./img/sct04_ill_03.png) 0 0 no-repeat;
    top: -20rem;
}

#sect04 .liBox:nth-child(4n) h3::after {
    left: auto;
    right: 6.3rem;
    background: url(./img/sct04_ill_04.png) 0 0 no-repeat;
    width: 24rem;
    top: -21rem;
}

#sect04 h3 a {
    display: inline-block;
    padding: 0 4.3rem 0 0;
    background: url(./img/arrow_ccl.svg) 99.9% calc(50% + .4rem) no-repeat;
    background-size: 2.6rem auto;
    color: #e76400;
}

#sect04 .liBox:nth-child(2) h3 a {
    color: #6bb020;
}

#sect04 .liBox:nth-child(3) h3 a {
    color: #e9b102;
}

#sect04 .liBox:nth-child(4) h3 a {
    color: #25a7be;
}


/*------------
sect05_PC
------------*/

.sect56area {
    position: relative;
    padding: 19rem 0 12rem;
    background: url(./img/bg_wood.jpg) 0 0 repeat-y;
    background-size: 100% auto;
}

.sect56area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: url(./img/wave_wt2.svg) 0 0 no-repeat;
    background-size: 100% 10rem;
}

.sect56area::after {
    content: "";
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 100%;
    height: 10rem;
    background: url(./img/wave_wt.svg) 0 0 no-repeat;
    background-size: 100% 10rem;
    transform: scale(-1, 1);
}

#sect05 {
    margin: 0 0 18rem;
}

#sect05 .areaInner {
    background: #fff;
    border-radius: 6px;
}

#sect05 .sectTtlArea {
    margin: 0 10rem;
    padding: 6rem 0 3rem;
    text-align: center;
}

#sect05 .sectTtlArea::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: -3rem;
    width: 44rem;
    height: 8rem;
    background: url("./img/eng_sps3.svg") 50% 0 no-repeat;
    background-size: auto 7rem;
    display: none;
}

#sect05 .sectTtlArea .flame {
    width: 13.5rem;
    margin: 0 auto 2rem;
}

#sect05 .sectTtl {
    margin: 0 0 1.5rem;
    font-size: 5rem;
}

#sect05 .sectTtl .deco {
    position: relative;
    margin-left: 1.5rem;
}

#sect05 .sectTtl .deco::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2.0rem;
    left: -19px;
    width: 25rem;
    height: 17rem;
    background: url("./img/sct05_deco.svg") 0 0 no-repeat;
    background-size: 20rem auto;
}

#sect05 .sectTtlArea .sttl {
    margin: 0 0 2.5rem;
    padding: .6rem 3rem .8rem;
    background: #f5f5ed;
    text-align: center;
    font-size: 3.2rem;
}

#sect05 .sectTtlArea .sttl::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 6rem;
    height: 9rem;
    background: url(./img/sct03_ttldeco01.png) 0 0 no-repeat;
}

#sect05 .sectTtlArea .sttl::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -10px;
    width: 6rem;
    height: 9rem;
    background: url(./img/sct03_ttldeco02.png) 0 0 no-repeat;
}

#sect05 .sectTtlArea p {
    padding: 0;
    text-align: center;
}

#sect05 .mini {
    position: relative;
    margin: 0 10rem;
    padding: 5rem 0 4rem;
    border-top: 1px solid rgba(38, 38, 38, .5);
}

#sect05 .mini1 {}

#sect05 .mini1 .ulBox {
    display: flex;
    justify-content: space-between;
}

#sect05 .mini1 .liBox {
    width: 46rem;
}

#sect05 .mini1 .liBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8rem;
    height: 6.4rem;
    background: url("./img/sct05_01.svg") 0 0 no-repeat;
    background-size: auto 6.4rem;
}

#sect05 .mini1 .liBox:nth-child(2)::before {
    background-image: url("./img/sct05_02.svg");
}

#sect05 .mini1 h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 -8rem 11rem;
    padding: 0 0 2rem 2rem;
    background: #fff;
    border-bottom-left-radius: 6px;
    line-height: 1.6;
    font-size: 2rem;
}

#sect05 .mini1 h3 .fontL {
    display: block;
    font-size: 3.2rem;
    line-height: 4rem;
}

#sect05 .mini1 .flame {
    margin: 0 0 3rem;
}

#sect05 .mini1 .flame img {
    border-radius: 2rem;
}

#sect05 .mini2 {}

#sect05 .mini2 .ulBox {
    display: flex;
    justify-content: space-between;
}

#sect05 .mini2 .liBox {
    width: 46rem;
}

#sect05 .mini2 h3 {
    width: 33rem;
    padding: 1rem 3rem;
    background: url("./img/sct05_obj.svg") 0 0 no-repeat;
    background-size: 100% auto;
    font-size: 3.0rem;
}

#sect05 .mini2 h3 .fontS {
    font-size: 1.8rem;
}

#sect05 .mini2 ul {
    margin: 0;
    padding: 2rem 3rem 2rem;
    background: url("./img/sct05_ill01.png") 92% 4rem no-repeat #f5f5ed;
    background-size: 13rem auto;
    border-radius: 0 6px 6px 6px;
}

#sect05 .mini2 .liBox:nth-child(2) ul {
    background-image: url("./img/sct05_ill02.png")
}

#sect05 .mini2 li {
    font-weight: 700;
    font-size: 1.8rem;
}

#sect05 .mini2 li::before {
    top: 16px;
}

#sect05 .mini3 {
    margin: 0 10rem;
    padding: 18rem 0 4rem;
    background: url(./img/eng_sct05_1.svg) 50% 5.7rem no-repeat;
    background-size: auto 8.1rem;
}

#sect05 .mini3 h3 {
    margin: 0 0 7rem;
    text-align: center;
    font-size: 3.8rem;
}

#sect05 .mini3 .mainArea {
    position: relative;
    margin: 0 0 2.5rem;
    padding: 3rem 50% 2rem 3rem;
    background: #f5f5ed;
    border-radius: 6px;
}

#sect05 .mini3 .mainArea::before {
    content: "";
    position: absolute;
    top: 6.5rem;
    left: calc(50% + 5rem);
    width: calc(50% + 5rem);
    height: calc(100% + -14rem);
    background: url("./img/sct05_img03.jpg") 0 0 no-repeat;
    background-size: cover;
    border-radius: 2rem 0 0 2rem;
}

#sect05 .mini3 .catch {
    margin: 0 0 2rem;
    font-size: 2.8rem;
}

#sect05 .mini3 .sttl {
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(38, 38, 38, .5);
    font-size: 1.8rem;
}

#sect05 .mini3 .sttl .fontL {
    font-size: 2.2rem;
}

#sect05 .mini3 .btn-internal {}

#sect05 .mini3 .btn-web {}


/*------------
sect06_PC
------------*/

#sect06 {}

#sect06 .sectTtlArea {
    text-align: center;
}

#sect06 .sttl {
    position: absolute;
    top: -1rem;
    left: calc(50% - 47rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.6rem;
    height: 17.6rem;
    background: url(./img/sct06_deco.svg) 0 0 no-repeat;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 4.0rem;
    letter-spacing: .1em;
    color: #fff;
}

#sect06 h2 {
    display: inline-block;
    margin: 0 0 6rem;
    padding: 0 0 0 19rem;
    line-height: 1.4;
    font-size: 4.0rem;
    text-align: left;
}

#sect06 h2 .fontM {
    font-size: 4.8rem;
}

#sect06 h2 .fontL {
    font-size: 7.0rem;
}

#sect06 h2 a {
    display: inline-block;
    padding: 0 5rem 0 0;
    background: url("./img/arrow_ccl_wt.svg") 99.9% 50% no-repeat;
    background-size: 2.6rem auto;
    color: #fff;
}

#sect06 .flame {
    margin: 0 0 7rem;
}

#sect06 .flame img {
    border-radius: 2rem;
}


/*------------
sect07_PC
------------*/

#sect07 {
    padding: 0 0 3rem;
}

#sect07 .sectTtlArea {
    padding: 25rem 0 4rem;
    text-align: center;
}

#sect07 .sectTtlArea::before {
    content: "";
    position: absolute;
    top: 7.5rem;
    left: 0;
    width: 100%;
    height: 11rem;
    background: url("./img/eng_qa.svg") 50% 0 no-repeat;
    background-size: auto 11rem;
}

#sect07 .sectTtlArea::after {
    content: "";
    position: absolute;
    top: 4rem;
    left: -3rem;
    width: 26.7rem;
    height: 17rem;
    background: url("./img/sct07_ill.png") 0 0 no-repeat;
    background-size: 26.7rem auto;
}

#sect07 .ulBox {
    margin: 0 10rem 8rem;
}

#sect07 .liBox {
    margin: 0 0 2rem;
    padding: 0 4rem;
    background: #f5f5ed;
    border-radius: 6px;
}

#sect07 .liBox h3 {
    padding: 2.5rem 0 2.5rem 5rem;
    font-size: 2.0rem;
    cursor: pointer;
}

#sect07 .liBox h3::before {
    content: "";
    position: absolute;
    top: 2.3rem;
    left: 1rem;
    width: 2rem;
    height: 3.2rem;
    background: url("./img/eng_q.svg") 0 0 no-repeat;
    background-size: auto 3.2rem;
}

#sect07 .liBox h3::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.3rem;
    height: 100%;
    background: url("./img/plus.svg") 0 50% no-repeat;
    background-size: 2.3rem auto;
}

#sect07 .liBox h3.open::after {
    background-image: url("./img/minus.svg");
}

#sect07 .accChild {
    display: none;
    position: relative;
    padding: 1.0rem 0 2rem 5rem;
    border-top: 1px solid rgba(38, 38, 38, .5);
}

#sect07 .accChild::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    width: 2rem;
    height: 3.2rem;
    background: url("./img/eng_a.svg") 0 0 no-repeat;
    background-size: auto 3.2rem;
}

#sect07 .accChild p {}

#sect07 .colArea {
    position: relative;
    padding: 3rem 4rem 2rem;
    background: url(./img/pt1.jpg) 0 0 repeat;
    border-radius: 6px;
}

#sect07 .colArea::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1.8rem;
    width: 27rem;
    height: 7.5rem;
    background: url(./img/eng_sct07_1.svg) 100% 0 no-repeat;
    background-size: auto 7.5rem;
}

#sect07 .colArea h2 {
    margin: 0 0 3rem;
    font-size: 4.0rem;
}

#sect07 .colArea .colBox {
    margin: 0 0 3rem;
}

#sect07 .colArea .colBox:nth-child(2) {
    margin: 0 0 6rem;
}

#sect07 .colBox .catch {
    display: inline-block;
    margin: 0 0 1rem;
    padding: .6rem 4.5rem .8rem 0;
    background: #fff;
    border-radius: 0 9999px 9999px 0;
    font-size: 2.4rem;
}

#sect07 .colBox .catch::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4rem;
    width: 4rem;
    height: 100%;
    background: #fff;
}

#sect07 .colBox p {}


/*------------
sect08_PC
------------*/

#sect08 {}

#sect08 .boxTtl {
    font-size: 4.6rem;
}

#sect08 .boxTtl .txt_bold {
    color: #ffcb4b;
}

#sect08 .txtArea {}

#sect08 .ulBox {
    display: flex;
    justify-content: space-between;
    margin: 4rem 0 3rem;
    padding: 3.5rem 0 0;
    border-top: 1px solid #fff;
}

#sect08 .ulBox::before {
    content: "";
    position: absolute;
    top: 3.5rem;
    left: 50%;
    width: 1px;
    height: calc(100% - 3.5rem);
    background: #fff;
}

#sect08 .liBox {
    width: 46rem;
}

#sect08 .liBox h3 {
    padding: 1.8rem 0 1.5rem 4rem;
    font-size: 2.2rem;
}

#sect08 .liBox h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 6.2rem;
    background: url("./img/sct08_1.svg") 0 0 no-repeat;
    background-size: auto 6.2rem;
}

#sect08 .liBox:nth-child(2) h3::before {
    background-image: url("./img/sct08_2.svg");
}


/*---------------------
　目次
-----------------------*/

.is-navi-open .bg_close,
.toc_open .bg_close {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

.contents .tocBox {
    background: #f5f5f1;
    padding: 0;
    width: 75rem;
    border-radius: 1.6rem;
    margin: 0 auto 7rem;
    position: relative;
}

.contents .tocBox .tocInr {}

.contents .tocBox .sTit {
    position: relative;
    font-size: 1.6rem;
    font-weight: 900;
    min-height: 6.5rem;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    max-width: 69rem;
    margin: 0 auto;
    padding: 0 0 0 8rem;
    line-height: 1;
}

.contents .tocBox .sTit:before {
    content: "";
    background: url("img/eng_index.png") no-repeat;
    background-size: 100% auto;
    width: 7rem;
    height: 1.7rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contents .whBox {
    padding: 2rem 3rem 5rem;
}

.contents .tocBox .toc {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: .4s;
}

.contents .tocBox .toc:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(0deg, rgba(244, 241, 239, 1) 35%, rgba(244, 241, 239, 0) 100%);
    transition: .4s;
    z-index: 1;
    border-radius: 0 0 1rem 1rem;
}

.contents .tocBox .toc.active:before {
    opacity: 0;
    visibility: hidden;
}

.contents .tocBox .toc.no-fade:before {
    display: none;
}

.contents .whBox ul {
    margin: 0 0 0 3rem;
    padding: 0;
    width: 100%;
}

.contents .whBox ul li {
    list-style: decimal-leading-zero;
    font-size: 1.6rem;
    color: #ff6928;
    font-weight: 900;
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    background: none;
}

.contents .whBox ul li:last-child {
    margin-bottom: 0;
}

.contents .whBox ul li>a {
    text-decoration: none;
    font-size: 1.6rem;
}

.contents .whBox ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.contents .whBox ul li br {
    display: none;
}

.btn-acc {
    width: 14rem;
    height: 3.6rem;
    background: #fff url("img/icon_plus.png") no-repeat right 1.5rem center;
    background-size: 1.3rem auto;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.4;
    padding: 0.5rem 2rem;
    cursor: pointer;
    transition: all .4s;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: solid 1px #7f7f7f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-acc:hover {
    opacity: 0.6;
}

.btn-acc.open {
    background: #fff url("img/icon_minus.png") no-repeat right 1.5rem center;
    background-size: 1.3rem auto;
}

.contents .tocBox .toc.collapsed {
    height: 200px;
    /* すでにある指定でOK */
}


/*--------------------------------------
　目次
---------------------------------------*/

.toc_parts {
    position: fixed;
    top: 14rem;
    right: 0;
    z-index: 10000;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}


/*このクラスが付与されると表示する*/

.toc_parts.active {
    opacity: 1;
    visibility: visible;
}

.toc_parts {
    position: fixed;
    width: 26rem;
    transition: all 0.5s ease;
    transform: translateX(100%);
    z-index: 110;
    /*	opacity: 0;
	display: none;*/
}

.toc_parts .toc_ttl {
    /* display: block; */
    position: absolute;
    top: 0;
    right: calc(100% - 0.2rem);
    background: url("img/eng_index_wh.svg") no-repeat top 1.5rem center, url("img/icon_ccl_plus.png") no-repeat top 3.5rem center;
    background-size: 3.6rem auto, 2.4rem auto;
    background-color: #265b43;
    width: 7rem;
    height: 12rem;
    padding: 5.0rem 2.5rem 0 0;
    /* font-size: 1.8rem; */
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 9;
    border-radius: 6px 0 0 6px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0;
}

.toc_parts .toc_block {
    position: fixed;
    top: 0;
    right: 0;
    background: #265b43;
    width: 100%;
    height: auto;
    min-height: 20rem;
    padding: 2rem 1rem 2rem 2rem;
}

.toc_parts .toc-scroll {
    height: fit-content;
    max-height: 42rem;
    padding-right: 2rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.toc_parts .toc-scroll::-webkit-scrollbar {
    width: 0.4rem;
}

.toc_parts .toc-scroll::-webkit-scrollbar-track {
    border-radius: 0.2rem;
    background: #ccc;
}

.toc_parts .toc-scroll::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background: #999;
}

.toc_parts.is-open {
    transform: translateX(0);
    transform: translateZ(0);
}

.toc_parts.is-open .toc_ttl {
    background: url("img/eng_index_wh.svg") no-repeat top 1.5rem center, url("img/icon_ccl_minus.png") no-repeat top 3.5rem center;
    background-size: 3.6rem auto, 2.4rem auto;
    background-color: #265b43;
}

.toc_parts ul.chapter li.chapter-h+li.chapter-h {
    margin-top: 1rem;
}

.toc_parts ul.chapter li.chapter-h a {
    display: block;
    text-decoration: none;
    text-align: left;
}

.toc_parts ul li.chapter-h-two {
    padding-left: 2.6em;
    position: relative;
    color: #fff;
    counter-increment: number;
    line-height: 1.6;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 1.3rem;
}

.toc_parts ul li.chapter-h-two:before {
    content: counter(number, decimal-leading-zero);
    width: 1.6em;
    height: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: -0.2em;
    left: 0;
}

.toc_parts ul li.chapter-h-two a {
    color: #fff;
}

.toc_parts ul a:hover {
    opacity: 0.5;
    color: #fff;
}


/* End_PC */

@media screen and (max-width: 480px) {
    /*------------
index_SP
------------*/
    .areaInner {
        width: auto;
    }
    /*--------------------------------------
　header_SP
---------------------------------------*/
    #header {
        padding: 0 5% 4rem;
    }
    #header .imgArea {
        position: relative;
        margin: 0;
        height: 51rem;
        overflow: hidden;
    }
    #header .logo {
        position: relative;
        width: 18rem;
        margin: 0 auto;
        padding: 2.5rem 0 0.5rem;
        left: 3px;
    }
    #header .logo img {
        width: 100%;
    }
    #header .sps {
        position: relative;
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
        color: #fff;
    }
    #header .mvTtl {
        position: relative;
        padding: 4rem 0 0;
        text-align: center;
    }
    #header .mvTtl div {
        display: inline-block;
        font-size: 2.8rem;
        line-height: 1.4;
        font-family: 'Zen Kaku Gothic New vt', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
        font-weight: 700;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left;
        color: #fff;
    }
    #header .mvTtl .line2 {
        display: block;
        margin: 3.2rem 0 0;
    }
    #header .mvArea {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #header .mvArea .zoom-fade {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        overflow: hidden;
    }
    #header .mvArea .zoom-fade__item {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        overflow: hidden;
    }
    #header .mvArea .zoom-fade .idxmvbg {
        position: relative;
        width: 100%;
        height: 100%;
    }
    #header .mvArea .zoom-fade .idxmvbg::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(38, 38, 38, .50);
        border-radius: 1rem;
    }
    #header .mvArea .zoom-fade .idxmvbg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #header .mvArea .zoom-fade .idxmvill {
        position: absolute;
        z-index: 10;
    }
    #header .mvArea .zoom-fade .idxmvill img {
        width: 100%;
    }
    #header .mvArea .sl01 .idxmvill {
        width: 10rem;
        top: 40rem;
        left: 2rem;
    }
    #header .mvArea .sl02 .idxmvill {
        width: 10rem;
        top: 20rem;
        right: 2rem;
    }
    #header .mvArea .sl03 .idxmvill {
        width: 10rem;
        bottom: 15rem;
        left: 1rem;
    }
    #header .mvArea .sl04 .idxmvill {
        width: 10rem;
        top: 36rem;
        right: 2rem;
    }
    #header .note {
        padding: 1rem 0 0;
        font-size: 1.2rem;
        color: #fff;
    }
    /*------------
contents_SP
------------*/
    #contents {
        padding: 0 0 5rem;
    }
    .index {
        width: 100%;
        padding: 0 0 0;
    }
    /*------------
indexSect_SP
------------*/
    .indexSect {
        position: relative;
    }
    .indexSect::before {}
    .indexSect .areaInner {
        margin: 0 5%;
    }
    .indexSect .sectTtlArea {
        position: relative;
        z-index: 1;
        padding: 5.5rem 0 2rem;
    }
    .indexSect .sectTtl {
        position: relative;
        z-index: 1;
        margin: 0 0 2.0rem;
        font-size: 2.6rem;
        line-height: 1.3;
    }
    .indexSect .sectTtl a {}
    .indexSect .sectTtl a .arw {
        position: relative;
        display: block;
        padding: 0 3rem;
    }
    .indexSect .sectTtl a .arw::before {
        content: "";
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        width: 2.3rem;
        height: 100%;
        background: url("./img/arrow_ccl.svg") 99% calc(50% - .1rem) no-repeat;
        background-size: 2.3rem auto;
        transition: all .2s ease-in-out;
    }
    .indexSect .sectTtlArea p {
        position: relative;
        padding: 0;
    }
    .indexSect .box2,
    .indexSect .box3 {
        display: block;
        padding: 0 0;
    }
    .indexSect .liBox {}
    .indexSect .box2 .liBox,
    .indexSect .box3 .liBox {
        width: auto;
        margin: 0 0 20px;
    }
    .indexSect .box2 .liBox:nth-child(2n),
    .indexSect .box3 .liBox:nth-child(3n) {
        margin: 0 0 20px;
    }
    /*------------
sect01_SP
------------*/
    #sect01 {
        position: relative;
        padding: 0 0 1rem;
        background: url(./img/sct01_bg_sp.jpg) 0 20rem no-repeat;
        background-size: 100% auto;
    }
    #sect01::before {
        content: "";
        position: absolute;
        top: 2rem;
        left: 0;
        width: 100%;
        height: 11rem;
        background: url(./img/sct01_ph_sp.png) 50% 0 no-repeat;
        background-size: auto 11rem;
    }
    #sect01 .areaInner {
        width: auto;
        padding: 20rem 5% 0;
    }
    #sect01 .areaInner::before {
        /* background: url("./img/eng_about2.svg") 0 0 no-repeat; */
        content: "";
        position: absolute;
        top: 15rem;
        left: 5%;
        width: 27rem;
        height: 3rem;
        background: url("./img/eng_about2.svg") 0 0 no-repeat;
        background-size: auto 2.8rem;
    }
    #sect01 .introArea {
        width: auto;
        padding: 0 0 2rem;
    }
    #sect01 .introArea h2 {
        margin: 0 0 2rem;
        line-height: 1.4;
        font-size: 2.6rem;
    }
    #sect01 .introArea p {
        line-height: 2.0;
    }
    #sect01 .mainArea {
        position: relative;
        width: auto;
        padding: 2rem 0 2rem;
        border-top: 1px solid rgba(38, 38, 38, .5);
        border-bottom: none;
    }
    #sect01 .mainArea h3 {
        margin: 0 0 2rem;
        font-size: 2.0rem;
    }
    #sect01 .mainArea .flame {
        position: absolute;
        width: 8rem;
        right: 4rem;
        top: 9rem;
    }
    #sect01 .mainArea .headArea {
        margin: 0 0 1.5rem;
    }
    #sect01 .mainArea .fuki {
        position: relative;
        display: block;
        width: 12rem;
        margin: 0 0 4.5rem;
        padding: .5rem .5rem .6rem;
        background: #3b8260;
        border-radius: 9999px;
        line-height: 1;
        text-align: center;
        font-weight: 700;
        font-size: 1.5rem;
        color: #fff;
    }
    #sect01 .mainArea .fuki::before {
        content: "";
        position: absolute;
        top: auto;
        bottom: -4rem;
        left: 0;
        width: 15rem;
        height: 2.4rem;
        background: url(./img/eng_sps2.svg) 0 0 no-repeat;
        background-size: auto 2.4rem;
    }
    #sect01 .mainArea .sttl {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    #sect01 .mainArea .sttls {
        font-size: 1.4rem;
    }
    #sect01 .mainArea p {
        padding: 0 0 0;
    }
    /*------------
sect02_SP
------------*/
    #sect02 {
        padding: 8rem 0 0;
        background: url(./img/pt2.jpg) 0 0 repeat;
        color: #fff;
    }
    #sect02::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3rem;
        background: url(./img/wave_wt2_sp.svg) 0 0 no-repeat;
        background-size: 100% 3rem;
    }
    #sect02 .sectTtlArea {
        text-align: center;
    }
    #sect02 .sectTtlArea::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.6rem;
        background: url("./img/eng_fc.svg") 50% 0 no-repeat;
        background-size: auto 3.6rem;
    }
    #sect02 .sectTtl {}
    #sect02 .sectTtl .txt_bold {
        color: #ffcb4b;
    }
    #sect02 .ulBox {
        padding: 0 0 3.5rem;
    }
    #sect02 .liBox {
        margin: 0 0 4.5rem;
        padding: 7.5rem 0 0 0;
    }
    #sect02 .liBox:nth-child(2) {
        margin: 0 0 0;
        padding: 7.5rem 0 0 0;
    }
    #sect02 .liBox::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 22rem;
        height: 6.5rem;
        background: url("./img/eng_sct02_1.svg") 0 0 no-repeat;
        background-size: auto 6.5rem;
    }
    #sect02 .liBox:nth-child(2)::before {
        top: 0;
        left: 0;
        width: 30rem;
        height: 6.5rem;
        background: url("./img/eng_sct02_2.svg") 0 0 no-repeat;
        background-size: auto 6.5rem;
    }
    #sect02 .liBox::after {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }
    #sect02 .liBox:nth-child(2)::after {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }
    #sect02 h3 {
        margin: 0 0 26rem;
        padding: 0 0 0;
        font-size: 2.2rem;
    }
    #sect02 h3::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }
    #sect02 .liBox:nth-child(2) h3::before {
        left: 0;
    }
    #sect02 .liBox h3::after {
        content: "";
        position: absolute;
        top: calc(100% + 1.5rem);
        left: 0;
        width: 110%;
        height: 23rem;
        background: url(./img/sct02_img01.jpg) 50% 50% no-repeat;
        background-size: cover;
        border-radius: 1rem 0 0 1rem;
    }
    #sect02 .liBox:nth-child(2) h3::after {
        left: 0;
        width: 110%;
        height: 23rem;
        background: url(./img/sct02_img02.jpg) 0 0 no-repeat;
        background-size: cover;
        border-radius: 1rem 0 0 1rem;
    }
    #sect02 .catch {}
    /*------------
sect03_SP
------------*/
    #sect03 {
        padding: 5rem 0 0;
        background: url(./img/pt1.jpg) 0 0 repeat;
    }
    #sect03::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: -2.5rem;
        left: 0;
        width: 100%;
        height: 3.5rem;
        background: url(./img/tri2.svg) 50% 0 no-repeat;
        background-size: auto 3.5rem;
    }
    #sect03 .sectTtlArea {
        text-align: center;
    }
    #sect03 .sectTtlArea::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.6rem;
        background: url("./img/eng_mk.svg") 50% 0 no-repeat;
        background-size: auto 3.6rem;
    }
    #sect03 .sectTtl {}
    #sect03 .sectTtlArea .note {
        margin: 2.5rem 0 1rem;
        line-height: 1.4;
        font-size: 1.1rem;
        color: #666;
    }
    /* tab */
    #sect03 .tabArea {
        margin: 2rem 0 2.5rem;
    }
    #sect03 .tab {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 1%;
    }
    #sect03 .tablist {
        position: relative;
        width: 50%;
        height: 6.5rem;
        margin: 0 0 1.6rem;
        line-height: 1.4;
        font-weight: 700;
        font-size: 2.1rem;
        text-align: center;
        /*transition: all .2s ease-in-out;*/
        cursor: pointer;
    }
    #sect03 .tablist:first-child {
        width: 50%;
    }
    #sect03 .tablist:hover {
        opacity: 1;
    }
    #sect03 .tablist::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 6.5rem;
        background: url(./img/sct03_tabbg_sp.svg) 0 0 no-repeat;
        background-size: 100% 6.5rem;
        opacity: .7;
    }
    #sect03 .tablist:first-child::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 6.5rem;
        background: url(./img/sct03_tabbg_sp.svg) 0 0 no-repeat;
        background-size: 100% 6.5rem;
    }
    #sect03 .tablist .inner {
        position: relative;
        display: block;
        padding: 1.3rem 1rem 3rem;
        font-size: 1.1rem;
    }
    #sect03 .tablist:first-child .inner {
        padding: 1.3rem 1rem 3rem;
    }
    #sect03 .tablist .inner::before {
        content: "";
        position: absolute;
        top: -0.7rem;
        left: 0;
        width: 100%;
        height: 1.5rem;
        background: url(./img/sct03_01.svg) 50% 0 no-repeat;
        background-size: auto 1.5rem;
    }
    #sect03 .tablist:nth-child(2) .inner::before {
        background-image: url(./img/sct03_02.svg)
    }
    #sect03 .tablist:nth-child(3) .inner::before {
        background-image: url(./img/sct03_03.svg)
    }
    #sect03 .tablist:nth-child(4) .inner::before {
        background-image: url(./img/sct03_04.svg)
    }
    #sect03 .tablist:first-child .inner::before {
        background-position: 50% 0;
    }
    #sect03 .tablist .inner::after {
        content: "";
        position: absolute;
        bottom: 1.7rem;
        left: 0;
        width: 100%;
        height: .7rem;
        background: url(./img/sct03_tri01.svg) 50% 0 no-repeat;
        background-size: auto .7rem;
    }
    #sect03 .tablist:nth-child(2) .inner::after {
        background-image: url(./img/sct03_tri02.svg)
    }
    #sect03 .tablist:nth-child(3) .inner::after {
        background-image: url(./img/sct03_tri03.svg)
    }
    #sect03 .tablist:nth-child(4) .inner::after {
        background-image: url(./img/sct03_tri04.svg)
    }
    #sect03 .tablist:first-child .inner::after {
        background-position: 50% 0;
    }
    #sect03 .tablist .txt_bold {
        font-size: 1.4rem;
    }
    /* active */
    #sect03 .tablist.active {
        top: 0;
        font-size: 1.4rem;
    }
    #sect03 .tablist.active .txt_bold {
        font-size: 1.7rem;
    }
    #sect03 .tablist.active::before {
        left: 0;
        opacity: 1;
        transform: scale(1.1, 1.2);
        transform-origin: bottom center;
    }
    #sect03 .tablist:first-child.active::before {
        left: 0;
    }
    #sect03 .tablist.active .inner {
        padding-top: 0.6rem;
    }
    #sect03 .tablist.active .inner::before {
        top: -1.5rem;
        transform: scale(1.4, 1.4);
        transform-origin: bottom center;
    }
    #sect03 .tablist.active .inner::after {
        bottom: 1.7rem;
        transform: scale(1.2, 1.2);
        transform-origin: bottom center;
    }
    /* tabcontents */
    #sect03 .tabcontents {
        position: relative;
        z-index: 1;
    }
    #sect03 .tabcontents-list {
        background: #fff;
        padding: 2.5rem 5% 1rem;
        border-radius: 0 5px 5px 5px;
    }
    #sect03 .boxTtl {
        margin: 0 0 2rem;
        padding: .6rem 3rem .8rem;
        background: #f5f5ed;
        text-align: center;
        font-size: 2.0rem;
    }
    #sect03 .boxTtl::before {
        content: "";
        position: absolute;
        top: -.3rem;
        left: -.7rem;
        width: 3rem;
        height: 4.5rem;
        background: url(./img/sct03_ttldeco01.png) 0 0 no-repeat;
        background-size: 3rem auto;
    }
    #sect03 .boxTtl::after {
        content: "";
        position: absolute;
        bottom: -.2rem;
        right: -.5rem;
        width: 3rem;
        height: 4.5rem;
        background: url(./img/sct03_ttldeco02.png) 0 0 no-repeat;
        background-size: 3rem auto;
    }
    #sect03 .boxTtl .txt_bold {
        font-size: 2.5rem;
    }
    #sect03 .mainArea {
        display: block;
    }
    #sect03 .mini {
        position: relative;
        width: auto;
        margin: 0 0 2.5rem;
        padding: 0 0 0rem;
        border-bottom: 1px solid rgba(38, 38, 38, .5);
    }
    #sect03 .mini.col1::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }
    #sect03 .mini.cf {
        width: 100%;
        margin: 0 0 2.5rem;
        padding: 0 0 2rem;
        border-top: none;
    }
    #sect03 .mini:last-child {
        margin: 0 0 -0.5rem;
        padding: 0 0 2rem;
        border-bottom: none;
    }
    #sect03 .mini .ttlArea {
        position: relative;
        min-height: 6rem;
        margin: 0 0 1rem;
        padding: 0 0 0 7.5rem;
    }
    #sect03 .mini .ttlArea::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6rem;
        height: 6rem;
        background: url(./img/sct03_ill101.png) 0 0 no-repeat #f5f5ed;
        background-size: 6rem auto;
        border-radius: 50%;
    }
    #sect03 .mini:nth-child(2) .ttlArea::before {
        background-image: url(./img/sct03_ill102.png);
    }
    #sect03 .mini:nth-child(3) .ttlArea::before {
        background-image: url(./img/sct03_ill103.png);
    }
    #sect03 .tabcontents-list:nth-child(2) .mini .ttlArea::before {
        background-image: url(./img/sct03_ill201.png);
    }
    #sect03 .tabcontents-list:nth-child(2) .mainArea .mini p {
        height: auto;
    }
    #sect03 .tabcontents-list:nth-child(2) .mini:nth-child(2) .ttlArea::before {
        background-image: url(./img/sct03_ill202.png);
    }
    #sect03 .tabcontents-list:nth-child(2) .mini:nth-child(3) .ttlArea::before {
        background-image: url(./img/sct03_ill203.png);
    }
    #sect03 .tabcontents-list:nth-child(3) .mini .ttlArea::before {
        background-image: url(./img/sct03_ill301.png);
    }
    #sect03 .tabcontents-list:nth-child(3) .mini:nth-child(2) .ttlArea::before {
        background-image: url(./img/sct03_ill302.png);
    }
    #sect03 .tabcontents-list:nth-child(3) .mini:nth-child(3) .ttlArea::before {
        background-image: url(./img/sct03_ill303.png);
    }
    #sect03 .tabcontents-list:nth-child(4) .mini .ttlArea::before {
        background-image: url(./img/sct03_ill401.png);
    }
    #sect03 .tabcontents-list:nth-child(4) .mini:nth-child(2) .ttlArea::before {
        background-image: url(./img/sct03_ill402.png);
    }
    #sect03 .tabcontents-list:nth-child(4) .mini:nth-child(3) .ttlArea::before {
        background-image: url(./img/sct03_ill403.png);
    }
    #sect03 .mini .sttl {
        margin: 0;
        padding: 1.0rem 0 0;
        font-size: 1.9rem;
    }
    #sect03 .mini .eng {
        line-height: 1.1;
        font-size: 1.2rem;
    }
    #sect03 .mini.cf .ttlArea {
        width: auto;
        float: none;
    }
    #sect03 .mini.cf .flame {
        width: 100%;
        padding: 2rem 0 0;
    }
    #sect03 .mini.cf .flame img {
        border-radius: 1rem;
    }
    #sect03 .mini.cf p {
        margin: 1rem 0;
    }
    /* botArea */
    #sect03 .botArea {
        position: relative;
        margin: 0 -5%;
        padding: 11rem 5% 4rem;
        min-height: 35rem;
        background: url(./img/sct03_line.png) 50% 12rem no-repeat;
        background-size: 35rem auto;
        text-align: center;
    }
    #sect03 .botArea::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.1rem;
        background: url(./img/sct03_tri_w.svg) 50% 0 no-repeat;
        background-size: auto 3.1rem;
    }
    #sect03 .botArea::after {
        content: "";
        position: absolute;
        top: 6rem;
        left: 0;
        width: 100%;
        height: 3.6rem;
        background: url(./img/eng_sct03_1.svg) 50% 0 no-repeat;
        background-size: auto 3.6rem;
    }
    #sect03 .botArea {}
    #sect03 .botArea h3 {
        margin: 0 0 1rem;
        font-size: 2.4rem;
        color: #e76400;
    }
    #sect03 .botArea p {
        padding: 0 0 1rem;
        text-align: center;
        line-height: 2;
        font-weight: 700;
    }
    #sect03 .botArea p .fontL {
        font-size: 1.9rem;
        line-height: 2;
    }
    #sect03 .botArea .sttl {
        font-size: 2.0rem;
    }
    /*------------
sect04_SP
------------*/
    #sect04 {
        padding: 6rem 0 0;
    }
    #sect04 .sectTtlArea {
        padding: 6rem 0 2.5rem;
        text-align: center;
    }
    #sect04 .sectTtlArea::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.6rem;
        background: url("./img/eng_case.svg") 50% 0 no-repeat;
        background-size: auto 3.6rem;
    }
    #sect04 .nailBox {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 5rem 1rem;
        margin: 0 0 4.5rem;
    }
    #sect04 .nail {
        position: relative;
        width: 48%;
    }
    #sect04 .nail::before {
        content: "";
        position: absolute;
        top: -2rem;
        left: 0;
        width: 100%;
        height: 1.4rem;
        background: url(./img/eng_sct04_1.svg) 50% 0 no-repeat;
        background-size: auto 1.4rem;
        transition: all .2s ease-in-out;
    }
    #sect04 .nail:nth-child(2)::before {
        height: 1.6rem;
        background-image: url(./img/eng_sct04_2.svg);
        background-size: auto 1.6rem;
    }
    #sect04 .nail:nth-child(3)::before {
        height: 1.6rem;
        background-image: url(./img/eng_sct04_3.svg);
        background-size: auto 1.6rem;
    }
    #sect04 .nail:nth-child(4)::before {
        height: 1.4rem;
        background-image: url(./img/eng_sct04_4.svg);
        background-size: auto 1.4rem;
    }
    #sect04 .nail::after {
        content: "";
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        width: 100%;
        height: .9rem;
        background: url(./img/sct03_tri02.svg) 50% 0 no-repeat;
        background-size: auto .9rem;
        transition: all .2s ease-in-out;
    }
    #sect04 .nail:nth-child(2)::after {
        background-image: url(./img/sct03_tri03.svg);
    }
    #sect04 .nail:nth-child(3)::after {
        background-image: url(./img/sct03_tri04.svg);
    }
    #sect04 .nail:nth-child(4)::after {
        background-image: url(./img/sct03_tri01.svg);
    }
    #sect04 .nail a {
        padding: 0 0 8rem;
        color: #fff;
    }
    #sect04 .nail a .obi {
        display: block;
        height: auto;
        padding: .4rem 5% .3rem;
        background: #e76400;
        border-radius: 6px 6px 0 0;
        line-height: 1.5;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        transition: all .2s ease-in-out;
        overflow: hidden;
    }
    #sect04 .nail:nth-child(2) .obi {
        background: #6bb020;
    }
    #sect04 .nail:nth-child(3) .obi {
        background: #e9b102;
    }
    #sect04 .nail:nth-child(4) .obi {
        background: #25a7be;
    }
    #sect04 .nail a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8rem;
        background: url(./img/sct04_nail01.jpg) 50% 10% no-repeat;
        background-size: cover;
        transition: all .2s ease-in-out;
    }
    #sect04 .nail:nth-child(2) a::before {
        background-image: url(./img/sct04_nail02.jpg);
    }
    #sect04 .nail:nth-child(3) a::before {
        background-image: url(./img/sct04_nail03.jpg);
    }
    #sect04 .nail:nth-child(4) a::before {
        background-image: url(./img/sct04_nail04.jpg);
    }
    /* hover */
    #sect04 .nail a:hover {
        opacity: 1;
        margin: 0 0 0;
        padding: 0 0 8rem;
    }
    #sect04 .nail a:hover::before {
        height: 8rem;
    }
    #sect04 .nail a:hover .obi {
        padding: .2rem 5% .3rem;
        font-size: 1.5rem;
    }
    #sect04 .nail:hover::before {
        top: 0;
        transform: scale(1.0);
    }
    #sect04 .nail:hover::after {
        bottom: -1.5rem;
        transform: scale(1.0);
    }
    /* ulBox */
    #sect04 .ulBox {
        padding: 3rem 0 1rem;
    }
    #sect04 .liBox {
        margin: 0 0 7rem;
        padding: 29rem 0 0 0;
    }
    #sect04 .liBox:nth-child(2n) {
        padding: 29rem 0 0 0;
        margin: 0 0 7rem;
    }
    #sect04 .liBox:last-child {
        margin: 0 0 0;
    }
    #sect04 .liBox::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3rem;
        background: url("./img/eng_sct04_1.svg") 0 0 no-repeat;
        background-size: auto 3rem;
    }
    #sect04 .liBox:nth-child(2)::before {
        left: 0;
        right: auto;
        height: 3.6rem;
        background: url("./img/eng_sct04_2.svg") 0 0 no-repeat;
        background-size: auto 3.6rem;
    }
    #sect04 .liBox:nth-child(3)::before {
        left: 0;
        height: 3.6rem;
        background: url("./img/eng_sct04_3.svg") 0 0 no-repeat;
        background-size: auto 3.6rem;
    }
    #sect04 .liBox:nth-child(4)::before {
        left: 0;
        right: auto;
        background: url("./img/eng_sct04_4.svg") 0 0 no-repeat;
        background-size: auto 3rem;
    }
    #sect04 .liBox::after {
        content: "";
        position: absolute;
        top: 4rem;
        left: -6%;
        width: 105%;
        height: 23rem;
        background: url(./img/sct04_img01.jpg) 50% 50% no-repeat;
        background-size: cover;
        border-radius: 0 1rem 1rem 0;
    }
    #sect04 .liBox:nth-child(2n)::after {
        left: -6%;
        width: 105%;
        height: 23rem;
        background: url(./img/sct04_img02.jpg) 0 0 no-repeat;
        background-size: cover;
        border-radius: 0 1rem 1rem 0;
    }
    #sect04 .liBox:nth-child(3)::after {
        background-image: url(./img/sct04_img03.jpg);
    }
    #sect04 .liBox:nth-child(4)::after {
        background-image: url(./img/sct04_img04.jpg);
    }
    #sect04 h3 {
        margin: 0 0 1rem;
        padding: 0 0 0.5rem;
        font-size: 2.3rem;
    }
    #sect04 h3::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -6%;
        width: 106%;
        height: 1px;
        background: #262626;
        opacity: .5;
    }
    #sect04 .liBox:nth-child(2n) h3::before {
        left: 0;
    }
    #sect04 h3::after {
        content: "";
        position: absolute;
        top: -34.2rem;
        left: auto;
        right: 2rem;
        width: 11rem;
        height: 19rem;
        background: url(./img/sct04_ill_01.png) 0 0 no-repeat;
        background-size: 10rem auto;
    }
    #sect04 .liBox:nth-child(2n) h3::after {
        content: "";
        position: absolute;
        top: -33.2rem;
        left: auto;
        right: 2rem;
        width: 13rem;
        height: 19rem;
        background: url(./img/sct04_ill_02.png) 0 0 no-repeat;
        background-size: 13rem auto;
    }
    #sect04 .liBox:nth-child(3n) h3::after {
        content: "";
        position: absolute;
        top: -32.2rem;
        left: auto;
        right: -4rem;
        width: 13rem;
        height: 19rem;
        background: url(./img/sct04_ill_03.png) 0 0 no-repeat;
        background-size: 9rem auto;
    }
    #sect04 .liBox:nth-child(4n) h3::after {
        content: "";
        position: absolute;
        top: -32.2rem;
        left: auto;
        right: 0rem;
        width: 13rem;
        height: 19rem;
        background: url(./img/sct04_ill_04.png) 0 0 no-repeat;
        background-size: 8rem auto;
    }
    #sect04 h3 a {
        display: inline-block;
        padding: 0 4rem 0 0;
        background: url(./img/arrow_ccl.svg) 99.9% calc(50% + .1rem) no-repeat;
        background-size: 2.3rem auto;
        color: #e76400;
    }
    #sect04 .liBox:nth-child(2) h3 a {
        color: #6bb020;
    }
    #sect04 .liBox:nth-child(3) h3 a {
        color: #e9b102;
    }
    #sect04 .liBox:nth-child(4) h3 a {
        color: #25a7be;
    }
    #sect04 .btn-internal {
        width: 95%;
    }
    /*------------
sect05_SP
------------*/
    .sect56area {
        position: relative;
        padding: 6rem 0 4rem;
        background: url(./img/bg_wood.jpg) 0 0 repeat-y;
        background-size: 100% auto;
    }
    .sect56area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3rem;
        background: url(./img/wave_wt2_sp.svg) 0 0 no-repeat;
        background-size: 100% 3rem;
    }
    .sect56area::after {
        content: "";
        position: absolute;
        bottom: -1rem;
        left: 0;
        width: 100%;
        height: 3rem;
        background: url(./img/wave_wt_sp.svg) 0 0 no-repeat;
        background-size: 100% 3rem;
        transform: scale(-1, 1);
    }
    #sect05 {
        margin: 0 0 4.5rem;
    }
    #sect05 .areaInner {
        background: #fff;
        border-radius: 5px;
    }
    #sect05 .sectTtlArea {
        margin: 0 5%;
        padding: 3.5rem 0 2rem;
        text-align: center;
    }
    #sect05 .sectTtlArea::before {
        content: "";
        position: absolute;
        top: 2rem;
        left: 0;
        width: 100%;
        height: 3.2rem;
        background: url("./img/eng_sps3.svg") 50% 0 no-repeat;
        background-size: auto 3.2rem;
    }
    #sect05 .sectTtlArea .flame {
        position: absolute;
        top: 3rem;
        left: 3rem;
        width: 8rem;
        margin: 0;
    }
    #sect05 .sectTtl {
        margin: 0 0 3rem 40%;
        font-size: 2.8rem;
    }
    #sect05 .sectTtl .deco {
        position: relative;
    }
    #sect05 .sectTtl .deco::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -.6rem;
        left: -17px;
        width: 12.5rem;
        height: 7rem;
        background: url("./img/sct05_deco.svg") 0 0 no-repeat;
        background-size: 11.0rem auto;
    }
    #sect05 .sectTtlArea .sttl {
        margin: 0 0 1rem;
        padding: .6rem 3rem .8rem;
        background: #f5f5ed;
        text-align: center;
        font-size: 2.2rem;
    }
    #sect05 .sectTtlArea .sttl::before {
        content: "";
        position: absolute;
        top: -.3rem;
        left: -.7rem;
        width: 3rem;
        height: 4.5rem;
        background: url(./img/sct03_ttldeco01.png) 0 0 no-repeat;
        background-size: 3rem auto;
    }
    #sect05 .sectTtlArea .sttl::after {
        content: "";
        position: absolute;
        bottom: -.2rem;
        right: -.5rem;
        width: 3rem;
        height: 4.5rem;
        background: url(./img/sct03_ttldeco02.png) 0 0 no-repeat;
        background-size: 3rem auto;
    }
    #sect05 .sectTtlArea p {
        padding: 0;
        text-align: left;
    }
    #sect05 .mini {
        position: relative;
        margin: 0 5%;
        padding: 3rem 0;
        border-top: 1px solid rgba(38, 38, 38, .5);
    }
    #sect05 .mini1 {
        padding: 3rem 0 1rem;
    }
    #sect05 .mini1 .ulBox {
        display: block;
    }
    #sect05 .mini1 .liBox {
        width: auto;
    }
    #sect05 .mini1 .liBox:first-child {
        margin: 0 0 4rem;
    }
    #sect05 .mini1 .liBox::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4rem;
        height: 3.1rem;
        background: url("./img/sct05_01.svg") 0 0 no-repeat;
        background-size: auto 3.1rem;
    }
    #sect05 .mini1 .liBox:nth-child(2)::before {
        background-image: url("./img/sct05_02.svg");
    }
    #sect05 .mini1 h3 {
        min-height: 12rem;
        margin: 0 0 -7rem 15%;
        padding: 0 0 1rem 1rem;
        background: #fff;
        border-radius: 5px;
        line-height: 1.4;
        font-size: 1.4rem;
    }
    #sect05 .mini1 h3 .fontL {
        display: block;
        font-size: 2.4rem;
        line-height: 1.4;
    }
    #sect05 .mini1 .flame {
        margin: 0 0 2rem;
    }
    #sect05 .mini1 .flame img {
        border-radius: 1rem;
    }
    #sect05 .mini2 {}
    #sect05 .mini2 .ulBox {
        display: block;
    }
    #sect05 .mini2 .liBox {
        width: auto;
    }
    #sect05 .mini2 .liBox:first-child {
        margin: 0 0 3rem;
    }
    #sect05 .mini2 h3 {
        width: 21rem;
        padding: .8rem 5%;
        background: url("./img/sct05_obj.svg") 0 0 no-repeat;
        background-size: 100% auto;
        font-size: 1.9rem;
    }
    #sect05 .mini2 h3 .fontS {
        font-size: 1.5rem;
    }
    #sect05 .mini2 ul {
        margin: 0;
        padding: 1.2rem 5% 2rem;
        background: url("./img/sct05_ill01.png") 93% 2.2rem no-repeat #f5f5ed;
        background-size: 8rem auto;
        border-radius: 0 5px 5px 5px;
    }
    #sect05 .mini2 .liBox:nth-child(2) ul {
        background-image: url("./img/sct05_ill02.png")
    }
    #sect05 .mini2 li {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.6;
    }
    #sect05 .mini2 li::before {
        top: 14px;
    }
    #sect05 .mini3 {
        margin: 0 5%;
        padding: 9rem 0 1rem;
        background: url(./img/eng_sct05_1.svg) 50% 3.6rem no-repeat;
        background-size: auto 3rem;
    }
    #sect05 .mini3 h3 {
        margin: 0 0 3.5rem;
        text-align: center;
        font-size: 2.1rem;
        line-height: 1.4;
    }
    #sect05 .mini3 .mainArea {
        position: relative;
        margin: 27rem 0 2.5rem;
        padding: 2rem 5% 1rem;
        background: #f5f5ed;
        border-radius: 5px;
    }
    #sect05 .mini3 .mainArea::before {
        content: "";
        position: absolute;
        top: -25rem;
        left: 0;
        width: 100%;
        height: 22rem;
        background: url("./img/sct05_img03.jpg") 0 0 no-repeat;
        background-size: cover;
        border-radius: 1rem;
    }
    #sect05 .mini3 .catch {
        margin: 0 0 1.5rem;
        font-size: 2.0rem;
    }
    #sect05 .mini3 .sttl {
        margin: 0 0 1.0rem;
        padding: 0 0 1.2rem;
        border-bottom: 1px solid rgba(38, 38, 38, .5);
        font-size: 1.4rem;
    }
    #sect05 .mini3 .sttl .fontL {
        font-size: 1.7rem;
    }
    #sect05 .mini3 .btn-internal {
        width: 105%;
        margin: 1.5rem 0 2.2rem -1.25%;
    }
    #sect05 .mini3 .btn-web,
    #sect05 .mini3 .btn-tel {
        width: 95%;
    }
    /*------------
sect06_SP
------------*/
    #sect06 {
        padding: 0 5%;
    }
    #sect06 .sectTtlArea {
        text-align: center;
    }
    #sect06 .sttl {
        position: absolute;
        top: .8rem;
        left: calc(50% - 16rem);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 7rem;
        height: 7rem;
        background: url(./img/sct06_deco.svg) 0 0 no-repeat;
        background-size: cover;
        line-height: 1;
        text-align: center;
        font-size: 1.6rem;
        letter-spacing: .1em;
        color: #fff;
    }
    #sect06 h2 {
        display: inline-block;
        margin: 0 0 2rem;
        padding: 0 0 0 7.5rem;
        line-height: 1.4;
        font-size: 1.8rem;
        text-align: left;
    }
    #sect06 h2 .fontM {
        font-size: 1.8rem;
    }
    #sect06 h2 .fontL {
        font-size: 2.5rem;
    }
    #sect06 h2 a {
        display: inline-block;
        padding: 0 3.5rem 0 0;
        background: url("./img/arrow_ccl_wt.svg") 99.9% 50% no-repeat;
        background-size: 2.3rem auto;
        color: #fff;
    }
    #sect06 .flame {
        margin: 0 0 3rem;
    }
    #sect06 .flame img {
        border-radius: 1rem;
    }
    #sect06 .btn-internal {
        width: 90%;
    }
    /*------------
sect07_SP
------------*/
    #sect07 {
        padding: 0 0 1.5rem;
    }
    #sect07 .sectTtlArea {
        padding: 12rem 0 2rem;
        text-align: center;
    }
    #sect07 .sectTtlArea::before {
        content: "";
        position: absolute;
        top: 4.5rem;
        left: 0;
        width: 100%;
        height: 5.5rem;
        background: url("./img/eng_qa.svg") 50% 0 no-repeat;
        background-size: auto 5.5rem;
    }
    #sect07 .sectTtlArea::after {
        content: "";
        position: absolute;
        top: 3rem;
        left: -1rem;
        width: 9rem;
        height: 17rem;
        background: url("./img/sct07_ill.png") 0 0 no-repeat;
        background-size: 9rem auto;
    }
    #sect07 .ulBox {
        margin: 0 0 4rem;
    }
    #sect07 .liBox {
        margin: 0 0 1rem;
        padding: 0 5%;
        background: #f5f5ed;
        border-radius: 5px;
    }
    #sect07 .liBox h3 {
        padding: 1.4rem 0 1.5rem 9%;
        font-size: 1.7rem;
        cursor: pointer;
    }
    #sect07 .liBox h3::before {
        content: "";
        position: absolute;
        top: 1.7rem;
        left: .5rem;
        width: 2rem;
        height: 2.2rem;
        background: url("./img/eng_q.svg") 0 0 no-repeat;
        background-size: auto 2.2rem;
    }
    #sect07 .liBox h3::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1.5rem;
        height: 100%;
        background: url("./img/plus.svg") 0 50% no-repeat;
        background-size: 1.5rem auto;
    }
    #sect07 .liBox h3.open::after {
        background-image: url("./img/minus.svg");
    }
    #sect07 .accChild {
        display: none;
        position: relative;
        padding: .8rem 0 2.5rem 9%;
        border-top: 1px solid rgba(38, 38, 38, .5);
    }
    #sect07 .accChild::before {
        content: "";
        position: absolute;
        top: 1.7rem;
        left: .5rem;
        width: 2rem;
        height: 2.2rem;
        background: url("./img/eng_a.svg") 0 0 no-repeat;
        background-size: auto 2.2rem;
    }
    #sect07 .accChild p {
        margin: .5rem 0 1rem;
    }
    #sect07 .btn-link {
        margin: 1rem 0 0 0;
        text-align: right;
    }
    #sect07 .colArea {
        position: relative;
        padding: 2.5rem 5% 1.5rem;
        background: url(./img/pt1.jpg) 0 0 repeat;
        border-radius: 6px;
    }
    #sect07 .colArea::before {
        content: "";
        position: absolute;
        top: .9rem;
        right: 1.1rem;
        width: 12rem;
        height: 3rem;
        background: url(./img/eng_sct07_1.svg) 100% 0 no-repeat;
        background-size: auto 3rem;
    }
    #sect07 .colArea h2 {
        margin: 0 0 1.5rem;
        font-size: 2.3rem;
    }
    #sect07 .colArea .colBox {
        margin: 0 0 2rem;
    }
    #sect07 .colBox .catch {
        display: inline-block;
        margin: 0 0 .5rem;
        padding: .6rem 5% .8rem 0;
        background: #fff;
        border-radius: 0 9999px 9999px 0;
        line-height: 1.4;
        font-size: 1.8rem;
    }
    #sect07 .colBox .catch::before {
        content: "";
        position: absolute;
        top: 0;
        left: -4rem;
        width: 4rem;
        height: 100%;
        background: #fff;
    }
    #sect07 .colBox p {}
    /*------------
sect08_SP
------------*/
    #sect08 {}
    #sect08 .boxTtl {
        font-size: 2.8rem;
        text-align: center;
        line-height: 1.2;
    }
    #sect08 .boxTtl .txt_bold {
        color: #ffcb4b;
    }
    #sect08 .txtArea {}
    #sect08 .ulBox {
        display: block;
        margin: 0 0 0;
        padding: .5rem 0 0;
        border: none;
    }
    #sect08 .ulBox::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }
    #sect08 .liBox {
        padding: 1rem 0 1rem;
        width: auto;
        border-top: 1px solid #fff;
    }
    #sect08 .liBox h3 {
        padding: 1.2rem 0 1.0rem 10%;
        font-size: 1.9rem;
    }
    #sect08 .liBox h3::before {
        content: "";
        position: absolute;
        top: .5rem;
        left: 0;
        width: 2rem;
        height: 3.7rem;
        background: url("./img/sct08_1.svg") 0 0 no-repeat;
        background-size: auto 3.7rem;
    }
    #sect08 .liBox:nth-child(2) h3::before {
        background-image: url("./img/sct08_2.svg");
    }
    #sect08 .btns {
        margin: -2rem 0 0;
    }
    /*---------------------
　目次
-----------------------*/
    .contents .tocBox {
        width: 100%;
        border-radius: 1rem;
        margin: 4rem auto 6rem;
    }
    .contents .tocBox .tocInr {}
    .contents .tocBox .sTit {
        font-size: 1.6rem;
        min-height: 6rem;
        display: flex;
        align-items: center;
        max-width: calc(100% - 4rem);
        margin: 0 auto;
        padding: 0.3rem 0 0 8.5rem;
    }
    .contents .tocBox .sTit:before {
        background: url(img/eng_index.png) no-repeat;
        background-size: 100% auto;
        width: 7.2rem;
        height: 1.7rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-40%);
    }
    .contents .whBox {
        padding: 2rem 2rem 5rem;
    }
    .contents .tocBox .toc {
        position: relative;
        height: 165px;
        overflow: hidden;
        transition: .4s;
    }
    .contents .tocBox .toc:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        z-index: 1;
        border-radius: 0 0 1.2rem 1.2rem;
    }
    .contents .whBox ul {
        margin: 0 0 0 3rem;
        padding: 0;
        width: auto;
    }
    .contents .whBox ul li {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .contents .whBox ul li>a {
        text-decoration: none;
        font-size: 1.6rem;
    }
    .contents .whBox ul li a:hover {
        opacity: 1;
        text-decoration: none;
    }
    .btn-acc {
        width: 15rem;
        height: 4rem;
        background: #fff url("img/icon_plus.png") no-repeat right 1.5rem center;
        background-size: 1.3rem auto;
        border-radius: 2rem;
        padding: 0.5rem 2rem;
        bottom: -1.5rem;
    }
    .btn-acc:hover {
        opacity: 1;
    }
    .btn-acc.open {
        background: #fff url("img/icon_minus.png") no-repeat right 1.5rem center;
        background-size: 1.3rem auto;
    }
    .toc_parts {
        top: 9rem;
    }
    .toc_parts .toc_ttl {
        width: 4.5rem;
        height: 8.5rem;
        padding: 3.5rem 1.6rem 0 0;
        font-size: 1.2rem;
        background: url(img/eng_index_wh.svg) no-repeat top 1.2rem center, url(img/icon_ccl_plus.png) no-repeat top 2.5rem center;
        background-size: 2.8rem auto, 1.4rem auto;
        background-color: #265b43;
    }
    .toc_parts.is-open .toc_ttl {
        background: url(img/eng_index_wh.svg) no-repeat top 1.2rem center, url(img/icon_ccl_minus.png) no-repeat top 2.5rem center;
        background-size: 2.8rem auto, 1.4rem auto;
        background-color: #265b43;
    }
    /* 展開時背景固定 */
    body.toc_open {
        overflow: hidden;
    }
    /*  End_SP */
}
@-moz-document url-prefix() {
  #header .mvTtl div,
  .toc_parts .toc_ttl {
    text-orientation: upright; /* Firefoxだけuprightで括弧や記号を強制的に“立てる” */
  }
}
