h1 {
    white-space: nowrap;
}

h3 {
    font-size: 22px;
   }


body {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
}

.no-decoration {
    text-decoration: none;
}

.header {
    width: 100%;
    padding: 16px 16px;
    display: flex;
    margin: 0;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    z-index: 2;
}

.header a {
    transition: all .4s;
    color: var(--primary2, #988A68);
    font-weight: bold;
}

.header a:hover {
    color: var(--default_text, #333);
}

.header_icon {
    display: flex;
    flex-flow:row;
}

.header_icon img {
    width: auto;
    height: 50px;
}

.company-name {
    padding: 16px 0px;
}

.header_menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    background: var(--secondary_bg2, #EDF3ED);
}

.top_image {
    width: 100%;
    height: auto;
    margin: 50px auto 0;
}

.top_image img {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    height: auto;
}

.content {
    max-width: 100%;
}

.content .lgreen {
    background: var(--secondary_bg2, #EDF3ED);
    padding: 0;
}

.content .green {
    background: var(--secondary_bg2, #D3E6D3);
    padding: 0 10%;
}

.main_service {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    padding: 32px 0;
}

.title_box {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
}

.green_title {
    width: 80%;
    justify-content: center;
    align-items: center;
    gap: 10%;
    display: flex;
}

.green_title img {
    width: 100%;
    height: auto;
}

.green_title h1 {
    text-align: center;
    color: #238125;
    font-weight: bold;
    line-height: 32px;
    word-wrap: break-word;
}

#main_service_title {
    color: var(--primary, #238125);
    text-align: center;
    font-size: 150%;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 116.667% */
}

.main_service_icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.main_service_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.main_service_icon img {
    width: 100%;
}

.main_service_icon p {
    color: var(--primary, #238125);
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}

.contact_button {
    display: flex;
    width: 240px;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: var(--primary, #238125);
    color: #ffffff;
    text-decoration: none;
}

#about_us_img {
    width: 84%;
    height: auto;
}

#qa_img {
    width: 60%;
}

.content_subtitle {
    width: 40%;
    color: var(--primary2, #988A68);
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: bold;
}

.about_us_content img {
    margin: 0 auto;
    width: 95%;
    height: auto;
    flex-shrink: 0;
}

.boundary {
    margin: 0px;
    width: 100%;
    height: auto;
}

.service {
    display: flex;
    width: 73%;
    height: auto;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.problem {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.problem_text_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.problem_text_wrap p {
    color: var(--default_text, #333);
    text-align: center;
    font-size:19px;
    font-weight: bold;
}

.problem_icons_wrap {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 120px;
}

.problem_icon {
    width: calc(50% - 60px);
    padding: 0 auto;
}

.problem_rectangle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: 0 auto;
    min-width:200px;
    height: auto;
    border-radius: 8px;
    background: var(--white, #FFF);
    margin-top: 30%;
    padding: 10px 10px 20px;
}

.problem_rectangle p {
    margin-top: 10px;
    text-align: center;
    font-size:16px;
}

.problem_rectangle img {
    width: 250px;
    height: 250px;
    margin-top: -120px;
}

.problem_span {
    color: var(--primary, #238125);
    font-weight: bold;
    line-height: 24px;
}

.support {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    background: var(--white, #FFF);
}

#support_title {
    width: 327px;
    color: var(--default_text, #333);
    text-align: center;
    font-size: 119%;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#support_subtitle {
    color: var(--default_text, #988A68);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service_open {
    display: flex;
    width: 73%;
    height: auto;
    max-width: 1000px;
    padding: 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 2px solid #C4C4C4;
}

.service_contain {
    display: none;
}

.service_text {
    color: var(--text-01, #000);
    font-size: 100%;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: left;
    margin: 3% 5%;
}

.service3_image {
    width: 40%;
    height: auto;
    flex-shrink: 0;
    margin: auto auto;
}

.komon_movie {
    color: var(--text-01, #000);
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
}

.komon_movie img {
    width: 24;
    height: 25px;
    margin-left: 4px;
}

/* お問い合わせボタンが押されたときにサービステキストを表示 */
.open_button:checked+.service_image+.service_contain {
    display: flex;
    flex-flow: column;
}

.open_button:before {
    content: 'もっと詳しく';
}

/* ボタンのラベルを切り替える */
.open_button:checked+.service_image+.service_contain+.open_button {
    background: var(--primary, #758993);
}

.open_button:checked+.service_image+.service_contain+.open_button::before {
    content: '閉じる';
}

/* ボタンのスタイル */
.open_button {
    display: flex;
    width: 40%;
    height: auto;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--primary, #8AAD50);
    color: var(--white, #FFF);
    text-align: center;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}


.service_span {
    color: var(--text-01, #000);
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    line-height: 180%;
    letter-spacing: -0.096px;
}

.board {
    width: 100%;
    height: auto;
    padding: 64px 16px;
    margin: 0 auto;
    max-width: 1000px;
    gap: 20px;
    background: var(--white, #FFF);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.board p {
    padding: 0 8%;
    line-height: 180%;
}

.question_content {
    width: 100%;
    height: auto;
    padding: 2px;
    background: #EDF3ED;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.question_title {
    width: 80%;
    height: auto;
    padding: 2px;
    background: #EDF3ED;
    text-align: left;
    font-size: normal;
}

.question_content .Q {
    color: #EDF3ED;
    font-size: 15px;
    font-weight: 800;
    word-wrap: break-word;
}

.answer {
    width: 100%;
    color: black;
    font-size: 16px;
    word-wrap: break-word;
    background: var(--primary, #ffffff);
    display: flex;
    border-radius: 10px;
    background-color: #ffffff;
    /* padding: 10px; */
    margin: 10px 0%;
    gap: 20px;
    padding: 10px 20px;
}

.answer_content {
    width: 90%;
    height: auto;
    background: #ffffff;
    display: inline-flex;
}

.answer .A {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    word-wrap: break-word;
}

.QandA {
    width: 80%;
    background: var(--secondary_bg2, #EDF3ED);
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
}

.QandA p {
    padding: 0;
}

summary {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


}

.details {
    width: 100%;
    background: var(--white, #FFF);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #8AAD50;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
}

.dli-plus::before {
    transition: 0.2s all;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

details[open] .dli-plus::before {
    transform: rotate(0deg);
}


.member_gray_box {
    width: auto;
    padding: 8px;
    background: #F1F5F6;
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: inline-flex;
    margin-left: 8%;
    margin-top: 10px;
}

.member_gray_box p {
    white-space: nowrap;
    padding: 0;
}

.summary_content {
    width: 75%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: inline-flex;
    text-align: left;
    gap: 20px;
}

.summary_content img {
    height: auto;
}

.summary_content table {
    width: 100%;
    margin: 5% 0;
    border-spacing: 0px;
    border-collapse: collapse;
}

.summary_content p {
    padding: 0;
    align-self: start;
}

.map-container {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    gap: 20px;
    background: var(--white, #FFF);
}

td {
    border-bottom: 1px solid var(--default_text, #333);
    padding: 8px 0px;
    min-width: 120px;
    font-size: 16px;
}

.contact {
    display: flex;
    width: 100%;
    height: auto;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: small;
}

.contact-list a {
    font-size: large;
    color: var(--primary, #000000);
}

.line {
    display: flex;
    width: 30%;
    height: auto;
    margin: 0 auto 24px;
    gap: 20px;
    text-align: left;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.line img {
    max-width: 180px;
}

.line-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 2.5px;
    font-size: small;
}

.line-title img {
    width: 20%;
    max-width: 30px;
    height: auto;
}

.footer {
    display: flex;
    width: 100%;
    padding: 32px 0px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 0 auto;
    background: var(--secondary_bg2, #8AAD50);
}

.nav {
    padding: 10px;
    text-align: center;
    color: var(--primary, #ffffff);
    color: var(--white, #FFF);
    margin: 0 auto;
}

.footer a {
    color: #ffffff;
}

.end_boundary {
    display: none;
    background-color: #EDF3ED;
    padding: 0px 0px 64px;
}