@charset "UTF-8";
/*=================================================================
	index
===================================================================*/
.top-article-wrap {
    position: relative;
}

.top-article h2 {
    position: absolute;
    top: 8%;
    left: 25%;
    z-index: 2;
    font-size: clamp(1.6rem, 2vw, 3rem);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    line-height: 1.25;
    max-width: 25%;
}

@media (max-width: 1024px) {
    .top-article h2 {
        left: 15%;
        max-width: 35%;
    }
}

@media (max-width: 540px) {
    .top-article h2 {
        left: 10%;
        max-width: 40%;
        top: 5%;
    }
}

.top-article-list {
    margin: 0 clamp(10px, 2vw, 40px);
}

.top-article-list a .article-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: right;
    margin: 10px 0;
}

.top-article-list a .article-ttl .ttl-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    margin-bottom: 10px;
}

.top-article-list a .article-ttl .post-ttl {
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
    text-align: left;
}

.top-article-list a .article-ttl .date {
    margin: .5em 0;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.25;
}

.top-article-list a:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.top-article-list a:hover .article-ttl {
    color: #8d8d8d;
}

.top-article-list a:hover .ttl {
    color: #8d8d8d;
}

.top-article .btn {
    margin: 0 auto;
}

@media (max-width: 540px) {
    .top-article .btn {
        margin-top: 1em;
    }
}

.top-article.-event .top-article-list a .article-ttl .date {
    margin-bottom: 0;
}

.status {
    border: solid 1px;
    padding: 0 .5em;
}

.status.-status3 {
    background: rgba(0, 0, 0, 0.2);
    border: none;
}

.time {
    color: #8d8d8d;
}

.top-map {
    padding: clamp(50px, 4.16667vw, 80px) 0 30px;
}

@media (min-width: 841px) {
    .top-map {
        padding-top: 140px;
    }
}

.top-map .inner {
    position: relative;
}

@media (min-width: 841px) {
    .top-map .map-ttl {
        position: absolute;
        top: -70px;
        left: 4%;
        z-index: 2;
        pointer-events: none;
    }
    .top-map .map-ttl .txt {
        max-width: 17%;
        margin-top: 50px;
    }
}

.top-map .map-ttl .txt {
    line-height: 1.25;
    color: #D81600;
}

@media (max-width: 840px) {
    .top-map .map-ttl .txt {
        max-width: 80%;
        font-size: clamp(1.3rem, 1.3vw, 1.6rem);
        position: relative;
        z-index: 2;
    }
}

.top-map .map-wrap {
    margin-left: 10vw;
}

.top-map .map-wrap #maps {
    height: 600px;
}

@media (max-width: 840px) {
    .top-map .map-wrap {
        margin-left: 0;
    }
    .top-map .map-wrap #maps {
        margin-top: -15px;
        height: 500px;
    }
}

.top-map .map-wrap .map-item-body {
    max-width: 280px;
    font-family: "Roboto", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.top-map .map-wrap .map-item-body h3 {
    font-size: 1.15em;
}

.top-map .map-wrap .map-item-body h3 a {
    text-decoration: underline;
}

.top-map .map-wrap .map-item-body .address {
    margin: .25em 0 0;
    line-height: 1.25;
}

.top-map .map-wrap .map-item-body a.url {
    margin: .5em 0;
    display: block;
}

.top-map .map-wrap .map-item-body a.url span {
    color: #D81600;
    position: relative;
    padding-right: 1.7em;
    display: inline-block;
    margin-bottom: .5em;
}

.top-map .map-wrap .map-item-body a.url span::after {
    font-family: 'icomoon';
    content: "\f0142";
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    right: .5em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-map .map-wrap .map-item-body a.url:hover span::after {
    right: .3em;
}

.top-map .map-wrap .map-item-body a.url:hover img {
    opacity: .6;
}

.top-recruit {
    padding-bottom: 0;
}

.recruit-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
}

@media (max-width: 840px) {
    .recruit-lists {
        gap: 20px 10px;
        margin-top: 30px;
    }
}

.recruit-list {
    width: calc((100% / 4) - 20px);
    text-align: center;
}

@media (max-width: 840px) {
    .recruit-list {
        width: calc((100% / 2) - 10px);
    }
}

.recruit-list-thumb figure {
    overflow: hidden;
    background: #FFF;
}

.recruit-list-thumb figure img {
    aspect-ratio: 16/9;
    -o-object-fit: contain;
    object-fit: contain;
}

.recruit-list-ttl {
    font-size: 1.25em;
    margin: .5em auto .25em;
}

@media (max-width: 540px) {
    .recruit-list-ttl {
        font-size: 1em;
    }
}

.recruit-list-date {
    color: #8d8d8d;
}

@media (max-width: 540px) {
    .recruit-list-date {
        font-size: .85em;
    }
}

.recruit-list:hover {
    color: #8d8d8d;
}

.recruit-list:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.archive-empty {
    font-size: 1.25em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 50px;
}

@media (max-width: 540px) {
    .archive-empty {
        font-size: 1em;
    }
}

/*===========================================
	アーカイブ
==========================================*/
.article-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
}

@media (max-width: 700px) {
    .article-lists {
        gap: 20px 10px;
    }
}

.article-list {
    width: calc((100% / 2) - (50px / 2));
}

@media (max-width: 700px) {
    .article-list {
        width: calc(100% / 1);
    }
}

.article-list a:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.article-list a:hover .article-ttl {
    color: #8d8d8d;
}

.article-thumb {
    overflow: hidden;
}

.article-thumb img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-ttl {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 4em;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.article-ttl .ttl-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
}

.article-ttl .ttl-wrap .post-ttl {
    font-size: 1.25em;
    line-height: 1.3;
}

@media (max-width: 840px) {
    .article-ttl .ttl-wrap .post-ttl {
        font-size: 1em;
    }
}

.article-ttl .ttl-wrap .ttl {
    font-size: 1.25em;
}

.article-ttl .ttl {
    font-weight: 400;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
    text-align: left;
}

.article-ttl-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .5em;
}

@media (max-width: 840px) {
    .article-ttl-bottom .category {
        font-size: .85em;
    }
}

@media (max-width: 840px) {
    .article-ttl-bottom .time {
        font-size: .85em;
    }
}

.event-li {
    border-bottom: solid 1px #d4d4d4;
}

.event-li:first-child {
    border-top: solid 1px #d4d4d4;
}

.event-li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 1.5em 1em 1.5em .5em;
}

.event-li a::after {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: .5em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #8d8d8d;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 2;
}

.event-li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.7s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    z-index: 1;
}

.event-li a:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.event-li a * {
    position: relative;
    z-index: 2;
}

.event-li a .date {
    width: 7em;
}

.event-li a .category {
    width: 7em;
}

.event-li a .ttl {
    width: calc(100% - (7em + 7em));
    font-weight: 400;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 700px) {
    .event-li a .ttl {
        width: 100%;
    }
}

.event-li a:hover::after {
    right: .25em;
}

/*=========================================
	シングル
=========================================*/
@media (min-width: 1201px) {
    .post-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .post-wrap {
        max-width: calc(840px + 8%) !important;
        margin: 0 auto;
    }
}

@media (min-width: 1201px) {
    .post-head {
        width: calc(100% - 840px);
        max-width: 40%;
    }
    .post-head-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 150px;
    }
}

.post-head .data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.post-head .data .status-wrap {
    margin-top: 8px;
}

.post-head .data .status-wrap .status {
    display: inline-block;
}

.post-head .ttl {
    margin-top: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-head .ttl .post-ttl {
    font-size: clamp(2rem, 2.2vw, 3rem);
    margin-bottom: 5px;
}

.post-head .ttl .post-sub-ttl {
    font-size: clamp(1.5rem, 1.7vw, 2rem);
    margin-bottom: 1em;
}

.post-head .ttl .name-ttl {
    font-size: 1.15em;
}

.post-head .img {
    margin-top: 20px;
}

@media (min-width: 1201px) {
    .post-main {
        width: 840px;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .post-main {
        margin-top: 20px;
    }
}

.post-main-edit {
    padding: 50px 0;
}

.post-main-profile {
    padding: 30px 0;
}

@media (max-width: 540px) {
    .post-main-profile {
        padding: 10px 0;
    }
}

.post-main-profile .profile-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 20px auto;
}

.post-main-profile .profile-lists-img {
    width: 40%;
}

.post-main-profile .profile-lists-txt {
    width: 60%;
    font-size: .85em;
}

.post-main-profile .profile-lists-txt p:first-child {
    margin-top: 0;
}

.post-main-profile .profile-lists-txt.-noimg {
    width: 100%;
}

.post-main-credit {
    font-size: .85em;
    padding: 30px 0;
}

.post-main-recruit .recruit-info {
    padding: 1em .5em;
    border-bottom: solid 1px #8d8d8d;
}

.post-main-recruit .recruit-info dt {
    font-weight: 500;
    padding-left: .75em;
    margin-bottom: .5em;
    position: relative;
}

.post-main-recruit .recruit-info dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 2px;
    height: 1em;
    background: #8d8d8d;
}

.post-footer {
    padding: clamp(40px, 5vw, 100px) 0;
}

.post-footer .post-end-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-footer .post-end-btns .post-end-btn {
    margin: 0 1em;
}

.new-article {
    padding-bottom: 0;
}

.new-article h2 {
    font-size: clamp(2rem, 3vw, 3.4rem);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    position: relative;
    margin-bottom: -.65em;
    z-index: 2;
}

.new-article .article-lists {
    gap: 20px;
}

@media (max-width: 700px) {
    .new-article .article-lists {
        gap: 20px 10px;
    }
}

.new-article .article-list {
    width: calc((100% / 3) - 20px);
}

@media (max-width: 700px) {
    .new-article .article-list {
        width: calc((100% / 2) - 10px);
    }
}

@media (min-width: 701px) {
    .new-article .article-list:nth-of-type(4) {
        display: none;
    }
}

.new-article .article-list .post-ttl {
    margin-bottom: .3em;
}

/*==================================================================================================
	wp-edit
==================================================================================================*/
.post-main a {
    text-decoration: underline;
}

.post-main a:hover {
    text-decoration: none;
    color: #8d8d8d;
}

.post-main em {
    font-style: italic;
}

.post-main del {
    text-decoration: line-through;
}

@media (min-width: 1201px) {
    .post-main.border-anim-top::after {
        display: none;
    }
}

.post-main-edit {
    word-break: break-all;
    line-height: 1.75;
}

.post-main-edit .wp-block-image, .post-main-edit .wp-block-gallery, .post-main-edit .wp-block-details {
    margin: 1em auto;
}

.post-main-edit .wp-block-pullquote {
    padding: 2em 0;
}

.post-main-edit .wp-block-preformatted {
    font-family: "Roboto", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.post-main-edit .wp-block-details summary {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
}

.post-main-edit .wp-block-details summary::after {
    content: "\f0140";
    position: absolute;
    font-family: 'icomoon';
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.post-main-edit .wp-block-details summary:hover::after {
    top: 60%;
}

.post-main-edit p {
    margin: 1.25em 0;
}

.post-main-edit .wp-block-heading {
    margin: 2.5em auto 1em;
    line-height: 1.5;
}

.post-main-edit h1, .post-main-edit h2, .post-main-edit h3, .post-main-edit h4, .post-main-edit h5, .post-main-edit h6 {
    font-weight: 400;
}

.post-main-edit h1, .post-main-edit h2 {
    font-size: 1.7em;
}

.post-main-edit h3 {
    font-size: 1.5em;
}

.post-main-edit h4 {
    font-size: 1.4em;
}

.post-main-edit h5 {
    font-size: 1.25em;
}

.post-main-edit h6 {
    font-size: 1.15em;
}

.post-main-edit ul, .post-main-edit ol {
    margin: 1em 0;
    padding-left: 1.8em;
}

.post-main-edit ul {
    list-style: disc;
}

.post-main-edit ol {
    list-style: decimal;
}

.post-main-edit blockquote {
    background-color: #f2f2f2;
    padding: 1em 2em;
    font-style: italic;
}

.post-main-edit blockquote p {
    margin: 0 0 .5em;
}

.post-main-edit blockquote cite {
    font-size: .85em;
}

.post-main-edit figcaption {
    font-size: .85em;
    text-align: center;
    color: #8d8d8d;
}

/*==================================================================================================
	ABOUT US
==================================================================================================*/
.about-txt {
    margin-top: 50px;
}

.about-txt p {
    margin: 1.5em auto;
}

.about-info {
    margin-top: 50px;
}

.about-info h2 {
    font-size: 1.75em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.25;
}

/*==================================================================================================
	お問い合わせ CONATCT
==================================================================================================*/
.mailform-table {
    margin: 40px auto;
}

@media (max-width: 540px) {
    .mailform-table {
        margin: 0;
    }
}

.mailform-table dl {
    line-height: 1.8em;
    width: 100%;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 840px) {
    .mailform-table dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .8em 0;
    }
}

@media (max-width: 700px) {
    .mailform-table dl {
        line-height: 1.2em;
    }
}

.mailform-table dt {
    margin-right: 0.5em;
    width: 25%;
    position: relative;
    vertical-align: middle;
}

@media (max-width: 840px) {
    .mailform-table dt {
        width: 100%;
        margin-bottom: 10px;
    }
}

.mailform-table dd {
    width: 75%;
    padding-left: 1.5em;
}

@media (max-width: 840px) {
    .mailform-table dd {
        padding-left: 0;
        width: 100%;
    }
}

.mailform-table .required::after {
    content: "必須";
    background: #abd9ef;
    color: #FFF;
    padding: 3px 1em;
    line-height: 1.75;
    position: absolute;
    right: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
}

@media (max-width: 1024px) {
    .mailform-table .required::after {
        right: 0;
    }
}

@media (max-width: 840px) {
    .mailform-table .required::after {
        margin-left: 10px;
        position: relative;
        padding: .2em 1em;
    }
}

@media (max-width: 700px) {
    .mailform-table .required::after {
        font-size: .8em;
    }
}

.txt-area {
    width: 100%;
    padding: 0 10px;
    height: 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    border: solid 1px #8d8d8d;
    background: none;
}

.txt-area.txt-area2 {
    min-height: 200px;
}

.txt-area.code {
    display: inline-block;
    width: 9em;
    margin: 0 0 5px 5px;
}

.privacy-policy, .privacy-policy-check, .kakunin {
    margin: 30px auto;
    text-align: center;
}

@media (max-width: 840px) {
    .privacy-policy, .privacy-policy-check, .kakunin {
        margin: 25px auto;
    }
}

.privacy-policy-check label span {
    margin-left: 3px;
}

.privacy-policy-txt a {
    text-decoration: underline;
}

.privacy-policy-txt a:hover {
    opacity: .6;
    text-decoration: none;
}

input[type=checkbox] {
    display: none;
}

.checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    position: relative;
    width: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.checkbox::before {
    content: '';
    position: absolute;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    display: block;
    height: 14px;
    width: 14px;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.checkbox::after {
    border-right: 3px solid #abd9ef;
    border-bottom: 3px solid #abd9ef;
    content: '';
    display: block;
    height: 15px;
    width: 8px;
    top: 55%;
    left: 8px;
    margin-top: -18px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.checkbox:hover::before {
    border-color: #abd9ef;
}

input[type=checkbox]:checked + .checkbox::before {
    border-color: #abd9ef;
}

input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
    transform: rotate(45deg) scale3d(1, 1, 1);
}

.kakunin .btn-main {
    cursor: pointer;
    border: none;
    border-bottom: solid 1px #abd9ef;
}

.kakunin .btn-main[disabled] {
    opacity: 0.4;
    pointer-events: none;
}

/*==================================================================================================
	個人情報保護方針 policy
==================================================================================================*/
.policy {
    margin-top: 60px;
}

.policy-list {
    margin: 30px auto;
}

.policy-list h2 {
    font-weight: 500;
    margin-top: 1em;
}

.policy-list li {
    padding: 1em;
    border-top: solid 1px #abd9ef;
}

/*==================================================================================================
	etc
==================================================================================================*/
.etc h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
}

.etc .btn {
    margin-top: 3em;
}

/*=================================================================
	確認画面
==================================================================*/
.confirm #formWrap {
    margin: 20px auto 50px;
}

.confirm-items {
    width: 100%;
    margin-top: 20px;
}

.confirm-items tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: solid 1px #8d8d8d;
}

@media (max-width: 540px) {
    .confirm-items tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.confirm-items tbody tr th, .confirm-items tbody tr td {
    padding: .75em 1em;
}

@media (max-width: 540px) {
    .confirm-items tbody tr th, .confirm-items tbody tr td {
        width: 100% !important;
    }
}

.confirm-items tbody tr th {
    width: 12em;
    text-align: left;
    font-weight: 400;
}

@media (max-width: 540px) {
    .confirm-items tbody tr th {
        padding-bottom: 0;
    }
}

.confirm-items tbody tr td {
    width: calc(100% - 12em);
    font-weight: 400;
}

.confirm-btns-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.confirm-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.confirm-btns .confirm-btn {
    border: none;
    background: none;
    padding: .5em 1.5em;
    border-radius: 4px;
}

.confirm-btns .confirm-btn-back {
    margin-top: 20px;
}

.confirm-btns .confirm-btn-submit {
    background: #abd9ef;
    color: #FFF;
    font-size: 1.25em;
}

.confirm-btns .confirm-btn:hover {
    opacity: .6;
}

/*=================================================================
	teaser
==================================================================*/
.wrapper {
    min-height: 100svh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.teaser_logo {
    margin: 0 auto clamp(50px, 7vw, 80px);
    text-align: center;
}

.teaser_logo img {
    width: clamp(400px, 75vw, 840px);
    -webkit-filter: invert(87%) sepia(6%) saturate(1709%) hue-rotate(167deg) brightness(97%) contrast(93%);
    filter: invert(87%) sepia(6%) saturate(1709%) hue-rotate(167deg) brightness(97%) contrast(93%);
}

.teaser_txt {
    font-size: 1.25em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}
