@charset "utf-8";
/*
theme Name: koyo-shokai
Description: 幸陽商会のテーマです
version： 1.0
*/

/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: bottom;
    height: auto;
}

ul {
    list-style-type: none;
}

.bold {
    font-weight: bold;
}


@media screen and (max-width:768px) {
    body {
        font-size: 1.6rem;
    }
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner01 {
    width: 1200px;
    margin: auto;
}

.c-inner02 {
    width: 100%;
    padding: 0 10%;
}

.c-inner03 {
    width: 1300px;
    margin: auto;
}

.c-text {
    font-size: 1.8rem;
    line-height: 1.75;
}

.c-button {
    text-align: center;
    display: block;
    width: 305px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background-color: #00913A;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
}

.c-button:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url(images/button_arrow.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.c-button.c-button02 {
    background-color: #fff;
    color: #00913A;
    border: 1px solid #00913A;
}

.c-button.c-button02:after {
    background-image: url(images/button_arrow02.svg);
}

.color {
    color: #00913A;
}

.op {
    transition: .3s;
}

.op:hover {
    opacity: 0.7;
}

.lookforward-close-btn {
    display: none;
}

@media screen and (min-width:769px) {
    .c-button:hover {
        background-color: #7FC89C;
    }

    .c-button:hover:after {
        right: 4px;
    }

    .c-button02:hover:after {
        right: 4px;
    }

    .c-button.c-button02:hover {
        background-color: #BFE3CD;
    }
}

@media screen and (max-width:1400px) {
    .c-inner01 {
        width: 100%;
        padding: 0 8%;
    }

    .c-inner03 {
        width: 100%;
        padding: 0 7%;
    }

    .c-inner02 {
        width: 100%;
        padding: 0 6%;
    }
}


@media screen and (max-width:1350px) {
    .c-inner01 {
        padding: 0 6%;
    }

    .c-inner02 {
        padding: 0 5.5%;
    }

    .c-inner03 {
        padding: 0 5%;
    }
}

@media screen and (max-width:820px) {
    .c-text {
        font-size: 1.4rem;
    }

    .c-inner01 {
        padding: 0 3%;
    }

    .c-inner02 {
        padding: 0 3%;
    }

    .c-inner03 {
        padding: 0 3%;
    }

    .c-button {
        width: 250px;
        height: 55px;
        font-size: 1.4rem;
    }

    .c-button:after {
        background-size: 100%;
        width: 6px;
        height: 13px;
    }
}

@media screen and (max-width:590px) {
    .c-button {
        width: 220px;
        height: 45px;
    }
}

/*----------------------------------------
	animation
----------------------------------------*/

.appear {
    transform-origin: center top;
    animation: show 1s both;
}

span.appear {
    display: inline-block;
}

.d1 {
    animation-delay: 0.5s;
}

.d2 {
    animation-delay: 1s;
}

.d3 {
    animation-delay: 1.5s;
}

.d4 {
    animation-delay: 2s;
}

.d5 {
    animation-delay: 2.5s;
}

.d6 {
    animation-delay: 3s;
}

.d8 {
    animation-delay: 3.5s;
}

.d10 {
    animation-delay: 10s;
}

.d12 {
    animation-delay: 12s;
}

@keyframes show {
    0% {
        transform: translateY(0, 2em);
        opacity: 0;
    }

    100% {
        transform: translateY(0, 0);
        opacity: 1;
    }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up__mv {
    transition: 0.8s ease-in-out;
    transform: translate(-50%, -35%);
    opacity: 0;
}

.scroll_up__mv.on {
    transform: translate(-50%, -50%);
    opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.timing02 {
    transition-delay: .2s;
}

.timing03 {
    transition-delay: .4s;
}

.timing04 {
    transition-delay: .6s;
}

.timing05 {
    transition-delay: .8s;
}

/*----------------------------------------
	l-header
----------------------------------------*/

.l-header {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.4s ease;
    background-color: #fff;
}

.l-header__inner {
    width: 100%;
    height: 100%;
    padding: 0 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

.l-header__gnav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.l-header__gnavLists {
    display: flex;
    align-items: center;
}

.l-header__gnavList a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    margin: 0 0 5px;
    color: #000;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}

.l-header__gnavEn {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #00913A;
    opacity: 0.7;
    text-transform: uppercase;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 12px 0 0;
}

.l-header__gnavList:not(:last-child) {
    margin: 0 38px 0 0;
}

.input-hidden {
    display: none;
}

.hamburger-demo-cover {
    display: none;
}

.logo a {
    display: block;
}

.l-header__gnavSp {
    display: none;
}

.l-header__gnavContact,
.l-header__gnavRecruit {
    width: 170px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-header__gnavContact a,
.l-header__gnavRecruit a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.06em;
    transition: .3s;
}

.l-header__gnavContact {
    background-color: #00913A;
}

.l-header__gnavRecruit {
    background-color: #2F3E3F;
}

.l-header__gnavContact .l-header__gnavIcon {
    margin: 0 0 12px;
}

.l-header__gnavRecruit .l-header__gnavIcon {
    margin: 0 0 7px;
}

@media screen and (min-width:1025px) {
    .l-header__gnavLists li a {
        transition: .3s;
    }

    .l-header__gnavLists li.current a,
    .l-header__gnavLists li a:hover {
        color: #00913A;
    }

    .l-header__gnavLists li a::after {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #00913A;
        transition: all .3s;
        transform: scale(0, 1);
        transform-origin: left top;
    }

    .l-header__gnavLists li.current a::after,
    .l-header__gnavLists li a:hover::after {
        transform: scale(1, 1);
    }

    .l-header__gnavContact {
        transition: .3s;
    }

    .l-header__gnavLists li.l-header__gnavContact a:after,
    .l-header__gnavLists li.l-header__gnavTel a:after {
        display: none;
    }

    .l-header__gnavLists li.l-header__gnavContact a:hover {
        color: #fff;
    }

    .l-header__gnavContact a:hover {
        background-color: #7FC89C;
    }

    .l-header__gnavRecruit a:hover {
        background-color: #969E9E;
    }

    .l-header__gnavLists li.l-header__gnavRecruit a:hover {
        color: #fff;
    }
}

@media screen and (max-width:1500px) {
    .l-header__gnavList:not(:last-child) {
        margin: 0px 35px 0 0;
    }

    .l-header__gnavList a {
        font-size: 1vw;
    }

    .logo a {
        width: 275px;
    }

    .logo img {
        width: 100%;
    }
}

@media screen and (max-width:1300px) {
    .logo a {
        width: 220px;
    }

    .l-header__inner {
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width:1024px) {
    .l-header__gnavSp {
        display: flex;
    }

    .l-header__right {
        display: none;
    }

    #l-header {
        height: 70px;
    }

    .l-header__inner {
        padding: 0 0 0 35px;
    }

    .l-header__gnavLists {
        flex-direction: column;
    }

    .l-header__gnavList {
        width: 100%;
        height: auto;
    }

    .l-header__gnavList_en {
        font-size: 2rem;
        color: #00913A;
        margin: 0 0 7px 0;
    }

    .l-header__gnavList_jp {
        font-size: 1.8rem;
    }

    .l-header__gnavList:not(:last-child) {
        margin: 0;
    }

    .l-header__gnavLists li > a {
        display: flex;
        flex-direction: column;
    }

    .l-header__gnavList a {
        font-size: 1.7rem;
    }

    .l-header__gnavLists li.has-child > a {
        position: relative;
    }

    .l-header__gnavLists li.has-child > a:after {
        content: '';
        position: absolute;
        right: 40px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #222;
        border-right: 2px solid #222;
        transform: rotate(135deg) translateY(-50%);
    }

    .l-header__gnavLists li.has-child.active > a:after {
        transform: rotate(-45deg);
    }

    nav ul li a {
        padding: 10px 20px;
        border-bottom: 1px dashed #ccc;
    }

    .nav ul li:last-child a {
        border-bottom: none;
    }

    nav ul li:first-child a {
        border-top: 1px dashed #ccc;
    }

    nav ul li li a {
        padding: 0;
    }

    .input-hidden {
        display: none;
    }

    .hamburger-demo-switch {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
        width: 70px;
        height: 70px;
        background-color: #00913A;
    }

    .hamburger-switch-line1,
    .hamburger-switch-line1-before,
    .hamburger-switch-line1-after {
        width: 25px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: .3s;
        border-radius: 100px;
        content: "";
    }

    .hamburger-switch-line1 {
        transform: translate(-50%, -50%);
    }

    .hamburger-switch-line1-before {
        transform: translate(-50%, -300%);
    }

    .hamburger-switch-line1-after {
        transform: translate(-50%, 200%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1 {
        width: 0;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-before {
        background-color: #fff;
        transform: rotate(45deg) translate(-40%, 325%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-after {
        background-color: #fff;
        transform: rotate(-45deg) translate(-40%, -325%);
    }

    .l-header__gnav {
        position: fixed;
        height: 100vh;
        background: #fafafa;
        padding: 5em 3% 2em;
        z-index: 9998;
        transition: .3s;
        overflow-y: scroll;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        left: 100%;
        width: 80%;
    }

    .l-header__gnavLists {
        width: 100%;
        margin-right: 3%;
        padding-left: 5% !important;
        list-style: none;
        margin-bottom: 40px;
    }

    .l-header__gnavLists li a {
        text-decoration: none;
        padding: 1.6em 0;
    }

    #hamburger-demo1:checked ~ .l-header__gnav {
        left: 20%;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-cover {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 9997;
        background: rgba(3, 3, 3, .5);
        display: block;
    }

    .l-header__gnavList > a {
        height: auto;
    }

    .l-header__gnavLists li a {
        padding: 1.5em 0;
    }

    .logo a {
        width: 265px;
    }

    nav ul li.l-header__gnavContact a,
    nav ul li.l-header__gnavRecruit a {
        border-bottom: none;

    }

    .l-header__gnavContact,
    .l-header__gnavRecruit {
        width: 100%;
    }

    .l-header__gnavContact {
        margin: 40px 0 0;
    }

    .l-header__gnavRecruit {
        margin: 15px 0 0;
    }
}

@media screen and (max-width:590px) {

    #l-header {
        height: 55px;
    }

    .hamburger-demo-switch {
        width: 55px;
        height: 55px;
    }

    .l-header__gnav {
        padding: 4em 3% 2em;
    }

    .l-header__gnavList a {
        font-size: 1.5rem;
    }

    .l-header__inner {
        padding: 0 15px;
    }

    .l-header__gnavList {
        width: 100%;
    }

    .l-header__gnavList_en {
        font-size: 1.3rem;
        margin: 0 0 5px 0;
    }

    .l-header__gnavList_jp {
        font-size: 1.5rem;
    }

    .l-header__gnavLists li.has-child > a:after {
        right: 8px;
        width: 8px;
        height: 8px;
    }

    .logo a {
        width: 180px;
    }

    .l-header__gnavLists li a {
        padding: 0.9em 0;
    }

    .l-header__gnavWrap {
        flex-direction: column;
    }

    .l-header__gnavContact,
    .l-header__gnavRecruit {
        height: 85px;
    }
}

/*----------------------------------------
	footer
----------------------------------------*/

.l-footer {
    padding: 70px 0 22px;
    background-color: #2F3E3F;
}

.l-footer__inner {
    margin: 0 auto;
    padding: 0 0 102px;
    display: flex;
    justify-content: space-between;
}

.l-footerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

.l-footerInfo {
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.385;
}

.l-footerLogo {
    display: block;
    margin: 0 0 35px;
}

.l-footerName,
.l-footerAdd {
    margin: 0 0 10px;
    letter-spacing: 0.06em;
}

.l-footerNav a {
    color: #fff;
}

.l-footerNav ul {
    display: flex;
    align-items: flex-start;
}

.l-footerNav ul li h3 a {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #FFFFFF;
    transition: .3s;
}

.l-footerNav > ul > li {
    width: 160px;
}

.l-footerNav > ul > li:not(:last-child) {
    margin: 0 30px 0 0;
}

.l-footerNav__child a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.06em;
    transition: .3s;
}

.l-footerNav__child:not(:last-child) {
    margin: 0 0 7px;
}

.l-footerNav__childWrap {
    flex-direction: column;
}


.l-footer__copyright {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    text-align: center;
}

@media screen and (min-width:769px) {
    .l-footerNav ul li h3 a:hover {
        color: #00913A;
    }

    .l-footerNav__child a:hover {
        color: #00913A;
    }
}

@media screen and (max-width:1600px) {
    .l-footerNav > ul > li {
        width: 120px;
    }

    .l-footerNav ul li h3 a {
        font-size: 1.4rem;
    }

    .l-footerNav__child a {
        font-size: 1.2rem;
    }

    .l-footerNav > ul > li:not(:last-child) {
        margin: 0 15px 0 0;
    }
}

@media screen and (max-width:1100px) {
    .l-footerLogo {
        width: 150px;
    }

    .l-footerLogo img {
        width: 100%;
    }

    .l-footerInfo {
        width: 22%;
        font-size: 1.1rem;
    }

    .l-footerNav ul li h3 a {
        font-size: 1.2rem;
    }

    .l-footerNav > ul > li {
        width: 102px;
    }
}

@media screen and (max-width:820px) {
    .l-footerWrap {
        flex-direction: column;
    }

    .l-footerInfo {
        width: 100%;
        font-size: 1.5rem;
        margin: 0 0 40px;
        text-align: center;
    }

    .l-footerLogo {
        margin: 0 auto 30px;
    }

    .l-footer__copyright {
        font-size: 1rem;
    }
}


@media screen and (max-width:590px) {
    .l-footerNav ul {
        flex-direction: column;
    }

    .l-footerNav {
        width: 100%;
    }

    .l-footerNav > ul > li {
        width: 100%;
    }

    .l-footerNav__child {
        display: none;
    }

    .l-footerNav ul li h3 a {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    }
}

/*----------------------------------------
	topCommon
----------------------------------------*/

.c-topTitle {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}

.c-topTitle__en {
    content: "";
    font-size: 9.114vw;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;
    position: absolute;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.08em;
    color: #00913A;
    opacity: 0.25;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:1400px) {
    .c-topTitle__en {
        font-size: 10rem;
    }
}

@media screen and (max-width:820px) {
    .c-topTitle {
        font-size: 2.8rem;
    }

    .c-topTitle__en {
        font-size: 8rem;
    }
}

@media screen and (max-width:590px) {
    .c-topTitle {
        font-size: 2.2rem;
    }

    .c-topTitle__en {
        font-size: 4rem;
    }
}

/*----------------------------------------
	topMv
----------------------------------------*/

.p-topMv {
    width: 100%;
    height: 90vh;
    background-image: url(images/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


.p-topMv:before {
    content: "";
    background-image: url(images/mv_logo.svg);
    width: 286px;
    height: 464px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-topMv__catchJp {
    width: 100%;
    font-size: 5.7rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    letter-spacing: 0.07em;
}

.p-topMv__catchEn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7.864583vw;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.08em;
    color: #fff;
    opacity: 0.45;
    mix-blend-mode: screen;
}

@media screen and (max-width:1400px) {
    .p-topMv__catchJp {
        font-size: 4vw;
    }
}

@media screen and (max-width:820px) {
    .p-topMv {
        margin: 0 0 70px;
    }

    .p-topMv:before {
        width: 250px;
        height: 406px;
        background-size: 100%;
    }

    .p-topMv {
        background-image: url(images/mv_tb.jpg);
    }

    .p-topMv__catchJp {
        font-size: 6vw;
        line-height: 1.8;
    }
}

@media screen and (max-width:590px) {
    .p-topMv:before {
        width: 200px;
        height: 326px;
    }

    .p-topMv__catchJp {
        font-size: 7vw;
    }
}

/*----------------------------------------
	topAbout
----------------------------------------*/

.p-topAbout {
    padding: 0 0 164px;
    position: relative;
}

.p-topAbout:before {
    content: "";
    width: 100%;
    height: 318px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EEF8F2;
}

.p-topAbout__wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}

.topAbout__textBox h2 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    z-index: 10;
}

.p-topAbout__text h3 {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 50px;
    line-height: 1.444;
    position: relative;
    z-index: 10;
}

.p-topAbout__text {
    width: 54.7%;
    background-color: #fff;
    position: absolute;
    left: 0;
    border-radius: 0px 0px 30px 0px;
    padding: 138px 0 110px;
    z-index: 1;
    overflow: hidden;
}

.p-topAbout__textWrap {
    margin: 0 0 60px;
    position: relative;
    z-index: 10;
}

.p-topAbout__wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.topAbout__textBox {
    width: 610px;
    margin-right: 120px;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.topAbout__textBox:before {
    content: "";
    background-image: url(images/top_about_logo.svg);
    width: 392px;
    height: 635px;
    position: absolute;
    left: -45%;
    top: -16%;
    z-index: 5;
    background-repeat: no-repeat;
}

.p-topAbout__img {
    width: 57.2%;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/top_about.jpg);
    margin-left: auto;
    margin-top: 216px;
    position: relative;
}

.p-topAbout__button {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.c-buttonEn {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 0 6px;
}

.c-buttonIcon {
    margin: 0 10px 0 0;
}

.p-topAbout__button .c-button {
    border-radius: 0;
    justify-content: flex-start;
    padding: 0 0 0 20px;
    margin-top: -1px;
    margin-left: -1px;
    width: calc(305px + 1px);
}

.p-topAbout__img:before {
    content: "about";
    font-size: 9.114vw;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;
    position: absolute;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.08em;
    right: 20px;
    bottom: -20px;
}

.c-buttonJp {
    font-size: 1.6rem;
    font-weight: bold;
}

.p-topAbout__button .c-button {
    padding: 0 0 0 8px;
}

@media screen and (max-width:1400px) {
    .p-topAbout__button .c-button {
        width: calc(254px + 1px);
    }

    .p-topAbout__img {
        height: 500px;
    }

    .topAbout__textBox {
        width: 80%;
        margin-right: 80px;
    }

    .topAbout__textBox h2 {
        font-size: 2.5vw;
    }

    .p-topAbout__text h3 {
        font-size: 3vw;
    }

    .c-buttonIcon {
        width: 28px;
        height: 28px;
    }

    .c-buttonIcon img {
        width: 100%;
    }

    .c-buttonEn {
        font-size: 1.2rem;
    }

    .p-topAbout__button .c-button {
        width: calc(50% + 1px);
    }

    .p-topAbout__button .c-button:after {
        right: 5px;
    }

    .p-topAbout__text {
        padding: 75px 0 70px;
    }

    .topAbout__textBox:before {
        width: 300px;
        background-size: 100%;
    }

    .p-topAbout__button .c-button {
        height: 60px;
    }

    .p-topAbout__textWrap {
        margin: 0 0 40px;
    }

    .p-topAbout__button .c-button {
        width: calc(50% + 1px);
    }

    .topAbout__textBox {
        width: 85%;
    }
}

@media screen and (max-width:820px) {
    .p-topAbout {
        padding: 0 0 80px;
    }

    .p-topAbout__wrap {
        flex-direction: column-reverse;
    }

    .p-topAbout__text {
        position: unset;
        width: 85%;
        margin-right: auto;
        margin-top: -60px;
        border-radius: 0px 30px 30px 0;
    }

    .p-topAbout__img {
        width: 75%;
        height: 330px;
        margin-top: 0;
    }

    .topAbout__textBox {
        margin-right: 0;
        margin: 0 auto;
    }

    .topAbout__textBox h2 {
        font-size: 2rem;
        margin: 0 0 15px;
    }

    .p-topAbout__text h3 {
        font-size: 2.8rem;
        margin: 0 0 35px;
    }

    .p-topAbout__img:before {
        bottom: auto;
        top: 0;
        opacity: 0.3;
    }

    .p-topAbout__text {
        padding: 55px 0 50px;
    }
}

@media screen and (max-width:590px) {
    .p-topAbout__text {
        width: 97%;
    }

    .p-topAbout__text h3 {
        font-size: 5.5vw;
        margin: 0 0 20px;
    }

    .p-topAbout__textWrap .m_b30 {
        margin-bottom: 10px !important;
    }

    .p-topAbout__text {
        width: 97%;
    }

    .topAbout__textBox {
        width: 92%;
    }

    .p-topAbout__text {
        padding: 45px 0 50px;
    }

    .p-topAbout {
        padding: 0 0 60px;
    }

    .p-topAbout__button .c-button {
        width: 100%;
        height: 50px;
    }

    .p-topAbout__img {
        width: 88%;
        height: 214px;
    }

    .p-topAbout__text {
        margin-top: -42px;
        border-radius: 0px 15px 15px 0;
    }

    .topAbout__textBox h2 {
        font-size: 1.7rem;
    }
}

/*----------------------------------------
	service
----------------------------------------*/

.p-topService {
    background: transparent linear-gradient(96deg, #00913A 0%, #006027 100%) 0% 0% no-repeat;
    /*margin: 0 0 176px;*/
    padding: 0 0 140px;
}

.p-topService__bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/top_service_bg.jpg);
    width: 100%;
    height: 760px;
    position: relative;
}

.p-topService__bg:before {
    content: "";
    background-image: url(images/top_service_bg_excavator.png);
    width: 825px;
    height: 845px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.p-topService__bgTitle {
    position: absolute;
    top: 23.6%;
    left: 18.75%;
}

.p-topService__bgTitle span {
    display: inline-block;
    background-color: #fff;
    padding: 15px 20px 12px;
}

.p-topService__bgTitle span:first-child {
    margin: 0 0 8px;
}

.p-topService__subTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}

.p-topService__wrap {
    position: relative;
    z-index: 2;
    margin: -184px 0 0;
    padding: 0 0 55px;
}

.p-topService__wrap:before {
    content: "";
    background-color: #fff;
    width: 90%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 30px 0px 0px;
}

.topService__subTitle02 {
    font-size: 2.7rem;
    line-height: 1.852;
    margin: 0 0 108px;
}

.p-topService__subTitle02 {
    font-size: 2.7rem;
    letter-spacing: 0.05em;
    line-height: 1.852;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 0 108px;
}

.p-topService__subTitle02 span {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.p-topService__box {
    position: relative;
    z-index: 1;
}

.p-topService__box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-topService__wrap .c-topTitle__en {
    text-align: center;
    margin: 0 0 10px;
}

.p-topService__wrap .c-inner01 {
    position: relative;
    top: -75px;
}

.p-topService__box ul li {
    width: 30.8%;
    position: relative;
}

.p-topService__box ul li a {
    display: block;
    transition: .3s;
}

.p-topService__boxImg img {
    width: 100%;
}

.p-topService__box ul li:before {
    content: "";
    font-size: 7.3rem;
    letter-spacing: 0.08em;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    position: absolute;
    left: 20px;
    top: -44px;
    color: #00913A;
    z-index: 1;
}

.p-topService__box ul li:nth-of-type(1):before {
    content: "01";
}

.p-topService__box ul li:nth-of-type(2):before {
    content: "02";
}

.p-topService__box ul li:nth-of-type(3):before {
    content: "03";
}

.p-topService__boxText {
    width: 81.6%;
    background-color: #2F3E3F;
    padding: 13px 0 13px 25px;
    position: absolute;
    bottom: 30px;
    left: -11px;
    transition: .3s;
}

.p-topService__boxText:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 20px;
    background-image: url(images/top_service_arrow.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.p-topService__boxText h3 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 8px;
    color: #fff;
    line-height: 1.429;
}

.p-topService__boxText span {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00913A;
}

.p-topService .c-topTitle {
    margin: 0 0 50px;
}

@media screen and (min-width:769px) {
    .p-topService__boxText:hover:before {
        right: 4px;
    }

    .p-topService__box ul li a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width:1400px) {
    .p-topService__wrap .c-inner01 {
        top: -48px;
    }

    .p-topService__box ul li:before {
        font-size: 6rem;
        top: -32px;
    }

    .p-topService__boxText {
        width: 94%;
    }

    .p-topService__boxText span {
        font-size: 1.2rem;
    }

    .p-topService__boxText h3 {
        font-size: 2.6rem;
        margin: 0 0 4px;
    }

    .p-topService__subTitle02 {
        font-size: 2.5rem;
        margin: 0 0 80px;
    }

    .p-topService__boxText:before {
        background-size: 100%;
    }

    .p-topService__bg {
        height: 410px;
    }

    .p-topService__subTitle {
        font-size: 2.5rem;
    }

    .p-topService__bg:before {
        width: 508px;
        height: 520px;
        background-size: 100%;
    }

    .p-topService__wrap {
        margin: -20px 0 0;
    }

    .p-topService__bg {
        height: 310px;
    }
}

@media screen and (max-width:820px) {
    .p-topService {
        /*margin: 0 0 80px;*/
        padding: 0 0 70px;
    }

    .p-topService__box ul {
        flex-direction: column;
    }

    .p-topService__box ul li {
        width: 89%;
    }

    .p-topService__box ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .p-topService__box ul li:nth-of-type(odd) {
        margin-left: auto;
    }

    .p-topService__box ul li:nth-of-type(even) {
        margin-right: auto;
    }

    .p-topService__boxImg {
        width: 89%;
        height: 250px;
    }

    .p-topService__boxImg img {
        display: none;
    }

    .p-topService__boxImg {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .p-topService__box ul li:nth-of-type(1) .p-topService__boxImg {
        background-image: url(images/top_service01_sp.jpg);
    }

    .p-topService__box ul li:nth-of-type(2) .p-topService__boxImg {
        background-image: url(images/top_service02_sp.jpg);
    }

    .p-topService__box ul li:nth-of-type(3) .p-topService__boxImg {
        background-image: url(images/top_service03_sp.jpg);
    }

    .p-topService__boxText {
        bottom: 0;
        left: 0;
    }

    .p-topService__box ul li:not(:last-child) {
        margin-bottom: 60px;
    }

    .p-topService__subTitle {
        font-size: 2rem;
    }

    .p-topService__bgTitle {
        top: 21.6%;
        left: 6.75%;
    }

    .p-topService__bgTitle span {
        padding: 10px 12px 10px;
    }

    .p-topService .c-topTitle {
        margin: 0 0 30px;
    }

    .p-topService__wrap:before {
        width: 97%;
    }

    .p-topService__subTitle02 {
        font-size: 2.2rem;
        margin: 0 0 50px;
    }

    .p-topService__subTitle02 span {
        font-size: 1.4rem;
    }

    .p-topService__bg:before {
        bottom: -22%;
        width: 400px;
        height: 409px;
    }

    .p-topService__wrap .c-inner01 {
        padding: 0;
        top: -34px;
    }

    .p-topService__box ul li:before {
        font-size: 5rem;
        top: -24px;
    }

    .p-topService__boxText {
        padding: 8px 0 8px 25px;
    }

    .p-topService__wrap {
        padding: 0 0 30px;
    }

    .p-topService__boxText {
        width: 75%;
    }

    .p-topService__boxText span {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:590px) {

    .p-topService__bg:before {
        width: 230px;
        height: 235px;
    }

    .p-topService__bg {
        height: 240px;
    }

    .p-topService__subTitle {
        font-size: 4vw;
    }

    .p-topService__subTitle02 {
        font-size: 4.5vw;
    }

    .p-topService__subTitle02 span {
        font-size: 1rem;
        top: -20px;
    }

    .p-topService__bgTitle {
        margin: 0 0 20px;
        top: 19%;
        left: 3.5%;
    }

    .p-topService__wrap .c-inner01 {
        top: -16px;
    }

    .p-topService__wrap {
        margin: -10px 0 0;
    }

    .p-topService__bgTitle span {
        padding: 8px 12px 8px;
    }

    .p-topService__boxImg {
        height: 170px;
    }

    .p-topService__box ul li {
        width: 93%;
    }

    .p-topService__boxText {
        padding: 8px 0 8px 15px;
    }

    .p-topService__boxText {
        width: 76%;
    }

    .p-topService__boxText h3 {
        font-size: 1.8rem;
        margin: 0;
    }

    .p-topService__boxText span {
        font-size: 1.2rem;
    }

    .p-topService__box ul li:not(:last-child) {
        margin-bottom: 45px;
    }

    .p-topService__box ul li:before {
        font-size: 4rem;
    }

    .p-topService {
        /*margin: 0 0 60px;*/
        padding: 0 0 50px;
    }

    .p-topService__boxText h3 {
        margin: 0 0 4px;
        font-size: 2rem;
    }
}

/*----------------------------------------
	works
----------------------------------------*/
.p-topWorks {
    margin: 0 0 140px;
}

.p-topWorks__archiveWrap {
    display: flex;
    flex-wrap: wrap;
}

.p-worksArchive__article {
    width: 31.25%;
}

.p-worksArchive__article a {
    display: block;
    width: 100%;
}

.p-topWorks .p-sidebar__archiveLists {
    display: flex;
    justify-content: center;
}

.p-topWorks .p-sidebar__archiveLists li:first-child {
    margin: 0 20px 0 0;
}

.p-topWorks .p-sidebar__archiveLists li a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url(images/button_arrow02.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.p-topWorks .p-sidebar__archiveLists {
    margin: 0;
}

.p-topWorks .p-sidebar__archiveLists li a {
    text-align: center;
    display: block;
    width: 305px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background-color: #fff;
    color: #00913A;
    border: 1px solid #00913A;
    transition: all 0.3s;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
}

.p-topWorks .c-topTitle {
    margin: 0 0 30px;
}

.p-topWorks aside {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 80px;
}

.p-worksArchive__info {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}

.p-worksArchive__category {
    display: inline-block;
    padding: 6px 10px;
    background-color: #00913A;
    border-radius: 2px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

.p-worksArchive__time {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
}

.p-works__archiveTitle {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.455;
}

.p-topWorks__archiveWrap {
    margin: 0 0 60px;
}

.p-topWorks .c-button {
    margin-left: auto;
    margin-right: auto;
}

.p-topWorks__wrap {
    background-color: #F7F7F7;
    padding: 140px 0 100px;
    border-radius: 30px;
}

.p-topWorks .c-topTitle__en {
    margin: 0 0 -80px 40px;
}

.p-worksArchive__article:not(:nth-child(3n+3)) {
    margin-right: 3.12%;
}

.p-topWorks .p-sidebar__archiveLists li:first-child {
    border-top: none;
}

.p-topWorks .p-sidebar__archiveLists li {
    border-bottom: none;
}

@media screen and (min-width:769px) {
    .p-topWorks .p-sidebar__archiveLists li a:hover {
        background-color: #BFE3CD;
    }

    .p-topWorks .p-sidebar__archiveLists li a:hover:after {
        right: 4px;
    }
}

@media screen and (max-width:1400px) {
    .p-topWorks .p-sidebar__archiveLists li a {
        width: 205px;
        height: 55px;
    }

    .p-topWorks .p-sidebar__archiveLists li a:after {
        background-size: 100%;
    }

    .p-topWorks .c-topTitle__en {
        margin: 0 0 -55px 40px;
    }

    .p-topWorks__wrap {
        padding: 100px 0 80px;
    }
}

@media screen and (max-width:1200px) {
    .p-topWorks__titleWrap {
        width: 43%;
    }

    .p-topWorks__wrap {
        padding: 56px 0 50px;
    }
}

@media screen and (max-width:820px) {
    .p-topWorks .p-topWorks__titleWrap {
        flex-direction: column;
    }

    .p-topWorks {
        margin: 0 0 70px;
    }

    .p-topWorks aside {
        flex-direction: column;
        margin: 0 0 40px;
    }

    .p-topWorks__titleWrap {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    .p-topWorks .c-topTitle__en {
        margin: 0 auto -44px;
        text-align: center;
    }

    .p-topWorks .p-sidebar__archiveLists {
        margin: 0 auto;
    }

    .p-topWorks__archiveWrap {
        margin: 0 0 40px;
    }
}

@media screen and (max-width:590px) {
    .p-topWorks .p-works__archiveTitle {
        font-size: 3.1vw;
    }

    .p-topWorks .p-sidebar__archiveLists {
        width: 100%;
    }

    .p-topWorks .p-sidebar__archiveLists li {
        width: 48%;
    }

    .p-topWorks .p-sidebar__archiveLists li {
        width: 100%;
    }

    .p-topWorks .p-sidebar__archiveLists li a {
        width: 100%;
        height: 45px;
        font-size: 1.4rem;
    }

    .p-topWorks .c-topTitle__en {
        margin: 0 auto -22px;
    }

    .p-topWorks__wrap {
        border-radius: 15px;
    }

    .p-topWorks aside {
        margin: 0 0 20px;
    }

    .p-topWorks__wrap {
        padding: 35px 0 50px;
    }

    .p-topWorks .p-worksArchive__img img {
        height: 120px;
    }

    .p-topWorks__archiveWrap {
        margin: 0 0 30px;
    }
}

/*----------------------------------------
	recruit
----------------------------------------*/

.p-topRecruit__bg {
    position: relative;
    height: 798px;
}

.p-topRecruit__bg:before {
    content: "";
    background-image: url(images/top_recruit_left.jpg);
    width: 29.6%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.p-topRecruit__bg:after {
    content: "";
    background-image: url(images/top_recruit_right.jpg);
    width: 29.6%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.p-topRecruit__text {
    width: 780px;
    height: 798px;
    background: transparent linear-gradient(140deg, #00913A 0%, #006027 100%) 0% 0% no-repeat padding-box;
    padding: 142px 0 82px;
    margin: 0 auto;
}

.p-topRecruit__text .c-topTitle {
    text-align: center;
    position: relative;
    color: #fff;
    margin: 0 0 100px;
}

.p-topRecruit__text h3 {
    font-size: 3.6rem;
    margin: 0 0 50px;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.444;
    letter-spacing: 0.05em;
    color: #fff;
}

.p-topRecruit__text .c-topTitle:before {
    content: "recruit";
    font-size: 9.114vw;
    color: #fff;
    opacity: 0.3;
    text-transform: uppercase;
    position: absolute;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.08em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.p-topRecruit__text .c-text {
    text-align: center;
    color: #fff;
}

.p-topRecruit__text .c-text {
    margin: 0 0 60px;
}

.p-topRecruit__text .c-button {
    margin: 0 auto;
}

@media screen and (min-width:2000px) {
    .p-topRecruit__bg:before {
        width: 35%;
    }

    .p-topRecruit__bg:after {
        width: 35%;
    }
}

@media screen and (max-width:1600px) {
    .p-topRecruit__text {
        width: 72%;
        position: relative;
        z-index: 1;
        padding: 0 20px;
    }

    .p-topRecruit__bg {
        position: relative;
        height: 700px;
    }

    .p-topRecruit__text {
        height: 700px;
        padding-top: 50px;
    }
}

@media screen and (max-width:1400px) {
    .p-topRecruit__text .c-topTitle:before {
        font-size: 10rem;
    }

    .topAbout__textBox:before {
        background-size: 100%;
    }
}

@media screen and (max-width:820px) {
    .p-topRecruit__text {
        width: 100%;
    }

    .p-topRecruit__text .c-topTitle:before {
        font-size: 8rem;
    }

    .p-topRecruit__bg:before {
        display: block;
        width: 100%;
        height: 250px;
        position: unset;
        background-image: url(images/top_recruit_left_sp.jpg);
        background-position: center;
    }

    .p-topRecruit__bg:after {
        display: block;
        width: 100%;
        height: 250px;
        position: unset;
        background-image: url(images/top_recruit_right_sp.jpg);
        background-position: center;
    }

    .p-topRecruit__bg {
        height: auto;
    }

    .p-topRecruit__text {
        height: auto;
        padding: 50px 0;
    }

    .p-topRecruit__text .c-text {
        margin: 0 0 40px;
    }

    .p-topRecruit__text h3 {
        font-size: 2.8rem;
        margin: 0 0 35px;
    }

    .p-topRecruit__text .c-topTitle {
        margin: 0 0 60px;
    }

    .p-topRecruit__bg .c-inner01 {
        padding: 0;
    }
}

@media screen and (max-width:590px) {
    .p-topRecruit__text .c-topTitle:before {
        font-size: 5rem;
    }

    .p-topRecruit__bg:before {
        height: 170px;
    }

    .p-topRecruit__bg:after {
        height: 170px;
    }

    .p-topRecruit__text .c-topTitle {
        margin: 0 0 35px;
    }

    .p-topRecruit__text h3 {
        font-size: 5.5vw;
        margin: 0 0 20px;
    }

    .p-topRecruit__text .c-text {
        margin: 0 0 20px;
    }
}

/*----------------------------------------
	page_contact
----------------------------------------*/

.p-topContact {
    background-image: url(images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 115px;
}

.p-topContact .c-topTitle {
    position: relative;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0 0 100px;
}

.p-topContact .c-topTitle:before {
    content: "contact";
    font-size: 9.114vw;
    color: #fff;
    opacity: 0.45;
    text-transform: uppercase;
    position: absolute;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.08em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.p-topContact .c-text {
    text-align: center;
    color: #fff;
}

.p-topContact__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 444px;
    height: 102px;
    background-color: #fff;
    border: 1px solid #00913A;
    border-radius: 5px;
    margin: auto;
    position: relative;
}

.p-topContact__tel:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 20px;
    background-image: url(images/footer_contact_arrow.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.p-topContact__number {
    display: flex;
    align-items: center;
    font-size: 3.8rem;
    letter-spacing: 0.06em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 14px;
    color: #00913A;
}

.p-topContact__number:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(images/contact_tel.svg);
    margin: 0 10px 0 0;
}

.p-topContact__time {
    display: block;
    font-size: 1.4rem;
}

.p-topContact .c-text {
    margin: 0 0 100px;
}

@media screen and (max-width:1400px) {
    .p-topContact {
        padding: 120px 0 90px;
    }

    .p-topContact .c-topTitle:before {
        font-size: 10rem;
        margin: 0 0 70px;
    }

    .p-topContact .c-text {
        margin: 0 0 70px;
    }

    .p-topContact .c-topTitle {
        margin: 0 0 80px;
    }
}

@media screen and (max-width:820px) {
    .p-topContact .c-topTitle:before {
        font-size: 8rem;
        margin: 0;
        top: 8%;
    }

    .p-topContact .c-topTitle {
        margin: 0 0 40px;
    }

    .p-topContact .c-text {
        margin: 0 0 35px;
    }

    .p-topContact {
        padding: 70px 0 60px;
    }

    .p-topContact__tel:after {
        background-size: 100%;
        width: 8px;
        height: 15px;
    }
}

@media screen and (max-width:590px) {
    .p-topContact .c-topTitle:before {
        font-size: 5rem;
        margin: 0 0 40px;
    }

    .p-topContact .c-topTitle {
        margin: 0 0 30px;
    }

    .p-topContact__tel {
        width: 94%;
        height: 92px;
    }

    .p-topContact__number {
        font-size: 2.8rem;
    }

    .p-topContact__number:before {
        background-size: 100%;
        width: 28px;
        height: 28px;
    }

    .p-topContact {
        padding: 60px 0 50px;
    }
}

/*----------------------------------------
	page_common
----------------------------------------*/

.p-catch {
    width: 100%;
    height: 550px;
    position: relative;
    margin: 0 0 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.p-catch:after {
    content: "";
    display: block;
    background-image: url(images/catch_deco.svg);
    width: 406px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.p-catch__textWrap {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 1;
}

.p-catch__jp {
    font-size: 4.5rem;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    position: relative;
}

.p-catch__jp span {
    display: block;
    font-size: 17.5rem;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    opacity: 0.38;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-transform: uppercase;
}

.c-sectionBlock {
    margin: 0 0 130px;
}

.c-pageIntro h2 {
    font-size: 4.2rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.857;
    letter-spacing: 0.09em;
    margin: 0 0 60px;
    text-align: center;
}

.page_title {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 60px;
    text-align: center;
}

.page_title h2 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.423;
}

.page_title p {
    font-size: 7rem;
    letter-spacing: 0.08em;
    font-family: "Cormorant Infant", system-ui;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 1.214;
    color: #00913A;
}

@media screen and (max-width:1300px) {
    .p-catch {
        height: 450px;
    }

    .p-catch:after {
        height: 450px;
    }

    .p-catch__jp {
        font-size: 4rem;
    }

    .p-catch__jp span {
        font-size: 15.5rem;
    }

    .p-catch__textWrap {
        left: 7%;
    }

    .c-pageIntro h2 {
        font-size: 3.2rem;
        margin: 0 0 40px;
    }
}

@media screen and (max-width:1200px) {
    .page_title p {
        font-size: 5rem;
        margin: 0;
    }

    .page_title h2 {
        font-size: 1.8rem;
    }

    .page_title {
        margin: 0 0 45px;
    }
}

@media screen and (max-width:1000px) {
    .p-catch__jp span {
        font-size: 15vw;
    }

    .p-catch__jp {
        font-size: 4vw;
    }
}

@media screen and (max-width:820px) {
    .p-catch {
        height: 300px;
        margin: 0 0 70px;
    }

    .p-catch:after {
        height: 300px;
    }

    .c-sectionBlock {
        margin: 0 0 60px;
    }

    .c-pageIntro h2 {
        font-size: 2.5rem;
        margin: 0 0 20px;
    }

    .page_title {
        margin: 0 0 20px;
    }

    .page_title p {
        font-size: 3rem;
    }

    .page_title h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:590px) {
    .p-catch {
        height: 180px;
        margin: 0 0 60px;
    }

    .p-catch:after {
        height: 180px;
        left: -28%;
    }

    .p-catch__jp {
        font-size: 5vw;
    }

    .p-catch__jp span {
        font-size: 16vw;
    }

    .c-pageIntro h2 {
        font-size: 1.8rem;
    }

    .page_title p {
        font-size: 2.5rem;
    }

    .page_title h2 {
        font-size: 1.3rem;
    }
}

/*----------------------------------------
	about
----------------------------------------*/

.p-aboutGreeting {
    margin: 0 0 120px;
}

.p-aboutGreeting .page_title {
    text-align: left;
}

.p-aboutGreeting__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-aboutGreeting__img {
    position: relative;
    left: -35px;
}

.p-aboutGreeting__img img {
    width: 100%;
}

.p-aboutGreeting__text {
    width: 51.25%;
}

.p-aboutGreeting__name {
    margin: 60px 0 0;
}

.p-aboutGreeting__text h3 {
    font-size: 3rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 50px;
}

.p-aboutGreeting__text h3 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    line-height: 1.457;
}

.p-aboutStrength {
    background-color: #EEF8F2;
    margin: 0 0 130px;
    padding: 0 0 130px;
}

.p-aboutStrength__bg {
    width: 100%;
    height: 360px;
    background-image: url(images/strength_title_bg.jpg);
    margin: 0 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    position: relative;
}

.p-aboutStrength__bg:before {
    content: "";
    background-color: #00913A;
    mix-blend-mode: multiply;
    width: 620px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p-aboutStrength__bg .page_title {
    color: #fff;
    z-index: 1;
    margin: 0;
}

.p-aboutStrength__bg .page_title h2 {
    color: #fff;
}

.p-aboutStrength__bg .page_title p {
    color: #fff;
}

.p-aboutStrength ul li {
    display: flex;
    align-items: flex-start;
    height: 814px;
}

.p-aboutStrength ul li:not(:last-child) {
    margin: 0 0 60px;
}

.p-aboutStrength ul li .p-aboutStrength__img {
    width: 57.2%;
    height: 680px;
    position: absolute;
    margin: 134px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.p-aboutStrength ul li:nth-of-type(1) .p-aboutStrength__img {
    background-image: url(images/strength01.jpg);
}

.p-aboutStrength ul li:nth-of-type(2) .p-aboutStrength__img {
    background-image: url(images/strength02.jpg);
}

.p-aboutStrength ul li:nth-of-type(3) .p-aboutStrength__img {
    background-image: url(images/strength03.jpg);
}

.p-aboutStrength ul li:nth-of-type(odd) .p-aboutStrength__img {
    right: 0;
}

.p-aboutStrength ul li:nth-of-type(even) .p-aboutStrength__img {
    left: 0;
}

.p-aboutStrength__text {
    width: 961px;
    background-color: #EEF8F2;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.p-aboutStrength ul li:nth-of-type(odd) .p-aboutStrength__text {
    margin-right: auto;
    border-radius: 0px 0px 30px 0px;
    padding-right: 80px;
    padding-left: 224px;
}

.p-aboutStrength ul li:nth-of-type(even) .p-aboutStrength__text {
    margin-left: auto;
    border-radius: 0px 0px 0px 30px;
    padding-left: 80px;
    padding-right: 224px;
}

.p-aboutStrength__text h3 {
    font-size: 3rem;
    margin: 0 0 40px;
    letter-spacing: 0.05em;
    line-height: 1.467;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}

.p-aboutStrength__point {
    width: 320px;
    height: 68px;
    font-size: 4rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    background-color: #00913A;
    line-height: 1.45;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 0 20px;
}

.p-aboutStrength__num {
    font-size: 2.8rem;
    margin: 0 0 35px;
    letter-spacing: 0.08em;
    color: #00913A;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.p-aboutStrength__num span {
    display: inline-block;
    font-size: 7.3rem;
    margin: 0 0 0 8px;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

.p-aboutOutline {
    margin: 0 0 120px;
}

.p-aboutOutline__wrap {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.p-aboutOutline__img {
    width: 42.1%;
}

.p-aboutOutline__text {
    width: 65.5%;
    padding: 90px 0;
    background-color: #F7F7F7;
    margin: 80px 0 0;
    margin-left: auto;
}

.p-aboutOutline .page_title {
    margin: 0 0 40px;
}

.table01 {
    display: block;
    width: 64.4%;
    margin: auto;
    font-size: 1.8rem;
    margin: 0 auto;
}

.table01 tbody {
    display: block;
    width: 100%;
}

.table01 tr {
    display: flex;
    justify-content: space-between;
}

.table01 tr:last-child {
    border-bottom: none;
}

.table01 th {
    width: 22.4%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 145, 58, 0.45);
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
    color: #00913A;
}

.table01 td {
    padding: 15px;
    width: 77.5%;
    vertical-align: middle;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.75;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.p-aboutAccess {
    margin: 0 0 130px;
}

.p-aboutAccess .page_title {
    text-align: left;
}

.p-aboutAccess__wrap {
    position: relative;
    width: 100%;
    height: 550px;
}

.p-aboutAccess__wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.p-aboutAccess__box .c-text {
    margin: 0 0 30px;
}

.p-aboutAccess__box01 {
    margin: 0 0 90px;
}

.p-aboutOffice {
    background-color: #EEF8F2;
    padding: 100px 0 120px;
}

.p-aboutOffice ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-aboutOffice ul li {
    width: 47%;
}

.p-aboutOffice ul li:nth-of-type(n+3) {
    margin: 90px 0 0;
}

.p-aboutOffice ul li figcaption {
    font-size: 2rem;
    margin: 30px 0 0;
    font-weight: bold;
}

.p-aboutOutline__imgBox figure:nth-of-type(1) {
    margin: 0 0 40px;
}

.p-aboutOutline__imgBox figure:nth-of-type(3) {
    width: 54%;
    margin: 20px auto 0;
}

.p-aboutOutline__imgBox {
    width: 40%;
    position: relative;
    left: 80px;
}

.p-aboutOutline__imgBox figcaption {
    font-size: 2rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    margin: 10px 0 0;
}

.p-historyWrap {
    background-color: #EEF8F2;
    border-radius: 20px;
    padding: 70px 0 80px;
}

.flex-schedule {
    width: 800px;
    list-style: none;
    margin: 0 auto;
    box-sizing: border-box;
}

.flex-schedule li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.flex-schedule .area {
    display: block;
    width: 80%;
    border-left: 1px solid #00913A;
}

.flex-schedule li .time {
    width: 20%;
    display: inline-flex;
    justify-content: flex-start;
    font-size: 2rem;
    letter-spacing: 0.08em;
    color: #00913A;
}

.flex-schedule .sch_box {
    position: relative;
    padding: 0 0 67px 50px;
    border-radius: 6px;
}

.flex-schedule li:last-child .sch_box {
    padding-bottom: 0;
}

.flex-schedule .sch_box::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    border: 5px solid #00913A;
}

.flex-schedule .sch_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    background: #707070;
    width: 40px;
    height: 1px;
    z-index: -1;
}

.flex-schedule .sch_title {
    font-size: 1.8rem;
    line-height: 1;
}

.flex-schedule .sch_title span {
    line-height: 1.4;
}

.flex-schedule .sch_tx {
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width:1600px) {
    .p-aboutStrength__text {
        width: 50%;
    }

    .p-aboutStrength ul li:nth-of-type(odd) .p-aboutStrength__text {
        padding-right: 60px;
        padding-left: 130px;
    }

    .p-aboutStrength ul li:nth-of-type(even) .p-aboutStrength__text {
        padding-left: 60px;
        padding-right: 130px;
    }
}

@media screen and (max-width:1300px) {
    .p-aboutGreeting__img {
        width: 40%;
    }

    .p-aboutGreeting__wrap {
        align-items: flex-start;
    }

    .p-aboutStrength ul li .p-aboutStrength__img {
        height: 600px;
    }
}

@media screen and (max-width:1200px) {
    .p-aboutGreeting__text h3 {
        font-size: 3rem;
        margin: 0 0 30px;
    }

    .p-aboutGreeting__text {
        width: 56%;
    }

    .p-aboutStrength__bg {
        height: 300px;
    }

    .flex-schedule li .time {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:1000px) {
    .table01 {
        width: 100%;
    }

    .table01 th,
    .table01 td {
        font-size: 1.6rem;
        width: 100%;
    }

    .table01 th {
        width: 100%;
        font-weight: bold;
        margin: 0 0 8px;
        padding: 8px 2% 0 2%;
        border: none;
    }

    .table01 td {
        width: 100%;
        padding: 0 2% 8px 2%;
        line-height: 1.25;
    }

    .table01 tr {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .p-aboutStrength ul li:nth-of-type(odd) .p-aboutStrength__text {
        padding-left: 50px;
    }

    .p-aboutStrength ul li:nth-of-type(even) .p-aboutStrength__text {
        padding-right: 50px;
    }

    .p-aboutStrength__text {
        padding: 60px 0;
    }

    .p-aboutStrength__point {
        width: 250px;
        height: 55px;
    }
}

@media screen and (max-width:820px) {
    .p-aboutGreeting {
        margin: 0 0 60px;
    }

    .table01 {
        padding: 0 15px;
    }

    .table01 th,
    .table01 td {
        font-size: 1.4rem;
        width: 100%;
    }

    .p-aboutGreeting__text .m_b30 {
        margin-bottom: 10px !important;
    }

    .p-aboutGreeting__wrap {
        flex-direction: column;
    }

    .p-aboutGreeting__img {
        position: unset;
        margin: 0 auto 30px;
    }

    .p-aboutGreeting__text {
        width: 85%;
        margin: 0 auto;
    }

    .p-aboutGreeting__text .page_title {
        text-align: center;
    }

    .p-aboutGreeting__text h3 {
        font-size: 2.2rem;
        text-align: center;
    }

    .p-aboutGreeting__name {
        margin: 20px 0 0;
        width: 72%;
    }

    .p-aboutStrength {
        margin: 0 0 60px;
        padding: 0 0 60px;
    }

    .p-aboutGreeting__name {
        width: 220px;
    }

    .p-aboutGreeting__name img {
        width: 100%;
    }

    .p-aboutStrength ul li {
        flex-direction: column;
        height: auto;
    }

    .p-aboutStrength ul li .p-aboutStrength__img {
        width: 82%;
        position: unset;
        margin: 0;
    }

    .p-aboutStrength ul li:nth-of-type(odd) .p-aboutStrength__img {
        margin-left: auto;
    }

    .p-aboutStrength ul li:nth-of-type(even) .p-aboutStrength__img {
        margin-right: auto;
    }

    .p-aboutStrength__img {
        width: 80%;
    }

    .p-aboutStrength__text {
        width: 100%;
    }

    .p-aboutStrength__text h3 {
        font-size: 2.5rem;
    }

    .p-aboutStrength__point {
        width: 155px;
        height: 35px;
        font-size: 2rem;
    }

    .p-aboutStrength__text {
        width: 90%;
        margin-top: -60px;
        padding: 40px 0;
    }

    .p-aboutStrength ul li:nth-of-type(odd) .p-aboutStrength__text {
        padding-right: 40px;
        padding-left: 40px;
        border-radius: 0 30px 0 0;
    }

    .p-aboutStrength ul li:nth-of-type(even) .p-aboutStrength__text {
        padding-right: 40px;
        padding-left: 40px;
        border-radius: 30px 0 0 0;
    }

    .p-aboutStrength__num {
        font-size: 2.2rem;
        margin: 0 0 18px;
    }

    .p-aboutStrength__num span {
        font-size: 5rem;
    }

    .p-aboutStrength__text h3 {
        margin: 0 0 20px;
    }

    .p-aboutStrength__num {
        font-size: 2.2rem;
    }

    .p-aboutStrength__bg {
        height: 170px;
        margin: 0 0 40px;
    }

    .p-aboutStrength__bg:before {
        width: 55%;
    }

    .p-aboutStrength ul li .p-aboutStrength__img {
        height: 320px;
    }

    .p-aboutOutline {
        margin: 0 0 60px;
    }

    .p-aboutOutline__wrap {
        flex-direction: column;
    }

    .p-aboutOutline__img {
        width: 93%;
        height: 280px;
        position: unset;
    }

    .p-aboutOutline__text {
        width: 92%;
        margin-top: -40px;
        margin: 0 0 40px;
        padding: 40px 0;
    }

    .p-aboutOutline .page_title {
        margin: 0 0 20px;
    }

    .p-aboutAccess__box .c-text {
        margin: 0 0 18px;
    }

    .p-aboutAccess__wrap {
        height: 320px;
    }

    .p-aboutAccess {
        margin: 0 0 60px;
    }

    .p-aboutOffice ul li figcaption {
        font-size: 1.6rem;
    }

    .p-aboutOffice {
        padding: 50px 0 60px;
    }

    .p-aboutOutline__wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .p-aboutOutline__imgBox {
        width: 80%;
        position: unset;
        margin: 0 auto;
    }

    .p-aboutOutline__imgBox figcaption {
        font-size: 1.6rem;
    }

    .flex-schedule {
        width: 100%;
    }

    .flex-schedule .sch_box {
        padding: 0 0 55px 30px;
    }

    .flex-schedule .area {
        width: 84%;
    }

    .p-historyWrap {
        padding: 40px 3% 70px;
    }

    .flex-schedule .sch_title {
        font-size: 1.5rem;
    }

    .flex-schedule .sch_box::before {
        top: -3px;
    }

    .flex-schedule li .time {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:590px) {
    .page-id-17 .p-catch {
        margin: 0 0 40px;
    }

    .p-aboutGreeting__wrap {
        flex-direction: column;
    }

    .p-aboutGreeting__img {
        width: 55%;
    }

    .p-aboutGreeting__text {
        width: 100%;
        padding: 20px 0;
    }

    .p-aboutGreeting__text h3 {
        font-size: 2rem;
        margin: 0 0 20px;
    }

    .p-aboutGreeting__name {
        width: 190px;
    }

    .p-aboutStrength ul li .p-aboutStrength__img {
        height: 200px;
    }

    .p-aboutStrength__text {
        width: 95%;
    }

    .p-aboutStrength ul li:nth-of-type(even) .p-aboutStrength__text {
        padding-right: 20px;
        padding-left: 20px;
    }

    .p-aboutStrength ul li:nth-of-type(odd) .p-aboutStrength__text {
        padding-right: 20px;
        padding-left: 20px;
    }

    .p-aboutStrength__text h3 {
        font-size: 1.8rem;
    }

    .p-aboutStrength__num {
        font-size: 1.6rem;
        margin: 0 0 5px;
    }

    .p-aboutStrength__num span {
        font-size: 4rem;
    }

    .p-aboutStrength__text {
        padding: 20px 0;
    }

    .p-aboutStrength__point {
        width: 145px;
        height: 30px;
        font-size: 1.8rem;
    }

    .p-aboutStrength ul li:nth-of-type(odd) .p-aboutStrength__text {
        border-radius: 0 15px 0 0;
    }

    .p-aboutStrength ul li:nth-of-type(even) .p-aboutStrength__text {
        border-radius: 15px 0 0 0;
    }

    .p-aboutStrength__text {
        margin-top: -35px;
    }

    .p-aboutStrength ul li:not(:last-child) {
        margin: 0 0 30px;
    }

    .p-aboutStrength {
        padding: 0 0 40px;
    }

    .p-aboutOutline__img {
        height: 190px;
    }

    .p-aboutAccess__box01 {
        margin: 0 0 65px;
    }

    .p-aboutAccess__box .c-text {
        margin: 0 0 10px;
    }

    .p-aboutStrength__bg {
        height: 145px;
    }

    .p-aboutAccess__wrap {
        height: 290px;
    }

    .p-aboutAccess__box .c-text {
        line-height: 1.4;
    }

    .p-aboutOffice ul li {
        width: 100%;
    }

    .p-aboutOffice ul li figcaption {
        margin: 15px 0 0;
    }

    .p-aboutOffice ul li figcaption {
        font-size: 1.4rem;
    }

    .p-aboutOffice ul li:nth-of-type(n+3) {
        margin: 0;
    }

    .p-aboutOffice ul li:nth-of-type(n+2) {
        margin: 40px 0 0;
    }

    .p-aboutOutline__imgBox {
        width: 90%;
    }

    .p-aboutOutline__imgBox figure:nth-of-type(3) {
        width: 60%;
        margin: 20px auto 0;
    }

    .p-historyWrap {
        padding: 40px 12px 30px;
        border-radius: 10px;
    }

    .flex-schedule li .time {
        width: 95px;
        font-size: 1.3rem;
    }

    .flex-schedule .sch_box {
        padding: 0 0 40px 25px;
    }

    .flex-schedule .area {
        width: 72%;
    }

    .flex-schedule .sch_title {
        font-size: 1.3rem;
    }

    .flex-schedule .sch_box::before {
        top: -7px;
    }
}

/*----------------------------------------
	service
----------------------------------------*/

.p-service {
    margin: 0 0 130px;
}

.p-serviceLists {
    margin: 0 0 210px;
}

.p-serviceList {
    position: relative;
}

.p-serviceList__wrap {
    display: flex;
    justify-content: space-between;
}

.p-serviceList:before {
    content: "";
    width: 81.25%;
    height: 385px;
    position: absolute;
    bottom: -116px;
    z-index: -1;
}

.p-serviceList:nth-of-type(odd):before {
    background-color: #EEF8F2;
    right: 0;
}

.p-serviceList:nth-of-type(even):before {
    background-color: #F7F7F7;
    left: 0;
}

.p-serviceList:not(:last-child) {
    margin: 0 0 226px;
}

.p-serviceList:nth-of-type(even) .p-serviceList__wrap {
    flex-direction: row-reverse;
}

.p-serviceList__img {
    width: 49.4%;
}

.p-serviceList__text {
    width: 43.2%;
}

.p-serviceList__text h2 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 50px;
    line-height: 1.457;
}

.p-serviceList__text h2 .small {
    font-size: 2rem;
}

.p-serviceList__text h2 span {
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.p-serviceList__number {
    font-size: 13.2rem;
    color: #00913A;
    opacity: 0.18;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    line-height: 1.212;
    margin: 0 0 -66px;
}

.p-serviceManufacturer__wrap {
    background-color: #EEF8F2;
    border-radius: 20px;
    padding: 70px 60px;
}

.p-serviceManufacturer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-serviceManufacturer ul li {
    width: 48%;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: space-between;
}

.p-serviceManufacturer ul li span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #00913A;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

@media screen and (max-width:1600px) {
    .p-serviceList__text h2 span {
        display: block;
    }
}

@media screen and (max-width:820px) {
    .p-service {
        margin: 0 0 90px;
    }

    .p-serviceList__wrap {
        flex-direction: column;
    }

    .p-serviceList__text {
        width: 85%;
        margin: 0 auto;
    }

    .p-serviceList .c-inner02 {
        padding: 0;
    }

    .p-serviceList__text h2 {
        font-size: 3.5rem;
    }

    .p-serviceList__text h2 span {
        font-size: 1.8rem;
    }

    .p-serviceList:before {
        height: 350px;
        bottom: -50px;
    }

    .p-serviceList__number {
        font-size: 9.2rem;
        margin: 0 0 -75px -20px;
    }

    .p-serviceList__img {
        width: 84%;
    }

    .p-serviceList:nth-of-type(odd) .p-serviceList__img {
        margin-left: auto;
    }

    .p-serviceList:nth-of-type(even) .p-serviceList__img {
        margin-right: auto;
    }

    .p-serviceList:nth-of-type(even) .p-serviceList__wrap {
        flex-direction: column;
    }

    .p-serviceList__text h2 {
        font-size: 3rem;
        margin: 0 0 35px;
    }

    .p-serviceList:not(:last-child) {
        margin: 0 0 140px;
    }

    .p-serviceList__img img {
        object-fit: cover;
        height: 350px;
    }

    .p-serviceList__number {
        font-size: 8.2rem;
    }

    .p-serviceLists {
        margin: 0 0 110px;
    }

    .p-serviceManufacturer__wrap {
        padding: 50px 30px;
        border-radius: 10px;
    }

    .p-serviceManufacturer ul li {
        width: 100%;
    }
}

@media screen and (max-width:590px) {
    .p-service {
        margin: 0 0 80px;
    }

    .p-serviceList__text h2 {
        font-size: 2.2rem;
        margin: 0 0 15px;
    }

    .p-serviceList__number {
        margin: 0 0 -40px -15px;
    }

    .p-serviceList:before {
        width: 77%;
    }

    .p-serviceList__text {
        width: 87%;
    }

    .p-serviceList__img img {
        object-fit: unset;
        height: auto;
    }

    .p-serviceList:before {
        bottom: -35px;
        height: 382px;
    }

    .p-serviceList:not(:last-child) {
        margin: 0 0 90px;
    }

    .p-serviceList__number {
        font-size: 5.2rem;
    }

    .p-serviceList__text h2 span {
        font-size: 1.4rem;
    }

    .p-serviceManufacturer ul li {
        font-size: 1.4rem;
    }
}

/*----------------------------------------
	works
----------------------------------------*/

/*---- archive_works ----*/

.p-worksArchive__img {
    margin: 0 0 25px;
}

.p-worksArchive__img img {
    border-radius: 10px;
    height: 265px;
    width: 100%;
}

.p-catchWorks {
    background-image: url(images/works_catch.jpg);
}

.p-worksArchive__wrap {
    display: flex;
    flex-wrap: wrap;
}

.p-worksCategory__wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 100px;
}

.p-worksCategory__wrap ul li:not(:last-child) {
    margin-right: 20px;
}

.p-worksCategory__wrap ul li a {
    text-align: center;
    width: 305px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    border: 1px solid #00913A;
    color: #00913A;
    position: relative;
    border-radius: 5px;
    transition: 0.3s;
}

.p-worksCategory__wrap ul li a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url(images/button_arrow02.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.p-worksArchive__categoryTitle {
    font-size: 3.5rem;
    letter-spacing: 0.06em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 40px;
    text-align: center;
}

.p-worksArchive__wrap .text {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .p-worksArchive__img img {
        height: 190px;
    }

    .p-works__archiveTitle {
        font-size: 1.8rem;
    }

    .p-worksCategory__wrap ul li:not(:nth-child(3n+3)) {
        margin: 0 30px 0 0;
    }

    .p-worksCategory__wrap ul li a {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 820px) {
    .p-works__archiveTitle {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .p-worksArchive__img img {
        height: 160px;
    }

    .p-worksArchive__category {
        font-size: 1.4rem;
        padding: 4px 10px;
    }

    .p-worksArchive__categoryTitle {
        font-size: 3rem;
        margin: 0 0 20px;
    }

    .p-worksCategory__wrap ul li a {
        font-size: 1.6rem;
        width: 220px;
        height: 55px;
    }
}

@media screen and (max-width: 590px) {
    .p-worksCategory__wrap ul {
        margin: 0 0 40px;
    }

    .p-worksCategory__wrap ul li:not(:nth-child(3n+3)) {
        margin: 0;
    }

    .p-worksCategory__wrap ul li:nth-of-type(n+2) {
        margin: 14px 0 0;
    }

    .p-worksArchive__article:not(:nth-child(3n+3)) {
        margin-right: 0;
    }

    .p-worksArchive__article:not(:nth-child(2n+2)) {
        margin-right: 3%;
    }

    .p-worksArchive__article {
        width: 47%;
    }

    .p-worksArchive__time {
        font-size: 1rem;
        margin: 0 5px 0;
    }

    .p-worksArchive__info {
        margin: 0 0 2px;
    }

    .p-works__archiveTitle {
        font-size: 3.4vw;
    }

    .p-worksArchive__category {
        font-size: 1rem;
        padding: 2px 8px;
    }

    .p-worksArchive__img img {
        height: 130px;
    }

    .p-worksCategory__wrap ul {
        flex-direction: column;
    }

    .p-worksCategory__wrap ul li a {
        font-size: 1.4rem;
        width: 220px;
        height: 45px;
    }

    .p-worksArchive__categoryTitle {
        font-size: 2.2rem;
    }

    .p-worksArchive__img {
        margin: 0 0 12px;
    }

    .p-worksArchive__article:nth-of-type(n+3) {
        margin: 40px 0 0;
    }
}

/*---- single_works ----*/

.p-singleWorks__wrap .swiper {
    width: 1000px;
}

.p-singleWorks__wrap .c-button {
    margin-right: auto;
    margin-left: auto;
}

.thumb-wrapper {
    width: 1000px;
    margin: 20px auto 60px;
    display: flex;
    flex-wrap: wrap;
}

.thumb-media {
    width: 24.25%;
    cursor: pointer;
}

.thumb-media img {
    width: 100%;
    height: 161px;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.thumb-media:not(:nth-child(4n+4)) {
    margin-right: 1%;
}

.thumb-media:nth-of-type(n+5) {
    margin-top: 10px;
}

.swiper-slide img {
    object-fit: contain;
    height: 707px;
    width: 100%;
}

.p-singleWorks__text {
    width: 1000px;
    margin: 0 auto 80px;
}

.p-singleWorks table {
    display: block;
    width: 1000px;
    margin: 0 auto 80px;
}

.p-singleWorks tbody {
    display: block;
    width: 100%;
}

.p-singleWorks table tr {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px dashed #707070;
}

.p-singleWorks table tr:last-child {
    border-bottom: 1px dashed #707070;
}

.p-singleWorks table tr th {
    width: 23.9%;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
}

.p-singleWorks table tr td {
    width: 76.1%;
    font-size: 2rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
}

.p-singleWorks h1 {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.45;
}

.p-singleWorks h1:after {
    content: "";
    display: block;
    margin: 20px auto 70px;
    width: 105px;
    height: 3px;
    background-color: #00913A;
}

.p-singleWorks .p-singleWorks__category {
    text-align: center;
}

.p-singleWorks .p-singleWorks__category a {
    display: inline-block;
    font-size: 1.9rem;
    margin: 0 auto 20px;
    padding: 8px 15px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    background-color: #00913A;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .swiper-slide img {
        height: 600px;
    }
}

@media screen and (max-width: 1100px) {
    .p-singleWorks__wrap .swiper {
        width: 100%;
    }

    .thumb-wrapper {
        width: 100%;
    }

    .p-singleWorks__text {
        width: 100%;
        margin: 0 auto 60px;
    }

    .p-singleWorks table {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .swiper-slide img {
        height: 500px;
    }

    .thumb-media img {
        height: 115px;
    }

    .thumb-media img {
        font-size: 3rem;
    }

    .p-singleWorks h1:after {
        margin: 16px auto 30px;
        width: 80px;
    }

    .p-singleWorks .p-singleWorks__category a {
        font-size: 1.6rem;
        margin: 0 auto 15px;
    }

    .p-singleWorks table tr td {
        font-size: 1.8rem;
    }

    .p-singleWorks table tr th {
        font-size: 2rem;
    }

    .p-singleWorks__text {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 590px) {
    .swiper-slide img {
        height: 370px;
    }

    .thumb-media img {
        height: 82px;
    }

    .thumb-wrapper {
        margin: 0 auto 50px;
    }

    .thumb-media:nth-of-type(n+5) {
        margin-top: 3px;
    }

    .thumb-media img {
        height: 62px;
    }

    .p-singleWorks h1 {
        font-size: 2.2rem;
    }

    .p-singleWorks h1:after {
        margin: 16px auto 18px;
    }

    .p-singleWorks .p-singleWorks__category a {
        margin: 0 auto 10px;
    }

    .p-singleWorks table tr {
        padding: 12px 0;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .p-singleWorks table tr th {
        width: 100%;
        margin: 0 0 10px;
    }

    .p-singleWorks table tr th {
        font-size: 1.7rem;
    }

    .p-singleWorks table tr td {
        font-size: 1.4rem;
        width: 100%;
    }

    .p-singleWorks table {
        margin: 0 auto 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 430px) {
    .swiper-slide img {
        height: 285px;
    }
}

@media screen and (max-width: 360px) {
    .swiper-slide img {
        height: 240px;
    }
}

/*----------------------------------------
	news
----------------------------------------*/

.p-catchNews {
    background-image: url(images/news_catch.jpg);
}

.single-news {
    margin: 0 0 120px;
}

.p-news__catch {
    background-image: url(images/catch_news.jpg);
}

.p-news__archiveWrap {
    width: 55.5%;
    margin: 0 0 150px;
}

.p-news__archiveArticle a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(198, 198, 198, 0.4);
    position: relative;
    transition: 0.3s;
}

.p-news__archiveArticle a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #00913A transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.p-news__archiveArticle a:hover {
    opacity: 0.7;
}

.p-news__archiveArticle:last-child a {
    border-bottom: 1px solid rgba(198, 198, 198, 0.4);
}

.p-news__archiveInfo {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.p-news__archiveTime {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.53);
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 10px 0 0;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}

.p-news__archiveTitle {
    font-size: 1.7rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #404040;
}

.p-news__archiveCategory {
    background-color: #00913A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 21px;
    border-radius: 11px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}

.post-type-archive-news .p-news__archiveWrap,
.tax-news_category .p-news__archiveWrap {
    width: 100%;
}

.single-info {
    display: flex;
    align-items: center;
    margin: 0 0 28px;
}

.single-info__time {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.53);
}

.single-news__title {
    font-size: 3.7rem;
    line-height: 1.486;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin: 6px 0 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #7070704D;
}

.single-news__text {
    margin: 0 0 120px;
}

.single-news__text pre {
    white-space: pre-wrap;
}

.single-all__button {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.single-all__button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-image: url(images/single_all_arrow.svg);
    margin: 0 20px 0 0;
    background-repeat: no-repeat;
}

.single-news__box {
    width: 63.3%;
}

.single-news__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.single-news .p-sidebar__archive {
    width: 30%;
}

.single-news .c-button {
    margin: auto;
}

.single-news__img {
    margin: 0 0 40px;
}

.single-news__img img {
    width: 100%;
}

@media screen and (max-width:820px) {
    .p-news__archiveWrap {
        margin: 0 0 70px;
    }

    .p-news__archiveArticle a {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-news__archiveInfo {
        margin: 0 0 10px;
    }

    .p-news__archiveTitle {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .p-news__archiveTime {
        font-size: 1.3rem;
    }

    .p-news__archiveCategory {
        font-size: 1.3rem;
    }

    .single-news__text {
        margin: 0 0 70px;
    }

    .single-news__wrap {
        flex-direction: column;
    }

    .single-news__box {
        width: 100%;
        margin: 0 0 50px;
    }

    .single-news__title {
        font-size: 3rem;
        line-height: 1.2;
        margin: 6px 0 30px;
        padding-bottom: 15px;
    }

    .single-info {
        margin: 0 0 18px;
    }

    #toc_container p.toc_title {
        font-size: 1.8rem;
    }

    .single-news {
        margin: 0 0 60px;
    }
}

@media screen and (max-width:590px) {
    .single-news .p-sidebar__archive {
        width: 100%;
    }

    .single-all__button {
        margin: 30px 0 0;
    }

    .single-news__title {
        font-size: 2.4rem;
    }

    .single-news__text.c-text {
        line-height: 2;
    }
}

/*----------------------------------------
	sidebar
----------------------------------------*/

.p-sidebar__archive {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 5px;
    padding: 40px 26px;
}

.p-sidebar__archiveTitle {
    position: relative;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #00913A;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 35px;
    padding: 0 0 8px;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    border-bottom: 2px solid #00913A;
    text-transform: uppercase;
}

.p-sidebar__archiveLists li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
}

.p-sidebar__archiveLists li:first-child {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
}

@media screen and (max-width:820px) {
    .p-sidebar__archiveTitle {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    .p-sidebar__archiveLists li {
        font-size: 1.8rem;
        padding: 15px 0;
    }

    .p-sidebar__archive {
        padding: 30px 12px;
    }

    .p-sidebar__archive {
        width: 100%;
    }
}

/*----------------------------------------
	contact
----------------------------------------*/

.p-contactTel h2 {
    font-size: 3rem;
    letter-spacing: 0.08em;
    margin: 0 0 35px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.p-contactTel {
    position: relative;
    background-color: #EEF8F2;
    border-radius: 20px;
    padding: 66px 0;
}

.p-contactTel__time {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.563;
    text-align: center;
}

.p-contactTel__number {
    font-size: 4.4rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.08em;
    text-align: center;
}

.p-contactTel__number {
    display: block;
    margin: 0 0 16px;
}

.p-contactTel__number:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 9px 0 0;
    background-image: url(images/contact_tel_icon.svg);
}

.contact_address_wrap input {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3) !important;
}

.contact_address_box:not(:last-child) {
    margin: 0 0 13px;
}

.contact_address_box:nth-of-type(1) input {
    width: 45.6%;
    margin: 0 0 20px;
}

.contact_address_box:nth-of-type(2) input {
    width: 26%;
}

.contact_address_box:nth-of-type(n+3) input {
    width: 60%;
}

.contact_address_box span {
    display: inline-block;
    width: 74px;
}

.contact_address_wrap {
    display: flex;
    flex-direction: column;
}

.contact_mail {
    padding: 110px 0;
    background-color: #F7F7F7;
}

.contact_text {
    line-height: 2;
    padding: 70px 0;
}

.table_contact_wrap {
    display: block;
    width: 1000px;
    margin: auto;
    padding: 80px 65px 110px;
    background-color: #EEF8F2;
    border-radius: 12px;
    border: 1px solid #CECECE;
}

.table_contact {
    width: 100%;
    display: block;
}

.table_contact th {
    color: #333333;
    width: 24.5%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.722;
    text-align: left;
}

.contact_address_wrap div:first-child {
    margin: 0 0 20px;
}

.table_contact tbody {
    display: block;
}

.table_contact td {
    padding: 20px;
    width: 75.5%;
    vertical-align: middle;
}

.table_contact td input.text {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3);
}

.table_contact td input.text.zip {
    width: 54%;
}

.table_contact td span {
    margin: 0 20px 0 0;
}

.table_contact td span:last-of-type {
    font-weight: bold;
    margin: 0 0 15px;
}

.table_contact td textarea {
    width: 100%;
    border: none;
    height: 220px;
    padding: 20px 0 0 20px;
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 3px;
    font-size: 1.6rem;
}

::placeholder {
    color: #9D9D9D;
}

.table_contact tr {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}

.table_contact tr:first-child {
    border-top: 1px solid #DDDDDD;
}

.required {
    display: inline-block;
    background-color: #00913A;
    color: #fff;
    margin-left: 20px;
    padding: 1px 3px;
    font-weight: normal;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
    border-radius: 2px;
}

.contact_button {
    width: 360px;
    height: 60px;
    margin: 40px auto 0;
    position: relative;
}

.contact_button input {
    background: none;
    border: none !important;
    border-radius: 3px;
    background-color: #00913A !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.table_radio_wrap {
    display: flex;
}

.mwform-radio-field:last-child {
    margin: 0;
}

.agree_check {
    margin-bottom: 60px;
    color: #2B3A3F;
}

.agree_check a {
    color: #5BA560;
}

.mwform-checkbox-field {
    margin: 0 40px 0 0;
}

.agree_check .mwform-checkbox-field {
    margin: 0;
}

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .option,
.mw_wp_form_confirm .agree_check,
.mw_wp_form_confirm .table_contact td span {
    display: none;
}

.selectbox {
    width: 320px;
    height: 40px;
    background-color: #EDEDED;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
    border: none;
}

input::placeholder {
    color: #A0A0A0;
}

input[type="text"] {
    border: none;
}

input[type="text"]:focus {
    border: 1px solid #004DA0;
    outline: 0;
}

input::placeholder {
    color: #CECDCD;
}

.table_radio_wrap {
    display: flex;
    flex-direction: column;
}


.table_radio_wrap span:not(:last-child) {
    margin: 0 0 15px;
}

.p-contactForm {
    padding: 100px 0 140px;
}

@media screen and (max-width:1200px) {
    .p-contactTel__number:before {
        background-size: 100%;
        width: 35px;
        height: 35px;
    }

    .p-contactTel h2 {
        font-size: 2.5rem;
        margin: 0 0 15px;
    }
}

@media screen and (max-width:1000px) {
    .table_contact_wrap {
        width: 100%;
        padding: 50px 40px 80px;
    }

    .table_contact td input.text {
        width: 80%;
    }

    .table_contact th {
        width: 37%;
    }

    .table_contact td {
        width: 63%;
    }

    .table_radio_wrap {
        flex-direction: column;
        line-height: 2;
    }
}

@media screen and (max-width:820px) {
    .p-contactTel__time {
        font-size: 1.4rem;
    }

    .p-contactTel__number {
        font-size: 3.8rem;
    }

    .p-contactTel {
        border-radius: 12px;
        padding: 30px 15px;
    }

    .p-contactTel h2 {
        font-size: 2rem;
    }

    .table_contact tr:nth-of-type(1) td {
        display: flex;
        flex-direction: column;
        line-height: 2;
    }

    .mw_wp_form .bg01 {
        margin: 0 0 40px;
    }

    .contact_text {
        padding: 40px 0;
    }

    .table_contact tr {
        flex-direction: column;
        padding: 20px 0;
    }

    .table_contact th {
        width: 100%;
        font-size: 1.6rem;
        justify-content: flex-start;
        margin: 0 0 15px;
        padding: 0;
    }

    .table_contact td {
        width: 100%;
        padding: 0;
    }

    .mw_wp_form .bg01 {
        padding: 40px 0;
    }

    .table_contact td input.text {
        width: 60%;
        height: 35px;
    }

    .table_contact td input.text.addr {
        width: 85%;
    }

    .selectbox {
        width: 240px;
        height: 35px;
    }

    .contact_time_wrap {
        margin: 0 0 30px;
    }

    .agree_check {
        line-height: 1.75;
        margin-bottom: 30px;
    }

    .contact_time_wrap {
        font-size: 1.4rem;
    }

    .contact_button {
        width: 230px;
        height: 45px;
        margin: 30px auto 0;
    }

    .contact_button::before {
        left: 50px;
    }

    .contact_mail {
        padding: 60px 0;
    }

    .table_radio_wrap span:not(:last-child) {
        font-size: 1.4rem;
        margin: 0 0 8px;
    }

    .p-contactForm {
        padding: 60px 0 70px;
    }
}

@media screen and (max-width:590px) {
    .p-contactTel__number:before {
        width: 25px;
        height: 25px;
    }

    .p-contactTel__number {
        font-size: 3rem;
    }

    .p-contactTel h2 {
        font-size: 1.6rem;
    }

    .p-contactTel__time {
        font-size: 1.2rem;
    }

    .table_contact_wrap {
        padding: 50px 20px 80px;
    }

    .table_contact td input.text {
        width: 100%;
        height: 45px;
        font-size: 1.5rem;
    }

    .p-contactForm {
        padding: 40px 0 50px;
    }

    .contact_address_box:nth-of-type(1) input {
        width: 100%;
    }

    .contact_address_box:nth-of-type(2) input {
        width: 52%;
    }

    .contact_address_box:nth-of-type(n+3) input {
        width: 75%;
    }
}

/*----------------------------------------
	recruit
----------------------------------------*/

.p-recruit .c-pageIntro {
    margin: 0 0 132px;
}

.p-recruit__outline {
    position: relative;
}

.p-recruit__outline:after {
    content: "";
    width: 100%;
    height: 194px;
    background-color: #F7F7F7;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.p-recruit__tableWrap {
    border-radius: 24px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    padding: 80px 100px;
}

.p-recruit__table {
    display: block;
    width: 100%;
    margin: auto;
}

.p-recruit__table tbody {
    display: block;
    width: 100%;
}

.p-recruit__table tr {
    display: flex;
    justify-content: space-between;
}

.p-recruit__table tr:last-child {
    border-bottom: none;
}

.p-recruit__table th,
.p-recruit__table td {
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.p-recruit__table th {
    width: 22.3%;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 145, 58, 0.45);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #00913A;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
}

.p-recruit__table td {
    width: 77.7%;
    vertical-align: middle;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.889;
    padding-left: 29px;
}

.p-recruit__table td p {
    line-height: 1.889;
}

.p-recruit__table td p:not(:last-child) {
    margin: 0 0 45px;
}

.p-recruit__tableWrap h2 {
    font-size: 3.8rem;
    margin: 0 0 80px;
    letter-spacing: 0.08em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.p-recruitTel h2 {
    font-size: 3rem;
    letter-spacing: 0.08em;
    margin: 0 0 35px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.p-recruitTel {
    position: relative;
    background-color: #F7F7F7;
    padding: 66px 0;
}

.p-recruitTel__box {
    background-color: #fff;
    border-radius: 20px;
    padding: 57px 20px 48px;
}

.p-recruitTel__box .c-text {
    margin: 0 0 30px;
}

.p-recruitTel__time {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.563;
    text-align: center;
}

.p-recruitTel__number {
    font-size: 4.4rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.08em;
    text-align: center;
}

.p-recruitTel__number {
    display: block;
    margin: 0 0 16px;
}

.p-recruitTel__number:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 9px 0 0;
    background-image: url(images/contact_tel_icon.svg);
}

.p-recruitPoint {
    margin: 0 0 110px;
}

.p-recruitPoint ul {
    background-color: #EEF8F2;
    border-radius: 20px;
    padding: 60px 104px;
    display: flex;
    flex-wrap: wrap;
}

.p-recruitPoint ul li {
    width: 432px;
    font-size: 2.5rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    letter-spacing: 0.09em;
}

.p-recruitPoint ul li:nth-child(n+3) {
    margin: 20px 0 0;
}

.p-recruitPoint ul li:not(:nth-child(2n+2)) {
    margin-right: 128px;
}

.p-recruitPoint ul li span {
    font-size: 5.5rem;
    letter-spacing: 0.08em;
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    color: #00913A;
    margin-right: 20px;
}

@media screen and (max-width: 1300px) {
    .p-recruit__table {
        width: 100%;
    }

    .p-recruitPoint ul li span {
        font-size: 4rem;
        margin-right: 10px;
    }

    .p-recruitPoint ul li:not(:nth-child(2n+2)) {
        margin-right: 50px;
    }

    .p-recruitPoint ul {
        padding: 60px 50px;
    }
}

@media screen and (max-width: 1200px) {
    .p-recruit__table {
        width: 100%;
        padding: 100px 5% 104px;
    }

    .p-recruitPoint ul li {
        font-size: 2.2rem;
    }

    .p-recruitPoint ul li {
        width: 340px;
    }
}

@media screen and (max-width: 1000px) {
    .p-recruit__table {
        padding: 0 4% 74px;
    }

    .p-recruit__table th,
    .p-recruit__table td {
        font-size: 1.6rem;
        padding: 20px 10px;
    }

    .p-recruit__table td p:not(:last-child) {
        margin: 0 0 25px;
    }

    .p-recruit__tableWrap {
        border-radius: 12px;
    }

    .p-recruitPoint ul {
        padding: 45px 60px;
    }

    .p-recruitPoint ul li:not(:nth-child(2n+2)) {
        margin-right: 0;
    }

    .p-recruitPoint ul li:nth-child(n+3) {
        margin: 0;
    }

    .p-recruitPoint ul li:nth-child(n+2) {
        margin: 20px 0 0;
    }

    .p-recruitPoint ul li {
        width: auto;
    }

    .p-recruitPoint ul {
        flex-direction: column;
    }
}

@media screen and (max-width: 820px) {
    .p-recruitPoint {
        margin: 0 0 50px;
    }

    .p-recruit .c-pageIntro {
        margin: 0 0 60px;
    }

    .p-recruit__tableWrap h2 {
        font-size: 3rem;
        margin: 0 0 40px;
    }

    .p-recruit__tableWrap {
        padding: 50px 30px;
    }

    .p-recruitPoint ul {
        padding: 28px 20px;
        border-radius: 10px;
    }

    .p-recruitPoint ul li:nth-child(n+2) {
        margin: 15px 0 0;
    }

    .p-recruitPoint ul li {
        font-size: 1.7rem;
    }

    .p-recruitPoint ul li span {
        font-size: 2.5rem;
    }

    .p-recruitTel h2 {
        font-size: 2.5rem;
        margin: 0 0 20px;
    }

    .p-recruitTel__box .c-text {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 590px) {
    .p-recruit__table {
        padding: 0;
    }

    .p-recruit__table th,
    .p-recruit__table td {
        padding: 0;
        border-bottom: none;
    }

    .p-recruit__table tr {
        flex-direction: column;
        border-bottom: 1px solid #4A4A4A;
        padding: 10px 0;
    }

    .p-recruit__table th {
        width: 100%;
        margin: 0 0 10px;
    }

    .p-recruit__table td {
        width: 100%;
        line-height: 1.6;
        font-size: 1.4rem;
    }

    .p-recruit__tableWrap {
        padding: 40px 30px;
    }

    .p-recruit__tableWrap h2 {
        font-size: 2.2rem;
        margin: 0 0 30px;
    }

    .p-recruit__tableWrap {
        padding: 50px 20px;
    }

    .p-recruitTel h2 {
        font-size: 2rem;
        margin: 0 0 20px;
    }

    .p-recruitTel__box {
        border-radius: 10px;
        padding: 30px 15px 35px;
    }

    .p-recruitTel {
        padding: 40px 0;
    }
}

/*----------------------------------------
	privacy policy
----------------------------------------*/

.privacy_title {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em;
    background-color: rgba(196, 221, 180, 0.09);
    border-left: 4px solid #00913A;
    margin: 0 0 15px;
}

.privacy_title02 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0.5em;
    color: #fff;
    background-color: #00913A;
    margin: 0 auto 30px;
    width: 500px;
    text-align: center;
}

.privacy_policy .text {
    margin: 0 0 30px;
}

.privacy_policy_list {
    font-weight: bold;
    color: #93C572;
    margin: 0 0 20px;
    line-height: 1.3;
}

.privacy_policy_lists li {
    line-height: 1.75;
}

.privacy_policy_list > ul {
    margin: 10px 0 0;
    color: #000;
    line-height: 1.7;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .privacy_title {
        font-size: 1.6rem;
    }

    .privacy_title02 {
        font-size: 1.8rem;
    }

    .privacy_policy_list {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 590px) {
    .privacy_title02 {
        width: 100%;
        margin: 0 auto 20px;
    }
}

/*----------------------------------------
	404 not found
----------------------------------------*/

.p-catch__404 {
    background-image: url(images/catch_404.jpg);
}

.error404 .c-button {
    margin: auto;
}
