@charset "utf-8";

/*hd*/
.header {
    background: #FFF5E0;
    padding: 33px 0 29px 0;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.header .main-menu,
.ft-main-menu {
    display: flex;
    gap: 36px;
    align-items: center;
}

.hd-groop,
.footerwrap {
    display: flex;
    justify-content: right;
    align-items: flex-end;
    gap: 6rem;
}

.hd-groop {
    padding-right: 16.6%;
}

.logo-wrap {
    max-width: 114px;
    width: 100%;
}

.link-wrap {
    text-align: right;
}

.menu-item a::before {
    content: attr(title);
    color: #20C563;
    display: block;
    text-align: center;
    font-size: 1.5rem;
}

.menu-item {
    text-align: center;
    line-height: 2;
}

.telbtn {
    font-weight: bold;
    font-size: 3.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.telbtn span::before {
    content: "";
    background: url(../../../uploads/2025/11/phone-icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.contact-linkbtn {
    background: #20C563;
    color: #FFF5E0;
    padding: 13px 32px;
    display: inline-block;
}

.contact-linkbtn span::before {
    content: "";
    background: url(../../../uploads/2025/11/mail-icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.menu-item-facebook a {
    display: inline-block;
    padding-right: 10px;
}

/*ft*/
.copyright-container {
    background: #20C563;
    text-align: center;
    padding: 17px 0;
}

.copyright-container span {
    font-size: 1.5rem;
    color: #fff;
}

.footerwrap {
    background: #FFF5E0;
    padding: 33px 16.6% 29px 0;
}

/*main*/
.main {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.main-txt {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
}

.main-txt h1 {
    font-size: max(3.33vw, 2.8rem);
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

/*sec2*/
.sec2 .inner {
    padding: 100px 16.67%;
}

.sec2 .wrap {
    justify-content: left;
    gap: 130px;
}

.sec2 .left h1 {
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.16em;
    -webkit-text-stroke: 1px #222;
    color: transparent;
}

.sec2 .left p {
    font-size: 2.4rem;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.sec2 .post time {
    background: linear-gradient(90deg, rgba(32, 197, 99, 1) 0%, rgba(200, 253, 61, 1) 100%);
    color: #fff;
    font-size: 1.6rem;
    padding: 5px 25.5px;
    border-radius: 50px;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 6px;
}

.sec2 .post h2 {
    font-size: 2.4rem;
    color: #222;
    margin-bottom: 1rem;
    font-weight: 400;
}

.sec2 .post .entry-content p {
    font-size: 1.6rem;
}

.post {
    margin-bottom: 30px;
}

.pagination-area {
    text-align: center;
}

/*sec3*/
.concept-sec .inner {
    background: url(../../../uploads/2025/11/orange_bg.jpg) no-repeat;
    background-size: cover;
    padding: 70px 21.09% 110px;
}

.concept-sec h1 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #C8FD3D;
    letter-spacing: 0.16em;
    text-align: center;
    margin-bottom: 23px;
}

.concept-sec h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
}

.concept-sec h2 span {
    font-size: 133.5%;
    color: #C8FD3D;
}

.concept-sec p {
    font-size: 2rem;
    line-height: 2;
    color: #fff;
    margin-bottom: 50px;
}

.morebtn-wrap {
    display: flex;
    justify-content: center;
}

.morebtn {
    padding: 10px 0;
    color: #20C563;
    border: 1px solid #20C563;
    background: #fff;
    display: block;
    border-radius: 50px;
    max-width: 370px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: .2s ease-in-out;
}

.morebtn span {
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
}

.morebtn span::before,
.morebtn span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 10px;
    height: 3px;
    border-radius: 9999px;
    background-color: #20C563;
    transform-origin: 100% 50%;
    transition: .2s ease-in-out;
}

.morebtn span::before {
    transform: rotate(45deg);
}

.morebtn span::after {
    transform: rotate(-45deg);
}

.morebtn:hover {
    background: #20C563;
    color: #fff;
    opacity: 1;
}

.morebtn:hover span::before,
.morebtn:hover span::after {
    background-color: #fff;
}

a {
    transition: .2S ease-in-out;
}

a:hover {
    opacity: .6;
}

/*sec4*/
.sub-tit {
    font-size: 3.2rem;
    margin-bottom: 40px;
    text-align: center;
}

.sub-tit span {
    display: block;
    font-weight: 900;
    color: #20C563;
    font-size: 2rem;
    letter-spacing: 0.16em;
    margin-bottom: 8px;
}

.sec4 p {
    text-align: center;
    margin-bottom: 40px;
}

.sec4 .wrap .co {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
}

.sec4 .wrap {
    gap: 23px;
}

.sec4 .wrap .co::after {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 9.6rem;
    color: #FFF5E0;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    z-index: -1;
    line-height: 1.2;
}

.sec4 .wrap .co:first-child::after {
    content: "01";
}

.sec4 .wrap .co:nth-child(2)::after {
    content: "02";
}

.sec4 .wrap .co:nth-child(3)::after {
    content: "03";
}

.sec4 .wrap .co h2 {
    font-size: max(1.67vw, 2.4rem);
    line-height: 2;
    color: #20C563;
    margin-top: 18px;
    font-weight: 500;
}

.sec4 .co-img1 {
    background: url(../../../uploads/2025/11/purposes1.jpg) no-repeat;
    background-position: right -45px bottom -20px;
}

.sec4 .co-img2 {
    background: url(../../../uploads/2025/11/purposes2.jpg) no-repeat;
    background-position: center;
}

.sec4 .co-img3 {
    background: url(../../../uploads/2025/11/purposes3.jpg) no-repeat;
    background-position: center;
}

.sec4 .co-img {
    max-width: 370px;
    border-radius: 24px;
    width: 100%;
    height: 252px;
    box-sizing: border-box;
}

/* sec5 */
section.sec5 {
    background: #FFF9ED;
    position: relative;
    z-index: 1;
}

.flex-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 4%;
    margin-bottom: 30px;
}

.flex-wrap.flex-rev {
    flex-direction: row-reverse;
}

.flex-item.item-img {
    margin-top: 30px;
    width: 40.5%;
}

.flex-item.item-desc {
    width: 55.5%;
}

.item-desc p {
    font-size: 2rem;
    letter-spacing: 0.08rem;
    line-height: 1.8;
    margin-bottom: 50px;
}

.grid-item.item-img {
    margin-top: 30px;
}

.flex-item {
    margin-bottom: 30px;
}

.sec5 .inner {
    padding-bottom: 30px;
}

.flex-wrap:last-child {
    margin-bottom: 0;
}

.img-item {
    position: absolute;
    z-index: -1;
}

.img-item01 {
    left: 0;
    top: 45px;
}

.img-item02 {
    right: 94px;
}

.img-item03 {
    right: 12.5%;
    top: 50%;
    transform: translateY(-50%);
}

.img-item04 {
    left: 0;
    bottom: 170px;
}

.img-item05 {
    bottom: 0;
    left: 25%;
}

.img-item06 {
    bottom: 0;
    left: 40%;
}

.img-item07 {
    bottom: 200px;
    right: 0;
}

/*sec6*/
section.sec6 {
    position: relative;
    z-index: 1;
}

.img-item08 {
    top: 30px;
    left: 60px;
}

.img-item09 {
    bottom: 0;
    right: 100px;
}

.sec6 .sub-tit {
    margin-bottom: 60px;
}

.sec6 .wrap {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.sec6 .wrap .left {
    width: 57.45%;
}

.sec6 .wrap .right {
    width: 38.40%;
}

.sec6 .wrap .left p {
    line-height: 2;
    margin: 0 0 60px;
}

.blog-banner {
    background: url(../../../uploads/2025/11/blog1.jpg) no-repeat #fff;
    background-size: contain;
    background-position: right;
    max-width: 965px;
    width: 100%;
    height: 241px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #20C563;
    z-index: 3;
}

.blog-banner p {
    width: 62%;
    padding-left: 30px;
    line-height: 2;
}

.blog-banner a {
    position: absolute;
    bottom: 14px;
    right: 10px;
}

.blog-banner::before {
    content: "BLOG";
    position: absolute;
    z-index: 2;
    left: 32px;
    bottom: 0;
    font-size: 9.6rem;
    color: #EDFBC9;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    z-index: -1;
    line-height: 1.2;
}

/*contact-sec*/
.contact-sec {
    background-color: #FFF9ED;
    padding: 100px 0 140px;
    background-image:
        url(../../../uploads/2025/11/bg10.webp),
        url(../../../uploads/2025/11/bg11.webp);
    background-position:
        left bottom,
        right top;
    background-repeat:
        no-repeat,
        no-repeat;
}

.contact-sec p {
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
}

.contact-sec .wrap p {
    margin-bottom: 10px;
    line-height: 1.2;
}

.contact-sec table {
    margin: 0 auto 40px;
}

.contact-sec table th {
    text-align: left;
    font-weight: 400;
    width: 40%;
}

.contact-sec table td {
    width: 60%;
}

.telbtn.telbtn-b {
    width: 350px;
    background: #fff;
    height: 76px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 1px #222;
}

.contact-linkbtn.contact-linkbtn-b {
    width: 350px;
    height: 76px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*sub*/
.sub-main {
    background: url(../../../uploads/2025/11/sub-main.jpg) no-repeat;
    padding: calc(169px + 183px) 0 189px;
    background-size: cover;
    background-position: center;
}

.sub-main h1 {
    text-align: center;
    font-size: 4rem;
    color: #C8FD3D;
    font-weight: 500;
}

.sub-main h1 span {
    display: block;
    font-size: 2.4rem;
    font-weight: bold
}

/*gh*/
.pt1 .inner {
    background: url(../../../uploads/2025/11/bg3.webp) no-repeat right 15% top 35%;
}

.pt2 .inner {
    background-color: #FFF9ED;
    background-image: url(../../../uploads/2025/11/sub-bg1.webp), url(../../../uploads/2025/11/sub-bg2.webp);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.pt4 .inner {
    background: url(../../../uploads/2025/11/sub-bg1.webp) no-repeat left top;
}

.pt6 .inner {
    background: url(../../../uploads/2025/11/sub-bg1.webp) no-repeat left top;
}

.pt1 .inner {
    padding-bottom: 100px;
}

.pt1 .wrap {
    align-items: flex-start;
    gap: 56px;
}

.pt1 .wrap .left {
    width: 56%;
}

.pt1 .wrap .left p {
    line-height: 2;
    margin-top: 30px;
}

.pt1 .wrap .right {
    width: 44%;
}

.pt2 .inner {
    padding-top: 100px;
    padding-bottom: 160px;
}

.pt2 .wrap {
    padding: 50px 40px;
    background: #fff;
    align-items: flex-start;
    margin-bottom: 30px;
    border-radius: 24px;
    box-shadow: 5px 5px 10px #F4F0E7;
    position: relative;
}

.pt2 .wrap.colast {
    margin-bottom: 80px;
}

.pt2 .left h2 {
    line-height: 2;
    letter-spacing: 0.01em;
    padding-left: 20px;
    background: url(../../../uploads/2025/11/line.webp) repeat-x bottom left;
    margin-bottom: 30px;
}

.pt2 .left p {
    line-height: 2;
    padding-right: 55px;
}

.co1 .left::before {
    content: "01";
}

.co1 .right {
    background: url(../../../uploads/2025/11/gh-img2.jpg) no-repeat;
}

.bo-sec2 .co1 .right {
    background: url(../../../uploads/2025/11/bo-img2.jpg) no-repeat;
}

.co2 .left::before {
    content: "02";
}

.co2 .right {
    background: url(../../../uploads/2025/11/gh-img3.jpg) no-repeat;
}

.bo-sec2 .co2 .right {
    background: url(../../../uploads/2025/11/bo-img3.jpg) no-repeat;
}

.co3 .left::before {
    content: "03";
}

.co3 .right {
    background: url(../../../uploads/2025/11/gh-img4.jpg) no-repeat;
}

.bo-sec2 .co3 .right {
    background: url(../../../uploads/2025/11/bo-img4.jpg) no-repeat;
}

.co4 .left::before {
    content: "04";
}

.co4 .right {
    background: url(../../../uploads/2025/11/gh-img5.jpg) no-repeat;
}

.bo-sec2 .co4 .right {
    background: url(../../../uploads/2025/11/bo-img5.jpg) no-repeat;
}

.co5 .left::before {
    content: "05";
}

.co5 .right {
    background: url(../../../uploads/2025/11/gh-img6.jpg) no-repeat;
}

.pt2 .wrap .left::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 9.6rem;
    color: #FFF5E0;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    z-index: -1;
    line-height: 1.2;
    transform: translate(-15%, -40%);
}

.pt2 .wrap .left {
    position: relative;
    z-index: 1;
    width: 68%;
}

.pt2 .right {
    width: 370px;
    height: 252px;
    box-sizing: border-box;
    background-size: cover;
    border-radius: 24px;
}

.txt-box {
    width: 50%;
    margin: 0 auto;
}

.txt-box h3 {
    font-size: 2.4rem;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 32px;
}

.list-cs li:not(.no-ck)::before {
    content: "";
    background: url(../../../uploads/2025/11/ck-icon.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: sub;
    position: absolute;
    top: 3px;
    left: 0;
}

.list-cs li:not(.no-ck) {
    line-height: 1.6;
    margin-bottom: 24px;
    position: relative;
    padding-left: calc(24px + 1em);
}

.list-cs li.no-ma {
    margin-bottom: 0;
}

.list-cs li.no-ck {
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 2;
}

ul.list-cs li:last-child {
    margin-bottom: 0;
}

.box {
    background: #fff;
    box-shadow: 5px 5px 10px #F4F0E7;
    border-radius: 24px;
    max-width: 773px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 8%;
}

.box h3 {
    background: url(../../../uploads/2025/11/line.webp), url(../../../uploads/2025/11/line.webp);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 2;
}

.pt4 .wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
}

.pt5 .wrap {
    align-items: stretch;
    gap: 33px
}

.pt5 .wrap .box {
    padding: 50px 3%;
    flex: 1;
}

.pt5 .inner {
    padding-top: 0;
}

.pt6 h2 {
    background: #20C563;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.16em;
    padding: 10px 0;
    text-align: center;
    border-radius: 7px;
    margin-bottom: calc(16px + 40px);
}

.pt6 .table-wrap {
    margin-bottom: calc(80px + 16px);
}

.table-wrap {
    margin-top: -16px;
    margin-left: -12px;
}

.table-cs {
    border-collapse: separate;
    border-spacing: 12px 16px;
    width: 100%;
}

.table-cs th {
    background: #C8FD3D;
    padding: 11px 0;
    text-align: center;
    border-radius: 7px;
    font-weight: 500;
    width: 18%;
}

.table-cs td {
    background: #fff;
    padding: 11px 0 11px 36px;
    border-radius: 7px;
    letter-spacing: 0.16em;
    line-height: 1.2;
}

.pt6 .inner {
    padding-bottom: 70px;
}

#lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
}

.ga-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 29px;
}

.ga-wrap img {
    width: 407px;
    height: 277px;
    object-fit: cover;
    border-radius: 24px;
}

/*sub-co*/
.company-sec2 .inner {
    background: url(../../../uploads/2025/11/sub-bg1.webp) no-repeat;
    background-position: left top;
}

.company-sec2 p {
    line-height: 2;
    width: 73%;
    margin: 0 auto 55px;
}

.company-sec2 .img-wrap {
    text-align: center;
}

.company-sec3 p {
    line-height: 2;
    width: 73%;
    margin: 0 auto;
}

.company-sec3 .wrap {
    background: url(../../../uploads/2025/11/bg3.webp), url(../../../uploads/2025/11/bg3.webp);
    background-position: right 17.5% bottom, left 5.5% top;
    background-repeat: no-repeat, no-repeat;
    gap: 40px;
    padding-top: 55px;
    padding-bottom: 160px;
}

.company-sec3 .inner {
    padding-top: 0;
    padding-bottom: 30px;
}

.company-sec4 .inner {
    padding-top: 0;
}

.company-sec4 .table-wrap {
    margin-bottom: calc(55px + 16px);
}

/*sub-rec*/
.sub-rec-tit {
    font-weight: bold;
    text-align: center;
    margin-bottom: 85px;
}

.sub-rec-tit span {
    color: #ED6D14;
}

.pt1.rec-sec1 .wrap .left p {
    margin-top: 0;
}

.pt1.rec-sec1 .wrap .right {
    margin-top: 30px;
}

.rec-sec2 .sub-rec-tit {
    margin-bottom: 40px;
}

.rec-sec1,
.rec-sec2 {
    position: relative;
}

.rec-sec1 .inner .img-wrap {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
}

.rec-sec2 .inner {
    padding-top: 20px;
}

.stay-sec p {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
}

.stay-sec .inner {
    background-image: url(../../../uploads/2025/11/sub-bg1.webp), url(../../../uploads/2025/11/bg3.webp);
    background-position: left top, right 25% bottom;
    background-repeat: no-repeat, no-repeat;
    padding-top: 210px;
    padding-bottom: 210px;
}

/*sub-con*/
.contact-sec2 .inner {
    background: #FFF9ED;
}

.contact-sec1 .inner p {
    text-align: center;
    margin-bottom: 55px;
    line-height: 2;
}

.contact-sec1 .inner h2 {
    text-align: center;
    margin-bottom: 30px;
}

.contact-sec1 .inner p:first-child {
    margin-bottom: 70px;
}

.contact-sec1 .telbtn.telbtn-b {
    margin: 0 auto;
}

.contact-sec1 .inner {
    background: url(../../../uploads/2025/11/sub-bg1.webp) no-repeat left bottom;
}

/*wpcf*/

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    background: #FAFAFA;
    border: none;
    font-family: "Zen Maru Gothic", sans-serif;
	font-size:2rem;
}

.wpcf7-form .table-cs td {
    padding: 11px;
}

.wpcf7-form select,
.wpcf7-form select option {
    font-family: "Zen Maru Gothic", sans-serif;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none;
}

.wpcf7-form .submit_btn {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpcf7-form .submit_btn input {
    background: #20C563;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 15px 0;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1680px) {
    /* for macPC landscapes */
	.header{
		padding:15px 0;
	}
	.menu-item{
		font-size:75%;
	}
}

@media screen and (max-width: 1180px) {
    /* for tablet landscapes */
	.menu-item{
		font-size:100%;
	}
}

@media screen and (max-width: 1400px) {
    /* for iPad pro landscapes */
}

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

    /* for iphone*/
    /*hd*/
    body .header {
        padding: 0;
        background: none;
    }

    .header .main-menu {
        flex-direction: column;
    }

    body .hd-groop {
        justify-content: left;
    }

    .header .logo-wrap {
        max-width: 90px;
    }

    .main-menu .menu-item-facebook {
        display: none;
    }

    /*ft*/
    body .footerwrap {
        padding: 30px 3%;
        flex-direction: column;
        align-items: center;
    }

    .ft-main-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft-main-menu-nav {
        margin-bottom: 56px;
    }

    .logo-wrap {
        max-width: 115px;
    }

    .sp-footer-icons-container a {
        margin: 0;
        padding: 23.5px 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-footer-icons-container .telbtn {
        background: #fff;
        box-shadow: inset 0 0 0 1px #222;
    }

    .sp-footer-icons-container a span {
        font-size: 2rem;
    }

    .telbtn {
        margin: 0;
        background: #fff;
    }

    /*mv*/
    body .main-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body .main {
        height: auto;
    }

    .sub-tit {
        margin-bottom: 28px;
    }

    /*sec2*/
    body .sec2 .inner {
        padding: 48px 0 17px 3.1%;
    }

    body .sec2 .wrap {
        gap: 22px;
        align-items: baseline;
    }

    body .sec2 .post h2 {
        font-size: 2rem;
    }

    /*sec3*/
    body .concept-sec .inner {
        background-position: right 66% bottom;
        padding: 64px 3.1% 51px;
    }

    body .concept-sec h1 {
        font-size: 2rem;
    }

    .concept-sec h2 {
        font-size: 2rem;
        margin-bottom: 22px;
    }

    body .concept-sec p {
        font-size: 1.6rem;
        margin-bottom: 64px;
    }

    body .concept-sec h2 span {
        font-size: 120%;
    }

    .morebtn span {
        font-size: 1.6rem;
    }

    .morebtn {
        max-width: 254px;
        margin: 0 auto;
    }

    .contact-linkbtn {
        font-size: 2rem;
    }

    /*sec4*/
    .sec4 p {
        text-align: left;
        line-height: 2;
    }

    .sec4 .wrap .co {
        width: 300px;
        box-sizing: border-box;
    }

    .sec4 .wrap .co::after {
        font-size: 6.4rem;
        right: 24px;
        bottom: 5px;
    }

    /*sec5*/
    section.sec5 {
        overflow: hidden;
    }

    .img-item02 {
        right: -5%;
        top: 1%;
        width: 20%;
    }

    .img-item01 {
        top: 44%;
        width: 30%;
    }

    .img-item03 {
        right: 0;
        top: auto;
        bottom: 13%;
        transform: none;
        width: 30%;
    }

    .img-item04 {
        display: none;
    }

    .img-item07 {
        bottom: 10%;
        right: auto;
        width: 21%;
        left: 0;
        transform: rotate(180deg);
    }

    .img-item06 {
        bottom: 0;
        left: auto;
        right: 15%;
        width: 20%;
    }

    .img-item05 {
        width: 20%;
    }

    .flex-item {
        margin-bottom: 0px;
    }

    .flex-wrap.flex-rev,
    .flex-wrap {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

    body .flex-wrap.flex-rev {
        margin-bottom: 0;
    }

    .flex-item.item-img {
        width: 58%;
        margin: 0 auto;
    }

    .flex-item.item-img img {
        margin-bottom: 50px;
    }

    .flex-item.item-desc {
        width: 100%;
    }

    .sec5 .inner {
        padding-bottom: 50px;
    }

    /*sec6*/
    .sec6 .img-wrap {
        display: none;
    }

    .sec6 .sub-tit {
        margin-bottom: 28px;
    }

    .sec6 .wrap .left {
        width: 100%;
    }

    .sec6 .wrap .right {
        width: 70%;
        margin: 0 auto;
    }

    .sec6 .wrap .right img {
        margin-bottom: 30px;
    }

    .blog-banner p {
        line-height: 1.54;
        padding-left: 3%;
    }

    .blog-banner {
        flex-direction: column-reverse;
        align-items: baseline;
        height: 230px;
    }

    .blog-banner::before {
        position: relative;
        font-size: 6.4rem;
        left: 3%;
    }

    .blog-banner a {
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

    /*seccontact*/
    .contact-sec {
        padding: 70px 3%;
        background-size: 60%, 90%;

    }

    .contact-sec p {
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .contact-sec .wrap p {
        font-size: 2rem;
    }

    .contact-sec .wrap {
        gap: 30px;
    }

    /*sub*/
    .sub-main {
        padding: 0;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pt1 .wrap .left,
    .pt1 .wrap .right {
        width: 100%;
    }

    .txt-box h3 {
        white-space: normal;
    }

    .pt1 .inner {
        background-size: 50%;
    }

    .pt2 .right {
        width: 100%;
    }

    .pt2 .wrap .left {
        width: 100%;
    }

    .pt2 .left p {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .pt2 .wrap {
        padding: 30px 3%;
    }

    .pt2 .wrap .left::before {
        font-size: 6.4rem;
    }

    .ga-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .pt1 .inner {
        padding-bottom: 60px;
    }

    .pt2 .inner {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: 50%, 50%;
    }

    .pt2 .left h2 {
        font-size: 2.4rem;
    }

    .txt-box {
        width: 100%;
    }

    .pt4 .inner {
        background-size: 50%;
    }

    .pt6 .inner {
        background-size: 50%;
    }

    .pt6 h2 {
        font-size: 2rem;
    }

    .pt6 .table-wrap {
        margin: 0;
    }

    .table-cs {
        border-spacing: 0px;
    }

    .table-cs tr {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .table-cs tr th {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        padding: 11px 1em;
    }

    .table-cs td {
        padding: 11px 1em;
        box-sizing: border-box;
    }

    .company-sec2 p,
    .company-sec3 p {
        width: 100%;
    }

    .company-sec2 .inner {
        background-size: 50%;
    }

    .company-sec3 .wrap {
        background-size: 50%;
        padding-bottom: 30px;
        gap: 30px;
    }

    .stay-sec .inner {
        background-size: 50%;
    }

    .stay-sec p {
        font-size: 2.4rem;
    }

    .sub-rec-tit {
        margin-bottom: 60px;
    }

    .rec-sec2 .sub-rec-tit {
        margin-bottom: 60px;
    }

    .rec-sec1 .inner .img-wrap {
        width: 50%;
    }

    .contact-sec1 .inner p:first-child {
        margin-bottom: 60px;
    }

    .contact-sec1 .inner p {
        text-align: left;
    }

    .wpcf7-form .submit_btn input {
        font-size: 2.2rem;
    }

    .wpcf7-form .submit_btn {
        margin-top: 40px;
    }
	.table-wrap{
		margin:0;
	}
}

@media screen and (max-width: 680px) {
    .ga-wrap {
        grid-template-columns: 1fr;
    }
}

/* CSS Document */