/* =================================================================
page共通
=================================================================*/
#page {padding: 0px 0 100px;}
#page .list {display: flex;}
#page .w-bg {background: #fff;}
#page .page-header .main-title {z-index: 1; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; height: 220px;}
#page .main-title::before {content: ''; position: absolute; inset: 0; background-image: url('../img/page/cmn-bg.jpg'); background-size: cover; background-position: center; filter: blur(0px); z-index: 0;}
#page .main-title::after {content: ""; width: 100%; height: 100%; display: block; background: #000; opacity: 0.2; position: absolute; left: 0; top: 0;}
#page .page-header .main-title .title {position: relative; z-index: 1; padding: 60px 150px; min-width: 800px; display: flex ; justify-content: center;}
#page .page-header .main-title h1 {font-size: 38px; font-weight: 700; color: #fff; letter-spacing: 0.1em; display: flex; justify-content: center; flex-direction: column; align-items: center;}
#page .page-header .main-title .main-title_text {font-size: 38px; font-weight: 700; color: #fff; letter-spacing: 0.1em; display: flex; justify-content: center; flex-direction: column; align-items: center;}
#page .page-header .main-title .jp {font-size: 38px; display: inline-block; border-bottom: 2px solid #fff; width: auto;}
#page .page-header .main-title .en {font-size: 24px;}

#page .cmn-title {font-size: 40px; position: relative; line-height: 1;}
#page .cmn-title .en {font-family: "Josefin Sans", sans-serif; font-size: 110px; font-weight: 700; letter-spacing: 11px; color: rgba(0, 135, 183, 0.2);}
#page .cmn-title .jp {font-weight: 700; position: absolute; left: 0; bottom: 0; letter-spacing: 0.1em;}

#page .page-intro {padding-bottom: 130px;}
#page .page-intro .inner {display: flex; justify-content: space-between; align-items: center;}
#page .page-intro .text {width: 48%; padding-right: 40px;}
#page .page-intro .text h2 {margin-bottom: 60px; line-height: 1.3;}
#page .page-intro .text h3 {font-size: 28px; line-height: 1.3;}
#page .page-intro .text p {margin-top: 40px;}
#page .page-intro img {width: 52%; max-width: 616px; height: auto; aspect-ratio: 616 / 461; object-fit: cover; position: relative; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px;}


#page table {width: 100%; margin-top: 40px;}
#page table th,
#page table td {text-align: left; border-bottom: 1px solid #E8E8E8; padding: 30px 30px; vertical-align: middle; line-height: 1.5;}
#page table th {background: #f2fcff; border-top: 1px solid #E8E8E8; min-width: 250px; border-left: 1px solid #E8E8E8;}
#page table td {background: #fff; border-left: 1px solid #E8E8E8;border-right: 1px solid #E8E8E8;}
#page table tr:nth-child(1) th,
#page table tr:nth-child(1) td {border-top: 1px solid #E8E8E8;}


.breadcrumbs {display: flex; align-items: center; width: 100%; max-width: 1200px; padding: 10px 0 80px; margin: auto;}
.breadcrumbs li {font-size: 14px;}
.breadcrumbs .arrow {margin: 0 0.5em;}

@media screen and (max-width: 1199px) {
    #page .list {flex-direction: column; align-items: center;}
    #page .page-header .main-title {height: 160px;}
    #page .page-header .main-title .jp {font-size: 28px;}
    #page .page-header .main-title .en {font-size: 20px;}
    #page .page-header .main-title .title {padding: 70px 0px 30px;}
    #page {padding: 0px 0 40px;}
    #page .page-intro {padding-bottom: 60px;}
    #page .page-intro .inner {flex-direction: column-reverse;}
    #page .page-intro .text {width: 100%; padding-right: 0px; margin-top: 40px;}
    #page .page-intro .text h2 {margin-bottom: 40px;}
    #page .page-intro .text h3 {font-size: 24px;}
    #page .page-intro img {width: 100%; max-width: 100%;}

    #page .cmn-title {font-size: 32px;}
    #page .cmn-title .en {font-size: 46px;}

    .breadcrumbs {padding: 10px 20px 0px; margin-bottom: 40px; white-space: nowrap; overflow: auto;}

    #page table th,
    #page table td {display: block; padding: 10px 10px; border-right: 1px solid #E8E8E8;}
    #page table th {border-bottom: 1px solid #E8E8E8;}
    #page table td {border-bottom: 0px;}
    #page table tr:nth-child(1) td {border-top: 0px;}
    #page table tr:last-child td {border-bottom: 1px solid #E8E8E8;}
}

/* =================================================================
article共通
=================================================================*/
#page.article .article-wrap {display: flex; justify-content: space-between;}
#page.article .sidebar {width: 260px;}
#page.article .side-category h2 {border-bottom: 1px solid #ccc; padding-bottom: 0px; font-size: 24px;}
#page.article .side-category .category-list {margin-top: 10px;}

@media screen and (max-width: 1199px) {
    #page.article .article-wrap {flex-direction: column;}
    #page.article .sidebar {width: 100%; margin-top: 80px;}
}

/* =================================================================
articleリスト
=================================================================*/
#page.article-list .article-main {width: 100%; max-width: 880px;}
#page.article-list .list {width: 100%; max-width: 880px; display: flex; flex-wrap: wrap; gap: 60px 40px;}
#page.article-list .list li {width: calc((100% - 40px)/2);}
#page.article-list .list li .thumb img {width: 100%; height: auto; aspect-ratio: 420 / 280;}
#page.article-list .list .info {margin-top: 10px;}
#page.article-list .list .date {display: block; font-size: 14px;}
#page.article-list .list .category {display: flex; align-items: center; gap: 10px;}
#page.article-list .list .category span {display: flex; justify-content: center; align-items: center; border: 1px solid #231815; padding: 0px 10px; font-size: 12px;}
#page.article-list .list .title {font-size: 24px; font-weight: 700; line-height: 1.2; margin-top: 20px;}

#page.article-list .list.news {gap: 10px;}
#page.article-list .list.news li {width: 100%; border-bottom: 1px solid #ccc; position: relative; padding-bottom: 20px;}
#page.article-list .list.news .info {display: flex; gap: 20px;}
#page.article-list .list.news .title {font-size: 24px; margin-top: 10px;}

@media screen and (max-width: 1199px) {
    #page.article-list .article-main {max-width: 100%;}
    #page.article-list .list {max-width: 100%;}
    #page.article-list .list .category {flex-wrap: wrap;}
    #page.article-list .list li {width: 100%;}
}

/* =================================================================
コラム詳細
=================================================================*/
#page.article-detail .main-content .title {font-size: 38px; line-height: 1.5;}
#page.article-detail .main-content .info {display: flex; align-items: center; gap: 20px; margin-top: 10px;}
#page.article-detail .main-content .category {display: flex; align-items: center; gap: 10px;}
#page.article-detail .main-content .category a {display: flex; justify-content: center; align-items: center; border: 1px solid #231815; padding: 0px 10px; font-size: 12px;}
#page.article-detail .main-content .article-main {margin-top: 40px;}

#page.article-detail .article-main img {width: 100%;}
#page.article-detail .article-main figure + p {margin-top: 40px;}
#page.article-detail .article-main h2 {font-size: 34px; font-weight: 700;}
#page.article-detail .article-main h3 {font-size: 30px; font-weight: 700;}
#page.article-detail .article-main h4 {font-size: 26px; font-weight: 700;}
#page.article-detail .article-main h5 {font-size: 22px; font-weight: 700;}


#page.article-detail .article-main h2 + p {margin-top: 20px;}
#page.article-detail .article-main h3 + p {margin-top: 20px;}
#page.article-detail .article-main h4 + p {margin-top: 20px;}
#page.article-detail .article-main h5 + p {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + p {margin-top: 20px;}

#page.article-detail .article-main h2 + figure {margin-top: 20px;}
#page.article-detail .article-main h3 + figure {margin-top: 20px;}
#page.article-detail .article-main h4 + figure {margin-top: 20px;}
#page.article-detail .article-main h5 + figure {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + figure {margin-top: 20px;}

#page.article-detail .article-main h2 + h2 {margin-top: 20px;}
#page.article-detail .article-main h3 + h2 {margin-top: 20px;}
#page.article-detail .article-main h4 + h2 {margin-top: 20px;}
#page.article-detail .article-main h5 + h2 {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + h2 {margin-top: 20px;}

#page.article-detail .article-main h2 + h3 {margin-top: 20px;}
#page.article-detail .article-main h3 + h3 {margin-top: 20px;}
#page.article-detail .article-main h4 + h3 {margin-top: 20px;}
#page.article-detail .article-main h5 + h3 {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + h3 {margin-top: 20px;}

#page.article-detail .article-main h2 + h4 {margin-top: 20px;}
#page.article-detail .article-main h3 + h4 {margin-top: 20px;}
#page.article-detail .article-main h4 + h4 {margin-top: 20px;}
#page.article-detail .article-main h5 + h4 {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + h4 {margin-top: 20px;}

#page.article-detail .article-main h2 + h5 {margin-top: 20px;}
#page.article-detail .article-main h3 + h5 {margin-top: 20px;}
#page.article-detail .article-main h4 + h5 {margin-top: 20px;}
#page.article-detail .article-main h5 + h5 {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + h5 {margin-top: 20px;}

#page.article-detail .article-main p + h2 {margin-top: 40px;}
#page.article-detail .article-main p + h3 {margin-top: 40px;}
#page.article-detail .article-main p + h4 {margin-top: 40px;}
#page.article-detail .article-main p + h5 {margin-top: 40px;}
#page.article-detail .article-main p + .wp-block-columns {margin-top: 40px;}

#page.article-detail .article-main .wp-block-columns {gap: 20px;}
#page.article-detail .article-main .wp-block-columns + p {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + h2 {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + h3 {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + h4 {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + h5 {margin-top: 20px;}
#page.article-detail .article-main .wp-block-columns + .wp-block-columns {margin-top: 20px;}

@media screen and (max-width: 1199px) {
    #page.article-detail .main-content .title {font-size: 28px;}
    #page.article-detail .main-content .info {flex-direction: column; align-items: flex-start; gap: 5px;}
    #page.article-detail .article-main h2 {font-size: 24px; font-weight: 700;}
    #page.article-detail .article-main h3 {font-size: 22px; font-weight: 700;}
    #page.article-detail .article-main h4 {font-size: 18px; font-weight: 700;}
    #page.article-detail .article-main h5 {font-size: 14px; font-weight: 700;}
}

/* =================================================================
お問合せ
=================================================================*/
#page.contact .intro {text-align: center;}
#page.contact .tel {display: flex; gap: 40px; margin-top: 40px; justify-content: center;}
#page.contact .tel p {font-size: 38px; font-weight: 700;}
#page.contact .tab-menu {display: flex; justify-content: center; margin-bottom: 32px; margin-top: 60px;}
#page.contact .tab-menu .tab {font-size: 18px; color: #231815; background: #f2fcff; display: flex; justify-content: center; align-items: center; cursor: pointer; position: relative; width: calc(100% / 2); height: 100px; padding: 0 20px;}
#page.contact .tab-menu .tab.is-active {color: #fff; background: #0087b7;}
#page.contact .tab-menu .tab.is-active:after {content: ""; display: block; width: 0; height: 0; border-style: solid; border-right: 8px solid transparent; border-left: 8px solid transparent; border-top: 15px solid #0087b7; border-bottom: 0; position: absolute; left: 0; right: 0; bottom: -10px; margin: auto;}
#page.contact .scroll {height: 300px; overflow: auto; border: 1px solid #E8E8E8; padding: 20px;}
#page.contact .privacy-policy {margin-top: 40px;}
#page.contact .attention {margin-top: 40px;}

/*----- 採用エントリー -----*/
#page.contact .entry-message {margin-bottom: 40px;}

@media screen and (max-width: 1199px) {
    #page.contact .tel {flex-direction: column; gap: 10px; margin-top: 20px;}
    #page.contact .tel p {font-size: 26px; text-align: center; line-height: 1;}
    #page.contact .tab-menu .tab {font-size: 16px; height: 50px;}
}


/* =================================================================
プライバシーポリシー
=================================================================*/
#page.privacy h2 {text-align: center; font-size: 34px; margin-bottom: 60px;}
#page.privacy p + h3 {margin-top: 40px;}

/* =================================================================
pagination
=================================================================*/
.pagination {margin-top: 150px;}
.pagination .extend:last-of-type {display: none;}
.pagination .wp-pagenavi {display: flex; justify-content: center; align-items: center; gap: 20px;}
.pagination .wp-pagenavi a {display: flex; justify-content: center; align-items: center; width: 40px; height: 40px;}
.pagination .wp-pagenavi .current {display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; padding-top: 3px; border-radius: 27px; background: #0087b7; color: #fff;}
.pagination .wp-pagenavi .arrow {display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: #0087b7;}
.pagination .wp-pagenavi .arrow:before {content: ">"; color: #fff; font-family: Roboto; font-size: 12px; font-size: 20px; font-weight: 300;}
.pagination .wp-pagenavi .arrow.prev {transform: rotate(180deg);}
.pagination .previouspostslink + .extend {display: none;}

@media screen and (max-width: 1199px) {
    .pagination {margin-top: 50px;}
    .pagination .wp-pagenavi {gap: 10px;}
    .pagination .wp-pagenavi a {width: 30px; height: 30px;}
}



/* =================================================================
採用情報
=================================================================*/
#page.recruit .recruit-list {padding: 130px 0 130px; position: relative; background: linear-gradient(90deg, rgba(0, 86, 135, 0.4), rgba(35, 179, 209, 0.3));}
#page.recruit .recruit-list:before {width: 100%; height: 100%; content: ""; display: block; position: absolute; top: 0; left: 0; background: url('../img/top/recruit_bg.jpg'); background-size: cover; opacity: 0.3;}
#page.recruit .recruit-list:after {content: ""; background: #fff; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: -1;}

#page.recruit .recruit-list .category {display: flex; flex-wrap: wrap; gap: 10px;}
#page.recruit .recruit-list .category span {display: inline-flex; border: 1px solid #231815; padding: 0 10px;}
#page.recruit .recruit-list .title {font-size: 34px; font-weight: 700; line-height: 1.5; margin-top: 20px;}
#page.recruit .recruit-list .summary {margin-top: 10px;}

#page.recruit .recruit-list .list {flex-direction: column; margin-top: 60px; gap: 60px; display: flex;}
#page.recruit .recruit-list .list .box {display: flex; align-items: center; width: 100%;}
#page.recruit .recruit-list .list .box:nth-child(2n) {flex-direction: row-reverse;}
#page.recruit .recruit-list .list .box .image {width: 50%; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); aspect-ratio: 720 / 448;}
#page.recruit .recruit-list .list .box:hover img {transform:scale(1.2,1.2); transition:1s all;}
#page.recruit .recruit-list .list .box img {width: 100%; transition:1s all; aspect-ratio: 720 / 448; object-fit: cover;}
#page.recruit .recruit-list .list .text {padding: 0 0px 0 80px; width: 50%;}
#page.recruit .recruit-list .list .box:nth-child(2n) .text {padding: 0 80px 0 0px;}

#page.recruit .recruit-list .category {display: flex; flex-wrap: wrap; gap: 10px;}
#page.recruit .recruit-list .category span {display: inline-flex; border: 1px solid #0087b7; padding: 0 10px; color: #0087b7; font-size: 14px;}
#page.recruit .recruit-list h3 {font-size: 34px; font-weight: 700; line-height: 1.5; margin-top: 20px;}
#page.recruit .recruit-list h3 + p {margin-top: 10px;}


#page.recruit .message {background-image: url('../img/page/message_bg.jpg'); background-size: cover; height: auto; background-position: center; position: relative; overflow: hidden; padding: 150px 0;}
#page.recruit .message::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1; }
#page.recruit .message .inner {position: relative; z-index: 1;}
#page.recruit .message h2,
#page.recruit .message p {position: relative; z-index: 2; color: #fff;}
#page.recruit .message .cmn-button {margin: 40px auto 0; display: block;}

#page.recruit .message h2 {font-size: 48px; line-height: 1.3;}
#page.recruit .message p {margin-top: 60px;}

#page.recruit .requirements {padding: 150px 0 150px;}
#page.recruit .requirements .button-area {display: flex; justify-content: center;}



.scenery {position: fixed; left: 0; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: 100%; height: auto; z-index: -1; display: block; margin: auto; display: none;}
.scenery img {width: 100%; height: 100vh; object-fit: cover;}


@media screen and (max-width: 1199px) {
    #page.recruit .message {padding: 60px 0}
    #page.recruit .message h2 {font-size: 26px;}
    #page.recruit .message p {margin-top: 40px;}
    #page.recruit .requirements {padding: 60px 0;}
    #page.recruit .requirements .en {font-size: 24px; position: relative; top: -19px;}

    #page.recruit .recruit-list .list {margin-top: 40px; gap: 40px;}
    #page.recruit .recruit-list .list .box {flex-direction: column;}
    #page.recruit .recruit-list .list .box:nth-child(2n) {flex-direction: column;}
    #page.recruit .recruit-list .list .box .image {width: 100%;}
    #page.recruit .recruit-list .list .text {width: 100%; padding: 0 0px 0 0px; margin-top: 20px;}

}

/* =================================================================
採用情報-詳細
=================================================================*/
#page.recruit-detail .entry-header h2 {font-size: 48px; text-align: center; position: relative;}
#page.recruit-detail .entry-header h2 .en {font-size: 110px; font-weight: 700; letter-spacing: 11px; color: rgba(0, 135, 183, 0.2); position: absolute; left: 0; right: 0; margin: auto; top: -58px;}
#page.recruit-detail .entry-header h2 .jp {position: relative; z-index: 1;}

#page.recruit-detail .info .tag {display: flex; justify-content: center; gap: 10px;}
#page.recruit-detail .info .tag a {display: flex; justify-content: center; align-items: center; border: 1px solid #231815; padding: 0px 10px; font-size: 12px;}
#page.recruit-detail .main-content {background: #fff;}
#page.recruit-detail .overview {padding: 0 0 130px;}
#page.recruit-detail .overview .inner {display: flex; margin-top: 40px; align-items: flex-start;}
#page.recruit-detail .overview .image {width: 40%; position: relative; overflow: hidden}
#page.recruit-detail .overview .image img {width: 100%; aspect-ratio: 720 / 448; object-fit: cover;}
#page.recruit-detail .overview .text {width: 60%; padding-left: 40px;}
#page.recruit-detail .overview .text h2 {font-size: 26px;}
#page.recruit-detail .overview .text h3 {font-size: 26px;}
#page.recruit-detail .overview .text p {font-size: 16px;}
#page.recruit-detail .overview h3 {margin-top: 40px;}
#page.recruit-detail .overview .swiper-button-next,
#page.recruit-detail .overview .swiper-rtl .swiper-button-prev {right: -7px; width: 27px; height: 54px;}
#page.recruit-detail .overview .swiper-button-prev,
#page.recruit-detail .overview .swiper-rtl .swiper-button-next {left: -7px; width: 27px; height: 54px;}

#page.recruit-detail .overview .swiper-button-prev:after {width: 27px; height: 54px; background-image: url('../img/common/icon-prev.png'); background-size: cover; content: "" !important;fill: #FFF; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.10));}
#page.recruit-detail .overview .swiper-button-next:after {width: 27px; height: 54px; background-image: url('../img/common/icon-next.png'); background-size: cover; content: "" !important;fill: #FFF; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.10));}

#page.recruit-detail .message {padding: 130px 0; position: relative; background: linear-gradient(90deg, rgba(0, 86, 135, 0.4), rgba(35, 179, 209, 0.3));}
#page.recruit-detail .message:before {width: 100%; height: 100%; content: ""; display: block; position: absolute; top: 0; left: 0; background: url('../img/top/recruit_bg.jpg'); background-size: cover; opacity: 0.3;}
#page.recruit-detail .message p {margin-top: 60px;}

#page.recruit-detail .requirements {padding: 130px 0;}
#page.recruit-detail .requirements table {margin-top: 60px;}
#page.recruit-detail .requirements .button-area {display: flex; justify-content: center;}

@media screen and (max-width: 1199px) {
    #page.recruit-detail .entry-header h2 {line-height: 1;}
    #page.recruit-detail .entry-header h2 .en {font-size: 46px; top: 0;}
    #page.recruit-detail .entry-header h2 .jp {font-size: 34px;}
    #page.recruit-detail .info {margin-top: 20px;}
    #page.recruit-detail .info .tag {flex-wrap: wrap;}
    #page.recruit-detail .overview {padding: 0 0 60px;}
    #page.recruit-detail .overview .inner {flex-direction: column;}
    #page.recruit-detail .overview .image {width: 100%;}
    #page.recruit-detail .overview .text {width: 100%; padding: 20px 0 0 0;}
    #page.recruit-detail .overview .text h2 {font-size: 22px;}
    #page.recruit-detail .message {padding: 60px 0;}
    #page.recruit-detail .requirements {padding: 60px 0;}

    #page.recruit-detail table th,
    #page.recruit-detail table td {display: block; padding: 10px 10px; border-right: 1px solid #E8E8E8;}
    #page.recruit-detail table th {border-bottom: 1px solid #E8E8E8;}
    #page.recruit-detail table td {border-bottom: 0px;}
    #page.recruit-detail table tr:nth-child(1) td {border-top: 0px;}
    #page.recruit-detail table tr:last-child td {border-bottom: 1px solid #E8E8E8;}
}

/* =================================================================
map
=================================================================*/
.map iframe {height: 500px; width: 100%; display: block;}


/* =================================================================
空調工事
=================================================================*/
#page.air-conditioning .point {padding: 130px 0; position: relative;}
#page.air-conditioning .point .inner {position: relative; z-index: 1;}
#page.air-conditioning .point:before {content: ""; display: block; width: 100%; height: 100%; background-image: url('../img/top/recruit_bg.jpg'); background-size: cover; position: absolute; left: 0; top: 0; opacity: 0.1;}
#page.air-conditioning .point h2 + p {margin-top: 40px;}
#page.air-conditioning .point .list {margin-top: 80px; flex-direction: column; gap: 60px; display: flex; flex-direction: column; counter-reset: number 0;}
#page.air-conditioning .point .list .item {display: flex; justify-content: center; align-items: center;}
#page.air-conditioning .point .list .item:nth-child(2n) {flex-direction: row-reverse;}
#page.air-conditioning .point .list .item img {width: 100%; transition:1s all;}
#page.air-conditioning .point .list .item .image {width: 50%; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);}
#page.air-conditioning .point .list h3 {font-size: 34px; font-weight: 700; line-height: 1.5; position: relative;}
#page.air-conditioning .point .list h3:before {counter-increment: number 1; content: counter(number,decimal-leading-zero) " "; font-family: "Josefin Sans", sans-serif; font-size: 110px; font-weight: 700; letter-spacing: 11px; color: rgba(0, 135, 183, 0.2);}
#page.air-conditioning .point .list h3 .jp {font-weight: 700; position: absolute; left: 0; bottom: 0;}
#page.air-conditioning .point .list p {margin-top: 20px;}
#page.air-conditioning .point .list .text {padding-right: 0px; padding-left: 80px; width: 50%;}
#page.air-conditioning .point .list .item:nth-child(2n) .text {padding-right: 80px; padding-left: 0px;}

#page.air-conditioning .store-owner-message {padding: 130px 0;}
#page.air-conditioning .store-owner-message h2 + p {margin-top: 40px;}
#page.air-conditioning .store-owner-message .list {gap: 54px; margin-top: 60px; align-items: stretch; display: flex;}
#page.air-conditioning .store-owner-message .item {width: calc((100% - 54px*2) / 2); display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
#page.air-conditioning .store-owner-message .list .item:nth-child(2) {display: none;}
#page.air-conditioning .store-owner-message .image {width: 100%; height: auto; aspect-ratio: 364 / 240; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px;}
#page.air-conditioning .store-owner-message img {transition:1s all; width: 100%; height: auto; object-fit: cover;}
#page.air-conditioning .store-owner-message .item:hover img {transform:scale(1.2,1.2); transition:1s all;}
#page.air-conditioning .store-owner-message h3 {font-size: 28px; font-weight: 700; margin-top: 20px;}
#page.air-conditioning .store-owner-message p {margin-top: 10px;}


@media screen and (max-width: 1199px) {
  #page.air-conditioning .point {padding: 60px 0;}
  #page.air-conditioning .point .list {margin-top: 40px;}
  #page.air-conditioning .point .list .item {flex-direction: column; width: 100%;}
  #page.air-conditioning .point .list .item:nth-child(2n) {flex-direction: column;}
  #page.air-conditioning .point .list .item .image {width: 100%;}
  #page.air-conditioning .point .list .text {width: 100%; padding-left: 0; padding-top: 20px;}
  #page.air-conditioning .point .list h3 {font-size: 26px; display: flex; flex-direction: column;}
  #page.air-conditioning .point .list h3 .jp {position: static;}
  #page.air-conditioning .point .list h3:before {font-size: 46px; line-height: 1;letter-spacing: 5px}
  #page.air-conditioning .point .list p {margin-top: 10px;}
  #page.air-conditioning .point .list .item:nth-child(2n) .text {padding-right: 0;}

  #page.air-conditioning .store-owner-message {padding: 60px 0;}
  #page.air-conditioning .store-owner-message .list {flex-direction: column;}
  #page.air-conditioning .store-owner-message .item {width: 100%;}
  #page.air-conditioning .store-owner-message .item .item-inner {width: 100%;}
}



/* =================================================================
修理・メンテナンス
=================================================================*/
#page.maintenance {}
#page.maintenance .onayami {background: linear-gradient(90deg, rgba(0, 86, 135, 0.4), rgba(35, 179, 209, 0.3)); background-size: cover; padding: 60px 0; position: relative;}
#page.maintenance .onayami h2 {text-align: center; font-size: 40px; font-weight: 700;}
#page.maintenance .onayami .list {gap: 60px; justify-content: center; margin-top: 40px;}
#page.maintenance .onayami .item {background: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 100%; width: 360px; height: 360px; display: flex; justify-content: center; align-items: center; padding-top: 20px;}
#page.maintenance .onayami .item h3 {font-size: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px;}
#page.maintenance .onayami .item h3 img {display: block; width: 200px; height: auto;}
#page.maintenance .onayami .item h3 span {display: flex; min-height: 3em; justify-content: center; align-items: center; }

#page.maintenance .onayami-content {padding: 130px 0; position: relative;}
#page.maintenance .onayami-content:before {content: ""; display: block; width: 100%; height: 100%; background-image: url('../img/top/recruit_bg.jpg'); background-size: cover; position: absolute; left: 0; top: 0; opacity: 0.1;}
#page.maintenance .onayami-content .inner {display: flex; flex-direction: column; gap: 100px; position: relative; z-index: 100;}
#page.maintenance .onayami-content .box {padding-top: 60px;}
#page.maintenance .onayami-content .box h3 {font-size: 48px; text-align: center; position: relative;}
#page.maintenance .onayami-content .box h3 .en {font-size: 110px; font-weight: 700; letter-spacing: 11px; color: rgba(0, 135, 183, 0.2); position: absolute; left: 0; right: 0; margin: auto; top: -58px;}
#page.maintenance .onayami-content .box h3 .jp {position: relative; z-index: 1;}
#page.maintenance .onayami-content .box .flex {display: flex; justify-content: space-between; width: 100%; margin-top: 40px;}
#page.maintenance .onayami-content .box h4 {font-size: 34px; font-weight: 700; line-height: 1.5; }
#page.maintenance .onayami-content .box p {margin-top: 40px;}
#page.maintenance .onayami-content .box .text {width: 48%; padding-right: 40px;}
#page.maintenance .onayami-content .box .image {width: 52%; max-width: 600px; height: auto; position: relative; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px; overflow: hidden;}
#page.maintenance .onayami-content .box .image img {width: 100%; height: auto; aspect-ratio: 600 / 400; object-fit: cover;}
#page.maintenance .onayami-content .box .link {margin-top: 20px;}
#page.maintenance .onayami-content .link {display: flex; gap: 20px;}
#page.maintenance .onayami-content .link .button {color: #fff; font-size: 18px; letter-spacing: 0.05em; font-weight: bold; background: linear-gradient(135deg, #0087b7, #31a2ca); padding: 18px 30px; display: inline-block; transition: .3s; border-radius: 9999px; width: 100%; max-width: 370px; outline: 1px solid; outline-color: transparent; outline-offset: 0px; text-align: center;}
#page.maintenance .onayami-content .link .button:hover {animation: light .8s infinite; opacity: 1; outline-color: #0087b7;}

#page.maintenance .merit {padding: 130px 0;}
#page.maintenance .merit h2 + p {margin-top: 60px;}
#page.maintenance .merit .list {flex-direction: column; gap: 20px; margin-top: 60px;}
#page.maintenance .merit .list .item {display: flex; align-items: center; gap: 20px;}
#page.maintenance .merit .list .item h3 {font-size: 24px;}
#page.maintenance .merit .list .item p {margin-top: 20px;}
#page.maintenance .merit .list .image {width: 26%; flex-shrink: 0; height: auto; aspect-ratio: 220 / 140; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px;}

#page.maintenance .message {background-image: url('../img/top/about_img01.jpg'); background-size: cover; background-position: top center; padding: 130px 0 100px; position: relative; color: #fff;}
#page.maintenance .message h2 {font-size: 40px; font-weight: 700; text-align: center; position: relative; display: flex; justify-content: center; align-items: center; gap: 20px; position: relative; z-index: 1;}
#page.maintenance .message p {text-align: center; margin-top: 20px; position: relative; z-index: 1;}
#page.maintenance .message h3 {font-size: 32px; font-weight: 700; text-align: center; position: relative; display: flex; justify-content: center; align-items: center; gap: 20px; position: relative; z-index: 1; margin-top: 40px;}
#page.maintenance .message::before {content: ""; width: 100%; height: 80px; background-color: #fff; position: absolute; top: -1px; clip-path: polygon(50% 100%, 100% 0%, 0% 0%); z-index: 2;}
#page.maintenance .message:after {content: ""; width: 100%; height: 100%; display: block; background: #000; opacity: 0.5; position: absolute; left: 0; top: 0; z-index: 1;}
#page.maintenance .message .inner {position: relative; z-index: 2;}
#page.maintenance .message p {margin-top: 20px;}
#page.maintenance .message .list {gap: 40px; margin-top: 0px; display: flex; justify-content: center;}
#page.maintenance .message .list .button {color: #fff; font-size: 18px; letter-spacing: 0.05em; font-weight: bold; background: linear-gradient(135deg, #0087b7, #31a2ca); padding: 18px 30px; display: inline-block; transition: .3s; border-radius: 9999px; width: 100%; max-width: 370px; outline: 1px solid; outline-color: transparent; outline-offset: 0px; margin-top: 30px;}
#page.maintenance .message .list .button p {display: flex; align-items: center; gap: 20px; justify-content: center; margin-top: 0;}
#page.maintenance .message .list .button img {width: 43px; height: auto;}
#page.maintenance .message .list .button:hover {animation: light .8s infinite; opacity: 1; outline-color: #0087b7;}

#page.maintenance .error-code {padding: 130px 0;}
#page.maintenance .error-code h2 + p {margin-top: 60px;}

#page.maintenance .tab-menu {display: flex; justify-content: center; margin-bottom: 32px; margin-top: 60px;}
#page.maintenance .tab-menu .tab {font-size: 18px; color: #231815; background: #F2F7FF; display: flex; justify-content: center; align-items: center; cursor: pointer; position: relative; width: calc(100% / 3); height: 100px; padding: 0 20px;}
#page.maintenance .tab-menu .tab.is-active {color: #fff; background: #013F8A;}
#page.maintenance .tab-menu .tab.is-active:after {content: ""; display: block; width: 0; height: 0; border-style: solid; border-right: 8px solid transparent; border-left: 8px solid transparent; border-top: 15px solid #013F8A; border-bottom: 0; position: absolute; left: 0; right: 0; bottom: -10px; margin: auto;}
#page.maintenance .tab-wrap {margin-top: 60px;}
#page.maintenance .tab-contents {display: flex; flex-wrap: wrap; gap: 30px 20px;}
#page.maintenance .tab-contents .box {width: calc((100% - 20px*2)/3); border-bottom: 1px solid #E8E8E8; padding: 0 30px 30px; font-size: 16px; line-height: 2;}

@media screen and (max-width: 1199px) {
    #page.maintenance .onayami .list {gap: 40px;}
    #page.maintenance .onayami .item {width: 100%; height: auto; aspect-ratio: 355 / 355;}
    #page.maintenance .onayami-content {padding: 60px 0;}
    #page.maintenance .onayami-content .inner {gap: 60px;}
    #page.maintenance .onayami-content .box {padding-top: 0;}
    #page.maintenance .onayami-content .box .flex {flex-direction: column-reverse;}
    #page.maintenance .onayami-content .box .text {padding: 20px 0 0; width: 100%;}

    #page.maintenance .onayami-content .box h3 {line-height: 1;}
    #page.maintenance .onayami-content .box h3 .en {font-size: 46px; top: 0;}
    #page.maintenance .onayami-content .box h3 .jp {font-size: 34px;}
    #page.maintenance .onayami-content .box .image {width: 100%; max-width: 100%;}
    #page.maintenance .onayami-content .box h4 {font-size: 28px;}
    #page.maintenance .onayami-content .box p {margin-top: 20px;}
    #page.maintenance .onayami-content .box .link {flex-direction: column;}

    #page.maintenance .onayami-content .link .button + .button {margin-top: 30px;}

    #page.maintenance .merit {padding: 60px 0;}
    #page.maintenance .merit .list {gap: 60px;}
    #page.maintenance .merit .list .item {flex-direction: column-reverse;}
    #page.maintenance .merit .list .image {width: 100%;}

    #page.maintenance .message h2 {font-size: 32px;}
    #page.maintenance .message p {text-align: left;}
    #page.maintenance .message .list {gap: 0px; margin-top: 40px; flex-direction: column;}

    #page.maintenance .error-code {padding: 60px 0;}

    #page.maintenance .tab-menu {flex-wrap: wrap; gap: 10px 20px; justify-content: flex-start;}
    #page.maintenance .tab-menu .tab {width: calc((100% - 20px)/2); height: 40px; font-size: 14px;}
    #page.maintenance .tab-menu .tab.is-active:after {display: none;}
    #page.maintenance .tab-contents {gap: 10px 20px;}
    #page.maintenance .tab-contents .box {width: 100%; font-size: 14px; padding: 0 0px 10px;}
}

/* =================================================================
フロン回収
=================================================================*/
#page.fluon-recovery .gimu {position: relative; background-image: url('../img/page/fluon-recovery_gimu_bg.jpg'); background-size: cover; background-position: center; padding: 60px 0;}
#page.fluon-recovery .gimu:before {content: ""; width: 100%; height: 100%; display: block; background: #000; opacity: 0.5; position: absolute; left: 0; top: 0; z-index: 1;}
#page.fluon-recovery .gimu h2 {font-size: 40px; font-weight: 700; text-align: center; color: #fff; position: relative; display: flex; justify-content: center; align-items: center; gap: 20px; position: relative; z-index: 1;}
#page.fluon-recovery .gimu h2 img {display: block; width: 40px; height: auto;}
#page.fluon-recovery .gimu p {text-align: center; margin-top: 60px; color: #fff; position: relative; z-index: 1;}

#page.fluon-recovery .regulated-fluorocarbons {padding: 60px 0; position: relative;}
#page.fluon-recovery .regulated-fluorocarbons:before {content: ""; display: block; width: 100%; height: 100%; background-image: url('../img/top/recruit_bg.jpg'); background-size: cover; position: absolute; left: 0; top: 0; opacity: 0.1;}
#page.fluon-recovery .regulated-fluorocarbons h2 + p {margin-top: 60px;}
#page.fluon-recovery .regulated-fluorocarbons .list {gap: 54px; margin-top: 60px; align-items: stretch;}
#page.fluon-recovery .regulated-fluorocarbons .list .item {width: calc((100% - 54px*2) / 2); display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
#page.fluon-recovery .regulated-fluorocarbons .list .image {width: 100%; height: auto; aspect-ratio: 364 / 240; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px;}
#page.fluon-recovery .regulated-fluorocarbons .list img {transition:1s all; width: 100%; height: auto; object-fit: cover; aspect-ratio: 364 / 240;}
#page.fluon-recovery .regulated-fluorocarbons .list h3 {font-size: 28px; text-align: center; font-weight: 700; margin-top: 20px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
#page.fluon-recovery .regulated-fluorocarbons .list h3 .en {color: #0087b7;}
#page.fluon-recovery .regulated-fluorocarbons .list p {margin-top: 10px;}

#page.fluon-recovery .fluorocarbon-control-actions {padding: 60px 0;}
#page.fluon-recovery .fluorocarbon-control-actions .list {flex-direction: column;}
#page.fluon-recovery .fluorocarbon-control-actions .intro {display: flex; justify-content: space-between; align-items: center;}
#page.fluon-recovery .fluorocarbon-control-actions .intro .text {width: 48%; padding-right: 40px;}
#page.fluon-recovery .fluorocarbon-control-actions .intro .text h2 {font-size: 28px; line-height: 1.3;}
#page.fluon-recovery .fluorocarbon-control-actions .intro .text p {margin-top: 40px;}
#page.fluon-recovery .fluorocarbon-control-actions .intro .image {width: 52%; max-width: 600px; height: auto; position: relative; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px; overflow: hidden;}
#page.fluon-recovery .fluorocarbon-control-actions .intro .image img {width: 100%; height: auto; aspect-ratio: 600 / 330; object-fit: cover;}

#page.fluon-recovery .fluorocarbon-control-actions .list {flex-direction: column; gap: 20px; margin-top: 60px;}
#page.fluon-recovery .fluorocarbon-control-actions .list .item {display: flex; align-items: center; gap: 20px;}
#page.fluon-recovery .fluorocarbon-control-actions .list .item h3 {font-size: 24px;}
#page.fluon-recovery .fluorocarbon-control-actions .list .item p {margin-top: 20px;}
#page.fluon-recovery .fluorocarbon-control-actions .list .image {width: 26%; flex-shrink: 0; height: auto; aspect-ratio: 220 / 140; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px;}

#page.fluon-recovery .message {padding: 0px 0 0;}
#page.fluon-recovery .message h2 {font-size: 40px; font-weight: 700; text-align: center; position: relative; display: flex; justify-content: center; align-items: center; gap: 20px; position: relative; z-index: 1;}
#page.fluon-recovery .message p {text-align: center; margin-top: 20px; position: relative; z-index: 1;}
#page.fluon-recovery .message h3 {font-size: 32px; font-weight: 700; text-align: center; position: relative; display: flex; justify-content: center; align-items: center; gap: 20px; position: relative; z-index: 1; margin-top: 40px;}
#page.fluon-recovery .message h3 img {}

#page.fluon-recovery .if-violation {background-image: url('../img/page/fluon-recovery_if-violation_bg.png'); background-position: center; padding: 60px 0 0; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center; height: 400px; position: relative;}
#page.fluon-recovery .if-violation:before {content: ""; width: 100%; height: 100%; display: block; background: #fff; opacity: 0.5; position: absolute; left: 0; top: 0; z-index: 1;}
#page.fluon-recovery .if-violation .inner {position: relative; z-index: 2;}

#page.fluon-recovery .trust-section {background-image: url('../img/top/about_img01.jpg'); background-size: cover; background-position: top center; padding: 130px 0 100px; position: relative; color: #fff;}
#page.fluon-recovery .trust-section::before {content: ""; width: 100%; height: 80px; background-color: #fff; position: absolute; top: -1px; clip-path: polygon(50% 100%, 100% 0%, 0% 0%); z-index: 2;}
#page.fluon-recovery .trust-section:after {content: ""; width: 100%; height: 100%; display: block; background: #000; opacity: 0.5; position: absolute; left: 0; top: 0; z-index: 1;}
#page.fluon-recovery .trust-section .inner {position: relative; z-index: 2;}
#page.fluon-recovery .trust-section p {margin-top: 20px;}
#page.fluon-recovery .trust-section .list {gap: 40px; margin-top: 0px; display: flex; justify-content: center;}
#page.fluon-recovery .trust-section .list .button {color: #fff; font-size: 18px; letter-spacing: 0.05em; font-weight: bold; background: linear-gradient(135deg, #0087b7, #31a2ca); padding: 18px 30px; display: inline-block; transition: .3s; border-radius: 9999px; width: 100%; max-width: 370px; outline: 1px solid; outline-color: transparent; outline-offset: 0px; margin-top: 30px;}
#page.fluon-recovery .trust-section .list .button p {display: flex; align-items: center; gap: 20px; justify-content: center; margin-top: 0;}
#page.fluon-recovery .trust-section .list .button img {width: 43px; height: auto;}
#page.fluon-recovery .trust-section .list .button:hover {animation: light .8s infinite; opacity: 1; outline-color: #0087b7;}

@media screen and (max-width: 1199px) {
    #page.fluon-recovery .gimu h2 {flex-direction: column; font-size: 26px;}
    #page.fluon-recovery .gimu p {text-align: left;}
    #page.fluon-recovery .cmn-title .en {font-size: 39px;}
    #page.fluon-recovery .regulated-fluorocarbons .list {flex-direction: column;}
    #page.fluon-recovery .regulated-fluorocarbons .list .item {width: 100%;}
    #page.fluon-recovery .regulated-fluorocarbons .list h3 {font-size: 26px;}

    #page.fluon-recovery .message {padding-top: 0;}
    #page.fluon-recovery .fluorocarbon-control-actions {padding: 60px 0 0;}
    #page.fluon-recovery .fluorocarbon-control-actions .intro {flex-direction: column; gap: 40px;}
    #page.fluon-recovery .fluorocarbon-control-actions .intro .text {width: 100%; padding-right: 0;}
    #page.fluon-recovery .fluorocarbon-control-actions .intro .image {width: 100%;}
    #page.fluon-recovery .fluorocarbon-control-actions .list .item {flex-direction: column-reverse;}
    #page.fluon-recovery .fluorocarbon-control-actions .list .image {width: 100%;}

    #page.fluon-recovery .if-violation h2 {font-size: 32px;}
    #page.fluon-recovery .if-violation p {text-align: left;}

    #page.fluon-recovery .trust-section h2 {font-size: 32px;}
    #page.fluon-recovery .trust-section p {text-align: left;}
    #page.fluon-recovery .trust-section .list {gap: 0px; margin-top: 40px; flex-direction: column;}
}

/* =================================================================
アズワークスについて
=================================================================*/
#page.about {}
#page.about .reason {padding-bottom: 60px;}
#page.about .reason .list {margin-top: 80px; flex-direction: column; gap: 60px; display: flex; flex-direction: column; counter-reset: number 0;}
#page.about .reason .list .item {display: flex; justify-content: center; align-items: center;}
#page.about .reason .list .item:nth-child(2n) {flex-direction: row-reverse;}
#page.about .reason .list .item img {width: 100%; transition:1s all;}
#page.about .reason .list .item .image {width: 50%; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);}
#page.about .reason .list h3 {font-size: 34px; font-weight: 700; line-height: 1.5; position: relative;}
#page.about .reason .list h3:before {counter-increment: number 1; content: counter(number,decimal-leading-zero) " "; font-family: "Josefin Sans", sans-serif; font-size: 110px; font-weight: 700; letter-spacing: 11px; color: rgba(0, 135, 183, 0.2);}
#page.about .reason .list h3 .jp {font-weight: 700; position: absolute; left: 0; bottom: 0;}
#page.about .reason .list p {margin-top: 20px;}
#page.about .reason .list .text {padding-right: 0px; padding-left: 80px; width: 50%;}
#page.about .reason .list .item:nth-child(2n) .text {padding-right: 80px; padding-left: 0px;}

#page.about .page-intro {padding-top: 130px;}
#page.about .page-intro .text {width: 73%;}
#page.about .page-intro img {width: 27%; aspect-ratio: 100 / 100; box-shadow: none; max-width: 300px;}

#page.about .support {background-image: url('../img/top/about_img01.jpg'); background-size: cover; background-position: top center; padding: 130px 0 100px; position: relative; color: #fff;}
#page.about .support h2 {font-size: 40px; font-weight: 700; text-align: center; position: relative; display: flex; justify-content: center; align-items: center; gap: 20px; position: relative; z-index: 1;}
#page.about .support p {text-align: center; margin-top: 20px; position: relative; z-index: 1;}
#page.about .support:after {content: ""; width: 100%; height: 100%; display: block; background: #000; opacity: 0.5; position: absolute; left: 0; top: 0; z-index: 1;}
#page.about .support .inner {position: relative; z-index: 2;}
#page.about .support .list {gap: 40px; justify-content: center; margin-top: 40px;}
#page.about .support .item {background: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 100%; width: 270px; height: 270px; display: flex; justify-content: center; align-items: center; padding-bottom: 20px;}
#page.about .support .item h3 {align-items: center; font-size: 22px; display: flex; flex-direction: column; justify-content: space-between; color: #333333; overflow: hidden;}
#page.about .support .item h3 img {display: block; width: 150px; height: auto;}
#page.about .support .item h3 span {display: flex; justify-content: center; align-items: center; }

#page.about .flow {padding: 60px 0;}
#page.about .flow h2 + p {margin-top: 60px;}
#page.about .flow .step {display: flex; flex-direction: column; gap: 20px; margin-top: 60px; position: relative;}
#page.about .flow .step:before {content: ""; width: 1px; height: 100%; display: block; background: #0087b7; position: absolute; left: 0; right: 0; top: 0; margin: auto;}

#page.about .flow .step .item {display: flex; align-items: center; gap: 40px; border: 1px solid #E8E8E8; background: #fff; position: relative; z-index: 1;}
#page.about .flow .step .item .image {width: 300px; height: 200px; aspect-ratio: 300 / 200;}
#page.about .flow .step .item .image img {width: 300px; height: 200px; object-fit: cover;}
#page.about .flow .step .item h3 {font-size: 28px;}
#page.about .flow .step .item h3 .en {color: rgba(0, 135, 183, 0.2); display: inline-block; margin-right: 1em;}


@media screen and (max-width: 1199px) {
    #page.about .reason {padding: 60px 0;}
    #page.about .reason h2 .en {position: relative; top: -39px;}
        
    #page.about .reason .list {margin-top: 40px;}
    #page.about .reason .list .item {flex-direction: column;}
    #page.about .reason .list .item:nth-child(2n) {flex-direction: column;}
    #page.about .reason .list .item .image {width: 100%;}
    #page.about .reason .list .text {width: 100%; padding-left: 0; padding-top: 20px;}
    #page.about .reason .list h3 {font-size: 26px; display: flex; flex-direction: column;}
    #page.about .reason .list h3 .jp {position: static;}
    #page.about .reason .list h3:before {font-size: 46px; line-height: 1;letter-spacing: 5px}
    #page.about .reason .list p {margin-top: 10px;}
    #page.about .reason .list .item:nth-child(2n) .text {padding-right: 0;}

    #page.about .page-intro {padding-top: 0;}
    #page.about .page-intro .text {width: 100%;}
    #page.about .page-intro img {width: 100%; max-width: 240px; margin-top: 40px;}
    #page.about .page-intro .inner {flex-direction: column;}

    #page.about .support {padding: 60px 0;}
    #page.about .support h2 {font-size: 30px;}
    #page.about .support p {text-align: left;}
    #page.about .support .list {gap: 20px; margin-top: 40px; flex-direction: column; align-items: center;}

    #page.about .flow h2 + p {margin-top: 40px;}
    #page.about .flow .step .item {flex-direction: column; gap: 20px; padding-bottom: 20px;}
    #page.about .flow .step .item .image {width: 100%;}
    #page.about .flow .step .item .image img {width: 100%; height: 200px;}
    #page.about .flow .step .item .text {padding: 0 20px;}
    #page.about .flow .step .item h3 {margin-bottom: 10px; font-size: 22px;}
    #page.about .flow .step .item h3 .en {display: block; line-height: 1;}
}

/* =================================================================
会社概要
=================================================================*/
#page.company-overview .page-intro .inner {align-items: flex-start;}
#page.company-overview .page-intro .text {width: 70%;}
#page.company-overview .page-intro .img-wrap {width: 30%; max-width: 616px; height: auto;}
#page.company-overview .page-intro .img {position: relative; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); border-radius: 10px; overflow: hidden;}
#page.company-overview .page-intro .img img {width: 100%; max-width: 100%; box-shadow: none; border-radius: 0px; aspect-ratio: auto;}
#page.company-overview .page-intro .img span {position: absolute; font-size: 12px; color: #fff; bottom: 10px; left: 10px;}
#page.company-overview .page-intro .name {text-align: right; margin-top: 10px;}

#page.company-overview .overview {padding-bottom: 130px;}

@media screen and (max-width: 1199px) {
    #page.company-overview .page-intro .img-wrap {width: 100%; max-width: 100%;}
    #page.company-overview .page-intro .text {width: 100%; max-width: 100%;}

}

