@charset "utf-8"; p.contents_note {
    width: 30rem;
    margin: 1rem 0 0;
    font-size: 1.1rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    p.contents_note {
        width: 85%;
        margin: 5px 0 0;
    }
}

/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
    width: 100%;
    min-width: 1000px;
    box-sizing: border-box;
    position: relative;
}

.mv_home .mv_home_inner {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.mv_home .key01 {
    background: url("img/bg_01.jpg") center top repeat;
    background-size: 100% auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0;
    z-index: -1;
}

.mv_home .mv_ttl_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

/*--------------------------------------
　MV
---------------------------------------*/
@media screen and (min-width: 1400px) {
    .mv_home .mv_ttl {
        font-size: 5rem !important;
    }

    .mv_home .mv_ttl .c01 {
        font-size: 7.6rem !important;
    }

    .mv_home .mv_ttl_sub {
        font-size: 2.2rem !important;
    }
}

.mv_home .mv_ttl {
    display: inline-block;
    font-size: 3.5vw;
    line-height: 1.3;
}

.mv_home .mv_ttl .c01 {
    color: #0e8b93;
    font-size: 5.5vw;
}

.mv_home .mv_ttl_sub {
    margin: 4rem 0 0;
    font-size: 1.6vw;
    line-height: 1.3;
}

.mv_home .mv_ttl_sub span {
    display: inline-block;
    background: #fcee6e;
    margin: 0 0 5px;
    padding: 1rem 2rem;
    font-weight: bold;
    line-height: 1;
}

.mv_home .scrolldown {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%,0);
    width: 60px;
    margin: auto;
}

.top_mv_cover {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    background: url("/wp/wp-content/uploads/bg_03.jpg") center center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100%;
    z-index: 1;
}

.mv_home .key02 {
    position: relative;
    width: 100%;
    height: 100vh;
}

.mv_home .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #16a8b2;
    width: 860px;
    margin: auto;
    padding: 6rem 10rem 6rem;
    box-sizing: border-box;
    text-align: center;
}

.mv_home .intro .intro_ttl01_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv_home .intro .logo_wrap {
    width: 90px;
}

.mv_home .intro .logo {
    width: 60px;
    margin: auto;
}

.mv_home .intro .logo_txt {
    margin: 5px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.mv_home .intro .intro_ttl01 {
    margin: 0 0 0 2rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}

.mv_home .intro .intro_ttl01 span {
    display: inline-block;
    background: #fcee6e;
    margin: 1rem 0 0;
    padding: 1rem 2rem;
    color: #16a8b2;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 5px;
}

.mv_home .intro .intro_ttl02 {
    margin: 3rem 0 0;
    padding: 0 0 2rem;
    font-size: 2.4rem;
    position: relative;
}

.mv_home .intro .intro_ttl02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #fff;
    border-radius: 2px;
}

.mv_home .intro .intro_ttl02::after {
    content: "";
    position: absolute;
    top: calc(99.8% - 4px);
    left: 50%;
    transform: translate(-50%,0);
    background: url("img/sb_deco_02.png") left top no-repeat;
    background-size: contain;
    width: 27px;
    height: 16px;
    z-index: 1;
}

.mv_home .intro .intro_ttl02 span {
    font-size: 3.4rem;
}

.mv_home .intro .intro_cc {
    margin: 4rem 0 0;
    font-size: 2.4rem;
    font-weight: bold;
}

.mv_home .intro .intro_txt {
    margin: 3rem 0 0;
    font-size: 1.5rem;
    line-height: 2;
}

.mv_home .img_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.mv_home .square {
    position: absolute;
    width: 15%;
    height: 0;
    padding-top: 15%;
    border-radius: 20px;
}

.mv_home .square01 {
    top: -40px;
    left: 30%;
    background: rgb(209 247 248 / 0.5);
}

.mv_home .square02 {
    bottom: 30px;
    left: 60%;
    background: rgb(220 254 238 / 0.5);
}

.mv_home .mv_img {
    position: absolute;
    transition: all 2s ease;
}

.mv_home .mv_img:hover {
    top: 53%;
}

.mv_home .mv_img_01 {
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background: url("img/mv_img_01.png") left top no-repeat;
    background-size: contain;
    width: 44%;
    height: 0;
    padding-top: calc(30%*410/480);
    margin: 7rem 0 0;
}

.mv_home .mv_img_02 {
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/mv_img_02.png") left top no-repeat;
    background-size: contain;
    width: 30%;
    height: 0;
    padding-top: calc(30%*440/440);
    margin: -7rem 0 0;
}

.mv_home .mv_img_03 {
    top: 50%;
    left: 16%;
    transform: translate(0,-50%);
    background: url("img/mv_img_03.png") left top no-repeat;
    background-size: contain;
    width: 9%;
    height: 0;
    padding-top: calc(11%*140/140);
}

.mv_home .mv_img_04 {
    top: 55%;
    right: 15%;
    background: url("img/mv_img_04.png") left top no-repeat;
    background-size: contain;
    width: 9%;
    height: 0;
    padding-top: calc(12%*90/170);
}

.mv_home .mv_img_04:hover {
    top: 58%;
}

.fadeup {
    transition: all 0.3s linear;
}

.fadeup.active {
    -webkit-animation: fadeup 1s ease-in-out forwards;
    animation: fadeup 1s ease-in-out forwards;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .mv_home {
        min-width: 100%;
        position: relative;
    }

    .mv_home .mv_home_inner {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: inherit;
    }

    .mv_home .key01 {
        background: url("img/bg_01.jpg") center top repeat;
        background-size: 100% auto;
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        height: 100%;
        padding: 52% 0 8%;
        z-index: -1;
    }

    .mv_home .mv_ttl_wrap {
        position: relative;
        top: -4vw;
        left: inherit;
        transform: translate(0,0);
    }

    .mv_home .mv_ttl {
        font-size: 7vw;
        text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    }

    .mv_home .mv_ttl .c01 {
        font-size: 10vw;
    }

    .mv_home .mv_ttl_sub {
        margin: 4rem 0 0;
        font-size: 2vw;
        line-height: 1.4;
    }

    .mv_home .mv_ttl_sub {
        margin: 2rem 0 0;
        font-size: 1.4rem;
    }

    .mv_home .mv_ttl_sub span {
        margin: 0 0 5px;
        padding: 8px 1rem 5px;
    }

    .mv_home .scrolldown {
        position: relative;
        left: inherit;
        bottom: inherit;
        transform: translate(0,0);
        width: 10%;
        margin: 5rem auto -3rem;
    }

    .top_mv_cover {
        display: none;
    }

    .mv_home .key02 {
        background: url("/wp/wp-content/uploads/bg_03.jpg") center center no-repeat;
        background-size: cover;
        height: auto;
        padding: 5rem 1.5rem 0;
    }

    .mv_home .intro {
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0, 0);
        width: 100%;
        padding: 3rem 2rem 3rem;
    }

    .mv_home .intro .logo_wrap {
        width: 70px;
    }

    .mv_home .intro .logo {
        width: 40px;
    }

    .mv_home .intro .logo_txt {
        margin: 3px 0 0;
        font-size: 1rem;
    }

    .mv_home .intro .intro_ttl01 {
        margin: 0 0 0 1rem;
        font-size: 1.3rem;
    }

    .mv_home .intro .intro_ttl01 span {
        margin: 5px 0 0;
        padding: 8px 1rem 5px;
        font-size: 1.5rem;
        border-radius: 3px;
    }

    .mv_home .intro .intro_ttl02 {
        margin: 2rem 0 0;
        padding: 0 0 1.5rem;
        font-size: 1.8rem;
    }

    .mv_home .intro .intro_ttl02::before {
        border-bottom: 2px solid #fff;
    }

    .mv_home .intro .intro_ttl02::after {
        top: calc(100% - 2px);
        background: url("img/sb_deco_02.png") left top no-repeat;
        background-size: contain;
        width: 5%;
        height: 0;
        padding-top: calc(5%*16/27);
    }

    .mv_home .intro .intro_ttl02 span {
        font-size: 2.5rem;
    }

    .mv_home .intro .intro_cc {
        margin: 2rem 0 0;
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .mv_home .intro .intro_txt {
        margin: 1.5rem 0 0;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .mv_home .img_wrap {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .mv_home .square {
        width: 18%;
        height: 0;
        padding-top: 18%;
        border-radius: 10px;
    }

    .mv_home .square01 {
        top: 100px;
        left: 6%;
    }

    .mv_home .square02 {
        bottom: 10px;
        left: 75%;
    }

    .mv_home .mv_img {
        pointer-events: none;
    }

    .mv_home .mv_img:hover {
        top: inherit;
    }

    .mv_home .mv_img_01 {
        top: 70%;
        left: 0;
        transform: translate(0,0);
        background: url("img/mv_img_01.png") left top no-repeat;
        background-size: contain;
        width: 42%;
        height: 0;
        padding-top: calc(42%*410/480);
        margin: 0 0 0;
    }

    .mv_home .mv_img_02 {
        top: 20%;
        right: 0;
        transform: translate(0,0);
        background: url("img/mv_img_02.png") left top no-repeat;
        background-size: contain;
        width: 35%;
        height: 0;
        padding-top: calc(35%*440/440);
        margin: 0 0 0;
    }

    .mv_home .mv_img_03 {
        top: 25%;
        left: 0;
        transform: translate(0,0);
        background: url("img/mv_img_03.png") left top no-repeat;
        background-size: contain;
        width: 20%;
        height: 0;
        padding-top: calc(20%*140/140);
    }

    .mv_home .mv_img_04 {
        top: 80%;
        right: 15px;
        background: url("img/mv_img_04.png") left top no-repeat;
        background-size: contain;
        width: 20%;
        height: 0;
        padding-top: calc(20%*90/170);
    }

    .mv_home .mv_img_04:hover {
        top: inherit;
    }
}

/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
    /* background: #fff; */
    width: 100%;
    min-width: 1000px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

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

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .contents_top {
        min-width: 100%;
    }

    .sec {
        min-width: 100%;
    }

    .sec .inner {
        max-width: 100%;
    }
}

/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 .eng {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a8b2;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
}

.main_ttl01 .eng::after {
    content: "";
    display: block;
    margin-left: 2rem;
    border-top: 4px solid #16a8b2;
    border-radius: 2px;
    flex-grow: 1;
}

.main_ttl01 .m_ttl {
    margin: 3rem 0 0;
    font-size: 3.4rem;
    line-height: 1.6;
}

.main_ttl01 .m_ttl a {
    display: inline-block;
    position: relative;
}

.main_ttl01 .m_ttl a::after {
    content: "";
    display: inline-block;
    background: url("img/arrow_03.png") left top no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 0 0 1.5rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .main_ttl01 .eng {
        font-size: 1.4rem;
    }

    .main_ttl01 .eng::after {
        margin-left: 1rem;
        border-top: 2px solid #16a8b2;
    }

    .main_ttl01 .m_ttl {
        margin: 2rem 0 0;
        font-size: 2rem;
    }

    .main_ttl01 .m_ttl a::after {
        background: url("img/arrow_03.png") left top no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        margin: 0 0 0 1rem;
    }
}

/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
    margin: 3rem 0 3rem;
    font-size: 1.4rem;
    line-height: 2;
}

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

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

p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
}

.sec p {
    margin: 0 0 0;
}

/* 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 0!important;
        line-height: 1.8;
    }

    p.caption {
        margin: 1rem 0 0 0!important;
        padding: 0 0 0.5rem 0;
        font-size: 1rem;
        line-height: 1.3;
    }

    .sec p {
        margin: 0 0 0;
    }

    .sec05_block .txt_box .btn-internal a {
        margin: 4rem auto 0;
        padding: 2rem 6rem;
    }
}

/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
    background: url("img/bg_04.png") center top repeat;
    background-size: cover;
    padding: 4rem 0 10rem;
}

.sec01 .main_ttl {
    text-align: center;
}

.sec01 .main_ttl .sb {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin: 0 35% 2rem 0;
}

.sec01 .main_ttl .sb span {
    display: inline-block;
    background: #fcee6e;
    padding: 1.5rem 1.5rem 1.2rem;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
}

.sec01 .main_ttl .sb span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: url("img/sb_deco_04.png") left top no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    margin: 3px auto 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.sec01 .m_ttl {
    font-size: 3.5rem;
}

.sec01_block {
    display: flex;
    justify-content: space-between;
    margin: 6rem 0 0;
    position: relative;
}

.sec01_block .item {
    width: calc(33.33% - 2rem);
    text-align: center;
}

.sec01_block .ttl01_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5rem;
    position: relative;
    z-index: 0;
}

.sec01_block .ttl01_wrap::before, .sec01_block .ttl01_wrap::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 90%;
    height: 60%;
    box-sizing: border-box;
    z-index: -1;
}

.sec01_block .ttl01_wrap::before {
    top: 0;
    left: 0;
    border-radius: 35px 35px 0 35px;
}

.sec01_block .ttl01_wrap::after {
    bottom: 0;
    right: 0;
    border-radius: 0 35px 35px 35px;
}

.sec01_block .ttl01 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem 3rem;
    font-size: 1.5rem;
    position: relative;
}

.sec01_block .ttl01::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: url("img/sb_deco_05.png") left top no-repeat;
    background-size: contain;
    width: 60px;
    height: 50px;
    margin: 5px auto 0;
}

.sec01_block .ttl01 .large {
    color: #156b8b;
    font-size: 1.8rem;
}

.sec01_block .illust {
    display: flex;
    align-items: center;
    max-width: 280px;
    margin: 6rem auto 0;
}

.sec01 .bottom_parts {
    background: #fff;
    margin: 2rem 0 0;
    padding: 5rem 10rem 5rem;
    border: 5px solid #fcee6e;
}

.sec01 .bottom_parts .bottom_ttl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec01 .bottom_parts .logo_wrap {
    width: 90px;
}

.sec01 .bottom_parts .logo {
    width: 60px;
    margin: auto;
}

.sec01 .bottom_parts .logo_txt {
    margin: 5px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.sec01 .bottom_parts .bottom_ttl_box {
    width: calc(100% - 90px);
    padding: 0 0 0 3rem;
}

.sec01 .bottom_parts .catch {
    padding: 0 0 1rem;
    font-size: 1.8rem;
}

.sec01 .bottom_parts .catch::before {
    border-bottom: 4px solid #e2e2e2;
}

.sec01 .bottom_parts .catch::after {
    left: 30px;
    background: url("img/sb_deco_03.png") left top no-repeat;
    background-size: contain;
}

.sec01 .bottom_parts .bottom_ttl {
    margin: 2rem 0 0;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
}

.sec01 .bottom_parts .bottom_ttl .large {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.4;
}

.sec01 .bottom_parts .txt {
    margin: 3rem 0 0;
}

.sec01 .border {
    position: relative;
}

.sec01 .border-line {
    background: url("img/border_01.png") left top no-repeat;
    background-size: 710px auto;
    width: 710px;
    height: 80px;
    margin: auto;
}

.sec01 .border .border-line.isActive {
    animation-delay: 0.2s;
}

.sec01 .okay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #16a8b2;
    width: 120px;
    height: 120px;
    margin: 5px auto 5px;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
}

.sec01 .border .okay.isActive {
    animation-delay: 0.4s;
}

.sec01 .border .arrow {
    background: url("img/arrow_deco_01.png") left top no-repeat;
    background-size: 60px auto;
    width: 60px;
    height: 60px;
    margin: auto;
}

.sec01 .border .arrow.isActive {
    animation-delay: 0.8s;
}

.fadeInDown {
    opacity : 0;
}

.fadeInDown.isActive {
    -webkit-animation: fadeInDown 0.8s ease-in-out forwards;
    animation: fadeInDown 0.8s ease-in-out forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec01 {
        background: url("img/bg_04.png") center top repeat;
        background-size: cover;
        padding: 8rem 1.5rem 6rem;
    }

    .sec01 .main_ttl .sb {
        margin: 0 40% 2rem 0;
    }

    .sec01 .main_ttl .sb span {
        padding: 1.2rem 1rem 1rem;
        font-size: 1.4rem;
        border-radius: 5px;
    }

    .sec01 .main_ttl .sb span::after {
        background: url("img/sb_deco_04.png") left top no-repeat;
        background-size: contain;
        width: 24px;
        height: 16px;
    }

    .sec01 .m_ttl {
        font-size: 2rem;
    }

    .sec01_block {
        margin: 3rem 0 0;
    }

    .sec01_block .item {
        width: calc(33.33% - 1rem);
        text-align: left;
    }

    .sec01_block .ttl01_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 2rem;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        width: 100%;
    }

    .sec01_block .ttl01_wrap::before, .sec01_block .ttl01_wrap::after {
        width: 80%;
        height: 95%;
    }

    .sec01_block .ttl01_wrap::before {
        top: inherit;
        bottom: 0;
        left: 0;
        border-radius: 18px 0 18px 18px;
    }

    .sec01_block .ttl01_wrap::after {
        top: 0;
        bottom: inherit;
        right: 0;
        border-radius: 18px 18px 18px 0;
    }

    .sec01_block .ttl01 {
        padding: 2.5rem 1rem 2.5rem;
        font-size: 1.2rem;
    }

    .sec01_block .ttl01::after {
        background: url("img/sb_deco_05.png") left top no-repeat;
        background-size: contain;
        width: 30px;
        height: 25px;
        margin: 3px auto 0;
    }

    .sec01_block .ttl01 .large {
        font-size: 1.4rem;
    }

    .sec01_block .illust {
        max-width: 100%;
        margin: 3rem auto 0;
    }

    .sec01 .bottom_parts {
        margin: 1rem 0 0;
        padding: 3rem 2rem 3rem;
        border: 3px solid #fcee6e;
    }

    .sec01 .bottom_parts .bottom_ttl_wrap {
        display: block;
    }

    .sec01 .bottom_parts .logo_wrap {
        width: 100%;
    }

    .sec01 .bottom_parts .logo {
        width: 15%;
    }

    .sec01 .bottom_parts .logo_txt {
        font-size: 1.5rem;
    }

    .sec01 .bottom_parts .bottom_ttl_box {
        width: 100%;
        margin: 2rem 0 0;
        padding: 0 0 0 0;
    }

    .sec01 .bottom_parts .catch {
        font-size: 1.7rem;
    }

    .sec01 .bottom_parts .catch::before {
        border-bottom: 2px solid #e2e2e2;
    }

    .sec01 .bottom_parts .catch::after {
        left: 20px;
    }

    .sec01 .bottom_parts .bottom_ttl {
        margin: 1.5rem 0 0;
        font-size: 2rem;
    }

    .sec01 .bottom_parts .bottom_ttl .large {
        font-size: 2.6rem;
    }

    .sec01 .bottom_parts .txt {
        margin: 2rem 0 0;
    }

    .sec01 .border {
        margin: 1rem 0 0;
    }

    .sec01 .border-line {
        background: url("img/border_01.png") left top no-repeat;
        background-size: 100% auto;
        width: 80%;
        height: 0;
        padding-top: calc(80%*80/710);
    }

    .sec01 .okay {
        width: 80px;
        height: 80px;
        margin: 3px auto 3px;
        font-size: 1.6rem;
    }

    .sec01 .border .arrow {
        background: url("img/arrow_deco_01.png") left top no-repeat;
        background-size: 100% auto;
        width: 10%;
        height: 0;
        padding-top: 10%;
    }
}

/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
    background: url("img/bg_02.jpg") center top repeat;
    background-size: 100% auto;
    padding: 10rem 0 17rem;
    position: relative;
    background-attachment: fixed;
}

.sec02::after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    background: url("img/arrow_deco_02.png") left top repeat;
    background-size: contain;
    width: 90px;
    height: 120px;
    margin: auto;
    z-index: 1;
}

.sec02 .sv_parts {
    margin: 0 0 0;
}

.sec02 .sv_parts .sv_ttl_wrap {
    padding: 0 0 3rem;
    position: relative;
}

.sec02 .sv_parts .sv_ttl_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #dce8e8;
    border-radius: 2px;
}

.sec02 .sv_parts .item .l_box {
    width: 360px;
    position: absolute;
    top: inherit;
    bottom: 0;
}

.sec02 .sv_parts .item .r_box {
    width: calc(100% - 360px);
    margin: 0 0 0 auto;
    padding: 5rem 0 5rem 4rem;
}

.sec02 .sv_parts .cc {
    color: #fcee6e;
    font-size: 1.8rem;
}

.sec02 .sv_parts .cc .large {
    font-size: 2.8rem;
}

.sec02 .check_list {
    margin: 3rem 0 0;
}

.sec02 .check_list li {
    margin: 0 0 1.5rem;
    padding: 0 0 0 3rem;
    font-size: 1.4rem;
    line-height: 1.8;
    position: relative;
}

.sec02 .check_list li:last-child {
    margin: 0 0 0;
}

.sec02 .check_list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("img/icon_check_02.png") left top no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 0;
}

.sec02 .company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem 0 0;
}

.sec02 .company .logo {
    background: #fff;
    width: 270px;
    padding: 2rem 2rem;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
}

.sec02 .company .logo img {
    display: block;
    width: 160px;
    margin: auto;
}

.sec02 .company .txt {
    width: calc(100% - 270px);
    margin: 0 0 0;
    padding: 0 0 0 4rem;
}

.sec02 .interview_parts {
    background: rgb(202 240 242 / 0.7);
    margin: 10rem 0 0;
    padding: 6rem 7rem 8rem;
}

.sec02 .interview_parts .ttl01 {
    padding: 8rem 0 0;
    font-size: 3.8rem;
    text-align: center;
    position: relative;
    z-index: 0;
}

.sec02 .interview_parts .ttl01::before {
    content: "Interview";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #bee9eb;
    font-size: 12rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    z-index: -1;
}

.sec02 .interview_parts .ttl01::after {
    content: "";
    display: block;
    background: url("img/icon_dot.png") left top no-repeat;
    background-size: contain;
    width: 60px;
    height: 10px;
    margin: 3rem auto 0;
}

.sec02 .interview_parts .interview_block {
    background: #fff;
    margin: 6rem 0 0;
    padding: 5rem 6rem 5rem;
    position: relative;
}

.sec02 .interview_parts .interview_block::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 50px;
    background: url("img/sec02_interview_01.png") left top no-repeat;
    background-size: contain;
    width: 270px;
    height: 230px;
}

.sec02 .interview_parts .catch {
    display: inline-block;
    padding: 0 0 1.5rem;
    font-size: 2.2rem;
}

.sec02 .interview_parts .catch::after {
    left: 25px;
}

.sec02 .interview_parts .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 3rem 0 0;
}

.sec02 .interview_parts .img_box {
    width: 95px;
}

.sec02 .interview_parts .img_box img {
    -webkit-mask-image: url(img/sec08_01.png);
    mask-image: url(img/sec08_01.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: top;
    mask-size: 9.4rem;
}

.sec02 .interview_parts .txt_box {
    width: calc(100% - 95px);
    padding: 0 0 0 2rem;
}

.sec02 .interview_parts .name01 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
}

.sec02 .interview_parts .name01 .large {
    font-size: 1.6rem;
    font-weight: bold;
}

.sec02 .interview_parts .name02 {
    margin: 1rem 0 0;
    font-size: 1.6rem;
    font-weight: bold;
}

.sec02 .interview_parts .name02 .large {
    font-size: 2.2rem;
    font-weight: bold;
}

.sec02 .interview_parts .txt {
    margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec02 {
        padding: 8rem 1.5rem 6rem;
    }

    .sec02::after {
        bottom: 0;
        background: url("img/arrow_deco_02.png") left top repeat;
        background-size: contain;
        width: 15%;
        height: 0;
        padding-top: calc(15%*120/90);
    }

    .sec02 .sv_parts .sv_ttl_wrap {
        padding: 0 0 1.5rem;
    }

    .sec02 .sv_parts .sv_ttl_wrap::after {
        border-bottom: 2px solid #dce8e8;
    }

    .sec02 .sv_parts .item {
        margin: 7rem 0 0;
        padding: 0 2rem 3rem 0;
    }

    .sec02 .sv_parts .item .l_box {
        width: 100%;
        position: relative;
        top: inherit;
        bottom: inherit;
    }

    .sec02 .sv_parts .item .img_box {
        width: 85%;
        margin: auto;
        position: relative;
        top: -60px;
    }

    .sec02 .sv_parts .item .r_box {
        width: 100%;
        margin: -6rem 0 0 0;
        padding: 1.5rem 0 0 0;
    }

    .sec02 .sv_parts .cc {
        font-size: 1.6rem;
    }

    .sec02 .sv_parts .cc .large {
        font-size: 2.5rem;
    }

    .sec02 .check_list {
        margin: 2rem 0 0;
    }

    .sec02 .check_list li {
        margin: 0 0 1rem;
        padding: 0 0 0 2.5rem;
        line-height: 1.6;
    }

    .sec02 .check_list li::before {
        top: 0;
        background: url("img/icon_check_02.png") left top no-repeat;
        background-size: contain;
        width: 19px;
        height: 16px;
    }

    .sec02 .company {
        display: block;
        margin: 2rem 0 0;
    }

    .sec02 .company .logo {
        width: 100%;
        padding: 1rem 1.5rem;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
    }

    .sec02 .company .logo img {
        width: 40%;
    }

    .sec02 .company .txt {
        width: 100%;
        margin: 1.5rem 0 0;
        padding: 0 0 0 0;
    }

    .sec02 .interview_parts {
        margin: 5rem 0 0;
        padding: 2rem 2rem 3rem;
    }

    .sec02 .interview_parts .ttl01 {
        padding: 3rem 0 0;
        font-size: 2.2rem;
    }

    .sec02 .interview_parts .ttl01::before {
        font-size: 5rem;
        white-space: nowrap;
    }

    .sec02 .interview_parts .ttl01::after {
        background: url("img/icon_dot.png") left top no-repeat;
        background-size: contain;
        width: 48px;
        height: 8px;
        margin: 1.5rem auto 0;
    }

    .sec02 .interview_parts .interview_block {
        margin: 4rem 0 0;
        padding: 3rem 1.5rem 3rem;
    }

    .sec02 .interview_parts .interview_block::after {
        display: none;
    }

    .sec02 .interview_parts .catch {
        padding: 0 0 1rem;
        font-size: 2rem;
        width: 65%;
    }

    .sec02 .interview_parts .catch::after {
        left: 20px;
        width: 15px;
        height: 0;
        padding-top: calc(10%*16/27);
    }

    .sec02 .interview_parts .box {
        display: block;
        width: 100%;
        margin: 2rem 0 0;
    }

    .sec02 .interview_parts .img_box {
        position: absolute;
        top: 15px;
        right: 25px;
        width: 30%;
    }

    .sec02 .interview_parts .img_box img {
        mask-size: 24vw;
    }

    .sec02 .interview_parts .txt_box {
        width: 100%;
        padding: 0 0 0 0;
    }

    .sec02 .interview_parts .name02 {
        margin: 5px 0 0;
        font-size: 1.4rem;
    }

    .sec02 .interview_parts .name02 .large {
        font-size: 1.8rem;
    }

    .sec02 .interview_parts .txt {
        margin: 1.5rem 0 0;
    }
}

/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
    background: #caf0f1;
    padding: 0 0 8rem;
    position: relative;
}

.sec03::before, .sec03::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url("img/bg_05.png") center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 120px;
}

.sec03::before {
    bottom: 100%;
}

.sec03::after {
    top: 100%;
    transform: scale(1, -1);
}

.sec03 .main_ttl {
    font-size: 3.8rem;
    text-align: center;
    position: relative;
}

.sec03 .m_ttl {
    line-height: 1.8;
}

.sec03 .m_ttl span {
    display: inline;
    padding: 0 0 1.2rem;
    position: relative;
}

.sec03 .m_ttl span.pc_bd::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #16a8b2;
    width: 100%;
    border-bottom: 5px solid #16a8b2;
    border-radius: 2px;
}

.sec03_block {
    margin: 6rem 0 0;
}

.tab_parts .tabArea {
    display: flex;
    justify-content: space-between;
}

.tab_parts .tabArea li {
    background: #bfd3d4;
    width: calc(25% - 1rem);
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
}

.tab_parts .tabArea li.active {
    background: #16a8b2;
}

.tab_parts .tabArea li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.tab_parts .tabArea.top li.active::after {
    top: 100%;
    border: 10px solid transparent;
    border-top: 16px solid #16a8b2;
}

.tab_parts .tabArea.bottom li.active::after {
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom: 16px solid #16a8b2;
}

.tab_parts .tabArea.top .tab_txt01 {
    padding: 2rem 2rem 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    /* color: #282828; */
}

.tab_parts .tabArea li.active .tab_txt01 {
    /* color: #fcee6e; */
}

.tab_parts .tabArea.bottom .tab_txt01 {
    padding: 2rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    /* color: #282828; */
}

.tab_parts .tabArea .tab_img {
    width: 75%;
    margin: 0 auto 1rem;
}

.tab_parts .tabArea .tab_txt02 {
    padding: 2rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    border-top: 2px solid #fff;
}

.tab_parts .tabArea li.active .tab_txt02 {
    color: #fcee6e;
}

.tab_parts .check_txt {
    margin: -1rem 0 0;
    text-align: center;
}

.tab_parts .check_txt span {
    background: #fff;
    padding: 1.5rem 3rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    border: 4px solid #16a8b2;
    border-radius: 20px;
}

.tab_parts .tabContentsWrap {
    margin: 5rem 0 5rem;
}

.tab_parts .tabContents {
    display: none;
}

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

.tab_block {
    background: #fff;
    padding: 7rem 7rem 10rem;
    border: 5px solid #16a8b2;
}

.tab_block .ttl01_wrap {
    background: #16a8b2;
    width: calc(100% - 120px);
    padding: 8rem 2rem 3rem 0;
    position: relative;
    z-index: 0;
    border-radius: 0 12px 12px 0;
}

.tab_block .ttl01_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    background: url("img/ttl_bg_01.png") left center no-repeat;
    background-size: 100% auto;
    width: 230px;
    height: 100%;
}

.tab_block .ttl01_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    background: #16a8b2;
    width: 70px;
    height: 100%;
    z-index: -1;
}

.tab_block .ttl01 {
    padding: 0 18rem 0 0;
    font-size: 3rem;
    position: relative;
    /* color: #fcee6e; */
}

.tab_block .ttl01::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - 180px);
    transform: translate(0,-50%);
    width: 380px;
    height: 290px;
}

.tab_block#tab01 .ttl01::after {
    background: url("img/sec03_illust_01.png") left top no-repeat;
    background-size: contain;
}

.tab_block#tab02 .ttl01::after {
    background: url("img/sec03_illust_02.png") left top no-repeat;
    background-size: contain;
}

.tab_block#tab03 .ttl01::after {
    background: url("img/sec03_illust_03.png") left top no-repeat;
    background-size: contain;
}

.tab_block#tab04 .ttl01::after {
    background: url("img/sec03_illust_04.png") left top no-repeat;
    background-size: contain;
}

.tab_block .box01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 8rem 0 0;
}

.tab_block .box01 .img_box {
    width: 134px;
}

.tab_block .box01 .img_box img {
    -webkit-mask-image: url(img/sec08_01.png);
    mask-image: url(img/sec08_01.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: top;
}

.tab_block .box01 .name {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
    text-align: center;
}

.tab_block .box01 .txt_box {
    width: calc(100% - 120px);
    padding: 0 0 0 5rem;
}

.tab_block .box01 .ttl02 {
    font-size: 2.4rem;
    color: #e678af;
}

.tab_block .box01 .txt {
    margin: 2rem 0 0;
}

.tab_block .box02 {
    margin: 5rem 0 0;
}

.tab_block .box02 .q_txt {
    padding: 0 0 15px 3rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    margin: 0;
    background: none;
}

.tab_block .box02 .q_box {
    background: none;
    padding: 2rem 3rem;
    border-radius: 10px;
}

.tab_block .box02 .q_txt.catch::before {
    content: "Q";
    position: absolute;
    top: -18px;
    left: -18px;
    color: #16a8b2;
    font-size: 4.5rem;
    font-weight: bold;
}

.tab_block .box02 .q_txt.catch::after {
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 50px;
    background: url(img/sb_deco_01.png) left top no-repeat;
    background-size: contain;
    width: 27px;
    height: 16px;
    z-index: 1;
}

.tab_block .box02 .a_box {
    margin: 2rem 0 0;
}

.tab_block .box02 .a_txt {
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}

.tab_block .box02 .a_txt::before {
    content: "A";
    position: absolute;
    top: -8px;
    left: 0;
    color: #e678af;
    font-size: 3.2rem;
    font-weight: bold;
}

.tab_block .box02 .txt {
    margin: 2rem 0 0;
}

.tab_block .box03 {
    margin: 8rem 0 0;
    position: relative;
    z-index: 0;
}

.tab_block .box03::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -70px;
    background: url("img/bg_06.png") left top no-repeat;
    background-size: contain;
    width: 320px;
    height: 260px;
    z-index: -1;
}

.tab_block .box03 .ttl03 {
    background: #ecf8f9;
    width: 70%;
    padding: 3rem 2rem 3rem 7rem;
    font-size: 2.8rem;
    border-radius: 0 25px 25px 0;
    position: relative;
    z-index: 0;
}

.tab_block .box03 .ttl03::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    background: #ecf8f9;
    width: 70px;
    height: 100%;
    z-index: -1;
}

.tab_block .box03 .ttl03::after {
    content: "";
    position: absolute;
    top: 48%;
    left: -5px;
    transform: translate(0, -50%);
    background: url(img/logo_01.png) left top no-repeat;
    background-size: contain;
    width: 60px;
    height: 72px;
    box-sizing: border-box;
}

.tab_block .box03 .img_box {
    margin: 3rem 0 0;
}

.tab_block#tab02 .box03 .img_box, .tab_block#tab03 .box03 .img_box, .tab_block#tab04 .box03 .img_box {
    margin: 3rem auto 0;
    width: 80%;
}

.tab_block .box03 .txt {
    margin: 3rem 0 0;
}

.tab_block .btn_box {
    margin: 5rem 0 0;
}

.tab_block .btn_box p {
    width: 380px;
    margin: 0 1rem;
}

.tab_block .special_parts {
    margin: 10rem 0 0;
}

.tab_block .special_parts .s_ttl01 {
    padding: 0 0 0 3rem;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}

.tab_block .special_parts .s_ttl01::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background: -moz-linear-gradient(90deg, #16a8b2 0%, #16a8b2 33.33%, #fcee6e 33.33%, #fcee6e 66.66%, #e678af 66.66%, #e678af 100%);
    background: -webkit-linear-gradient(90deg, #16a8b2 0%, #16a8b2 33.33%, #fcee6e 33.33%, #fcee6e 66.66%, #e678af 66.66%, #e678af 100%);
    background: linear-gradient(90deg, #16a8b2 0%, #16a8b2 33.33%, #fcee6e 33.33%, #fcee6e 66.66%, #e678af 66.66%, #e678af 100%);
    width: 18px;
    height: 6px;
}

.tab_block .special_parts .special_block {
    margin: 3rem 0 0;
}

.tab_block .special_parts a {
    display: block;
}

.tab_block .special_parts .block_inner {
    display: flex;
    justify-content: space-between;
}

.tab_block .special_parts .img_box {
    width: 350px;
}

.tab_block .special_parts .img_box img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 50px;
}

.tab_block .special_parts .txt_box {
    background: url("img/bg_07.jpg") center center no-repeat;
    background-size: cover;
    width: calc(100% - 350px);
    border-radius: 0 0 50px 0;
    position: relative;
}

.tab_block .special_parts .sub {
    display: inline-block;
    background: #fcee6e;
    padding: 1rem 1.5rem;
    color: #16a8b2;
    font-size: 1.8rem;
    font-weight: bold;
}

.tab_block .special_parts .s_ttl02 {
    padding: 2rem 3rem 6rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.tab_block .special_parts .s_ttl02 span {
    font-size: 2.4rem;
    font-weight: bold;
}

.tab_block .special_parts .link {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}

.tab_block .special_parts .link span {
    display: inline-block;
    background: #069099;
    padding: 8px 5rem 5px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 30px 0 50px 0;
    position: relative;
}

.tab_block .special_parts .link span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
    margin-top: -8px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec03 {
        padding: 2rem 0 4rem;
    }

    .sec03::before, .sec03::after {
        background: url("img/bg_05.png") center top no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: calc(100%*120/1400);
    }

    .sec03 .main_ttl {
        padding: 0 1.5rem;
        font-size: 2.2rem;
    }

    .sec03 .m_ttl span {
        padding: 0 0 8px;
    }

    .sec03 .m_ttl span.pc_bd::after {
        display: none;
    }

    .sec03 .m_ttl span.sp_bd::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        background: #16a8b2;
        width: 100%;
        border-bottom: 3px solid #16a8b2;
        border-radius: 2px;
    }

    .sec03_block {
        margin: 4rem 0 0;
    }

    .sec03_block .sp_txt {
        margin: 1rem 0 1rem;
        text-align: center;
    }

    .tab_parts .sp_scroll {
        overflow-x: scroll;
        overflow-y: none;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .tab_parts .sp_scroll::-webkit-scrollbar {
        display: none;
    }

    .tab_parts .tabArea {
        display: flex;
        justify-content: space-between;
        min-width: 768px;
        margin: 2rem 0;
        padding: 0 0 0 1.5rem;
    }

    .tab_parts .tabArea li {
        width: calc(25% - 5px);
        border-radius: 12px;
    }

    .tab_parts .tabArea li.active::after {
        margin-left: -8px;
    }

    .tab_parts .tabArea.top li.active::after {
        border: 8px solid transparent;
        border-top: 12px solid #16a8b2;
    }

    .tab_parts .tabArea.bottom li.active::after {
        border: 8px solid transparent;
        border-bottom: 12px solid #16a8b2;
    }

    .tab_parts .tabArea.top .tab_txt01 {
        padding: 2rem 1.5rem 5px;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .tab_parts .tabArea.bottom .tab_txt01 {
        padding: 1.5rem 1.5rem;
        font-size: 3vw;
        line-height: 1.4;
    }

    .tab_parts .tabArea .tab_img {
        width: 75%;
        margin: 0 auto 5px;
    }

    .tab_parts .tabArea .tab_txt02 {
        padding: 1.5rem 1.5rem;
        font-size: 1.4rem;
        line-height: 1.4;
        border-top: 1px solid #fff;
    }

    .tab_parts .check_txt span {
        padding: 1rem 2rem;
        font-size: 1.4rem;
        border: 3px solid #16a8b2;
        border-radius: 10px;
    }

    .tab_parts .tabContentsWrap {
        margin: 2rem 0 2rem;
        padding: 0 1.5rem;
    }

    .tab_block {
        padding: 0 2rem 3rem;
        border: 3px solid #16a8b2;
    }

    .tab_block .ttl01_wrap {
        width: 100%;
        padding: 1.8rem 1.5rem 0 0;
        border-radius: 0 12px 12px 0;
    }

    .tab_block .ttl01_wrap::before {
        left: -20px;
        background: #16a8b2 url("img/ttl_bg_01.png") left center no-repeat;
        background-size: 100% auto;
        width: 13rem;
        height: 9rem;
        /* padding-top: calc(40%*186/280); */
        border-radius: 20px 20px 0 0;
    }

    .tab_block .ttl01_wrap::after {
        width: 100%;
        border-radius: 20px 20px 0 0;
        right: -2rem;
        height: 9rem;
    }

    .tab_block .ttl01 {
        padding: 0.5rem 0 0;
        font-size: 5vw;
    }

    @media screen and (min-width: 380px) {
        .tab_block .ttl01 {
            font-size: 2rem;
        }
    }

    .tab_block .ttl01::after {
        top: 100%;
        left: 0;
        right: 0;
        transform: translate(0,0);
        width: 100%;
        height: 0;
        margin: 4rem auto 0;
        padding-top: calc(100%*290/380);
    }

    .tab_block .box01 {
        display: block;
        margin: 90% 0 0;
    }

    .tab_block .box01 .ttl02_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tab_block .box01 .img_box {
        width: 25%;
    }

    .tab_block .box01 .img_box img {
        mask-size: 18.6vw;
    }

    .tab_block .box01 .name {
        margin: 1rem 0 0;
        font-size: 1.3rem;
    }

    .tab_block .box01 .txt_box {
        width: 100%;
        padding: 0 0 0 0;
    }

    .tab_block .box01 .ttl02 {
        width: 75%;
        padding: 0 0 0 1rem;
        font-size: 1.8rem;
        border-bottom: 2px solid #16a8b2;
        position: relative;
    }

    .tab_block .box01 .ttl02:before {
        top: calc(100% - 0px);
        left: 30px;
        background: url(img/sb_deco_01.png) left top no-repeat;
        background-size: contain;
        width: 1.4rem;
        padding-top: calc(5%*16/27);
        content: "";
        position: absolute;
        height: 16px;
        z-index: 1;
    }

    .tab_block .box01 .txt {
        margin: 1.5rem 0 0;
    }

    .tab_block .box02 {
        margin: 5rem 0 0;
    }

    .tab_block .box02 .q_txt {
        padding: 0 0 1.5rem 3rem;
        font-size: 1.7rem;
        background: none;
    }

    .tab_block .box02 .q_box {
        background: none;
        padding: 0;
        border-radius: 10px;
    }

    .tab_block .box02 .q_txt::before {
        top: -12px;
        font-size: 3rem;
        left: 0;
    }

    .tab_block .box02 .a_box {
        margin: 2rem 0 0;
    }

    .tab_block .box02 .a_txt {
        padding: 0 0 0 3rem;
        font-size: 1.5rem;
    }

    .tab_block .box02 .a_txt::before {
        top: -8px;
        font-size: 2.5rem;
    }

    .tab_block .box02 .txt {
        margin: 1.5rem 0 0;
    }

    .tab_block .box03 {
        margin: 5rem 0 0;
    }

    .tab_block .box03::after {
        top: -50px;
        right: -20px;
        background: url("img/bg_06.png") left top no-repeat;
        background-size: contain;
        width: 60%;
        height: 0;
        padding-top: calc(60%*260/320);
    }

    .tab_block .box03 .ttl03 {
        width: 100%;
        padding: 1.5rem 1.5rem 1.5rem 4rem;
        font-size: 3.9vw;
        border-radius: 0 12px 12px 0;
    }

    .tab_block .box03 .ttl03::before {
        width: 20px;
    }

    .tab_block .box03 .ttl03::after {
        top: 48%;
        left: -5px;
        width: 40px;
        height: 48px;
    }

    .tab_block .box03 .img_box {
        margin: 2rem 0 0;
    }

    .tab_block#tab02 .box03 .img_box, .tab_block#tab03 .box03 .img_box, .tab_block#tab04 .box03 .img_box {
        width: 100%;
    }

    .tab_block .box03 .txt {
        margin: 2rem 0 0;
    }

    .tab_block .btn_box {
        margin: 3rem 0 0;
    }

    .tab_block .btn_box p {
        width: 100%;
        margin: 0 0 1.5rem;
    }

    .tab_block .btn_box p:last-child {
        margin: 0 0 0;
    }

    .tab_block .special_parts {
        margin: 6rem 0 0;
    }

    .tab_block .special_parts .s_ttl01 {
        padding: 0 0 0 2.5rem;
        font-size: 1.7rem;
    }

    .tab_block .special_parts .s_ttl01::before {
        width: 15px;
        height: 5px;
    }

    .tab_block .special_parts .special_block {
        margin: 2rem 0 0;
    }

    .tab_block .special_parts .block_inner {
        display: block;
    }

    .tab_block .special_parts .img_box {
        width: 100%;
    }

    .tab_block .special_parts .img_box img {
        height: auto;
        border-radius: 0 0 0 0;
    }

    .tab_block .special_parts .txt_box {
        background: url("img/bg_07.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        border-radius: 0 0 25px 25px;
    }

    .tab_block .special_parts .sub {
        padding: 8px 1rem;
        font-size: 1.4rem;
    }

    .tab_block .special_parts .s_ttl02 {
        padding: 1.5rem 1.5rem 5rem;
        font-size: 1.5rem;
        text-align: center;
    }

    .tab_block .special_parts .s_ttl02 span {
        font-size: 2rem;
    }

    .tab_block .special_parts .link span {
        display: inline-block;
        background: #069099;
        padding: 8px 3.5rem 5px 2rem;
        font-size: 1.3rem;
        border-radius: 15px 0 25px 0;
    }

    .tab_block .special_parts .link span::after {
        right: 15px;
        background: url("img/arrow_01.png") left top no-repeat;
        background-size: contain;
        width: 16px;
        height: 13px;
        margin-top: -6px;
    }
}

/*--------------------------------------
　sec_upper
---------------------------------------*/
.sec_upper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sec_upper .upper_l {
    padding: 0 6rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec_upper {
        display: block;
    }

    .sec_upper .upper_l {
        padding: 0 0 0 0;
    }

    .sec_upper .upper_r {
        position: absolute;
        bottom: calc(100% - 35px);
        right: -5px;
        width: 75px;
    }
}

/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
    padding: 28rem 0 16rem;
}

.sec04 .sec_upper .upper_l {
    width: calc(100% - 320px);
}

.sec04 .sec_upper .upper_r {
    width: 320px;
}

.sec04_block {
    margin: 6rem 0 0;
}

.sec04_block .slide_item {
    margin: 0 1.5rem;
}

.sec04_block .img_box img {
    border-radius: 25px 25px 0 25px;
    object-fit: none;
    height: 30rem;
}

.sec04_block .img_box {min-height: 29rem;}

.sec04_block .name_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec04_block .name {
    width: calc(100% - 120px);
    padding: 1.5rem 2rem 0 0;
    font-size: 1.4rem;
    font-weight: bold;
}

.sec04_block .eng {
    background: #fcee6e;
    width: 120px;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 0 0 0 25px;
}

.sec04_block .ttl01 {
    margin: 2rem 0 0;
    font-size: 2.2rem;
}

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

.sec04_block .btn-link a {
    margin: 1rem 0 0;
}

/*----- slick -----*/
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: 50%;
    background: url("img/slick_arrow.png") left top no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 999;
    cursor: pointer;
}

.prev-arrow {
    left: -80px;
}

.next-arrow {
    right: -80px;
    transform: scale(-1, 1);
}

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

.slick-slide {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
    width: 470px !important;
}

.slick-track {
    /* width: 1000px !important; */
}

.slick-slider div {
    transition: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec04 {
        padding: 8rem 1.5rem 8rem;
    }

    .sec04 .sec_upper .upper_l {
        width: 100%;
    }

    .sec04 .sec_upper .upper_r {
        width: 150px;
    }

    .sec04_block {
        margin: 3rem 0 0;
    }

    .sec04_block .slide_item {
        margin: 0 0.8%;
        /* width: 100% !important; */
    }

    .slick-initialized .slick-slide {
        width: 83.5vw !important;
        height: auto;
    }

    .sec04_block .img_box img {
        border-radius: 12px 12px 0 12px;
    }

    .sec04_block .name {
        width: 60%;
        padding: 1rem 1rem 0 0;
        font-size: 1.4rem;
    }

    .sec04_block .eng {
        width: 40%;
        padding: 8px 1.5rem;
        font-size: 1.3rem;
        text-align: center;
        border-radius: 0 0 0 12px;
    }

    .sec04_block .ttl01 {
        margin: 1.5rem 0 0;
        font-size: 1.8rem;
    }

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

    /*----- slick -----*/
    /* arrow */
    .slide-arrow {
        top: 19.5%;
        background: url("img/slick_arrow.png") left top no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        margin-top: 0;
    }

    .prev-arrow {
        left: -10px;
    }

    .next-arrow {
        right: -10px;
    }

    .slick-track {
    }
}

/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
    background: url("img/bg_01.jpg") center top repeat;
    background-size: 70% auto;
    padding: 16rem 0 16rem;
    background-attachment: fixed;
}

.sec05 .sec_upper .upper_l {
    width: calc(100% - 260px);
}

.sec05 .sec_upper .upper_r {
    width: 260px;
}

.sec05_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 6rem 0 0;
}

.sec05_block .item {
    width: calc(50% - 2rem);
    margin: 0 0 4rem;
    /* box-shadow: 0 1px 2px #d3d3d3; */
    border-radius: 10px;
}

.sec05_block .item:last-child {
    width: 100%;
    margin: 0 0 0;
}

.sec05_block .txt_box {
    background: #fff;
    padding: 4rem 4rem 4rem;
    border-radius: 25px 25px 0 0;
}

.sec05_block .txt_box .btn-internal a {
    margin: 4rem auto 0;
    padding: 2rem 3rem;
}

.sec05_block .ttl01 {
    /* display: flex; */
    align-items: center;
    font-size: 2.4rem;
}

.sec05_block .ttl01 a {
    color: #0e8b93;
    position: relative;
    padding-right: 1.5rem;
    align-items: center;
    display: flex;
    /* justify-content: center; */
}

.sec05_block .ttl01 a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #16a8b2;
    border-right: 2px solid #16a8b2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.sec05_block .interview {
    /* display: flex; */
    /* justify-content: space-between; */
    /* background: #009f99; */
    /* padding: 0 4rem 1.5rem; */
    /* border-radius: 0 0 25px 25px; */
}

.sec05_block .interview a {
    display: flex;
    justify-content: space-between;
    background: #009f99;
    padding: 0 4rem 1.5rem 1rem;
    border-radius: 0 0 25px 25px;
    position: relative;
}

.sec05_block .interview a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(img/arrow_01.png) left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
    margin-top: 3px;
}

.sec05_block .l_box {
    margin: 2rem 0 0;
    flex-grow: 1;
    border-radius: 28px;
}

.sec05_block .l_box .icon {
    width: 94px;
    height: 94px;
}

.sec05_block .l_box .icon img {
    width: 111%;
    -webkit-mask-image: url(img/sec08_01.png);
    mask-image: url(img/sec08_01.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: 44%;
    mask-size: 9.4rem;
    max-width: 12rem;
}

.sec05_block .r_box {
    width: calc(100% - 60px);
    padding: 0 0 0 1rem;
    flex-grow: 1;
}

.sec05_block .eng {
    background: #fcee6e;
    padding: 1rem 2rem;
    border-radius: 0 0 0 25px;
    color: #009f99;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
}

.sec05_block .eng::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background: #fcee6e;
    width: 40px;
    height: 100%;
}

.sec05_block .i_txt {
    margin: 1rem 0 0 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}

.sec05_block .btn-link a {
    margin: 1rem 0 0;
    color: #333;
}

/*--------------------------------------
　.sec05_block ra_parts
---------------------------------------*/
.sec05_block .ra_parts_01 {
    max-width: none;
    margin: 3rem auto -2rem;
}

.sec05_block .ra_parts_01 .ra_parts_block {
    background: none;
    padding: 2rem 0 0;
    border-top: solid 2px #eee;
    border-radius: 0;
}

.sec05_block .ra_parts_01 .ra_ttl {
    padding: 1rem 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom: none;
    background: #fcee6e;
    display: inline-block;
    color: #282831;
    border-radius: 12px;
}

.sec05_block .ra_parts_01 ul {
    margin: 1rem 1.2rem 0;
}

.sec05_block .ra_parts_01 ul li {
    margin: 0 0 0.5rem;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.8;
}

.sec05_block .ra_parts_01 ul li::before {
    display: none;
}

.sec05_block .ra_parts_01 ul li a {
    display: block;
    color: #6b6b6b;
}

.sec05_block .ra_parts_01 ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow_03.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-top: -8px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec05 {
        padding: 8rem 1.5rem 8rem;
    }

    .sec05 .sec_upper .upper_l {
        width: 100%;
    }

    .sec05 .sec_upper .upper_r {
        width: 120px;
    }

    .sec05_block {
        display: block;
        margin: 3rem 0 0;
    }

    .sec05_block .item {
        width: 100%;
        margin: 0 0 2rem;
        box-shadow: 0 1px 5px #d3d3d3;
    }

    .sec05_block .txt_box {
        padding: 3rem 2rem 3rem;
        border-radius: 12px 12px 0 0;
    }

    .sec05_block .ttl01 {
        display: block;
        font-size: 1.8rem;
    }

    .sec05_block .ttl01 a {
        padding-right: 1.5rem;
    }

    .sec05_block .ttl01 a:before {
        right: 0;
    }

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

    .sec05_block .interview {
        padding: 0;
        border-radius: 0 0 12px 12px;
    }

    .sec05_block .interview a {
        border-radius: 0 0 12px 12px;
        padding: 0 4rem 1.5rem 1rem;
    }

    .sec05_block .l_box {
        width: 75px;
        margin: 2rem 0 0;
    }

    .sec05_block .l_box .icon {
        width: 75px;
        height: 75px;
    }

    .sec05_block .l_box .icon img {
    mask-size: 7.4rem;
    max-width: 10rem;
}

    .sec05_block .r_box {
        width: calc(100% - 75px);
        padding: 0 0 0 5px;
    }

    .sec05_block .eng {
        padding: 8px 1.5rem;
        border-radius: 0 0 0 12px;
        font-size: 1.3rem;
    }

    .sec05_block .eng::after {
        width: 43px;
        left: 99%;
    }

    .sec05_block .i_txt {
        margin: 1rem 0 0 1rem;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
    padding: 16rem 0 16rem;
}

.sec06_block {
    display: flex;
    justify-content: space-between;
    margin: 8rem 0 0;
}

.sec06_block .l_block {
    width: 50%;
}

.sec06_block .tabArea li {
    padding: 3rem 0;
    border-bottom: 1px solid #dbe2e2;
    cursor: pointer;
    position: relative;
}

.sec06_block .ttl01 {
    padding: 0 0 0 4rem;
    color: #999;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.sec06_block .tabArea li.active .ttl01 {
    color: #000;
}

.sec06_block .num {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e1e1e1;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.sec06_block .tabArea li.active .num {
    background: #009f99;
    color: #fff;
}

.sec06_block .r_block {
    width: 45%;
}

.sec06_block .item_wrap {
    display: none;
    position: relative;
}

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

.sec06_block .item_wrap::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 100px;
    width: 50vw;
    height: calc(100% + 100px);
    border-radius: 50px;
    z-index: -1;
}

.sec06_block .item_wrap:nth-child(1)::after {
    background: url("img/sec06_item_bg01.jpg") center center no-repeat;
    background-size: cover;
}

.sec06_block .item_wrap:nth-child(2)::after {
    background: url("img/sec06_item_bg02.jpg") center center no-repeat;
    background-size: cover;
}

.sec06_block .item_wrap:nth-child(3)::after {
    background: url("img/sec06_item_bg03.jpg") center center no-repeat;
    background-size: cover;
}

.sec06_block .item_wrap:nth-child(4)::after {
    background: url("img/sec06_item_bg04.jpg") center center no-repeat;
    background-size: cover;
}

.sec06_block .item_wrap:nth-child(5)::after {
    background: url("img/sec06_item_bg05.jpg") center center no-repeat;
    background-size: cover;
}

.sec06_block .item_wrap:nth-child(6)::after {
    background: url("img/sec06_item_bg06.jpg") center center no-repeat;
    background-size: cover;
}

.sec06_block .item {
    background: #f2f8f8;
    padding: 5rem 4rem 3rem;
    position: relative;
    z-index: 1;
}

.sec06_block .ttl02 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.sec06_block .ttl02 a {
    color: #0e8b93;
    position: relative;
    display: block;
    padding-right: 1.5rem;
}

.sec06_block .ttl02 a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #16a8b2;
    border-right: 2px solid #16a8b2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec06_block .img_box {
    margin: 2rem 0 0;
}

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

.sec06_block .interview {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 0;
}

.sec06_block .l_box {
    width: 94px;
}

.sec06_block .r_box {
    width: calc(100% - 94px);
    padding: 0 0 0 1rem;
}

.sec06_block .eng {
    background: #fcee6e;
    padding: 1rem 2rem;
    border-radius: 0 0 0 25px;
    color: #009f99;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
}

.sec06_block .eng::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background: #fcee6e;
    width: 40px;
    height: 100%;
}

.sec06_block .i_txt {
    margin: 1rem 0 0 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec06 {
        padding: 8rem 1.5rem 8rem;
    }

    .sec06_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 3rem 0 0;
    }

    .sec06_block .l_block {
        width: 100%;
        order: 2;
    }

    .sec06_block .tabArea {
        display: flex;
        justify-content: center;
        margin: 1rem 0 0;
    }

    .sec06_block .tabArea li {
        margin: 0 5px;
        box-sizing: border-box;
        padding: 0 0;
        border-bottom: none;
    }

    .sec06_block .ttl01 {
        display: none;
        padding: 0 0 0 0;
    }

    .sec06_block .num {
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0,0);
        width: 11vw;
        height: 11vw;
        color: #999;
        font-size: 4vw;
    }

    .sec06_block .r_block {
        width: 100%;
        order: 1;
    }

    .sec06_block .item_wrap {
        display: none;
        position: relative;
        padding: 10% 0 0;
    }

    .sec06_block .item_wrap::after {
        top: 0;
        left: -15px;
        width: calc(100% + 30px);
        height: 250px;
        border-radius: 25px 0 0 25px;
    }

    .sec06_block .item_wrap:nth-child(1)::after {
        background: url("img/sec06_item_bg01.jpg") center center no-repeat;
        background-size: cover;
    }

    .sec06_block .item_wrap:nth-child(2)::after {
        background: url("img/sec06_item_bg02.jpg") center center no-repeat;
        background-size: cover;
    }

    .sec06_block .item_wrap:nth-child(3)::after {
        background: url("img/sec06_item_bg03.jpg") center center no-repeat;
        background-size: cover;
    }

    .sec06_block .item_wrap:nth-child(4)::after {
        background: url("img/sec06_item_bg04.jpg") center center no-repeat;
        background-size: cover;
    }

    .sec06_block .item_wrap:nth-child(5)::after {
        background: url("img/sec06_item_bg05.jpg") center center no-repeat;
        background-size: cover;
    }

    .sec06_block .item_wrap:nth-child(6)::after {
        background: url("img/sec06_item_bg06.jpg") center center no-repeat;
        background-size: cover;
    }

    .sec06_block .item {
        padding: 2rem 2rem 3rem;
    }

    .sec06_block .ttl02 {
        font-size: 1.8rem;
    }

    .sec06_block .img_box {
        margin: 1.5rem 0 0;
    }

    .sec06_block .txt {
        margin: 1.5rem 0 0;
    }

    .sec06_block .interview {
        margin: 2rem 0 0;
    }

    .sec06_block .l_box {
        width: 75px;
    }

    .sec06_block .r_box {
        width: calc(100% - 75px);
        padding: 0 0 0 5px;
    }

    .sec06_block .eng {
        padding: 8px 1.5rem;
        border-radius: 0 0 0 12px;
        font-size: 1.3rem;
    }

    .sec06_block .eng::after {
        width: 20px;
    }

    .sec06_block .i_txt {
        margin: 1rem 0 0 1rem;
        font-size: 1.5rem;
        line-height: 1.5;
    }

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

    .sec06_block .sp_txt {
        margin: 1.5rem 0 0;
        text-align: center;
    }
}

/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
    background: #ecf8f9;
    padding: 16rem 0 16rem;
}

.sec07 .sec_upper .upper_l {
    width: calc(100% - 260px);
}

.sec07 .sec_upper .upper_r {
    width: 402px;
}

.sec07_block {
    margin: 8rem 0 0;
}

.sec07_block .item {
    background: #fff;
    margin: 0 0 8rem;
    position: relative;
    z-index: 0;
}

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

.sec07_block .item:nth-child(odd) {
    padding: 1rem 0 1rem 1rem;
    border-radius: 25px 0 0 25px;
}

.sec07_block .item:nth-child(even) {
    padding: 1rem 1rem 1rem 0;
    border-radius: 0 25px 25px 0;
}

.sec07_block .item::after {
    content: "";
    position: absolute;
    top: 0;
    background: #fff;
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.sec07_block .item:nth-child(odd)::after {
    left: 100%;
}

.sec07_block .item:nth-child(even)::after {
    right: 100%;
}

.sec07_block .num {
    position: absolute;
    top: -40px;
    width: 100px;
}

.sec07_block .item:nth-child(odd) .num {
    left: 30px;
}

.sec07_block .item:nth-child(even) .num {
    right: 30px;
}

.sec07_block .item_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec07_block .img_box {
    width: 400px;
}

.sec07_block .item:nth-child(odd) .img_box {
    order: 1;
}

.sec07_block .item:nth-child(even) .img_box {
    order: 2;
}

.sec07_block .img_box img {
    height: 100%;
    object-fit: cover;
}

.sec07_block .item:nth-child(odd) .img_box img {
    border-radius: 25px 0 0 25px;
}

.sec07_block .item:nth-child(even) .img_box img {
    border-radius: 0 25px 25px 0;
}

.sec07_block .txt_box {
    width: calc(100% - 400px);
}

.sec07_block .item:nth-child(odd) .txt_box {
    padding: 4rem 0 4rem 6rem;
    order: 2;
}

.sec07_block .item:nth-child(even) .txt_box {
    padding: 4rem 6rem 4rem 0;
    order: 1;
}

.sec07_block .ttl01 {
    font-size: 2.6rem;
}

.sec07_block .ttl01 a {
    position: relative;
    padding-right: 1.5rem;
}

.sec07_block .ttl01 a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #16a8b2;
    border-right: 2px solid #16a8b2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec07 {
        padding: 8rem 1.5rem 8rem;
    }

    .sec07 .sec_upper .upper_l {
        width: 100%;
    }

    .sec07 .sec_upper .upper_r {
        width: 170px;
    }

    .sec07_block {
        margin: 6rem 0 0;
    }

    .sec07_block .item {
        margin: 0 0 4rem;
    }

    .sec07_block .item:nth-child(odd) {
        padding: 1rem 0 1rem 1rem;
        border-radius: 12px 0 0 12px;
    }

    .sec07_block .item:nth-child(even) {
        padding: 1rem 1rem 1rem 0;
        border-radius: 0 12px 12px 0;
    }

    .sec07_block .num {
        top: -20px;
        width: 20%;
    }

    .sec07_block .item:nth-child(odd) .num {
        left: 20px;
    }

    .sec07_block .item:nth-child(even) .num {
        right: 20px;
    }

    .sec07_block .item_inner {
        display: block;
    }

    .sec07_block .img_box {
        width: calc(100% + 1.5rem);
    }

    .sec07_block .item:nth-child(even) .img_box {
        margin: 0 0 0 -1.5rem;
    }

    .sec07_block .img_box img {
        height: auto;
    }

    .sec07_block .item:nth-child(odd) .img_box img {
        border-radius: 12px 0 0 12px;
    }

    .sec07_block .item:nth-child(even) .img_box img {
        border-radius: 0 12px 12px 0;
    }

    .sec07_block .txt_box {
        width: 100%;
    }

    .sec07_block .item:nth-child(odd) .txt_box {
        padding: 2rem 0 4rem 2rem;
    }

    .sec07_block .item:nth-child(even) .txt_box {
        padding: 2rem 2rem 2rem 0;
    }

    .sec07_block .ttl01 {
        font-size: 1.8rem;
    }

    .sec07_block .txt {
        margin: 1.5rem 0 0;
    }

    .sec07_block .btn-link a {
        margin: 1.5rem 0 0;
    }
}

/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
    background: url("/wp/wp-content/uploads/bg_03.jpg") center center no-repeat;
    background-size: cover;
    padding: 14rem 0 14rem;
    background-attachment: fixed;
}

.sec08_block {
    background: #16a8b2;
    max-width: 860px;
    margin: auto;
    padding: 5rem 8rem 5rem;
    position: relative;
    z-index: 1;
}

.sec08_block::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - 180px);
    background: url("img/arrow_deco_03.png") left top no-repeat;
    background-size: contain;
    width: 260px;
    height: 320px;
    z-index: -1;
}

.sec08_block .ttl_wrap {
    text-align: center;
}

.sec08_block .ttl_wrap .sub {
    font-size: 2rem;
    font-weight: bold;
}

.sec08_block .ttl_wrap .ttl01 {
    display: inline-block;
    background: #fff;
    margin: 2rem 0 0;
    padding: 1.2rem 3rem;
    color: #16a8b2;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 5px;
}

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

.sec08 .about {
    display: flex;
    justify-content: space-between;
    background: #f2f8f8;
    max-width: 860px;
    margin: 7rem auto 0;
    padding: 4.2rem 8rem 5rem;
    border-radius: 50px 0 0 50px;
    position: relative;
    z-index: 0;
}

.sec08 .about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background: #f2f8f8;
    width: 100vw;
    height: 100%;
}

.sec08 .about .img_box {
    width: 80px;
}

.sec08 .about .edit {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
    text-align: center;
}

.sec08 .about .txt_box {
    width: calc(100% - 120px);
    padding: 0 0 0 0rem;
}

.sec08 .about .m_ttl {
    padding: 0 10rem 0 0;
    font-size: 2.8rem;
}

.sec08 .about .txt {
    margin: 3rem 0 0;
}

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
    .sec08 {
        background: url("/wp/wp-content/uploads/bg_03.jpg") center center no-repeat;
        background-size: cover;
        padding: 6rem 1.5rem 6rem;
    }

    .sec08_block {
        max-width: 100%;
        padding: 3rem 2rem 3rem;
    }

    .sec08_block::after {
        top: auto;
        left: inherit;
        right: 30px;
        bottom: -10rem;
        background: url("img/arrow_deco_03.png") left top no-repeat;
        background-size: contain;
        width: 57%;
        height: 0;
        padding-top: 22rem;
    }

    .sec08_block .ttl_wrap .sub {
        font-size: 1.6rem;
    }

    .sec08_block .ttl_wrap .ttl01 {
        margin: 1.5rem 0 0;
        padding: 1rem 2rem;
        font-size: 1.8rem;
        border-radius: 3px;
    }

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

    .sec08 .about {
        display: block;
        max-width: 100%;
        margin: 6rem auto 0;
        padding: 0 2rem 3rem;
        border-radius: 25px;
    }

    .sec08 .about::after {
        display: none;
    }

    .sec08 .about .img_box {
        width: 25%;
        position: relative;
        top: -26px;
        text-align: center;
    }

    .sec08 .about .img_box img {
        width: 60%;
    }

    .sec08 .about .edit {
        margin: 0.5rem 0 0;
    }

    .sec08 .about .txt_box {
        width: 100%;
        margin: 0rem 0 0;
        padding: 0 0 0 0;
    }

    .sec08 .about .m_ttl {
        padding: 0 0 0 0;
        font-size: 1.9rem;
    }

    .sec08 .about .txt {
        margin: 1.5rem 0 0;
    }

    .sec08 .about .btn-link a {
        margin: 1.5rem 0 0;
    }
}
