@charset "utf-8";
.header_home {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5rem 1rem;
    z-index: 1;
}

.header_home .boxInner {
    display: flex;
    justify-content: space-between;
}

.header_home .logo {
    max-width: 300px;
    box-sizing: border-box;
    display: none;
}

.header_home .sitemap_wrap {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: right;
    margin-left: auto;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .header_home {
        padding: 1rem 0.5rem;
        background: var(--color-red);
    }
    .header_home .boxInner {
        display: block;
    }
    .header_home .logo {
        display: none;
    }
    .header_home .sitemap_wrap {
        font-size: 1rem;
        text-align: left;
    }
}


/*--------------------------------------
　MV
---------------------------------------*/

.mv_home {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    min-height: 928px;
}


/*.mv_home:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/mv_deco_01.png") left top no-repeat;
	background-size: 100% auto;
	width: 726px;
	height: 1542px;
	z-index: 1;
}*/

.mv_home:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("img/mv_deco_02.png") left bottom no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 928px;
    z-index: -1;
}

.mv_home .eng_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 182px;
    z-index: 2;
}

.video-container {
    position: relative;
}

.video-container .img-wrapper {
    display: block;
    width: calc(100% - 320px);
    height: 640px;
    margin: 0 0 0 auto;
    object-fit: cover;
    background: url("img/movie.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.mv_home .mv_inner {
    position: relative;
    z-index: 1;
    min-height: 640px;
    padding-left: 15%;
    padding-top: 9rem;
    box-sizing: border-box;
    min-width: 1100px;
}

.mv_home .mv_inner:before {
    content: "";
    display: block;
    height: 80%;
    width: 1px;
    background: #8f7b5a;
    position: absolute;
    right: 50px;
    bottom: 70px;
}

.mv_home .mv_inner:after {
    content: "";
    display: block;
    width: 60vw;
    height: 1px;
    background: #8f7b5a;
    position: absolute;
    right: 30px;
    bottom: 90px;
    min-width: 680px;
}

.mv_home .mv_ttl {
    font-size: 6rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
}

.mv_home .mv_ttl:after {
    content: "";
    display: block;
    width: 90px;
    height: 65px;
    background: url(img/scroll.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 10px;
    bottom: -150px;
}

.mv_home .mv_ttl span {
    padding: 0 1rem;
    box-sizing: border-box;
}

.mv_home .mv_ttl span:nth-of-type(2) {
    font-family: "Noto Sans JP";
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 1rem;
    line-height: 1;
}

.mv_home .mv_txt {
    margin: 4rem 0 0;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.4;
    width: fit-content;
    margin-left: auto;
    padding-right: 60px;
}

.ah-message {
    color: #ffffff;
    font-size: 2.5rem;
    padding-left: 210px;
    padding-top: 4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.ah-message p:not(:last-of-type) {
    margin-bottom: 3rem;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .mv_home {
        min-width: 100%;
        padding: 0 0 0;
        min-height: auto;
    }
    .mv_home:before {
        top: -50px;
        background: url("img/mv_deco_01.png") left top no-repeat;
        background-size: 100% auto;
        width: 45%;
        height: 0;
        padding-top: calc(45%*1542/726);
    }
    .mv_home:after {
        background: url("img/mv_deco_02_sp.png") left bottom no-repeat;
        background-size: cover;
        width: 100%;
        height: 0;
        padding-top: calc(100%*1136/750);
    }
    .mv_home .eng_img {
        top: 0px;
        width: 13%;
    }
    .video-container {
        margin: 6.5rem 0 0;
    }
    .video-container video {
        width: 90%;
        height: 190px;
        margin: 0 0 0 auto;
        object-fit: cover;
    }
    .mv_home .mv_inner {
        max-width: 100%;
        margin: -3rem auto 0;
        padding: 0 2rem;
        padding-right: 0;
        min-height: auto;
    }
    .mv_home .mv_ttl {
        font-size: 4rem;
        font-size: 40px;
        line-height: 1.7;
        padding-top: 193px;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -webkit-transform: translateZ(0);
    }
    .mv_home .mv_ttl.min {
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳＰ明朝", "MS PMincho", serif;
        font-size: 39px;
        line-height: 1.7;
    }
    /* Android端末の場合(JSで判定)にWebフォントをNoto Sans JPにする */
    .is-android .mv_home .mv_ttl.min {
        font-family: 'Noto Sans JP', serif;
    }
    .mv_home .mv_ttl span {
        padding: 0 0.5rem;
        font-weight: 700;
    }
    .mv_home .mv_txt {
        margin: 2rem 0 0;
        line-height: 1.8;
    }
    .mv_home .mv_txt {
        font-size: 2.5rem;
    }
    .mv_home .mv_inner {
        min-width: auto;
        padding-bottom: 0;
    }
    .mv_home .mv_inner:before {
        right: 25px;
        bottom: -20px;
        height: 85%;
    }
    .mv_home .mv_inner:after {
        right: 12px;
        bottom: -8px;
        min-width: auto;
        width: 80vw;
    }
    .ah-message {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.5rem;
        padding-top: 6rem;
        padding-bottom: 6rem;
        background: var(--color-red);
    }
    .ah-message br {
        display: none;
    }
}


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

.contents_top_wrap {
    background: var(--color-blue);
    overflow: hidden;
}

.contents_top {
    width: 100%;
    min-width: 1100px;
    margin: auto;
    box-sizing: border-box;
}

.sec {
    width: 100%;
    min-width: 1100px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

.sec .inner {
    max-width: 1100px;
    margin: auto;
    box-sizing: border-box;
}

.contents_top .btn-internal a {
    background: url("img/arrow_03.png") right 20px center no-repeat;
    background-size: 22px auto;
    max-width: 300px;
    margin: 4rem auto 0;
    padding: 2rem 5rem;
    color: #fff;
    border: 2px solid #fff;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .contents_top {
        min-width: 100%;
    }
    .sec {
        min-width: 100%;
    }
    .sec .inner {
        max-width: 100%;
        padding-top: 3rem;
    }
    .contents_top .btn-internal a {
        background: url("img/arrow_03.png") right 15px center no-repeat;
        background-size: 18px auto;
        max-width: 85%;
        margin: 2rem auto 0;
        padding: 1.5rem 3rem;
        border: 1px solid #fff;
    }
    .sec03_slider .main_ttl02 .ttl span br {
        display: none;
    }
}


/*--------------------------------------
　Title
---------------------------------------*/

.main_ttl01 {
    text-align: center;
}

.main_ttl01 .eng {
    color: rgba(255, 255, 255, 0.1);
    font-size: 8rem;
    font-weight: bold;
    font-family: var(--font-min);
}

.main_ttl01 .ttl {
    margin: -5rem 0 0;
    font-size: 4.5rem;
    color: #FFF;
    font-family: var(--font-min);
    line-height: 1.4;
}

.main_ttl01 .ttl span {
    font-size: 4.5rem;
}

.main_ttl01 .ttl a {
    display: inline-block;
    padding: 0 9rem;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}

.main_ttl01 .ttl a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url("img/arrow_02.png") left top no-repeat;
    background-size: 100% auto;
    width: 60px;
    height: 60px;
}

.c-marker {
    background: -moz-linear-gradient(40deg, #6c2de8, #bb179e);
    background: -webkit-linear-gradient(40deg, #6c2de8, #bb179e);
    background: linear-gradient(40deg, #6c2de8, #bb179e);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 30%;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.c-marker.is-active {
    background-size: 100% 30%;
}

.td01.is-active {
    transition-delay: 0.2s;
}

.td02.is-active {
    transition-delay: 0.4s;
}

.main_ttl02 .ttl a {
    display: block;
    padding: 0 6rem 0 0;
    position: relative;
}

.main_ttl02 .ttl a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: 100% auto;
    width: 38px;
    height: 38px;
}

.sec05 .main_ttl02 .ttl a:after,
.sec01 .main_ttl02 .ttl a:after {
    background: url("img/arrow_02.png") left top no-repeat;
    background-size: 100% auto;
    right: 1.5rem;
}

@media screen and (min-width: 1500px) {
    .video-container .img-wrapper {
        background: url(img/movie_big.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .mv_home .mv_ttl {
        font-size: 8rem;
    }
    .mv_home .mv_inner {
        padding-left: 12%;
    }
    .mv_home .mv_inner {
        min-height: 730px;
    }
    .video-container .img-wrapper {
        height: 730px;
    }
    .mv_home:after {
        height: 1020px;
    }
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .main_ttl01 .eng {
        font-size: 4.5rem;
    }
    .main_ttl01 .ttl {
        margin: -4rem 0 0;
        font-size: 2rem;
    }
    .main_ttl01 .ttl span {
        font-size: 2.6rem;
    }
    .main_ttl01 .ttl a {
        padding: 0 3rem;
    }
    .main_ttl01 .ttl a:after {
        background: url("img/arrow_02.png") left top no-repeat;
        background-size: 100% auto;
        width: 30px;
        height: 30px;
    }
    .main_ttl02 .ttl a {
        padding: 0 5rem 0 0;
    }
    .main_ttl02 .ttl a:after {
        background: url("img/arrow_01.png") left top no-repeat;
        background-size: 100% auto;
        width: 20px;
        height: 20px;
    }
    .video-container .img-wrapper {
        width: 100%;
        height: 300px;
        left: 0;
        right: auto;
    }
}


/*--------------------------------------
　テキスト
---------------------------------------*/

.contents_top p {
    margin: 3rem 0 3rem;
    font-size: 1.5rem;
    line-height: 2;
    text-align: justify;
}

.txt {
    margin: 3rem 0 3rem;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2;
}

.lead {
    margin: 3rem 0 3rem !important;
    font-size: 1.4rem;
    line-height: 2;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .contents_top p {
        margin: 2rem 0 2rem;
        line-height: 1.8;
    }
    .txt {
        margin: 2rem 0 2rem;
        line-height: 1.8;
    }
    .lead {
        margin: 2rem 0 2rem !important;
        line-height: 1.8;
    }
}


/*--------------------------------------
　toc_parts
---------------------------------------*/

.contents_top .toc_parts {
    margin: 0 auto 0;
    border: 2px solid #fff;
    z-index: 1;
}

.contents_top .toc_parts:after {
    border: 2px solid #fff;
}

.contents_top .toc_parts .ttl {
    color: #fff;
}

.contents_top .toc_parts .ttl:after {
    color: rgba(255, 255, 255, 0.08);
}

.contents_top .toc_parts .acc_btn {
    background: #fff000;
    color: #000;
}

.contents_top .toc_parts .acc_btn:before,
.contents_top .toc_parts .acc_btn:after {
    background: #000;
}

.toc {
    display: none;
    padding: 0rem 7rem 5rem;
}

.toc .chapter {
    margin: 0 0 0;
}

.toc .chapter li {
    margin: 0 0 0 0;
    padding: 2rem 0 2rem 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    overflow-wrap: break-word;
    position: relative;
}

.toc .chapter li:before {
    content: "";
    display: block;
    position: absolute;
    top: 33px;
    left: 0;
    background: #6c2de8;
    background: -moz-linear-gradient(90deg, #6c2de8, #bb179e);
    background: -webkit-linear-gradient(90deg, #6c2de8, #bb179e);
    background: linear-gradient(90deg, #6c2de8, #bb179e);
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toc .chapter li:last-child {
    margin: 0 0 0;
}

.toc .chapter li a {
    display: block;
    padding: 0 4rem 0 0;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    position: relative;
}

.toc .chapter li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .toc_home {
        padding: 0 2rem;
    }
    .contents_top .toc_parts {
        border: 1px solid #fff;
    }
    .contents_top .toc_parts:after {
        border: 1px solid #fff;
    }
    .toc {
        margin: 2rem 0 0 0;
        padding: 0rem;
    }
    .toc .chapter li {
        padding: 1.5rem 0 1.5rem 2rem;
    }
    .toc .chapter li:before {
        top: 25px;
        width: 14px;
        height: 2px;
    }
    .toc .chapter li a {
        padding: 0 2.5rem 0 0;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .toc .chapter li a:after {
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }
}


/*--------------------------------------
　sec01
---------------------------------------*/

.sec01 {
    background: #ffffff url("img/sec01_bg_01.png") right top no-repeat;
    background-size: 692px auto;
    padding: 20rem 0 20rem;
    position: relative;
    z-index: 0;
}

.sec01 p {
    margin: 0 0 0;
}

.sec01_block {
    margin: 8rem 0 0;
}

.sec01_block .item {
    margin: 0 0 18rem;
    position: relative;
}

.sec01_block .item:last-child {
    margin: 0 0 0;
}

.sec01_block .item:nth-child(1):after {
    content: "";
    position: absolute;
    top: -400px;
    left: 0;
    background-size: 100% auto;
    width: 724px;
    height: 1133px;
    z-index: -1;
}

.sec01_block .item:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    top: -400px;
    right: 0;
    background: url("img/sec01_bg_03.png") left top no-repeat;
    background-size: 100% auto;
    width: 692px;
    height: 1031px;
    z-index: -1;
}

.sec01_block .txt_box {
    background: var(--color-blue);
    max-width: 980px;
    margin: 0 0 0 auto;
    padding: 8rem 0 8rem 30%;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    color: #ffffff;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec01_block .txt_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    color: #262729;
    font-size: 20rem;
    font-weight: bold;
    z-index: 1;
}


/*.sec01_block .item:nth-child(1) .txt_box:before {
    content: "01";
}
.sec01_block .item:nth-child(2) .txt_box:before {
    content: "02";
}*/

.sec01_block .txt_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--color-blue);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sec01_block .item:nth-child(even) .txt_box {
    margin: 0 0 0 0;
    padding: 8rem 30% 8rem 0;
}

.sec01_block .item:nth-child(even) .txt_box:before {
    left: inherit;
    right: 100%;
}

.sec01_block .item:nth-child(even) .txt_box:after {
    left: inherit;
    right: 100%;
}

.sec01_block .img_box {
    position: absolute;
    bottom: -80px;
    right: 75%;
    width: 660px;
}

.sec01_block .item:nth-child(even) .img_box {
    right: inherit;
    left: 75%;
}

.sec01_block .main_ttl02 {
    position: relative;
}


/*.sec01_block .main_ttl02:after {
    content: "";
    display: block;
    background: #6c2de8;
    background: -moz-linear-gradient(90deg, #6c2de8, #bb179e);
    background: -webkit-linear-gradient(90deg, #6c2de8, #bb179e);
    background: linear-gradient(90deg, #6c2de8, #bb179e);
    width: 40px;
    height: 4px;
    margin: 1.5rem 0 0;
}*/

.sec01_block .main_ttl02 .ttl a {
    display: inline-block;
    font-size: 4rem;
    color: #ffffff;
}

.sec01_block .cc {
    margin: 3rem 0 0;
    font-size: 2rem;
}

.sec01_block .txt {
    margin: 3rem 0 0;
}

.sec01ttl {
    font-size: 3.5rem;
    border-bottom: 1px solid var(--color-gold);
    padding-bottom: 1.5rem;
}

.sec01wrapper {
    max-width: 1100px;
    margin: auto;
    padding-top: 12rem;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .sec01 {
        background: #ffffff url("img/sec01_bg_01.png") right top no-repeat;
        background-size: 70% auto;
        padding: 8rem 2rem 0;
    }
    .sec01_block {
        margin: 4rem 0 0;
    }
    .sec01_block .item {
        margin: 0 0 5rem;
        position: relative;
    }
    .sec01_block .item:nth-child(1):after {
        top: 0;
        left: inherit;
        right: -20px;
        background: url("img/sec01_bg_02_sp.png") left top no-repeat;
        background-size: 100% auto;
        width: 60%;
        height: 0;
        padding-top: calc(60%*790/390);
    }
    .sec01_block .item:nth-child(2):after {
        top: 0;
        right: inherit;
        left: -20px;
        background: url("img/sec01_bg_03_sp.png") left top no-repeat;
        background-size: 100% auto;
        width: 60%;
        height: 0;
        padding-top: calc(60%*834/486);
    }
    .sec01_block .txt_box {
        background: none;
        max-width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        min-height: none;
    }
    .sec01_block .txt_box:before {
        display: none;
    }
    .sec01_block .txt_box:after {
        display: none;
    }
    .sec01_block .item:nth-child(even) .txt_box {
        padding: 0 0 0 0;
    }
    .sec01_block .item:nth-child(even) .txt_box:before {
        left: inherit;
        right: 100%;
    }
    .sec01_block .item:nth-child(even) .txt_box:after {
        left: inherit;
        right: 100%;
    }
    .sec01_block .img_box {
        position: relative;
        bottom: inherit;
        right: inherit;
        left: -20px;
        width: 100%;
        margin: -5rem 0 0;
    }
    .sec01_block .item:nth-child(even) .img_box {
        right: -20px;
        left: inherit;
    }
    .sec01_block .main_ttl02 {
        background: var(--color-blue);
        width: calc(100% + 2rem);
        padding: 3rem 1.5rem 7rem;
        box-sizing: border-box;
        position: relative;
        z-index: 0;
    }
    .sec01_block .main_ttl02:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        color: #262729;
        font-size: 8rem;
        font-weight: bold;
        z-index: -1;
    }
    .sec01_block .item:nth-child(even) .main_ttl02 {
        width: calc(100% + 2rem);
        margin: 0 0 0 -2rem;
    }
    .sec01ttl {
        font-size: 2.5rem;
    }
    /*.sec01_block .item:nth-child(1) .main_ttl02:before {
        content: "01";
    }
    .sec01_block .item:nth-child(2) .main_ttl02:before {
        content: "02";
        right: inherit;
        left: 0;
    }*/
    .sec01_block .main_ttl02:after {
        width: 20px;
        height: 2px;
        margin: 1rem 0 0;
    }
    .sec01_block .main_ttl02 .ttl a {
        display: block;
        font-size: 2rem;
    }
    .sec01_block .cc {
        margin: 2rem 0 0;
        font-size: 1.6rem;
    }
    .sec01_block .txt {
        margin: 3rem 0 0;
        color: var(--color-blue);
    }
    .sec01wrapper {
        padding-top: 0;
    }
}


/*--------------------------------------
　sec02
---------------------------------------*/

.sec02 {
    background: url("img/sec02_bg_01.png") left top no-repeat;
    background-size: 656px auto;
    padding: 20rem 0 20rem;
}

.sec02 p {
    margin: 0 0 0;
}

.sec02_block {
    margin: 10rem 0 0;
}

.sec02_block .tab {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.sec02_block .tab li {
    background: var(--color-blue);
    width: 260px;
    margin: 0 1rem 0 0;
    padding: 0 2rem 2rem;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    transition: all 0.3s ease;
}

.sec02_block .tab li:last-child {
    margin: 0 0 0 0;
}

/*.sec02_block .tab li:hover {
	opacity:1;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}*/

.sec02_block .tab_txt01 {
    display: inline-block;
    background: var(--color-red);
    padding: 1.5rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    top: -1.2rem;
}

.sec02_block .tab .tab_txt02 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec02_block .tab .active .tab_txt02 {
    color: var(--color-blue);
}

.sec02_block .tab .tab_txt02 span {
    font-size: 2.8rem;
    font-weight: bold;
}

.sec02_block .tab .active .tab_txt02 span {
    color: var(--color-red);
}

.sec02_block .tabContents {
    display: none;
}

.sec02_block .tabContents.show {
    display: block;
}

.tabContents .caption {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    color: #888;
    text-align: left;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
}

.sec02_block .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: -5rem 0 0;
    padding: 14rem 6rem 3rem;
    position: relative;
    z-index: 0;
}

/*.sec02_block .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	background: #ffffff;
	width: 100%;
	height: 100%;
	z-index: -1;
}*/

.sec02_block .img_box {
    max-width: 500px;
    box-sizing: border-box;
    position: relative;
}

.sec02_block .profile {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    height: 115px;
    padding: 2rem 3rem 2rem 2.5rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.8;
}

.sec02_block .profile:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8);
    border-width: 0 20px 115px 0;
    border-right-color: transparent;
    z-index: 1;
}

.sec02_block .txt_box {
    width: calc(100% - 500px);
    padding: 0 0 0 5rem;
    box-sizing: border-box;
}

.sec02_block .main_ttl02 {
    padding: 0 0 0 2.5rem;
    border-left: 3px solid var(--color-blue);
    margin-bottom: 5rem;
}

.sec02_block .case_txt {
    display: inline-block;
    background: #bb179e;
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.sec02_block .main_ttl02 .ttl a {
    margin: 2rem 0 0;
    font-size: 3.2rem;
}

.sec02_block .main_ttl02 .ttl span {
    position: relative;
}

.sec02_block .main_ttl02 .ttl span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6c2de8;
    background: -moz-linear-gradient(90deg, #6c2de8, #bb179e);
    background: -webkit-linear-gradient(90deg, #6c2de8, #bb179e);
    background: linear-gradient(90deg, #6c2de8, #bb179e);
    width: 100%;
    height: 4px;
}

.sec02_block .cc {
    margin: 3rem 0 0;
    font-size: 2rem;
}

.sec02_block .txt {
    margin: 3rem 0 0;
}

.detail-text {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.7;
}

.detail-text span {
    color: var(--color-red);
    font-weight: bold;
    font-size: 2rem;
}
.point-wrapper {
    margin-bottom: 3rem;
}

.tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-wrapper .tag {
    background: var(--color-blue);
    color: #ffffff;
    padding: 0.5rem;
}

.item-100 {
    width: 100%;
    padding-top: 3rem;
}

.ttl-underline {
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    border-bottom: 1px solid var(--color-red);
    padding-bottom: 1.5rem;
    margin-bottom: 6rem;
}

.iswrapper {
    padding-top: 6rem;
}

.col-three-box h4 {
    text-align: center;
    background: var(--color-red) url(img/3box_h4_deco.png) no-repeat;
    background-position: left top;
    background-size: auto 100%;
    padding: 2rem 1rem;
    color: #ffffff;
    font-size: 2.2rem;
}

.col-three-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.col-three-box {
    width: calc((100% - 2rem) / 3);
    background: var(--color-bagie);
    position: relative;
    z-index: 0;
}

.col-three-box:before {
    content: "";
    display: block;
    width: 40px;
    height: 31px;
    background: url(img/01.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: -20px;
    z-index: 1;
}

.col-three-box:nth-of-type(2):before {
    background: url(img/02.png) no-repeat;
    background-size: cover;
}

.col-three-box:nth-of-type(3):before {
    background: url(img/03.png) no-repeat;
    background-size: cover;
}

.col-three-box p {
    line-height: 2;
    /* letter-spacing: 0.1em; */
    padding: 2rem;
}


/*.iswrapper:not(:last-of-type){
    margin-bottom: 6rem;
}*/

.col-two-wrapper {
    display: flex;
    gap: 3rem;
    margin-bottom: 6rem;
}

.col-two-box {
    width: calc((100% - 3rem) / 2);
    background: var(--color-gray);
    padding: 2rem;
}

.col-two-box h4 {
    color: var(--color-red);
    font-size: 2.2rem;
    padding-left: 10rem;
    border-bottom: 1px solid var(--color-blue);
    padding-bottom: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    background: url(img/kutikomi01.png) no-repeat;
    background-size: 80px auto;
    background-position: left bottom;
}

.col-two-box:nth-of-type(2) h4 {
    background: url(img/kutikomi02.png) no-repeat;
    background-size: 80px auto;
    background-position: left bottom;
}

.istable-wrapper th {
    width: 35%;
}

/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .sec02 {
        background: url("img/sec02_bg_01.png") left top no-repeat;
        background-size: 70% auto;
        padding: 2rem 2rem 4rem;
    }
    .sec02_block {
        margin: 5rem 0 0;
    }
    .sec02_block .tab {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sec02_block .tab li {
        width: 100%;
        margin: 0 0 4rem 0;
        padding: 0 0.5rem 1.5rem;
        -webkit-flex-grow: inherit;
        flex-grow: inherit;
        min-height: 90px;
    }
    .sec02_block .tab li:after {
        width: 12px;
        height: 12px;
        margin: 0 auto 0;
    }
    .sec02_block .tab li:last-child {
        margin: 0 0 3rem 0;
    }
    .sec02_block .tab li:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
    }
    .sec02_block .tab_txt01 {
        padding: 0.8rem 1rem;
        font-size: 1.5rem;
        top: -1rem;
    }
    .sec02_block .tab .tab_txt02 {
        margin: 0.5rem 0;
        font-size: 1.8rem;
        font-size: 18px;
    }
    .sec02_block .tab .tab_txt02 span {
        font-size: 2.3rem;
        font-size: 2.1rem;
    }
    .sec02_block .item {
        display: block;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: -14rem 0 0;
        padding: 16rem 0 6rem;
    }
    .sec02_block .item:before {
        right: -2rem;
        top: 160px;
        width: calc(100% + 4rem);
    }
    .sec02_block .item:after {
        display: none;
    }
    .sec02_block .img_box {
        display: block;
        max-width: 100%;
        margin: 2rem 0 3rem;
        order: 1;
    }
    .sec02_block .profile {
        bottom: -30px;
        left: -20px;
        height: 95px;
        padding: 1.5rem 2rem 1.5rem 1.5rem;
        font-size: 1.2rem;
    }
    .sec02_block .profile:after {
        border-width: 0 15px 95px 0;
        border-right-color: transparent;
    }
    .sec02_block .txt_box {
        width: 100%;
        padding: 0 0 0 0;
        order: 2;
    }
    .sec02_block .main_ttl02 {
        padding: 0 0 0 1.5rem;
        border-left: 3px solid var(--color-blue);
        margin-top: 3rem;
    }


    .sec02_block .case_txt {
        padding: 0.3rem 1rem;
        font-size: 1rem;
    }
    .sec02_block .main_ttl02 .ttl a {
        margin: 1rem 0 0;
        font-size: 2rem;
    }
    .sec02_block .main_ttl02 .ttl span:after {
        height: 2px;
    }
    .sec02_block .cc {
        margin: 5rem 0 0;
        font-size: 1.6rem;
    }
    .sec02_block .txt {
        margin: 1.5rem 0 0;
    }
    .col-three-box {
        width: 100%;
    }
    .col-three-wrapper {
        gap: 6rem;
    }
    .col-two-box {
        width: 100%;
        box-sizing: border-box;
    }
    .col-two-box h4 {
        font-size: 2rem;
        padding-bottom: 1rem;
        padding-left: 9rem;
    }
    .col-two-wrapper {
        flex-wrap: wrap;
        gap: 3rem;
    }
    .istable-wrapper th {
        width: 100%;
    }
    .chushaku {
        background: var(--color-blue);
        position: relative;
        z-index: 2;
        margin-top: -3rem;
        padding-top: 3rem;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 3rem;
    }
}


/*--------------------------------------
　bg_wrap
---------------------------------------*/

.bg_wrap {
    background: url("img/sec03_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 30rem 0 18rem;
    position: relative;
}

.bg_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("img/arrow_bg.png") center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 192px;
    margin: auto;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .bg_wrap {
        padding: 10rem 0 8rem;
    }
    .bg_wrap:before {
        background: url("img/arrow_bg.png") center top no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-top: calc(100%*192/1500);
    }
}


/*--------------------------------------
　sec03
---------------------------------------*/

.sec03 {
    padding-top: 12rem;
    padding-bottom: 20rem;
    background: url(img/sec_04_h2_bg.png) no-repeat;
    background-position: center top 42px;
    background-size: 380px auto;
}

.sec03 p {
    margin: 0 0 0;
}

.sec03 .main_ttl01 {
    padding: 0 0 4rem;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.sec03 .main_ttl01 .sub {
    display: inline-block;
    background: var(--color-red);
    padding: 1rem 3rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: -2rem;
    font-family: var(--font-min);
}

.sec03 .main_ttl01 .ttl {
    margin: 0 0 0;
}

.sec03 .main_ttl01 .ttl a {
    color: #ffffff;
}

.sec03 .main_ttl01 .ttl a:after {
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: 100% auto;
    width: 60px;
    height: 60px;
}

.sec03 .c-marker {
    background: -moz-linear-gradient(40deg, #986cef, #cf5cbb);
    background: -webkit-linear-gradient(40deg, #986cef, #cf5cbb);
    background: linear-gradient(40deg, #986cef, #cf5cbb);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 30%;
    transition: all 0.5s ease-in-out;
    color: #ffffff;
}

.sec03 .c-marker.is-active {
    background-size: 100% 30%;
}

.sec03_block {
    margin: 8rem 0 0;
}

.sec03_slider {
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.sec03_slider .slick-slide {
    background: #ffffff;
    width: 1100px;
    margin: 0 3rem;
    padding: 7rem 8rem;
    box-sizing: border-box;
    position: relative;
}

.sec03_slider .slick-list {
    overflow: visible;
}

.sec03_slider .item {
    display: flex;
    justify-content: space-between;
}

.sec03_slider .txt_box {
    width: calc(100% - 366px);
    padding: 0 6rem 0 0;
    box-sizing: border-box;
}

.sec03_slider .main_ttl02 .num {
    padding: 0 0 0 2.5rem;
    color: var(--color-blue);
    font-size: 12rem;
    font-weight: bold;
    line-height: 1;
}

.sec03_slider .main_ttl02 .ttl {
    padding: 0rem 0 0rem 2.5rem;
    border-left: 3px solid var(--color-red);
    font-size: 2.4rem;
    color: var(--color-gold);
}

.sec03_slider .main_ttl02 .ttl a {
    font-size: 3.8rem;
}

.sec03_slider .main_ttl02 .ttl span {
    position: relative;
    font-size: 3rem;
    color: var(--color-blue);
}


/*.sec03_slider .main_ttl02 .ttl span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6c2de8;
    background: -moz-linear-gradient(90deg, #6c2de8, #bb179e);
    background: -webkit-linear-gradient(90deg, #6c2de8, #bb179e);
    background: linear-gradient(90deg, #6c2de8, #bb179e);
    width: 100%;
    height: 4px;
}*/

.sec03_slider .txt {
    margin: 2rem 0 2rem;
}

.sec03_slider .img_box {
    max-width: 366px;
    box-sizing: border-box;
}

.slick-slide:focus {
    outline: none;
}

.slick-slide {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* arrow */

.slide-arrow {
    display: block;
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    z-index: 1;
    cursor: pointer;
}

.prev-arrow {
    left: -30px;
    background: url("img/arrow_prev.png") left top no-repeat;
    background-size: 100% auto;
}

.next-arrow {
    right: -30px;
    background: url("img/arrow_next.png") left top no-repeat;
    background-size: 100% auto;
}


/* dots */

.slide-dots {
    text-align: center;
    margin: 3rem 0 0;
    padding: 0 0;
    font-size: 0;
}

.slide-dots li {
    display: inline-block;
    margin: 0 1rem;
}

.slide-dots li button {
    background: #b3b3b3;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    text-indent: -9999px;
}

.slide-dots li.slick-active button {
    background: #881019;
}

.list-arrow li {
    position: relative;
    display: flex;
    gap: 1rem;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.7rem;
    padding: 0 0 0 2rem;
}

.list-arrow li:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.list-arrow li:before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(img/list_ico.png) no-repeat;
    background-size: cover;
    position: absolute;
    margin-top: 3px;
    left: 0;
    top: 5%;
}

.contents_top .sec03 .btn-internal a {
    background: var(--color-blue) url(img/arrow_03.png) right 20px center no-repeat;
    background-size: 22px auto;
    color: #ffffff;
    border-color: var(--color-blue);
    box-shadow: 0px 6px 0px 0px #000f22;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .sec03 {
        margin: -5rem 0 0;
        padding: 8rem 0 8rem;
        background: url(img/sec_04_h2_bg.png) no-repeat;
        background-position: center top 72px;
        background-size: 250px auto;
    }
    .sec03 .main_ttl01 {
        width: calc(100% - 4rem);
        margin: auto;
        padding: 0 0 2rem;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .sec03 .main_ttl01 .sub {
        padding: 0.8rem 1.5rem;
        font-size: 1.2rem;
        top: -1.5rem;
    }
    .sec03 .main_ttl01 .ttl a:after {
        background: url("img/arrow_01.png") left top no-repeat;
        background-size: 100% auto;
        width: 30px;
        height: 30px;
    }
    .sec03_block {
        margin: 4rem 0 0;
    }
    .sec03_slider {
        max-width: 100%;
    }
    .sec03_slider .slick-slide {
        width: 100%;
        margin: 0 0.5rem;
        padding: 2rem 2rem 3rem;
    }
    .sec03_slider .slick-list {
        overflow: inherit;
    }
    .sec03_slider .item {
        display: block;
    }
    .sec03_slider .txt_box {
        width: 100%;
        padding: 0 0 0 0;
    }
    .sec03_slider .main_ttl02 .num {
        padding: 0 0 0 1.5rem;
        font-size: 6rem;
    }
    .sec03_slider .main_ttl02 .ttl {
        padding: 0 0 1.5rem 1rem;
        font-size: 2rem
    }
    .sec03_slider .main_ttl02 .ttl a {
        font-size: 2.2rem;
    }
    .sec03_slider .main_ttl02 .ttl span:after {
        height: 2px;
    }
    .sec03_slider .main_ttl02 .ttl span {
        font-size: 2.2rem;
    }
    .sec03_slider .txt {
        margin: 1.5rem 0 1.5rem;
    }
    .sec03_slider .img_box {
        max-width: 80%;
        margin: 2rem auto 0;
    }
    .contents_top .sec03 .btn-internal a {
        margin: 2rem auto;
    }
    /* arrow */
    .slide-arrow {
        width: 34px;
        height: 34px;
    }
    .prev-arrow {
        left: 5px;
    }
    .next-arrow {
        right: 5px;
    }
    /* dots */
    .slide-dots {
        margin: 2rem 0 0;
    }
    .slide-dots li {
        display: inline-block;
        margin: 0 0.5rem;
    }
    .slide-dots li button {
        width: 14px;
        height: 14px;
    }
    .main_ttl01 .ttl span br {
        display: none;
    }
}


/*--------------------------------------
　sec04
---------------------------------------*/

.sec04 {
    padding: 16rem 0 0;
    color: #363738;
    position: relative;
    z-index: 0;
}

.sec04 .inner {
    position: relative;
}

.sec04 .inner:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 4px;
}

.sec04 .inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -4px;
    background: #fff;
    width: 4px;
    height: calc(100% + 4px);
    z-index: -1;
}

.sec04 .coop_parts_wrap {
    margin: 0 0 0;
}

.sec04 .coop_parts {
    position: relative;
}

.sec04 .coop_parts::before,
.sec04 .coop_parts::after {
    content: "";
    position: absolute;
    background: #262729;
    transition: all 0.6s linear;
}

.sec04 .coop_parts::before {
    right: 0;
    top: -4px;
    width: 0;
    height: 4px;
}

.sec04 .coop_parts::after {
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
}

.sec04 .coop_parts.is-active::before {
    width: 100%;
    transition-delay: 0s;
}

.sec04 .coop_parts.is-active::after {
    height: 100%;
    transition-delay: 0.6s;
}

.sec04 .coop_parts .coop_parts_inner {
    border: none;
    position: relative;
}

.sec04 .coop_parts .coop_parts_inner::before,
.sec04 .coop_parts .coop_parts_inner::after {
    content: "";
    position: absolute;
    background: #262729;
    transition: all 0.6s linear;
}

.sec04 .coop_parts .coop_parts_inner::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
}

.sec04 .coop_parts .coop_parts_inner::after {
    right: -4px;
    bottom: 0;
    width: 4px;
    height: 0;
}

.sec04 .coop_parts .coop_parts_inner.is-active::before {
    width: 100%;
    transition-delay: 0s;
}

.sec04 .coop_parts .coop_parts_inner.is-active::after {
    height: calc(100% + 4px);
    transition-delay: 0.6s;
}

.sec04 .coop_parts_wrap .ttl a {
    position: relative;
}

.sec04 .coop_parts_wrap .ttl a::after {
    position: absolute;
    content: "";
    bottom: -6rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url(img/arrow_02.png) left top no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
}

.sec04 .coop_parts .ttl span {
    font-size: 3.2rem;
}

.sec04 .coop_parts .btn_box .btn-internal a {
    margin: 0 0 0;
    padding: 2rem 6rem;
    color: #262729;
    border: 2px solid #000;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .sec04 {
        padding: 8rem 2rem 0;
    }
    .sec04 .inner:before {
        top: -2px;
        height: 2px;
    }
    .sec04 .inner:after {
        right: -2px;
        width: 2px;
        height: calc(100% + 2px);
    }
    .sec04 .coop_parts::before {
        top: -2px;
        height: 2px;
    }
    .sec04 .coop_parts::after {
        width: 2px;
    }
    .sec04 .coop_parts .coop_parts_inner::before {
        height: 2px;
    }
    .sec04 .coop_parts .coop_parts_inner::after {
        right: -2px;
        width: 2px;
    }
    .sec04 .coop_parts .coop_parts_inner.is-active::after {
        height: calc(100% + 2px);
    }
    .sec04 .coop_parts .ttl {
        line-height: 2.4;
    }
    .sec04 .coop_parts_wrap .ttl a {
        position: relative;
    }
    .sec04 .coop_parts_wrap .ttl a::after {
        top: 0;
        bottom: 0;
        left: unset;
        background-size: 100%;
        width: 30px;
        height: 30px;
        margin: auto;
        background-position: right top;
    }
    .sec04 .coop_parts .ttl span {
        font-size: 1.7rem;
    }
    .sec04 .coop_parts .btn_box .btn-internal a {
        margin: 0 auto 0;
        padding: 1.8rem 4rem;
        border: 1px solid #000;
    }
}


/*--------------------------------------
　sec05
---------------------------------------*/

.sec05 {
    background: #f1f1f1 url("img/sec05_bg.png") right top no-repeat;
    background-size: 820px auto;
    padding: 20rem 0 6rem;
}

.sec05 p {
    margin: 0 0 0;
}

.sec05_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 8rem 0 0;
    padding: 0 0 5rem;
    position: relative;
    z-index: 0;
}


/*.sec05_block:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    background: var(--color-blue);
    width: 100%;
    height: calc(100% - 80px);
    z-index: -1;
}*/


/*.sec05_block:after {
    content: "";
    position: absolute;
    top: 80px;
    right: 100%;
    background: var(--color-blue);
    width: 100%;
    height: calc(100% - 80px);
}*/

.sec05_block .item {
    width: calc(33.33% - 1.5rem);
    margin: 0 0 7rem;
    box-sizing: border-box;
    background: #ffffff;
}

.sec05_block.twoen .item {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
}

.sec01 .sec05_block .item {
    background: var(--color-gray);
}

.sec05_block .img_box {
    width: calc(100% - 15px);
    position: relative;
    z-index: 0;
}

.sec05_block .img_box:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--color-blue);
}

.sec05_block .main_ttl02 {
    margin: 4rem 0 0;
    position: relative;
    padding-bottom: 1.5rem;
}

.sec05_block .main_ttl02:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid var(--color-gold);
    width: calc(100% - 3rem);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sec05_block .main_ttl02 .ttl {
    position: relative;
}


/*.sec05_block .main_ttl02 .ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    background: #6c2de8;
    background: -moz-linear-gradient(90deg, #6c2de8, #bb179e);
    background: -webkit-linear-gradient(90deg, #6c2de8, #bb179e);
    background: linear-gradient(90deg, #6c2de8, #bb179e);
    width: 32px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/

.sec05_block .main_ttl02 .ttl {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 2rem;
}

.sec05_block .txt {
    margin: 1.5rem 0 0;
    padding: 0 2rem 2rem 2rem;
}

.un .sec05_block .main_ttl02 {
    padding-bottom: 3rem;
}

.un .sec05_block .txt {
    margin-top: 3rem;
}

.sec05_block.twoen .txt {
    padding: 0 2rem 3rem;
}

.sec05_block .main_ttl02 .ttl#chapter-18 {
    display: flex;
    align-items: center;
}

.sec05_block .main_ttl02 .ttl#chapter-18:before {
    top: 43px;
}

.merideme {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 3rem;
}

.merideme-box {
    width: calc((100% - 3rem)/2);
    background: #f8f0e5;
    padding: 3rem 0;
}

.merideme-box:nth-of-type(2) {
    background: #f1f1f1;
}

.merideme-box h4 {
    font-size: 3rem;
    margin-bottom: 3rem;
    background: url(img/MERIT.png) no-repeat;
    background-size: auto 100%;
    background-position: right center;
    padding-left: 3rem;
    line-height: 50px
}

.merideme-box:nth-of-type(2) h4 {
    background: url("img/DEMERIT.png") no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.merideme-box ul {
    padding: 0 3rem;
}

.float-txt h4 {
    color: var(--color-red);
    font-weight: bold;
    margin-bottom: 3rem;
    font-size: 1.75rem;
}

.chomos {
    padding-bottom: 6rem;
    padding-top: 0;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .sec05 {
        background: #f1f1f1 url("img/sec05_bg.png") right top no-repeat;
        background-size: 70% auto;
        padding: 6rem 2rem 0;
    }
    .sec05_block {
        display: block;
        margin: 4rem 0 0;
        padding: 0 0 0;
    }
    .sec05_block:before {
        top: 60px;
        left: -20px;
        width: calc(100% - 5rem);
        height: calc(100% - 60px);
    }
    .sec05_block:after {
        display: none;
    }
    .sec05_block .item {
        width: 100%;
        margin: 0 0 4rem;
    }
    .sec05_block .item:last-child {
        margin: 0 0 0;
    }
    .sec05_block .img_box {
        width: calc(100% - 10px);
    }
    .sec05_block .img_box:after {
        top: 10px;
        left: 10px;
        border: 1px solid #fff;
    }
    .sec05_block .main_ttl02 {
        margin: 3rem 0 0;
    }
    .sec05_block .main_ttl02 .ttl {}
    .sec05_block .main_ttl02 .ttl:before {
        top: 14px;
        width: 20px;
        height: 1px;
    }
    .sec05_block.twoen .main_ttl02 .ttl a {
        padding-left: 2rem;
    }
    .sec05_block .main_ttl02 .ttl {
        font-size: 2rem;
    }
    .sec05_block .txt {
        margin: 1rem 0 0;
    }
    .chomos {
        padding-bottom: 0;
        padding-top: 6rem;
    }
}


/*--------------------------------------
　sec06
---------------------------------------*/

.sec06 {
    background: #f1f1f1 url("img/sec06_bg.png") left top no-repeat;
    background-size: 656px auto;
    padding: 20rem 0 20rem;
}

.sec06 .main_ttl01 .ttl a,
.sec06 .main_ttl01 .ttl,
.sec05 .main_ttl01 .ttl a,
.sec01 .main_ttl01 .ttl a {
    color: var(--color-red);
    font-size: 3.2rem;
}

.sec06 .main_ttl01 .eng,
.secacc .main_ttl01 .eng,
.sec05 .main_ttl01 .eng,
.sec01 .main_ttl01 .eng {
    color: rgba(0, 33, 78, 0.1);
}

.sec06 .main_ttl01 .ttl span,
.secacc .main_ttl01 .ttl span,
.sec05 .main_ttl01 .ttl span,
.sec01 .main_ttl01 .ttl span {
    color: var(--color-blue);
}

.sec06 p {
    margin: 0 0 0;
}

.sec06 .btn-link a {
    margin: 6rem 0 0;
    color: #fff;
}

.sec06 .btn-link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
}

.sec06_block_wrap {
    margin: 10rem 0 0;
    padding: 9rem 0 0;
    position: relative;
    z-index: 0;
}

.sec06_block_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("img/sec06_01.jpg") center top no-repeat;
    background-size: cover;
    width: 55%;
    height: 628px;
    z-index: -1;
}

.sec06_block {
    max-width: 910px;
    margin: 0 0 0 auto;
    position: relative;
}

.sec06_block:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    border-bottom: 1px solid var(--color-blue);
}

.sec06_block .item {
    padding: 5rem 0 5rem 6rem;
    box-sizing: border-box;
    border-top: 1px solid var(--color-blue);
    border-left: 1px solid var(--color-blue);
    position: relative;
}

.sec06_block .item:last-child {
    border-bottom: 1px solid var(--color-blue);
}

.sec06_block .item:nth-child(odd) {
    background: #ffffff;
}

.sec06_block .item:nth-child(even) {
    background: #ffffff;
}

.sec06_block .item:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    border-top: 1px solid var(--color-blue);
}

.sec06_block .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

.sec06_block .item:nth-child(odd):after {
    background: #ffffff;
}

.sec06_block .item:nth-child(even):after {
    background: #ffffff;
}

.sec06_block .acc_btn {
    padding: 0 6rem 0 0;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sec06_block .acc_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url("img/acc_open.png") left top no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

.sec06_block .acc_btn.open:after {
    background: url("img/acc_close.png") left top no-repeat;
    background-size: 100% auto;
}

.sec06_block .acc_btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

.sec06_block .ttl01 {
    padding: 0 0 0 3rem;
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
    font-family: var(--font-min);
}

.sec06_block .ttl01:before {
    content: "1.";
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--font-min);
    /*background: #bb179e;
    width: 4px;
    height: 28px;*/
    white-space: nowrap;
}

.sec06_block .item:nth-of-type(2) .ttl01:before {
    content: "2.";
}

.sec06_block .item:nth-of-type(3) .ttl01:before {
    content: "3.";
}

.sec06_block .item:nth-of-type(4) .ttl01:before {
    content: "4.";
}

.sec06_block .item:nth-of-type(5) .ttl01:before {
    content: "5.";
}

.sec06_block .item:nth-of-type(6) .ttl01:before {
    content: "6.";
}

.sec06_block .item:nth-of-type(7) .ttl01:before {
    content: "7.";
}

.sec06_block .ttl01 span {
    font-weight: bold;
    position: relative;
    color: var(--color-red);
}

.sec06_block .ttl01 span.font-small {
    font-weight: normal;
    color: var(--color-blue);
    font-size: 80%;
}


/*.sec06_block .ttl01 span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(90deg, #6c2de8, #bb179e);
    background: -webkit-linear-gradient(90deg, #6c2de8, #bb179e);
    background: linear-gradient(90deg, #6c2de8, #bb179e);
    width: 100%;
    height: 4px;
}*/

.sec06_block .txt_box {
    display: none;
    margin: 3rem 0 0;
}

.sec06_block .txt_box.show {
    display: block;
}

.sec06_block .btn-link a {
    margin: 2rem 0 0;
}

.chomolungma {
    max-width: 1100px;
    margin: 20rem auto 0;
    color: #ffffff;
    padding: 6rem;
    position: relative;
    z-index: 1;
}

.chomolungma:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border: 1px solid var(--color-gold);
    background: var(--color-blue) url(img/sec02_itadaki.jpg) no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.chomolungma:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: -2;
    border: 1px solid var(--color-gold);
}

.chomolungma .itadaki {
    font-size: 3.4rem;
    text-align: center;
    margin: 0 0 5rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}

.chomolungma .itadaki:after {
    content: "";
    display: block;
    background: var(--color-gold);
    width: 50px;
    height: 2px;
    margin: 2.5rem auto 0;
}

.contents_top .chomolungma .btn-internal a {
    background: #ffffff url(img/arrow_03_up.png) right 12px center no-repeat;
    background-size: 22px auto;
    color: var(--color-blue);
    box-shadow: none;
    max-width: 450px;
    margin-top: 6rem;
}

.chomo-text p:not(:last-of-type) {
    margin-bottom: 3rem;
}


/* SP ------------------------------*/

@media screen and (max-width: 768px) {
    .sec06 {
        background: #f1f1f1 url("img/sec06_bg.png") left top no-repeat;
        background-size: 70% auto;
        padding: 6rem 0 8rem;
    }
    .sec06 .main_ttl01 {
        padding: 0 2rem 2rem;
    }
    .sec05 .main_ttl01 .ttl a,
    .sec06 .main_ttl01 .ttl {
        font-size: 2rem;
    }
    .sec06 .btn-link {
        padding: 0 2rem;
    }
    .sec06 .btn-link a {
        margin: 3rem 0 0;
    }
    .sec06 .btn-link a:after {
        background: url("img/arrow_01.png") left top no-repeat;
        background-size: 100% auto;
        width: 18px;
        height: 18px;
    }
    .sec06_block_wrap {
        margin: 4rem 0 0;
        padding: 6rem 0 0 2rem;
    }
    .sec06_block_wrap:before {
        background: url("img/sec06_01.jpg") center top no-repeat;
        background-size: 100% auto;
        width: 80%;
        height: 0;
        padding-top: calc(80%*628/886);
    }
    .sec06_block {
        max-width: 100%;
        margin: 0 0 0 0;
    }
    .sec06_block:after {
        display: none;
    }
    .sec06_block .item {
        padding: 2rem 2rem 2rem 2rem;
    }
    .sec06_block .item:before {
        display: none;
    }
    .sec06_block .item:after {
        display: none;
    }
    .sec06_block .item:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
    }
    .sec06_block .acc_btn {
        padding: 0 3rem 0 0;
    }
    .sec06_block .acc_btn:after {
        background: url("img/acc_open.png") left top no-repeat;
        background-size: 100% auto;
        width: 20px;
        height: 20px;
    }
    .sec06_block .acc_btn.open:after {
        background: url("img/acc_close.png") left top no-repeat;
        background-size: 100% auto;
    }
    .sec06_block .acc_btn:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
    }
    .sec06_block .ttl01 {
        padding: 0 0 0 2rem;
        font-size: 2rem;
    }
    .sec06_block .ttl01:before {
        top: 0;
    }
    .sec06_block .ttl01 span:after {
        height: 2px;
    }
    .sec06_block .txt_box {
        margin: 1.5rem 0 0;
    }
    .sec06_block .btn-link {
        padding: 0 0;
    }
    .sec06_block .btn-link a {
        margin: 1.5rem 0 0;
    }
    .sec05_block .main_ttl02 .ttl#chapter-18:before {
        top: 14px;
    }
    .chomolungma {
        margin-top: 8rem;
        padding: 3rem 1.5rem;
        max-width: 85%;
    }
    .chomolungma h3 {
        font-size: 2.35rem;
    }
    .chomolungma:after {
        top: 7px;
        left: 7px;
    }
    .chomolungma:before {
        background: var(--color-blue) url(img/sec02_itadaki.jpg) no-repeat;
        background-size: auto 200px;
        background-position: center top;
    }
    .chomolungma .itadaki {
        font-size: 2.4rem;
        margin: 0 0 2rem;
    }
    .contents_top .chomolungma .btn-internal a {
        width: 90%;
        margin-top: 2rem;
    }
}


/**************secacc******************/

.secacc {
    background: #ffffff url(img/sec05_bg.png) right top no-repeat;
    background-size: 820px auto;
    padding: 20rem 0 14rem;
}

.secacc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto 0;
}

.mtmo {
    margin-top: 10rem;
}

.secacc-box {
    width: calc((100% - 3rem * 2) / 3);
    background: var(--color-gray);
    padding: 3rem;
    box-sizing: border-box;
}

.secacc-ttl {
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: var(--color-red) 1px solid;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.secacc-ttl a {
    padding-right: 4.5rem;
    position: relative;
}

.secacc-ttl a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url(img/arrow_02.png) left top no-repeat;
    background-size: 100% auto;
    width: 36px;
    height: 36px;
}

.contents_top p.secacc-text {
    margin: 0;
}

table.secacc-table {
    margin: 3rem 0 0;
}

table.secacc-table th {
    width: 104px;
    padding: 1.25rem;
}

.accordion-item {
    display: none;
}

.accordion-btn,
.of-btn {
    position: relative;
    width: 420px;
    height: 70px;
    margin: 6rem auto 6rem auto;
    background: var(--color-gray);
    border-radius: 5rem;
    font-size: 1.5rem;
    font-weight: bold;
    transition: 0.2s;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
}

.accordion-btn:hover,
.of-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.accordion-btn::before,
.of-btn::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    /*font-size: 2rem;
    content: "＋";*/
    width: 20px;
    height: 20px;
    background: #ffffff;
    background-size: 60%;
    background-position: center center;
    display: block;
    content: "+";
    border-radius: 100%;
    line-height: 1.4;
}

.accordion-btn::after,
.of-btn::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    content: "もっと見る";
}

.of-btn::after {
    content: "続きを読む";
}

.accordion-btn.is-open::before,
.of-btn.is-open::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #ffffff;
    background-size: 60%;
    background-position: center center;
    display: block;
    content: "-";
    border-radius: 100%;
    line-height: 1.4;
}

.accordion-btn.is-open::after,
.of-btn.is-open::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "閉じる";
}

@media screen and (max-width: 768px) {
    .accordion-btn,
    .of-btn {
        width: 90%;
    }
    .accordion-btn::after,
    .of-btn::after {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .secacc {
        padding: 2rem 2rem 4rem;
    }
    .secacc-box {
        width: 100%;
    }
    .secacc-ttl {
        font-weight: bold;
        font-size: 2rem;
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
    }
    .mtmo {
        margin-top: 5rem;
    }
    .merideme {
        margin-top: 6rem;
    }
    .merideme-box {
        width: 100%;
        padding: 2.5rem 0 3rem;
    }
    .merideme-box h4 {
        line-height: 40px;
        font-size: 2.4rem;
    }
    .merideme-box li {
        font-size: 1.5rem;
    }
    .ttl-underline {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }
    .sec05_block.twoen .item {
        width: 100%;
        padding-top: 1rem;
    }
    .mv_home .mv_ttl:after {
        content: none;
    }
    table.secacc-table th {
        padding: 1.2rem;
        width: 100%;
    }
}