/*
Theme Name: furuta-job-site
Author: Your Name
Version: 1.0
*/



html {
    font-size: 62.5%;
}

body {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #333333;
    background-color: #f5f5f5;
}

/* ヘッダー */
.header {
    width: 100%;
    height: 10rem;
    background-color: #ffffff;
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-logo {
    width: 30.5rem;
    height: inherit;
}

.header-logo a {
    height: inherit;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.header-logo a img {
    width: 30.5rem;
}

.header-logo a:hover {
    opacity: 0.7;
}

.hamburger {
    display: none;
}

.header-menu {
    display: flex;
    align-items: center;
}

.header-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav li:nth-child(n + 2) {
    margin-left: 4rem;
}

.nav-link {
    text-decoration: none;
    color: #002569;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem;
    transition: 0.3s;
}

.nav-link:hover {
    opacity: 0.7;
}

.en-text {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.16;
}

.jp-text {
    margin-top: 0.4rem;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.header-contact {
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
}

.tel {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.18;
    text-decoration: none;
    color: #002569;
    display: flex;
    align-items: center;
}

.tel::before {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/nav-icon.png) no-repeat center / contain;
    margin-right: 0.7rem;
    color: #002569;
}

.btn {
    font-weight: 600;
    color: #ffffff;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    background-color: #ff9312;
    border-radius: 2.4rem;
    border: none;
    padding: 0.3rem 2.5rem;
    box-shadow: 0.2rem 0.4rem 0.4rem rgba(254, 147, 19, 0.25);
    text-decoration: none;
    margin-top: 0.2rem;
    transition: 0.3s;
}

.btn:hover {
    opacity: 0.7;
}

main {
    margin-top: 10rem;
}

/* MV */
.mv {
    background: url(../img/mv-main.jpg) no-repeat center / cover;
    clip-path: ellipse(100% 60% at 50% 40%);
    height: calc(100vh - 10rem);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 47rem;
}

.mv::before {
    content: "";
    display: block;
    width: 100%;
    height: inherit;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mv-body {
    text-align: center;
    position: relative;
    z-index: 2;
}

.mv-main-title {
    display: inline-flex;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 600;
    font-size: 4.2rem;
    letter-spacing: 0.04em;
    padding: 1.4rem 6rem;
    background-color: #ffffff;
}

.main-title-sp-only {
    display: none;
}

.mv-text {
    margin-top: 4rem;
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
    text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.75);
}

.mv-text-sp-only {
    display: none;
}

.mv-btn {
    display: inline-block;
    margin-top: 6.4rem;
    font-weight: 600;
    font-size: 2.4rem;
    padding: 2rem 6rem;
    color: #ffffff;
    background-color: #ff9312;
    text-decoration: none;
    border-radius: 6rem;
    box-shadow: 0.2rem 0.4rem 0.4rem rgba(255, 147, 18, 0.25);
    transition: 0.5s;
}

.mv-btn:hover {
    color: #ff9312;
    background-color: #ffffff;
}

.reveal-section {
    opacity: 0;
    transform: translateY(3rem);
    transition:
        opacity 0.8s ease-out,
        transform 0.8s ease-out;
}

.reveal-section.is-visible {
    opacity: 1;
    transform: none;
}

/* businessセクション */
.business {
    scroll-margin-top: 10rem;
    padding: 6rem 0;
}

.section-inner {
    max-width: 121rem;
    padding: 0 2.5rem;
    margin: 0 auto;
}

.section-title {
    color: #002569;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.section-title-en {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 4.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title-en::before {
    content: "";
    display: inline-block;
    width: 12rem;
    height: 2px;
    background-color: #002569;
    margin-right: 3.2rem;
}

.section-title-en::after {
    content: "";
    display: inline-block;
    width: 12rem;
    height: 2px;
    background-color: #002569;
    margin-left: 3.2rem;
}

.section-title-jp {
    font-weight: 600;
    font-size: 1.8rem;
    margin-top: 1rem;
    letter-spacing: 0.04em;
}

.business-wrapper {
    margin-top: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business-text-wrapper {
    width: calc(641 / 1160 * 100%);
}

.business-sub-title {
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 1.24;
}

.business-sub-title-sp {
    display: none;
}

.business-text-items {
    margin-top: 3.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.87;
    max-width: 64.1rem;
}

.business-text-items p:nth-child(n + 2) {
    margin-top: 1.6rem;
}

.business-img {
    width: calc(462 / 1160 * 100%);
}

.business-img img {
    aspect-ratio: 462 / 308;
    width: 100%;
    object-fit: cover;
}

.message {
    margin-top: 6.4rem;
    display: flex;
    justify-content: center;
}

.message-box {
    padding: 4rem 9.2rem 4rem 9.3rem;
    background-color: #ffffff;
    border: 4px solid #ff9312;
    border-radius: 2rem;
    text-align: right;
    width: calc(840 / 1160 * 100%);
    box-shadow: 0.4rem 0.6rem 0.4rem rgba(255, 147, 18, 0.25);
}

.message-text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.message-from {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

/* WORKセクション */
.work {
    scroll-margin-top: 10rem;
    padding: 4rem 0 6rem;
}

.work-contents {
    margin-top: 6.4rem;
}

.work-text {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.work-secondary-text {
    margin-top: 4rem;
    color: #002569;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
    padding: 2rem 9.7rem;
    background-color: #e2e9f1;
    border-radius: 1rem;
    box-shadow: 0.2rem 0.4rem 0.4rem rgba(0, 37, 105, 0.25);
}

.work-img-contents {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4rem;
}

.work-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #e2e9f1;
    border: 3px solid #002569;
    border-radius: 4rem;
    box-shadow: 0.2rem 0.4rem 0.4rem rgba(0, 37, 105, 0.25);
    padding: 4rem 0;
    height: 31rem;
}

.work-item:nth-child(n + 2) {
    position: relative;
}

.work-item:nth-child(n + 2)::before {
    content: "";
    width: 4.4rem;
    height: 6px;
    background-color: #002569;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    top: 50%;
}

.space {
    padding: 5rem 0 4rem;
}

.work-item-text {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #002569;
    text-align: center;
}

.work-item-img img {
    width: 17.5rem;
    margin: 0 auto;
    aspect-ratio: 175 / 131;
    object-fit: contain;
}

/* FAQセクション */
.faq {
    scroll-margin-top: 10rem;
    padding: 4rem 0 6rem;
    background-color: #e2e9f1;
}

.small-section-inner {
    max-width: 89rem;
    padding: 0 2.5rem;
    margin: 0 auto;
}

.faq-container {
    margin-top: 6.4rem;
}

.accordion-item:nth-child(n + 2) {
    margin-top: 2rem;
}

.accordion-title {
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    padding: 1.4rem 3rem 1.4rem 2rem;
    background-color: #002569;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    transition: border-radius 0s 0.3s;
}

/* クローズ時の矢印 */
.accordion-title::before,
.accordion-title::after {
    content: "";
    width: 0.2rem;
    height: 1.8rem;
    background-color: #ffffff;
}

.accordion-title::before {
    position: absolute;
    right: 3rem;
    rotate: 90deg;
}

.accordion-title::after {
    transition: rotate 0.3s;
}

.accordion-content {
    display: none;
}

/* open時 */
.accordion-title.is-open {
    border-radius: 2rem 2rem 0 0;
    transition: border-radius 0s 0s;
}

/* オープン時の矢印 */
.accordion-title.is-open::after {
    rotate: 90deg;
}

.accordion-text {
    padding: 2rem;
    font-size: 1.6rem;
    background-color: #ffffff;
    letter-spacing: 0.04em;
    line-height: 1.75;
    border: 3px solid #002569;
    border-radius: 0 0 2rem 2rem;
}

/* COMPANYセクション */
.company {
    scroll-margin-top: 10rem;
    padding: 4rem 0 6rem;
    background: linear-gradient(
        transparent 0%,
        transparent 73%,
        #e2e9f1 73%,
        #e2e9f1 100%
    );
}

.company-contents {
    margin-top: 6.4rem;
}

.company-info {
    display: flex;
    justify-content: space-between;
}

.info-image {
    width: calc(530 / 1160 * 100%);
}

.info-image img {
    aspect-ratio: 530 / 380;
    width: 100%;
    object-fit: cover;
}

.info-text {
    width: calc(550 / 1160 * 100%);
}

.info-text div {
    display: flex;
}

.info-text dt {
    color: #002569;
    font-weight: 600;
    font-size: 1.8rem;
    width: calc(170 / 550 * 100%);
    border-top: 2px solid #002569;
    padding-left: 1rem;
    display: flex;
    align-items: center;
}

.info-text dd {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    padding: 2rem 0 2rem 1rem;
    width: calc(380 / 550 * 100%);
    border-top: 2px solid #999999;
}

.info-text-sp-only {
    display: none;
}

.company-access {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.access-container {
    width: calc(720 / 1160 * 100%);
    text-align-last: left;
}

.access-title {
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    color: #002569;
}

.access-text {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    margin-top: 1rem;
}

.access-map {
    margin-top: 2rem;
    width: 100%;
}

.access-map iframe {
    width: 100%;
    height: 35rem;
}

/* フッター */
.footer {
    background-color: #ffffff;
    display: flex;
    padding: 6.7rem 14rem;
    justify-content: space-between;
}

.footer-logo {
    width: 23.3rem;
}

.footer-logo a {
    transition: 0.3s;
}

.footer-logo a:hover {
    opacity: 0.7;
}

.footer-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-text a {
    text-decoration: none;
    color: #002569;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.footer-text a::before {
    content: "▶";
    margin-right: 0.45rem;
    color: #002569;
    font-size: 1.2rem;
}

.footer-text a:hover {
    opacity: 0.7;
}

.copyright {
    margin-top: 3rem;
}

.copyright small {
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    color: #002569;
}


/* ---> ここからpage2.html用 <--- */
.recruit{
    margin-top: 10rem;
    padding: 4rem 0 10rem;
}

.recruit-info{
    margin-top: 6.4rem;
    display: flex;
    justify-content: center;
}

.info-wrapper{
    width: calc(840 / 1160 *100%);
    padding: 8rem;
    border-radius: 2rem;
    background-color: #E2E9F1;
}

.info-item{
    display: flex;
}

.info-item dt{
    width: calc(160 / 680 *100%);
    padding: 0 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #002569;
}

.info-item-sp{
    display: none;
}

.info-item:nth-of-type(1) dt{
    border-top: 1px solid #002569;
}

.info-item dd{
    width: calc(480 / 680 *100%);
    padding: 1.8rem 1rem;
    margin-left: 3rem;
    font-size: 1.8rem;
    background-color: #ffffff;
    letter-spacing: 0.04em;
    line-height: 1.6;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #002569;
}

.info-item:nth-of-type(1) dd{
    border-top: 1px solid #002569;
}

.form{
    margin-top: 12rem;
}

.wpcf7{
    margin-top: 12rem;
}

.form-items{
    padding: 8rem 11rem;
    border: 6px solid #002569;
    border-radius: 3rem;
    background-color: #ffffff;
}

.form-item{
    display: flex;
    align-items: center;
}

.form-item:nth-child(n+2){
    margin-top: 4.5rem;
}

.label-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1rem;
    width: calc(240 / 940 *100%);
}

.form-label{
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.required{
    font-size: 1.6rem;
    color: #f5f5f5;
    letter-spacing: 0.04em;
    line-height: 1.875;
    padding: 0 1rem;
    background-color: #0040B6;
    border-radius: 2rem;
}

.input-wrapper{
    width: calc(700 / 940 *100%);
}

.birthday-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    width: calc(450 / 940 *100%);
}

.input-wrapper input[type=text],
.input-wrapper input[type=tel],
.input-wrapper input[type=email],
.input-birthday input[type=number],
.input-birthday select{
    width: 100%;
    height: 100%;
    padding: 2rem;
    border-radius: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    border: 1px solid #002569;
}

.wpcf7-form-control-wrap{
    width: 100%;
}

.input-wrapper input[type=text]::placeholder,
.input-wrapper input[type=tel]::placeholder,
.input-wrapper input[type=email]::placeholder,
.input-wrapper input[type=number]::placeholder{
    color: #999999;
}

.input-birthday{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-birthday select{
    appearance: none;
}

/* .input-birthday input[type=number],
.input-birthday select {
    min-width: 9.745rem;
} */

.birthday-select{
    position: relative;
}

.birthday-select::before{
    content: "▼";
    display: inline-block;
    font-size: 1rem;
    color: #333333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4rem;
    z-index: 2;
}

.input-birthday label{
    font-weight: 300;
    margin-left: 1rem;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: calc(100% + 0.2rem);
    left: 0;
    white-space: nowrap;
}

.input-gender{
    display: flex;
    align-items: center;
}


/* .form-radio:nth-child(n+2){
    margin-left: 6rem;
} */

.wpcf7-list-item:nth-child(n+2){
    margin-left: 6rem;
}

/* .form-radio input[type=radio]{
    opacity: 0;
    position: absolute;
} */

.wpcf7-list-item input{
    opacity: 0;
    position: absolute;
}

.wpcf7-radio .wpcf7-list-item-label{
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    position: relative;
}

.wpcf7-radio .wpcf7-list-item-label::before{
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #002569;
    margin-right: 2rem;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after{
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #002569;
    border-radius: 50%;
    position: absolute;
    left: 0;
    transform: translateX(0.5rem);
}

/* .form-radio label::before{
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #002569;
    margin-right: 2rem;
} */

/* .form-radio label{
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    position: relative;
} */

/* .form-radio input[type=radio]:checked + label::after{
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #002569;
    border-radius: 50%;
    position: absolute;
    left: 0;
    transform: translateX(0.5rem);
} */

.form-agree{
    margin-top: 6rem;
    /* display: flex;
    justify-content: center; */
}

.wpcf7-acceptance{
    display: flex;
    justify-content: center;
}

.form-agree label::before{
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #333333;
    margin-right: 1rem;
}

/* .form-agree input[type=checkbox]{
    opacity: 0;
    position: absolute;
} */


.form-agree label{
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    position: relative;
}

.form-agree label a{
    color: #0040B6;
    transition: 0.3s;
}

.form-agree label a:hover{
    opacity: 0.7;
}

/* .form-agree input[type=checkbox]:checked + label::after{
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 8px;
    border-left: 2px solid #002569;
    border-bottom: 2px solid #002569;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.5rem;
    left: 0.4rem;
} */

.form-agree input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 0.8rem;
    border-left: 2px solid #002569;
    border-bottom: 2px solid #002569;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.5rem;
    left: 0.4rem;
}

.form-btn{
    margin-top: 4rem;
    text-align: center;
}

.form-button{
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 2rem 10.5rem;
    background-color: #0040B6;
    border-radius: 6rem;
    border: none;
    box-shadow: 0.2rem 0.4rem 0.4rem rgba(0, 37, 105, 0.25);
    transition: 0.3s;
}

.form-button:hover{
    opacity: 0.7;
}

/* Contact Form 7 の送信完了・エラーメッセージ枠を完全非表示 */
.wpcf7-response-output {
    display: none !important;
}



/* --->ここからprivacy.html用<--- */
.privacy-policy{
    margin-top: 10rem;
    padding: 4rem 0 10rem;
    background-color: #F5F5F5;
}

.privacy-title{
    text-align: center;
    padding: 5rem 0;
    background-color: #E2E9F1;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    font-weight: 300;
}

.privacy-inner{
    margin: 6.4rem auto 0;
    width: calc(840 / 1210 *100%);
}

.privacy-top-text{
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.875;
}

.privacy-items{
    margin: 2rem 0 0;
    counter-reset: num;
    list-style: none;
    padding: 0;
}

.privacy-item:nth-child(n+2){
    margin-top: 2rem;
}

.privacy-item-title{
    display: flex;
    align-items: center;
}

.privacy-item-title::before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 3.4rem;
    background-color: #333333;
    margin-right: 2rem;
}
.privacy-item-title span{
    font-size: 2.6rem;
    letter-spacing: 0.04em;
}

.privacy-item-title span::before{
    counter-increment: num;
    content: counter(num)".";
}

.privacy-text-container{
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
}

.privacy-list-text{
    list-style-type: disc;
    margin-top: 1rem;
    padding: 0 0 0 2rem;
}

.privacy-keep{
    margin-top: 0;
}

.privacy-list-text li::marker{
    font-size: 0.8rem;
}

.privacy-contact{
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.privacy-contact span{
    margin-left: 1.5rem;
}


/* -->ここからthanks.html<--- */
.customize-support{
    display: flex;
    flex-direction: column;
}
/* .thanks-page{
    display: flex;
    flex-direction: column;
} */

.thanks-inner{
    flex: 1;
    margin: 10rem auto 0;
    max-width: 121rem;
    padding: 0 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thanks-container{
    padding: 3rem 0;
}

.thanks-message{
    text-align: center;
}

.thanks-title{
    font-size: 3.2rem;
    color: #002569;
    font-weight: 600;
    line-height: 1.5;
}

.thanks-text{
    margin-top: 1.8rem;
    font-size: 1.8rem;
    color: #002569;
    line-height: 1.5;
}

.thanks-sp{
    display: none;
}

.thanks-img{
    margin: 2.6rem auto 0;
    width: calc(469 / 1210 *100%);
}

.thanks-img img{
    aspect-ratio: 469 / 338;
    width: 100%;
    object-fit: contain;
}

/* 画面幅が1210px以下のとき */
@media screen and (max-width: 1210px) {
    html {
        font-size: calc(10 / 1210 * 100vw);
    }
}

/* 画面幅が768px以下のとき */
@media screen and (max-width: 768px) {
    html {
        font-size: 62.5%;
    }

    .header {
        height: 7.4rem;
        padding: 0 2.2rem 0 1.2rem;
    }

    .header-logo {
        width: 23.7rem;
    }

    .header-logo a img {
        width: 23.7rem;
    }

    /* ハンバーガーメニュー */
    .hamburger {
        display: block;
        position: absolute;
        top: 2rem;
        right: 2.2rem;
        width: 3.6rem;
        height: 3.9rem;
        transition: transform 0.5s ease 0s;
        z-index: 100;
        cursor: pointer;
    }

    .hamburger__bar {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        width: 3.6rem;
        height: 2px;
        background-color: #002569;
        transition: 0.3s;
    }

    .hamburger__bar:nth-of-type(1) {
        top: 0;
    }

    .hamburger__bar:nth-of-type(2) {
        top: 25%;
    }

    .hamburger__bar:nth-of-type(3) {
        top: 51%;
    }

    .hamburger__text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        font-family: "Roboto", sans-serif;
        font-size: 1.2rem;
        color: #002569;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    .header-menu {
        display: none;
    }

    /* OPEN時の動き */
    .hamburger.is-open .hamburger__bar:nth-of-type(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .hamburger.is-open .hamburger__bar:nth-of-type(2) {
        opacity: 0;
        transform: translate(-50%, -50%);
    }

    .hamburger.is-open .hamburger__bar:nth-of-type(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .hamburger.is-open .hamburger__text {
        opacity: 0;
    }

    /* ドロワーメニュー */
    .drawer-menu.is-open {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        overflow: scroll;
        z-index: 90;
        width: 100%;
        height: 100vh;
        background-color: #e2e9f1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-nav li:nth-child(n + 2) {
        margin: 2rem 0 0;
    }

    .nav-link:hover {
        opacity: 1;
    }

    .jp-text {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .jp-text::before {
        content: "";
        display: inline-block;
        width: 12rem;
        height: 1px;
        background-color: #002569;
        position: absolute;
        top: 0;
        transform: translateY(-200%);
        opacity: 0;
        transition: 0.3s;
    }

    .jp-text::before:hover {
        opacity: 1;
    }

    .header-contact {
        margin: 4rem 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tel::before {
        margin-right: 0.6rem;
    }

    .tel {
        font-size: 3.2rem;
    }

    .btn {
        font-size: 2.4rem;
        border-radius: 3rem;
        padding: 0.6rem 4.3rem;
        margin-top: 2rem;
    }

    .header-hamburger {
        display: none;
    }

    main {
        margin-top: 7.4rem;
    }

    /* MV */
    .mv {
        background: url(../img/mv-main-sp.jpg) no-repeat center / cover;
        clip-path: ellipse(100% 60% at 50% 40%);
        height: calc(100vh - 7.4rem);
        padding: 0 3rem;
        min-height: 43rem;
    }

    .mv-body {
        text-align: left;
    }

    .mv-main-title {
        font-size: 0;
        padding: 0;
        display: inline;
    }

    .mv-main-title-sp {
        display: inline-block;
        font-size: 3.2rem;
        padding: 0.6rem 0.6rem 0.6rem 2rem;
        background-color: #ffffff;
    }

    .mv-main-title-sp:nth-child(n + 2) {
        margin-top: 2rem;
    }

    .main-title-sp-only {
        display: block;
    }

    .mv-text {
        margin-top: 11rem;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.03em;
    }

    .mv-text-sp-only {
        display: block;
    }

    .mv-btn {
        margin-top: 4rem;
        font-size: 2.2rem;
        padding: 1rem 3.4rem;
    }

    /* businessセクション */
    .business {
        scroll-margin-top: 7.4rem;
        padding: 4rem 0;
    }

    .section-inner {
        max-width: 100%;
        padding: 0 3rem;
    }

    .section-title-en {
        font-size: 2.4rem;
    }

    .section-title-en::before {
        width: 6rem;
        margin-right: 1.6rem;
    }

    .section-title-en::after {
        width: 6rem;
        margin-left: 1.6rem;
    }

    .section-title-jp {
        font-size: 1.4rem;
        margin-top: 0.6rem;
    }

    .business-wrapper {
        margin-top: 3.2rem;
        display: block;
    }

    .business-text-wrapper {
        width: 100%;
    }

    .business-sub-title {
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .business-sub-title-sp {
        display: block;
    }

    .business-text-items {
        margin-top: 2.8rem;
        max-width: 100%;
    }

    .business-img {
        margin-top: 2rem;
        width: 100%;
    }

    .message {
        margin-top: 3.2rem;
        display: block;
    }

    .message-box {
        padding: 4rem 2.7rem;
        width: 100%;
    }

    .message-text {
        font-size: 1.6rem;
        line-height: 1.87;
        text-align: justify;
    }

    .message-text-sp {
        display: none;
    }

    .message-from {
        font-size: 1.6rem;
        line-height: 1.87;
    }

    /* WORKセクション */
    .work {
        scroll-margin-top: 7.4rem;
        padding: 4rem 0;
    }

    .work-contents {
        margin-top: 3.2rem;
    }

    .work-text {
        font-size: 1.6rem;
        line-height: 1.87;
        text-align: justify;
    }

    .work-sp-only {
        display: none;
    }

    .work-secondary-text {
        margin-top: 2.8rem;
        font-size: 1.6rem;
        line-height: 1.87;
        padding: 2rem 2.7rem;
    }

    .work-img-contents {
        margin-top: 2.8rem;
        display: grid;
        grid-template-columns: none;
        gap: 4rem;
    }

    .work-item:nth-child(n + 2) {
        position: relative;
    }

    .work-item:nth-child(n + 2)::before {
        width: 6px;
        height: 4.4rem;
        left: 50%;
        transform: translate(-100%, -100%);
        top: 0;
    }

    /* FAQセクション */
    .faq {
        scroll-margin-top: 7.4rem;
        padding: 4rem 0;
    }

    .small-section-inner {
        max-width: 100%;
        padding: 0 3rem;
    }

    .faq-container {
        margin-top: 3.2rem;
    }

    .accordion-title {
        font-size: 1.6rem;
        padding: 0 2.5rem 0 2rem;
        height: 6.8rem;
        border-radius: 2rem;
        transition: border-radius 0s 0.3s;
    }

    /* クローズ時の矢印 */
    .accordion-title::before,
    .accordion-title::after {
        height: 1.6rem;
    }

    .accordion-title::before {
        right: 2.5rem;
    }

    .accordion-title::after {
        margin-left: 5.4rem;
    }

    .accordion-text {
        padding: 2rem 4.2rem;
    }

    /* COMPANYセクション */
    .company {
        scroll-margin-top: 7.4rem;
        padding: 4rem 0;
        background: linear-gradient(
            transparent 0%,
            transparent 80%,
            #e2e9f1 80%,
            #e2e9f1 100%
        );
    }

    .company-contents {
        margin-top: 3.2rem;
    }

    .company-info {
        display: block;
    }

    .info-image {
        width: 100%;
    }

    .info-text {
        width: 100%;
        margin-top: 2.8rem;
    }

    .info-text dt {
        font-size: 1.6rem;
        width: calc(112 / 354 * 100%);
    }

    .info-text dd {
        font-size: 1.6rem;
        padding: 1.6rem 0 1.6rem 1rem;
        width: calc(242 / 354 * 100%);
    }

    .info-text-sp-only {
        display: block;
    }

    .company-access {
        margin-top: 3.2rem;
        display: block;
    }

    .access-container {
        width: 100%;
    }

    .access-title {
        font-size: 2.2rem;
    }

    .access-text {
        font-size: 1.6rem;
        margin-top: 0.6rem;
    }

    .access-map {
        margin-top: 2.8rem;
    }

    .access-map iframe {
        height: 25.1rem;
    }

    /* フッター */
    .footer {
        display: block;
        padding: 3.2rem 3rem;
    }

    .footer-text {
        display: block;
        margin-top: 2rem;
    }

    .copyright {
        margin-top: 1rem;
    }

    .copyright small {
        font-size: 1.1rem;
    }



    /* ---> ここからpage2.html用 <--- */
    .recruit{
        margin-top: 7.4rem;
        padding: 2.6rem 0 6rem;
    }

    .recruit-inner{
        padding: 0;
    }

    .recruit-info{
        margin-top: 3.2rem;
    }

    .info-wrapper{
        width: 100%;
        padding: 6rem 3rem;
        border-radius: 0;
    }

    .info-item dt{
        width: calc(95 / 354 *100%);
        font-size: 1.6rem;
        line-height: 1.875;
        justify-content: center;
        text-align: center;
    }

    .info-item-sp{
        display: block;
    }

    .info-item dd{
        width: calc(249 / 354 *100%);
        padding: 1.8rem 1rem;
        margin-left: 1rem;
        font-size: 1.6rem;
        line-height: 1.875;
    }

    .form{
        margin-top: 6rem;
        padding: 0 3rem;
    }

    .wpcf7{
        margin-top: 6rem;
        padding: 0 3rem;
    }

    .form-items{
        padding: 4rem 1.8rem;
    }

    .form-item{
        display: block;
    }

    .form-item:nth-child(n+2){
        margin-top: 1.5rem;
    }

    .label-wrapper{
        justify-content: start;
        width: 100%;
    }

    .form-label{
        font-size: 1.6rem;
    }

    .required{
        font-size: 1.2rem;
        line-height: 2;
        margin-left: 1rem;
    }

    .input-wrapper input[type=text],
    .input-wrapper input[type=tel],
    .input-wrapper input[type=email],
    .input-birthday input[type=number],
    .input-birthday select{
        font-size: 1.6rem;
    }

    .input-wrapper{
        width: 100%;
    }

    .birthday-wrapper{
        gap: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .input-birthday:first-child{
        width: calc(120 / 318 *100%);
    }

    .input-birthday:nth-child(n+2){
        width: calc(96 / 318 *100%);
    }

    .input-birthday select{
        padding: 2rem 1.5rem;
    }

    .birthday-select::before{
        font-size: 0.8rem;
        right: 3rem;
    }

    .input-birthday label{
        margin-left: 0.6rem;
    }

    .form-radio label::before{
        width: 2.8rem;
        height: 2.8rem;
    }

    .form-radio label{
        font-size: 1.6rem;
    }

    .form-radio input[type=radio]:checked + label::after{
        width: 1.8rem;
        height: 1.8rem;
    }

    .form-agree label::before{
        margin-right: 0.6rem;
    }




    /* --->ここからprivacy.html用<--- */
    .privacy-policy{
        margin-top: 7.4rem;
        padding: 2.6rem 0 6rem;
    }

    .privacy-title{
        padding: 3rem 0;
        font-size: 2.2rem;
    }

    .privacy-inner{
        margin: 3.2rem auto 0;
        width: 100%;
    }

    .privacy-top-text{
        font-size: 1.3rem;
    }

    .privacy-item:nth-child(n+2){
        margin-top: 1rem;
    }

    .privacy-item-title::before{
        height: 2.7rem;
        margin-right: 1rem;
    }
    .privacy-item-title span{
        font-size: 1.8rem;
    }

    .privacy-text-container{
        margin-top: 0.8rem;
        font-size: 1.3rem;
    }

    .privacy-list-text{
        margin-top: 0.4rem;
    }

    .privacy-contact{
        margin-top: 0.4rem;
    }

    .privacy-contact span{
        margin-left: 1rem;
    }


    /* -->ここからthanks.html<--- */
    .thanks-inner{
        margin: 7.4rem 0 0;
        max-width: 100%;
        padding: 0 3rem;
    }

    .thanks-container{
        padding: 3rem 0;
    }

    .thanks-title{
        font-size: 2.8rem;
        line-height: 1.3;
    }

    .thanks-text{
        margin-top: 2.2rem;
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .thanks-sp{
        display: block;
    }

    .thanks-img{
        margin: 4rem auto 0;
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    html {
        font-size: calc(10 / 414 * 100vw);
    }
}
