@charset "utf-8";

/*
Theme Name: uchida-bankin
*/
@font-face {
    font-family: "KaisotaiNext";
    src: url("font/Kaisotai-Next-UP-B.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.kaisotai {
    font-family: "KaisotaiNext", sans-serif;
    font-weight: 700;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
figure,
a,
table,
tr,
th,
td,
address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
}

.pc_only {
    display: none;
}

.pcbr {
    display: none;
}

@media screen and (min-width: 768px) {
    [href*='tel:'] {
        pointer-events: none;
    }

    a,
    a:hover {
        transition: .2s;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}

/*==========================

ユーティリティ

===========================*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.t-c {
    text-align: center !important;
}

.t-l {
    text-align: left !important;
}

.t-r {
    text-align: right !important;
}

@media screen and (max-width: 767px) {
    .mt-15 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 15px !important;
    }

    .mt-25 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 20px !important;
    }

    .mt-40 {
        margin-top: 30px !important;
    }

    .mt-45 {
        margin-top: 30px !important;
    }

    .mt-50 {
        margin-top: 35px !important;
    }

    .mt-60 {
        margin-top: 40px !important;
    }

    .mt-70 {
        margin-top: 50px !important;
    }

    .mt-80 {
        margin-top: 60px !important;
    }

    .mt-100 {
        margin-top: 60px !important;
    }

    .mb-15 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 15px !important;
    }

    .mb-25 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 20px !important;
    }

    .mb-40 {
        margin-bottom: 30px !important;
    }

    .mb-45 {
        margin-bottom: 30px !important;
    }

    .mb-50 {
        margin-bottom: 35px !important;
    }

    .mb-60 {
        margin-bottom: 40px !important;
    }

    .mb-70 {
        margin-bottom: 50px !important;
    }

    .mb-80 {
        margin-bottom: 60px !important;
    }

    .mb-100 {
        margin-bottom: 60px !important;
    }
}

/*==========================

全体設定

===========================*/
html {
    font-size: 62.5%;
    touch-action: manipulation;
}

body {
    font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Sans-Serif;
    line-height: calc(30/18);
    color: #4d4d4d;
    /* font-feature-settings: "palt"; */
    background: url(img/bg.png);
    font-size: 1.5em;
    font-weight: 400;
}

.wrap {
    margin: auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.8em;
    }

    .wrap {
        max-width: 1260px;
        padding: 0 30px;
    }
}

/*==========================

ヘッダー

===========================*/
.header {
    width: 100%;
    /* position: absolute; */
    top: 0;
    transition: .4s;
    z-index: 100;
    background-color: #fff;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*ヘッダー高さ*/
    height: 60px;
}

.header-logo {
    height: 40px;
    margin-left: 10px;
}

.header-logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 992px) {
    .header-wrap {
        max-width: 1260px;
        margin: auto;
    }

    .header-logo {
        height: 55px;
        margin-left: 20px;
    }

    .header-wrap {
        /*ヘッダー高さ*/
        height: 100px;
    }
}

@media screen and (min-width: 1280px) {
    .header-logo {
        height: 70px;
        width: auto;
    }
}

/*
グローバルナビ
===========================*/
.gnav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: #0278c7;
    transition: transform .25s;
    padding: 4em 0;
    text-align: center;
}

.gnav.active {
    z-index: 101;
    transform: translateX(0);
}

.gnav-list {
    margin: 1em 0;
}

.gnav-list li a {
    display: block;
    text-align: center;
    padding: 1em;
    color: #fff;
    font-weight: 500;
}

.gnav .header-widget {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gnav .header-btn {
    width: 150px;
    height: 100px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    color: #fff;
    border: 1px solid;
    font-size: 1.6rem;
    position: relative;
}

.gnav .header-btn:last-child {
    background-color: #ffaa00;
}

.gnav .header-btn:hover {
    filter: brightness(115%);
}

@media screen and (min-width: 992px) {
    .gnav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: static;
        width: calc(100% - 240px);
        height: auto;
        margin-left: auto;
        transform: translateX(0);
        background: none;
        padding: 0;
    }

    .gnav-list {
        display: flex;
        justify-content: space-between;
        margin: 0 20px;
    }

    .gnav-list li a {
        padding: 0 0.5em;
        color: #4d4d4d;
        font-size: 1.4rem;
    }

    .gnav-list li a:hover {
        opacity: 0.6;
    }

    .gnav-list li:last-child a {
        border-right: none;
    }

    .gnav .header-widget {
        display: flex;
        flex-direction: row;
        gap: 0;
    }

    .gnav .header-btn {
        width: 110px;
        font-size: 1.5rem;
        border: none;
        background-color: #0278c7;
    }

    .gnav .header-btn:hover {
        opacity: 0.7;
    }
}

@media screen and (min-width: 1200px) {
    .gnav .header-btn {
        width: 150px;
        font-size: 1.8rem;
    }

    .gnav-list li a {
        font-size: 1.6rem;
    }
}

/*
ハンバーガーメニュー
===========================*/
.hamburger-wrap {
    z-index: 102;
    position: fixed;
    top: 15px;
    right: 18px;
    align-items: center;
    justify-content: center;
}

.hamburger {
    width: 40px;
    height: 22px;
    border: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.hamburger:focus {
    outline: none;
}

.hamburger span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #0278c7;
    border-radius: 4px;
    transition: all .3s;
    /* filter: drop-shadow(2px 1px 2px #aaa); */
}

.hamburger span:nth-of-type(1) {
    top: 0;
}

.hamburger span:nth-of-type(2) {
    top: 10px;
}

.hamburger span:nth-of-type(3) {
    bottom: 0;
}

.hamburger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
}

.hamburger.active span:nth-of-type(2) {
    opacity: 0;
    animation: active-bar02 .5s forwards;
}

@keyframes active-bar02 {
    100% {
        height: 0;
    }
}

.hamburger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
}

/*==========================

フッター

===========================*/
.footer a:hover {
    opacity: 0.7;
}

.footer-copy {
    background-color: #0278c7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 14px;
    margin-top: 80px;
}

.recruit-sec {
    background-color: rgb(2 120 199 / 10%);
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 50px;
    text-align: center;
}

.recruit-sec h2 span {
    display: block;
    color: #0278c7;
    font-size: 3rem;
    margin-top: 30px;
}

.recruit-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 8vw, 100px);
    margin-top: clamp(20px, 5vw, 50px);
    color: #fff;
}

.recruit-btn>* {
    min-width: 0;
}

.recruit-btn li {
    padding: 30px;
    position: relative;
    z-index: 2;
    text-align: center;
    min-width: 0;
    box-shadow: 0 20px 0px -10px rgba(0, 0, 0, 0.1);
}

.recruit-btn li:first-child {
    background-color: #0278c7;
}

.recruit-btn li:first-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 0;
}

.recruit-btn li:last-child {
    background-color: #ffaa00;
}

.recruit-btn li:last-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(255 139 0 / 50%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 0;
}

.recruit-btn li>* {
    position: relative;
    z-index: 2;
}

.recruit-btn li img {
    height: 70px;
    width: auto;
}

.recruit-btn h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 10px;
}

.float {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

@media screen and (max-width: 991px) {
    .footer-copy {
        height: 45px;
        font-size: 12px;
        margin-top: 60px;
    }

    .recruit-sec {
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
        padding: 30px 20px;
    }

    .recruit-sec h2 img {
        max-width: 75%;
    }

    .recruit-btn {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .recruit-btn li {
        padding: 25px 25px 10px;
    }

    .recruit-sec h2 span {
        font-size: 1.8rem;
        margin-top: 30px;
    }

    .recruit-btn li img {
        height: 70px;
        width: auto;
    }

    .recruit-btn h3 {
        font-size: 2rem;
        font-weight: 700;
        padding: 10px;
    }

    .float {
        width: 40px;
        top: auto;
        bottom: 5%;
    }
}

/*==========================

404

===========================*/
main .error404 {
    text-align: center;
    line-height: 2;
    padding: 250px 20px 100px;
}

main .error404 a {
    padding-top: 1em;
    display: inline-block;
    text-decoration: underline;
}

/*==========================

お問い合わせ

===========================*/
/* フォーム部 */
.assess-form {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 100px;
    padding: 50px;
    background: url(img/bg.png);
    color: #4d4d4d;
}

.cancel .assess-form {
    margin: 0 auto 50px;
    padding-top: 20px;
}

h2.check {
    display: none;
}

@media screen and (max-width: 567px) {
    .assess-form {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }
}

/* テーブル共通
------------------------------*/
.assess-form table.mw-form {
    width: 100%;
    max-width: 850px;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 auto 35px;
    font-size: 16px;
}

.assess-form table.mw-form th {
    width: 200px;
    text-align: left;
    padding: 10px 0 10px 10px;
    color: #4d4d4d;
}

.assess-form table.mw-form td {
    width: 75%;
    padding: 10px 0;
}

.assess-form table.mw-form th,
.assess-form table.mw-form td {
    vertical-align: top;
    /* border-top: 1px solid #CCCCCC; */
    margin: 0;
    color: #808080;
}

.assess-form table.mw-form th .ttl {
    display: inline-block;
}

.assess-form table.mw-form th p.txt {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    background-color: transparent;
    margin: 0;
}

.horizontal-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.mw-form-horizontal-item {
    display: inline-block;
}

.mw-form-horizontal-item .ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    padding-right: 10px;
    color: #808080;
}

.mw-form-horizontal-item .address-ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    padding-right: 10px;
    color: #999999;
}

.assess-form select {
    width: 350px;
    height: 30px;
    line-height: 30px;
    padding: 0 50px 0 10px;
    border: 1px solid #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/select_arrow.svg), #fff;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: right 2px center;
    color: #4D4D4D;
}

select::-ms-expand {
    display: none;
}

.address-group .horizontal100 {
    width: 100%;
}

.address-group .mw-form-horizontal-item {
    margin-bottom: 1em;
}

.style1-group .mw-form-horizontal-item {
    margin-bottom: 5px;
}

.small {
    font-size: 0.8em;
}

.mw-form-horizontal p {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .style1-group .mw-form-horizontal-item {
        margin-bottom: 1em;
    }

    .mw-form-horizontal-item.bank {
        display: block;
        margin-bottom: 1em;
    }
}

/* 必須
------------------------------*/
.assess-form table.mw-form th span.required,
.assess-form table.mw-form th span.option {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    /* margin-left: 12px; */
    padding: 2px 0.8em;
    border-radius: 20px;
    letter-spacing: 0.05em;
}

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

    .assess-form table.mw-form th span.required,
    .assess-form table.mw-form th span.option {
        color: #fff;
        font-size: 11px;
        display: inline-block;
        margin-left: 7px;
        margin-top: 2px;
        padding: 0 0.7em;
        line-height: 1.5;
        vertical-align: text-top;
        letter-spacing: 0;
    }
}

.assess-form table.mw-form th span.required {
    color: #d30023;
}

.assess-form table.mw-form th span.option {
    background: #D1D1D1;
    color: #fff;
    display: none;
}

/* 見出し
------------------------------*/
.assess-form h2.mwform-ttl {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background: #000000;
    padding: .8em;
    margin: 0 0 20px;
}

.assess-form h3 {
    color: #000000 !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 20px;
}

/* ラジオボタン・チェックボックス
------------------------------*/
.assess-form table.mw-form .horizontal-item {
    margin: 0 35px 0 0;
}

.assess-form .horizontal-item label {
    display: inline;
}

.mwform-checkbox-field {
    display: block;
}

.mwform-checkbox-field-text {
    color: #4D4D4D;
}

.property .horizontal-item {
    margin: 0;
    line-height: 2;
}

/* テキストボックス
------------------------------*/
.assess-form table.mw-form input[type="text"],
.assess-form table.mw-form textarea {
    max-width: 100%;
    color: #4D4D4D;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    padding: 3px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.assess-form table.mw-form textarea.message {
    height: 200px;
    line-height: 1.7;
    padding: 10px 15px;
    vertical-align: top;
    font-size: 16px;
}

.assess-form table.mw-form input[type="text"] {
    width: 150px;
    font-size: 16px;
    line-height: 1.6;
}

/* input長さ調整
------------------------------*/
.assess-form table.mw-form input.long,
.assess-form table.mw-form textarea {
    width: 100%;
}

.assess-form table.mw-form input.short {
    max-width: 200px;
    width: 100%;
}

.assess-form table.mw-form input.tel {
    width: 250px;
}

.assess-form table.mw-form input.mail {
    width: 400px;
}

.assess-form table.mw-form input.age {
    width: 100px;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form input.mid {
        width: 75%;
    }
}

/* セレクトボックス
------------------------------*/
.assess-form table.mw-form .select {
    overflow: hidden;
    width: 38%;
    position: relative;
    display: inline-table;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form .select {
        width: 75%;
    }
}

.assess-form table.mw-form p {
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.assess-form table.mw-form .select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.assess-form table.mw-form .select select::-ms-expand {
    display: none;
}

.assess-form table.mw-form .select::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
}

.assess-form table.mw-form .select select {
    padding: 10px 40px 10px 10px;
    border: 1px solid #707070;
    border-radius: 0;
    background-color: #fff;
}

.policy-note {
    max-width: 850px;
    height: 200px;
    border: solid 1px #f0f0f0;
    margin: 0 auto 30px;
    padding: 15px;
    overflow-y: scroll;
    font-size: 15px;
    background-color: #fff;
}

/* 同意チェックボックス
------------------------------*/
.agreement {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    transform: translateX(15px);
    position: relative;
    font-size: 15px;
}

.agreement .checkbox-input {
    display: none;
}

.agreement .mwform-checkbox-field-text {
    position: relative;
}

.agreement .mwform-checkbox-field-text::before {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 23px;
    border: 2px solid #555;
    background-color: #fff;
    /* border-radius: 4px; */
}

.agreement .checkbox-input:checked+.mwform-checkbox-field-text {
    color: #ff8300;
}

.agreement .checkbox-input:checked+.mwform-checkbox-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    left: -32px;
    width: 8px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #ff8300;
    border-right: 3px solid #ff8300;
}

.agreement .error {
    position: absolute;
    right: 0;
    left: 40px;
    bottom: -25px;
    margin: auto;
    text-align: center;
}

/* 送信ボタン
------------------------------*/
.assess-form .submit-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.assess-form .submit-btn input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    display: table;
    margin: 0 1em 1em;
    border-radius: 0;
    width: 200px;
    height: 40px;
    line-height: 30px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background: #ff8300;
    -webkit-appearance: none;
    appearance: none;
}

.mw_wp_form_confirm .assess-form .submit-btn input:first-of-type {
    background: #aaa;
    color: #fff;
}

.assess-form .submit-btn input[type="submit"]:hover {
    filter: brightness(110%);
    transition: 0.3s;
}

/* 送信確認画面
------------------------------*/
.mw_wp_form_confirm h2.check {
    display: block;
}

.mw_wp_form_confirm h2.no-check {
    display: none;
}

.mw_wp_form_confirm .contact-head p {
    display: none;
}

.mw_wp_form_confirm .mw-form-horizontal-item .ttl {
    display: none;
}

.mw_wp_form_confirm .mw-form-horizontal-item .address-ttl {
    display: none;
}

.mw_wp_form_confirm .horizontal-flex {
    justify-content: left;
}

.mw_wp_form_confirm .mw-form-horizontal-item {
    margin-right: 1em;
}

.mw_wp_form_confirm .assess-form table.mw-form th span {
    display: none;
}

.mw_wp_form_confirm .address-group .mw-form-horizontal-item {
    margin-bottom: 0;
    line-height: 1.6;
}

.mw_wp_form_confirm .policy-note {
    display: none;
}

.mw_wp_form_confirm .agreement {
    display: none;
}

/* 送信完了画面
------------------------------*/
.success {
    padding: 50px 0;
    line-height: 2.5;
    text-align: center;
    font-size: 16px;
}

.success a {
    width: 220px;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .assess-form table.mw-form input[type="text"],
    .assess-form table.mw-form textarea {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .assess-form table.mw-form .bank input[type="text"] {
        margin-bottom: 0;
    }

    .assess-form table.mw-form .select select {
        font-size: 16px;
    }

    .assess-form table.mw-form tr {
        width: 100%;
        display: block;
        list-style-type: none;
    }

    .assess-form table.mw-form th {
        text-align: left;
        padding: 25px 0 5px;
    }

    .assess-form table.mw-form td {
        padding: 10px 0;
        border: 0;
        background-color: transparent;
    }

    .assess-form table.mw-form th,
    .assess-form table.mw-form td {
        width: 100%;
        display: list-item;
        box-sizing: border-box;
        text-align: left;
    }

    .assess-form .pp {
        height: 200px;
        margin: 0 auto 25px;
        padding: 1em 1em 0;
        overflow-y: scroll;
    }

    .assess-form .agreement {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .assess-form table.mw-form .property {
        display: block;
    }

    .assess-form table.mw-form .property span.mwform-radio-field.horizontal-item,
    .assess-form table.mw-form span.mwform-radio-field.horizontal-item {
        width: auto;
        display: block;
        margin: 0;
    }

    .assess-form table.mw-form .unit {
        margin: 0;
    }

    .assess-form table.mw-form .unit span.mwform-radio-field.horizontal-item {
        display: inline;
        margin-right: 20px;
    }

    .contact .thank {
        padding-top: 0;
        color: #504E4E;
        background: url(img/mail.png);
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .contact .thank h2 {
        padding-top: 2.4em;
        color: #2e2e2e !important;
        font-size: 28px;
        margin: 0;
    }

    .assess-form table.mw-form .horizontal-item {
        margin: 0 17px 0 0;
    }

    .mwform-checkbox-field input,
    .mwform-radio-field input {
        margin-right: 2px !important;
    }
}

/*
ボタン
===========================*/
.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.gateway .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    margin-left: 100px;
}

.main-btn {
    width: 250px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #0278c7;
    color: #fff;
    font-size: 1.6rem;
}

.main-btn::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
}

.main-btn.turn {
    color: #0278c7;
    background-color: #fff;
}

.main-btn.turn::before {
    background-color: #0278c7;
}

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

@media screen and (max-width: 767px) {
    .btn-wrap {
        margin: 20px auto;
    }

    .gateway .btn-wrap {
        margin-left: auto;
    }
}

/*==========================

トップページ

===========================*/
/*
メインビジュアル
===========================*/
.mainvisual {
    background-image: url(img/main_bg.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    text-align: right;
    aspect-ratio: 1920/980;
}

.mainvisual img {
    margin-top: 32px;
    margin-bottom: 100px;
    width: clamp(300px, 50vw, 820px);
}

@media screen and (max-width: 500px) {
    .mainvisual img {
        margin-top: 10px;
        width: clamp(250px, 50vw, 820px);
    }
}

/*
   movie
=========================*/
.movie {
    margin: 0 auto;
    padding: 150px 0;
}

.movie .wrap {
    max-width: 1280px;
}

/* 16:9 比率固定 */
.movie video {
    display: block;
    width: 100%;
    max-width: 1280px;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #000;
    cursor: pointer;
}

/* iOS Safari対策 */
.movie video::-webkit-media-controls {
    opacity: 1;
}

/* SP調整 */
@media screen and (max-width: 768px) {
    .movie {
        padding: 60px 0;
    }
}

/*
コンポーネント
===========================*/
.component01,
.component02,
.component03 {
    display: flex;
}

.component02,
.component03 {
    align-items: center;
}

.layer-sec {
    margin-top: clamp(-150px, -10vw, 0px);
}

.component01 .img-box {
    flex: 0 0 calc(50% - 60px);
}

.component01 .txt-box {
    background-color: #0278c7;
    text-align: left;
    padding: 50px;
    padding-left: 110px;
    padding-right: calc((100vw - 1200px) / 2);
    color: #fff;
}

.component01 .txt-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 0;
}

/* 三角ドット（左上） */
.component01 .txt-box::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: clamp(160px, 30%, 345px);
    height: clamp(160px, 30%, 345px);
    background-image: url("img/triangle-dot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0.1;
}

/* 右下の三角ドット */
.component01 .txt-box .dot-bottom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: clamp(160px, 30%, 345px);
    height: clamp(160px, 30%, 345px);
    background-image: url("img/triangle-dot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    opacity: 0.1;
    z-index: 1;
}

.component02 {
    flex-direction: row-reverse;
}

.component02 .img-box {
    flex: 0 0 38%;
}

.component02 .txt-box {
    background-color: rgb(2 120 199 / 10%);
    text-align: left;
    padding: 50px;
    padding-right: 80px;
    padding-left: calc((100vw - 1200px) / 2);
    margin: clamp(0px, 10vw, 150px) auto;
}

.component02 .txt-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(2 120 199 / 10%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 0;
}

/* 三角ドット（左上） */
.component02 .txt-box::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: clamp(160px, 30%, 345px);
    height: clamp(160px, 30%, 345px);
    background-image: url("img/triangle-dot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0.7;
}

.component03 .img-box {
    flex: 0 0 38%;
}

.component03 .txt-box {
    background-color: #0278c7;
    text-align: left;
    padding: 50px;
    padding-left: 80px;
    padding-right: calc((100vw - 1200px) / 2);
    color: #fff;
}

.component03 .txt-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(2 120 199 / 10%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 0;
    mix-blend-mode: multiply;
}

/* 三角ドット（左上） */
.component03 .txt-box::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: clamp(160px, 30%, 345px);
    height: clamp(160px, 30%, 345px);
    background-image: url("img/triangle-dot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0.1;
    transform: scaleX(-1);
}

.gateway .txt-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 820px;
}

@media screen and (max-width: 1300px) {
    .gateway .txt-box {
        padding: 50px;
    }
}

/* 中身は最前面 */
.gateway .txt-box>* {
    position: relative;
    z-index: 2;
}

.gateway h2 span {
    display: block;
    font-size: 3rem;
    margin-top: 30px;
}

.component01 h2 span,
.component03 h2 span {
    color: #ffec00;
}

.component02 h2 span {
    color: #0278c7;
}

.gateway h3 {
    font-size: 6rem;
    line-height: calc(90/70);
    font-weight: 800;
    margin: 30px 0;
}

.gateway h3 span {
    font-size: 7rem;
}

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

    .component01,
    .component02,
    .component03 {
        flex-direction: column;
    }

    .layer-sec {
        margin-top: 0;
    }

    .component01 .img-box,
    .component01 .txt-box,
    .component02 .img-box,
    .component02 .txt-box,
    .component03 .img-box,
    .component03 .txt-box {
        margin: auto;
        width: 100%;
        min-height: auto;
    }

    .gateway h2 span {
        font-size: 1.8rem;
    }

    .gateway h3 {
        font-size: 2.8rem;
        margin: 20px 0;
    }

    .gateway h3 span {
        font-size: 3.2rem;
    }
}

/*
下層ページ共通
===========================*/
.page-ttl-area {
    z-index: -1;
    position: relative;
    top: -60px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(img/bg_ttl_head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 240px;
    color: #fff;
    margin-bottom: 20px;
}

.page-ttl {
    text-align: center;
}

.page-ttl img {
    max-width: 62%;
}

.page-ttl span {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    .page-ttl-area {
        height: 400px;
        top: -100px;
        padding-top: 100px;
        margin-bottom: 50px;
    }

    .page-ttl img {
        max-width: 100%;
    }

    .page-ttl span {
        font-size: 3rem;
        margin-top: 30px;
    }
}

/*
Section装飾
===========================*/
.lower section {
    position: relative;
    padding: 100px 0;
}

.lower section:first-of-type {
    margin-top: -150px
}

@media screen and (max-width: 991px) {
    .lower section {
        padding: 50px 0;
    }

    .lower section:first-of-type {
        margin-top: -80px;
    }
}

.lower section:nth-of-type(2n+1) {
    text-align: left;
    color: #4d4d4d;
}

.lower section:nth-of-type(2n+1)::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(2 120 199 / 5%);
    clip-path: polygon(100% 0, calc(100% - 600px) 0, 100% 635px);
    z-index: 0;
}

/* 三角ドット（右） */
.lower section:nth-of-type(2n+1)::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: clamp(160px, 30%, 345px);
    height: clamp(160px, 50%, 345px);
    background-image: url("img/triangle-dot-re.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    z-index: 1;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .lower section:nth-of-type(2n+1)::before {
        clip-path: polygon(100% 0, calc(100% - 400px) 0, 100% 400px);
        z-index: 0;
    }
}

@media screen and (max-width: 500px) {
    .lower section:nth-of-type(2n+1)::before {
        clip-path: polygon(100% 0, calc(100% - 220px) 0, 100% 220px);
        z-index: 0;
    }
}

.lower section:nth-of-type(2n) {
    background-color: #0278c7;
    text-align: left;
    color: #fff;
}

.lower section:nth-of-type(2n)::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 600px 0, 0 635px);
    z-index: 0;
}

/* 三角ドット（左上） */
.lower section:nth-of-type(2n)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: clamp(160px, 30%, 345px);
    height: clamp(160px, 50%, 345px);
    background-image: url("img/triangle-dot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0.1;
}

@media screen and (max-width: 991px) {
    .lower section:nth-of-type(2n)::before {
        clip-path: polygon(0 0, 400px 0, 0 400px);
    }
}

@media screen and (max-width: 500px) {
    .lower section:nth-of-type(2n)::before {
        clip-path: polygon(0 0, 220px 0, 0 220px);
    }
}

/*
h2
===========================*/
.h2-style {
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 60px;
}

.h2-style span {
    display: block;
    font-size: 3rem;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
}

.h2-style span::before {
    content: "";
    width: 150px;
    transform: translateX(-50%);
    height: 3px;
    background-color: #0278c7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

.lower section:nth-of-type(2n) .h2-style span::before {
    background-color: #fff;
}

.h2-style span::after {
    content: "";
    width: 150px;
    transform: translateX(50%);
    height: 3px;
    background-color: #81bbe3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .h2-style {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .h2-style span {
        font-size: 2rem;
    }

    .h2-style span::before {
        width: 120px;
    }

    .h2-style span::after {
        width: 120px;
    }
}

.component04 {
    display: flex;
}

.lower section:nth-of-type(2n) .component04 {
    flex-direction: row-reverse;
}

.component04 .img-box {
    flex: 0 0 calc(50% - 160px);
}

.component04 .txt-box {
    text-align: left;
    padding: 0;
    padding-left: 85px;
    padding-right: calc((100vw - 1200px) / 2);
    line-height: calc(35/18);
}

.lower section:nth-of-type(2n) .component04 .txt-box {
    text-align: left;
    padding: 0;
    padding-right: 85px;
    padding-left: calc((100vw - 1200px) / 2);
}

.component04 .txt-box h3 {
    font-size: 4rem;
    font-weight: 800;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-decoration-line: underline;
    text-decoration-thickness: 15px;
    text-decoration-color: #b3d6ee;
    text-underline-offset: -8px;
}

.lower section:nth-of-type(2n) .component04 .txt-box h3 {
    text-decoration-color: #003d6a;
}

@media screen and (max-width: 1260px) {
    .component04 .txt-box {
        padding: 0 30px;
    }

    .lower section:nth-of-type(2n) .component04 .txt-box {
        padding: 0 30px;
    }
}

@media screen and (max-width: 991px) {
    .component04 {
        display: block;
    }

    .component04 .txt-box {
        padding: 30px;
    }

    .lower section:nth-of-type(2n) .component04 .txt-box {
        padding: 30px;
    }

    .component04 .txt-box h3 {
        font-size: 2.8rem;
        margin-bottom: 20px;
        text-decoration-thickness: 12px;
        text-underline-offset: -6px;
    }
}

.history {
    max-width: 750px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
    padding: 35px 50px 50px;
}

.history dl {
    display: flex;
    font-size: 2rem;
}

.history dt {
    width: 200px;
    border-bottom: 1px solid #0278c7;
    margin-right: 50px;
    padding: 15px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.history dt span {
    width: 2.25em;
    text-align: right;
}

.history dt span:last-of-type {
    width: 1.75em;
}

.history dd {
    width: calc(100% - 168px);
    border-bottom: #cacaca 1px dashed;
    padding: 15px 0;
}

@media screen and (max-width: 991px) {
    .history {
        padding: 15px 25px 25px;
    }

    .history dl {
        font-size: 1.6rem;
    }

    .history dt {
        width: 110px;
        margin-right: 10px;
    }

    .history dd {
        width: calc(100% - 120px);
    }
}

.about-list {
    max-width: 970px;
    margin: auto;
    margin-bottom: 80px;
}

.about-list dl {
    display: flex;
    font-size: 2rem;
    color: #fff;
}

.about-list dt {
    width: 150px;
    border-bottom: 1px solid;
    margin-right: 18px;
    padding: 15px 0;
}

.about-list dd {
    width: calc(100% - 168px);
    border-bottom: #4ea0d8 1px solid;
    padding: 15px 0;
}

.about-list dl:first-of-type dt {
    border-top: 1px solid;
}

.about-list dl:first-of-type dd {
    border-top: #4ea0d8 1px solid;
}

.pdf-btn {
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #ffca00;
    border-radius: 50px;
    font-weight: 600;
    color: #0278c7;
    font-size: 2rem;
}

@media screen and (max-width: 991px) {
    .about-list {
        margin-bottom: 50px;
    }

    .about-list dl {
        font-size: 1.6rem;
    }

    .about-list dt {
        width: 100px;
        margin-right: 10px;
    }

    .about-list dd {
        width: calc(100% - 110px);
    }

    .pdf-btn {
        width: 280px;
        height: 50px;
        font-size: 1.6rem;
    }
}

.step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.step>li {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 1;
}

.step>li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    /* liの外に出す */
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    filter: drop-shadow(0 18px 10px rgba(0, 0, 0, .1));
    z-index: 1;
}

.step>li:last-child::after {
    content: none;
}

.step li:first-child {
    z-index: 4;
}

.step li:nth-child(2) {
    z-index: 3;
}

.step li::last-child {
    z-index: 2;
}

.step li .img-box {
    max-width: 400px;
}

.step li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step li .txt-box {
    display: flex;
    /* align-items:center; */
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    width: 100%;
    font-size: 2.3rem;
}

.step li h3 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0278c7;
    border-bottom: 1px solid #0278c7;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.step li li:before {
    content: "●";
    color: #0278c7;
}

@media screen and (max-width: 991px) {
    .step>li {
        display: block;
    }

    .step>li::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -40px;
        /* liの外に出す */
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 40px solid #fff;
        filter: drop-shadow(0 18px 10px rgba(0, 0, 0, .1));
        z-index: 1;
    }

    .step li .img-box {
        max-width: 100%;
    }

    .step li .txt-box {
        font-size: 1.6rem;
        padding-top: 20px
    }

    .step li h3 {
        font-size: 2.8rem;
    }
}

.work {
    display: flex;
    gap: clamp(20px, 6vw, 100px);
}

.work>li {
    color: #4d4d4d;
    background: #fff;
    padding: 20px 35px 25px;
    clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
}

.work li h3 {
    font-size: 3.9rem;
    color: #0278c7;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.work li ul {
    font-size: 2rem;
    margin-top: 20px
}

.work li li:before {
    content: "●";
    color: #0278c7;
}

@media screen and (max-width: 991px) {
    .work {
        flex-direction: column;
        gap: clamp(20px, 6vw, 100px);
    }

    .work>li {
        padding: 20px 25px 25px;
        clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 30px);
    }

    .work li h3 {
        font-size: 2.8rem;
        margin-bottom: 15px;
    }

    .work li ul {
        font-size: 1.6rem;
    }
}

.voice {
    display: flex;
    gap: 40px;
}

.voice .img-box {
    max-width: 300px;
    min-width: 300px;
}

.voice .txt-box p {
    font-size: 2.5rem;
    font-weight: 600;
    border-bottom: 1px dashed #cacaca;
    line-height: calc(60/25);
    margin-left: 120px;
}

@media screen and (max-width: 991px) {
    .voice {
        flex-direction: column;
        gap: 20px;
    }

    .voice .img-box {
        margin: auto;
    }

    .voice .txt-box p {
        font-size: 1.8rem;
        margin-left: auto;
    }
}

/* カウンター初期化（ページ全体） */
.interview .wrap {
    counter-reset: q;
}

.faq {
    position: relative;
    margin-top: 100px;
}

.voice .faq {
    margin-top: 40px;
}

.faq dt {
    counter-increment: q;
    position: relative;
    padding-left: 120px;
    font-size: 3.5rem;
    font-weight: 800;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    text-decoration-line: underline;
    text-decoration-thickness: 20px;
    text-decoration-color: #b3d6ee;
    text-underline-offset: -12px;
}

.lower section:nth-of-type(2n) .faq dt {
    text-decoration-color: #1c50a1;
}

.faq dt::before {
    content: "Q" counter(q);
    position: absolute;
    left: 0;
    top: -5px;
    font-family: "KaisotaiNext", sans-serif;
    font-size: 11rem;
    font-weight: 700;
    line-height: 1;
    color: #0b6fc2;
    text-shadow: 4px 4px 0 #e4e4e4;
}

.lower section:nth-of-type(2n) .faq dt::before {
    color: #fff;
    text-shadow: 4px 4px 0 #1c50a1;
}

.faq dd {
    margin-left: 120px;
    line-height: calc(35/18);
}

@media screen and (max-width: 991px) {
    .faq {
        margin-top: 40px;
    }

    .faq dt {
        padding-left: 65px;
        font-size: 2.2rem;
        margin-bottom: 20px;
        text-decoration-thickness: 12px;
        text-underline-offset: -6px;
    }

    .faq dt::before {
        font-size: 6rem;
        top: -2px;
    }

    .faq dd {
        margin-left: 0;
        line-height: 1.9;
    }
}

.attractive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 45px;
    counter-reset: attract;
}

.attractive li {
    background-color: #0278c7;
    color: #fff;
    padding: 30px 15px;
    box-shadow: 0 20px 0px -10px rgba(0, 0, 0, 0.1);
    position: relative;
    counter-increment: attract;
    text-align: center;
    min-height: 520px;
}

.attractive li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #4ea0d8;
    /* 少し濃い青 */
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.attractive li::before {
    content: counter(attract, decimal-leading-zero);
    font-family: "KaisotaiNext", sans-serif;
    font-size: 13rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.attractive h3 {
    font-size: 3.3rem;
    font-weight: 800;
    color: #ffaa00;
    line-height: calc(45/33);
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.attractive p {
    text-align: left;
    line-height: calc(35/18);
}

@media screen and (max-width: 1260px) {
    .attractive {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .attractive {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 45px;
    }

    .attractive li {
        min-height: auto;
    }

    .attractive li::before {
        font-size: 10rem;
        margin-bottom: 5px;
    }

    .attractive h3 {
        font-size: 2.6rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.benefits {
    position: relative;
}

.benefits::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    /* 文字との縦位置調整 */
    width: 330px;
    height: 460px;
    background-image: url("img/benefits01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.benefits::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -130px;
    /* 文字との縦位置調整 */
    width: 220px;
    height: 460px;
    background-image: url("img/benefits02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.benefits dt {
    font-size: 3.9rem;
    text-align: center;
    font-weight: 800;
    background-color: #fff;
    color: #0278c7;
    display: flex;
    border-radius: 50px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.benefits dd {
    font-size: 3rem;
    font-weight: 800;
    margin-left: 360px;
    border-bottom: 1px dashed;
    padding: 15px 0 15px 75px;
    line-height: calc(40/30);
    position: relative;
}

.benefits dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    /* 文字との縦位置調整 */
    width: 50px;
    height: 42px;
    background-image: url("img/ouen.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.benefits dd span {
    font-size: 1.8rem;
    font-weight: 600;
    display: block;
}

.kouken {
    text-align: center;
    background-color: #1c50a1;
    margin-top: 50px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2rem;
    padding: 10px;
}

.kouken dt {
    font-weight: 600;
    font-size: 2.5rem;
}

@media screen and (max-width: 1100px) {
    .benefits::after {
        bottom: -200px;
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .benefits::before {
        width: 80px;
        height: 130px;
        top: -55px;
        bottom: inherit;
        left: -17px;
    }

    .benefits::after {
        bottom: -215px;
        width: 85px;
    }

    .benefits dt {
        font-size: 1.8rem;
        height: 40px;
        margin-bottom: 30px;
    }

    .benefits dd {
        font-size: 1.7rem;
        margin-left: 0;
        border-bottom: 1px dashed;
        padding: 15px 0 15px 50px;
    }

    .benefits dd::before {
        width: 40px;
        height: 30px;
    }

    .benefits dd span {
        font-size: 1.4rem;
    }

    .kouken {
        margin-top: 50px;
        font-size: 1.5rem;
        padding: 10px;
    }

    .kouken dt {
        font-size: 1.8rem;
    }
}

.recruit-head {
    margin-top: 150px;
}

.recruit-head h2 {
    font-size: 4rem;
    font-weight: 800;
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-decoration-line: underline;
    text-decoration-thickness: 15px;
    text-decoration-color: #b3d6ee;
    text-underline-offset: -8px;
    text-align: center;
}

.recruit-head .photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.recruit-head p {
    text-align: center;
    margin-top: 50px;
    line-height: 2;
}

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

    .recruit-head {
        margin-top: 60px;
    }

    .recruit-head h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
        text-decoration-thickness: 12px;
        text-underline-offset: -6px;
    }
}

/*==========================

ニュースレター

===========================*/
.info-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px calc(80px/3);
    margin-bottom: 40px;
}

.info-list li a {
    display: block;
}

.info-list li a:hover {
    filter: brightness(115%);
}

.info-list li img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.meta-list {
    display: flex;
    align-items: center;
    margin: 20px auto 10px;
}

.meta-list .date {
    font-size: 1.4rem;
}

.info-list li h3 {
    font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
    .info-list {
        gap: calc(10vw/3);
    }
}


@media screen and (max-width: 991px) {
    .info-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 3vw;
        margin-bottom: 20px;
    }

    .meta-list {
        margin: 13px auto 5px;
    }

    .meta-list .date {
        font-size: 1.2rem;
    }

    .info-list li h3 {
        font-size: 1.4rem;
    }
}

/*==========================

ページネーション

===========================*/
.screen-reader-text {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin: 40px auto 80px;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    margin: 0 10px;
}

.page-numbers.current {
    box-sizing: border-box;
    opacity: 0.4;
}

a.page-numbers:hover {
    opacity: 0.4;
}

@media screen and (min-width: 768px) {
    .nav-links {
        margin: 100px auto 130px;
    }
}