@import url('https://fonts.googleapis.com/css2?family=Cookie&family=M+PLUS+Rounded+1c&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
body p,
body a,
body li,
body dt,
body dd,
body time,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body th,
body td,
body span,
body label,
body input {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span {
    font-size: 1.8rem;
}

body {
    overflow-x: hidden!important;
    background: #f5fdf2;
}

.sp-br {
    display: none;
}
.center{
	text-align:center;
}
.mb20 {
    margin-bottom: 20px!important;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb200 {
    margin-bottom: 200px;
}
#breadcrumbs{
	display:none;
}

.title01::before {
    display: none;
}

.heading-03 {
    font-size: 4em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #333;
}

.title-sub {
    color: #5c4033;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

header {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.header-content {
    width: 90%;
    padding: 30px 0;
    position: absolute;
    left: 5%;
}

.header-box01 {
    margin: 0;
}

.header-box01 .logo {
    max-width: 300px;
    width: 100%;
}

.header-content02 {
    position: fixed;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    top: 40px;
    padding: 10px 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
}

.header-content02.active {
    position: fixed;
    z-index: 99;
    display: flex;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    top: 50px;
    padding: 10px 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
}

.header-content02.active .header-box01 {
    margin: 0;
}

.header-content02.active .header-menu>li a {}

.header-content02.active .header-box01 .logo {
    max-width: 250px;
    width: 100%;
}

.g-sub-nav02 .g-sub-nav-list.flex {
    display: block;
    margin-bottom: 10px;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
    background-color: #06C755;
    border-color: #fff;
    font-size: 20px;
    padding: 15px 15px 15px 10px;
    border-radius: 10px 0 0 10px;
    margin-right: 0;
    margin-left: 0;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
    color: #fff;
    background-color: #06C755;
}

.header-sub-box {
    position: fixed;
    width: 300px;
    top: 20vw;
    z-index: 99;
    margin: 0;
    right: 0;
}

.g-sub-nav-list li {
    position: relative;
    margin-bottom: 10px;
    right: -240px;
    transition: right 0.5s ease;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.g-sub-nav-list li:hover {
    right: 0;
}

.g-sub-nav-list li:nth-child(1) .sp02 {
    font-size: 26px;
}

.g-sub-nav-list li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    left: 20px;
    margin-right: 20px;
}

.sp01 {
    margin-left: 20px;
}


/* 1個目：電話 */

.g-sub-nav-list li:nth-child(1) a::before {
    content: "\f095";
}


/* 2個目：メール */

.g-sub-nav-list li:nth-child(2) a::before {
    content: "\f0e0";
}


/* 3個目：LINE */

.g-sub-nav-list li:nth-child(3) a::before {
    content: "";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    background-image: url(/wp-content/uploads/2025/04/icon-line.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.g-sub-nav-list li:nth-child(3) a::before ,
.g-sub-nav-list li:nth-child(4) a::before ,
.g-sub-nav-list li:nth-child(5) a::before {
    left: 15px;
}

.g-menu-a {
    width: auto;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 70px;
}

.g-menu-a-list>li {
    width: calc(100% / 5);
}

.logo {
    width: 350px;
}

.g-menu-wrap {
    width: calc(100% - 320px);
    width: 60vw;
}

.header-inner.flex {
    max-width: 100%;
}

.g-menu-a-list>li .g-menu-icon-img-wrap {
    width: 100%;
    display: none;
}

.menu-image-title {
    margin: 10px 0 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--main);
    color: #3b2f2f;
}

.drop-menu li a {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    color: #3b2f2f;
}

.drop-menu li {
    width: 250px;
}

.drop-menu li a:hover {
    background-color: orange;
}

.header-tel {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end;
}

.header-tel li {
    margin: 0 10px;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.header-tel li:nth-child(1) {
    background-color: #87bd42;
}

.header-tel li:nth-child(2) {
    background-color: #f9a1bc;
}

.header-tel li:nth-child(3) {
    background-color: #87ceeb;
}

.header-tel li p {
    text-align: center;
    margin: 0;
    color: #fff;
    padding-bottom: 5px;
    line-height: 1;
}

.header-tel li a {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.sub-header-txt {
    padding: 0;
    color: #333;
    background: transparent;
    font-weight: 400;
    margin-top: 9vw;
    font-size: 4rem;
}

.g-nav-tel-pc {
    display: none;
}

[data-aos="zoom-in"] {
    opacity: 0;
    transform: scale(0.8);
    transition-property: opacity, transform;
}

[data-aos="zoom-in"].aos-animate {
    opacity: 1;
    transform: scale(1);
}

.header-menu {
    background-color: transparent;
}

.header-menu>li a {
    color: #333;
    font-weight: 100;
    padding: 0 20px;
}


/*PC:スライドメニュー*/

.open-btn-wrap {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 50;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.open-btn-wrap.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.openbtn {
    position: relative;
    background: #6a3701;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    border: 2px solid #fff;
}

.openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 20px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 27px;
}

.openbtn span:nth-of-type(2) {
    top: 36px;
}

.openbtn span:nth-of-type(3) {
    top: 45px;
}

.openbtn.active span:nth-of-type(1) {
    top: 29px;
    left: 19px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 41px;
    left: 19px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

.pc-side-menu {
    position: fixed;
    height: 100%;
    width: 800px;
    z-index: 10;
    background-color: rgba(1, 164, 188, 0.8);
    background-color: rgba(122, 81, 78, .9);
    background: url(/wp-content/uploads/2025/04/bg-menu.jpg);
    background: rgba(255, 255, 255, 0.9);
    right: 0;
    top: 0;
    padding: 150px 50px 100px;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    overflow-y: auto;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
}

.pc-side-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pc-side-list {
    margin-bottom: 40px;
}

.pc-side-list li a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #3b2f2f;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #3b2f2f;
}

.pc-side-list li a:hover {
    opacity: 0.7;
}

.pc-side-menu .mobile-menu-tel {
    display: flex;
    justify-content: space-between;
}

.mobile-menu-tel-box {
    width: 31%;
    background-color: #fff;
    margin: 0;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
}

.mobile-menu-tel-box:nth-child(1) {
    background-color: #87bd42;
}

.mobile-menu-tel-box:nth-child(2) {
    background-color: #f9a1bc;
}

.mobile-menu-tel-box:nth-child(3) {
    background-color: #87ceeb;
}

.moblie-menu-head {
    text-align: center;
    margin: 0 auto;
    background: transparent !important;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    padding: 10px 0;
}

.moblie-menu-tel-number {
    display: block;
    color: #fff;
    display: flex;
    align-items: center;
}


/**/

.pc-side-menu .g-sub-nav {
    position: static;
}

.pc-side-menu .g-sub-nav .g-sub-nav-list.flex a {
    font-size: 2rem;
    display: block;
    padding: 5px 15px;
    border-radius: 30px;
    text-align: center;
    margin-left: 15px;
    border: none;
    background-color: transparent;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}


/**/

#point .txt span {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 16px;
    border-bottom: 1px solid #000000;
    background-color: #f5fdf2;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

#point .txt span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #000 transparent transparent;
    translate: -50% 100%;
}

#point .txt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: #f5fdf2 transparent transparent;
    translate: -50% 100%;
}


/**/

.greeting-txt p {
    font-size: 24px;
}

.f02 {
    text-align: right;
}


/*莠区･ｭ謇*/

iframe {
    width: 100%;
}

.tablepress tbody td.column-1 {
    width: 30%;
    color: #5c4033;
    font-weight: 500;
    background-color: transparent;
    background: #fff;
}

.block-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto;
}

.block-menu li {
    width: 30%;
}

.house-mask img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.house-mask {
    width: 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    clip-path: polygon( 50% 0%, 0% 30%, 0% 100%, 100% 100%, 100% 30%);
}


/**/

.news-list01 {
    margin-bottom: 25px;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}


/**/

.title-block {
    text-align: center;
}

.title-block span {
    font-weight: bold;
    color: #80B73E;
    font-size: 26px;
}

.w80 {
    position: relative;
    z-index: 1;
    width: 80vw;
    margin: 0 auto;
}

.layout01 {
    position: relative;
}

.layout01:before {
    content: "";
    display: block;
    width: 100%;
    height: 4.21875vw;
    background: url(/wp-content/uploads/2025/04/bg-wave01.png) no-repeat;
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: -4.1145833333vw;
    left: 0;
}

.layout02 {
    position: relative;
    background: #fff;
}

.layout02:before {
    content: "";
    display: block;
    width: 100%;
    height: 4.21875vw;
    background: url(/wp-content/uploads/2025/04/bg-wave02.webp) no-repeat;
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: -4.1145833333vw;
    left: 0;
}

.title01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333;
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 5vw;
}

.block-menu li:first-child .tit {
    background-color: #87bd42;
    background: url(/wp-content/uploads/2025/04/bg-green01.png);
    background-size: 100%;
    color: #333;
}

.block-menu li:nth-child(2) .tit {
    background-color: #f9a1bc;
    background: url(/wp-content/uploads/2025/04/bg-pink01.png);
    background-size: 100%;
    color: #333;
}

.block-menu li:nth-child(3) .tit {
    background-color: #87ceeb;
    background: url(/wp-content/uploads/2025/04/pt-blue01.png);
    background-size: 100%;
    color: #333;
}

.block-menu li:nth-child(4) .tit {
    background-color: #87bd42;
}

.block-menu li:nth-child(5) .tit {
    background-color: #f9a1bc;
}

.block-menu li:nth-child(6) .tit {
    background-color: #87ceeb;
}


/*footer*/

.footer-logo {
    padding-bottom: 40px;
    border-bottom: none;
    margin-bottom: 0;
}

.footer * {
    color: #333;
}

.footer-logo {
    padding-bottom: 40px;
    border-bottom: 3px dotted #333;
    margin-bottom: 40px;
}

.footer-address p,
.footer-address a {
    color: #333;
}

.footer-menu>li>a {
    text-align: left;
}

.footer-menu a {
    color: #333;
    font-size: 1.6rem;
}

.footer-menu>li>a {
    border-color: #333;
}

.copyright p {
    color: #333;
    text-align: center;
    font-size: 1.6rem;
}

.footer-office {
    width: 80vw;
    margin: 50px auto;
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
}

.footer-box {
    width: 32%;
    padding: 30px 20px;
    border-radius: 15px;
    background-color: #fff;
}

.footer-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.footer-txt01 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    margin: 0 auto 15px;
}

.footer-txt02 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    max-width: 300px;
    margin: 0 auto 15px;
}

.footer-txt03 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    max-width: 300px;
    margin: 0 auto 15px;
}

.footer-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.footer-txt {
    text-align: center;
    margin-bottom: 0;
}

.footer-txt03 a {
    color: #f03e15;
}

.footer-txt03 a:hover {
    text-decoration: underline;
}

.footer-txt01::before {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2025/04/icon01.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.footer {
    background-color: var(--main);
    padding: 50px 0 15px;
}

.block-pdf h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.block-pdf h3::before {
    content: "\f15c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    color: #333;
}

.block-pdf {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto 50px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 20px;
}

.footer-menu-title {
    display: none;
}

.block-pdf li {
    border-bottom: dotted 1px #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/**/

#greeting {
    position: relative;
    padding: 5vw 0 13vw;
    background: #fff;
    position: relative;
    background-image: url(/wp-content/uploads/2025/04/bg_leaf01.png);
    background-size: 40vw;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.block-greet {
    max-width: 1600px;
    width: 80vw;
    margin: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.block-greet .img {
    position: relative;
}

.block-greet .title {
    font-size: 3rem;
}

.block-greet .right {
    text-align: right;
}

#news .ab01 {
    position: absolute;
    display: inline-block;
    width: 10vw;
    right: 10vw;
    top: -12vw;
}

#introduction .ab01 {
    position: absolute;
    display: inline-block;
    width: 10vw;
    right: 10vw;
    top: 0;
}

#greeting .ab01 {
    position: absolute;
    display: inline-block;
    width: 30vw;
    left: -5vw;
    top: -12vw;
}

.block-greet .img .ab02 {
    position: absolute;
    display: inline-block;
    width: 300px;
    bottom: -10px;
    right: -10px;
}

.block-greet .img img:not(.ab02 img) {
    border-radius: 50%;
    width: 80%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


/**/

#news {
    padding-bottom: 15vw;
}


/**/

#introduction {
    padding: 200px 0;
    /*	background: linear-gradient(
  to right,
  rgba(135, 189, 66, 0.2) 0%,
  rgba(135, 189, 66, 0.2) 33.3333%,
  rgba(249, 161, 188, 0.2) 33.3333%,
  rgba(249, 161, 188, 0.2) 66.6666%,
  rgba(135, 206, 235, 0.2) 66.6666%,
  rgba(135, 206, 235, 0.2) 100%
);
	*/
}

.block-menu .tit {
    font-size: 2.5rem;
    text-align: center;
    padding: 20px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    margin: 0;
}

.block-menu li {
    width: 31%;
    margin: 1%;
}

.block-menu li:nth-child(1) {
    /*  background: rgba(135, 189, 66, 0.2);   */
}

.block-menu li:nth-child(2) {
    /* background: rgba(249, 161, 188, 0.2); */
}

.block-menu li:nth-child(3) {
    /*  background: rgba(135, 206, 235, 0.2);  */
}

.ab-txt {
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-style: normal;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    font-size: 20vw;
    top: -5vw;
    left: 5vw;
}

#news {
    position: relative;
}

#news .ab-txt {
    color: rgba(255, 242, 224, 0.7);
    z-index: -1;
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
}

#introduction {
    position: relative;
}

#introduction .ab-txt {
    color: rgba(255, 242, 224, 0.7);
    text-align: center;
    width: 100%;
    top: -10vw;
    left: 50%;
    transform: translateX(-50%);
}


/**/

.block-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-link li {
    position: relative;
    width: 33%;
    margin-bottom: 50px;
}

.block-link li .tit {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 10px 50px;
    font-size: 3rem;
    text-align: center;
    color: #5c4033;
    border-radius: 10px;
}

.block-link li:nth-child(2),
.block-link li:nth-child(5) {
    position: relative;
    top: -100px;
}

.block-link li .img {
    position: relative;
}

.block-link li .img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/04/c01.png);
    width: 80%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: -1;
}


/*
.block-link li:nth-child(2) .tit {
  background-color: #f9a1bc;
}
.block-link li:nth-child(3) .tit {
  background-color: #87ceeb;
}
.block-link li:nth-child(4) .tit {
	background-color:#87bd42;
}
.block-link li:nth-child(5) .tit {
  background-color: #f9a1bc;
}
.block-link li:nth-child(6) .tit {
  background-color: #87ceeb;
}
*/

.block-link img {
    border-radius: 50%;
    width: 80%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto 10px;
}

.right {
    text-align: right;
}

.flex img {
    border-radius: 10px;
}

.block-point {
    padding: 0 50px;
}

.block-point li {
    position: relative;
    width: 45%;
    margin: 0 auto 80px;
}

.block-point {
    margin-top: 50px;
}

.block-point li .img {
    height: auto;
    clip-path: polygon( 80px 0, /* 横10px進んでから開始 */
    0 70px, /* 左上から縦に10px下がった点 */
    0 100%, /* 左下 */
    100% 100%, /* 右下 */
    100% 0/* 右上 */
    );
}

.block-point li .icon {
    position: absolute;
    left: -10px;
    width: 80px;
    top: -20px;
    z-index: 2;
}

.block-point li .txt {
    font-size: 20px;
    background: #f5fdf2;
    margin-top: -50px;
    position: relative;
    z-index: 9;
    width: 95%;
    margin-left: auto;
    padding: 15px;
    border-radius: 10px 0 0 0;
}


/*--------------------------
 * 繝｡繝九Η繝ｼ
 * -------------------------*/

#menu {
    padding: 200px 0;
}


/*--------------------------
 * 豕穂ｺｺ讎りｦ�
 * -------------------------*/

#overview {
    position: relative;
    padding: 200px 0;
}

#overview .ab01 {
    position: absolute;
    display: inline-block;
    width: 30vw;
    left: -5vw;
    top: -12vw;
}


/**/

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

.box3 li {
    width: 31%;
    margin;
    1%;
}

.box3 .img img {
    border-radius: 10px;
    aspect-ratio: 4 / 3;
    width: 90%;
    margin: 0 auto;
}

.box3 li p.tit {
    font-size: 3rem;
    text-align: center;
}

.box3 li p.txt {}

.page-template-page-fullwidth section {
    position: relative;
    padding: 200px 0;
}

.page-template-page-fullwidth #breadcrumbs {
    display: none;
}

.single-service #breadcrumbs {
    display: none;
}

body.single-service section {
    position: relative;
    padding: 200px 0;
}

body.single-service section.layout01 .ab-txt {
    color: #fff;
}

body.single-service section .ab-txt {
    top: 0;
    color: rgba(255, 242, 224, 0.7);
    z-index: -1;
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 100%;
    text-align: center;
}

.state-title02 {
    color: #333;
    text-align: center;
    font-size: 3rem;
    background-image: url(/wp-content/uploads/2025/04/title02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 100px;
    padding: 20px 0 40px;
}


/*縺泌ｮｶ譌上°繧峨�螢ｰ*/

.s-02 .ab01 {
    position: absolute;
    display: inline-block;
    width: 10vw;
    right: 10vw;
    top: -12vw;
}

.s-02 .ab02 {
    position: absolute;
    display: inline-block;
    width: 30vw;
    left: -5vw;
    top: -12vw;
}

.s-03 .ab01 {
    position: absolute;
    display: inline-block;
    width: 30vw;
    right: -10vw;
    top: -5vw;
}

.s-03 .ab02 {
    position: absolute;
    display: inline-block;
    width: 15vw;
    left: 0;
    top: -12vw;
}

.parts-head01 {
    padding-left: 35px;
    background-image: url(/wp-content/uploads/2023/01/leaf-icon.png);
    background-size: 28px auto;
    background-position: top 0 left 0;
    background-repeat: no-repeat;
    color: #2e2e2e;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #86be42;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
}

.voice-block {
    background: #fff;
    padding: 50px;
    height: 40vw;
    overflow-y: scroll;
}


/*繧ｵ繝ｼ繝薙せ邏ｹ莉�*/

.com-flow02-list li {
    width: 31%;
}

.com-flow02-txt {
    background-color: transparent;
    font-size: 18px;
    font-weight: 100;
    color: #333;
    padding: 15px;
    margin-bottom: 0;
}

.block-service {}

.block-service li {
    margin: 2%;
    width: 46%;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.block-service p {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 10px;
}

.com-flow-wrap .com-post-link {
    margin-top: 0;
}

.com-flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.com-flow-list::before {
    content: "";
    display: block;
    width: 21%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.com-flow-list::after {
    content: "";
    display: block;
    width: 21%;
}

.com-flow-list li {
    width: 31%;
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
}

.com-flow-icon img {
    aspect-ratio: 4 / 3;
    width: 70%;
    margin: 0 auto;
    display: block;
    margin: 0 auto 15px;
    object-fit: contain;
}

.com-flow-head h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255, 165, 0, 0.3);
    width: 300px;
    margin: 30px auto 20px;
    border-radius: 10px;
}

.com-flow-txt {
    background-color: transparent;
    font-size: 18px;
    font-weight: 100;
    color: #333;
    padding: 15px;
    margin-bottom: 0;
}

.com-flow-arrow {
    display: none;
    width: 20px;
    position: absolute;
    top: 30%;
    left: -5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.com-flow-list li:first-of-type .com-flow-arrow,
.com-flow-list li:nth-of-type(5) .com-flow-arrow {
    display: none;
}

@media screen and (max-width: 1200px) {
    .width1200 {
        padding: 0 15px;
    }
}

@media screen and (max-width: 820px) {
    .com-flow-list li {
        width: 100%;
        position: relative;
        margin-bottom: 60px;
    }
    .com-flow-head h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .com-flow-txt {
        text-align: center;
    }
    .com-flow-icon img {
        height: 40px;
        width: 40px;
        margin-bottom: 5px;
    }
    .com-flow-arrow {
        width: 20px;
        top: -55px;
        left: 50%;
        -webkit-transform: translateX(-70%) rotate(90deg);
        transform: translateX(-70%) rotate(90deg);
    }
    .com-flow-list li:nth-of-type(5) .com-flow-arrow {
        display: block;
    }
}




.box_pdf {
    margin-left: 5vw;
    margin: 0 auto;
    width: 60vw;
}

.ac-faq01-q {
    padding-left: 0!important;
}

.ac-faq01-q:before {
    content: "\f059";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 0.5em;
    color: #333;
    font-size: 22px;
    margin-right: 10px;
}



.tab-panel-a .tab {
    color: var(--main);
    background-color: transparent;
    border: 1px solid var(--main);
}

.tab-panel-a .panel.is-show {
    margin-top: 50px;
}

.contact-form01 td {
    background: #fff;
}
.contact-form01 th{
	background:#fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: transparent;
}

.contact-tel li {
    margin: 0 10px;
    border-radius: 10px;
    padding: 50px 10px;
    border: 1px solid #fff;
    flex: 1;
    margin: 10px;
}

.contact-tel li:nth-child(1) {
    background-color: #87bd42;
}

.contact-tel li:nth-child(2) {
    background-color: #f9a1bc;
}

.contact-tel li:nth-child(3) {
    background-color: #87ceeb;
}

.contact-tel li p {
    color: #fff;
    padding-bottom: 5px;
    line-height: 1;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: dotted 5px;
    padding-bottom: 20px;
}

.contact-tel li a {
    display: inline-block;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    display: block;
}



.s-01 .ab-txt {
    color: #FFF2E0;
}

.s-03 .ab-txt {
    color: #FFF2E0;
}

.block-feature {
    justify-content: flex-start;
}

.block-feature li {
    position: relative;
    width: 33%;
    padding: 2% 50px;
}

.block-feature li .no {
    position: absolute;
    top: -5%;
    left: 5%;
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 4vw;
    color: #333;
    display: block;
    height: auto;
    line-height: 1;
    padding: 10px;
}

.block-feature li .tit {
    font-size: 3rem;
}

.block-feature li .img img {
    border-radius: 10px;
}

.recruit-feed01>li {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ccc;
}

.job-table th {
    background-color: transparent;
    color: #000;
}

.recruit-single-title {
    background-color: transparent;
}

.guidance .s-01 .ab-txt {
    color: rgba(255, 242, 224, 0.7);
}

.guidance .s-03 .ab-txt {
    color: rgba(255, 242, 224, 0.7);
}

.txt-main {
    font-size: 3rem;
    color: #333 font-weight: 100;
    text-align: center;
}

.width1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.ac-faq01-list .fa-plus path {
    fill: #0067B5 !important
}

.ac-faq01-list li {
    margin-bottom: 10px;
}

.ac-faq01-q {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #333
}

.ac-faq01-q:hover {
    opacity: .7;
    cursor: pointer
}

.ac-faq01-a {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    margin-bottom: 0;
}

.plus {
    display: inline-block;
    vertical-align: .3em;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 1px!important;
    background: currentColor;
    border-radius: .1em;
    position: relative;
    margin-left: 10px;
}

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

.plus.active:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media screen and (max-width: 1200px) {
    .width1200 {
        padding: 0 15px;
    }
}

@media screen and (max-width:1024px) {
    .ac-faq01-q,
    .ac-faq01-a {
        padding-left: 28px;
        background-repeat: no-repeat;
        background-size: 25px auto;
        background-position: top 1px left 0;
        font-size: 1.4rem
    }
    .ac-faq01-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.tab-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-content.active {
    position: static;
    visibility: visible;
    opacity: 1;
}


.block-service p.tit {
    font-size: 30px;
    text-align: center;
    margin: 30px auto 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #333;
}

.block-service .btn01 {
    margin-top: 30px;
}

#page-top img {
    max-height: 150px;
}




#guidance .block-time h3 {
    font-size: 3em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #333;
}

#guidance .block-time h4 {
    background: var(--main);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.block-time p {
    border-bottom: 1px dotted #333;
    padding: 0 10px 10px;
}

.block-time>div {
    background-color: #fff;
    padding: 20px;
}


/*tab*/

.tab-panel-a .tab-group {
    margin: 0;
}

.tab-panel-a .tab.is-active,
.tab-panel-a .tab:hover {
    background-color: var(--main);
    color: #fff;
    border-radius: 10px;
}

.tab-panel-a .tab {
    border-radius: 10px;
}

#guidance {
    padding: 5vw 0 13vw;
}

#information {
    position: relative;
    padding: 5vw 0 13vw;
    background: #fff;
    background-image: url(/wp-content/uploads/2025/04/bg_leaf01.png);
    background-size: 40vw;
    background-repeat: no-repeat;
    background-position: right bottom;
}
#contact {
    background-image: url(/wp-content/uploads/2025/04/bg-bottom01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding-bottom: 15vw;
}
.privacy-check a {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
}
.com-flow02-arrow {
    background: url(/wp-content/uploads/2025/04/icon-flow.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.com-interview01-wrap {
    margin-right: auto;
}

.job-table th {
  background-color: #fff;
  color: #000;
  font-weight: 500;
}
#service {
    background-image: url(/wp-content/uploads/2025/04/bg-bottom01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding-bottom: 15vw;
	/*0627追加*/
	background:none;
	  padding-bottom: 5vw;
}


/*0627追加*/
#point {
    background-image: url(/wp-content/uploads/2025/04/bg-bottom01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding-bottom: 15vw;
}

/* 4個目：Instagram */

.g-sub-nav-list li:nth-child(4) a::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/icon-instagram.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 5個目：tiktok */

.g-sub-nav-list li:nth-child(5) a::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/icon_tiktok.png);
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.g-sub-nav-list li:nth-child(5) a::before {
	left: 5px;}

.greeting-width {
    width: 70%;
}
