@charset "UTF-8";

/*
==============================================================
============================= home ===========================
==============================================================
*/
/* ====================
hero
==================== */

.hero {
	position: relative;
	width: 100%;
	height: calc(725 / 1180 * 100vw);
	overflow: hidden;
    background: #fff;
}

.hero-slide-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-slide-wrap {
	display: none;
}

.hero-slide-wrap.active {
	display: block;
}

.hero-slide-wrap img {
    -o-object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    transform: scale(1.2);
    opacity: 0;
    animation-duration: 8s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: fvImgAnimation1;
    filter: brightness(75%);
}

.hero-slide-wrap.slide-start img {
    animation-duration: 6s;
    animation-iteration-count: unset;
    animation-name: fvImgAnimation1start;
}

@keyframes fvImgAnimation1start {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: 1;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes fvImgAnimation1 {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}






.hero-slide {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.hero-slide.slide-left {
	left: 0;
}

.hero-slide.slide-right {
	right: 0;
}


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

    .hero {
		position: relative;
		width: 100%;
		overflow: hidden;
        /* max-height: 62.5rem; */
		height: calc(1256 / 750 * 100vw);
		/* height: 100vh; */
    }
    .hero-title {
        top: -65px;
    }
    .hero-slide.slide-right {
        left: 0;
        /* margin-top: -1.125rem; */
    }
    .hero-slide {
		display: block;
		margin: 0;
		padding: 0;
        position: relative;
        width: 100%;
        height: 53%;
		overflow: hidden;
    }
}
.hero-title {
    color: #F8F5F2;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,1);
}
.hero-title h1 {
    font-size: 4.7rem;
    letter-spacing: 0.8rem;
    font-weight: 300;
}
.hero-title p.sm {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
    font-family: "Roboto Slab", serif;
    padding-top: 10px;
}
@media(max-width:750px){
    .hero-title {
        font-size: 1.7rem;
        top: 30px;
    }
    .hero-title h1 {
        font-size: 2.8rem;
        letter-spacing: 0.04em;
    }
}
@media(max-width:374px){
    .hero-title {
        font-size: 1.5rem;
    }
    .hero-title h1 {
        font-size: 2.5rem;
    }
}
.home .notice {
    border-bottom: 1px solid #256440;
    background: #fff;
}
.home .notice .inner{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.145;
    letter-spacing: .04em;
    font-weight: 500;
    padding: 0 20px;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
}
.home .notice .label {
    padding: 5px;
    position: relative;
    font-weight: 500;
    letter-spacing: .06em;
    /* display: flex; */
    font-size: 1.4rem;
    line-height: 1;
    /* align-items: center; */
    color: #F8F5F2;
    background: #256440;
    text-align: center;
    min-width: 103px;
    border-radius: 0 12px 0 12px;
}
.home .notice .txt .date {
    width: 130px;
}
.home .notice a {
    display: flex;
    align-items: center;
    padding: 26px 0;
    transition: .2s;
    color: #256440;
}
.home .notice a .caption {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex: 1;
}
.home .notice a:hover {
    opacity: .7;
}
.trading {
    background: #fff;
}
.home .trading .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 90px;
}
.home .trading .content .txt {
    width: 52%;
    padding: 0 20px;
}
.home .trading .content .img {
    width: 48%;
    padding: 0 20px;
}
.home .trading .content .img {
    padding-left: 40px;
}
.home .trading .content .txt {
    color: #256440;
    font-size: 1.6rem;
    line-height: 2.25;
    padding-left: 55px;
}
.home .trading .content .txt h3 {
    font-size: 4.6rem;
    line-height: 1.45;
    font-weight: 350;
    color: #256440;
    padding-bottom: 15px;
    letter-spacing: 0.08em;
    margin-right: -40px;
}
.home .trading .content .img-bottom {
    padding-top: 35px;
}
.home .trading .content .img-bottom img {
    max-width: 512px;
    width: 100%;
}
.home .trading .bottom-btn {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 75px;
}
.home .trading .bottom-btn .btn {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #F8F5F2;
    background: #256440;
    display: inline-block !important;
    position: relative;
    border-radius: 50vh;
    min-width: 284px;
    font-weight: 700;
    text-align: center;
    transition: .3s;
    padding: 17px 20px !important;
    border: 1px solid #256440;
}
.home .trading .bottom-btn .btn::before,
.home .trading .bottom-btn .btn::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.home .trading .bottom-btn .btn::before {
    width: 11px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 20px;
}
.home .trading .bottom-btn .btn::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
}
.home .trading .bottom-btn .btn:hover {
    border: 1px solid #256440;
    color: #256440;
    background: #f8f5f2;
}
.home .trading .bottom-btn .btn:hover::before {
    background: #256440;
}
.home .trading .bottom-btn .btn:hover::after {
    border-color: #256440;
}
@media(max-width: 1150px){
    .home .trading .content .txt h3 {
        font-size: 3.2rem;
    }
}
@media(max-width: 860px){
    .home .trading .content .img {
        padding-left: 20px;
    }
    .home .trading .content .txt h3 {
        font-size: 2.5rem;
        margin-right: 0;
    }
    .home .trading .content .txt {
        font-size: 1.4rem;
        line-height: 2;
        padding-left: 20px;
        padding-right: 0;
    }
    .home .trading .content {
        padding-top: 50px;
    }
}
@media(max-width: 750px){
    .home .notice .label {
        font-size: 1.2rem;
        padding: 6px 10px;
        min-width: 85px;
    }
    .home .notice a {
        font-size: 1.4rem;
    }
    .home .notice .txt .date {
        width: 92px;
    }
    .home .notice a {
        padding: 19px 0;
    }
    .home .trading .content {
        padding-top: 45px;
    }
    .home .trading .content .txt, 
    .home .trading .content .img {
        width: 100%;
    }
    .home .trading .content .txt h3 {
        font-size: 2.8rem;
    }
    .home .trading .content .img {
        padding: 0 0 18px;
    }
    .home .trading .content .txt {
        font-size: 1.4rem;
        line-height: 2.28;
    }
    .home .trading .content .txt {
        padding: 0;
    }
    .home .trading .content .txt h3 {
        padding: 0 20px 15px;
    }
    .home .trading .content p {
        padding: 0 15px 10px;
    }
    .home .trading .content .img-bottom {
        padding-top: 0;
    }
    .home .trading .content .img-bottom img {
        max-width: 100%;
    }
    .home .trading .content {
        margin: 0 -15px;
    }
    .home .trading .bottom-btn {
        padding-top: 18px;
        padding-bottom: 50px;
    }
    .home .trading .bottom-btn .btn {
        font-size: 1.5rem;
    }
}
@media(max-width:374px){
    .home .trading .content .txt h3 {
        letter-spacing: 0;
    }
}
.home .product {
    background: #256440;
    color: #F8F5F2;
    overflow: hidden;
}
.home .product .content {
    display: flex;
}
.home .product .content .txt {
    width: 65%;;
    position: relative;
    z-index: 1;
}
.home .product .content .img img {
    width: 100%;
}
.home .product .content .img-box img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.slick-list {
    padding-right: 9% !important;
}
.home .product {
    position: relative;
}
.home .product .container {
    position: unset;
}
.home .product .content h2 {
    font-size: 7rem;
    font-family: "Roboto Slab", serif;
    font-weight: 200;
    letter-spacing: 0.06em;
    padding-top: 75px;
    line-height: 1;
    padding-bottom:5px;
}
.home .product .content .sm {
    padding-bottom: 20px;
}
.product .slider ul {
    display: flex;
    margin: 0 -20px;
}
.product .slider ul li .inner {
    background: #f0ebe4;
    color: #000;
    position: relative;
    transition: .3s;
}
/* .product .slider ul li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
} */
/* .product .slider ul li .inner:hover {
    opacity: .7;
} */
.product .slider ul li {
    width: 25%;
    padding: 0 10px;
}
.home .slider ul li .inner {
    background: #F8F5F2;
}
.product .slider {
    position: relative;
    z-index: 1;
    padding-top: 32px;
    padding-bottom: 80px;
}
.product .slider {
    margin-left: calc((100vw - 1128px) / 2);
}
.product .slider ul li h3 {
    color: #256440;
    padding: 15px 20px 0;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
}
/* TODO: ENページはCSSファイルを分ける */
.product .slider ul li .en {
    padding: 0 20px 15px;
    color: #256440;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
}
.product .slider ul li .img{
    width: 85%;
}
.product .slider .slick-next,
.product .slider .slick-prev{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: none;
    text-indent: -999999px;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: unset;
    z-index: 10;
    border-radius: 50%;
    background: #256440;
    border: 1px solid #fff;
    margin-top: -30px;
    transition: .3s;
}
.home .product .items-box .txt ul li a {
    color: #F8F5F2;
    position: relative;
    transition: .3s;
}
.home .product .items-box .txt ul li a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
}
.home .product .items-box .txt ul li a::before, 
.home .product .items-box .txt ul li a::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.home .product .items-box .txt ul li a::before {
    width: 11px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 20px;
}
.home .product .items-box .txt ul li a:hover {
    opacity: .7;
}
.home .product .items-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home .product .items-box .txt ul li:first-child a{
    padding-top: 0;
}
.home .product .items-box .img {
    width: 50%;
    padding-right: 80px;
}
.home .product .items-box .img img {
    width: 100%;
    display: none;
}
.home .product .items-box .img img.active {
    display: block;
}
.home .product .items-box .txt {
    width: 50%;
}
.home .product .items-box .txt a {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    line-height: 1;
    border-bottom: 1px solid #fff;
    padding: 28px 0;
}
.home .product .items-box .txt a .sm {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
    padding-left: 15px;
}
.home .product .bottom-btn .btn {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #F8F5F2;
    background: #256440;
    display: inline-block !important;
    position: relative;
    border-radius: 50vh;
    min-width: 284px;
    font-weight: 700;
    text-align: center;
    transition: .3s;
    padding: 17px 20px !important;
    border: 1px solid #fff;
}
.home .product .bottom-btn {
    text-align: center;
    padding-top: 0;
    padding-bottom: 75px;
}
.home .product .bottom-btn .btn::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #F8F5F2;
    border-right: 1px solid #F8F5F2;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
.home .product .bottom-btn .btn::before {
    width: 16px;
    height: 1px;
    background: #F8F5F2;
    top: 50%;
    right: 20px;
}
.home .product .bottom-btn .btn::before, 
.home .product .bottom-btn .btn::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.home .product .bottom-btn .btn:hover {
    background: #F8F5F2;
    color: #256440;
}
.home .product .bottom-btn .btn:hover::before {
    background: #256440;
}
.home .product .bottom-btn .btn:hover::after {
    border-color: #256440;
}
@media(hover:hover){
    .product .slider .slick-next:hover,
    .product .slider .slick-prev:hover{
        background: #F8F5F2;
        border: #256440;
    }
    .product .slider .slick-next:hover::after,
    .product .slider .slick-prev:hover::after{
        background: #256440
    }
    .product .slider .slick-next:hover::before,
    .product .slider .slick-prev:hover::before{
        border-color: #256440
    }
}
@media(hover:none){
    .product .slider .slick-next:active,
    .product .slider .slick-prev:active{
        background: #1FA35F;
    }
}
.product .slider .slick-prev{
    left: -20px;
}
.product .slider .slick-next{
    right: 23.8%;
}
.product .slider .slick-prev::before,
.product .slider .slick-next::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -10px;
    transition: .2s;
    width: 11px;
    height: 11px;
    border-top: 1px solid #F8F5F2;
    border-right: 1px solid #F8F5F2;
}
.product .slider .slick-prev::after,
.product .slider .slick-next::after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    transition: .2s;
    width: 16px;
    height: 1px;
    background: #F8F5F2;    
    top: 50%;
}
.slick-prev::before {
    transform: rotate(-135deg);
}
.slick-next::before {
    transform: rotate(45deg);
}
.product .slider .slick-next::before {
        margin-left: 0px;
}
.home .product .items-box .txt  li .img-sp  {
    display: none;
}
.product .slider .slick-next {
    display: none !important;
}
@media(max-width: 1190px){
    .product .slider {
        margin-left: auto;
    }
}
@media(max-width: 960px){
    .home .product .items-box .img {
        padding-right: 25px;
    }
}
@media(max-width:750px){
    .home .product .content .txt {
        width: 100%;
    }
    .home .product .content h2 {
        font-size: 4rem;
        padding-top: 45px;
    }
    .home .product .content .img-box img {
        width: 58%;
    }
    .home .product .content .sm {
        font-size: 1.2rem;
        font-weight: 350;
    }
    .home .product .content .txt {
        font-size: 1.4rem;
        line-height: 2.28;
    }
    .slick-slide img {
        width: 100%;
    }
    .slick-list {
        padding-right: 20.5% !important;
    }
    .product .slider {
        width: 90%;
        padding-bottom: 50px;
    }
    .product .slider .slick-next, .product .slider .slick-prev {
        width: 46px;
        height: 46px;
        padding: 0;
        background-color: unset;
        z-index: 10;
        border-radius: 50%;
        background: #256440;
        border: 1px solid #fff;
        margin-top: -23px;
        transition: .3s;
    }
    .product .slider .slick-prev::before, 
    .product .slider .slick-next::before {
        margin-top: -4px;
        margin-left: -8px;
        width: 9px;
        height: 9px;
    }
    .product .slider .slick-prev::after, 
    .product .slider .slick-next::after {
        margin-left: -5px;
        width: 12px;
    }
    .product .slider .slick-prev {
        left: -10px;
    }
    .product .slider ul li h3 {
        font-size: 2rem;
    }
    .product .slider ul li .en {
        font-size: 1.2rem;
    }
    .home .product .items-box .img {
        display: none;
    }
    .home .product .items-box .txt {
        width: 100%;
    }
    .home .product .items-box .txt ul li a {
        font-size: 2.5rem;
    }
    .home .product .items-box .txt a {
        flex-direction: column;
        align-items: flex-start;
    }
    .home .product .items-box .txt a .sm {
        padding-left: 0;
        padding-top: 9px;
    }
    .home .product .items-box .txt  li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .home .product .items-box .txt  li .img-sp {
        width: 40%;
        padding: 8px 16px 8px 0;
    }
    .home .product .items-box .txt  li.fm1 .img-sp {
        padding: 8px 0 8px 16px;
    }
    .home .product .items-box .txt  li .img-sp img {
        width: 100%;
    }
    .home .product .items-box .txt  li a {
        width: 60%;
    }
    .home .product .items-box .txt a {
        border-top: 1px solid #fff;
        padding: 16px 0;
    }
    .home .product .items-box .txt ul li:first-child a {
        padding-top: 16px;
    }
    .home .product .items-box .txt ul li a::after {
        right: 3px;
    }
    .home .product .items-box .txt ul li a::before {
        right: 5px;
    }
    .home .product .items-box .txt  li .img-sp  {
        display: block;
    }
    .home .product .bottom-btn {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .home .product .bottom-btn .btn {
        font-size: 1.5rem;
    }
}
/* Company =================================================== */
.company {
    padding-top: 63px;
    /* padding-bottom: 103px; */
    padding-bottom: 10%;
    background: #fff url(../img/company-bg.png) no-repeat;
    background-size: 100%;
    background-position: 63px 63px;
}
.company h2 {
    font-family: "Roboto Slab", serif;
    font-size: 7rem;
    font-weight: 200;
    line-height: 1;
    padding-top: 90px;
    padding-bottom: 15px;
    letter-spacing: 0.06em;
}
.company .content {
    max-width: 643px;
    margin: 7% auto 0;
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 60px;
}
.company .tl-box {
    text-align: center;
    color: #256440;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 350;
    max-width: 432px;
    margin: 0 auto;
}
.company .tl-box p.sm {
    text-align: center;
    padding-top: 0;
}
.company .tl-box p {
    color: #256440;
    padding-top: 25px;
    text-align: left;
    line-height: 2.25;
}
.company .tl-box .btn-box {
    padding-top: 20px;
}
.company .tl-box .btn-box .btn {
    display: inline-block;
    background: #256440;
    color: #F8F5F2;
    border-radius: 50vh;
    line-height: 1;
    font-size: 1.7rem;
    font-weight: 700;
    min-width: 284px;
    padding: 17px 10px;
    margin-top: 20px;
    position: relative;
    border: 1px solid #F8F5F2;
    transition: .3s;
    letter-spacing: 0.1em;
}
.company .btn-box .btn::before, 
.company .btn-box .btn::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.company .btn-box .btn::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #F8F5F2;
    border-right: 1px solid #F8F5F2;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
}
.company .btn-box .btn::before {
    width: 18px;
    height: 1px;
    background: #F8F5F2;
    top: 50%;
    right: 20px;
}
.company .tl-box .btn-box .btn:hover {
    background: #F8F5F2;
    color: #256440;
    border: 1px solid #256440;
}
.company .btn-box .btn:hover::before{
    background: #256440
} 
.company .btn-box .btn:hover::after  {
    border-color: #256440;
}
@media(max-width:750px){
    .company {
        background: #fff url(../img/company-bg-sp.png) no-repeat;
        background-size: 151px !important;
        background-position: 0 20px;
        padding-bottom: 135px;
    }
    .company .content {
        margin-top: 15px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 1.4rem;
        line-height: 2.28;
    }
    .company h2 {
        font-size:4rem;
        font-weight: 200;
        padding-top:40px;
    }
    .company .tl-box p {
        padding-top: 18px;
    }
    .company .tl-box .btn-box {
        padding-top: 0px;
    }
    .company .tl-box .btn-box .btn {
        font-size: 1.5rem;
        min-width: 220px;
    }
    .company .content {
        padding-bottom: 50px;
    }
    .company {
        position: relative;
    }
    .company .container {
        padding-top: 1px;
    }
    .company::after {
        content: "";
        position: absolute;
        background: url(../img/company-bg-sp-bottom.png) no-repeat;
        background-size: 100%;
        width: 100%;
        /* height: 164px; */
        height: 45%;
        bottom: 10px;
        left: 0;
    }
}
@media(min-width:1600px){
.company {
    background-size: 1300px auto;
}
}

.home .business {
    padding: 80px 0;
    background: #fff;
}
.home .business .container {
    max-width: 990px;
    margin: 0 auto;
}
.home .business .content {
    background: #F5F5F7;
}
.home .business .content h2 .tag {
    background: #303A58;
    color: #F8F5F2;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    border-radius: 50vh;
    padding: 5px 10px;
    min-width: 99px;
    text-align: center;
}
.home .business .content .inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 65px 20px;
}
.home .business .content .inner h2 {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 30px;
}
.home .business .content .inner h2 img{
    height: 25px;
    margin-left: 8px;
}
.home .business .content .inner {
    display: flex;
    flex-wrap: wrap;
}
.home .business .content .inner .img {
    width: 50%;
    padding-left: 60px;
}
.home .business .content .inner .img img {
    width: 100%;
}
.home .business .content .inner .txt {
    width: 50%;
    font-size: 1.4rem;
    line-height: 2.1;
    color: #303A58;
}
.home .business .content .inner .txt .btn-box {
    text-align: center;
    padding-top: 22px;
}
.home .business .content .inner .txt .btn-box a {
    color: #303A58;
    border-top: 1px solid #303A58;
    border-bottom: 1px solid #303A58;
    display: inline-block;
    min-width: 245px;
    line-height: 1;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 14px 0;
    transition: .3s;
    position: relative;
}
.home .business .content .inner .txt .btn-box a:hover {
    background: #303A58;
    color: #F8F5F2;
}
.home .business .content .inner .txt .btn-box a::after {
    content: "";
    position: absolute;
    background: url(../img/ic-expand.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100% !important;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    transition: .3s
}
.home .business .content .inner .txt .btn-box a:hover::after {
    background: url(../img/ic-expand-white.png) no-repeat;

}
@media(max-width: 750px){
    .home .business {
        padding-top: 25px;
    }
    .home .business .content .inner .img {
        width:100%;
        padding-left: 0;
    }
    .home .business .content .inner .txt {
        width: 100%;
    }
    .home .business .content .inner h2 {
        align-items: center;
        flex-direction: column;
    }
    .home .business .content h2 .tag {
        margin-bottom: 10px;
    }
    .home .business .content .inner {
        padding: 42px 20px 47px;
    }
    .home .business .content .inner h2 {
        padding-bottom: 15px;
    }
    .home .business .content .inner .txt {
        line-height: 2.28;
    }
    .home .business .content .inner .img {
        text-align: center;
        padding-top: 15px;
    }
    .home .business .content .inner .img img {
        max-width: 200px;
    }
}
.home .partner {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #fff;
}
.home .partner h2 {
    color: #256440;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}
.home .partner .txt {
    max-width: max-content;
    margin: 0 auto;
    color: #256440;
    font-size: 1.6rem;
    line-height: 2.25;
    padding-top: 30px;
}
.home .recruit {
    background: #256440;
    color: #F8F5F2;
    overflow-y: hidden;
    height: 900px;
}
.index-company__slider {
    display: flex;
    position: relative;
    width: 40%;
    margin-left: auto;
    margin-right: 50px;
    height: 100%;
}

.index-company__slider:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(124, 162, 140);
    mix-blend-mode: darken;
}
/* ----------- Slide chung ----------- */
.index-company__slider {
    overflow: hidden;
  }
  
  .index-company__slide {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    padding: 0 6px;
    height: 100%;
  }
  
  /* PC: Slide theo chiều dọc */
  .index-company__slide.-ttb .slide__container:first-child {
    animation: ttb01-pc 60s linear -20s infinite;
  }
  .index-company__slide.-ttb .slide__container:last-child {
    animation: ttb02-pc 60s linear infinite;
  }
  .index-company__slide.-btt .slide__container:first-child {
    animation: ttb01-pc 60s linear -20s infinite reverse;
  }
  .index-company__slide.-btt .slide__container:last-child {
    animation: ttb02-pc 60s linear infinite reverse;
  }
  
  .index-company .slide__container {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .index-company .slide__items {
    width: 100%;
    padding: 6px 0;
  }
  .index-company .slide__items img {
    width: 100%;
    display: block;
  }
  
  /* ----------- Keyframes cho PC (vertical) ----------- */
  @keyframes ttb01-pc {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  @keyframes ttb02-pc {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-200%);
    }
  }
  
  @media screen and (max-width: 750px) {
    .index-company__slider {
      overflow: hidden;
      padding: 10px 0;
    }
    .index-company__slide {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      width: 100%;
    }
    .index-company__slider {
        width: 100%;
    }
    .index-company__slide {
        flex: 0 0 100%;
        padding: 0;
    }
    .slide__container {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      list-style: none;
      padding: 0;
      margin: 0;
      width: max-content; 
      padding-bottom: 10px;
    }
    .slide__items {
      flex: 0 0 auto;
      width: 40%; 
      height: 100%; 
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .index-company__slider {
        flex-wrap: wrap;
    }
    .slide__items img {
      width: 100%;
      height: 100%;
      object-fit: cover; 
      display: block;
    }
    @keyframes slide-horizontal-1 {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
  
    @keyframes slide-horizontal-2 {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-200%);
      }
    }
    .index-company__slide.-ttb .slide__container:first-child {
      animation: slide-horizontal-1 100s linear -20s infinite;
    }
  
    .index-company__slide.-ttb .slide__container:last-child {
      animation: slide-horizontal-2 100s linear infinite;
    }
  
    .index-company__slide.-btt .slide__container:first-child {
      animation: slide-horizontal-1 100s linear -20s infinite reverse;
    }
  
    .index-company__slide.-btt .slide__container:last-child {
      animation: slide-horizontal-2 100s linear infinite reverse;
    }
  }
    
  
  /* ----------- Keyframes cho Mobile (horizontal) ----------- */
  @keyframes ttb01-mobile {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  @keyframes ttb02-mobile {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  
@media(max-width:750px){
    .home .partner h2 {
        font-size: 2.8rem;
    }
    .home .partner .txt {
        padding-top: 15px;
    }
    .home .partner {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    /* .index-company__slide.-ttb .slide__container{
        display: flex;
    }
    .index-company__slide.-ttb .slide__container li {
        width: 30%;
    }
    .index-company__slider:before {
        display: none;
    }
    .index-company__slide.-btt{
        display: none !important;
    }
    .slide__container {
        width: 100% !important;
    } */
}

.home .recruit {
    position: relative;
}
.home .recruit h2 {
    font-family: "Roboto Slab", serif;
    font-size: 7rem;
    font-weight: 200;
    line-height: 1;
    padding-top: 90px;
    padding-bottom: 5px;
    letter-spacing: 0.06em;
}
.home .recruit .tl-box p {
    line-height: 2.25;
    font-size: 1.6rem;
}
.home .recruit .tl-box .sm{
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 350;
    margin-bottom: 12px;
}
.home .recruit .content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}
.home .recruit .items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.home .recruit .items ul li {
    /* width: 33.33%; */
    width: 50%;
    padding: 10px;
}
.home .recruit .items ul li .inner {
    background: #f8f5f2;
    color: #256440;
    padding: 10px 10px 0;
}
.home .recruit .items ul li .inner .img {
    /* padding-top: 100%; */
    position: relative;
}
.home .recruit .items ul li .inner .img img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home .recruit .items ul li .inner .txt h3 {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
    padding-bottom: 6px;
}
.home .recruit .items ul li .inner .txt p {
    font-family: "Roboto Slab", serif;
}
.home .recruit .items ul li .inner .txt {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    padding: 15px;
    position: relative;
}
.home .recruit .items ul li .inner .txt .ic {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #256440;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}
.home .recruit .items ul li .inner .txt .ic::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
.home .recruit .items ul li .inner .txt .ic::before, 
.home .recruit .items ul li .inner .txt .ic::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.home .recruit .items ul li .inner .txt .ic::before {
    width: 12px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 50%;
    margin-right: -5px;
}
.home .recruit .items {
    max-width: 880px;
    padding-top: 15px;
}
.home .recruit .items ul li .inner {
    position: relative;
    transition: .3s;
}
.home .recruit .items ul li .inner a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.home .recruit .items ul li .inner:hover {
    opacity: .7;
}
.home .recruit .bottom-btn {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
    max-width: 880px;
}
.home .recruit .bottom-btn .btn {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #F8F5F2;
    background: #256440;
    display: inline-block !important;
    position: relative;
    border-radius: 50vh;
    min-width: 284px;
    font-weight: 700;
    text-align: center;
    transition: .3s;
    padding: 17px 20px !important;
    border: 1px solid #fff;
}
.home .recruit .bottom-btn .btn::before, 
.home .recruit .bottom-btn .btn::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.home .recruit .bottom-btn .btn::before {
    width: 11px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 20px;
}
.home .recruit .bottom-btn .btn::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
}
.home .recruit .bottom-btn .btn:hover {
    background: #F8F5F2 ;
    color: #256440;
}
.home .recruit .bottom-btn .btn:hover::before, 
.home .recruit .bottom-btn .btn:hover::after {
    border-top: 1px solid #256440;
    border-right: 1px solid #256440;
}
@media(max-width: 750px){
    .home .recruit h2 {
        font-size: 4rem;
        font-weight: 200;
        padding-top: 40px;
    }
    .home .recruits .tl-box p.sm {
        text-align: center;
        padding-top: 0;
        font-size: 1.2rem;
    }
    .home .recruit .tl-box p {
        font-size: 1.4rem;
    }
    .home .recruit .items ul li {
        width: 50%;
    }
    .home .recruit .items ul li .inner .txt {
        padding: 12px 8px;
    }
    .home .recruit .items ul li .inner .txt h3 {
        font-size: 1.8rem;
    }
    .home .recruit .items ul li .inner .txt {
        font-size: 1rem;
    }
    .home .recruit .items ul li .inner {
        background: #F8F5F2;
    }
    .home .recruit .items ul li  {
        padding: 7px;
    }
    .home .recruit .items ul {
        margin: 0 -7px;
    }
    .home .recruit .items ul li .inner .txt .ic::after {
        width: 5px;
        height: 5px;
        margin-right: -5px;
        margin-top: -2px;
    }
    .home .recruit .items ul li .inner .txt .ic::before {
        width: 8px;
        margin-right: -3px;
    }
    .home .recruit .items ul li .inner .txt .ic {
        width: 30px;
        height: 30px;
        right: -5px;
        margin-top: -15px;
    }
    .home .recruit {
        height: unset;
        overflow-y: unset;
        display: flex;
        flex-direction: column-reverse;
    }
    .home .recruit .content {
        position: relative;
    }
    .home .recruit .bottom-btn {
        padding-top: 30px;
        padding-bottom: 28px;
    }
    .index-company__slider {
        margin-top: 0;
        padding-bottom: 15px;
    }
}
.home .news {
    background: #fff;
}
.home .news .tl-box {
    text-align: center;
}
.home .news .tl-box h2 {
    font-family: "Roboto Slab", serif;
    font-size: 7rem;
    font-weight: 200;
    line-height: 1;
    padding-top: 90px;
    padding-bottom: 15px;
    letter-spacing: 0.06em;
    color: #256440;
}
.home .news .tl-box p.sm {
    text-align: center;
    padding-top: 0;
    color: #256440;
    line-height: 1;
}
.home .news  {
    padding-bottom: 100px;
}
.home .news .container {
    max-width: 790px;
}
.home .news .content ul {
    padding-top: 20px;
    margin-bottom: 38px;
} 
.home .news .content a {
    color: #256440;
    font-size: 1.6rem;
    transition: .3s;
    display: flex;
    align-items: center;
}
.home .news .content ul li .date {
    display: inline-block;
    width: 115px;
    text-align: center;
}
.home .news .content ul li .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex: 1;
}
.home .news .content ul li {
    border-bottom: 1px solid #256440;
    padding: 20px 0 15px;
}
.home .news .content ul li a:hover {
    opacity: .7;
}
.home .news .btn-box {
    text-align: center;
}
.home .news .btn-box .btn {
    display: inline-block;
    background: #256440;
    color: #F8F5F2;
    border-radius: 50vh;
    line-height: 1;
    font-size: 1.7rem;
    font-weight: 700;
    min-width: 284px;
    padding: 17px 10px;
    position: relative;
    border: 1px solid #256440;
    transition: .3s;
    text-align: center;
    letter-spacing: 0.1em;
}
.home .news .btn-box .btn::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
}
.home .news .btn-box .btn::before, 
.home .news .btn-box .btn::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.home .news .btn-box .btn::before {
    width: 16px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 20px;
}
.home .news .btn-box .btn:hover {
    background: #F8F5F2;
    border-color: #256440;
    color: #256440;
}
.home .news .btn-box .btn:hover::before {
    background: #256440
}
.home .news .btn-box .btn:hover::after {
    border-color: #256440;
}
@media(max-width:750px){
    .home .news .tl-box h2 {
        font-size: 4rem;
        font-weight: 200;
        padding-top: 40px;
    }
    .home .news .tl-box p.sm{
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        font-weight: 350;
        margin-bottom: 12px;
    }
    .home .news .content ul {
        padding-top: 0;
    }
    .home .news .content a {
        font-size: 1.4rem;
    }
    .home .news .content ul li .date {
        text-align: left;
        width: 82px;
    }
    .home .news .content ul li {
        padding: 22px 0 16px;
    }
    .home .news .content ul {
        margin-bottom: 34px;
    }
    .home .news {
        padding-bottom: 50px;
    }
    .home .news .btn-box .btn {
        font-size: 1.5rem;
    }
}
.contact-box {
    position: relative;
    /* background: url(../img/contact-bg.jpg) no-repeat; */
    background-size: cover;
    padding: 225px 0;
    color: #F8F5F2;
}
.contact-box h2 {
    font-family: "Roboto Slab", serif;
    font-size: 7rem;
    font-weight: 200;
    line-height: 1;
    padding-bottom: 5px;
    letter-spacing: 0.06em;
}
.contact-box .items ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -13px;
}
.contact-box .items ul li {
    width: 33.33%;
    font-size: 1.6rem;
    padding: 0 13px;
}
.contact-box .items ul li .tl-box {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 350;
    margin-bottom: 12px;
}
.contact-box .sm {
    padding-bottom: 15px;
}
.contact-box .items ul li .inner {
    margin-top: 20px;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s;
}
.contact-box .items ul li .inner.bg1:hover {
    background: #F8F5F2;
    color: #256440;
    border: 1px solid #256440;
}
.contact-box .items ul li .inner.bg1:hover .ic {
    background: #256440;
}
.contact-box .items ul li .inner.bg1:hover .ic::after {
    border-color: #F8F5F2;
}
.contact-box .items ul li .inner.bg1:hover .ic::before {
    background: #F8F5F2;
}
.contact-box .items ul li .inner.bg1 {
    background: #256440;
    border: 1px solid #F8F5F2;
    padding: 20px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 350;
    letter-spacing: 0.08em;
}
.contact-box .items ul li .inner.bg1 .lg {
    font-size: 3rem;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    padding-top: 5px;
    letter-spacing: 0.06em;
}
.contact-box .items ul li .inner.bg2 {
    background: #F8F5F2;
    border: 1px solid #256440;
    padding: 20px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 350;
    letter-spacing: 0.08em;
    color: #256440;
}
.contact-box .items ul li .inner.bg1 .ic {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #F8F5F2;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    bottom: 12px;
    margin-top: -24px;
    border: 1px solid #F8F5F2;
    transition: .3s;
}
.contact-box .items ul li .inner.bg1 .ic::before {
    width: 12px;
    height: 1px;
    background: #256440;
    top: 50%;
    right: 50%;
    margin-right: -5px;
}
.contact-box .items ul li .inner.bg1 .ic::before, 
.contact-box .items ul li .inner.bg1 .ic::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.contact-box .items ul li .inner.bg1 .ic::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    right: 50%;
    margin-right: -7px;
    border-top: 1px solid #256440;
    border-right: 1px solid #256440;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
.contact-box .items ul li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.contact-box .items ul li .inner .tel a {
    position: relative;
    transition: .3s;
    pointer-events: none;  
    cursor: not-allowed;
}
/* .contact-box .items ul li .inner .tel a:hover {
    opacity: .7;
} */
.contact-box .items ul li .inner.bg2 .tel {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #256440;
    border-bottom: 1px solid #256440;
    padding: 3px 0;
    display: inline-block;
    margin: 8px 0 12px;
}
.contact-box .items ul li .inner.bg2 .tel .lg,
.contact-box .items ul li .inner.bg2 .tel .sm {
    display: block;
    width: 100%;
    line-height: 1.5;
}
.contact-box .items ul li .inner.bg2 .tel .lg {
    font-size: 2rem;
    font-weight: 700;
}
.contact-box .items ul li .inner.bg2 .tel .lg a {
    font-size: 2.5rem;
    color: #256440;
}
.contact-box .items ul li .inner.bg2 .tel .sm {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 0;
}
.contact-box .items ul li .inner.bg2 .tel .sm a {
    color: #256440;
    font-size: 1.9rem;
}
.contact-box .items ul li .inner.bg2 .time span {
    display: block;
}
.contact-box .items ul li .inner.bg2 .time {
    font-size: 1.2rem;
    line-height: 1.5;
}
@media(max-width: 960px){
    .contact-box .items ul li:first-child{
        width: 100%;
        padding-bottom: 20px;
    } 
    .contact-box .items ul li {
        width: 50%;
    }
    .contact-box {
        padding: 100px 0;
    }
}
@media(max-width:750px){
    .contact-box {
        /* background: url(../img/contact-bg-sp.jpg) no-repeat; */
        background-size: cover;
        padding: 45px 0;
    }
    .contact-box .items ul li {
        width: 100%;
        color: #256440;
        text-align: center;
        font-size: 1.4rem;
    }
    .contact-box .tl-box h2 {
        font-size: 4rem;
        font-weight: 200;
    }
    .contact-box .tl-box {
        text-align: center;
    }
    .contact-box .sm {
        padding-bottom: 0;
        font-size: 1.2rem;
    }
    .contact-box .items ul li .inner.bg1 {
        color: #F8F5F2;
    }
    .contact-box .items ul li .inner {
        min-height: 210px;
    }
    .contact-box .items ul li .inner.bg2 .tel .lg {
        font-size: 1.8rem;
    }
    .contact-box .items ul li .inner.bg2 .tel .lg a {
        font-size: 2rem;
    }
    .contact-box .items ul li .inner.bg2 .tel .sm {
        font-size: 1.3rem;
    }
    .contact-box .items ul li .inner.bg2 .tel .sm a {
        font-size: 1.6rem;
    }
    .contact-box .items ul li .inner.bg1 .lg {
        font-size: 2.8rem;
    }
    .contact-box .items ul li .inner.bg1 {
        font-size: 1.2rem;
    }
    .contact-box .items ul li .inner.bg1 .ic {
        width: 45px;
        height: 45px;
    }
}
/*
==============================================================
=========================== End home =========================
==============================================================
*/
/*
==============================================================
========================== product ===========================
==============================================================
*/
.main-title {
    padding-top: 150px;
    color: #256440;
    background: #fff;
}
.main-title h2{
    font-family: "Roboto Slab", serif;
    font-size: 7rem;
    font-weight: 200;
    line-height: 1;
    padding-bottom: 5px;
    letter-spacing: 0.06em;
}
.main-title .sm {
    padding-bottom: 15px;
}
.product .product-banner {
    position: relative;
    color: #256440;
    padding-bottom: 11.5%;
    background: #fff;
}
.product .product-banner h2 {
    font-size: 4.6rem;
    line-height: 1.43;
    font-weight: 350;
    padding-bottom: 15px;
}
.product .product-banner .img01 {
    width: 58%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    max-width: 735px;
}
.product .product-banner .img02 {
    width: 22%;
    margin-left: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.product .product-banner .inner {
    width: 100%;
    max-width: 620px;
    background: rgb(255, 255, 255, .8);
    position: relative;
    z-index: 1;
    /* padding: 60px; */
    padding: 60px 5rem;
    line-height: 2.25;
    z-index: 1;
}
@media(max-width:960px){
    .product .product-banner h2 {
        font-size: 3rem;
    }
    .product .product-banner .inner {
        padding: 40px 20px;
    }
}
@media(max-width:750px){
    .product .product-banner {
        padding: 11.5% 0;
    }
    .product .product-banner .img02  {
        width: 32%;
    }
    .product .product-banner .inner {
        font-size: 1.4rem;
    }
    .main-title h2 {
        font-size: 4rem;
        font-weight: 200;
    }
    .main-title .sm {
        padding-bottom: 0;
        font-size: 1.2rem;
    }
    .breadcrumbs {
        padding: 15px 0 !important;
    }
    .main-title {
        padding-top: 100px;
    }
}
/* breadcrumbs ================================== */
.breadcrumbs {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .04em;
    padding-top: 15px;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li a {
    position: relative;
    color: #256440;
    transition: 0.2s;
}
@media(hover:hover){
    .breadcrumbs li a:hover {
        opacity: .7;
    }
}
@media(hover:none){
    .breadcrumbs li a:active {
        opacity: .7;
    }
}
@media (max-width:750px) {
    .breadcrumbs {
        padding-top: 5px;
        font-size: 1.2rem;
    }
    .breadcrumbs li a:before {
        top: -9px;
        right: -1px;
    }
    .product .selected-wood .txt-box {
        font-size: 1.4rem;
    }
}
@media (max-width:480px) {
    .breadcrumbs li a:before {
        top: -6px;
    }
}
.product .selected-wood {
    padding-top: 50px;
    color: #256440;
    overflow-x: hidden;
    background: #fff;
}
.product .selected-wood .txt-box {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 2.25;
}
.product .selected-wood .txt-box h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 10px;
}
.product .lumber-list {
    background: #256440;
    padding-bottom: 75px;
}
.product .lumber-list h2 {
    font-size: 4.6rem;
    color: #F8F5F2;
    font-weight: 350;
    text-align: center;
    line-height: 1;
    padding-top: 90px;
}
.product .lumber-list .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.product .lumber-list .items li {
    width: 50%;
    padding: 50px 25px 0;
}
.product .lumber-list .items li .inner {
    background: #F8F5F2;
}
.product .lumber-list .items li {
    color: #F8F5F2;
}
.product .lumber-list .items li .inner img {
    width: 100%;
}
.product .lumber-list .items li .inner .img {
    width: 89%;
}
.product .lumber-list .items li .inner h3 {
    font-size: 2.7rem;
    font-weight: 500;
    color: #256440;
    text-align: center;
    line-height: 1;
    padding: 32px 15px;
}
.product .lumber-list .items li .inner {
    margin-bottom: 25px;
}
@media(max-width: 1250px){
    .product .lumber-list .items li {
        padding: 50px 20px 0;
    }
    .product .lumber-list .items {
        margin: 0 -20px;
    }
}
@media(max-width:860px){
    .product .lumber-list .items li {
        padding: 40px 15px 0;
    }
    .product .lumber-list .items {
        margin: 0 -15px;
    }
    .product .lumber-list h2 {
        font-size: 2.8rem;
        padding-top: 50px;
    }
    .product .lumber-list .items li .inner {
        margin-bottom: 15px;
    }
    .product .lumber-list .items li {
        line-height: 2;
        font-size: 1.4rem;
    }
}
@media(max-width:750px){
    .product .lumber-list .items li {
        width: 100%;
    }
    .product .lumber-list .items {
        margin: 0;
    }
    .product .lumber-list .items li {
        padding: 30px 0 0;
    }
    .product .lumber-list .items li .inner h3 {
        font-size: 2.2rem;
    }
    .product .lumber-list {
        padding-bottom: 35px;
    }
}
.product .items-list {
    background: #fff;
}
.product .items-list .content,
.product .items-list .content .items .inner-items {
    display: flex;
    flex-wrap: wrap;
}
.product .items-list .content .items,
.product .items-list .content .items .inner-items .item {
    width: 50%;
}
.product .items-list .content .items h3 {
    font-size: 4.6rem;
    font-weight: 350;
    color: #256440;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding-bottom: 15px;
}
.product .items-list .content .items h4 {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #256440;
    font-weight: 500;
    padding: 0 0px 20px;
}
.product .items-list .content .items .inner-items .item .inner {
    background: #F8F5F2;
    padding: 20px;
    height: 100%;
    max-height: 270px
}
.product .items-list .content .items .inner-items .item .inner .img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product .items-list .content .items,
.product .items-list .content .items .inner-items .item  {
    padding: 20px;
}
.product .items-list .content,
.product .items-list .content .items .inner-items {
    margin: 0 -20px;
}
.product .items-list .content .items:last-child .inner-items .item .inner{
    padding-bottom: 0;
    padding-left: 0;
}
.product .items-list .content .items:last-child .inner-items .item .inner img {
    width: 92%;
    padding-top: 20px;
}
.product .items-list .content .items:last-child .inner-items .item .inner h4 {
    padding: 0 20px 20px;
}
.product .items-list {
    padding-top: 60px;
    padding-bottom: 30px;
}
.product .items-list .content .items .inner-items .item {
    color: #256440;
    font-size: 1.6rem;
    line-height: 2.25;
}
.product .items-list .content .items .inner-items .item .txt {
    margin-top:15px;
}
@media(max-width: 1150px){
    .product .items-list .content .items, 
    .product .items-list .content .items .inner-items .item {
        padding: 10px;
    }
    .product .items-list .content, 
    .product .items-list .content .items .inner-items {
        margin: 0 -10px;
    }
    .product .items-list .content .items h3 {
        font-size: 3.5rem;
        padding-bottom: 0;
    }
    .product .items-list .content .items h4{
        padding: 0 10px 10px;
        font-size: 2.2rem;
    }
    .product .items-list .content .items:last-child .inner-items .item .inner h4 {
        padding-bottom: 10px;
    }
    .product .items-list .content .items .inner-items .item .inner {
        max-height: 230px;
    }
}
@media(max-width:960px){
    .product .items-list .content .items .inner-items .item .inner {
        max-height: 210px;
    }
    .product .items-list .content .items .inner-items .item .txt {
        font-size: 1.4rem;
    }
    .product .items-list .content .items h3 {
        font-size: 3rem;
    }
}
@media(max-width:860px){
    .product .items-list .content .items {
        width: 100%;
    }
    .product .items-list .content .items .inner-items .item .inner {
        max-height: 330px;
    }
    .product .items-list {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .product .items-list .content .items .inner-items .item .inner {
        max-height: 280px;
    }
    .product .items-list .content .items {
        padding-top: 40px !important;
    }
}
@media(max-width: 600px){
    .product .items-list .content .items .inner-items .item .inner {
        max-height: 240px;
    }
    .product .items-list .content .items h3 {
        font-size: 2.4rem;
    }
    .product .items-list .content .items:last-child .inner-items .item .inner h4 {
        font-size: 2rem;
    }
}
@media(max-width: 480px){
    .product .items-list .content .items .inner-items .item .inner {
        max-height: unset;
    }
    .product .items-list .content .items h3 {
        font-size: 2.4rem;
    }
    .product .items-list .content .items:last-child .inner-items .item .inner h4 {
        font-size: 2rem;
    }
    .product .items-list .content .items .inner-items .item {
        width: 100%;
    }
    .product .items-list .content .items .inner-items .item .inner {
        height: auto;
    }
}
.recruit .recruit-banner {
    padding-top: 15px;
    background: #fff;
}
.recruit .recruit-banner img {
    width: 100%;
}
.recruit .content-box .content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 90px;
}
.recruit .content-box {
    background: #fff;
}
.recruit .content-box .content .txt-box {
    width: 50%;
    color: #256440;
    padding: 0 55px;
    line-height: 2.25;
}
.recruit .content-box .content .img-box {
    width: 50%;
}
.recruit .content-box .content .txt-box h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.recruit .content-box .content .txt-box .img img {
    width: 80%;
}
.recruit .content-box .content .txt-box .img {
    padding-top: 20px;
}
.recruit .content-box .content img {
    width: 100%;
}
@media(max-width:1050px){
    .recruit .content-box .content .txt-box {
        padding: 0 25px;
    }
}
@media(max-width:960px){
    .recruit .content-box .content .txt-box h2 {
        font-size: 2.5rem;
    }
}
@media(max-width:860px){
    .recruit .content-box .content .txt-box h2 {
        font-size: 2rem;
    }
    .recruit .content-box .content .txt-box {
        font-size: 1.4rem;
    }
}
@media(max-width: 750px){
    .recruit .content-box .content {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .recruit .content-box .content .txt-box {
        width: 100%;
        padding: 0 0 25px;
    }
    .recruit .content-box .content .img-box {
        width: 80%;
        margin-left: auto;
    }
}
.recruit .job-list {
    background: #256440;
    padding: 100px 0;
}
.recruit .job-list .container {
    max-width: 1010px;
}
.recruit .job-list h2 {
    font-size: 4.6rem;
    color: #F8F5F2;
    font-weight: 350;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1;
}
.recruit .job-list .items .item {
    padding-top: 45px;
}
.recruit .job-list .items .inner{
    display: flex;
    flex-wrap: wrap;
    background: #F8F5F2;
    padding: 5px;
    position: relative;
    transition: .3s;
}
.recruit .job-list .items .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.recruit .job-list .items .inner:hover {
    opacity: .7;
}
.recruit .job-list .items .img,
.recruit .job-list .items .txt {
    width: 50%;
}
.recruit .job-list .items .txt {
    padding: 4%;
    color: #256440;
    font-size: 1.6rem;
    line-height: 2.25;
}
.recruit .job-list .items .txt h3 {
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    padding-bottom: 8px;
}
.recruit .job-list .items .txt .sm {
    font-family: "Roboto Slab", serif;
    font-size: 1.4rem;
    padding-bottom: 22px;
}
.recruit .job-list .items .txt .btn-box {
    text-align: right;
    padding-top: 30px;
}
.recruit .job-list .items .txt .btn-box .btn {
    color: #256440;
    font-size: 1.4rem;
    line-height: 1;
    padding-right: 65px;
    position: relative;
    transition: .3s;
}
.recruit .job-list .items .txt .btn-box .btn .ic {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #256440;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}
.recruit .job-list .items .txt .btn-box .btn .ic::before, 
.recruit .job-list .items .txt .btn-box .btn .ic::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.recruit .job-list .items .txt .btn-box .btn .ic::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
.recruit .job-list .items .txt .btn-box .btn .ic::before {
    width: 12px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 50%;
    margin-right: -5px;
}
.recruit .job-list .items .txt .btn-box .btn:hover {
    opacity: .5;
}
.recruit .job-list .sub-tl {
    text-align: center;
    color: #F8F5F2;
    padding-top: 30px;
}
.recruit .job-list .items .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
@media(max-width: 750px){
    .recruit .job-list .items .img, 
    .recruit .job-list .items .txt {
        width: 100%;
    }
    .recruit .job-list .items .img img {
        height: auto;
        object-fit: unset;
        object-position: unset;
    }
    .recruit .job-list .items .txt .btn-box {
        padding-top: 20px;
    }
    .recruit .job-list .items .item {
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .recruit .job-list {
        background: #256440;
        padding: 50px 0;
    }
    .recruit .job-list .sub-tl {
        padding-top: 15px;
        font-size: 1.4rem;
    }
    .recruit .job-list h2 {
        font-size: 2.8rem;
    }
    .recruit .job-list .items .txt h3 {
        font-size: 2.5rem;
        padding-bottom: 0;
    }
    .recruit .job-list .items .txt .sm {
        padding-bottom: 5px;
    }
    .recruit .job-list .items .txt {
        font-size: 1.4rem;
        padding: 15px 15px 22px;
        line-height: 2;
    }
}
.staff-introduction  {
    padding: 100px 0;
    background: #fff;
}
.staff-introduction .container {
    max-width: 890px;
}
.staff-introduction .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.staff-introduction .content .txt {
    width: 60%;
    padding-right: 35px;
}
.staff-introduction .content .txt a {
    font-size: 3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #256440;
    border-bottom: 1px solid #256440;
    padding-bottom: 25px;
    position: relative;
    display: block;
    transition: .3s;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.staff-introduction .content .txt a .sm {
    font-size: 1.4rem;
    font-weight: 300;
    position: relative;
    top: -3px;
    left: 12px;
    font-family: "Roboto Slab", serif;
}
.staff-introduction .content .img {
    flex: 1;
}
.staff-introduction .content .txt a::before, 
.staff-introduction .content .txt a::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.staff-introduction .content .txt a::before {
    width: 12px;
    height: 1px;
    background: #256440;
    top: 50%;
    right: 15px;
    margin-top: -13px;
}
.staff-introduction .content .txt a::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    right: 10px;
    border-top: 1px solid #256440;
    border-right: 1px solid #256440;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -17px;
}
.staff-introduction .content .txt a:hover {
    opacity: .7;
}
@media(max-width:750px){
    .staff-introduction {
        padding: 40px 0;
    }
    .staff-introduction .content .txt a {
        font-size: 1.8rem;
    }
    .staff-introduction .content .txt a .sm {
        font-size: 1.2rem;
    }
    .staff-introduction .content .txt {
        width: 70%;
        padding-right: 15px;
    }
    .staff-introduction .content .txt a .sm {
        top: 0px;
    }
}
.recruit .sales-person {
    padding-bottom: 110px;
    background: #fff;
}
.recruit .sales-person .tl-box {
    color: #256440;
}
.recruit .sales-person .tl-box h2 {
    font-size: 4.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.recruit .sales-person .top-box {
    border-bottom: 1px solid #000
}
.recruit .sales-person .tl-box .sm {
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    padding-top: 8px;
    font-family: "Roboto Slab", serif;
}
.recruit .sales-person ul {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.recruit .sales-person li {
    padding: 0 32px;
    line-height: 1;
}
.recruit .sales-person li a{
    color: #256440;
    position: relative;
    transition: .3s;
    font-weight: 500;
}
.recruit .sales-person li a::before,
.recruit .sales-person li a::after {
    content: "";
    position: absolute;
    top: 50%;
}
.recruit .sales-person li a::before{
    height: 8px;
    width: 1px;
    background: #256440;
    right: -7px;
    margin-top: -6px;
}
.recruit .sales-person li a::after {
    width: 7px;
    height: 7px;
    border-right: 1px solid #256440;
    border-bottom: 1px solid #256440;
    transform: rotate(45deg);
    margin-top: -2px;
    right: -10px;
}
.recruit .sales-person li a:hover {
    opacity: .7;
}
.recruit .sales-person .content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
}
.recruit .sales-person .content .txt-box {
    width: 50%;
    padding: 0 75px 0 25px;
    color: #256440;
}
.recruit .sales-person .content .txt-box h2 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.6;
    margin-right: -30px;
}
.recruit .sales-person .content .img {
    width: 50%;
}
.recruit .sales-person .content .txt-box .tag {
    line-height: 1;
    background: #256440;
    color: #F8F5F2;
    display: inline-block;
    font-size: 1.4rem;
    min-width: 105px;
    text-align: center;
    padding: 5px 5px;
    border-radius: 0 11px 0 11px;
    margin-bottom: 25px;
}
@media(max-width:1200px){
    .recruit .sales-person .content .txt-box {
        padding: 0 35px 0 15px;
    }
    .recruit .sales-person .content .txt-box h2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
}
@media(max-width:960px){
    .recruit .sales-person .content .txt-box {
        padding: 0 20px 0 0px;
    }
    .recruit .sales-person .content .txt-box h2 {
        font-size: 2rem;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .recruit .sales-person .content .txt-box .tag {
        font-size: 1.2rem;
        min-width: 80px;
        margin-bottom: 15px;
    }
}
@media(max-width:750px){
    .recruit .sales-person .content .txt-box {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        font-size: 1.4rem;
        line-height: 2;
    }
    .recruit .sales-person .content .img {
        width: 100%;
    }
    .recruit .sales-person .content {
        padding-top: 40px;
    }
    .recruit .sales-person {
        padding-bottom: 50px;
    }
    .recruit .sales-person .tl-box h2 {
        font-size: 3.5rem;
    }
    .recruit .sales-person ul {
        flex-wrap: wrap;
        justify-content: unset;
        padding: 35px 35px 10px;
    }
    .recruit .sales-person li {
        width: 50%;
        padding: 0 0 15px !important;
        font-size: 1.3rem !important;
    }
    .recruit .sales-person li.fm1 {
        text-align: right;
        padding-right: 10px !important;
    }
}
@media(max-width:576px){
    .recruit .sales-person li {
        padding: 0 20px;
        font-size: 1.4rem;
    }
}
@media(max-width:428px){
    .recruit .sales-person li {
        padding: 0 15px;
        font-size: 1.2rem;
    }
}
@media (max-width: 374px) {
    .recruit .sales-person .content .txt-box h2 {
        font-size: 1.8rem;
    }
    .recruit .sales-person li {
        padding: 0 15px;
        font-size: 1rem;
    }
}
.recruit .interview {
    background: url(../img/interview.jpg) no-repeat;
    background-size: cover !important;
    background-position: center !important;
    color: #F8F5F2;
    padding-top: 85px;
}
.recruit .interview .tl-box h2 {
    font-family: "Roboto Slab", serif;
    font-size: 7rem;
    font-weight: 200;
    line-height: 1;
    padding-bottom: 5px;
    letter-spacing: 0.06em;
}
.recruit .interview .tl-box .sm {
    padding-bottom: 15px;
    font-weight: 350;
    font-size: 1.4rem;
}
.recruit .interview .tl-box {
    padding-bottom: 35px;
}
.recruit .interview .top-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.recruit .interview .top-box .img {
    width: 50%;
}
.recruit .interview .top-box .txt {
    width: 50%;
    padding-left: 45px;
}
.recruit .interview .top-box .txt h3 {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 25px;
}
.recruit .interview .top-box .txt .name {
    font-size: 1.6rem;
    line-height: 1.375;
}
.recruit .interview .top-box .txt .name-en {
    font-family: "Roboto Slab", serif;
    font-size: 1.4rem;
    font-weight: 300;
}
.recruit .interview .top-box .txt .department {
    padding-top: 15px;
}
.recruit .interview .top-box {
    padding-bottom: 105px;
}
.recruit .interview .item1 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.recruit .interview .item1 .txt {
    width: 60%;
    padding-right: 64px;
    line-height: 2.25;
}
.recruit .interview .item1 .img {
    width: 40%;
}
.recruit .interview .item1 .txt h3 {
    font-size: 3rem;
    font-weight: 500;
    padding-bottom: 25px;
    line-height: 1;
    margin-right: -30px;
}
.recruit .interview .item2 h3 {
    font-size: 3rem;
    font-weight: 500;
    padding-bottom: 25px;
    line-height: 1.5;
}
.recruit .interview .item2 {
    line-height: 2.25;
    padding-bottom: 75px;
}
@media(max-width: 960px){
    .recruit .interview .top-box .txt {
        padding-left: 25px;
    }
    .recruit .interview .top-box .txt h3 {
        font-size: 2.2rem;
    }
    .recruit .interview .top-box .txt {
        font-size: 1.4rem;
    }
    .recruit .interview .top-box .txt .name-en {
        font-size: 1.2rem;
    }
    .recruit .interview .item1 .txt h3 {
        font-size: 2.2rem;
        margin-right: 0;
    }
    .recruit .interview .item1 .txt{
        font-size: 1.4rem;
        padding-right: 25px;
    }
}
@media(max-width:750px){
    .recruit .interview .top-box .txt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .recruit .interview .top-box .img {
        width: 100%;
    }
    .recruit .interview .tl-box {
        padding-bottom: 15px;
    }
    .recruit .interview .top-box {
        padding-bottom: 50px;
    }
    .recruit .interview .item1 .txt {
        padding-right: 0;
        width: 100%;
    }
    .recruit .interview .item1 .img {
        width: 100%;
        padding-top: 20px;
    }
    .recruit .interview .item1 .txt h3 {
        line-height: 1.5;
        padding-bottom: 15px;
    }
    .recruit .interview .item2 h3 {
        font-size: 2.2rem;
        padding-bottom: 15px;
    }
    .recruit .interview .item2 {
        font-size: 1.4rem;
    }
    .recruit .interview .item1 {
        padding-bottom: 50px;
    }
    .recruit .interview .tl-box h2 {
        font-size: 4rem;
    }
}
@media (max-width: 414px) {
    .recruit .interview .item2 h3 {
        font-size: 2rem;
    }
}
@media (max-width: 374px) {
    .recruit .interview .item2 h3 {
        font-size: 1.8rem;
    }
}
.recruit .application {
    padding-top: 95px;
    background: #fff;
}
.recruit .application h2 {
    font-size: 4.6rem;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
    color: #256440;
    text-align: center;
}
.recruit .application .content ul {
    padding-bottom: 64px;
    padding-top: 35px;
}
.recruit .application .content ul li {
    display: flex;
    flex-wrap: wrap;
    color: #256440;
    border-top: 1px solid #256440;
    line-height: 2.25;
    padding: 20px 0;
}
.recruit .application .content ul li .lbl {
    width: 165px;
    display: inline-block;
    padding-left: 15px;
    font-weight: 500;
}
.recruit .application .content ul li .desc {
    flex: 1;
}
.recruit .application .content ul li:last-child {
    border-bottom: 1px solid #256440;
}
.recruit .application .btn-box {
    text-align: center;
}
.recruit .application .btn-box .btn {
    font-size: 2rem;
    background: #256440;
    color: #F8F5F2;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    min-width: 350px;
    border-radius: 10px;
    padding: 25px 15px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #256440;
    transition: .3s;
}
.recruit .application .btn-box .btn:hover {
    background: #F8F5F2;
    color: #256440;
}
.recruit .application .btn-box .btn::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
.recruit .application .btn-box .btn::before, 
.recruit .application .btn-box .btn::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.recruit .application .btn-box .btn::before {
    width: 12px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 22px;
}
.recruit .application .btn-box .btn:hover:before {
    background: #256440;
}
.recruit .application .btn-box .btn:hover::after {
    border-color: #256440;
}
.recruit .application .btn-box {
    color: #256440;
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 110px;
}
.recruit .application .btn-box a {
    color: #256440;
    font-size: 2.5rem;
    transition: .3s;
}
.recruit .application .btn-box a:hover{
    opacity: .7;
}
.recruit .application .btn-box p span{
    font-size: 1.5rem;
}
.recruit .application .btn-box p span.tel {
    font-size: 2rem;
}
.recruit .application .occupations ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}
.recruit .application .occupations li {
    width: 33.33%;
    padding: 0 15px;
}
.recruit .application .occupations ul li h3 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #256440;
    text-align: center;
}
.recruit .application .occupations li .inner {
    background: #F8F5F2;
}
.recruit .application .occupations ul li h4 {
    font-size: 2.7rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #256440;
    line-height: 1;
    padding-bottom: 10px;
}
.recruit .application .occupations ul li .txt {
    padding: 20px;
    font-size: 1.2rem;
    line-height: 1;
    color: #256440;
}
.recruit .application .occupations {
    padding-bottom: 100px;
}
.recruit .application .occupations  .inner .txt .ic {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #256440;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -24px;
}
.recruit .application .occupations .txt .ic::before {
    width: 12px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 50%;
    margin-right: -5px;
}
.recruit .application .occupations .ic::before, 
.recruit .application .occupations .ic::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.recruit .application .occupations .ic::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
.recruit .application .occupations ul li .txt {
    position: relative;
}
.recruit .application .occupations ul li .inner {
    position: relative;
    transition: .3s;
}
.recruit .application .occupations ul li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.recruit .application .occupations ul li .inner:hover {
    opacity: .7;
}
@media(max-width:750px){
    .recruit .application .content ul li .lbl {
        width: 100px;
    }
    .recruit .application .occupations ul li .inner {
        padding: 3px;
    }
    .recruit .application .occupations ul li h4 {
        font-size: 1.8rem;
        padding-bottom: 5px;
    }
    .recruit .application .content ul li {
        font-size: 1.4rem;
    }
    .recruit .application h2 {
        font-size: 3rem;
        margin-bottom: 0px;
    }
    .recruit .application {
        padding-top: 50px;
    }
    .recruit .application .content ul {
        padding-bottom: 35px;
        padding-top: 20px;
    }
    .recruit .application .btn-box {
        padding-bottom: 20px;
    }
    .recruit .application .occupations li:first-child {
        width: 100%;
    }
    .recruit .application .occupations li {
        width: 50%;
        padding-top: 20px;
        padding: 20px 5px 0;
    }
    .recruit .application .occupations .inner .txt .ic {
        width: 30px;
        height: 30px;
        right: 8px;
        margin-top: -15px;
    }
    .recruit .application .occupations ul {
        margin: 0 -5px;
    }
    .recruit .application .occupations ul li .txt {
        font-size: 1rem;
        padding: 15px 8px;
    }
    .recruit .application .occupations ul li .img img {
        width: 100%;
    }
    .recruit .application .occupations {
        padding-bottom: 50px;
    }
    .recruit .application .btn-box .btn {
        min-width: 280px;
        font-size: 1.8rem;
    }
    .recruit .application .btn-box p span {
        display: block;
    }
    .recruit .application .occupations .ic::after {
        width: 7px;
        height: 7px;
        margin-right: -6px;
        margin-top: -3px;
    }
    .recruit .application .occupations .txt .ic::before {
        width: 10px;
        margin-right: -4px;
    }
}
@media(max-width:374px){
    .recruit .application .occupations li {
        width: 100%;
    }
    .recruit .application .occupations .inner .txt .ic {
        margin-top: -15px;
        right: 15px;
    }
}
.top-company {
    position: relative;
    overflow: hidden
}

.top-company__bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100lvh;
    overflow: hidden;
    will-change: filter
}

.top-company__bg__figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.top-company__bg__figure img {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top-company__bg__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021e2e82;
    opacity: 0
}

.top-company__bg__blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top-company__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    min-height: 100svh;
    margin: 0 auto;
    gap: 12%
}

.top-company__main__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100svh;
    margin-top: 100svh;
    padding-top: clamp(6.25rem,4.886rem + 6.82vw,10rem);
    padding-bottom: clamp(6.25rem,4.886rem + 6.82vw,10rem)
}

.top-company__main__left {
    flex: 0 0 45%
}

.top-company__main__right {
    flex: 0 0 43%
}

.top-company__desc {
    margin-top: 50px;
    color: #F8F5F2;
    line-height: 200%
}

.top-company__button {
    margin-top: 50px
}
/*
==============================================================
======================== End product =========================
==============================================================
*/
.contact-section {
    position: relative;
    overflow: hidden;
  }
  .bg-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../img/contact-bg.jpg');
    background-size: cover !important;
    background-position: center !important;
    z-index: -1;
    filter: blur(1px);
    transition: filter 0.5s ease;
  }
  .contact-box {
    position: relative;
    z-index: 1;
    /* padding-top: 60vh;  */
  }
  @media(max-width:750px){
    .bg-image {
        background-image: url('../img/contact-bg-sp.jpg');
      }
  }
/* news */
.news-page .news-box{
    padding-top: 25px;
    padding-bottom: 100px;
    background: #fff;
}
.news-box h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    position: relative;
    padding-bottom: 20px;
    font-weight: 400;
}
.news-box h2::after {
    content: "";
    position: absolute;
    width: 73px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
}
.news-box ul {
    margin-top: 20px;
}
.news-box ul li{
    position: relative;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #256440;
}
.news-box ul li .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 22px 0 18px;
    position: relative;
    transition: .3s;
    width: fit-content;
}
.news-box ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news-box ul li .date{
    /* width: 100px; */
    position: relative;
    text-align: right;
}
.news-box ul li .txt{
    padding-left: 20px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-box .btn-box{
    text-align: right;
}
.news-box .btn-box a{
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    padding-right: 14px;
    color: #000;
    position: relative;
    transition: .3s;
}
.news-box .btn-box a::before {
    width: 16px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 20px;
}
.news-box .btn-box a::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
}
.news-box .btn-box a::before,
.news-box .btn-box a::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.news-page .container {
    max-width: 1128px;
}
.news-page .news-box .news-wp .list-items{
    flex: 1;
    padding-right: 55px;
}
.news-page .news-box .news-wp{
    justify-content: space-between;
}
.news-page .news-box ul {
    background: #F8F5F2;
    padding: 70px 7.5%;
    border-radius: 10px;
}
.news-page .news-box .ct-news ul {
    padding: 0;
    background: unset;
}
.news-page .news-box ul li .inner {
    font-size: 1.6rem;
    color: #256440;
    font-weight: 500;
}
.news-page .news-box ul li .txt{
    font-weight: 400;
}
.news-page .news-box ul li .inner {
    padding: 24px 0 20px;
}
.news-page .news-box ul.mon-archive li a {
    color: #256440;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 24px 0 20px 2px;
    position: inherit;
}
.news-page .news-box .pagination ul{
    margin-top: 0;
    background: unset;
    padding-top: 80px;
    padding-bottom: 0;
}
.news-page .news-box .ct-news h2 {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 11px 10px;
    background: #000;
    color: #ffff;
}
.news-box .news-wp{
    display: flex;
    flex-wrap: wrap;
}
.news-box .news-wp .list-items{
    flex: 1;
}
.news-box .news-wp .ct-news{
    width: 250px;
    padding-bottom: 60px;
}
.news-box .news-wp .ct-news h2 {
    position: relative;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    background: #256440;
    padding-left: 12px;
    border-radius: 0 15px 0 15px;
}
.news-box .news-wp .ct-news .items{
    padding-bottom: 60px;
}
.news-page .news-box h2::after{
    display: none;
}
.news-page .news-box .ct-news ul li .txt{
    padding-left: 12px;
}
.news-page .news-box .ct-news ul li .date::after{
    display: none;
}
.news-page .news-box .ct-news ul li .date {
    text-align: left;
    padding-left: 2px;
}
.news-page .news-box .ct-news ul li {
    border-bottom: 1px dashed #256440;
}
.news-page .news-box ul li .inner::after{
    bottom: 13px;
}
.news-page .news-box ul{
    margin-top: 0px;
}
.news-page .breadcrumbs{
    padding-bottom: 20px;
}
.news-page .news-box .ct-news ul li .inner{
    font-size: 1.4rem;
}
.news-detail .news-page .article-detail .inner-box{
    padding-bottom: 80px;
}
@media(hover:hover){
    .news-box ul li:hover .inner,
    .news-box ul.mon-archive li:hover a{
        color: #000;
    }
    .news-box .btn-box a:hover{
        color: #000;
    }
    .news-box .btn-box a:hover::after{
        border-color: #000;
    }
}
@media(hover:none){
    .news-box ul li:active .inner{
        color: #000;
    }
    .news-box .btn-box a:active{
        color: #000;
    }
    .news-box .btn-box a:active::after{
        background: #000;
    }
}
@media(max-width:860px){
    .news-page .news-box .news-wp .list-items{
        flex: auto;
        max-width: unset;
    }
    .news-page .news-box .news-wp .list-items{
        padding-right: 0;
    }
    .news-page .news-box .news-wp .ct-news{
        width: 100%;
        padding-bottom: 0;
    }
}
@media(max-width:750px){
    .news-page .news-box{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .news-page .news-box .news-wp .ct-news .items{
        padding-bottom: 30px;
    }
    .news-page .news-box ul li .inner{
        font-size: 1.4rem;
    }
    .news-detail .news-page .article-detail .inner-box{
        padding-bottom: 40px;
    }
}
@media(max-width:750px){
    .news-box{
        padding-top: 55px;
        font-size: 1.4rem;
        padding-bottom: 65px;
    }
    .news-box ul li .txt{
        padding-left: 12px;
    }
    .news-box h2{
        padding-bottom: 15px;
        margin-bottom: 0;
        font-size: 2rem;
    }
    .news-box ul{
        margin-top: 10px;
    }
    .news-box .btn-box a{
        font-size: 1.4rem;
    }
}
/* pagination */
.pagination{
    margin: 0 auto;
}
.pagination ul{
    display: flex;
    justify-content: center;
}
.pagination ul li{
    border-bottom: unset;
    padding: 0 5px;
}
.pagination ul li span{
    pointer-events: none;
    cursor: default;
}
.pagination ul li a,
.pagination ul li span{
    width: 50px;
    height: 50px;
    border: 1px solid #256440;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #256440;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    position: relative;
    transition: .3s;
    border-radius: 50%;
    background: #F8F5F2;
}
.pagination ul li a.hidden{
    font-weight: 900;
}
.pagination ul li > *.active{
    background: #256440;
    color: #fff;
}
.pagination ul li a.previous::after,
.pagination ul li a.next::after{
    content: "≪";
    position: absolute;
    width: 14px;
    height: 14px;
    font-size: 1.4rem;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -6px;
    transition: .3s;
}
.pagination ul li a.next::after{
    content: "≫";
    margin-left: -5px;
}
@media(hover:hover){
    .pagination ul li a:hover{
        background: #256440;
        color: #fff;
    }
    .pagination ul li a.previous:hover::after, 
    .pagination ul li a.next:hover::after{
        border-color: #fff;
    }
}
@media(hover:none){
    /* .pagination ul li a:active{
        background: #256440;
        color: #fff;
    } */
    .pagination ul li a.previous:active::after, 
    .pagination ul li a.next:active::after{
        border-color: #fff;
    }
}
@media(max-width:960px){
    .news-page .news-box .news-wp .list-items {
        padding-right: 25px;
    }
    .news-page .news-box ul {
        background: #F8F5F2;
        padding: 35px 25px;
    }
    .news-page .news-box ul li .inner {
        font-size: 1.4rem;
    }
}
@media(max-width:860px){
    .news-page .news-box .news-wp .list-items {
        padding-right: 0;
    }
    .news-page .news-box {
        padding-top: 40px;
        padding-bottom: 60px;
        background: #fff;
    }
    .news-box .news-wp .ct-news .items {
        padding-bottom: 40px;
    }
    .news-page .news-box .pagination ul {
        padding-top: 0;
    }
    .news-page .news-box .news-wp .list-items {
        padding-bottom: 40px;
    }
}
@media(max-width:750px){
    .pagination {
        padding-top: 25px;
        padding-bottom: 60px;
    }
}
@media(max-width:428px){
    .pagination ul li a {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
    .news-page .news-box {
        padding-bottom: 20px;
    }
}
.news-box .detail-box{
    flex: 1;
    padding-right: 70px;
}
.news-box .detail-box .inner-content{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 60px 40px;
}
.news-box .detail-box h1{
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
    border-bottom: 1px dashed #c0c0c0;
    padding-bottom: 5px;
}
.news-box .detail-box .img img{
    width: 100%;
}
.news-box .detail-box .img {
    max-width: 560px;
    margin: 0 auto;
    padding: 22px 0;
}
.news-box .detail-box .inner-content{
    letter-spacing: .04em;
}
.news-box .detail-box .inner-content h3{
    font-size: 1.8rem;
    letter-spacing: .08em;
    font-weight: 700;
    margin-top: 8px;
    border-bottom: 1px solid #F8C400;
    line-height: 1.4;
    margin-bottom: 8px;
}
.news-box .detail-box .inner-content h3.fm1{
    border-bottom: unset;
    border-left: 9px solid #F8C400;
    padding-left: 7px;
}
.news-box .detail-box .inner-content p.b{
    font-weight: 700;
    padding-bottom: 8px;
    margin-top: 8px;
}
.news-box .news-box .detail-box .date{
    padding-bottom: 8px;
}
.news-page .article-detail{
    padding-bottom: 80px;
    flex: 1;
    padding-right: 55px;
}
.news-page .article-detail .inner-box{
    padding: 70px 7.5%;
    background: #F8F5F2;
    border-radius: 10px;
}
.news-page .article-detail .inner-box .inner{
    max-width: 800px;
    margin: 0 auto;
}
.news-page .article-detail .inner-box p{
    font-size: 1.6rem;
    line-height: 2.25;
    color: #256440;
    font-weight: 400;
}
.news-page .article-detail .container{
    max-width: 950px;
}
.news-page .article-detail .inner-box p.date{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 7px;
    left: 0;
    letter-spacing: 0;
}
.news-page .article-detail h1{
    font-size: 3rem;
    line-height: 1.45;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #256440;
}
.news-page .article-detail h1::after{
    content: "";
    position: absolute;
    height: 2px;
    background: #256440;
    left: 0;
    right: 0;
    bottom: 0;
}
.news-page .article-detail h2 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    background: #256440;
    line-height: 1;
    padding: 10px 10px; 
    margin-bottom: 5px;
    letter-spacing: 0;
    margin-top: 30px;
}
.news-page .article-detail h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 3px;
    color: #256440;
    border-bottom: 1px solid #256440;
}
.news-page .article-detail h4{
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    padding-left: 15px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #256440;
}
.news-page .article-detail h4::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 20px;
    background: #256440;
    left: 0;
    top: 6px;
}
.news-page .article-detail h5{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 3px;
    color: #256440;
    border-bottom: 1px dotted #256440;
}
.news-page .article-detail ul{
    margin-top: 35px;
}
.news-page .article-detail ul li{
    line-height: 1.87;
    letter-spacing: .02em;
}
.news-page .article-detail ul li {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
}
.news-page .article-detail ul li span{
    width: 130px;
    font-weight: 700;
}
.news-page .article-detail ul li span.star{
    flex: 1;
    width: unset;
}
.news-page .article-detail .switch-btn {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 35px;
}
.news-page .article-detail .switch-btn .prev,
.news-page .article-detail .switch-btn .next {
    color: #000;
    font-size: 1.4rem;
    letter-spacing: 0;
    position: relative;
    transition: .2s;
}
.news-page .article-detail .switch-btn .prev {
    padding-left: 13px;
}
.news-page .article-detail .switch-btn .next {
    padding-right: 13px;
}
.news-page .article-detail .switch-btn .prev::after, 
.news-page .article-detail .switch-btn .next::after,
.news-page .article-detail .switch-btn .prev::before, 
.news-page .article-detail .switch-btn .next::before  {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #000;
    top: 50%;
    transition: .2s;
}
.news-page .article-detail .switch-btn .prev::after {
    transform: rotate(-25deg);
    left: 0;
    margin-top: -2px;
}
.news-page .article-detail .switch-btn .prev::before {
    margin-top: 2px;
    transform: rotate(25deg);
    left: 0;
}
.news-page .article-detail .switch-btn .next::after {
    transform: rotate(25deg);
    right: 0;
    margin-top: -2px;
}
.news-page .article-detail .switch-btn .next::before {
    margin-top: 2px;
    right: 0;
    transform: rotate(-25deg);
}  
.news-page .article-detail img{
    display: block;
    margin: 20px auto 20px;
    width: 100%;
}
.news-page .article-detail .switch-btn .item .inner{
    position: relative;
}
.news-page .article-detail .switch-btn .item .inner a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.news-page .btn-box {
    text-align: center;
    padding-bottom: 35px;
}
.news-page .btn-box .btn{
    display: inline-block;
    background: #256440;
    color: #F8F5F2;
    border-radius: 50vh;
    line-height: 1;
    font-size: 1.7rem;
    font-weight: 700;
    min-width: 284px;
    padding: 17px 10px;
    position: relative;
    border: 1px solid #256440;
    transition: .3s;
    text-align: center;
    letter-spacing: 0.1em;
}
@media(hover:hover){
    .news-page .btn-box .btn:hover {
        color: #256440;
        background: #F8F5F2;
    }
    .news-page .btn-box .btn:hover::after{
        border-color: #256440;
    }
    .news-page .btn-box .btn:hover::before {
        background: #256440;
    }
}
@media(max-width: 960px){
    .news-page .article-detail {
        padding-bottom: 80px;
        padding-right: 25px;
    }
    .news-page .article-detail .inner-box {
        padding: 35px 25px;
    }
    .news-page .article-detail h1 {
        font-size: 2.4rem;
    }
    .news-page .article-detail h2 {
        font-size: 2rem;
    }
}
@media(max-width: 860px){
    .news-page .article-detail {
        padding-right: 0;
        flex: auto;
        padding-bottom: 40px;
    }
}
@media(max-width:750px){
    .news-page .article-detail h1,
    .news-page .article-detail h2{
        font-size: 2rem;
    }
    .news-page .article-detail h2 {
        line-height: 1.4;
    }
    .news-page .article-detail h3{
        margin-top: 30px;
        font-size: 1.8rem;
    }
    .news-page .article-detail h4{
        margin-top: 30px;
    }
    .news-page .article-detail ul{
        margin-top: 25px;
    }
    .news-page .article-detail{
        padding-bottom: 65px;
    }
    .news-page .article-detail img {
        margin: 20px auto 15px;
    }
    .news-page .article-detail .inner-box p{
        font-size: 1.4rem;
    }
    .news-page .article-detail ul li{
        font-size: 1.4rem;
    }
    .news-page .article-detail .info-image img {
        margin-top: 0;
    }
    .news-page .article-detail .inner-box {
        padding: 25px 15px 30px;
    }
}
@media(max-width:374px){
    .news-page .article-detail h1,
    .news-page .article-detail h2{
        font-size: 1.8rem;
    }
    .news-page .article-detail h3{
        margin-top: 20px;
        font-size: 1.6rem;
    }
    .news-page .article-detail h4,
    .news-page .article-detail .inner-box .inner{
        font-size: 1.6rem;
    }
    .news-page .article-detail h4,
    .news-page .article-detail h2{
        margin-top: 20px;
    }
    .news-page .article-detail h3::after{
        height: 20px;
    }
    .news-page .article-detail h4::after {
        width: 6px;
        height: 16px;
        top: 4px;
    }
    .news-page .article-detail h4 {
        padding-left: 10px;
        line-height: 1.4;
    }
}
/*
==============================================================
====================== End news-page =========================
==============================================================
*/
/*
==============================================================
====================== long-interview ========================
==============================================================
*/
.long-interview .main-title {
    padding-bottom: 55px;
}
.long-interview .content {
    background: #F8F5F2;
    padding-top: 70px;
    padding-bottom: 80px;
}
.long-interview .content .container {
    max-width: 1120px;
}
.long-interview .content .profile {
    display: flex;
    align-items: center;
    color: #256440;
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 65px;
}
.long-interview .content .profile .img {
    width: 41%;
    padding-right:  70px;
}
.long-interview .content .profile .img img {
    width: 100%;
    max-width: 300px;
}
.long-interview .content .profile .txt-box h2 {
    font-size: 3rem;
    line-height: 1.53;
    font-weight: 500;
    padding-bottom: 28px;
}
.long-interview .content .profile .txt-box {
    line-height: 1.375;
    border-top: 1px solid #256440;
    border-bottom: 1px solid #256440;
    padding: 30px 18px 40px;
    flex: 1;
}
.long-interview .content .profile .txt-box .en {
    font-family: "Roboto Slab", serif;
    font-size: 1.4rem;
    padding-bottom: 18px;
}
.long-interview .content .txt-box h3 {
    font-size: 3rem;
    color: #256440;
    line-height: 1.53;
    margin-bottom: 15px;
}
.long-interview .content .txt-box {
    color: #256440;
    line-height: 2.25;
}
.long-interview .content .item {
    display: flex;
    padding-top: 80px;
}
.long-interview .content .item .txt-box {
    width: 62.8%;
    padding-right: 64px;
}
.long-interview .content .item .img-box {
    flex: 1;
}
@media(max-width:1024px) {
    .long-interview .content .item .txt-box {
        padding-right: 25px;
    }
    .long-interview .content .txt-box h3 {
        font-size: 2.4rem;
    }
}
@media(max-width:860px){
    .long-interview .content .profile .img {
        padding-right: 30px;
    }
    .long-interview .content .profile .txt-box h2 {
        font-size: 2.4rem;
    }
}
@media(max-width:750px){
    .long-interview .content .profile .img {
        width: 100%;
        padding-right: 0;
    }
    .long-interview .content .profile .txt-box {
        flex: auto;
    }
    .long-interview .content .profile {
        flex-wrap: wrap;
    }
    .long-interview .content .profile .img {
        text-align: center;
        padding-bottom: 25px;
    }
    .long-interview .content {
        padding-top: 40px;
    }
    .long-interview .content .profile .txt-box h2 {
        font-size: 2rem;
    }
    .long-interview .content .item .txt-box {
        padding-right: 0;
        width: 100%;
    }
    .long-interview .content .item {
        flex-wrap: wrap;
    }
    .long-interview .content .item .img-box {
        flex: auto;
        padding-top: 25px;
    }
    .long-interview .content .item {
        padding-top: 40px;
    }
    .long-interview .content .profile {
        padding-bottom: 35px;
    }
    .long-interview .content {
        padding-bottom: 40px;
    }
    .long-interview .content .txt-box h3 {
        font-size: 2rem;
    }
    .long-interview .content .txt-box {
        font-size: 1.4rem;
    }
    .long-interview .main-title {
        padding-bottom: 25px;
    }
}
@media(max-width: 374px){
    .long-interview .content .profile .txt-box h2 {
        font-size: 1.8rem;
    }
    .long-interview .content .profile .txt-box {
        padding: 20px 10px 30px;
    }
    .long-interview .content .txt-box h3 {
        font-size: 1.8rem;
    }
}
.long-interview .bottom-content {
    background: #fff;
    padding-top: 85px;
    padding-bottom: 110px;
}
.long-interview .bottom-content .container {
    max-width: 760px;
}
.long-interview .bottom-content h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #256440;
}
.long-interview .bottom-content .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-top: 35px;
}
.long-interview .bottom-content .items .item {
    width: 50%;
    padding: 0 12px;
}
.long-interview .bottom-content .items .item a {
    display: block;
    transition: .3s;
}
.long-interview .bottom-content .items .item a:hover {
    opacity: .7;
}
.long-interview .bottom-content .items .item a img {
    width: 100%;
}
@media(max-width:750px){
    .long-interview .bottom-content .items .item {
        width: 100%;
        padding: 0 0 20px;
    }
    .long-interview .bottom-content .items {
        margin: 0;
    }
    .long-interview .bottom-content {
        padding-top: 50px;
        padding-bottom:30px;
    }
    .long-interview .bottom-content h2 {
        font-size: 2.4rem;
    }
    .long-interview .bottom-content .items {
        padding-top: 25px;
    }
}
/*
==============================================================
==================== End long-interview ======================
==============================================================
*/
/*
==============================================================
============================ staff ===========================
==============================================================
*/
.staff .staff-list {
    background: #fff;
    color: #256440;
}
.staff .staff-list .txt-box {
    line-height: 2.25;
}
.staff .staff-list .txt-box h2 {
    font-size: 4.6rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 350;
    color: #256440;
    padding: 50px 0 30px;
}
.staff .staff-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 20px;
}
.staff .staff-list ul li {
    width: 25%;
    padding: 16px 10px;
}
.staff .staff-list ul li .img img {
    width: 100%;
}
.staff .staff-list ul li .inner {
    background: #F8F5F2;
    position: relative;
    transition: .3s;
}
.staff .staff-list ul li .inner:hover {
    opacity: .7;
}
.staff .staff-list ul li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.staff .staff-list ul li .inner .txt {
    padding: 15px 10px;
}
.staff .staff-list ul li .inner h3 {
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 2px;
}
.staff .staff-list ul li .inner p {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
}
.staff-modal .profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F8F5F2;
    padding: 80px 70px 50px;
    border-radius: 10px 10px 0 0;
}
.staff-modal .profile .img {
    width: 40%;
    text-align: center;
}
.staff-modal .profile .img img {
    width: 100%;
    max-width: 250px;
}
.modaal-content-container {
    padding: 0;
    height: 90vh;
    overflow-y: auto;
}
.staff-modal .profile .txt {
    color: #256440;
    padding-left: 25px;
}
.staff-modal .profile .txt h3 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 2;
    align-items: center;
    display: flex;
}
.staff-modal .profile .txt h3 .en {
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
    margin-left: 15px;
    padding-top: 6px;
}
.staff-modal .profile .txt .lg {
    font-size: 2.4rem;
    line-height: 1.58;
    padding-top: 38px;
    font-weight: 500;
}
.modaal-content-container {
    border-radius: 10px;
}
.modaal-overlay {
    z-index: 3001;
    opacity: .9!important;
    mix-blend-mode: darken;
}
.modaal-container {
    border-radius: 10px;
    position: relative;
}
.staff-modal .txt-box {
    padding: 0px 70px 50px;
    color: #256440;
    line-height: 2.25;
}
.staff-modal .txt-box h4 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #256440;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 50px;
}
.staff-modal .txt-box a {
    color: #303A58;
    transition: .3s;
}
.staff-modal .txt-box a:hover {
    opacity: .7;
}
.modaal-wrapper .modaal-close {
    width: 56px;
    height: 56px;
    border: 2px solid #256440;
    background: #fff;
    position: absolute;

}
.modaal-close:after, .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 25px;
    width: 2px;
    height: 25px;
    border-radius: 2px;
    background: #256440;
}
@media(max-width:860px){
    .staff .staff-list ul li {
        width: 25%;
    }
}
@media(max-width:750px){
    .staff .staff-list ul li {
        width: 50%;
    }
    .staff .staff-list .txt-box h2 {
        font-size: 3rem;
    }
    .staff .staff-list .txt-box {
        font-size: 1.4rem;
    }
    .staff .staff-list ul {
        margin: 0 -5px;
    }
    .staff .staff-list ul li {
        padding: 8px 5px;
    }
    .staff .staff-list ul li .inner h3 {
        font-size: 1.4rem;
    }
    .staff .staff-list ul li .inner p {
        font-size: 1rem;
    }
    .staff .staff-list ul {
        padding-top: 10px;
    }
}
.staff .items-list {
    background: #fff;
    padding-top: 55px;
}
.staff .items-list h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #256440;
}
.staff .items-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-top: 30px;
}
.staff .items-list ul li {
    width: 33.33%;
    padding: 0 12px;
}
.staff .items-list .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 120px;
    padding-bottom: 100px
}
.staff .items-list .items .item {
    width: 44%;
    color: #256440;
}
.staff .items-list .items .item h3{
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}
.staff .items-list .items .item .img {
    padding-top: 15px;
}
.staff .staff-introduction {
    background: #F8F5F2;
}
.staff .staff-introduction .content.mb5 {
    margin-bottom: 50px;
}
@media(max-width:1150px){
    .staff .items-list .items .item {
        width: 47.5%;
    }
    .staff .items-list .items .item h3 {
        font-size: 4rem;
    }
}
@media(max-width:960px){
    .staff .items-list .items .item h3 {
        font-size: 3rem;
    }
    .staff .items-list .items .item {
        font-size: 1.4rem;
    }
}
@media(max-width:860px){
    .staff .items-list .items .item h3 {
        font-size: 3rem;
    }
    .staff .items-list .items .item {
        width: 49%;
    }
    .staff .items-list .items .item {
        font-size: 1.2rem;
    }
}
@media(max-width: 750px){
    .staff .items-list ul li {
        width: 100%;
        padding: 0 0 20px;
    }
    .staff .items-list ul {
        margin: 0;
        padding-top: 15px;
    }
    .staff .items-list h2 {
        font-size: 2.2rem;
    }
    .staff .items-list {
        padding-top: 35px;
    }
    .staff .items-list .items .item {
        width: 100%;
        padding-bottom: 40px;
    }
    .staff .staff-introduction .content.mb5 {
        margin-bottom: 25px;
    }
    .staff .staff-introduction .content.mb5 a .sm {
        display: block;
        padding-left: 0;
        margin-left: 0;
        left: 0;
        margin-top: 8px;
    }
    .staff .items-list .items {
        padding-top: 35px;
    }
    .staff .items-list .items .item h3 {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    .staff .items-list .items {
        padding-bottom: 20px;
    }
    .staff-modal .txt-box {
        padding: 20px 25px 40px;
        font-size: 1.4rem;
    }
    .staff-modal .txt-box h4,
    .staff-modal .profile .txt h3 {
        font-size: 2rem;
    }
    .staff-modal .profile {
        padding: 40px 25px 25px;
        border-radius: 10px 10px 0 0;
    }
    .staff-modal .profile .txt {
        padding-left: 0;
        padding-top: 15px;
    }
    .staff-modal .profile .img,
    .staff-modal .profile .txt {
        width: 100%;
    }
    .staff-modal .profile .txt h3 .en {
        font-size: 1.2rem;
    }
    .staff-modal .profile .txt .lg {
        font-size: 1.8rem;
        padding-top: 25px;
    }
    .staff-modal .profile .txt {
        font-size: 1.4rem;
    }
    .staff-modal .txt-box h4 {
        padding-top: 25px;
    }
    .modaal-wrapper .modaal-close {
        width: 36px;
        height: 36px;
    }
    .modaal-close:after, .modaal-close:before {
        top: 7px;
        left: 15px;
        height: 18px;
    }
}
/*
==============================================================
========================= End staff ==========================
==============================================================
*/
/*
==============================================================
=========================== policy ===========================
==============================================================
*/
.policy .content {
    background: #fff;
    padding-top: 50px;
    color: #256440;
    padding-bottom: 105px;
}
.policy .content .container {
    max-width: 1040px;
}
.policy .content .content-inner {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
    padding: 50px 45px 60px;
    border-radius: 10px;
    line-height: 2.25;
}
.policy .content .content-inner h3:first-child{
    padding-top: 0;
}
.policy .content .content-inner h3 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.47;
    padding-top: 60px;
    border-bottom: 2px solid #256440;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
@media(max-width:750px){
    .policy .content .content-inner h3 {
        font-size: 2rem;
        padding-top: 30px
    }
    .policy .content .content-inner {
        font-size: 1.4rem;
    }
    .policy .content .content-inner {
        padding: 35px 25px 35px;
    }
    .policy .content {
        padding-top: 25px;
        padding-bottom:  50px;
    }
}
/*
==============================================================
========================= End policy =========================
==============================================================
*/
/*
==============================================================
========================== End about =========================
==============================================================
*/
.about .main-title .img {
    width: 100%;
    margin-top: 15px;
}
.about .company h2 {
    font-family: 'NotoSansCJKjp', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 4.6rem;
    letter-spacing: 0.08em;
    padding-top: 0;
}
.about .company .tl-box {
    max-width: 550px;
}
.about .company .tl-box {
    font-size: 1.6rem;
}
.about .company .tl-box p {
    max-width: 480px;
    margin: 0 auto;
}
.about .company {
    padding-top: 63px;
    padding-bottom: 14%;
    background: #fff url(../img/about-company-bg.png) no-repeat;
    background-size: 100%;
    background-position: center 63px ;
}
.about .company .content {
    margin-top: 60px;

}
.about .company .content .tag {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 55px;
}
.about .company .content .tag span{
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-weight: 500;
    background: #256440;
    border-radius: 0 11px 0 11px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    min-width: 105px;
}
@media(max-width:960px){
    .about .company {
        padding-bottom: 30px;
    }
    .about .company .content {
        padding-bottom: 50px;
    }
}
@media(max-width: 750px) {
    .about .company::after {
        background: url(../img/about-company-bg-sp02.png) no-repeat;
        background-size: 100% 100%;
    }
    .about .company {
        background: #fff url(../img/about-company-bg-sp01.png) no-repeat;
        background-size: 151px !important;
        background-position: 0 20px;
        padding-bottom: 135px;
        padding-top: 0;
    }
    .about .company h2 {
        font-size: 6.2vw;
        padding-bottom: 0;
    }
    .about .company .tl-box {
        font-size: 1.4rem;
    }
    .about .company .content .tag {
        padding-top: 35px;
    }
}
.about .greeting {
    background: #256440;
    color: #fff;
    padding-bottom: 90px;
}
.about .greeting h2 {
    font-family: "Roboto Slab", serif;
    font-size: 7rem;
    font-weight: 200;
    line-height: 1;
    padding-top: 90px;
    padding-bottom: 5px;
    letter-spacing: 0.06em;
}
.about .greeting .tl-box .sm {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 350;
    margin-bottom: 12px;
}
.about .greeting .tl-box p {
    line-height: 2.25;
    font-size: 1.6rem;
}
.about .greeting .content {
    display: flex;
    flex-wrap: wrap;
}
.about .greeting .content .img{
    width: 35%;
    /* text-align: center; */
}
.about .greeting .content .img img {
    max-width: 380px;
}
.about .greeting .content .txt {
    flex: 1;
    padding-left: 60px;
    font-weight: 400;
    line-height: 2.25;
}
.about .greeting .content .txt h3 {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 25px;
}
.about .greeting .content .txt .name .lg {
    font-size: 2.4rem;
    margin-left: 10px;
}
.about .greeting .content .txt .name {
    line-height: 1;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-top: 35px;
}
.about .greeting .content {
    padding-top: 25px;
}
.about .staff-introduction {
    background: #F8F5F2;
}
@media(max-width: 960px){
    .about .greeting .content .txt h3 {
        font-size: 2rem;
    }
    .about .greeting .content .txt {
        padding-left: 35px;
    }
    .about .greeting .content .txt {
        font-size: 1.4rem;
    }
    .about .greeting .content .img img {
        width: 100%;
    }
}
@media(max-width:750px){
    .about .greeting .content .txt {
        padding-left: 0;
        flex: auto;
    }
    .about .greeting .content .img {
        width: 100%;
        padding-bottom: 25px;
    }

    .about .greeting h2 {
        font-size: 4rem;
    }
}
.company-page .content{
    background: #fff;
    padding-bottom: 100px;
}
.company-page .content h2 {
    font-size: 4.6rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 350;
    color: #256440;
    padding: 50px 0 40px;
    text-align: center;
}
.company-page .content ul li {
    display: flex;
    flex-wrap: wrap;
    color: #256440;
    line-height: 2.25;
}
.company-page .content ul li .lbl {
    width: 230px;
    font-weight: 700;
    padding: 13px 8px;
    border-bottom: 1px solid #256440;
}
.company-page .content ul li .desc {
    flex: 1;
    padding: 13px 25px;
    border-bottom: 1px solid #C8D8CF;
}
.company-page .content ul li .desc a {
    color: #256440;
    text-decoration: underline;
    transition: .3s;
}
.company-page .content ul li .desc a:hover {
    text-decoration: unset;
}
.company-page .content ul li .desc .map {
    font-size: 1.5rem;
    line-height: 1;
    background: #256440;
    color: #fff;
    display: inline-block;
    min-width: 65px;
    border-radius: 50vh;
    text-align: center;
    padding: 2px 5px;
    margin-left: 8px;
    text-decoration: unset;
    border: 1px solid #256440;
    transition: .3s;
}
.company-page .content.bg h2 {
    padding-top: 80px;
}
.company-page .content ul li .desc .map:hover {
    color: #256440;
    background: #fff;
}
.company-page .content.bg {
    background: #F8F5F2;
    padding-bottom: 90px;
}
.company-page .staff-introduction .content {
    padding-bottom: 0;
}
.company-page .staff-introduction .content.mb5 {
    margin-bottom: 50px;
}
.company-page .staff-introduction {
    padding: 80px 0 100px;
}
@media (max-width: 750px) {
    .company-page .content h2 {
        font-size: 3rem;
        padding: 30px 0 20px;
    }
    .company-page .content ul li {
        font-size: 1.4rem;
    }
    .company-page .content ul li .lbl {
        width: 135px;
    }
    .company-page .staff-introduction .content.mb5 {
        margin-bottom: 25px;
    }
    .company-page .staff-introduction {
        padding: 40px 0 50px;
    }
    .company-page .content.bg,
    .company-page .content {
        padding-bottom: 50px;
    }
    .company-page .content.bg h2 {
        padding-top: 40px;
    }
}
@media (max-width: 374px) {
    .company-page .content ul li {
        font-size: 1.2rem;
    }
    .company-page .content ul li .lbl {
        width: 115px;
    }
    .company-page .content ul li .desc {
        padding: 13px 15px;
    }
    .company-page .content ul li .desc .map {
        font-size: 1.2rem;
        min-width: 50px;
        margin-left: 5px;
    }
}
/*
==============================================================
========================== End about =========================
==============================================================
*/
/*
==============================================================
======================== contact-page ========================
==============================================================
*/
.contact_page .content {
    background: #fff;
    padding-bottom: 100px;
    padding-top: 45px;
  }
  .contact_page .content .container {
    max-width: 940px;
  }
  .contact_page .content .top-txt .lg {
    text-align: center;
    color: #256440;
    font-size: 1.6rem;
    line-height: 2.375;
    padding-bottom: 5px;
  }
  .contact_page .content .top-txt {
    text-align: left;
    color: #256440;
    font-size: 1.4rem;
    line-height: 1.86;
    max-width: 780px;
    margin: 0 auto;
  }
  .contact_page .content .top-txt a {
    color: #256440;
    text-decoration: underline;
    transition: .3s;
  }
  .contact_page .content .top-txt a:hover {
    text-decoration: unset;
  }
  .contact_page .content .form-wrap {
    text-align: center;
    border-radius: 10px;
    background-color: #F8F5F2;
    margin-top: 35px;
    padding: 55px 0;
  }
  .contact_page .content .form-wrap form {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .contact_page .content .form-title {
    font-size: 3rem;
    color: #256440;
    font-weight: normal;
    padding-bottom: 20px;
  }
  .contact_page .content .form-wrap .form-group {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 400;
    padding: 15px 0;
    color: #256440;
  }
  .contact_page .content .form-wrap .form-group:last-child {
    border-bottom: none;
  }
  .contact_page .content .form-wrap .form-group .label {
    width: 204px;
    text-align: left;
    text-wrap: nowrap;
    font-weight: 500;
  }
  .contact_page .content .form-wrap .form-group .custom-radio {
    padding-right: 30px;
    line-height: 1;
  }
  .contact_page .content .form-wrap .form-group .specific-label {
    align-self: baseline;
    margin-top: 5px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  input[type="radio"] {
    margin: 3px 4px 3px 3px;
    transform: scale(1.3);
    accent-color: #256440;
  }
  .contact_page .content .form-wrap .form-group .label-required {
    padding: 3px 5px;
    margin-left: 8px;
    background-color: #A3272D;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    letter-spacing: .04em;
    text-align: center;
  }
  .contact_page .content .form-wrap .form-group .specific-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
  .contact_page .content .form-wrap .form-group .specific-label .label-required {
    margin-left: 0;
    margin-top: 2px;
  }
  .contact_page .content .form-wrap .form-group .input {
    /* flex: 1; */
    height: 55px;
    border-radius: 5px;
    border: 1px solid #256440;
    padding: 0 16px;
    width: 100%;
  }
  .contact_page .content .form-wrap .form-group .textarea {
    height: 210px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    padding: 16px;
    flex: 1;
    border: 1px solid #256440;
    resize: none;
    width: 100%;
  }
  .contact_page .content .btn-box {
    text-align: center;
    margin-top: 45px
  }
  .contact_page .content .btn-box .btn {
    font-size: 1.7rem;
    background: #256440;
    color: #F8F5F2;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    text-align: center;
    min-width: 284px;
    border-radius: 50px;
    padding: 15px 15px;
    margin: 0 12px 35px;
    position: relative;
    border: 1px solid #256440;
    transition: .3s;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .contact_page .content .btn-box .btn::before, 
  .contact_page .content .btn-box .btn::after {
    content: "";
    position: absolute;
    transition: .3s;
  }
  .contact_page .content .btn-box .btn::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
  }
  .contact_page .content .btn-box .btn::before {
    width: 16px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 20px;
  }
  .contact_page .content .btn-box .btn.back::before{
    background: #256440;
  } 
  .contact_page .content .btn-box .btn.back::after {
    border-color: #256440;
  }
  .contact_page .content .btn-box .btn.back {
    color: #256440;
    background: #F8F5F2;
  }
  .contact_page .content .btn-box .btn:hover {
    background: #F8F5F2;
    color: #256440;
  }
  .contact_page .content .btn-box .btn:hover::before {
    background: #256440;
  }
  .contact_page .content .btn-box .btn:hover::after {
    border-color: #256440;
  }
  .contact_page .content .btn-box .btn.back:hover {
    background: #256440;
    color: #F8F5F2;
  }
  .contact_page .content .btn-box .btn.back:hover::before {
    background: #fff;
  }
  .contact_page .content .btn-box .btn.back:hover::after {
    border-color: #fff;
  }
  .wpcf7-form-control-wrap {
    flex: 1;
    text-align: left;
  }
  .wpcf7-radio .wpcf7-list-item {
    flex: 1;
  }
  .wpcf7-list-item.first {
    margin: 0;
  }
  .wpcf7-list-item:not(.first) {
    margin-left: 30px;
  }
  .wpcf7-spinner {
    display: none;
  }
  @media(max-width:960px) {
    .contact_page .content .form-wrap {
      padding: 35px 20px 35px 20px;
    }
    .contact_page .content .form-wrap .form-group .label {
      padding-left: 0;
    }
  }
  @media (max-width: 750px) {
    .contact_page .content .form-wrap .form-group .textarea {
      border-radius: 5px;
    }
    .contact_page .content .form-wrap .form-group {
      justify-content: left;
    }
    .contact_page .content .form-wrap .form-group .label {
      margin-bottom: 20px;
      padding: 0;
    }
    .contact_page .content .form-wrap .form-group {
      justify-content: left;
    }
    .contact_page .content .form-wrap .form-group .label {
      margin-bottom: 20px;
      padding: 0;
    }
    .contact_page .content .form-wrap .form-group .custom-radio {
      flex: 1;
    }
    .contact_page .content .form-wrap {
      border-radius: 10px;
    }
    .contact_page .content .form-wrap form {
      padding: 0;
    }
    .contact_page .content {
      padding-bottom: 50px;
    }
    .contact_page .content .title {
      margin-bottom: 10px;
      display: inline-block;
      line-height: 1;
      font-size: 2rem;
    }
    .contact_page .content .top-txt {
      font-size: 1.2rem;
    }
    .contact_page .content .top-txt .lg {
      line-height: 1.8;
      font-size: 1.4rem;
      padding-bottom: 15px;
    }
    .contact_page .content .form-wrap .form-group .label {
      width: 170px;
      font-size: 1.4rem;
      letter-spacing: 0;
    }
    .contact_page .content .btn-box .btn {
      min-width: 250px;
    }
    .contact_page .content .form-wrap .form-group .label-required {
      font-size: 1rem;
    }
    /* .contact_page .content .form-wrap .form-group .input {
      flex: 1;
    } */
    .contact_page .content .form-wrap .form-group .label {
      margin-bottom: 0;
    }
    .contact_page .content .form-wrap .form-group .input {
      height: 35px;
      border-radius: 5px;
    }
    .contact_page .content .form-wrap .form-group {
      padding: 10px 0;
    }
    .contact_page .content .form-wrap .form-group .textarea {
      flex: 1;
    }
    .label .specific-label .label-required {
      display: block;
    }
    .contact_page .breadcrumbs {
      margin-bottom: 20px;
    }
    .contact_page .content .form-wrap .form-group .textarea {
      height: 150px;
    }
    /* .contact_page .content .form-wrap .form-group .custom-radio {
      font-size: 1.4rem;
    } */
    input[type="radio"] {
      margin: 0;
    }
    /* .contact_page .content .form-wrap .form-group .custom-radio { */
    .contact_page .content .form-wrap .form-group .wpcf7-radio {
      text-align: left;
      padding-left: 5px;
      padding-right: 0;
    }
    .wpcf7-list-item:not(.first) {
        margin: inherit;
    }
    .contact_page .content .btn-box .btn {
      margin: 0 0 20px;
    }
    .contact_page .content .btn-box {
      margin-top: 25px;
    }
    .contact_page .content {
      padding-top: 10px;
    }
    /* .contact_page .content .form-wrap .form-group .custom-radio { */
    .contact_page .content .form-wrap .form-group .wpcf7-radio {
      font-size: 1.2rem;
      display: flex;
    }
    input[type="radio"] {
      transform: scale(1);
    }
    .contact_page .content .form-wrap {
      margin-top: 25px;
    }
    .contact_page .content .form-title {
        font-size: 2.2rem;
        padding-bottom: 10px;
      }
  }
  @media (max-width: 480px) {
    .contact_page .content .form-wrap .form-group .label {
      width: 100%;
      padding-bottom: 10px;
    }
    .contact_page .content .form-wrap .form-group {
      flex-wrap: wrap;
    }
    /* .contact_page .content .form-wrap .form-group .input { */
    .contact_page .content .form-wrap .form-group .wpcf7-form-control-wrap {
      flex: auto;
    }
    .contact_page .content .form-wrap .form-group .textarea {
      height: 100px;
    }
    .contact_page .content .form-wrap .form-group .specific-label {
      flex-direction: unset;
      align-items: center;
    }
    .contact_page .content .form-wrap .form-group .specific-label .label-required {
      margin-left: 8px;
      margin-top: 0px;
    }
    .contact_page .page-title h2 {
      font-size: 8vw;
    }
  }
  @media(max-width:374px) {
    .contact_page .content .custom-radio {
      font-size: 1rem;
    }
   }
/*
==============================================================
====================== End contact-page ======================
==============================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* 20250514 */
.staff .items-list ul li a {
    display: block;
    transition: all .3s;
}
.staff .items-list ul li a:hover {
    opacity: .7;
}
.long-interview .content .item.first {
    padding-top: 0;
}
.long-interview .content .txt-box.last {
    padding-top: 80px;
}

@media (max-width: 750px) {
    .long-interview .content .txt-box.last {
        padding-top: 40px;
    }
}

.services .services-banner {
    position: relative;
    color: #256440;
    padding-bottom: 20%;
    background: #fff;
}
.services .services-banner .container {
    max-width: 1150px;
}
.services .services-banner .inner {
    width: 100%;
    max-width: 620px;
    background: rgb(255, 255, 255, .8);
    position: relative;
    top: 30px;
    z-index: 1;
    padding: 60px 6rem;
    line-height: 2.25;
    z-index: 1;
}
.services .services-banner h2 {
    font-size: 4.6rem;
    line-height: 1.43;
    font-weight: 350;
    padding-bottom: 15px;
}
.services .services-banner .img01 {
    width: 58%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    max-width: 735px;
}
.services .services-banner .img02 {
    width: 22%;
    margin-left: auto;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 0;
}
.services .services-main {
    padding: 90px 0;
    background-color: #256440;
}
.services .services-item {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.services .services-item + .services-item {
    margin-top: 90px;
}
.services .services-item .content {
    flex: 1;
    padding: 0 5% 0 0;
    color: #f8f5f2;
}
.services .services-item .content .text01 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    /* font-size: 3rem; */
    font-size: min(3.2vw,3rem);
    font-weight: 500;
    border-bottom: 1px solid #f8f5f2;
}
.services .services-item .content .text01 span {
    display: inline-block;
    margin: 0 0 0 3px;
    background-color: #f8f5f2;
    color: #256440;
    padding: 0 2px;
    line-height: 1.4;
}
.services .services-item .content .text02 {
    line-height: 2.25;
}
.services .services-item .image {
    max-width: 540px;
    width: 50%;
}
.services .services-item._reverse {
    flex-direction: row-reverse;
}
.services .services-item._reverse .content {
    padding: 0 0 0 5%;
}

@media (max-width: 960px) {
    .services .services-banner .inner {
        padding: 40px 20px;
    }
}

@media (max-width: 750px) {
    .services .services-banner {
        padding: 11.5% 0;
    }
    .services .services-banner .inner {
        font-size: 1.4rem;
        top: 0;
    }
    .services .services-banner h2 {
        font-size: 3rem;
    }
    .services .services-banner .img02 {
        width: 32%;
        bottom: 5%;
    }

    .services .services-main {
        padding: 50px 0;
    }
   .services .services-item {
        flex-direction: column-reverse;
    }
    .services .services-item+.services-item {
        margin-top: 40px;
    }
    .services .services-item .content {
        padding: 0;
    }
    .services .services-item .content .text01 {
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 2rem;
    }
    .services .services-item .content .text01 span {
        margin: 0 0 0 2px;
    }
    .services .services-item .content .text02 {
        line-height: 2;
        font-size: 1.4rem;
    }
    .services .services-item .image {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .services .services-item._reverse {
        flex-direction: column-reverse;
    }
    .services .services-item._reverse .content {
        padding: 0 0 0 0;
    }
}

.product .items-list .content .items .inner-items .item .inner{
    padding: 20px 0 0 0;
}
.product .items-list .content .items .inner-items .item .inner h4 {
    padding: 0 20px 20px;
}
.product .items-list .content .items:last-child .inner-items .item .inner img {
    margin: 0 auto;
}

/* 20250808 */
@media (min-width: 1600px) {
    .company {
    padding-bottom: 15%;
    background-position: center 63px;
}

}
/* 取扱商品 */
.product .items-list .content .items:last-child .inner-items .item .inner img {
    width: 100%;
}

/* スタッフ紹介 */
.staff .staff-list ul li .inner .txt {
    position: relative;
    padding: 16px 10px;
}
.staff .staff-list ul li .inner .txt .ic {
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #256440;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.staff .staff-list ul li .inner .txt .ic::before,
.staff .staff-list ul li .inner .txt .ic::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.staff .staff-list ul li .inner .txt .ic::before {
    width: 11px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 50%;
    margin-right: -5px;
}
.staff .staff-list ul li .inner .txt .ic::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
}

/* トップページ 修正 */
.company .tl-box p {
    text-align: left;
}
.home .recruit .bottom-btn {
    text-align: left;
    padding-top: 20px;
}
@media (max-width: 750px) {
    .home .recruit .bottom-btn {
        text-align: center;
        padding: 20px 0 10px;
    }
}
.product .slider ul li .inner {
    background: #F8F5F2;
}

/***-----------------------------
 20250818 採用ページ・インタビュー
-----------------------------***/
.recruit-wrap .recruit-banner {
    padding-top: 50px;
}
.recruit-wrap .recruit-banner img {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
}
.recruit-wrap .content-box .content {
    justify-content: center;
    text-align: center;
    position: relative;
}
.recruit-wrap .content-box .txt-box h2 span {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 0 7px 0 12px;
    color: #fff;
    background-color: #256440;
}
.recruit-wrap .content-box .txt-box {
    position: relative;
}
.recruit-wrap .content-box .img-circle {
    max-width: 230px;
    height: auto;
    position: absolute;
    top: 30%;
    right: 15%;
    width: clamp(120px, 23vw, 310px);
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: -1;
    animation: spin2 8s linear infinite;
}
/* アニメーション定義 */
@keyframes spin2 {
  from { transform: translate(50%, -50%) rotate(0deg); }
  to   { transform: translate(50%, -50%) rotate(360deg); }
}

@media (max-width: 1150px) {
  .recruit-wrap .content-box .img-circle  {
    right: 0;
  }
}

.recruit-wrap .job-list {
    padding: 80px 0 100px;
}
.recruit-wrap .job-list .disc {
    padding-bottom: 70px;
    line-height: 2;
    text-align: center;
    color: #fff;
}
.recruit-wrap .job-list .sm {
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    padding-top: 8px;
    font-family: "Roboto Slab", serif;
    color: #fff;
}
.recruit-wrap .job-list .container {
    max-width: 1140px;
}
.recruit-wrap .job-list .items {
    display: flex;
    justify-content: space-around;
    margin-bottom: 75px;
    gap: 2%;
}
.recruit-wrap .job-list .items:nth-of-type(2) {
     margin-bottom: 0;
}
.recruit-wrap .job-list .item {
    max-width: 510px;
    width: 100%;
    padding-top: 30px;
}
.recruit-wrap .job-list .items .inner {
    padding: 5px;
    text-align: left;
    height: 100%;
}
.recruit-wrap .job-list .items .department {
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
    padding: 0 20px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #fff;
    background-color: #256440;
    border-radius: 0 11px 0 11px;
}
.recruit-wrap .job-list .items .txt {
    padding: 4% 3% 4% 4%;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.76;
    display: flex;
    flex-direction: column;
}
.recruit-wrap .job-list .items .txt h3 {
    font-size: 2.8rem;
}
.recruit-wrap .job-list .items .txt .sm {
    padding: 0 0 20px;
    font-family: "Roboto Slab", serif;
    font-size: 1.2rem;
    text-align: left;
    color: #256440;
}
.recruit-wrap .job-list .items .txt .btn-box {
    padding: 0 0 10px 0;
    margin-top: auto;
}

@media (max-width: 750px) {
    .recruit-wrap .recruit-banner {
        padding: 50px 4% 0;
    }
    .recruit-wrap .content-box {
        overflow: hidden;
    }
    .recruit-wrap .content-box .content {
        padding: 20px 0;
    }
    .recruit-wrap .content-box .txt-box h2 span {
        margin: 0 auto 10px;
        padding: 0 7px 0 12px;
    }
    .recruit-wrap .content-box .img-circle {
        max-width: 135px;
        top: 20%;
        right: 18%;
        width: 100%;
    }
    .recruit-wrap .job-list {
        padding: 50px 0;
    }
    .recruit-wrap .job-list .disc {
        padding-bottom: 50px;
        font-size: 1.4rem;
    }
    .recruit-wrap .job-list .sm {
        font-size: 1.4rem;
        padding-top: 8px;
    }
    .recruit-wrap .job-list .items {
        flex-direction: column;
        margin-bottom: 75px;
    }
    .recruit-wrap .job-list .items02 {
        margin-bottom: 0;
    }
    .recruit-wrap .job-list .items .item {
        margin: 0 auto;
        padding-top: 30px;
    }
    .recruit-wrap .job-list .items .inner {
        padding: 5px;
        flex-wrap: nowrap;
    }
    .recruit-wrap .job-list .items .department {
        padding: 0 20px;
        font-size: 1rem;
    }
    .recruit-wrap .job-list .items .txt {
        padding: 4px 10px;
        font-size: 1.2rem;
        line-height: 1.7;
    }
    .recruit-wrap .job-list .items .txt h3 {
        font-size: 1.8rem;
    }
    .recruit-wrap .job-list .items .txt .sm {
        padding: 5px 0 10px;
        font-size: 1rem;
    }
    .recruit-wrap .job-list .items .txt .btn-box {
        padding: 20px 0 0;
    }
    .recruit-wrap .job-list .items .txt .btn-box .btn {
        display: inline-block;
        padding: 10px 40px 10px 0;
        font-size: 1.2rem;
    }
    .recruit-wrap .job-list .items .txt .btn-box .btn .ic {
        width: 34px;
        height: 34px;
        top: 65%;
    }
    .recruit-wrap .job-list .items .txt .btn-box .btn .ic::before {
        width: 11px;
        height: 1px;
        top: 50%;
        right: 50%;
        margin-right: -5px;
    }
    .recruit-wrap .job-list .items .txt .btn-box .btn .ic::after {
        width: 7px;
        height: 7px;
        margin-top: -3px;
    }

}

.recruit-detail .container {
    max-width: 1113px;
}
.recruit-detail .interview {
    background-image: none;
    background-color: #fff;
    padding-top: 85px;
    color: #256440;
}
.recruit-detail .interview .top-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.recruit-detail .interview .top-box .img {
    max-width: 400px;
    width: 40%;
}
.recruit-detail .interview .top-box .txt h3 {
    letter-spacing: -.02em;
}
.recruit-detail .interview .top-box .txt {
    width: auto;
    padding-left: 7%;
}
.recruit-detail .bg-block {
    padding-top: 65px;
    border-image:linear-gradient( #f8f5f2,#f8f5f2 ) fill 0 / 1 /  0 100vw;
}
.recruit-detail .item-lead {
    margin-bottom: 40px;
    padding: 30px 65px;
    text-align: center;
    background-color: #fff;
}
.recruit-detail .item-lead .vol {
    font-size: 1.8rem;
    font-weight: bold;
}
.recruit-detail .item-lead .vol span {
    font-size: 2.5rem;
    color: #fff;
    -webkit-text-stroke: 1.5px #256440;
    text-stroke: 1.5px #256440;
    font-weight: 900;
}
.recruit-detail .item-lead .lead {
    padding-bottom: 10px;
    font-size: 3rem;
    font-weight: 500;
}
.recruit-detail .item-lead .desc {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    line-height: 2.25;
}
.recruit-detail .item-head {
    margin-bottom: 30px;
    padding: 12px;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    background-color: #256440;
    line-height: 1;
}
.recruit-detail .item-head h3 {
    font-weight: 500;
}
.recruit-detail .interview .item1 {
    padding-bottom: 55px;
}
.recruit-detail .interview .item2 {
    padding-bottom: 40px;
}
.recruit-detail .interview .item1 .txt p + p,
.recruit-detail .interview .item2 p + p {
    padding-top: 40px;
}

.recruit-bottom {
    padding: 70px 0 110px;
}
.recruit-bottom .job-list {
   background-color: inherit;
   padding: 60px 0 0;
}
.recruit-bottom .job-list h2 {
    font-size: 3rem;
    color: #256440;
    font-weight: 500;
}
.recruit-bottom .job-list .container {
    padding: 0;
}
.recruit-bottom .job-list .item {
    max-width: 510px;
    width: 100%;
    margin: 0;
}
.recruit-bottom .bottom-btn {
    text-align: center;
    padding: 20px 0;
}
.recruit-bottom .bottom-btn p {
    padding-bottom: 20px;
    font-size: 1.6rem;
}
.recruit-bottom .bottom-btn .btn {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #F8F5F2;
    background: #256440;
    display: inline-block !important;
    position: relative;
    border-radius: 50vh;
    min-width: 284px;
    font-weight: 700;
    text-align: center;
    transition: .3s;
    padding: 17px 20px !important;
    border: 1px solid #256440;
}
.recruit-bottom .bottom-btn .btn::before,
.recruit-bottom .bottom-btn .btn::after {
    content: "";
    position: absolute;
    transition: .3s;
}
.recruit-bottom .bottom-btn .btn::before {
    width: 11px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 20px;
}
.recruit-bottom .bottom-btn .btn::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
}
.recruit-bottom .bottom-btn .btn:hover {
    border: 1px solid #256440;
    color: #256440;
    background: #f8f5f2;
}
.recruit-bottom .bottom-btn .btn:hover::before {
    background: #256440;
}
.recruit-bottom .bottom-btn .btn:hover::after {
    border-color: #256440;
}

@media (max-width: 750px) {
    .recruit-detail .interview {
        padding-top: 50px;
    }
    .recruit-detail .interview .top-box .img {
        width: 90%;
    }
    .recruit-detail .interview .top-box .txt {
        width: auto;
        padding-left: 0;
    }
    .recruit-detail .interview .top-box .txt h3 {
        font-size: 2rem;
        padding-bottom: 20px;
    }
    .recruit-detail .bg-block {
        padding-top: 50px;
    }
    .recruit-detail .item-lead {
        margin-bottom: 40px;
        padding: 30px 20px 20px;
    }
    .recruit-detail .item-lead .vol {
        font-size: 2rem;
    }
    .recruit-detail .item-lead .vol span {
        font-size: 2.3rem;
    }
    .recruit-detail .item-lead .lead {
        padding-bottom: 10px;
        font-size: 2.1rem;
    }
    .recruit-detail .item-lead .desc {
        font-size: 1.4rem;
    }
    .recruit-detail .item-head {
        margin-bottom: 25px;
        padding: 10px;
        font-size: 1.7rem;
        line-height: 1.5;
    }
    .recruit-detail .interview .item1 {
        padding-bottom: 55px;
    }
    .recruit-detail .interview .item2 {
        padding-bottom: 40px;
    }
    .recruit-detail .interview .item1 .txt p + p,
    .recruit-detail .interview .item2 p + p {
        padding-top: 20px;
    }

    .recruit-bottom {
        padding: 50px 0 70px;
    }
    .recruit-bottom .job-list {
        padding: 40px 0 0;
    }
    .recruit-bottom .job-list h2 {
        font-size: 2.2rem;
    }
    .recruit-bottom .job-list .items {
        margin-bottom: 55px;
    }
    .recruit-bottom .job-list .items .item {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .recruit-bottom .bottom-btn .btn {
        font-size: 1.5rem;
    }
}
/* add20251225 */
.home .business .content .inner h2 {
    align-items: center;
}
.home .business .content .inner h2 img{
    height: 40px;
}
.about .company{
    padding-bottom: 10%;
}

/* add20260323 */
.product .main-title {
    padding-bottom: 20px;
}
.product .product-banner {
    background-color: #fff;
    padding: 0;
    width: 100%;
    min-height: 450px;
    height: 100%;
    aspect-ratio: 3/1;
}
.product-banner .image {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}
.product .product-banner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 765px;
    height: fit-content;
    z-index: 1;
    padding: 3.2vw;
    line-height: 2.25;
    z-index: 1;
}
.product .product-banner h2 {
    /* font-size: 4.1rem; */
    font-size: clamp(3.5rem, 2.39vw, 4.1rem);
    padding: 0 0 15px 0;
    text-align: center;
    line-height: 1.6;
}
.product-block01 {
    padding-top: 75px;
    color: #256440;
    background: #fff;
}
.product-block01 .txt-box {
    max-width: 750px;
    margin: 0 auto 15px;
    padding: 0 20px;
    line-height: 2.25;
}
.product-block01 .txt-box h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 10px;
}
.product-block01 .image {
    max-width: 1000px;
    margin: 0 auto;
}
.product-block02 {
    padding: 75px 0;
    color: #256440;
    background: #fff;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(transparent 62%, #F8F5F2 62%);
}
.product-block02 h2,
.product-block03 h2 {
    font-size: 4.6rem;
    font-weight: 350;
    text-align: center;
    line-height: 1;
    padding: 90px 0 55px;
    letter-spacing: 0.08em;
}
.product-block02 .list {
    max-width: calc(1080px + 4%);
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.product-block02 .list-item h3 {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 14px;
}
.product-block02 .list-item img {
    display: block;
    margin-bottom: 20px;
}
.product-block02 .list-item .txt {
    font-size: 1.6rem;
    line-height: 2;
}
.product-block03 {
    padding: 75px 0 90px;
    color: #256440;
    background: #fff;
    position: relative;
}
.product-block03 .container {
    max-width: calc(1097px + 4%);
}
.product-block03 h2 {
    padding: 30px 0 80px;
}
.product-block03 .item + .item {
    margin-top: 140px;
}
.product-block03 .item-top {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    margin-bottom: 30px;
}
.product-block03 .item-cont {
    flex: 1;
}
.product-block03 .item-cont h3 {
    width: fit-content;
    color: #fff;
    background-color: #00663d;
    margin-bottom: 15px;
    padding: 0 3vw;
    font-size: 3.2rem;
    line-height: 1.6;
    font-weight: 500;
    border-radius: 0 22px 0 22px;
}
.product-block03 .item-cont h3 span {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: 4px;
}
.product-block03 .item-cont .lead {
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #00663d;
}
.product-block03 .item-cont .desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.25;
}
.product-block03 .item-img {
    max-width: 540px;
    width: 55%;
}
.product-block03 .item-bottom {
    padding: 24px 3%;
    background-color: #f8f5f2;
    display: flex;
}
.product-block03 .item-bottom .box {
    flex: 1;
    padding: 10px 0;
}
.product-block03 .item-bottom .box h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.product-block03 .item-bottom .box p {
    color: #000;
    line-height: 2;
    font-weight: 500;
}
.product-block03 .item-bottom .box01 {
    border-right: 1px dashed #00663d;
    padding-right: 2%;
}
.product-block03 .item-bottom .box01 .row {
    display: flex;
    gap: 10%;
}
.product-block03 .item-bottom .box p.point {
    display: flex;
    align-items: center;
    gap: 2px;
}
.product-block03 .item-bottom .box p.point::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #00663d;
}
.product-block03 .item-bottom .box02 {
    padding-left: 3%;
}
.product-block03 .item-bottom .box02 p {
    font-size: 1.5rem;
}
.product-block03 .item03 .item-bottom p {
    font-size: 1.5rem;
}
.product .selected-wood h2 {
    font-size: 4.6rem;
    font-weight: 350;
    text-align: center;
    line-height: 1;
    padding: 0 0 55px;
    letter-spacing: 0.08em;
}

.about .greeting .content .img {
    width: 50%;
}
.about .greeting .content .img img {
    max-width: 100%;
}

@media (max-width: 750px) {
    .product .main-title {
        padding-bottom: 0;
    }
    .product .product-banner {
        min-height: auto;
        aspect-ratio: 4/3;
        padding-bottom: 10%;
    }
    .product-banner .image {
        height: auto !important;
        width: 100%;
        position: absolute;
    }
     .product-banner .image01 {
        top: 0;
        left: 0;
    }
     .product-banner .image02 {
        bottom: 0;
        right: 0;
    }
    .product .product-banner .inner {
        width: 92%;
        padding: 3%;
    }
    .product .product-banner h2 {
        font-size: 5.2vw;
        padding: 10px 0 15px 0;
        line-height: 1.5;
    }
    .product-block01 {
        padding-top: 50px;
    }
    .product-block01 .txt-box {
        margin: 0 auto 15px;
        padding: 0;
        line-height: 2.25;
        font-size: 1.4rem;
    }
    .product-block01 .txt-box h2 {
        font-size: 2.4rem;
        line-height: 1.5;
        padding-bottom: 10px;
    }
    .product-block01 .image {
        max-width: 1000px;
        margin: 0 auto;
    }
    .product-block02 {
        padding: 50px 0 30px;
        background-image: linear-gradient(transparent 50%, #F8F5F2 50%);
    }
    .product-block02 h2,
    .product-block03 h2 {
        font-size: 3rem;
        padding: 30px 0 40px;
    }
    .product-block02 .list {
        max-width: calc(1080px + 30px);
        padding: 0 15px;
        gap: 2%;
        flex-direction: column;
    }
    .product-block02 .list-item {
        margin-bottom: 20px;
    }
    .product-block02 .list-item h3 {
        font-size: 2.2rem;
        padding-bottom: 10px;
    }
    .product-block02 .list-item img {
        margin-bottom: 10px;
    }
    .product-block02 .list-item .txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .product-block03 {
        padding: 50px 0 30px;
    }
    .product-block03 .container {
        max-width: calc(1097px + 30px);
    }
    .product-block03 h2 {
        padding: 30px 0 40px;
    }
    .product-block03 .item + .item {
        margin-top: 60px;
    }
    .product-block03 .item-top {
        flex-direction: column;
        gap: 0;
        margin-bottom: 30px;
    }
    .product-block03 .item-cont {
        width: 100%;
    }
    .product-block03 .item-cont h3 {
        margin-bottom: 15px;
        padding: 0 7%;
        font-size: 2rem;
        line-height: 1.8;
        border-radius: 0 20px 0 20px;
    }
    .product-block03 .item-cont h3 span {
        font-size: 1.2rem;
        vertical-align: 3px;
    }
    .product-block03 .item-cont .lead {
        font-size: 2rem;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .product-block03 .item-cont .desc {
        font-size: 1.4rem;
        line-height: 2;
    }
    .product-block03 .item-img {
        width: 100%;
        margin: 20px auto 0;
    }
    .product-block03 .item-bottom {
        padding: 20px 15px;
        flex-direction: column;
    }
    .product-block03 .item-bottom .box {
        width: 100%;
        padding: 10px 0;
    }
    .product-block03 .item-bottom .box h4 {
        font-size: 1.7rem;
        margin-bottom: 5px;
    }
    .product-block03 .item-bottom .box p {
        font-size: 1.4rem;
    }
    .product-block03 .item-bottom .box01 {
        border-right: none;
        border-bottom: 1px dashed #00663d;
        padding: 0 0 15px 0;
    }
    .product-block03 .item-bottom .box01 .row {
        display: block;
    }
    .product-block03 .item-bottom .box p.point::before {
        width: 6px;
        height: 6px;
    }
    .product-block03 .item-bottom .box02 {
        padding: 15px 0 0 0;
    }
    .product-block03 .item-bottom .box02 p {
        font-size: 1.3rem;
    }
    .product-block03 .item03 .item-bottom p {
        font-size: 1.3rem;
    }
    .product .selected-wood h2 {
        font-size: 3rem;
        padding-bottom: 25px;
    }

    .about .greeting .content .img {
        width: 100%;
    }
}
