@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

/*------------------------------------------------------------
Theme Name: kureha
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
    display: block;
}

a.nolink,
a.nolink:hover {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a,
a:link {
    color: #000;
    text-decoration: none;
    transition: .3s;
}

a:visited {
    color: #000;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1320px;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #F1F0E9;
}

body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
}

#container {
    text-align: left;
    position: relative;
    overflow-x: hidden;
}

#main {
    display: block;
}

a[href^="tel:"] {
    /* 241127 コールトラッキングツール採用に伴い、電話リンクを有効化 */
    /* cursor: default;
    pointer-events: none; */
}

@media all and (max-width: 1320px) {
    body {
        min-width: initial;
    }

}

@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}

@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }

    a:hover,
    a:hover img {
        opacity: 1 !important;
    }

    .pc {
        display: none !important;
    }

    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 27px 31px 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

#gHeader .lBox,
#gHeader .rBox {
    display: flex;
    align-items: center;
}

#gHeader .lBox {
    margin-left: 15px;
}

#gHeader .lBox h1 {
    margin-right: 38px;
    width: 302px;
}

#gHeader .rBox {
    margin: 3px 100px 0 0;
    gap: 16px;
}
#gHeader .snsbox {
    display: grid;
    /*  X追加で差し替え：grid-template-columns: repeat(3, 1fr);
    max-width: 160px; */
    grid-template-columns: repeat(2, 1fr);
    max-width: 110px;
    gap: 6px;
}
#gHeader .snsbox a:hover {
    opacity: .7;
}

.menu {
    top: 40px;
    right: 17px;
    width: 72px;
    height: 72px;
    border: #000 1px solid;
    background-color: #F1F0E9;
    border-radius: 50%;
    position: fixed;
    z-index: 222;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu:hover {
    opacity: 0.7;
}

.menu .img02 {
    display: none;
}

.menu.on .img01 {
    display: none;
}

.menu.on .img02 {
    display: block;
}

#gNavi {
    margin-top: 6px;
    display: flex;
}

#gNavi li {
    margin-right: 22px;
}

#gNavi li:last-child {
    margin-right: 0;
}

#gNavi li a {
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-align: center;
}

#gNavi li a:hover {
    opacity: 0.7;
}

#gNavi .liStyle a {
    letter-spacing: 0;
}

#gNavi li span {
    margin-top: -5px;
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    color: #DE9800;
    font-family: 'Roboto Condensed', sans-serif;
}

#gHeader .telBox p,
.menuBox .telBox p {
    margin-bottom: -7px;
    font-size: 1.5rem;
    font-weight: 500;
}

#gHeader .telBox p:last-child,
.menuBox .telBox p:last-child {
    margin-bottom: 0;
}

#gHeader .telBox small,
.menuBox .telBox small {
    padding-top: 4px;
    padding-left: 16%;
    display: block;
    text-align: center;
}

#gHeader .telBox a,
.menuBox .telBox a {
    margin-left: 10px;
    padding-left: 19px;
    font-size: 2.6rem;
    font-weight: 700;
    background: url(img/common/icon01.png) no-repeat center left / 18px;
    font-family: 'Roboto Mono', monospace;
}

#gHeader .comBtn,
.menuBox .comBtn {
    /* margin-left: 24px; */
    width: 240px;
    height: 72px;
}

#gHeader .comBtn a,
.menuBox .comBtn a {
    padding: 2px 12px 0 0;
    flex-direction: column;
    line-height: 1.3;
    letter-spacing: 0;
    position: relative;
    box-sizing: border-box;
}

#gHeader .comBtn a::before,
.menuBox .comBtn a::before {
    margin-top: -5px;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    content: "";
}

#gHeader .comBtn a small,
.menuBox .comBtn a small {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}

.menuBox {
    padding: 137px 37px;
    width: 330px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all .5s;
    z-index: 111;
}

.menuBox.on {
    right: 0;
}

.menuBox .menu {
    margin: 0 0 34px auto;
    width: 60px;
}

.menuBox ul {
    margin: 0 0 21px 17px;
}

.menuBox li {
    margin-bottom: 13px;
}

.menuBox li a {
    position: relative;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.menuBox li a::before {
    margin-top: -6px;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: -14px;
    border-radius: 50%;
    background-color: #E6A929;
    content: "";
}

.menuBox li a:hover {
    opacity: 0.7;
}

.menuBox li .subList {
    margin: 2px 0 0 15px;
}

.menuBox li .subList li {
    margin-bottom: 0px;
}

.menuBox li .subList li a::before {
    margin-top: 0;
    width: 6px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
}

.menuBox .comBtn {
    margin: 0 auto 11px 0;
}

.menuBox .telBox p {
    margin-bottom: -2px;
    font-size: 1.3rem;
}

.menuBox .telBox a {
    font-size: 2.6rem;
    background-size: 16px;
}
.menuBox .snsbox {
    display: grid;
    /* X追加で差し替え：grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    width: 90%;
    /* X追加で差し替え：max-width: 140px; */
    max-width: 110px;
    margin: 12px auto 0;
}

@media (min-width: 897px) and (max-width: 1863px) {
    #gHeader {
        padding: 27px 10px 39px;
    }

    .menu {
        margin-left: 20px;
        top: 35px;
    }

    #gHeader .comBtn,
    .menuBox .comBtn {
        margin-left: 16px;
    }

    #gHeader .lBox h1 {
        margin-right: 25px;
    }
}

@media (min-width: 897px) and (max-width: 1793px) {
    #gHeader .lBox h1 {
        width: 215px;
    }

    #gNavi li {
        margin-right: 6px;
    }

    #gNavi li a {
        font-size: 1.5rem;
    }
    #gHeader .snsbox {
        /* X追加で差し替え：max-width: 130px; */
        max-width: 100px;
    }
    #gHeader .telBox p,
    .menuBox .telBox p {
        font-size: 1.4rem;
    }

    #gHeader .telBox a,
    .menuBox .telBox a {
        font-size: 2.4rem;
    }

    #gHeader .comBtn,
    .menuBox .comBtn {
        width: 192px;
    }
    #gHeader .comBtn,
    .menuBox .comBtn {
        margin-left: 6px;
    }

    #gHeader .comBtn a,
    .menuBox .comBtn a {
        font-size: 1.4rem;
    }

    #gHeader .comBtn a small,
    .menuBox .comBtn a small {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 1498px) {
    #gHeader {
        padding: 11px 20px 20px;
    }

    #gHeader .lBox {
        margin-left: 0;
    }

    #gHeader .rBox .telBox,
    #gHeader .rBox .comBtn,
    #gHeader .snsbox {
        display: none;
    }

    #gHeader .lBox h1 {
        width: 208px;
    }

    .menu {
        top: 8px;
        right: 20px;
        width: 52px;
        height: 52px;
    }

    .menu.on {
        top: 8px;
        right: 20px;
        width: 52px;
        height: 52px;
    }

    .menu:hover {
        opacity: 1;
    }

    #gNavi {
        display: none;
    }

    .menuBox {
        padding: 74px 10px 40px 19px;
        width: 200px;
        height: calc(100% - 58px);
    }

    .menuBox ul {
        margin-bottom: 17px;
    }

    .menuBox li {
        margin-bottom: 7px;
    }

    .menuBox li .subList {
        margin: 7px 0 15px 11px;
    }

    .menuBox li .subList li {
        margin-bottom: 3px;
    }

    .menuBox li .subList li a::before {
        width: 5px;
        height: 1px;
        left: -10px;
    }

    .menuBox li a {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .menuBox .comBtn {
        margin-bottom: 7px;
        width: 164px;
        height: 49px;
    }

    .menuBox .comBtn a {
        font-size: 1.2rem;
    }

    .menuBox .comBtn a small {
        font-size: 0.9rem;
    }

    .menuBox .comBtn a::before {
        width: 5px;
        height: 5px;
        right: 10px;
    }

    .menuBox .telBox {
        margin-left: 3px;
    }

    .menuBox .telBox p {
        font-size: 1rem;
    }

    .menuBox .telBox a {
        margin-left: 5px;
        padding-left: 11px;
        font-size: 1.7rem;
        background-size: 10px;
        background-position: bottom 3px left;
    }
    .menuBox .snsbox {
        display: grid;
        /* X追加で差し替え：grid-template-columns: repeat(3, 1fr); */
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        width: 90%;
        /* X追加で差し替え：max-width: 200px; */
        max-width: 120px;
        margin: 12px auto 0;
    }
}

@media all and (max-width: 374px) {
    #gHeader .lBox h1 {
        width: 204px;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin: 82px 0 17px 180px;
    padding: 94px 180px 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 99px;
    background-color: #654F3F;
}

#gFooter .lBox {
    margin-right: 72px;
    width: 527px;
}

#gFooter .lBox .logoBox {
    margin-bottom: 13px;
}

#gFooter .lBox .logoBox p {
    font-size: 2.2rem;
    letter-spacing: 0;
}

#gFooter .lBox .logoBox p span {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#gFooter .lBox ul {
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
}

#gFooter .lBox .title {
    margin: 0 0 10px -10px;
    font-size: 2rem;
    letter-spacing: 0;
}

#gFooter .lBox p {
    font-weight: 700;
    letter-spacing: 0.06em;
}

#gFooter .lBox .tel {
    margin-bottom: -10px;
    letter-spacing: 0;
}

#gFooter .lBox .tel a,
#gFooter .lBox .tel span {
    margin-left: 6px;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-family: 'Roboto Mono', monospace;
}

#gFooter .lBox .add {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}

#gFooter .fLogo {
    width: 79px;
}

#gFooter p,
#gFooter li a {
    color: #fff;
}

#gFooter .ulBox {
    margin-top: 30px;
    margin-bottom: auto;
    display: flex;
}

#gFooter .ulBox>ul {
    padding: 3px 65px 23px 55px;
    border-left: 1px solid #FFFFFF;
}

#gFooter .ulBox li {
    margin-bottom: 13px;
}

#gFooter .ulBox .rUl {
    /* border-right: 1px solid #FFFFFF; */
}

#gFooter .ulBox .rUl li {
    margin-bottom: 8px;
}

#gFooter .ulBox li a {
    position: relative;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#gFooter .ulBox li a:hover {
    opacity: 0.7;
}

#gFooter .ulBox li a::before {
    margin-top: -4px;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: -15px;
    border-radius: 50%;
    background-color: #E6A929;
    content: "";
}

#gFooter .ulBox li .subUl {
    margin: 1px 0 0 15px;
}

#gFooter .ulBox li .subUl li {
    margin-bottom: -1px;
}

#gFooter .ulBox li .subUl li a::before {
    margin-top: 0;
    width: 6px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
}

#gFooter .snsbox {
    display: grid;
    /* X追加で差し替え：grid-template-rows: repeat(3, 1fr); */
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    max-width: 56px;
    margin-top: 30px;
    margin-bottom: auto;
    margin-left: 12px;
}

address {
    margin: 0 auto 25px;
    max-width: 1200px;
    font-size: 1.5rem;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 1200px) and (max-width: 1707px) {
    #gFooter {
        margin-left: 40px;
        padding: 83px 16px 106px;
    }

    #gFooter .lBox {
        margin-right: 20px;
        width: fit-content;
    }

    #gFooter .ulBox {
        width: fit-content;
    }

    #gFooter .ulBox>ul {
        padding: 0 45px;
    }

    #gFooter .ulBox li a {
        font-size: 1.6rem;
    }
}

@media all and (max-width: 1200px) {
    #gFooter {
        margin: 82px 0 24px 20px;
        margin-left: 20px;
        padding: 24px 20px 41px;
        display: block;
        border-top-left-radius: 30px;
    }

    #gFooter .lBox,
    #gFooter .ulBox {
        margin: 0 auto;
        width: auto;
    }

    #gFooter .lBox {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    #gFooter .fLogo {
        margin: 0 auto 7px;
        width: 65px;
    }

    #gFooter .lBox .logoBox {
        margin-bottom: 18px;
        text-align: center;
    }

    #gFooter .lBox .logoBox p {
        font-size: 1.6rem;
    }

    #gFooter .lBox .logoBox p span {
        margin: 9px 0 0;
        display: block;
        font-size: 1.4rem;
    }

    #gFooter .lBox ul {
        margin-bottom: 28px;
        display: block;
    }

    #gFooter .lBox li {
        margin-bottom: 24px;
        text-align: center;
    }

    #gFooter .lBox li:last-child {
        margin-bottom: 0;
    }

    #gFooter .lBox .title {
        margin-bottom: 5px;
        font-size: 1.6rem;
    }

    #gFooter .lBox .tel {
        font-size: 1.8rem;
    }

    #gFooter .lBox p {
        font-size: 1.4rem;
    }

    #gFooter .lBox .add {
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.5;
    }

    #gFooter .ulBox {
        display: none;
    }

    #gFooter .ulBox>ul,
    #gFooter .ulBox .rUl {
        border: none;
    }

    #gFooter .ulBox>ul {
        margin: 0 20px;
        padding: 0;
    }

    #gFooter .ulBox li {
        margin-bottom: 8px;
    }

    #gFooter .ulBox li a {
        font-size: 1.5rem;
    }

    #gFooter .ulBox li a::before {
        margin-top: -6px;
        left: -14px;
    }

    #gFooter .ulBox li .subUl {
        margin: 6px 0 0 13px;
    }

    #gFooter .ulBox li .subUl li {
        margin-bottom: 4px;
    }

    #gFooter .ulBox li .subUl li a::before {
        margin-top: 1px;
        width: 6px;
        height: 1px;
        left: -13px;
    }

    #gFooter .ulBox .rUl li:last-child {
        margin-bottom: 0;
    }

    address {
        margin: 0 0 85px 20px;
        max-width: inherit;
        font-size: 1.2rem;
    }

    .fixedList {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 22;
    }

    .fixedList>li {
        width: 130px;
        background: #EF4827;
    }

    .fixedList li,
    .fixedList span {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.06em;
        padding: 10px 0 4px;
    }

    .fixedList li img {
        margin: 0 auto;
        width: 19px;
        display: block;
    }

    .fixedList a {
        padding: 4px 0 3px;
        display: block;
        color: #fff;
    }

    .fixedList .liStyle {
        padding: 4px 0 4px;
        width: calc(100% - 130px);
        box-sizing: border-box;
        background: none;
        background-color: #3C8CC3;
    }

    .fixedList .liStyle ul {
        display: flex;
        justify-content: space-between;
    }

    .fixedList .liStyle li {
        padding: 0 6px;
        font-size: 1.2rem;
        text-align: center;
        letter-spacing: 0;
        width: 50%;
        box-sizing: border-box;
        border-right: 1px solid #fff;
    }

    .fixedList .liStyle li:last-child {
        margin: 0;
        padding-right: 0;
        border: none;
    }

    .fixedList .liStyle li span {
        margin: 2px 0 0;
        padding: 0;
        font-size: 1.5rem;
        letter-spacing: -0.02em;
        text-align: left;
        font-family: 'Roboto Mono', monospace;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fixedList .liStyle li span:before {
        content: '';
        display: block;
        height: 10px;
        width: 11px;
        background: url(img/common/com_contact_tel.png) no-repeat;
        background-size: contain;
    }


    #gFooter .snsbox {
        display: grid;
        grid-template-rows: 1fr;
        /* X追加で差し替え：grid-template-columns: repeat(3, 1fr); */
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        /* X追加で差し替え：max-width: 140px; */
        max-width: 110px;
        margin: 30px auto 0;
    }
}

@media all and (max-width: 388px) {
    .fixedList>li {
        width: 110px;
    }

    .fixedList .liStyle {
        width: calc(100% - 110px);
    }

    .fixedList .liStyle li {
        padding: 0 4px;
        font-size: 1.1rem;
    }

    .fixedList .liStyle li a {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 374px) {
    .fixedList>li {
        width: 100px;
    }

    .fixedList .liStyle {
        width: calc(100% - 100px);
    }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    justify-content: space-around;
}

.flexB {
    justify-content: space-between;
}

.flexC {
    justify-content: center;
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    margin: 0 auto;
    width: 220px;
    height: 60px;
}

.comBtn a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 45px;
    letter-spacing: 0.06em;
    background: linear-gradient(161deg, #eeb12d 0%, #e4cb95 100%, #e3cd9c 100%);
}

.comBtn a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {}

/*------------------------------------------------------------
	.pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.pageTitle .lBox {
    margin-right: -150px;
    width: calc(50% - 135px);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 98px;
    background: linear-gradient(#ec6b4f 0%, #F2AEA0 100%);
}

.pageTitle .imgBox {
    width: calc(50% + 284px);
    height: 380px;
    background: url("img/works/page_title_img.jpg") no-repeat center center;
    background-size: cover;
}

@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 10px;
    }

    .pageTitle .lBox {
        margin-right: -56px;
        padding-left: 20px;
        width: calc(50% + 30px);
        justify-content: flex-start;
        box-sizing: border-box;
        border-top-right-radius: 50px;
    }

    .pageTitle .imgBox {
        width: calc(50% + 13px);
        height: 115px;
    }

    .pageTitle .imgBox img {
        width: 100%;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.headLine01 span {
    margin-top: -5px;
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "yamamotoan-classic-stdn", sans-serif;
}

@media all and (max-width: 896px) {
    .headLine01 {
        margin: 7px 0 0;
        font-size: 2rem;
    }

    .headLine01 span {
        margin-top: -1px;
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    font-weight: 7rem;
    font-family: 'Roboto Condensed', sans-serif;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 16px;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.headLine03 span {
    display: block;
    color: #DE9800;
    font-size: 2rem;
    letter-spacing: 0.09em;
    font-family: 'Roboto Condensed', sans-serif;
}

@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .headLine03 span {
        margin-bottom: -1px;
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    margin: 0 auto 98px;
    max-width: 1200px;
}

#pagePath li {
    display: inline;
}

#pagePath li,
#pagePath li a {
    font-size: 1.2rem;
    font-weight: 400;
}

#pagePath li a {
    margin-right: 4px;
}

#pagePath li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    #pagePath {
        margin-bottom: 32px;
        padding: 0 20px;
        max-width: inherit;
    }
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
    padding: 71px 70px 56px;
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    background: url(img/common/com_contact_bg.jpg) no-repeat top center / 100% 100%;
    z-index: 1;
}

.comContact::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #eeb12d 65%, #e4cb95 100%, #e3cd9c 100%);
    content: "";
    z-index: -1;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    opacity: 0.95;
}

.comContact .en {
    position: absolute;
    top: -50px;
    left: 63px;
    font-size: 7rem;
    font-weight: 500;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.15);
    font-family: 'Roboto', sans-serif;
}

.comContact .en01 {
    top: auto;
    left: auto;
    right: 63px;
    bottom: -50px;
}

.comContact .telBox,
.comContact .mailBox {
    padding: 27px 70px;
    width: 600px;
    box-sizing: border-box;
}

.comContact .telBox {
    border-right: 2px solid #fff;
}

.comContact .title {
    margin-bottom: 12px;
}

.comContact .title span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    text-decoration: underline;
}

.comContact .title span img {
    margin: 0 auto 10px;
    width: 62px;
}

.comContact .mailBox .title span {
    font-size: 2.8rem;
}

.comContact .mailBox .title span img {
    margin-bottom: 19px;
}

.comContact .text {
    margin-bottom: 19px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.comContact small {
    margin-top: 6px;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
}

.comContact .mailBox .text {
    margin-bottom: 29px;
}

.comContact .tel p {
    font-size: 2rem;
    font-weight: 700;
}

.comContact a {
    color: #fff;
}

.comContact .tel p a {
    margin-left: 8px;
    padding-left: 25px;
    font-size: 4.1rem;
    font-family: 'Roboto Mono', monospace;
    background: url(img/common/com_contact_tel.png) no-repeat center left / 23px;
}

.comContact .btn {
    margin: 0 -29px;
}

.comContact .btn a {
    padding: 18px;
    display: block;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 2px solid #fff;
    border-radius: 40px;
}

.comContact .btn a:hover {
    opacity: 0.7;
}

.comContact .btn a::before {
    margin-top: -5px;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    content: "";
}

@media (min-width: 897px) and (max-width: 1415px) {
    .comContact {
        margin: 0 20px;
    }
}

@media (min-width: 897px) and (max-width: 1400px) {

    .comContact .title span,
    .comContact .mailBox .title span {
        font-size: 2.2rem;
    }
}

@media all and (max-width: 896px) {
    .comContact {
        margin: 0 33px;
        padding: 42px 0 18px;
        display: block;
        background-image: url(img/common/sp_com_contact_bg.jpg);
    }

    .comContact .telBox,
    .comContact .mailBox {
        padding: 0 0 24px;
        width: auto;
    }

    .comContact .telBox {
        margin-bottom: 22px;
        border-right: none;
        border-bottom: 2px solid #fff;
    }

    .comContact .title span,
    .comContact .mailBox .title span {
        font-size: 1.8rem;
    }

    .comContact .title span img {
        margin-bottom: 14px;
        width: 32px;
    }

    .comContact .mailBox .title span img {
        margin-bottom: 10px;
        width: 35px;
    }

    .comContact .text {
        margin-bottom: 0;
        font-size: 1.3rem;
    }

    .comContact .mailBox .text {
        margin-bottom: 8px;
        letter-spacing: 0;
        line-height: 1.38;
    }

    .comContact small {
        font-size: 1.2rem;
    }

    .comContact .tel p {
        margin-bottom: -3px;
        font-size: 1.2rem;
    }

    .comContact .tel p:last-child {
        margin-bottom: 0;
    }

    .comContact .tel p a {
        margin-left: 7px;
        padding-left: 14px;
        font-size: 2.3rem;
        background-position: bottom 5px left;
        background-size: 13px;
    }

    .comContact .btn {
        margin: 0 27px;
    }

    .comContact .btn a {
        padding: 11px;
        font-size: 1.3rem;
    }

    .comContact .btn a::before {
        margin-top: -2px;
        right: 19px;
        width: 4px;
        height: 4px;
        border-width: 1px;
    }

    .comContact .en {
        font-size: 3.3rem;
        top: -28px;
        left: -25px;
    }

    .comContact .en01 {
        top: auto;
        left: auto;
        bottom: -25px;
        right: -20px;
    }
}

@media all and (max-width: 374px) {

    .comContact .title span,
    .comContact .mailBox .title span {
        font-size: 1.5rem;
    }

    .comContact .text {
        font-size: 1.2rem;
    }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1200px;
}

@media all and (max-width: 1024px) {
    .content {
        padding: 0 20px;
        width: auto;
    }
}

@media all and (max-width: 896px) {
    .content {
        padding: 0 20px;
        width: auto;
    }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    text-align: right;
}

.comLink p,
.comLink .sLink,
.comLink01 {
    padding: 15px 60px 15px 0;
    display: inline-block;
    color: #E6A929;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    background: url(img/common/icon02.png) no-repeat right center / 45px;
}

.comLink a:hover {
    opacity: 0.7;
}

.comLink span {
    text-decoration: underline;
}

@media all and (max-width: 896px) {

    .comLink a,
    .comLink .sLink {
        padding: 7px 35px 3px 0;
        font-size: 1.6rem;
        background-image: url(img/common/sp_icon02.png);
        background-size: 28px;
        background-position: right 1px center;
    }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink01 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none;
}

.comLink01 .icon {
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.comLink01 .icon img {
    width: 22px;
}

@media all and (max-width: 896px) {
    .comLink01 .icon {
        margin: -1px 0 0 7px;
        width: 28px;
        height: 28px;
    }

    .comLink01 .icon img {
        width: 15px;
    }
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
}

.comLinkList a {
    margin: 30px 30px 0 0;
    margin-right: 30px;
    padding: 20px 19px 22px 0;
    width: calc((100% - 60px)/3);
    box-sizing: border-box;
    border-radius: 0 40px 0 40px;
    background-color: #fff;
}

.comLinkList a:hover {
    opacity: 0.7;
}

.comLinkList a a {
    display: block;
}

.comLinkList a a:hover {
    opacity: 0.7;
}

.comLinkList a:nth-child(3n) {
    margin-right: 0;
}

.comLinkList a .pho {
    margin-bottom: 15px;
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0 30px 0 0;
}

.comLinkList a .pho img {
    width: 100%;
    border-radius: 0 30px 0 0;
}

.comLinkList a .ttl {
    margin: 0 0 15px 30px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.comLinkList a .comLink {
    margin-right: 15px;
}

@media all and (max-width: 896px) {
    .comLinkList {
        margin-top: -15px;
        justify-content: space-between;
    }

    .comLinkList a {
        margin: 15px 0 0;
        padding: 5px 5px 11px 0;
        width: 48.5%;
        border-radius: 0 34px 0 0;
    }

    .comLinkList a:last-child {
        margin-bottom: 0;
    }

    .comLinkList a .comLink {
        margin-right: 12px;
    }

    .comLinkList a .comLink span {
        font-size: 1.6rem;
    }

    .comLinkList a .txtBox {
        padding: 0 9px;
    }

    .comLinkList a .ttl {
        margin: 0 0 14px;
        font-size: 1.6rem;
        line-height: 1.25;
    }

    .comLinkList a .pho {
        margin-bottom: 8px;
        height: 105px;
    }

    .comLink01 {
        justify-content: flex-start;
    }
}

/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.comImgList li {
    padding: 19px 22px 37px;
    width: 380px;
    display: inline-block;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    background-color: #fff;
}

.comImgList li a:hover {
    opacity: 0.7;
}

.comImgList li .pho {
    margin-bottom: 27px;
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.comImgList li .label {
    margin-bottom: 8px;
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-radius: 60px;
}

.comImgList li .ttl {
    margin-bottom: 8px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.comImgList li .txt {
    margin-bottom: 9px;
    font-size: 2rem;
    line-height: 1.55;
    letter-spacing: 0.08em;
}

@media all and (max-width: 896px) {
    .comImgList li {
        padding: 17px;
    }

    .comImgList li .pho {
        margin-bottom: 10px;
        height: 264px;
    }

    .comImgList li .label {
        padding: 1px 6px;
        font-size: 1.2rem;
    }

    .comImgList li .ttl {
        font-size: 1.8rem;
    }

    .comImgList li .txt {
        margin-bottom: 4px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
}

#main {
    margin-bottom: 215px;
}

@media all and (max-width: 896px) {
    #main {
        margin-bottom: 103px;
    }

    .comImgList div li {
        min-height: 490px;
    }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index #gHeader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#index .mainVisual {
    /* margin-bottom: 33px; */
    padding: 141px 100px 143px;
    position: relative;
    background: url(img/index/mv_bg01.png) no-repeat bottom left -38px/ 400px, url(img/index/mv_bg02.png) no-repeat top -30px right 48px / 648px;
}

#index .mainVisual li a:hover {
    opacity: 0.7;
}

#index .mainVisual .slick-slider li {
    vertical-align: top;
}

#index .mainVisual .slider li img {
    border-radius: 100px 0 100px 0;
    width: 100%;
}

.mainVisual .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
}

.mainVisual .slick-dots li {
    margin: 0 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    cursor: pointer;
    background-color: #fff;
}

.mainVisual .slick-dots li button {
    display: none;
}

.mainVisual .slick-dots li.slick-active {
    background-color: #E6A929;
}

.mainVisual .prev,
.mainVisual .next {
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    margin-top: -23px;
    cursor: pointer;
}

.mainVisual .next {
    left: auto;
    right: 55px;
}

#index #main {
    margin-bottom: 120px;
}

#index .kureha {
    position: relative;
    padding: 1px 0 168px;
    background: url(img/index/kureha_bg.png) no-repeat bottom -45px left -18px / 439px;
}

#index .kureha::before {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 60px 0px 0px 0px;
    content: "";
    background: linear-gradient(27deg, #F0C3BA 0%, #EC6E53 100%);
}

#index .kureha h2 {
    position: absolute;
    top: 23px;
    right: 21px;
    color: #fff;
    font-size: 12rem;
    opacity: 0.3;
    line-height: 0.83;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

#index .kureha .content {
    position: relative;
    z-index: 1;
}

#index .kureha .headLine03 {
    margin: -6px 0 73px;
}

#index .kureha ul {
    display: flex;
}

#index .kureha .imgList {
    margin-bottom: 83px;
}

#index .kureha .imgList li {
    margin-right: 28px;
    width: 380px;
}

#index .kureha .imgList li a {
    display: block;
}

#index .kureha .imgList li a:hover {
    opacity: 0.7;
}

#index .kureha .imgList li:nth-child(3) {
    margin-right: 0;
}

#index .kureha .imgList li .title {
    margin: 0 26px -7px auto;
    padding-bottom: 12px;
    position: relative;
    width: 209px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EC6B4F;
    letter-spacing: -0.1em;
    text-align: center;
    line-height: 1.1;
    box-sizing: border-box;
    font-family: "vdl-penletter", sans-serif;
    background: url(img/index/kureha_ttl01.png) no-repeat top center / 209px;
    z-index: 1;
}

#index .kureha .imgList li .phoBox img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#index .kureha .imgList li .txtBox {
    padding: 1px 15px 12px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#index .kureha .imgList li .txtBox .ttl {
    margin: -31px auto 28px;
    padding: 12px;
    width: 220px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border-radius: 30px;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    background: linear-gradient(508deg, #ec6b4f 0%, #f2afa1 100%);
}

#index .kureha .imgList li .txtBox p {
    margin-bottom: 15px;
    line-height: 1.55;
    letter-spacing: 0.08em;
}

#index .kureha .imgList .liStyle01 .title {
    color: #3DA748;
    background-image: url(img/index/kureha_ttl02.png);
}

#index .kureha .imgList .liStyle02 .title {
    color: #1B6F99;
    background-image: url(img/index/kureha_ttl03.png);
}

#index .kureha .imgList .liStyle01 .txtBox .ttl {
    background: linear-gradient(508deg, #3da748 0%, #89c98f 100%);
}

#index .kureha .imgList .liStyle02 .txtBox .ttl {
    background: linear-gradient(508deg, #146b96 0%, #8ab3c6 100%);
}

#index .kureha .linkList {
    justify-content: space-between;
    flex-wrap: wrap;
}

#index .kureha .linkList li {
    width: calc((100% - 40px) /2);
}

#index .kureha .linkList li a {
    position: relative;
    display: block;
    padding: 9px 9px 9px 20px;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #fff;
}

#index .kureha .linkList li a:hover {
    opacity: 0.7;
}

#index .kureha .linkList li .inner {
    padding: 48px 0 18px;
    background: url(img/index/kureha_link_bg01.png) no-repeat right center / 287px;
}

#index .kureha .linkList li .title {
    position: absolute;
    top: -20px;
    left: 32px;
    padding: 12px 15px;
    width: 220px;
    box-sizing: border-box;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    letter-spacing: 0.06em;
    background: linear-gradient(508deg, #d09548 0%, #e4caa3 100%);
}

#index .kureha .linkList li p {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

#index .kureha .linkList li .textImg {
    margin-top: 13px;
    width: 358px;
}

#index .kureha .linkList li .comLink {
    padding: 8px 25px 11px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 30px 0 30px 0;
    background-color: #fff;
}

#index .kureha .linkList .liStyle .inner {
    min-height: 192px;
    box-sizing: border-box;
    background-image: url(img/index/kureha_link_bg02.png);
}

#index .kureha .linkList .liStyle .title {
    width: 279px;
    background: linear-gradient(-244deg, #654f3f 0%, #665040 1.09%, #c6a68f 100%);
}

#index .kureha .linkList li .text {
    margin: 17px 0 5px;
    color: #D09548;
    font-size: 1.7rem;
}

#index .kureha .linkList .liStyle p {
    letter-spacing: 0.06em;
}

#index .kureha .linkList .liStyle .text {
    letter-spacing: -0.01em;
}

#index .plan {
    padding-bottom: 153px;
    background: url(img/index/plan_bg03.png) no-repeat bottom left / 541px, url(img/index/plan_bg04.png) no-repeat bottom right / 1103px;
}

#index .plan .titleBox {
    padding-bottom: 107px;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

#index .plan .titleBox .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#index .plan .titleBox .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#index .plan .titleBox .content {
    position: relative;
    z-index: 1;
}

#index .plan .titleBox .content p {
    letter-spacing: 0.08em;
    line-height: 1.66;
}

#index .plan .innerBox {
    margin-top: -110px;
    padding-top: 121px;
    position: relative;
    z-index: 1;
    background: url(img/index/plan_bg02.png) no-repeat top 234px left 257px / 50px;
}

#index .plan .innerBox::before,
#index .plan .innerBox::after {
    width: calc(50% + 780px);
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 60px;
    background-color: #F1F0E9;
    content: "";
}

#index .plan .innerBox::after {
    top: 80px;
    right: 58px;
    width: 320px;
    height: 442px;
    background: url(img/index/plan_bg01.png) no-repeat top right / 320px;
}

#index .plan .innerBox .comLinkList {
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

#index .works {
    margin-bottom: 119px;
    padding: 120px 0 169px;
    padding: 120px 0;
    position: relative;
    background: #f1f0e9 url(img/index/works_bg.png) no-repeat bottom 173px left 221px / 581px;
}

#index .works::before {
    width: calc(50% - 350px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(14deg, #3da748 0%, #89c98f 100%);
    content: "";
}

#index .works .headLine03 {
    margin: 0 auto 49px;
    width: 1200px;
}

#index .works .ulBox {
    margin-bottom: 124px;
    position: relative;
    z-index: 1;
}

#index .works .ulBox .slick-slide>div {
    margin: 0 15px;
    width: 380px;
}

#index .works .ulBox .next,
#index .works .ulBox .prev {
    margin-left: -100px;
    position: absolute;
    width: 22px;
    bottom: -63px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

#index .works .ulBox .next {
    margin: 0 -100px 0 0;
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

#index .works .ulBox .dotsBox .next {
    margin: 0 0 0 6px;
}

#index .works .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

#index .works .slick-dots li {
    margin: 0 7px;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    cursor: pointer;
    background-color: #EDEDED;
    background-color: #fff;
}

#index .works .slick-dots button {
    display: none;
}

#index .works .slick-dots li.slick-active {
    background-color: #E6A929;
}

#index .point {
    margin-bottom: 125px;
    margin-top: 125px;
}

#index .point .headLine03 {
    margin: 0 auto 82px;
    width: 1200px;
}

#index .point .inner {
    margin: 0 auto;
    max-width: 1560px;
}

#index .point .imgBox {
    margin: 0 0 160px auto;
    width: 1383px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#index .point .imgBox:last-child {
    margin-bottom: 0;
}

#index .point .imgBox:nth-child(2n) {
    margin: 0 auto 130px 0;
    flex-direction: row;
}

#index .point .imgBox .photoBox {
    width: 690px;
}

#index .point .imgBox .textBox {
    width: 630px;
}

#index .point .imgBox .textBox .title {
    margin-bottom: 21px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0.06em;
}

#index .point .imgBox .textBox p {
    line-height: 1.66;
    letter-spacing: 0.08em;
}

#index .point .imgBox h3 {
    margin-bottom: 89px;
    position: relative;
    color: #fff;
    font-size: 4.2rem;
    letter-spacing: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#index .point .imgBox h3::before {
    width: 3000px;
    height: 170px;
    position: absolute;
    top: -30px;
    right: 0;
    left: -177px;
    background: linear-gradient(-321deg, #ec6b4f 0%, #f2afa1 100%);
    content: "";
    z-index: -1;
    border-top-left-radius: 40px;
}

#index .point .imgBox:nth-child(2n) h3::before {
    right: -177px;
    left: auto;
    border-radius: 0 40px 0 0;
}

#index .point .imgBox01 h3::before {
    background: linear-gradient(-321deg, #3da748 0%, #89c98f 100%);
}

#index .point .imgBox02 h3 {
    margin-right: -51px;
}

#index .point .imgBox02 h3::before {
    background: linear-gradient(-321deg, #146b96 0%, #8ab3c6 100%);
}

#index .point .imgBox h3 span {
    margin: 5px 0 0 -23px;
    opacity: 0.3;
    font-size: 7rem;
    letter-spacing: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

#index .point .imgBox02 h3 span {
    font-size: 6.5rem;
}

#index .point .imgBox .photoBox {
    margin-top: 37px;
    position: relative;
    z-index: 2;
}

#index .point .imgBox .photoBox img {
    border-radius: 0 50px 0 50px;
}

#index .news {
    margin-bottom: 120px;
    display: flex;
    justify-content: flex-end;
}

#index .news .titleBox {
    margin-top: 7px;
}

#index .news .titleBox .headLine03 {
    margin-bottom: 44px;
}

#index .news ul {
    margin-left: 140px;
    padding: 75px 0 84px 83px;
    width: calc(50% + 240px);
    background-color: #fff;
    border-radius: 60px 0 0 60px;
    box-sizing: border-box;
}

#index .news li {
    width: 757px;
    border-bottom: 1px solid #CCC;
}

#index .news li:first-child {
    border-top: 1px solid #CCC;
}

#index .news li a {
    padding: 26px 0 20px;
    display: block;
    background: url(img/common/icon02.png) no-repeat center right / 45px;
}

#index .news li a:hover {
    opacity: 0.7;
}

#index .news li .date {
    margin-bottom: 5px;
    color: #654F3F;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

#index .news li .date span {
    margin: -1px 0 0 10px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 12px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    border-radius: 25px;
    background-color: #654F3F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#index .news li .title {
    margin-right: 80px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#index .linkBox .comLinkList a {
    padding-bottom: 8px;
}

#index .linkBox .comLinkList a:hover {
    opacity: .7;
}

#index .linkBox .comLinkList a .pho {
    margin-bottom: 11px;
    height: auto;
}

#index .linkBox .comLinkList a .ttl {
    margin-bottom: 0;
    font-size: 2.4rem;
}

#index .linkBox .comLinkList a .ttl span {
    margin-bottom: -2px;
    display: block;
    color: #DE9800;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

#index .linkBox .comLinkList a .comLink {
    margin: -3px 0 0;
}

#index .kureha .linkList .liStyle .text br {
    display: none;
}

@media all and (min-width: 1200px) {
    #index .point .inner {
        padding: 0 20px;
    }

    #index .works .ulBox .next:hover,
    #index .works .ulBox .prev:hover,
    #index .works .slick-dots li:hover,
    .mainVisual .slick-dots li:hover,
    .mainVisual .prev:hover,
    .mainVisual .next:hover {
        opacity: 0.7;
    }
}

@media (min-width: 1200px) and (max-width: 1607px) {
    #index .point .imgBox h3::before {
        margin-left: 166px;
    }

    #index .point .imgBox:nth-child(2n) h3::before {
        margin-right: 166px;
    }
}

@media all and (max-width: 1200px) {
    #index .mainVisual {
        margin-bottom: 0;
        padding: 78px 20px 122px;
        background: url(img/index/mv_bg01.png) no-repeat bottom left -10px/ 122px, url(img/index/sp_mv_bg02.png) no-repeat top -31px right -34px / 218px;
    }

    #index .mainVisual .slider li img {
        width: 100%;
        border-radius: 50px 0 50px 0;
    }

    .mainVisual .slick-dots {
        bottom: -39px;
    }

    .mainVisual .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .mainVisual .prev,
    .mainVisual .next {
        width: 58px;
        left: 3px;
    }

    .mainVisual .next {
        left: auto;
        right: 3px;
    }

    #index #main {
        margin-bottom: 89px;
    }

    #index .kureha {
        padding: 1px 0 83px;
        background: url(img/index/sp_kureha_bg01.png) no-repeat top 114px left -19px / 116px, url(img/index/sp_kureha_bg02.png) no-repeat bottom 24px left -22px / 146px;
    }

    #index .kureha::before {
        width: calc(50% - 25px);
        top: -13px;
        border-radius: 39px 0px 0px 0px;
        ;
        height: calc(100% + 13px);
    }

    #index .kureha h2 {
        top: 14px;
        right: 13px;
        font-size: 3.8rem;
        line-height: 0.94;
    }

    #index .kureha .headLine03 {
        margin-bottom: 60px;
    }

    #index .kureha ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #index .kureha .imgList {
        margin: -44px 0 0;
    }

    #index .kureha .imgList li,
    #index .kureha .linkList li {
        margin: 44px 0 0;
        width: 48.6%;
    }

    #index .kureha .imgList li .phoBox img {
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    #index .kureha .imgList li:last-child {
        margin-bottom: 0;
    }

    #index .kureha .imgList li .title {
        margin: 0 1px -31px auto;
        padding: 0 7px 37px 0;
        width: 141px;
        font-size: 1.2rem;
        line-height: 1;
        background-size: 141px;
    }

    #index .kureha .imgList li .txtBox {
        padding: 1px 13px 9px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    #index .kureha .imgList li .txtBox .ttl {
        margin: -16px auto 7px;
        padding: 5px 5px 4px;
        max-width: 143px;
        width: auto;
        font-size: 1.3rem;
        min-height: auto;
    }

    #index .kureha .imgList li .txtBox p {
        margin: 0 5px;
        font-size: 1.2rem;
        line-height: 1.41;
        min-height: 85px;
    }

    #index .kureha .imgList li .txtBox .comLink {
        margin-top: -2px;
    }

    #index .kureha .linkList li a {
        border-radius: 20px;
    }

    #index .kureha .linkList li .title,
    #index .kureha .linkList .liStyle .title {
        position: static;
        margin: -24px auto 8px;
        padding: 6px 5px 6px;
        max-width: 140px;
        width: 100%;
        font-size: 1.3rem;
    }

    #index .kureha .linkList li p {
        margin-bottom: 6px;
        font-size: 1.3rem;
        line-height: 1.3;
    }

    #index .kureha .linkList li .text01 {
        margin-left: 4px;
    }

    #index .kureha .linkList li .textImg {
        margin: 0 auto 2px;
        width: 159px;
    }

    #index .kureha .linkList li .inner,
    #index .kureha .linkList .liStyle .inner {
        padding: 0;
        border-radius: 30px;
        background: none;
        z-index: 2;
        position: relative;
        min-height: auto;
    }

    #index .kureha .linkList li .comLink {
        padding: 0;
        position: static;
        background-color: transparent;
    }

    #index .kureha .linkList li .comLink span {
        padding-right: 44px;
        font-size: 1.4rem;
    }

    #index .kureha .linkList .liStyle a {
        margin-bottom: 0;
        background-image: url(img/index/sp_kureha_link_bg02.jpg);
    }

    #index .kureha .linkList .liStyle .title {
        margin-bottom: 10px;
        padding: 6px 5px 6px;
        max-width: 140px;
        width: 100%;
        letter-spacing: 0.06em;
    }

    #index .kureha .linkList .liStyle .text {
        margin: 0 0 6px;
        font-size: 1.2rem;
        text-align: center;
        letter-spacing: -0.14em;
    }

    #index .kureha .linkList .liStyle .text br {
        display: block;
    }

    #index .kureha .linkList .liStyle p {
        margin-bottom: 21px;
        font-size: 1.3rem;
        letter-spacing: -0.09em;
        line-height: 1.3;
    }

    #index .kureha .linkList li {
        margin-top: 40px;
    }

    #index .kureha .linkList li a {
        position: relative;
        padding: 9px 6px 7px 6px;
        background: url(img/index/sp_kureha_link_bg01.jpg) no-repeat center center / cover;
    }

    #index .kureha .linkList li a::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        opacity: 0.8;
        content: "";
        border-radius: 20px;
    }

    #index .plan {
        padding-bottom: 70px;
        background: url(img/index/sp_plan_bg02.png) no-repeat bottom left / 220px;
    }

    #index .plan .titleBox {
        padding-bottom: 0;
        height: 371px;
        justify-content: flex-start;
    }

    #index .plan .titleBox .content {
        margin: 0;
    }

    #index .plan .titleBox .textBox {
        margin-bottom: 1px;
        width: 207px;
    }

    #index .plan .titleBox .content p {
        line-height: 1.71;
    }

    #index .plan .innerBox {
        margin-top: 0;
        padding-top: 30px;
        background: url(img/index/sp_plan_bg01.png) no-repeat top 24px right -81px / 164px;
    }

    #index .plan .innerBox::before,
    #index .plan .innerBox::after {
        display: none;
    }

    #index .plan .innerBox .comLinkList {
        margin-bottom: 50px;
    }

    #index .works {
        margin-bottom: 56px;
        padding: 45px 0 72px;
        padding: 45px 0 40px;
        background: #f1f0e9 url(img/index/sp_works_bg.png) no-repeat bottom 109px left -21px / 147px;
    }

    #index .works .headLine03 {
        margin: 0 20px 26px;
        width: auto;
    }

    #index .works::before {
        width: calc(50% - 65px);
    }

    #index .works .ulBox {
        margin-bottom: 81px;
    }

    #index .works .ulBox .slick-slide>div {
        margin: 0 5px;
        width: 300px;
    }

    #index .works .slick-dots {
        bottom: -31px;
    }

    #index .works .slick-dots li {
        width: 10px;
        height: 10px;
    }

    #index .works .ulBox .next,
    #index .works .ulBox .prev {
        margin-left: -85px;
        width: 20px;
        bottom: -40px;
    }

    #index .works .ulBox .next {
        margin: 0 -85px 0 0;
    }

    #index .works .comBtn {
        position: relative;
        z-index: 1;
    }

    #index .point {
        margin-bottom: 90px;
    }

    #index .point .headLine03 {
        margin: 0 20px 32px;
        width: auto;
    }

    #index .point .inner {
        max-width: inherit;
    }

    #index .point .imgBox h3 {
        margin-bottom: 3px;
        font-size: 2rem;
    }

    #index .point .imgBox h3 span {
        margin: 5px 0 0 -12px;
        font-size: 3.1rem;
    }

    #index .point .imgBox h3::before {
        width: auto;
        height: 80px;
        top: -8px;
        left: -24px;
        right: -20px;
        border-top-left-radius: 19px;
    }

    #index .point .imgBox,
    #index .point .imgBox:nth-child(2n) {
        margin: 0 22px 56px 44px;
        display: block;
        width: auto;
    }

    #index .point .imgBox:nth-child(2n) .photoBox {
        margin: 0 20px 21px -22px;
    }

    #index .point .imgBox:nth-child(2n) h3::before {
        right: -3px;
        left: -44px;
        border-top-right-radius: 19px;
    }

    #index .point .imgBox .photoBox,
    #index .point .imgBox .textBox {
        width: auto;
    }

    #index .point .imgBox .photoBox {
        margin: 0 0 21px;
    }

    #index .point .imgBox .textBox .title {
        margin-bottom: 14px;
        font-size: 1.6rem;
        line-height: 1.3;
    }

    #index .news {
        margin-bottom: 100px;
        padding: 0 20px;
        display: block;
    }

    #index .news .titleBox .headLine03 {
        margin-bottom: 25px;
    }

    #index .news ul {
        margin: 0 -20px 39px 0;
        padding: 50px 30px;
        width: auto;
        border-radius: 29px 0 0 29px;
    }

    #index .news li {
        width: auto;
    }

    #index .news li .date {
        margin-bottom: 6px;
        font-size: 1.4rem;
    }

    #index .news li .date span {
        margin: 0 0 0 7px;
        padding: 2px 12px 0px;
        font-size: 1.2rem;
    }

    #index .news li .title {
        margin-right: 0;
        font-size: 1.6rem;
    }

    #index .news li a {
        padding: 18px 54px 13px 0;
        background: url(img/common/sp_icon02.png) no-repeat bottom 23px right / 30px;
    }

    #index .news .comBtn {
        margin-left: 0;
        margin-bottom: 23px;
    }

    #index .linkBox .comLinkList {
        margin: 0 11px 0 14px;
        display: block;
    }

    #index .linkBox .comLinkList a {
        margin-bottom: 30px;
        padding: 20px 23px 20px 0;
        width: auto;
        display: block;
        border-radius: 0 40px 0 40px;
    }

    #index .linkBox .comLinkList a:last-child {
        margin-bottom: 0;
    }

    #index .linkBox .comLinkList a .pho {
        margin-bottom: 14px;
    }

    #index .linkBox .comLinkList a .txtBox {
        padding: 0;
        margin-left: 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #index .linkBox .comLinkList a .pho,
    #index .linkBox .comLinkList a .txtBox {
        width: auto;
    }

    #index .linkBox .comLinkList a .ttl {
        font-size: 1.8rem;
    }

    #index .linkBox .comLinkList a .ttl span {
        margin-bottom: 4px;
        font-size: 1.4rem;
    }

    #index .linkBox .comLinkList a .comLink {
        margin-top: 3px;
    }

    #index .kureha .imgList .liStyle02 {
        width: 100%;
        margin-top: 56px;
    }

    #index .kureha .imgList .liStyle02 a {
        display: flex;
        position: relative;
    }

    #index .kureha .imgList .liStyle02 .title {
        position: absolute;
        top: -46px;
        left: auto;
        right: 50%;
    }

    #index .kureha .imgList .liStyle02 .phoBox {
        width: 50%;
    }

    #index .kureha .imgList .liStyle02 .phoBox img {
        border-top-left-radius: 20px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        object-position: left;
    }

    #index .kureha .imgList .liStyle02 .txtBox {
        width: 50%;
    }

    #index .kureha .imgList .liStyle02 .txtBox {
        padding: 9px 13px 9px;
        border-top-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #index .kureha .imgList .liStyle02 .txtBox .ttl {
        margin: 0px auto 7px;
        padding: 5px 5px 4px;
        max-width: 143px;
        width: auto;
        font-size: 1.3rem;
        min-height: auto;
    }

    #index .kureha .imgList .liStyle02 .txtBox p {
        min-height: auto;
    }
}

@media all and (max-width: 374px) {
    #index .kureha .linkList li .textImg {
        max-width: 308px;
        width: 100%;
    }

    #index .kureha .linkList li .inner {
        border-radius: 30px;
    }

    #index .linkBox .comLinkList a .ttl {
        font-size: 1.6rem;
    }

    #index .kureha .linkList .liStyle .title {
        padding: 6px 3px;
        font-size: 1.2rem;
    }

    #index .point .imgBox h3 span {
        font-size: 2.5rem;
    }

    #index .point .imgBox .textBox .title {
        font-size: 1.5rem;
    }
}

/*------------------------------------------------------------
	.wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
    font-size: 0;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi .current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 2.2rem;
    font-weight: 700;
    text-decoration: none;
    background-color: #E6A929;
    margin: 0 6px;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #654F3F;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .extend {
    color: #E6A929;
    font-size: 2.2rem;
}

.wp-pagenavi .previouspostslink {
    margin-right: 31px;
}

.wp-pagenavi .nextpostslink {
    margin-left: 31px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background-color: transparent;
}

.wp-pagenavi .previouspostslink .img02,
.wp-pagenavi .nextpostslink .img02 {
    display: none;
}

.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img {
    width: 22px;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    background-color: transparent;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
}

@media all and (min-width: 897px) {

    .wp-pagenavi .previouspostslink:hover .img01,
    .wp-pagenavi .nextpostslink:hover .img01 {
        display: none;
    }

    .wp-pagenavi .previouspostslink:hover .img02,
    .wp-pagenavi .nextpostslink:hover .img02 {
        display: block;
    }
}

@media all and (max-width: 896px) {

    .wp-pagenavi a,
    .wp-pagenavi .current {
        margin: 0 4px;
        width: 32px;
        height: 32px;
        font-size: 1.4rem;
    }

    .wp-pagenavi .previouspostslink img,
    .wp-pagenavi .nextpostslink img {
        width: 16px;
    }

    .wp-pagenavi .extend {
        font-size: 1.5rem;
    }

    .wp-pagenavi .previouspostslink {
        margin-right: 23px;
    }

    .wp-pagenavi .nextpostslink {
        margin-left: 23px;
    }

    .wp-pagenavi a:hover {
        background-color: #E6A929;
    }
}

@media all and (max-width: 374px) {

    .wp-pagenavi a,
    .wp-pagenavi .current {
        margin-bottom: 5px;
        width: 30px;
        height: 30px;
    }

    .wp-pagenavi .previouspostslink {
        margin-right: 2px;
    }

    .wp-pagenavi .nextpostslink {
        margin-left: 2px;
    }
}

/*------------------------------------------------------------
	news_detail
------------------------------------------------------------*/
#news .pageTitle .imgBox {
    background-image: url(img/blog/page_title_img.jpg);
}

#news .flexBox {
    display: flex;
    justify-content: flex-end;
}

#news #conts {
    margin-left: 89px;
    padding: 75px 85px 96px;
    width: calc(50% + 240px);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    box-sizing: border-box;
    background-color: #fff;
}

#news.news_detail #conts {
    padding-bottom: 94px;
}

#news #conts .innerBox {
    width: 757px;
    box-sizing: border-box;
    border-top: 1px solid #CCC;
}

#news.news_detail #conts .innerBox {
    margin-bottom: 39px;
    padding: 26px 0;
    border-bottom: 1px solid #CCC;
}

#news #conts .innerBox .date {
    margin-bottom: 15px;
    color: #654F3F;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

#news #conts .innerBox .date span {
    margin: -1px 0 0 10px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 12px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    border-radius: 25px;
    background-color: #654F3F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#news #conts .innerBox .title {
    margin-right: 80px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#news.news_detail #conts .innerBox .title {
    margin-bottom: 21px;
}

#news #conts .innerBox .textBox figure {
    margin: 0 0 35px;
}

#news #conts .innerBox .textBox p {
    margin-bottom: 32px;
    line-height: 1.72;
    letter-spacing: 0.08em;
}

#news #conts .comBtn {
    padding-right: 275px;
}

#news #conts .innerBox .newsList {
    margin-bottom: 50px;
}

#news #conts .innerBox .newsList li {
    border-bottom: 1px solid #CCC;
}

#news #conts .innerBox .newsList li a {
    padding: 26px 0 21px;
    display: block;
    background: url(img/common/icon02.png) no-repeat center right / 45px;
}

#news #conts .innerBox .newsList li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    #news .pageTitle .imgBox {
        background-image: url(img/blog/sp_page_title_img.jpg);
    }

    #news .flexBox {
        padding: 0 20px;
        display: block;
    }

    #news #conts {
        margin: 0 -20px 0 0;
        padding: 50px 30px 55px;
        width: auto;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    #news #conts .innerBox {
        width: auto;
    }

    #news.news_detail #conts .innerBox {
        padding: 18px 0;
    }

    #news #conts .innerBox .date {
        margin-bottom: 6px;
        font-size: 1.4rem;
    }

    #news #conts .innerBox .date span {
        margin: 0 0 0 7px;
        padding: 2px 12px 0px;
        font-size: 1.2rem;
    }

    #news #conts .innerBox .title {
        margin-right: 0;
        font-size: 1.6rem;
    }

    #news #conts .comBtn {
        padding-right: 0;
    }

    #news #conts .innerBox .newsList li a {
        padding: 18px 54px 13px 0;
        background: url(img/common/sp_icon02.png) no-repeat bottom 23px right / 30px;
    }

    #news #conts .innerBox .newsList {
        margin-bottom: 32px;
    }
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
    margin-top: 22px;
    width: 271px;
}

#sideBar p,
#sideBar li a {
    color: #654F3F;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#sideBar p {
    margin: 0 0 22px 2px;
}

#sideBar ul {
    border-left: 3px solid #fff;
    border-bottom: 4px solid #fff;
}

#sideBar li {
    padding: 30px 34px 28px;
    border-top: 4px solid #fff;
}

#sideBar li a {
    display: inline-block;
    position: relative;
}

#sideBar .liStyle a {
    text-decoration: underline;
}

#sideBar li a:hover {
    opacity: 0.7;
}

#sideBar li a::before {
    margin-top: -3px;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: -16px;
    border-radius: 50%;
    background-color: #E6A929;
    content: "";
}

@media all and (max-width: 896px) {
    #sideBar {
        margin-bottom: 30px;
        width: auto;
    }

    #sideBar p,
    #sideBar li a {
        font-size: 1.4rem;
    }

    #sideBar p {
        margin: 0 0 9px;
        font-size: 1.5rem;
    }

    #sideBar ul {
        display: flex;
    }

    #sideBar li {
        padding: 15px 33px 16px;
        width: 50%;
        border-width: 3px;
        border-right: 3px solid #fff;
        box-sizing: border-box;
    }
}

/*------------------------------------------------------------
	plan
------------------------------------------------------------*/
#plan {
    margin-bottom: -45px;
}

#plan .pageTitle {
    position: relative;
    z-index: 2;
}

#plan .pageTitle .lBox {
    background: linear-gradient(#eeb12d 0%, #e4cb95 100%, #e3cd9c 100%);
}

#plan .pageTitle .imgBox {
    background-image: url("img/plan/page_title_img.jpg");
}

#plan #pagePath {
    margin-bottom: 93px;
}

#plan .content {
    position: relative;
    z-index: 1;
}

#plan .content::before,
#plan .content::after {
    width: 1103px;
    height: 937px;
    position: absolute;
    top: -199px;
    right: -360px;
    background: url(img/plan/plan_bg01.png) no-repeat top right / 100%;
    content: "";
    z-index: -1;
}

#plan .content::after {
    width: 407px;
    height: 490px;
    right: auto;
    top: -15px;
    left: -451px;
    background: url(img/plan/plan_bg02.png) no-repeat top left / 100%;
}

#plan .title {
    margin-bottom: 57px;
    color: #333333;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
}

#plan .comLinkList {
    margin: -90px auto 69px;
    justify-content: space-between;
}

#plan .comLinkList a {
    margin: 90px 0 0;
    padding: 20px 24px 29px 0;
    width: 580px;
}

#plan .comLinkList a .pho {
    margin-bottom: 30px;
    height: 354px;
}

#plan .comLinkList a .txtBox {
    padding-left: 30px;
}

#plan .comLinkList a .ttl {
    margin: 0 0 17px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#plan .comLinkList a p {
    margin-bottom: 74px;
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#plan .comLinkList a .comLink {
    margin-right: 4px;
}

@media all and (max-width: 896px) {
    #plan #pagePath {
        margin-bottom: 33px;
    }

    #plan .title {
        margin-bottom: 33px;
        font-size: 1.4rem;
    }

    #plan .comLinkList {
        margin: -20px auto 30px;
    }

    #plan .comLinkList a {
        margin: 20px 0 0;
        padding: 5px 5px 9px 0;
        width: 48.5%;
        display: block;
        border-radius: 0 34px 0 0;
    }

    #plan .comLinkList a .pho {
        margin-bottom: 8px;
        height: 107px;
    }

    #plan .comLinkList a .pho,
    #plan .comLinkList a .txtBox {
        width: auto;
    }

    #plan .comLinkList a .txtBox {
        margin: 0;
        padding-left: 9px;
    }

    #plan .comLinkList a .ttl {
        margin-bottom: 9px;
        font-size: 1.6rem;
    }

    #plan .comLinkList a p {
        margin-bottom: 12px;
        font-size: 1.3rem;
        line-height: 1.23;
    }
}

/*------------------------------------------------------------
	planDetail
------------------------------------------------------------*/
#planDetail .pageTitle .lBox {
    background: linear-gradient(#eeb12d 0%, #e4cb95 100%, #e3cd9c 100%);
}

#planDetail .pageTitle .imgBox {
    background-image: url("img/plan/page_title_img.jpg");
}

#planDetail .inner {
    margin-bottom: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

#planDetail .inner::before,
#planDetail .inner::after {
    position: absolute;
    width: 407px;
    height: 490px;
    top: -20px;
    left: -90px;
    background: url(img/plan/plan_bg02.png) no-repeat top left / 100%;
    content: "";
}

#planDetail .inner::after {
    width: 209px;
    height: 209px;
    bottom: -135px;
    top: auto;
    right: -59px;
    left: auto;
    background: url(img/plan/plan_bg03.png) no-repeat bottom right / 100%;
    z-index: -1;
}

#planDetail .inner .photoBox {
    width: 46.9%;
    height: 523px;
    background: url("img/plan/detail_photo01.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 30px;
}

#planDetail .inner .textBox {
    width: 53.1%;
}

#planDetail .inner .textBox .infoBox {
    max-width: 600px;
    margin: 0 60px 0 auto;
}

#planDetail .inner .textBox h3 {
    margin-bottom: 19px;
    padding-bottom: 10px;
    color: #ED6F54;
    font-weight: 700;
    font-size: 3.2rem;
    border-bottom: 2px solid #ED6F54;
    letter-spacing: 0.06em;
}

#planDetail .inner .textBox p {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
    line-height: 1.72;
}

#planDetail h4 {
    margin-bottom: 13px;
    padding-bottom: 13px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #000;
}

#planDetail .content .txt {
    margin-bottom: 56px;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: 0.01em;
}

#planDetail .planBox {
    margin-bottom: 62px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

#planDetail .planBox:last-child {
    margin-bottom: 0;
}

#planDetail .planBox .title {
    padding: 26px 10px 28px;
    position: relative;
    color: #fff;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: linear-gradient(#eeb12d 0%, #e4cb95 100%, #e3cd9c 100%);
    text-align: center;
    z-index: 1;
}

#planDetail .planBox .title .en {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    opacity: 0.2;
    font-size: 6rem;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 0;
    z-index: -2;
}

#planDetail .planBox .subBox {
    padding: 34px 40px 39px;
}

#planDetail .planBox .listUl li {
    width: 48.2%;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#planDetail .planBox .listUl li .top {
    margin-bottom: 11px;
}

#planDetail .planBox .listUl li .top .info {
    display: inline-block;
    color: #fff;
    padding: 3px 12px 1px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #654F3F;
    border-radius: 30px;
    letter-spacing: 0.06em;
}

#planDetail .planBox .listUl li .pho {
    margin-bottom: 20px;
    position: relative;
}

#planDetail .planBox .listUl li .pho img {
    width: 100%;
}

#planDetail .planBox .listUl li .pho .ico {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 42px;
}

#planDetail .planBox .listUl li .pho .ico a:hover {
    opacity: 0.7;
}

#planDetail .planBox .listUl li p {
    padding-right: 52px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.08em;
}

#planDetail .planBox .listUl li .spe {
    border: 1px solid #CCC;
}

@media all and (max-width: 896px) {
    #planDetail .inner {
        margin: 0 20px 50px;
        display: block;
    }

    #planDetail .inner::before {
        background-size: 200px;
    }

    #planDetail .inner::after {
        background-size: 114px;
    }

    #planDetail .inner .photoBox {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        border-radius: 20px;
        z-index: 1;
    }

    #planDetail .inner .textBox {
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    #planDetail .inner .textBox .infoBox {
        max-width: inherit;
        margin: 0;
    }

    #planDetail .inner .textBox h3 {
        margin-bottom: 15px;
        font-size: 2.5rem;
    }

    #planDetail .inner .textBox p {
        font-size: 1.8rem;
    }

    #planDetail h4 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 2rem;
        border-bottom: 1px solid #000;
    }

    #planDetail .content .txt {
        margin-bottom: 30px;
    }

    #planDetail .planBox {
        margin-bottom: 30px;
        border-radius: 20px;
    }

    #planDetail .planBox:last-child {
        margin-bottom: 0;
    }

    #planDetail .planBox .title {
        padding: 16px 10px;
        font-size: 1.8rem;
    }

    #planDetail .planBox .title .en {
        padding-left: 0;
        font-size: 4rem;
    }

    #planDetail .planBox .subBox {
        padding: 30px 15px;
    }

    #planDetail .planBox .listUl {
        display: block;
    }

    #planDetail .planBox .listUl li {
        width: 100%;
        margin-bottom: 20px;
    }

    #planDetail .planBox .listUl li:last-child {
        margin-bottom: 0;
    }

    #planDetail .planBox .listUl li .top .info {
        font-size: 1.2rem;
    }

    #planDetail .planBox .listUl li p {
        padding-right: 0;
        font-size: 1.3rem;
    }
}

/*------------------------------------------------------------
	voice
------------------------------------------------------------*/
#voice {
    margin-bottom: -64px;
}

#voice .pageTitle .lBox {
    background: linear-gradient(#3da748 0%, #89c98f 100%);
}

#voice .pageTitle .imgBox {
    background-image: url("img/voice/page_title_img.jpg");
}

#voice .imgList {
    margin: -60px 0 60px;
    display: flex;
    flex-wrap: wrap;
}

#voice .imgList li {
    margin: 60px 60px 0 0;
    margin-right: 60px;
    width: 360px;
    background-color: #fff;
    border-radius: 30px;
}

#voice .imgList li a:hover {
    opacity: 0.7;
}

#voice .imgList li:nth-child(3n) {
    margin-right: 0;
}

#voice .imgList li .pho {
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px 30px 0 0;
}

#voice .imgList li .txtBox {
    padding: 21px 20px 11px;
}

#voice .imgList li .title {
    margin-bottom: 9px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.38;
    min-height: 50px;
}

#voice .imgList li p {
    margin-bottom: 7px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}

@media all and (max-width: 896px) {
    #voice {
        margin-bottom: 0;
    }

    #voice .imgList {
        margin: -30px auto 50px;
        justify-content: space-between;
    }

    #voice .imgList li {
        margin: 30px 0 0;
        width: 48.5%;
        border-radius: 15px;
    }

    #voice .imgList li .pho {
        height: 58.5vw;
        border-radius: 15px 15px 0 0;
    }

    #voice .imgList li .txtBox {
        margin-bottom: 0;
        padding: 11px 9px 17px;
    }

    #voice .imgList li .title {
        margin-bottom: 14px;
        font-size: 1.5rem;
        line-height: 1.46;
        min-height: auto;
    }

    #voice .imgList li p {
        margin-bottom: 32px;
        font-size: 1.2rem;
    }

    #voice .imgList li .comLink {
        margin-right: 5px;
    }
}

/*------------------------------------------------------------
	voiceDetail
------------------------------------------------------------*/
#voiceDetail {
    margin-bottom: -63px;
}

#voiceDetail .pageTitle .lBox {
    background: linear-gradient(#3da748 0%, #89c98f 100%);
}

#voiceDetail .pageTitle .imgBox {
    background-image: url("img/voice/page_title_img.jpg");
}

#voiceDetail .detailBox {
    margin-bottom: 80px;
    padding: 80px 80px 85px;
    background: #fff;
    border-radius: 30px;
}

#voiceDetail .detailBox .topBox {
    margin-bottom: 58px;
    display: flex;
    justify-content: space-between;
}

#voiceDetail .detailBox .topBox .textBox {
    width: 560px;
}

#voiceDetail .detailBox .topBox .textBox p {
    margin-bottom: 12px;
    color: #333;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}

#voiceDetail .detailBox .topBox .textBox .small {
    margin-bottom: 80px;
    color: #000;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}

#voiceDetail .detailBox .topBox .photo {
    border-radius: 30px;
    overflow: hidden;
}

#voiceDetail .detailBox .topBox .photoBox {
    width: 420px;
    border-radius: 30px;
    overflow: hidden;
}

#voiceDetail .detailBox .qBox {
    padding-left: 82px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 68px;
}

#voiceDetail .detailBox .qTxt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #D09548;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Mono', monospace;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #F0E7D9;
    border: 2px solid #D09548;
    letter-spacing: 0.01em;
}

#voiceDetail .detailBox .ttl {
    color: #333;
    font-weight: 700;
    letter-spacing: 0.01em;
}

#voiceDetail .detailBox .aBox {
    margin: 12px 0 43px;
    padding: 18px 0 0 84px;
    position: relative;
    border-top: 1px solid #CCC;
}

#voiceDetail .detailBox .aBox .aTxt {
    position: absolute;
    left: 0;
    top: 13px;
    padding: 4px 0 0px;
    color: #fff;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    min-width: 64px;
    text-align: center;
    background: #654F3F;
    border-radius: 60px;
    letter-spacing: 0.06em;
}

#voiceDetail .detailBox .aBox .txt {
    font-size: 1.6rem;
    line-height: 1.43;
}

#voiceDetail .detailBox .aBox:last-of-type {
    margin-bottom: 0;
}

@media all and (max-width: 896px) {
    #voiceDetail .detailBox {
        margin-bottom: 40px;
        padding: 40px 15px;
        border-radius: 20px;
    }

    #voiceDetail .detailBox .topBox {
        margin-bottom: 30px;
        display: block;
    }

    #voiceDetail .detailBox .topBox .textBox {
        width: auto;
        margin-bottom: 30px;
    }

    #voiceDetail .detailBox .topBox .textBox p {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }

    #voiceDetail .detailBox .topBox .textBox .small {
        margin-bottom: 40px;
        font-size: 1.4rem;
    }

    #voiceDetail .detailBox .topBox .photo {
        border-radius: 20px;
    }

    #voiceDetail .detailBox .topBox .photo img {
        width: 100%;
    }

    #voiceDetail .detailBox .topBox .photoBox {
        width: auto;
        border-radius: 20px;
    }

    #voiceDetail .detailBox .topBox .photoBox img {
        width: 100%;
    }

    #voiceDetail .detailBox .qBox {
        padding-left: 52px;
        min-height: 50px;
    }

    #voiceDetail .detailBox .qTxt {
        font-size: 2rem;
        width: 40px;
        height: 40px;
    }

    #voiceDetail .detailBox .aBox {
        margin: 10px 0 30px;
        padding: 15px 0 0 52px;
    }

    #voiceDetail .detailBox .aBox .aTxt {
        padding: 2px 0;
        top: 13px;
        font-size: 1.2rem;
        min-width: 40px;
    }

    #voiceDetail .detailBox .aBox .txt {
        font-size: 1.3rem;
    }

    #voiceDetail .detailBox .aBox:last-of-type {
        margin-bottom: 0;
    }
}

/*------------------------------------------------------------
	works
------------------------------------------------------------*/
#works {
    margin-bottom: 242px;
}

#works .pageTitle .lBox {
    background: linear-gradient(#146b96 0%, #8ab3c6 100%);
}

#works .pageTitle .imgBox {
    background-image: url("img/works/page_title_img.jpg");
}

#works .checkBox .title01 {
    padding: 17px 15px 18px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-align: center;
    background-color: #6F7070;
}

#works .checkBox {
    margin-bottom: 59px;
}

#works .checkBox .inner {
    border: 2px solid #DBDBDB;
}

#works .checkBox .inner .txtBox {
    padding: 23px 28px 32px;
    background-color: #fff;
}

#works .checkBox .inner .ttl {
    color: #1A6F99;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

#works .checkBox .inner ul {
    margin-left: 3px;
    display: flex;
    flex-wrap: wrap;
}

#works .checkBox .inner li {
    margin-right: 21px;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#works .checkBox .inner .txtBox li input[type="radio"] {
    display: none;
}

#works .checkBox .inner .txtBox li input[type="radio"]~span {
    padding-left: 22px;
    display: inline-block;
    background: url(img/common/radio_bg01.png) no-repeat left center / 16px;
}

#works .checkBox .inner .txtBox li input[type="radio"]:checked~span {
    background-image: url(img/common/radio_bg02.png);
}

#works .checkBox .inner .subBox .title02 {
    position: relative;
    padding: 13px 12px 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.12em;
    background: linear-gradient(to right, #146B96 48%, #8AB3C6 100%);
}

#works .checkBox .inner .subBox .title02::before {
    position: absolute;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    right: 25px;
    top: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(44deg);
    transition: all ease .3s;
    content: "";
}

#works .checkBox .inner .subBox .title02.on::before {
    transform: rotate(-136deg);
}

#works .checkBox .inner .subBox .txtBox {
    padding: 16px 28px 26px;
    display: none;
}

#works .checkBox .inner .textList {
    margin-bottom: 11px;
}

#works .comImgList {
    display: none;
    margin: -70px 0 80px;
}

#works .comImgList li {
    margin: 70px 25px 0 0;
}

#works .comImgList li:nth-child(3n) {
    margin-right: 0;
}

@media all and (max-width: 896px) {
    #works {
        margin-bottom: 0;
    }

    #works .checkBox .inner .txtBox,
    #works .checkBox .inner .subBox .txtBox {
        padding: 15px 20px;
    }

    #works .checkBox .inner .ttl {
        margin-bottom: 5px;
        font-size: 1.5rem;
    }

    #works .checkBox .inner .subBox .title02 {
        font-size: 1.6rem;
    }

    #works .checkBox .inner ul {
        margin: -5px 0 0;

    }

    #works .checkBox .inner li {
        margin: 5px 10px 0 0;
        width: calc((100% - 20px) /3);
        font-size: 1.3rem;
    }

    #works .checkBox .inner li:nth-child(3n) {
        margin-right: 0;
    }

    #works .checkBox .title01 {
        padding: 12px 15px 12px;
        font-size: 1.6rem;
    }

    #works .comImgList {
        margin: -24px auto 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #works .comImgList li {
        margin: 24px 0 0;
        padding: 3px 4px 10px;
        width: 48.5%;
        display: block;
    }

    #works .comImgList li .pho {
        height: 27.5vw;
    }

    #works .comImgList li .ttl {
        margin-bottom: 4px;
        font-size: 1.5rem;
    }

    #works .comImgList li .label {
        padding: 2px 6px 0;
    }

    #works .comImgList li .textBox {
        margin: 0 4px;
    }

    #works .comImgList li .txt {
        font-size: 1.3rem;
        letter-spacing: 0.01em;
    }

    #works .comLink a {
        background-position: right 1px center;
    }

    #works .comImgList li:last-child {
        margin-bottom: 0;
    }
}

@media all and (max-width: 374px) {
    #works .checkBox .inner ul {
        justify-content: space-between;
    }

    #works .checkBox .inner li {
        margin-right: 0;
        width: 50%;
    }
}

/*------------------------------------------------------------
	#worksDetail 
------------------------------------------------------------*/
#worksDetail {
    margin-bottom: -60px;
}

#worksDetail .pageTitle .lBox {
    background: linear-gradient(#146b96 0%, #8ab3c6 100%);
}

#worksDetail .pageTitle .imgBox {
    background-image: url("img/works/page_title_img.jpg");
}

#worksDetail .sliderBox {
    margin-bottom: 70px;
}

#worksDetail .sliderBox .topUl {
    margin-bottom: 7px;
}

#worksDetail .sliderBox .topUl .slick-list {
    padding: 0 18.5% !important;
}

#worksDetail .sliderBox .topUl .slick-slide>div {
    margin: 0 5px;
}

#worksDetail .sliderBox .topUl li {
    width: 1200px;
    margin: 0 auto;
}

#worksDetail .sliderBox .topUl li span {
    display: block;
    height: 0;
    padding-bottom: 66.667%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.4;
    transition: all 0.3s;
}

#worksDetail .sliderBox .topUl .slick-current span {
    opacity: 1;
}

#worksDetail .sliderBox .ulBox {
    width: 690px;
    margin: 0 auto;
    padding: 5px 83px 5px 82px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}

#worksDetail .sliderBox .ulBox .sList li {
    float: left;
    width: 70px;
    box-sizing: border-box;
}

#worksDetail .sliderBox .ulBox .sList .slick-slide>div {
    margin: 0 3px;
}

#worksDetail .sliderBox .ulBox .sList li span {
    display: block;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.4;
    transition: all 0.3s;
}

#worksDetail .sliderBox .ulBox .sList .slick-current span {
    opacity: 1;
}

#worksDetail .sliderBox .ulBox .prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}

#worksDetail .sliderBox .ulBox .next {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

#worksDetail .inner {
    margin-bottom: 104px;
    display: flex;
    justify-content: space-between;
}

#worksDetail .inner .textBox {
    width: 520px;
}

#worksDetail .inner .tabBox {
    padding-top: 10px;
    width: 600px;
}

#worksDetail .inner h3 {
    margin-bottom: 14px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#worksDetail .inner h3 .top {
    padding: 3px 5px 0px;
    min-width: 50px;
    color: #fff;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 1.4rem;
    display: inline-block;
    background: #EC6B4F;
    border-radius: 30px;
}

#worksDetail .inner h3 .ttl {
    margin-top: 1px;
    display: block;
}

#worksDetail .inner .textBox p {
    font-size: 2rem;
    line-height: 1.65;
    letter-spacing: 0.08em;
}

#worksDetail .inner table {
    width: 100%;
    border-collapse: collapse;
}

#worksDetail .inner th,
#worksDetail .inner td {
    color: #333;
    padding: 10px 15px;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #707070;
    background: #fff;
    letter-spacing: 0.01em;
}

#worksDetail .inner th {
    padding: 0 12px;
    color: #fff;
    font-weight: 700;
    background: #EEB230;
    width: 20%;
    box-sizing: border-box;
}

#worksDetail .inner th .info {
    display: block;
    height: 27px;
    position: relative;
    text-align: justify;
}

#worksDetail .inner th .info:after {
    display: inline-block;
    width: 100%;
    content: "";
}

#worksDetail .inner td a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    #worksDetail .sliderBox {
        margin-bottom: 50px;
    }

    #worksDetail .sliderBox .topUl {
        margin-bottom: 10px;
    }

    #worksDetail .sliderBox .topUl li {
        width: 100%;
    }

    #worksDetail .sliderBox .ulBox {
        width: 100%;
        padding: 2px 44px 2px 42px;
    }

    #worksDetail .sliderBox .ulBox .sList .slick-slide>div {
        margin: 0 2px;
    }

    #worksDetail .sliderBox .ulBox .prev {
        width: 40px;
        height: 100%;
    }

    #worksDetail .sliderBox .ulBox .next {
        width: 40px;
        height: 100%;
    }

    #worksDetail .sliderBox .ulBox .prev img,
    #worksDetail .sliderBox .ulBox .next img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #worksDetail .inner {
        margin-bottom: 50px;
        display: block;
    }

    #worksDetail .inner .textBox {
        width: 100%;
    }

    #worksDetail .inner .tabBox {
        padding-top: 30px;
        width: 100%;
    }

    #worksDetail .inner h3 {
        font-size: 2.1rem;
    }

    #worksDetail .inner h3 .top {
        font-size: 1.2rem;
    }

    #worksDetail .inner .textBox p {
        font-size: 1.5rem;
        line-height: 1.65;
        letter-spacing: 0.08em;
    }

    #worksDetail .inner table {
        border-bottom: 1px solid #707070;
    }

    #worksDetail .inner th,
    #worksDetail .inner td {
        display: block;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 1.4rem;
    }

    #worksDetail .inner td {
        border-top: none;
        border-bottom: none;
    }

    #worksDetail .inner th {
        padding: 10px;
        width: 100%;
        border-bottom: none;
    }

    #worksDetail .inner th .info {
        height: auto;
    }

    #worksDetail .inner th .info:after {
        display: none;
    }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pageTitle .lBox {
    background: linear-gradient(#654f3f 0%, #665040 1.09%, #c6a68f 100%);
}

#contact .pageTitle .imgBox {
    background-image: url("img/contact/page_title_img.jpg");
}

#contact .content {
    width: 1000px;
}

#contact .formBox {
    padding: 77px 90px 67px;
    background: #fff;
    border-radius: 30px;
}

#contact .stepList {
    margin-bottom: 22px;
}

#contact .stepList li {
    margin: 0 67px;
    position: relative;
    width: 108px;
    height: 108px;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #D09548;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #D09548;
    border-radius: 50%;
    background: #F0E7D9;
    box-sizing: border-box;
    letter-spacing: 0.02em;
}

#contact .stepList li:before {
    margin-top: -13px;
    position: absolute;
    right: -85px;
    top: 50%;
    width: 14px;
    height: 27px;
    background: url("img/common/icon03.png") no-repeat right center;
    background-size: 14px auto;
    content: "";
}

#contact .stepList li:last-child:before {
    display: none;
}

#contact .stepList li .top {
    font-size: 2rem;
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
    letter-spacing: 0;
}

#contact .topTxt {
    margin-bottom: 30px;
    padding-bottom: 31px;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #EDB335;
}

#contact .topTxt01 {
    border-bottom: none;
    margin-bottom: 0;
}

#contact table {
    margin-bottom: 28px;
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
}

#contact th,
#contact td {
    padding: 10px 0;
    color: #333;
    font-size: 1.6rem;
    text-align: left;
    vertical-align: top;
}

#contact th {
    padding: 22px 45px 0 0;
    font-weight: 700;
    width: 38%;
}

#contact th .must {
    padding: 2px 0 2px;
    float: right;
    color: #fff;
    display: inline-block;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    min-width: 35px;
    text-align: center;
    background: #E03D1A;
    border-radius: 2px;
}

#contact td {
    padding-left: 3px;
}

#contact td input[type="text"],
#contact td input[type="email"],
#contact td input[type="tel"],
#contact td textarea {
    width: 100%;
    padding: 5px 10px 5px 15px;
    height: 50px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #C9C9C9;
    -webkit-appearance: none;
    background-color: #fff;
}

#contact td textarea {
    resize: vertical;
    height: 300px;
}

#contact td .radioList li {
    padding-bottom: 9px;
}

#contact td .radioList li:last-child {
    padding-bottom: 0;
}

#contact td .radioList .wpcf7-list-item:first-child {
    display: none;
}

#contact td .radioList .wpcf7-list-item {
    margin: 0;
    display: block;
    padding-bottom: 9px;
}

#contact td .radioList .wpcf7-list-item:last-child {
    padding-bottom: 0;
}

#contact td .radioList input[type="radio"] {
    display: none;
}

#contact td .radioList input[type="radio"]~span {
    background: url("img/common/radio_bg01.png") no-repeat left center;
    background-size: 16px 16px;
    display: inline-block;
    padding: 3px 0 3px 22px;
    min-height: 16px;
}

#contact td .radioList input[type="radio"]:checked~span {
    background: url("img/common/radio_bg02.png") no-repeat left center;
    background-size: 16px 16px;
}

#contact td .wid01 {
    width: 300px !important;
}

#contact td .wid02 {
    width: 175px !important;
}

#contact .txtP {
    padding-top: 30px;
    margin-bottom: 36px;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    border-top: 1px solid #EBB94F;
    text-align: center;
    letter-spacing: 0.01em;
}

#contact .txtP a {
    color: #60C3EF;
}

#contact .txtP a:hover {
    opacity: 0.7;
}

#contact .submit {
    text-align: center;
}

#contact .submit li {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
}

#contact .submit li input {
    width: 215px;
    height: 58px;
    cursor: pointer;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(161deg, #eeb12d 0%, #e4cb95 100%, #e3cd9c 100%);
    text-align: center;
    -webkit-appearance: none;
    border: none;
    letter-spacing: 0.1em;
    border-radius: 60px;
}

#contact .submit li input:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    #contact .content {
        width: auto;
    }

    #contact .formBox {
        padding: 40px 15px;
        border-radius: 20px;
    }

    #contact .stepList {
        margin: 0 -25px 22px;
    }

    #contact .stepList li {
        margin: 0 10px;
        width: 78px;
        height: 78px;
        font-size: 1.3rem;
        border: 1px solid #D09548;
    }

    #contact .stepList li:before {
        right: -16px;
        margin-top: -13px;
        background: url("img/common/icon03.png") no-repeat right center;
        background-size: 10px auto;
    }

    #contact .stepList li:last-child:before {
        display: none;
    }

    #contact .stepList li .top {
        font-size: 1.5rem;
    }

    #contact .topTxt {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 1.3rem;
        text-align: left;
        line-height: 1.6;
    }

    #contact table {
        margin-bottom: 20px;
    }

    #contact th,
    #contact td {
        display: block;
        box-sizing: border-box;
        padding: 0;
        font-size: 1.3rem;
    }

    #contact th {
        padding: 10px 0 0;
        width: 100%;
    }

    #contact th .must {
        float: none;
        margin-left: 20px;
    }

    #contact td {
        padding: 10px 0;
    }

    #contact td input[type="text"],
    #contact td input[type="email"],
    #contact td input[type="tel"],
    #contact td textarea {
        padding: 5px 10px;
        font-size: 1.3rem;
    }

    #contact td .radioList li {
        padding-bottom: 6px;
    }

    #contact td .radioList li:last-child {
        padding-bottom: 0;
    }

    #contact td .wid01 {
        width: 100% !important;
    }

    #contact td .wid02 {
        width: 100% !important;
    }

    #contact .txtP {
        padding-top: 20px;
        margin-bottom: 26px;
        font-size: 1.3rem;
    }

    #contact .submit li {
        margin: 0 0 10px;
        display: block;
    }

    #contact .submit li:last-child {
        margin-bottom: 0;
    }

    #contact .submit li input {
        font-size: 1.5rem;
        height: 50px;
    }

    #contact .submit li input:hover {
        opacity: 1;
    }
}



/* 221125追加 */
.blockBox {
    display: block;
    max-width: 1200px;
    margin: auto;
}

@media all and (max-width: 896px) {
    .blockBox {
        padding: 0 20px;
    }
}


/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy {
    margin-bottom: -64px;
}

#privacy .pageTitle .lBox {
    background: linear-gradient(#654F3F 0%, #C6A68F 100%);
}

#privacy .pageTitle .imgBox {
    background-image: url("img/privacy/page_title_img.jpg");
}

#privacy .innerBox {
    background-color: #fff;
    border-radius: 30px;
    padding: 75px 80px;
    box-sizing: border-box;
}

#privacy .innerBox h2 {
    font-size: 2.6rem;
    color: #1A6F99;
    margin-bottom: 11px;
}

#privacy .innerBox h2 br {
    display: none;
}

#privacy .innerBox h3 {
    font-size: 2rem;
    color: #1A6F99;
    margin-bottom: 11px;
}

#privacy .innerBox p {
    font-size: 1.6rem;
    margin-bottom: 27px;
}

#privacy .innerBox p:last-of-type {
    margin-bottom: 0px;
}

@media all and (max-width: 896px) {
    #privacy .pageTitle .imgBox {
        background-image: url("img/privacy/sp_page_title_img.jpg");
    }

    #privacy .innerBox h2 {
        font-size: 1.8rem;
    }

    #privacy .innerBox h2 br {
        display: initial;
    }

    #privacy .innerBox {
        padding: 32px 17px 32px;
    }

    #privacy .innerBox h2 {
        font-size: 2rem;
    }

    #privacy .innerBox h3 {
        font-size: 1.6rem;
    }

    #privacy .innerBox p {
        font-size: 1.4rem;
        margin-bottom: 27px;
    }
}


/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company {
    margin-bottom: -64px;
}

#company .pageTitle .lBox {
    background: linear-gradient(#EEB12D 0%, #E4CB95 100%);
}

#company .pageTitle .imgBox {
    background-image: url("img/company/page_title_img.jpg");
}

#company .innerBox {
    background-color: #fff;
    border-radius: 30px;
    padding: 75px 80px;
    box-sizing: border-box;
}

#company .innerBox h2 {
    font-size: 2.6rem;
    color: #1A6F99;
    text-align: center;
    margin-bottom: 25px;
}

#company .innerBox table {
    border-collapse: collapse;
    width: 100%;
}

#company .innerBox td {
    border: 1px solid #CCCCCC;
    padding: 12px 15px;
    vertical-align: top;
}

#company .innerBox td:first-of-type {
    background-color: #654F3F;
    width: 162px;
    text-align-last: justify;
    vertical-align: middle;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

#company .innerBox tr:last-of-type span {
    text-align: justify;
    text-align-last: start;
    display: block;
    letter-spacing: 0.21em;
}

#company .innerBox .flexBox {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    margin-top: 68px;
}

#company .innerBox .flexBox .compBox {
    width: 100%;
}

#company .innerBox .flexBox .compBox h3 {
    font-size: 2.4rem;
    color: #EEB230;
}

#company .innerBox .flexBox .compBox .txtTel,
#company .innerBox .flexBox .compBox .txtTel a {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.3em;
}

#company .innerBox .flexBox .compBox .txtTel small {
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 6px;
}

#company .innerBox .flexBox .compBox img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 14px;
}

#company .innerBox .flexBox .compBox iframe {
    width: 100%;
}

@media all and (max-width: 896px) {
    #company .pageTitle .imgBox {
        background-image: url("img/company/sp_page_title_img.jpg");
    }

    #company .innerBox {
        padding: 32px 17px 32px;
    }

    #company .innerBox td:first-of-type {
        width: 90px;
        font-size: 1.5rem;
    }

    #company .innerBox .flexBox {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 48px;
    }

    #company .innerBox .flexBox .compBox h3 {
        font-size: 2.0rem;
    }

    #company .innerBox .flexBox .compBox .txtTel,
    #company .innerBox .flexBox .compBox .txtTel a {
        font-size: 2.0rem;
    }

    #company .innerBox .flexBox .compBox .txtTel small {
        font-size: 1.6rem;
    }

    #company .innerBox td {
        padding: 12px 6px;
    }

    #company .innerBox h2 {
        font-size: 1.8rem;
    }
}


/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#faq {
    margin-bottom: -64px;
}

#faq .pageTitle .lBox {
    background: linear-gradient(#EEB12D 0%, #E4CB95 100%);
}

#faq .pageTitle .imgBox {
    background-image: url("img/faq/page_title_img.jpg");
}

#faq .faqHead p {
    text-align: center;
    font-size: 2.0rem;
}

#faq .faqHead .faqHeadBtn {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: 35px auto 80px;
}

#faq .faqHead .faqHeadBtn a {
    display: block;
    max-width: 300px;
    width: 100%;
    max-height: 80px;
    background-image: linear-gradient(180deg, rgba(236, 107, 79, 1), rgba(242, 175, 161, 1));
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 26px 10px 26px 22px;
    font-size: 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#faq .faqHead .faqHeadBtn .icon {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

#faq .faqHead .faqHeadBtn .arrow-svg {
    stroke: #EC6B4F;
    position: relative;
}

#faq .faqHead .faqHeadBtn .btnplan {
    background-image: linear-gradient(180deg, rgba(20, 107, 150, 1), rgba(138, 179, 198, 1));
}

#faq .faqHead .faqHeadBtn .btnplan .arrow-svg {
    stroke: #1C7099;
}

#faq .faqHead .faqHeadBtn .btnother {
    background-image: linear-gradient(180deg, rgba(61, 167, 72, 1), rgba(137, 201, 143, 1));
}

#faq .faqHead .faqHeadBtn .btnother .arrow-svg {
    stroke: #3DA748;
}

#faq .boxContent {
    margin-bottom: 92px;
}

#faq .boxContent:last-of-type {
    margin-bottom: 0px;
}

#faq .boxContent h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    max-height: 60px;
    width: fit-content;
    border-radius: 30px;
    padding: 13px 18px;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, rgba(236, 107, 79, 1), rgba(242, 175, 161, 1));
    margin-bottom: 20px;
}

#faq .boxContent details {
    background-color: #fff;
    border-radius: 30px;
    padding: 18px 28px;
    position: relative;
    margin-bottom: 32px;
}

#faq .boxContent details:last-child {
    margin-bottom: 0;
}

#faq .boxContent details::after {
    content: '';
    position: absolute;
    bottom: 45%;
    right: 28px;
    display: block;
    width: 23px;
    height: 11px;
    background-image: url(./img/faq/icon-cursol.svg);
    background-size: cover;
    transition: .3s;
}

#faq .boxContent details[open]::after {
    bottom: 22px;
    transform: rotate(180deg);
    transition: .3s;
}

#faq .boxContent summary {
    display: grid;
    grid-template-columns: 64px 1fr 62px;
    gap: 18px;
    align-items: center;
}

#faq .boxContent summary .qTxt {
    color: #D09548;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Mono', monospace;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #F0E7D9;
    border: 2px solid #D09548;
    letter-spacing: 0.01em;
}

#faq .boxContent summary .ttl {
    font-size: 1.8rem;
    font-weight: 600;
}

#faq .boxContent .answer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: #CCC 1px solid;
    display: grid;
    grid-template-columns: 64px 1fr 62px;
    gap: 18px;
    align-items: top;
}

#faq .boxContent .answer .aTxt {
    color: #D09548;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Mono', monospace;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    letter-spacing: 0.01em;
}

#faq .boxContent#plan h3 {
    background-image: linear-gradient(180deg, rgba(20, 107, 150, 1), rgba(138, 179, 198, 1));
}

#faq .boxContent#other h3 {
    background-image: linear-gradient(180deg, rgba(61, 167, 72, 1), rgba(137, 201, 143, 1));
}

@media all and (max-width: 960px) {
    #faq .faqHead p {
        font-size: 1.6rem;
    }

    #faq .faqHead .faqHeadBtn {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        gap: 26px 16px;
        margin: 35px auto 80px;
    }

    #faq .faqHead .faqHeadBtn a {
        max-width: initial;
        font-size: 1.6rem;
        max-height: 60px;
    }

    #faq .faqHead .faqHeadBtn .icon {
        width: 42px;
        height: 42px;
    }

    #faq .boxContent h3 {
        font-size: 1.8rem;
    }

    #faq .boxContent details {
        padding: 18px 15px;
        margin-bottom: 16px;
    }

    #faq .boxContent summary {
        grid-template-columns: 40px 1fr 12px;
        gap: 18px;
    }

    #faq .boxContent .answer {
        grid-template-columns: 40px 1fr 12px;
        gap: 18px;
    }

    #faq .boxContent summary .qTxt {
        font-size: 2rem;
        width: 40px;
        height: 40px;
    }

    #faq .boxContent details::after {
        right: 15px;
    }

    #faq .boxContent summary .ttl {
        font-size: 1.4rem;
    }

    #faq .boxContent {
        margin-bottom: 46px;
    }

    #faq .boxContent .answer .aTxt {
        font-size: 2.2rem;
        border-radius: 16px;
        width: 40px;
        height: 40px;
    }
}

@media all and (max-width: 600px) {
    #faq .faqHead .faqHeadBtn {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 10px;
        margin: 26px auto 40px;
    }
}


/*------------------------------------------------------------
	other
------------------------------------------------------------*/
#other .title {
    width: 100%;
    position: relative;
}

#other .title .imgBox {
    display: block;
    aspect-ratio: 16/7;
    max-width: 1980px;
    height: auto;
    margin: auto;
    background-image: url(./img/others/page_title_img.jpg);
    background-size: cover;
    min-height: -webkit-fill-available;
}

#other .otherHead {
    margin-bottom: 54px;
}

#other .otherHead .fukidashi {
    max-width: 940px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 40px;
    margin: 0 auto 12px;
}

#other .otherHead p {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
}

#other .boxContent {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 32px;
}

#other .boxContent .ttl {
    background-image: linear-gradient(180deg, rgba(238, 177, 45, 1) 30%, rgba(228, 203, 149, 1));
    position: relative;
}

#other .boxContent .ttl h2 {
    color: #fff;
    font-size: 2.8rem;
    padding: 24px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

#other .boxContent .content {
    padding: 80px;
    box-sizing: border-box;
}

#other .boxContent .content img {
    border-radius: 30px;
}

#other .boxContent .content .contentTop {
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 54px;
}

#other .boxContent .content .contentTop h3 {
    font-size: 2.2rem;
    margin-bottom: 18px;
}

#other .boxContent .content .contentTop p {
    font-size: 1.6rem;
}

#other .boxContent .content>h3 {
    font-size: 2.4rem;
    color: #ECB439;
    border-bottom: 2px solid #ECB439;
}

#other .boxContent .contentBottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
}

#other .boxContent .contentBottomInner h4 {
    font-size: 1.4rem;
    color: #fff;
    padding: 3px 12px;
    border-radius: 60px;
    background-color: #654F3F;
    display: block;
    width: fit-content;
    margin-bottom: 11px;
}

#other .boxContent .contentBottomInner img {
    margin-bottom: 30px;
}

#other .boxContent .contentBottomInner.borderGray img {
    border: 1px solid #CCC;
}

#other .otherBtn {
    background-image: linear-gradient(160deg, rgba(238, 177, 45, 1), rgba(228, 203, 149, 1));
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 18px 34px;
    display: flex;
    gap: 42px;
    width: fit-content;
    border-radius: 60px;
    margin: 0 auto 40px;
    transition: .3s;
    justify-content: space-between;
    align-items: center;
}

#other .otherBtn .icon {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

#other .otherBtn .icon {
    width: 60px;
    height: 60px;
}

#other .otherBtn .arrow-svg {
    stroke: #EEB12D;
    position: relative;
    transform: rotate(-90deg);
}

#other .otherBtn:hover {
    opacity: .6;
    transition: .3s;
}

#other .pc {}

#other .otherHead .fukidashi.smt {
    display: none;
}

#other .faqContent .blockBox>span {
    color: #654F3F;
}

@media all and (max-width: 896px) {
    #other .title {
        position: relative;
        padding-top: 146%;
    }

    #other .title .imgBox {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        object-fit: cover;
        margin: auto;
        background-image: url(./img/others/page_title_img_smt.jpg);
        background-size: cover;
        min-height: 530px;
    }

    #other .otherHead p {
        font-size: 1.6rem;
    }

    #other .otherHead .fukidashi {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 0 auto 12px;
    }

    #other .boxContent .ttl h2 {
        font-size: 2rem;
        padding: 12px 0;
    }

    #other .boxContent .ttl::after {
        font-size: 1.8rem;
    }

    #other .boxContent .content {
        padding: 24px 18px;
    }

    #other .boxContent .content .contentTop {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 24px;
        gap: 16px;
    }

    #other .boxContent .content .contentTop h3 {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }

    #other .boxContent .content .contentTop p {
        font-size: 1.4rem;
    }

    #other .boxContent .content>h3 {
        font-size: 1.8rem;
    }

    #other .boxContent .contentBottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 18px;
    }

    #other .boxContent .contentBottomInner img {
        margin-bottom: 12px;
    }

    #other .pc {
        display: none;
    }

    #other .otherHead .fukidashi.smt {
        display: initial;
    }

    #other .otherBtn {
        font-size: 1.8rem;
        padding: 18px 14px;
        gap: 42px;
        border-radius: 60px;
    }

    #other .otherBtn .icon {
        background-color: #fff;
        width: 40px;
        height: 40px;
    }

    #other .otherBtn .icon {
        width: 40px;
        height: 40px;
    }
}



/*------------------------------------------------------------
	owner
------------------------------------------------------------*/
#owner .title {
    width: 100%;
}

#owner .title .imgBox {
    display: block;
    aspect-ratio: 16/7;
    max-width: 1980px;
    height: auto;
    margin: auto;
    background-image: url(./img/owner/page_title_img.jpg);
    background-size: cover;
    min-height: -webkit-fill-available;
}

#owner .Head h2 {
    margin-bottom: 11px;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-align: center;
}

#owner .Head span {
    font-size: 2rem;
    color: #6B5545;
    text-align: center;
    margin: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "yamamotoan-classic-stdn", sans-serif;
    display: block;
    margin-bottom: 52px;
}

#owner .pointWrap {
    background: url(./img/owner/bg_point_right.png) no-repeat top right, url(./img/owner/bg_point_left.png) no-repeat bottom left;
}

#owner .point .boxContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 90px;
}

#owner .point .boxContent p {
    font-size: 2rem;
    margin-top: 26px;
}

#owner .faqContent .blockBox>span {
    color: #D1964A;
}

#owner .point .boxContent .pc {}

#owner .point .boxContent .smt {
    display: none;
}

@media all and (max-width: 896px) {
    #owner .title {
        position: relative;
        padding-top: 146%;
    }

    #owner .title .imgBox {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        object-fit: cover;
        margin: auto;
        background-image: url(./img/owner/page_title_img_smt.jpg);
        background-size: cover;
    }

    #owner .Head h2 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    #owner .Head span {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }

    #owner .point .boxContent {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: center;
    }

    #owner .point .boxContent>div {
        width: 46%;
        margin-bottom: 12px;
    }

    #owner .point .boxContent p {
        font-size: 1.4rem;
        margin-top: 8px;
    }

    #owner .point .boxContent .pc {
        display: none;
    }

    #owner .point .boxContent .smt {
        display: initial;
    }

    #owner .pointWrap {
        background-size: 30%, 30%;
    }

    #owner .osusumeWrap .Head {
        max-width: 510px;
        margin: 48px auto 40px;
    }

    #owner .osusumeWrap .boxContent h3 {
        padding: 16px 0;
        font-size: 1.8rem;
    }

    #owner .osusumeWrap .boxContent h3 br {
        display: initial;
    }

    #owner .osusumeWrap .boxContent p {
        padding: 24px 18px 40px;
    }

    #owner .point .boxContent .pc {
        display: none;
    }

    #owner .point .boxContent .smt {
        display: initial;
    }
}


/*------------------------------------------------------------
	plant
------------------------------------------------------------*/
#plant .title {
    width: 100%;
    position: relative;
}

#plant .title .imgBox {
    display: block;
    aspect-ratio: 16/7;
    max-width: 1980px;
    height: auto;
    margin: auto;
    background-image: url(./img/plant/page_title_img.jpg);
    background-size: cover;
    min-height: -webkit-fill-available;
}

#plant .Head h2 {
    margin-bottom: 11px;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-align: center;
}

#plant .Head span {
    font-size: 2rem;
    color: #1A6F99;
    text-align: center;
    margin: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "yamamotoan-classic-stdn", sans-serif;
    display: block;
    margin-bottom: 52px;
}

#plant .pointWrap {
    background: url(./img/plant/bg_point_right.png) no-repeat top right, url(./img/plant/bg_point_left.png) no-repeat bottom left;
}

#plant .point .boxContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 90px;
}

#plant .point .boxContent p {
    font-size: 2rem;
    margin-top: 26px;
}

#plant .faqContent .blockBox>span {
    color: #1A6F99;
}

#plant .osusumeWrap .Head {
    max-width: 510px;
    margin: 86px auto 60px;
}

#plant .osusumeWrap .boxContent {
    background-color: #fff;
    display: block;
    max-width: 800px;
    margin: auto;
    position: relative;
    border-radius: 30px;
}

#plant .osusumeWrap .boxContent>img {
    position: absolute;
    right: 5%;
    bottom: -10%;
    max-width: 140px;
    mix-blend-mode: multiply;
}

#plant .osusumeWrap .boxContent h3 {
    background-color: #D09548;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    font-size: 2.2rem;
    border-radius: 30px 30px 0 0;
}

#plant .osusumeWrap .boxContent p {
    padding: 55px 50px;
}

#plant .point .boxContent .pc {}

#plant .point .boxContent .smt {
    display: none;
}

@media all and (max-width: 896px) {
    #plant .title {
        position: relative;
        padding-top: 146%;
    }

    #plant .title .imgBox {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        object-fit: cover;
        margin: auto;
        background-image: url(./img/plant/page_title_img_smt.jpg);
        background-size: cover;
    }

    #plant .Head h2 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    #plant .Head span {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }

    #plant .point .boxContent {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: center;
    }

    #plant .point .boxContent>div {
        width: 46%;
        margin-bottom: 12px;
    }

    #plant .point .boxContent p {
        font-size: 1.4rem;
        margin-top: 8px;
    }

    #plant .point .boxContent .pc {
        display: none;
    }

    #plant .point .boxContent .smt {
        display: initial;
    }

    #plant .pointWrap {
        background-size: 30%, 30%;
    }

    #plant .osusumeWrap .Head {
        max-width: 510px;
        margin: 48px auto 40px;
    }

    #plant .osusumeWrap .boxContent h3 {
        padding: 16px 0;
        font-size: 1.8rem;
    }

    #plant .osusumeWrap .boxContent h3 br {
        display: initial;
    }

    #plant .osusumeWrap .boxContent p {
        padding: 24px 18px 40px;
    }

    #plant .osusumeWrap .boxContent>img {
        position: absolute;
        right: 5%;
        bottom: -10%;
        max-width: 120px;
        mix-blend-mode: multiply;
    }

    #plant .point .boxContent .pc {
        display: none;
    }

    #plant .point .boxContent .smt {
        display: initial;
    }
}

@media all and (max-width: 480px) {
    #plant .osusumeWrap .boxContent>img {
        position: absolute;
        right: -5%;
        bottom: -10%;
        max-width: 60px;
        mix-blend-mode: multiply;
    }
}

/*------------------------------------------------------------
	farmer
------------------------------------------------------------*/
#farmer .title {
    width: 100%;
    position: relative;
}

#farmer .title .imgBox {
    display: block;
    aspect-ratio: 16/7;
    max-width: 1980px;
    height: auto;
    margin: auto;
    background-image: url(./img/farmer/page_title_img.jpg);
    background-size: cover;
    min-height: -webkit-fill-available;
}

#farmer .Head h2 {
    margin-bottom: 11px;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-align: center;
}

#farmer .Head span {
    font-size: 2rem;
    color: #3DA748;
    text-align: center;
    margin: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "yamamotoan-classic-stdn", sans-serif;
    display: block;
    margin-bottom: 52px;
}

#farmer .pointWrap {
    background: url(./img/farmer/bg_point_right.png) no-repeat top right, url(./img/farmer/bg_point_left.png) no-repeat bottom left;
}

#farmer .point .boxContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 90px;
}

#farmer .point .boxContent .pc {}

#farmer .point .boxContent .smt {
    display: none;
}

#farmer .point .boxContent p {
    font-size: 2rem;
    margin-top: 26px;
}

#farmer .faqContent .blockBox>span {
    color: #3DA748;
}

#farmer .osusumeWrap .Head {
    max-width: 510px;
    margin: 86px auto 60px;
}

#farmer .osusumeWrap .boxContent {
    background-color: #fff;
    display: block;
    max-width: 800px;
    margin: auto;
    position: relative;
    border-radius: 30px;
}

#farmer .osusumeWrap .boxContent>img {
    position: absolute;
    right: 5%;
    bottom: -10%;
    max-width: 140px;
    mix-blend-mode: multiply;
}

#farmer .osusumeWrap .boxContent h3 {
    background-color: #D09548;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    font-size: 2.2rem;
    border-radius: 30px 30px 0 0;
}

#farmer .osusumeWrap .boxContent h3 br {
    display: none;
}

#farmer .osusumeWrap .boxContent p {
    padding: 55px 50px;
}

@media all and (max-width: 896px) {
    #farmer .title {
        position: relative;
        padding-top: 146%;
    }

    #farmer .title .imgBox {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        object-fit: cover;
        margin: auto;
        background-image: url(./img/farmer/page_title_img_smt.jpg);
        background-size: cover;
    }

    #farmer .Head h2 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    #farmer .Head span {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }

    #farmer .point .boxContent {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: center;
    }

    #farmer .point .boxContent>div {
        width: 46%;
        margin-bottom: 12px;
    }

    #farmer .point .boxContent p {
        font-size: 1.4rem;
        margin-top: 8px;
    }

    #farmer .point .boxContent .pc {
        display: none;
    }

    #farmer .point .boxContent .smt {
        display: initial;
    }

    #farmer .pointWrap {
        background-size: 30%, 30%;
    }

    #farmer .osusumeWrap .Head {
        max-width: 510px;
        margin: 48px auto 40px;
    }

    #farmer .osusumeWrap .boxContent h3 {
        padding: 16px 0;
        font-size: 1.8rem;
    }

    #farmer .osusumeWrap .boxContent h3 br {
        display: initial;
    }

    #farmer .osusumeWrap .boxContent p {
        padding: 24px 18px 40px;
    }
}



/*------------------------------------------------------------
	office
------------------------------------------------------------*/
#office .title {
    width: 100%;
    position: relative;
}

#office .title .imgBox {
    display: block;
    aspect-ratio: 16/7;
    max-width: 1980px;
    height: auto;
    margin: auto;
    background-image: url(./img/office/page_title_img.jpg);
    background-size: cover;
    min-height: -webkit-fill-available;
}

#office .Head h2 {
    margin-bottom: 11px;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-align: center;
}

#office .Head span {
    font-size: 2rem;
    color: #EC6B4F;
    text-align: center;
    margin: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "yamamotoan-classic-stdn", sans-serif;
    display: block;
    margin-bottom: 52px;
}

#office .pointWrap {
    background: url(./img/office/bg_point_right.png) no-repeat top right, url(./img/office/bg_point_left.png) no-repeat bottom left;
}

#office .point .boxContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 90px;
}

#office .point .boxContent p {
    font-size: 2rem;
    margin-top: 26px;
}

#office .faqContent .blockBox>span {
    color: #EC6B4F;
}

#office .osusumeWrap .Head {
    max-width: 510px;
    margin: 86px auto 60px;
}

#office .osusumeWrap .boxContent {
    background-color: #fff;
    display: block;
    max-width: 800px;
    margin: auto;
    position: relative;
    border-radius: 30px;
    width: 100%;
}

#office .osusumeWrap .boxContent>img {
    position: absolute;
    right: -3%;
    bottom: -10%;
    max-width: 140px;
    mix-blend-mode: multiply;
}

#office .osusumeWrap .boxContent h3 {
    background-color: #D09548;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    font-size: 2.2rem;
    border-radius: 30px 30px 0 0;
}

#office .osusumeWrap .boxContent p {
    padding: 55px 50px;
}

#office .boxContentWrap {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

#office .point .boxContent .pc {}

#office .point .boxContent .smt {
    display: none;
}

@media all and (max-width: 896px) {
    #office .title {
        position: relative;
        padding-top: 146%;
    }

    #office .title .imgBox {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        object-fit: cover;
        margin: auto;
        background-image: url(./img/office/page_title_img_smt.jpg);
        background-size: cover;
    }

    #office .Head h2 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    #office .Head span {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }

    #office .point .boxContent {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: center;
    }

    #office .point .boxContent>div {
        width: 46%;
        margin-bottom: 12px;
    }

    #office .point .boxContent p {
        font-size: 1.4rem;
        margin-top: 8px;
    }

    #office .point .boxContent .pc {
        display: none;
    }

    #office .point .boxContent .smt {
        display: initial;
    }

    #office .pointWrap {
        background-size: 30%, 30%;
    }

    #office .osusumeWrap .Head {
        max-width: 510px;
        margin: 48px auto 40px;
    }

    #office .osusumeWrap .boxContent h3 {
        padding: 16px 0;
        font-size: 1.8rem;
    }

    #office .osusumeWrap .boxContent h3 br {
        display: initial;
    }

    #office .osusumeWrap .boxContent p {
        padding: 24px 28px 40px;
    }

    #office .boxContentWrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #office .osusumeWrap .boxContent>img {
        position: absolute;
        right: -3%;
        bottom: -2%;
        max-width: 120px;
        mix-blend-mode: multiply;
    }

    #office .point .boxContent .pc {
        display: none;
    }

    #office .point .boxContent .smt {
        display: initial;
    }
}

@media all and (max-width: 480px) {
    #office .osusumeWrap .boxContent>img {
        position: absolute;
        right: -3%;
        bottom: -2%;
        max-width: 60px;
        mix-blend-mode: multiply;
    }
}

/*------------------------------------------------------------
	共有コンテンツ
------------------------------------------------------------*/
.faqContent {
    padding-top: 152px;
    padding-bottom: 145px;
    background: url(./img/common/bg_faq_right.png) no-repeat top 5% right, url(./img/common/bg_faq_left.png) no-repeat bottom 20% left;
}

#other .faqContent {
    background: url(./img/others/bg_circle_1.png) no-repeat top 5% right, url(./img/others/bg_circle_2.png) no-repeat bottom 20% left;
}

.faqContent .blockBox>h2 {
    margin-bottom: 11px;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-align: center;
}

.faqContent .blockBox>span {
    font-size: 2rem;
    text-align: center;
    margin: auto;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "yamamotoan-classic-stdn", sans-serif;
    display: block;
    margin-bottom: 52px;
}

.faqContent details {
    padding: 18px 28px;
    position: relative;
    border-top: #DBDBDB 1px solid;
}

.faqContent details:last-child {
    margin-bottom: 0;
    border-bottom: #DBDBDB 1px solid;
}

.faqContent details .plus {
    position: relative;
    width: 62px;
    height: 62px;
}

.faqContent details .plus .border-1,
.faqContent details .plus .border-2 {
    position: absolute;
    width: 2px;
    height: 40px;
    display: block;
    background-color: #D39C54;
}

.faqContent details .plus .border-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .3s;
}

.faqContent details .plus .border-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transition: .3s;
}

.faqContent details[open] .plus .border-1 {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transition: .3s;
    opacity: 1;
}

.faqContent details[open] .plus .border-2 {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(270deg);
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transition: .3s;

}

.faqContent summary {
    display: grid;
    grid-template-columns: 64px 1fr 62px;
    gap: 18px;
    align-items: center;
}

.faqContent summary .qTxt {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Mono', monospace;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    letter-spacing: 0.01em;
}

.faqContent summary .ttl {
    font-size: 2.2rem;
    font-weight: 600;
}

.faqContent .answer {
    margin-top: 16px;
    padding-top: 16px;
    display: grid;
    grid-template-columns: 64px 1fr 62px;
    gap: 18px;
    align-items: top;
}

.faqContent .answer .aTxt {
    color: #D09548;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Mono', monospace;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    letter-spacing: 0.01em;
}

#owner .faqContent summary .qTxt {
    background-image: linear-gradient(180deg, rgba(102, 80, 64, 1), rgba(198, 166, 143, 1) 80%);
}

#owner .faqContent details .plus .border-1,
#owner .faqContent details .plus .border-2 {
    background-color: #654F3F;
}

#plant .faqContent summary .qTxt {
    background-image: linear-gradient(180deg, rgba(20, 107, 150, 1), rgba(138, 179, 198, 1) 80%);
}

#plant .faqContent details .plus .border-1,
#plant .faqContent details .plus .border-2 {
    background-color: #1A6F99;
}

#farmer .faqContent summary .qTxt {
    background-image: linear-gradient(180deg, rgba(61, 167, 72, 1), rgba(137, 201, 143, 1) 80%);
}

#farmer .faqContent details .plus .border-1,
#farmer .faqContent details .plus .border-2 {
    background-color: #3DA748;
}

#office .faqContent summary .qTxt {
    background-image: linear-gradient(180deg, rgba(236, 107, 79, 1), rgba(240, 201, 193, 1) 80%);
}

#office .faqContent details .plus .border-1,
#office .faqContent details .plus .border-2 {
    background-color: #EC755C;
}

#other .faqContent summary .qTxt {
    background-image: linear-gradient(180deg, rgba(208, 149, 72, 1), rgba(208, 149, 72, 1) 80%);
}

#other .faqContent details .plus .border-1,
#other .faqContent details .plus .border-2 {
    background-color: #D1964A;
}

#owner .faqContent .answer,
#plant .faqContent .answer,
#farmer .faqContent .answer,
#office .faqContent .answer,
#other .faqContent .answer {
    align-items: center;
}


.pageFoot {
    width: 100%;
}

.pageFoot .blockBox {
    display: block;
    max-width: 1380px;
    margin: auto;
}

.pageFoot .bnrPlan,
.pageFoot .bnrWorks {
    padding: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.pageFoot .bnrPlan>p,
.pageFoot .bnrWorks>p {
    width: 60%;
    font-size: 2.4rem;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 80px 0;
    letter-spacing: 0.05em;
}

.pageFoot .bnrPlan>a,
.pageFoot .bnrWorks>a {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
}

.pageFoot .bnrPlan>a:hover p,
.pageFoot .bnrWorks>a:hover p {
    color: #EEB12D;
}

.pageFoot .bnrPlan>a:hover .icon,
.pageFoot .bnrWorks>a:hover .icon {
    background-color: initial;
    border: 2px solid #EEB12D;
    transition: .3s;
}

.pageFoot .bnrPlan>a p,
.pageFoot .bnrWorks>a p {
    font-size: 3.2rem;
    color: #fff;
    letter-spacing: 0.12em;
    transition: .3s;
}

.pageFoot .bnrPlan>a span,
.pageFoot .bnrWorks>a span {
    display: block;
    font-size: 2.5rem;
    font-family: "yamamotoan-classic-stdn", sans-serif;
    letter-spacing: 0em;
}

.pageFoot .bnrPlan .icon,
.pageFoot .bnrWorks .icon {
    background-color: #fff;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.pageFoot .bnrPlan .arrow-svg,
.pageFoot .bnrWorks .arrow-svg {
    stroke: #EEB12D;
    position: relative;
    transform: rotate(-90deg);
}

.pageFoot .bnrPlan {
    background-image: url(./img/common/bg_bottom_plan.jpg);
}

.pageFoot .bnrWorks {
    background-image: url(./img/common/bg_bottom_works.jpg);
    margin-top: 70px;
}


.osusumeWrap .Head {
    max-width: 510px;
    margin: 86px auto 60px;
}

.osusumeWrap .boxContent {
    background-color: #fff;
    display: block;
    max-width: 800px;
    margin: auto;
    position: relative;
    border-radius: 30px;
}

.osusumeWrap .boxContent>img {
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 50%;
    mix-blend-mode: multiply;
}

.osusumeWrap .boxContent h3 {
    background-color: #D09548;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    font-size: 2.2rem;
    border-radius: 30px 30px 0 0;
}

.osusumeWrap .boxContent p {
    padding: 55px 50px;
}

.osusumeWrap .boxContent span {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 22px;
    margin-bottom: 32px;
    font-weight: 500;
}

.osusumeWrap .boxContent span:last-of-type {
    margin-bottom: 0;
}

.osusumeWrap .boxContent span::before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(./img/common/icon-check.png);
    background-size: cover;
}

.osusumeWrap {
    background: url(./img/owner/bg_osusume.jpg);
    position: relative;
    padding-bottom: 110px;
    background-size: cover;
}

.osusumeWrap:before {
    content: '';
    display: block;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: #F1F0E9 transparent transparent transparent;
}

.osusumeWrap .boxContent span {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 22px;
    margin-bottom: 32px;
    font-weight: 500;
}

.osusumeWrap .boxContent span:last-of-type {
    margin-bottom: 0;
}

.osusumeWrap .boxContent span::before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(./img/common/icon-check.png);
    background-size: cover;
}

.wrapPhoto {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

summary::-webkit-details-marker {
    display: none;
}

@media all and (max-width: 896px) {
    .faqContent {
        padding-top: 60px;
        padding-bottom: 40px;
        background-size: 30%, 30%;
    }

    .faqContent .blockBox>h2 {
        margin-bottom: 5px;
        font-size: 2rem;
    }

    .faqContent .blockBox>span {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }

    .faqContent details {
        padding: 24px 0;
    }

    .faqContent summary {
        grid-template-columns: 32px 1fr 24px;
        gap: 8px;
    }

    .faqContent summary .qTxt {
        font-size: 2rem;
        width: 32px;
        height: 32px;
    }

    .faqContent summary .ttl {
        font-size: 1.5rem;
    }

    .faqContent details .plus {
        width: 24px;
        height: 24px;
    }

    .faqContent details .plus .border-1,
    .faqContent details .plus .border-2 {
        width: 2px;
        height: 24px;
    }

    .faqContent .answer {
        margin-top: 8px;
        padding-top: 8px;
        grid-template-columns: 32px 1fr 24px;
        gap: 8px;
    }

    .faqContent .answer .aTxt {
        font-size: 2rem;
        border-radius: 16px;
        width: 32px;
        height: 32px;
    }

    .osusumeWrap {
        padding-bottom: 60px;
    }

    .osusumeWrap:before {
        border-width: 40px 50vw 0 50vw;
    }

    .osusumeWrap .boxContent span {
        grid-template-columns: 30px 1fr;
        gap: 14px;
        margin-bottom: 18px;
    }

    .osusumeWrap .boxContent span br {
        display: none;
    }

    .osusumeWrap .boxContent span::before {
        width: 30px;
        height: 30px;
    }

    #farmer .osusumeWrap .boxContent>img {
        position: absolute;
        max-width: 150px;
        right: 5%;
        bottom: -3%;
    }

    .wrapPhoto {
        grid-template-columns: repeat(2, 1fr);
    }

    .pageFoot .bnrPlan,
    .pageFoot .bnrWorks {
        padding: 24px 12px;
        display: block;
    }

    .pageFoot .bnrPlan>p,
    .pageFoot .bnrWorks>p {
        width: 100%;
        font-size: 1.6rem;
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 0 0 12px;
    }

    .pageFoot .bnrPlan>a,
    .pageFoot .bnrWorks>a {
        width: 100%;
        align-items: center;
        gap: 24px;
        padding: 12px 0 0;
    }

    .pageFoot .bnrPlan>a p,
    .pageFoot .bnrWorks>a p {
        font-size: 1.8rem;
    }

    .pageFoot .bnrPlan>a span,
    .pageFoot .bnrWorks>a span {
        font-size: 1.4rem;
    }

    .pageFoot .bnrPlan .icon,
    .pageFoot .bnrWorks .icon {
        width: 40px;
        height: 40px;
    }

    .pageFoot .bnrWorks {
        margin-top: 16px;
    }
}

@media all and (max-width: 480px) {
    #farmer .osusumeWrap .boxContent>img {
        max-width: 60px;
    }
}

/* 221207追加 */
.hovermenu {
    position: relative;
}

.hovermenu .hovermenu-inner {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-top: 24px;
    z-index: 100;
}

.hovermenu:hover .hovermenu-inner {
    display: block;
}

.hovermenu ul {
    background: #ffffff;
    width: 160px;
    padding: 6px 10px;
    border: 1px solid #000;
    position: relative;
}

.hovermenu ul::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 7px 4px;
    border-color: transparent transparent #000000 transparent;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hovermenu ul li {
    margin-right: 0px !important;
}

.hovermenu ul li a {
    text-align: left !important;
    display: flex !important;
    gap: 6px !important;
    align-items: center !important;
    font-size: 1.6rem !important;
    color: #fff;
    padding: 4px 6px;
    border-bottom: 1px solid #CECECE;
}

.hovermenu ul li a {
    color: #000;
}

.hovermenu ul li a:before {
    background-color: #ED6F54;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.hovermenu ul li:last-of-type a {
    border-bottom: 0px solid #fff;
}

.hovermenu ul li:last-of-type a:before {
    background-color: #DE9800;
}

.hovermenu ul li:nth-child(2) a:before {
    background-color: #3DA748;
}

.hovermenu ul li:nth-child(3) a:before {
    background-color: #1A6F99;
}

.fixedListRightPC {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 21;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
}

.fixedListRightPC a {
    border: 2px solid #000;
    border-right: 0px solid #000;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 38px 1fr 35px;
    gap: 8px;
    padding: 22px 24px;
    justify-items: center;
    transition: .3s;
}

.fixedListRightPC a:hover {
    opacity: 0.7;
    transition: .3s;
}

.fixedListRightPC p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 22px;
    font-size: 22px;
    display: inline-table;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
}

.fixedListRightPC p span {
    font-size: 18px;
}

.fixedListRightPC img {
    max-width: 38px;
    height: 100%;
    max-height: 38px;
    width: auto;
}

.fixedListRightSMT {
    display: none;
}

@media all and (max-width: 1320px) {
    .fixedListRightPC {
        gap: 4px;
    }

    .fixedListRightPC a {
        grid-template-rows: 30px 1fr 28px;
        gap: 8px;
        padding: 14px 12px;
    }

    .fixedListRightPC p {
        width: 22px;
        font-size: 16px;
    }

    .fixedListRightPC p span {
        font-size: 14px;
    }
}

@media all and (max-width: 1060px) {
    .fixedListRightPC a {
        grid-template-rows: 26px 1fr 24px;
        gap: 4px;
        padding: 14px 12px;
    }

    .fixedListRightPC img {
        max-width: 24px;
        height: 100%;
        max-height: 24px;
        width: auto;
    }
}

@media all and (max-width: 896px) {
    .fixedListRightPC {
        display: none;
    }

    .fixedListRightSMT {
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%;
        position: absolute;
        z-index: 21;
        bottom: 0;
        height: 21%;
    }

    .fixedListRightSMT a {
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        height: 100%;
        overflow: hidden;
    }

    .fixedListRightSMT a img {
        object-fit: cover;
    }

    .fixedListRightSMT a p {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.06em;
    }

    .fixedListRightSMT a p span {
        font-size: 14px;
        font-weight: 600;
    }
}