@charset "utf-8";
/* 
Theme name: yoikonokuni
Author: Yukino Kasahara
Description: 株式会社よいこのくに公式サイト。初公開年月日 2026/2
Version: 1.0
*/

/* COMMON CSS------------------------------------------- */

/* .zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
} */
/* .zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 */
html {
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    margin-inline: auto;
}
.main-container {
    width: 100%;
    position: relative;
    min-height: 100%;
}
ul {
    padding-left: 0;
}
a {
    color: #EE6F1C;
    text-decoration: none;
    cursor: pointer;
}
h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
}
p,h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.top-image, .company-desc, .service-intro, .work-intro, .work-intro-inner, .contact-inner, .access-inner, .footer-container, .greeting-wrap, .value, .works {
    width: 80%;
    margin-inline: auto;
}
/* ヘッダー */
.sp-header {
    display: none;
}
.hp-header {
    background-color: #FFF;
    border-radius: 0 0 36px 36px;
    box-shadow: 4px 4px 8px 0px rgba(255, 179, 102, 0.4);
    margin-inline: auto;
    width: 70%;
    height: fit-content;
    padding: 0 5%;
}
.header-inner {
    display: flex;
    gap: 10%;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 30%;
    height: auto;
    margin: 1% auto;
}
.logo-home-link {
    cursor: pointer;
}
header nav ul li .sub-menu {
    display: none;
}
.header-nav {
    width: 60%;
    padding-left: 3%;
}
.header-nav ul {
    display: flex;
    gap: 3%;
    justify-content: space-between;
}
.header-nav ul li ,.sp-header-nav ul li ,.footer-nav ul li{
    list-style: none;
}
.header-nav a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 1.6vw, 30px);
    letter-spacing: 0.1rem;
}
.header-nav a::before {
    content: "⚫︎";
    color: #3BB45C;
    opacity: 0;
    transition: 0.5s;
}
.header-nav a:hover:before {
    opacity: 1;
}

/* TOP:メインビジュアル */
.hero {
    position: relative;
    max-width: 1920px;
    /* background-color: #FFF8F0; */
}
.main-show {
    position: relative;
    top: 40px;
}
.mask-1, .mask-4 {
    margin-top: 3%;
    position: absolute;
    left: 10%;
    -webkit-clip-path: url(#mainSvgPath);
    clip-path: url(#mainSvgPath);
    max-width: 45%;
    min-width: 200px;
    min-height: auto;
}
.mask-1, .mask-2 ,.mask-3 {
   animation: slide-animation-01 24s infinite;
}
.mask-4, .mask-5, .mask-6 {
   animation: slide-animation-02 24s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
    30% {opacity: 1;}
    40% {opacity: 0; transform: scale(1.1);}
    90% {opacity: 0}
    100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
    30% {opacity: 0;  transform: scale(1.1);}
    40% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0; transform: scale(1.0);}
}
.mask-3, .mask-6 {
    position: absolute;
    top: 16%;
    left: 45%;
    -webkit-clip-path: url(#mainSvgPath3);
    clip-path: url(#mainSvgPath3);
    max-width: 23%;
    min-width: 200px;
    min-height: auto;
}
.mask-2,.mask-5 {
    position: absolute;
    top: 90%;
    left: 35%;
    -webkit-clip-path: url(#mainSvgPath2);
    clip-path: url(#mainSvgPath2);
    max-width: 18%;
    min-width: 200px;
    min-height: auto;
}
.shape-01 {
    max-width: 15%;
    min-height: auto;
    position: relative;
    top: 280px;
    left: 24%;
    z-index: -1;
}
.shape-02 {
    max-width: 18%;
    min-height: auto;
    position: relative;
    top: 80px;
    left: 57%;
    z-index: -2;
}
.catch-copy {
    position: relative;
    top: -70px;
    right: 10%;
}
.catch-copy p {
    color: #EE6F1C;
    font-size: clamp(28px, 2vw, 36px);;
    font-weight: 700;
    text-align: right;
    margin: 8px 0 0 0;
    animation: slideinBottom 2.4s forwards;
}
.under-line {
    background: linear-gradient(transparent 60%, #FFF 30%);
}
@keyframes slideinBottom {
  0% {
    transform: translateY(80px);
  }
  100% {
    transform: translateY(0);
  }
}
.usagi-hero {
    width: 10%;
    min-width: 90px;
    position: relative;
    top: -30px;
    left: 87%;
    transform: translateX(-100%);
}

/* TOP:サービス */
.fullwidth {
    padding: 100px 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
}
.company-desc {
    margin: 0 auto;
}
.company-desc h3 {
    color: #EE6F1C;
    text-align: center
}
.company-desc span {
    color: #3BB45C;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.sevice-intro-wrap-sp {
    display: none;
}
.sevice-intro-wrap {
    position: relative;
}
.service-name-tag {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.service-name-tag p {
    color: #3BB45C;
    font-weight: 700;
    font-size: min(1.8vw,30px);
    margin: 0;
    padding: 0 8px;
    background-color: #fff;
    display: inline-block;
    border-radius: 100vw;
}
.service-name-tag p:first-child {
    position: absolute;
    top: 240px;
    left: 210px;
}
.service-name-tag p:nth-child(2) {
    position: absolute;
    top: 120px;
    left: 40%;
}
.service-name-tag p:nth-child(3) {
    position: absolute;
    top: 120px;
    right: 250px;
}
.service-name-tag p:nth-child(4) {
    position: absolute;
    top: 350px;
    right: 43%;
}
.service-name-tag p:nth-child(5) {
    position: absolute;
    top: 400px;
    right: 32%;
}
.service-name-tag p:nth-child(6) {
    position: absolute;
    top: 400px;
    right: 7%;
}
.service-name-tag p:nth-child(7) {
    position: absolute;
    top: 580px;
    left: 10%;
}
.service-name-tag p:nth-child(8) {
    position: absolute;
    top: 630px;
    left: 50%;
}
.service-name-tag p:nth-child(9) {
    position: absolute;
    top: 610px;
    right: 16%;
}
.service-intro-illust {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.service-intro-illust img {
    width: 100%;
    display: block;
    animation: servise-anime 2s infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
@keyframes servise-anime {
  0% {opacity: 1;}
  49.999% {opacity: 1;}
  50% {opacity: 0;}
  99.999% {opacity: 0;}
  100% {opacity: 1;}
}
.service-intro-illust img:nth-child(1) {
    position: relative;
    animation-delay: 0s;
}
.service-intro-illust img:nth-child(2) {
    max-width: 1200px;
    position: absolute;
    top: 0;
    animation-delay: 1s;
}

.more-btn {
    margin-inline: auto;
    width: 17%;
    height: fit-content;
    text-align: center;
}
.more-btn a {
    display: block;
    background-color: #FFF;
    border-radius: 100vmax;
    border: 2px solid #EE6F1C;
    transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
    padding: 3%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.more-btn a:hover {
    background-color: #EE6F1C;
    color: #FFF;
}


/* TOP:実績 */
.work-intro {
    margin-top: 60px;
}
.work-fullwidth {
    margin-inline: calc(50% - 50vw);
    background: linear-gradient(0deg,rgba(132, 204, 73, 1) 65%, rgba(255, 255, 255, 0) 100%);
    height: 960px;
}
.work-intro-inner {
    max-width: 1200px;
    padding: 60px 0;
    position: relative;
}
.work-intro-title {
    position: relative;
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(132, 204, 73, 1);
}
.work-intro-title h2 {
    position: absolute;
    top: -30px;
    left: 210px;
}
.contents-eng-titl-white {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    margin-bottom: 16px;
}
.work-post-contents {
    display: flex;
    justify-content: start;
    gap: 5%;
}
.work-post {
    width: 30%;
    cursor: pointer;
}
.work-post a {
    display: block;
}
.image-wrap {
    border-radius: 18px;
    overflow: hidden;
}
.image-wrap img {
    aspect-ratio: 330 / 233;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
    transform:scale(1.1);
    vertical-align: middle;
}
.image-wrap img:hover {
    transform:scale(1);
}
.post-title {
    color: #1b552b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 6px;
}
.post-title:hover {
    color: #FFF;
}
.more-btn-jisseki {
    position: absolute;
    right: 0;
    margin: 20px 0;
}

/* TOP:コンタクト */
.contact-fullwidth {
    background: #FFF;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    height: 570px;
    position: relative;
    top: 0;
    margin-top: -310px;
    z-index: 10;
}
.contact-inner {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
}
.contact-title {
    text-align: center;
}
.contact-title h2, .access-left h2, .contact-page-title h2 {
    color: #EE6F1C;
    margin-bottom: -10px;
}
.contact-title p:first-of-type, .contents-eng-title-orange {
    color: #EE6F1C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    margin: 0 auto 16px auto;
}
.contact-title p:last-of-type {
    color: #3BB45C;
    font-weight: 500;
}
.more-btn-contact {
    max-width: 300px;
    width: 32%;
    margin: 60px auto;
}
/* TOP:アクセス */
.access {
    position: relative;
    z-index: 15;
}
.access-fullwidth {
    padding: 100px 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background: #ffffff;
}
.access-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    gap: 40px;
    align-items: flex-start;
}
.access-left {
    position: relative;
    flex: 1;
}
.access-title {
    position: relative;
}
.access-title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -80px;
    left: 200px;
    background-image: url('images/usagi_run.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1);
    animation: run 6s linear infinite;
    pointer-events: none;

}
@keyframes run {
    0% {
        transform: rotate(0deg) scale(1);
    }
    10% {
        transform: rotate(-8deg) scale(1);
    }
    20% {
        transform: rotate(0deg) scale(1);
    }
    30% {
        transform: rotate(-8deg) scale(1);
    }
    40% {
        transform: rotate(0deg) scale(1);
    }
    41% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}
.access-left h2 {
    margin-top: 0;
}
.access-right {
    flex-grow: 1;
    text-align: right;
}
.address {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 20%;
}
.address-inner p:first-of-type {
    color: #EE6F1C;
}
.gaikan-img {
    width: 100%;
}
.gaikan-img img {
    aspect-ratio: 283 / 176;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
}
.g-map {
    aspect-ratio: 273 / 146;
    border-radius: 24px;
    width: 90%;
    height: auto;
}
/* フッター */
footer{
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background-color: #FFF8F0;
    height: auto;
    padding: 0;
    position:relative;
    bottom:0;
    z-index: 10;
}
.footer-container {
    position: relative;
}
.footer-logo-area {
    margin-top: 40px;
    padding-top: 40px;
    width: 24%;
}
.footer-logo-area a {
    cursor: pointer;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.office-info p {
    color: #EE6F1C;
    font-family: "Zen Kaku Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0;
}
.office-info p:first-of-type {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 46px;
}
.site-map {
    position: relative;
    bottom: 5px;
}
.footer-nav a {
    font-weight: 700;
    font-family: "Zen Kaku Gothic", sans-serif;
}
.footer-nav a:hover {
    color: #3BB45C;
}
.footer-nav ul {
    line-height: 2.4rem;
}
footer .sub-menu {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    opacity: .6;
    padding-left: 16px;
}
.footer-illust {
    max-width: 160px;
    width: 15%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-illust img {
    width: 100%;
}
.copyright {
    color: #EE6F1C;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}
/* ------------------------------------------------------------------- */
/* 企業情報ページ */
 .white-bg {
    padding: 100px 0 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
}
.page-title {
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #EE6F1C;
    text-align: center;
    margin: 80px auto 0 auto;
}
.greeting-wrap {
    max-width: 1920px;
    margin-top: 80px;
}
.greeting-wrap h3, .value h3, .service h3, .company-info h3 {
    color: #EE6F1C;
    font-weight: 700;
    font-size: 1.8rem;
}
.greeting-wrap p {
    font-weight: 500;
    line-height: 2.2rem;
    width: 80%;
    margin: 0 auto;
    font-size: 1.125rem;
}
.br-sp {
    display: none;
}
.greeting-wrap p:last-child {
    margin: 30px 0 0 15%;
    text-align: right;
}
.bg-line {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    aspect-ratio: 1280/707;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4MCIgaGVpZ2h0PSI3MDciIHZpZXdCb3g9IjAgMCAxMjgwIDcwNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLTAuMDUzNzM0OCA3MDEuMzExQzE0MS4xMTMgNTMwLjczMyA0ODkuNjE3IDQ3Mi42MDIgNTk3LjQ4NCA0NjAuNzk5QzcwNS4zNSA0NDguOTk3IDEwNzAuNyA0NDUuNzE2IDEyMTYuMTMgMjQ0LjM4M0MxMzMyLjQ4IDgzLjMxNzcgMTM3My44OCAxNy42ODQ1IDEzODAuMDQgNS4wMDExMyIgc3Ryb2tlPSIjRUU2RjFDIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1kYXNoYXJyYXk9IjEgMzUiLz48L3N2Zz4=");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -220px;
}
.value {
    margin-top: -160px;
    max-width: 1920px;
}
.value h3, .service h3, .company-info h3 {
    text-align: center;
}
.core-values {
    color: #EE6F1C;
    font-weight: 700;
    font-size: 2.25rem;
    text-align: center;
}
.values-sub-desc {
    text-align: center;
    color: #3BB45C;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.8rem;
}
.gakken-value h4 {
    max-width: 80%;
    width: 650px;
    margin: 40px auto 20px auto;
    color: #3BB45C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
}
.g-values-wrap {
    width: 650px;
    margin: 0 auto;
}
.g-values-wrap, .g-values-wrap th,.g-values-wrap td {
    border: none;
}
tr {
    vertical-align: baseline;
}
.g-values-title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    text-align: left;
    width: 30%;
}
.g-values-title span {
    color: #3BB45C;
    font-size: 2.25rem;
}
.g-values {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
}
.action-guideline {
    margin-top: 80px;
}
.action-guideline h4 {
    text-align: center;
    color: #3BB45C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 16px;
}
.action-guideline-wrap {
    border: 2px solid #3BB45C;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
}
.action-guideline p:first-of-type {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    color: #EE6F1C;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: .3rem;
}
.action-guideline p:first-of-type:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -5%;
    bottom: -7px;
    width: 110%;
    height: 4px;
    border-radius: 4px;
    background: #3BB45C;
}
.action-guideline p:last-child {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 30px;
}
.bg-line-green {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    aspect-ratio: 1280/707;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4MCIgaGVpZ2h0PSI3MDciIHZpZXdCb3g9IjAgMCAxMjgwIDcwNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMxNi4wNCA3MDEuMzExQzExNzQuODcgNTMwLjczMyA4MjYuMzcxIDQ3Mi42MDIgNzE4LjUwNCA0NjAuNzk5QzYxMC42MzcgNDQ4Ljk5NyAyNDUuMjg4IDQ0NS43MTYgOTkuODU1OSAyNDQuMzgzQy0xNi40ODk1IDgzLjMxNzggLTU3Ljg5NDQgMTcuNjg0NiAtNjQuMDUzNyA1LjAwMTE2IiBzdHJva2U9IiM4NENDNDkiIHN0cm9rZS13aWR0aD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWRhc2hhcnJheT0iMSAzNSIvPjwvc3ZnPg==");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -220px;
}
.service {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: -180px;
}
.service p:first-of-type {
    text-align: center;
    color: #EE6F1C;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.8rem;
    width: 80%;
    margin: 0 auto;
}
.service-all-illust-sp {
    display: none;
}
.service-all-illust {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}
.service-all-illust img {
    width: 100%;
}
.green-bg {
    margin-inline: calc(50% - 50vw);
    background: linear-gradient(0deg, rgba(132, 204, 73, 1) 65%, rgba(255, 255, 255, 0) 100%);
    padding: 0 0 300px 0;
}
.service-detail {
    padding-top: 90px;
    max-width: 1920px;
    margin: 0 auto;
}
.service-detail-content {
    width: 80%;
    margin: 0 auto 56px auto;
    background-color: #FFF;
    border: 2px solid #EE6F1C;
    border-radius: 30px;
}
.service-detail h4 {
    text-align: center;
    color: #3BB45C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    position: relative;
    margin: 30px 0 60px 0;
}
.service-detail h4::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5%;
    bottom: -30px;
    width: 90%;
    height: 2px;
    border-radius: 2px;
    background: #EE6F1C;
}
.service-detail-content-wrap-2column {
    display: none;
}
.service-detail-content-wrap {
    width: 90%;
    margin: 0 auto 30px auto;
    display: flex;
    gap: 2%;
    white-space: nowrap;
}
.service-detail-content-wrap p {
    flex: 1;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.75rem;
}
.white-bg-radius {
    background: #FFF;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    height: 220px;
    position: relative;
    top: 0;
    margin-top: -273px;
    /* padding-top: 60px; */
    z-index: 0;
}
.white-bg-square {
    margin-inline: calc(50% - 50vw);
    background: #fff;
    height: max-content;
    width: 100vw;
    position: relative;
    top: -210px;
    padding-bottom: 0;
}
.company-info {
    max-width: 1920px;
    margin: 0 auto;
}
.company-info h3 {
    margin: 90px 0 60px 0;
}
.company-info table {
    width: 60%;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic", sans-serif;
    font-weight: 700;
    border-spacing: 0;
    border-collapse: separate;
}
.company-info th, .company-info td {
    background: #FFFFFF;
    font-size: 1.125rem;
    border-top: 4px solid #3BB45C;
    border-left: 4px solid #3BB45C;
    text-align: left;
    padding: 30px;
}
.company-tel a {
    pointer-events: none;
    text-decoration: none;
    color: #000;
}
.company-info th {
    vertical-align: baseline;
}
.company-info td {
    vertical-align: middle;
}
.logo-space img {
    width: 80%;
}
.logo-space:last-child {
    border-bottom-right-radius: 0px;
}
.company-info table th:last-child,.company-info table td:last-child{
    border-right:4px solid #3BB45C;
}
.company-info table tr:last-child th,.company-info table tr:last-child td{
    border-bottom:4px solid #3BB45C;
}
.company-info table tr:first-child :first-child{
    border-top-left-radius:30px;
}
.company-info table tr:first-child :last-child{
    border-top-right-radius:30px;
}
.company-info table tr:last-child :first-child{
    border-bottom-left-radius:30px;
}
.company-info table tr:last-child :last-child{
    border-bottom-right-radius:30px;
}
.logo-wrap {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 60px auto 0;
}
.logo-wrap img {
    width: 30%;
    height: auto;
}

/* ページコンタクト共通部分 */
.contact-link {
    margin-top: 90px;
    position: relative;
}
#company .contact-link {
    margin-top: -350px;
    position: relative;
    z-index: 10;
}
.contact-bg-usagi {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    height: auto;
    position: absolute;
    top: -100px;
    z-index: -11;
}
.orange-bg-fullwidth {
    margin-inline: calc(50% - 50vw);
    background: #EE6F1C;
    height: 420px;
    width: 100vw;
    /* padding-top: 60px; */
    position: relative;
    top: 130px;
    z-index: 1;
    /* padding-bottom: 120px;*/
}
.contact-inner-wrap {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}
.page-contact-title {
    color: #fff;
    margin-bottom: -10px;
}
.contact-inner-wrap h2 {
    margin-bottom: -10px;
}
.page-contents-eng-title-orange {
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    margin: 0 auto 16px auto;
}
.contact-inner-wrap p:nth-child(2) {
    font-weight: 500;
}
.more-btn-contact a {
    padding: 6%;
}
.more-btn-contact a:hover {
    border-color: #FFF;
}


/* ------------------------------------------------------------------- */
/* 事業実績ページ */
.category-wrap h3 {
    font-weight: 700;
}
.tag-wrapper {
    margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
}
.tag-wrapper a {
    display: inline;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 3px 12px;
    background-color:#fff;
    border: 2px solid #EE6F1C;
    border-radius: 100vmax;
}
.tag {
    color: #000;
}
.tag-wrapper a:hover {
    background-color:#EE6F1C;
}
.works-wrap {
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(100vw* 0.03);
}
.works-postitems {
    cursor: pointer;
}
.works-titl {
    font-family: "Zen Kaku Gothic", sans-serif;
    font-weight: 600;
    margin-top: 0;
}
.works-thumbnail {
    border-radius: 16px;
    aspect-ratio: 3/2;
    overflow: hidden;
}
.works-thumbnail img {    
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    transform: scale(1.1);
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}
.works-thumbnail img:hover {
    transform:scale(1);
}
.helmet-usagi {
    width: 6%;
    margin: 0 auto 20px;
}
.helmet-usagi img {
    width: 100%;
}
.nav-links {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.page-numbers {
    margin: 0 2%;
    padding: 6px 8px;
    border-radius: 100vmax;
    background: #fff;
    border: solid 2px #EE6F1C;
    font-size: 14px;
    color: #EE6F1C;
    font-weight: bold;
    transition: all 0.15s linear;
}
.page-numbers.active {
    background-color: #EE6F1C;
    color: white;
}
.page-numbers:hover {
    background-color: #EE6F1C;
    color: #fff;
}

/* ------------------------------------------------------------------- */
/* 事業実績シングルページ */
.works-post {
    width: 70%;
    margin-inline: auto;
}
.post-category-wrap {
    display: flex;
    gap:  20px;
    align-items: center;
    margin-top: 30px;
}
.post-categories li {
    list-style: none;
}
.post-categories li a {
    display: inline;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 3px 12px;
    background-color:#fff;
    border: 2px solid #EE6F1C;
    border-radius: 100vmax;
    color: #000;
}
.single-post-title {
    font-size: 2rem;
    color: #EE6F1C;
    position: relative;
}
.single-post-title::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    background: #EE6F1C;
}
.single-post-content {
    line-height: 1.75rem;
}
.single-post-image img {
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
}
.single-works-btn {
    margin-top: 60px;
}


/* ------------------------------------------------------------------- */
/* 個人情報保護法ページ */
#policy {
    background-color: #FFF;
}
.policy-area {
    width: 70%;
    margin-inline: auto;
}
.policy-area h2, .policy-area h3, .policy-area p{
    font-family: "Zen Kaku Gothic", sans-serif;
    font-style: normal;
}
.policy-area h2 {
    color: #EE6F1C;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 60px;
    text-align: center;
}
.policy-area h3 {
    color: #EE6F1C;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: -12px;
}
.each-item {
    margin-bottom: 2rem;
}
.item5-list {
    margin-left: 1rem;
}
.item5-list li {
    font-family: "Zen Kaku Gothic", sans-serif;
    font-style: normal;
}
.policy-contact-box {
    border: 1px solid #000;
    width: 60%;
}
.policy-contact-box ul {
    margin-left: 2rem;
}
.policy-contact-box ul li {
    font-family: "Zen Kaku Gothic", sans-serif;
    font-style: normal;
    list-style: none;
    margin-bottom: 8px;
}
/* ------------------------------------------------------------------- */
/* コンタクトページ */
.contact-page-title {
    margin: 60px auto 60px auto;
    width: 60%;
    text-align: center;
}
.contact-page-title p:nth-of-type(2) {
    color: #3BB45C;
    font-weight: 500;
    font-size: 1.125rem;
}
.contact-page-title p:nth-of-type(3) {
    margin-top: 30px;
    font-family: "Zen Kaku Gothic", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.185rem;
}
.contact-page-title p:last-of-type {
    color: #ff0000;
    font-size: 1rem;
}
.contact-page-title p:last-of-type a {
    color: #0022FF;
    border-bottom: 1px solid #0022FF;
}
.contact-page h3, .complete-message h3 {
    font-family: "Zen Kaku Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #EE6F1C;
}
.complete-message {
    width: 80%;
    margin: 0 auto 60px auto;
    text-align: center;
}
.contact-confirm .contact-page-title p:last-of-type ,.contact-complete .contact-page-title p:last-of-type {
    color: #EE6F1C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    margin: 0 auto 16px auto;
}
.contact-confirm h3 {
    color: #EE6F1C;
    font-family: "Zen Kaku Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
}
.contact-form-wrap {
    width: 70%;
    margin: 0 auto 90px auto;
    background-color: #e6f7d5;
    border-radius: 30px;
    border: 3px solid #84CC49;
    padding-bottom: 120px;
    position: relative;
}
form {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}
form p {
    font-size: 1.125rem;
    margin-bottom: 24px;
}
form span {
    color: #ff0000;
    font-size: 0.875rem;
}
form input {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #84CC49;
    border-radius: 4px;
}
form textarea {
    width: 100%;
    margin-top: 8px;
    height: 200px;
    border: 1px solid #3BB45C;
    border-radius: 4px;
}
.privacypolicy input {
    width: max-content;
    margin-right: 12px;
}
.button-wrap p {
    display: flex;
    position: relative;
}
.submit_button ,.wpcf7-previous {
    width: max-content;
    height: fit-content;
    background-color: #FFF;
    border-radius: 100vmax;
    color: #3BB45C;
    border: 2px solid #3BB45C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    /* transition: .5s cubic-bezier(0.45, 0, 0.55, 1); */
    padding: 6px 12px;
    position: absolute;
    left: 80%;
    transform: translateX(-50%);
    margin-bottom: 60px;
}
.wpcf7-previous {
    position: absolute;
    left: 15%;
}
.submit_button:hover, .wpcf7-previous:hover {
    background-color: #EE6F1C;
    border: #EE6F1C;
    color: #FFF;
}

/* ------------------------------------------------------------------- */
/* カタログページ */
.catalog {
    width: 80%;
    max-width: 1200px;
    margin-inline: auto;
}
.catalog-page-title {
    text-align: center;
    margin-top: 60px;
}
.catalog-page-title h2 {
    font-size: 2rem;
    color: #EE6F1C;
}
.catalog-page-title p:first-of-type {
    color: #EE6F1C;
    font-size: 1.25rem;
} 
.catalog-page-title p:last-child{
    color: red;
    font-size: 1rem;
}
.catalog-category a {
    color: #000;
}
.catalog-data-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(100vw* 0.03);
    margin-top: 30px;
    margin-bottom: 20px;
}
.catalog-box {
    width: 100%;
    border: 2px solid #EE6F1C;
    border-radius: 10px;
    padding: 2px 16px;
    position: relative;
    margin-bottom: 30px;
}
.tag-name {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EE6F1C;
    border-radius: 9px 0 10px 0;
    padding: 6px 16px;
    color: #fff;
    font-size: 0.8rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}
.catalog-wrap {
    display: flex;
    margin-top: 36px;
}
.catalog-link {
    flex: 1;
    width: 30%;
    height: auto;
}
.catalog-img {
    width: 75%;
}
.catalog-img img {
    aspect-ratio: 1 / 1.414;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.catalog-info {
    flex: 2;
    margin-left: 10px;
}
.catalog-info p {
    margin: 0;
}
.catalog-info p:last-child {
    font-size: 0.9375rem;
}
/* ------------------------------------------------------------------- */
/* 1920px以上に適用 */
@media screen  and (min-width: 1920px) {
    .contact-bg-usagi {
        display: none;
    }
}

/* ------------------------------------------------------------------- */
/* 1215px以下に適用 */
@media screen and (max-width: 1215px) {
    .service-detail-content-wrap {
        display: none;
    }
    .service-detail-content-wrap-2column {
        display: block;
        width: 90%;
        margin: 0 auto 30px auto;
        display: flex;
        gap: 5%;
        justify-content: space-between;
    }
}


/* ------------------------------------------------------------------- */
/* 1155px以下に適用 */
@media screen and (max-width: 1155px) {
    .usagi-contact {
        max-width: 110px;
        height: auto;
        position: absolute;
        top: 260px;
        right: 20%;
        z-index: 110;
    }
}
/* ------------------------------------------------------------------- */
/* 980px以下に適用 */
@media screen and (max-width: 980px) {
    .hp-header {
        width: 100%;
    }
    .header-inner {
        gap: 0;
    }
    .header-logo img {
        min-height: auto;
        max-width: 90%;
    }
    .header-nav {
        width:70%;
    }
    .header-nav ul {
        justify-content: flex-end;
        gap: 5%;
    }
    .header-nav a::before {
        display: none;
    }
    /* TOP:hero */
    .mask-2, .mask-5 {
        position: absolute;
        top: 90%;
        left: 11%;
    }
    .shape-01 {
        max-width: 15%;
        min-height: auto;
        position: relative;
        top: 190px;
        left: 25%;
        transform: rotate(-155deg);
    }
    /* TOP:サービス */
    .company-desc {
        margin: -110px auto;
    }
    .service-name-tag p {
        font-size: 16px;
    }
    .service-name-tag p:first-child {
        position: absolute;
        top: 190px;
        left: 150px;
    }
    .service-name-tag p:nth-child(2) {
        position: absolute;
        top: 80px;
        left: 40%;
    }
    .service-name-tag p:nth-child(3) {
        position: absolute;
        top: 120px;
        right: 200px;
    }
    .service-name-tag p:nth-child(4) {
        position: absolute;
        top: 270px;
        right: 43%;
    }
    .service-name-tag p:nth-child(5) {
        position: absolute;
        top: 320px;
        right: 34%;
    }
    .service-name-tag p:nth-child(6) {
        position: absolute;
        top: 300px;
        right: 5%;
    }
    .service-name-tag p:nth-child(7) {
        position: absolute;
        top: 450px;
        left: 17%;
    }
    .service-name-tag p:nth-child(8) {
        position: absolute;
        top: 470px;
        right: 29%;
    }
    .service-name-tag p:nth-child(9) {
        position: absolute;
        top: 460px;
        right: 16%;
    }
    .more-btn, .more-btn-contact, .more-btn-jisseki{
        width: 60%;
    }

    /* TOP:コンタクト */
    .contact-fullwidth {
        top: -140px;
        height: 450px;
    }
    /* TOP:アクセス */
    .access {
        position: relative;
        z-index: 9;
        top: -140px;
        margin-bottom: -140px;
    }
    .access-fullwidth {
        padding: 200px 0 140px 0;
    }
    /* footer */
    .footer-wrap {
        flex-flow: column;
        align-items: flex-start;
        gap: 30px;
    }
    .footer-logo-area {
        margin-bottom: 20px;
        width: 35%;
    }
    .office-info p:first-of-type {
        margin-bottom: 16px;
    }
    .office-info p {
        font-size: 1.2rem;
    }
    .footer-illust {
        width: 25%;
        bottom: 30px;
    }
    /* 企業情報ページ */
    .white-bg {
        padding: 0;
    }
    .value {
        margin-top: -90px;
    }
    .service-detail-content {
        width: 90%;
        margin: 0 auto 30px auto;
    }
    .company-info table {
        width: 80%;
    }
    /* 事業実績　一覧ページ */
    .works-wrap {
        margin-bottom: 20px;
    }
    .helmet-usagi {
        width: 10%;
    }
    .contact-link {
        margin-top: 110px;
    }
    /* コンタクト各ページ */
    .contact-inner-wrap {
        width: 85%;
    }
    /* 個人情報保護方針ページ */
    .policy-contact-box {
        width: 100%;
    }
    /* カタログページ */
    .catalog-data-area {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-box {
        margin-bottom: 0;
    }
}

/* ------------------------------------------------------------------- */
/* 775px以下に適用 */
@media screen and (max-width: 775px) {
    .service-detail-content-wrap-2column {
        flex-direction: column;
    }
    .service-detail-content-wrap-2column p {
        margin: 0;
    }
    .g-values-wrap {
        width: 100%;
    }
}

/* ------------------------------------------------------------------- */
/* 680px以下に適用 */
@media screen and (max-width: 680px) {
    #page_top{
        width: 50px;
        height: 50px;
        position: fixed;
        right: 5%;
        bottom: 5%;
        background: #EE6F1C;
        opacity: 0.6;
        border-radius: 50%;
        z-index: 1000;
    }
    #page_top a{
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
    }
    #page_top a::before{
        font-family: "Zen Maru Gothic", 'sans-serif';
        font-weight: 700;
        content: 'TOP';
        font-size: 16px;
        color: #FFF;
        position: absolute;
        top: 13px;
        left: 9px;
    }
    /* TOP:heroエリア */
    .top-image-3, .top-image-2 {
        display: none;
    }
    .main-top-image {
        height: 0;
    }
    .mask-1, .mask-4 {
        position: absolute;
        right: 0;
        left: 0;
        margin: 16% auto 0 auto;
        max-block-size: fit-content;
        max-width: 70%;
        min-width: 100px;
        min-height: auto;
    }
    .shape-02 {
        max-width: 25%;
        min-height: auto;
        top: 30px;
        left: 57%;
        transform: rotate(-20deg);
        z-index: 10;
    }
    .shape-01 {
        max-width: 27%;
        min-height: auto;
        top: 270px;
        left: 4%;
        transform: rotate(-155deg);
        z-index: 0;
    }
    .catch-copy {
        top: 190px;
    }
    .catch-copy p {
        font-size:clamp(16px, 4vw, 20px);
    }
    .usagi-hero {
        width: 20%;
        position: relative;
        top: 220px;
        left: 80%;
        transform: translateX(-100%);
    }
    /* TOP:サービス */
    .sevice-intro-wrap-sp {
        display: block;
        position: relative;
        width: 80%;
        margin: 60px auto;
    }
    .sevice-intro-wrap {
        display: none;
    }
    .company-desc {
        margin: 180px auto -130px;
    }
    .company-desc h3 {
        font-size: 1.16rem;
        line-height: 2rem;
        width: 90%;
        margin: 0 auto;
    }
    /* TOP:コンタクト */
    .contact-fullwidth {
        height: 360px;
    }
    /* TOP:アクセス */
    .access-inner {
        flex-flow: column;
        align-items: normal;
    }
    .address {
        margin-left: 0;
    }
    .g-map {
        width: 100%;
    }
    /* 企業情報ページ */
    .value {
        margin-top: 0px;
    }
    .action-guideline-wrap {
        width: 100%;
    }
    .action-guideline p:last-child  {
        width: 90%;
        margin:  0 auto 30px auto;
    }
    .bg-line-green {
        margin-top: -100px;
    }
    .service {
        margin-top: -80px;
    }
    .service-all-illust {
        display: none;
    }
    .service-all-illust-sp {
    display: block;
    }
    .orange-bg-fullwidth {
        top: 70px;
    }
    .logo-wrap {
    width: 100%;
    }
    .logo-wrap img {
        width: 35%;
        height: auto;
    }

    /* コンタクトページ */
    .contact-page-title {
        width: 90%;
    }
    .contact-form-wrap {
        width: 85%;
    }
    /* 個人情報保護ページ */
    .policy-area {
        width: 82%;
    }
    
}
/* ------------------------------------------------------------------- */
/* 500px以下に適用（スマホ用） */
@media screen and (max-width: 500px) {
    .top-image, .company-desc, .service-intro, .work-intro, .work-intro-inner, .contact-inner, .access-inner, .footer-container, .greeting-wrap, .value, .works {
        width: 90%;
        margin-inline: auto;
    }
    .hp-header {
        display: none;
    }
    .sp-header {
        display: block;
        background-color: #FFF;
        border-radius: 0 0 36px 36px;
        box-shadow: 4px 4px 8px 0px rgba(255, 179, 102, 0.4);
        margin-inline: auto;
        width: 100%;
        height: fit-content;
        padding: 0 5%;
    }
    .sp-header-inner {
        width: 90%;
        margin-inline: auto;
        position: relative;
    }
    .header-logo {
        width: 100%;
        padding-top: 4%;
    }
    .logo-area {
        width: 50%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .logo-area img {
        min-height: auto;
        min-width: 100px;
    }
    .humbuger {
        height: 0;
    }
    .menu-icon {
        cursor: pointer;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-icon span {
        display: block;
        width: 32px;
        height: 4px;
        margin: 6px 0;
        background: #EE6F1C;
        border-radius: 2px;
        transition: 0.4s;
    }
    /* ハンバーガーがXに変形 */
    #menu-toggle:checked + .menu-icon span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    #menu-toggle:checked + .menu-icon span:nth-child(2) {
        opacity: 0;
    }
    #menu-toggle:checked + .menu-icon span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    .sp-header-nav {
        width: 80%;
        text-align: center;
    }
    .sp-header-nav {
        opacity: 0;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 400px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        background-color: #EE6F1C;
        border-radius: 25px;
        transition: all 0.5s;
    }
    .sp-header-nav ul {
        margin-inline: auto;
        display: flex;
        flex-flow: column;
        gap: 50px;
    }
    .sp-header-nav ul li a {
        font-family: "Zen Maru Gothic", 'sans-serif';
        font-weight: 600;
        color: #FFF;
        font-size: 18px;
    }
    #menu-toggle:checked ~ .sp-header-nav {
        opacity: 1;
        pointer-events: auto;
    }
    /* TOP:hero */
    .catch-copy p {
        font-size: 1.25rem;
    }
    /* TOP:サービス */
    .company-desc {
        margin-bottom: -150px;
    }
    .company-desc h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        width: 85%;
        margin: 0 auto;
    }
    .sevice-intro-wrap-sp {
        margin: 30px auto;
    }
    /* TOP:事業実績 */
    .work-fullwidth {
        height: 1380px;
    }
    .work-post-contents {
        flex-direction: column;
    }
    .work-post {
        width: 90%;
        margin: 0 auto;
    }
    .work-intro-title h2 {
        left: 140px;
    }
    .contents-eng-titl-white {
        font-size: 3rem;
    }
    /* TOP:コンタクト */
    .contact-fullwidth {
        height: 280px;
        top: 0;
        margin-top: -190px;
    }
    /* TOP:アクセス */
    .access {
        top: 0;
        margin-bottom: 0;
    }
    .access-fullwidth {
        padding: 230px 0 80px 0;
    }
    /* footer */
    /* .footer-container {
        margin-top: -50px;
    } */
    .footer-logo-area {
        margin-top: 0;
        padding-top: 60px;
        width: 45%;
    }
    .footer-nav ul {
        line-height: 1.8rem;
    }
    .office-info p:first-of-type {
        margin-bottom: 16px;
    }
    .office-info p {
        font-size: 1.2rem;
    }
    footer .sub-menu {
        gap: 10px; 
    }
    .footer-illust {
        width: 35%;
    }
    /* 企業情報ページ */
    .greeting-wrap p {
        width: 90%;
    }
    .greeting-wrap p:last-child {
        margin: 30px 0 0 0;
        text-align: right;
    }
    .br-sp {
        display: block;
    }
    .core-values {
        font-size: 1.75rem;
    }
    .gakken-value h4 {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .g-values-wrap {
        width: 100%;
    }
    .g-values-wrap tr {
        height: 120px;
    }
    .g-values {
        padding-left: 20px;
    }
    .action-guideline p:last-child {
        font-size: 1rem;
    }
    .company-info table {
        width: 90%;
    }
    .company-info th, .company-info td {
        padding: 16px;
    }
    /* コンタクト　各ページ共通 */
    .orange-bg-fullwidth {
        top: 20px;
    }
    /* 事業実績　一覧ページ */
    .works-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    /* 事業実績　シングルページ */
    .works-post {
        width: 82%;
    }
    /* コンタクトページ */
    form p {
        font-size: 1rem;
    }
    .wpcf7-previous {
    position: absolute;
    left: 20%;
    }
    /* 個人情報保護方針ページ */
    .policy-contact-box {
    width: 100%;
    }
    .policy-contact-box ul {
    margin: 1rem 2rem;
    }
    /* カタログ一覧ページ */
    .catalog-data-area {
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog-img {
        width: 60%;
    }
}