@charset "utf-8";

main {
    padding: 1rem 0;
    display: grid;
    gap: 1rem;
}

/* section title */
.c-secttl {
    display: grid;
    gap: .1rem;
}

.c-secttl02 {
    text-align: center;
}

.c-secttl03 {
    text-align: center;
}

.c-secttl04::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    margin-top: .1rem;
}


/* ヘッダー周り
   ========================================================================== */
.c-sub__header-pic {
    height: 140px;
    margin: 0 calc(50% - 50vw) .2rem;
}

.c-sub__header-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.c-sub__header-bc {
    display: flex;
    flex-wrap: wrap;
    gap: .1rem;
}

.c-sub__header-bc li:not(:first-child)::before {
    content: '>';
    margin-right: .1rem;
}

.c-sub__header-bc a:hover {
    text-decoration: underline;
}

/* 詳細コンテンツ
   ========================================================================== */
/* 大見出し */
.c-sub__ttl {
    display: grid;
    gap: .2rem;
    place-items: center;
}

/* レイアウト */
.c-sub__cont {
    display: flex;
    gap: .3rem;
}

.c-sub__cont-sidebar {
    flex: 0 0 230px;
}

.c-sub__cont-article {
    display: grid;
    gap: 1rem;
}

.c-sub__cont-sidebar-list {
    position: sticky;
    position: -webkit-sticky;
    top: 1.2rem;
    background: linear-gradient(to bottom, #e6de50, #cde7ab, #8acbcd);
    border-radius: .2rem;
    padding: .2rem;
}

.c-sub__cont-sidebar-list::after {
    content: '';
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: .15rem;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: -1;
}

.c-sub__cont-sidebar-list li {
    border-bottom: 1px solid #000;
}

.c-sub__cont-sidebar-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .1rem;
    height: 50px;
}

.c-sub__cont-sidebar-list a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.c-sub__cont-article section {
    display: grid;
    gap: .3rem;
}

/* 見出し */
.c-sub__sec-ttl {
    border-left: 2px solid #000;
    padding-left: .2rem;
}

/* 見出し画像 */
.c-sub__sec-pic {
    border-radius: .3rem;
    overflow: hidden;
}

.c-sub__sec-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/*.c-sub__sec-pic.no-border{
    border: none;
}*/


/* 画像リスト */
.c-sub__sec-picList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
}

.c-sub__sec-picList .c-sub__sec-picItem figure {
    aspect-ratio: 4 / 3;
    border-radius: .2rem;
    overflow: hidden;
    background: #fff;
}

.c-sub__sec-picList .c-sub__sec-picItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* 見出し 黒丸リスト */
.c-sub__sec-discList {
    padding-left: calc(13px + .1rem);
}

.c-sub__sec-discList li {
    list-style-type: disc;
}

/* テキストリスト */
.c-sub__sec-txtList {
    display: grid;
    gap: .2rem;
}

.c-sub__sec-txtList>li {
    display: grid;
    gap: .05rem;
    padding-bottom: .2rem;
    border-bottom: 1px dotted #000;
}

/* テキストリスト 見出し */
.c-sub__sec-txtList-head {
    display: flex;
    gap: .1rem;
    align-items: baseline;
}

.c-sub__sec-txtList-head::before {
    content: '';
    flex: 0 0 13px;
    height: 13px;
    background: #80c269;
    border-radius: 3px;
}

/* テキストリスト テキスト */
.c-sub__sec-txtList-cont {
    padding-left: calc(13px + .1rem);
}

/* テキストリスト 黒丸リスト */
.c-sub__sec-txtList-discList {
    padding-left: calc(13px + .3rem);
}

.c-sub__sec-txtList-discList li {
    list-style-type: disc;
}

/* テキストリスト 数字リスト */
.c-sub__sec-txtList-numList {
    padding-left: calc(13px + .3rem);
}

.c-sub__sec-txtList-numList li {
    list-style-type: decimal;
}

/* 左画像リスト */
.c-sub__sec-Lpiclist {
    display: grid;
    gap: .3rem;
}

.c-sub__sec-Lpiclist>div {
    background: #fefedf;
    padding: .3rem;
    display: flex;
    gap: .4rem;
    border-radius: .25rem;
}

.c-sub__sec-Lpiclist figure {
    flex: 0 0 275px;
    border-radius: .2rem;
    overflow: hidden;
}

.c-sub__sec-Lpiclist figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.c-sub__sec-Lpiclist-txtBox {
    display: grid;
    gap: .1rem;
}

/* テーブル 共通 */
.c-sub__sec-table table {
    width: 100%;
    line-height: 1.6;
}

.c-sub__sec-table table th {
    padding: .2rem;
}

.c-sub__sec-table table td {
    padding: .2rem;
    border-bottom: 1px solid #000;
}

.c-sub__sec-table table .conts .blue {
    background: #deeef2;
}

.c-sub__sec-table table .conts .yellow {
    background: #fefedf;
}

.c-sub__sec-table table .conts .green {
    background: #def2f0;
}

.c-sub__sec-table table .conts .gray {
    background: #f5f5f5;
}

.c-sub__sec-table table .conts_top {
    border-top: 2px solid #000;
}

.c-sub__sec-table table .conts_end {
    border-bottom: 2px solid #000;
}

/* テーブルスタイル01*/
.c-sub__sec-table.style01 table .head>*:nth-child(1) {
    width: 15%;
}

.c-sub__sec-table.style01 table .head>*:nth-child(2) {
    width: 20%;
}

.c-sub__sec-table.style01 table .head>*:nth-child(3) {
    width: 10%;
}

.c-sub__sec-table.style01 table .head>*:nth-child(4) {
    width: 55%;
}

.c-sub__sec-table.style01 table .conts th+td {
    background: #f5f5f5;
}

.c-sub__sec-table.style01 table .conts td:first-child {
    background: #f5f5f5;
}

/* テーブルスタイル02*/
.c-sub__sec-table.style02 table .conts_top>*:nth-child(1) {
    width: 15%;
}

.c-sub__sec-table.style02 table .conts_top>*:nth-child(2) {
    width: 15%;
}

.c-sub__sec-table.style02 table .conts_top>*:nth-child(3) {
    width: 20%;
}

.c-sub__sec-table02.style02 .conts_top>*:nth-child(4) {
    width: 50%;
}

/* テーブルスタイル03*/
.c-sub__sec-table.style03 table .conts_top>*:nth-child(1) {
    width: 30%;
}

.c-sub__sec-table.style03 table .conts_top>*:nth-child(2) {
    width: 70%;
}

/* テーブルスタイル04*/
.c-sub__sec-table.style04 table .conts>*:nth-child(1) {
    width: 50%;
}

.c-sub__sec-table.style04 table .conts>*:nth-child(2) {
    width: 50%;
}

.c-sub__sec-table.style04 table .conts .border {
    border-right: 1px solid #000;
}

.c-sub__sec-table.style04 table .conts td {
    background: #fff;
}

.c-sub__sec-table.style04 table .conts:nth-child(odd) td {
    background: #f5f5f5;
}


/* テキストリンク リスト */
.c-sub__sec-txtLinkList {
    display: grid;
    gap: .2rem .4rem;
    grid-template-columns: repeat(3, 1fr);
}

.c-sub__sec-txtLinkList a {
    display: flex;
    align-items: center;
    gap: .1rem;
    height: 50px;
    position: relative;
    padding-right: 50px;
}

.c-sub__sec-txtLinkList a::before {
    content: '';
    width: 48px;
    height: 48px;
    background: url(../img/common/bg_ico.png) no-repeat top center / cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.c-sub__sec-txtLinkList a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
}

/* ボタンリンク リスト ※ボタン装飾はcommon */
.c-sub__sec-btnLinkList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .4rem;
}

/* モーダルリスト */
.c-sub__sec-modalList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
}

.c-sub__sec-modalList .c-sub__sec-modalItem figure {
    aspect-ratio: 4 / 3;
    border-radius: .2rem;
    overflow: hidden;
    background: #fff;
}

.c-sub__sec-modalList .c-sub__sec-modalItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* モーダルアイテム */
.c-sub__sec-modalItem {
    cursor: zoom-in;
    display: grid;
    gap: .05rem;
    align-content: flex-start;
}

/* モーダルウィンドウ */
.c-sub__modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}

.c-sub__modal-img {
    width: min(100% - 1rem, 12rem);
    overflow: scroll;
    padding: 30px 0;
    cursor: auto;
}

/*.c-sub__modal-img figure {
    background: #fff;
}*/

.c-sub__modal-img img {
    max-height: 80vh;
}

.c-sub__modal-cap {
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
}

.c-sub__modal-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.c-sub__modal-close span {
    position: relative;
    width: 40px;
    height: 2px;
}

.c-sub__modal-close span::before,
.c-sub__modal-close span::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 9999px;
    top: 0;
    right: 0;
}

.c-sub__modal-close span::before {
    transform: rotate(25deg);
}

.c-sub__modal-close span::after {
    transform: rotate(-25deg);
}

.swiper-horizontal {
    touch-action: auto;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .1rem;
    margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 28px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

/* セクション内ブロック */
.c-sub__sec-blc {
    display: grid;
    gap: .1rem;
}

/* 12-1 */
.wemental_box01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .3rem;
}

.wemental_box01>div {
    display: grid;
    gap: .1rem;
    text-align: center;
}

.wemental_box01>div figure {
    aspect-ratio: 2 / 1;
    overflow: hidden;
    border-radius: .2rem;
}

.wemental_box01>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.wemental_box02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .3rem;
}

.wemental_box02>div {
    display: grid;
    gap: .1rem;
    place-content: start;
    place-items: center;
    padding: .2rem;
    background: #fff;
    border-radius: .2rem;
}

.wemental_box02>div figure {
    width: 120px;
    margin: auto;
    padding: .2rem;
    background: #fefedf;
    border-radius: 50%;
}

.wemental_box03 {
    display: grid;
    gap: .3rem;
}

.wemental_box03>div {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: .2rem;
    padding: .2rem;
    background: #fff;
    border-radius: .2rem;
}

.wemental_box03>div .text_box {
    display: grid;
    gap: .1rem;
    place-content: start;
}

.wemental_box04 {
    display: grid;
    gap: .2rem;
    background: #fff;
    border-radius: .2rem;
    padding: .2rem;
}

.wemental_box04>div {
    display: grid;
    gap: .1rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #000;
}

.wemental_box04>div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wemental_box04_ttl span {
    display: inline-block;
    margin-right: .1rem;
}

.wemental_box01 .number,
.wemental_box02 .number,
.wemental_box03 .number,
.wemental_box04 .number {
    color: #004ea2;
}

/*contact form*/
.p-contact-form {
    border: 1px solid #707070;
    border-radius: .2rem;
    overflow: hidden;
    background: #fff;
}

.p-contact-form__row {
    display: flex;
    border-bottom: 1px solid #707070;
    margin: 0;
}

.p-contact-form__row:last-child {
    border-bottom: none;
}

.p-contact-form__label {
    background: #eee;
    width: 230px;
    padding: .2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #707070;
}

.p-contact-form__input {
    padding: .2rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .2rem;
}

.p-contact-form__radio-group{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
}

.p-contact-form__wish-list{
    display: grid;
    gap: .15rem;
}

.p-contact-form__wish-label{
    font-weight: 600;
}

.p-contact-form__wish-item{
    display: grid;
    gap: .05rem;
}

.p-contact-form--wrap{
    display: grid;
    gap: .2rem;
}

.p-contact-form--wrap:not(:first-child){
    margin-top: .5rem;
}

.p-contact-form--notice{
    margin-top: .5rem;
    display: grid;
    gap: .4rem;
    place-items: center;
}

.p-contact-form--notice a{
    display: inline-block;
    color: #0d79b3;
    text-decoration: underline;
}

.p-contact-check__wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .2rem;
}

.p-contact-privacy__check {
    background: #fff;
    border: 1px solid #707070;
    border-radius: .2rem;
    padding: .4rem .2rem;
    width: min(100%, 420px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-badge {
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: normal;
    white-space: nowrap;
    flex-shrink: 0;
}

.c-badge.is-required {
    background: #c00;
}

.c-badge.is-any {
    background: #007bff;
}

.c-input,
.c-textarea,
.c-select {
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.c-input {
    width: 420px;
    max-width: 100%;
}

.c-input.is-full {
    width: 100%;
}

.c-textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
}

.c-text-notice{
    color: #e60012;
}
/* ===== セレクト ===== */
.c-select-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.c-select {
    width: auto;
    min-width: 80px;
    }

/* ===== ラジオボタン ===== */
.c-radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-radio {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.c-checkbox {
    display: flex;
    align-items: center;
    gap: .2rem;
    cursor: pointer;
}

.c-checkbox input {
    display: none;
}

.c-checkbox__box {
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    display: block;
    position: relative;
}

.c-checkbox input:checked+.c-checkbox__box::after {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
}

@media only screen and (max-width: 1024px) {

    .c-sub__cont {
        flex-direction: column;
        gap: 1rem;
    }

    .c-sub__cont-sidebar {
        flex: 1;
    }

    .c-sub__cont-article {
        width: 100%;
    }

    .c-sub__cont-sidebar-list {
        padding: .4rem;
    }

    .c-sub__sec-Lpiclist>div {
        flex-direction: column;
        padding: .4rem;
    }

    .c-sub__sec-Lpiclist figure {
        flex: 1;
        text-align: center;
    }

    .c-sub__sec-txtLinkList {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-sub__sec-modalList {
        grid-template-columns: repeat(2, 1fr);
        gap: .4rem;
    }

    .c-sub__sec-modalItem {
        gap: .1rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #000;
    }

    .c-sub__sec-table table {
        width: min(100%,12rem);
        margin: auto;
    }

    .c-sub__sec-txtList-discList {
        padding-left: calc(13px + .5rem);
    }

    .c-sub__sec-txtList-numList {
        padding-left: calc(13px + .5rem);
    }

    .c-sub__sec-picList {
        grid-template-columns: repeat(1, 1fr);
    }

    .c-sub__sec-btnLinkList {
        grid-template-columns: repeat(1, 1fr);
    }

    /*12-1*/
    .wemental_box01 {
        grid-template-columns: 100%;
    }

    .wemental_box02 {
        grid-template-columns: 100%;
    }

    .wemental_box03>div {
        grid-template-columns: 100%;
        place-items: center;
    }

    /*contact form*/
    .p-contact-form__row {
        flex-direction: column;
    }

    .p-contact-form__label {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #707070;
    }

    .p-contact-check__wrap{
        flex-direction: column;
    }
    .c-input {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .c-sub__sec-txtLinkList {
        grid-template-columns: repeat(1, 1fr);
    }

    .c-sub__sec-btnLinkList {
        flex-direction: column;
    }

    .c-sub__sec-modalList {
        grid-template-columns: repeat(1, 1fr);
    }

    .c-sub__sec-table {
        height: 60vh;
    }
}