/* General element styling --------------------------------------------- */

@font-face {
    font-family: 'HGSGothicM';
    src: url('fonts/HGSGothicM.woff') format('woff'),
        url('fonts/HGSGothicM.woff2') format('woff2');
    font-weight: 400;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", serif;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
}

span.txt-jp {
	font-weight: 400;
	font-size: 20px;
}

a {
    color: #112288;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1440px;
}

.am-container.style2 {
    max-width: 1000px;
}

.am-container.style3 {
    max-width: 1200px;
}

.am-container.style5 {
    width: calc(100% - 120px);
}

.am-container.bg-grey {
    background: #F5F5F5;
}

.am-flex {
    display: flex;
}

.am-flex.wrap {
    flex-wrap: wrap;
}

.am-flex.between {
    justify-content: space-between;
}

.am-flex.center {
    justify-content: center;
}

.am-flex.vert-center {
    align-items: center;
}

.am-flex.vert-stretch {
    align-items: stretch;
}

.am-flex.vert-fl-end {
    align-items: flex-end;
}

.am-col1 {
    width: calc(100% / 12);
}

.am-col2 {
    width: calc(100% / 12 * 2);
}

.am-col3 {
    width: calc(100% / 12 * 3);
}

.am-col4 {
    width: calc(100% / 12 * 4);
}

.am-col5 {
    width: calc(100% / 12 * 5);
}

.am-col6 {
    width: calc(100% / 12 * 6);
}

.am-col7 {
    width: calc(100% / 12 * 7);
}

.am-col8 {
    width: calc(100% / 12 * 8);
}

.am-col9 {
    width: calc(100% / 12 * 9);
}

.am-col10 {
    width: calc(100% / 12 * 10);
}

.am-col11 {
    width: calc(100% / 12 * 11);
}

.am-hide {
    display: none;
}

.am-center {
    text-align: center;
}

.am-sp {
    display: none;
}

.am-pc {
    display: block;
}

.am-modal__min-btn {
    border: unset;
    background: unset;
    margin: 0 auto;
	padding: 0;
    display: block;
}

dialog.am-modal__max {
    width: 100%;
    height: 100%;
    border: unset;
    background: #0003;
}

.am-modal__max-cont {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(calc(50vw - 50% - 10px), -50%);
    background: #FFF;
    max-width: calc(100% - 80px);
    max-height: calc(100% - 120px);
    padding: 20px;
    border-radius: 10px;
    width: auto;
    height: auto;
    text-align: center;
}

.am-modal__max-pix {
    width: calc(100% - 100px);
    height: calc(100% - 150px);
    overflow: auto;
    padding: 50px;
    box-shadow: 0 0 10px #8888 inset;
    border: 1px solid #888;
    padding: 0;
    width: 100%;);)%;)%=;)%;);
    height: calc(100% - 50px);
    margin: 0 0 20px;
}

.am-modal__max-pix > img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: auto;
    /* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom > img {
    width: auto;
    height: auto;
    max-width: 200vw;
    max-height: 200vh;
    /* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
    margin: 10px auto;
    display: block;
    padding: 10px;
    min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
    content: unset;
}

.am-bg-layout {
    position: relative;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.am-bg-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    height: auto;
}

#sect-banner .am-bg-pix > img {
    object-position: right;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
    padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
    /*	height: 68px;*/
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #000;
    font-family: Noto Serif JP;
    background: #FFFD;
}

.hdr__layout {
    height: 100px;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo > a > img {
    height: auto;
	width: 166px;
}

.hdr__navi-menu {
    display: block;
}

.hdr__navi-menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0 10px 0 0;
    width: 450px;
    letter-spacing: 0;
}

.hdr__navi-menu li {
    list-style: none;
    text-align: center;
    display: block;
    line-height: 1.4;
}

.hdr__navi-menu li:last-child {
    border-width: 0;
}

.hdr__navi-menu li a {
    text-decoration: none;
    color: #32833a;
    font-weight: 400;
    padding: 5px 20px;
    width: calc(100% - 40px);
    display: block;
    white-space: nowrap;
}

.hdr__navi-lang a {
    color: #ffff;
    text-decoration: none;
}

.hdr__navi-lang a.active {
    color: blue;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
    position: absolute;
    top: 40px;
    right: 15px;
    border: 2px solid #32833a;
    background: transparent;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    display: none;
}

.hdr__menu-btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon > span {
    content: "";
    width: 30px;
    height: 2px;
    background: #32833a;
    display: block;
    margin: 8px 0;
    transition: 0.5s ease;
    opacity: 1;
}

header.hdr__menu--show {
    height: 100vh;
    overflow: auto;
    background: #fff;
}

.bnr__pix {
    text-align: center;
    padding: 0 0 50px;
}

.bnr__pix > video {
    width: 100%;
    height: auto;
}

.bnr__ov {
    position: absolute;
    bottom: 25px;
    right: 10px;
}

.hdr__navi-menu li a span {
    display: block;
    font-weight: 400;
}

.hdr__navi-menu li a {
    font-weight: 700;
}

.slider__item {
    height: auto;
}

.slider__item > img,
.slider__item > video {
    height: auto;
    width: 100%;
    object-fit: cover;
    min-height: 750px;
}

.slider-nav .slick-slide .slider-nav__image {
    filter: saturate(0);
}

.slider-nav .slick-slide.slick-current .slider-nav__image {
    filter: unset;
}

.slider-navi {
    text-align: center;
    margin: 50px 0 0;
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 0;
}

.slider-navi button {
    background-color: unset;
    color: #32833a;
    border: unset;
    font-size: 35px;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    max-width: 15%;
    padding: 0 10px;
    margin: 0;
}

.slider-nav__item:focus-visible .slider-nav__image {
    position: relative;
    z-index: -1;
}

.slider__layout {
    position: relative;
}

.slider__ov {
    position: absolute;
    left: 50%;
    top: calc(50% - 15px);
    transform: translate(-50%, -50%);
    width: 480px;
    height: 570px;
    background: #FFFFFFB2;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider__ov-main-title {
    writing-mode: vertical-rl;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.8;
    margin: 0;
}

.slider__ov-sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

#sect-slider {
    background-color: #F6F6F6;
}

html {
    color: #000;
}

.yasumi-title-style-1 {
    color: #32833a;
    text-align: center;   
    font-size: 36px;
    margin: 0;
    font-weight: 400;
    font-family: "BIZ UDPGothic", sans-serif;
}

.yasumi-title-style-1 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 3;
    font-family: "Noto Sans JP", serif;
}

#sect-thoughts .yasumi-title-style-1 {
    padding: 60px 0 70px;
}

.thoughts__cont {
    text-align: center;
    padding: 0 0 70px 0;
    color: #000;
}

section#sect-thoughts {
    background-color: #F6F6F6;
    padding: 70px 0 100px 0;
}

section#sect-business {
    background-color: #2b8339;
    padding: 70px 0;
}

.yasumi-title-style-2 span {
    font-size: 20px;
    display: block;
    font-weight: 400;
    line-height: 3;
    font-family: "Noto Sans JP", serif;
}

.yasumi-title-style-2 {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    font-family: "BIZ UDPGothic", sans-serif;
}

#sect-business .yasumi-title-style-2 {
    margin: 0 0 40px;
}

.business__cont-item-title span {
    background-color: #fff;
    color: #2b8339;
    font-weight: 700;
}

.business__cont-item-title__cont {
    display: flex;
    margin: 40px 0 30px;
}

.business__cont-item-title__cont span {
    background-color: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #2b8339;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.8;
    font-family: 'Noto Serif JP';
	letter-spacing: 1px;
}

.business__cont-item-title {
    margin: 15px 0 0 15px;
    font-weight: 500;
    font-size: 20px;
}

#sect-business .am-col4 {
    width: calc(100% / 3 - 31px);
    margin: 0 46px 0 0;
}

#sect-business .am-col4:last-child {
    margin: 0;
}

.business__cont-item-content {
    font-weight: 300;
}

.business__cont-item img {
    border-radius: 10px;
    width: 100%;
}

.yasumi__btn-style-1 {
    background-color: #fff;
    padding: 22px 20px;
    border-radius: 40px;
    margin: 80px auto 0;
    width: 260px;
    line-height: 1;
    text-align: center;
    display: block;
    position: relative;
    text-decoration: none;
    color: #2b8339;
    font-size: 16px;
    font-weight: 500;
}

.yasumi__btn-style-1 a {
    text-decoration: none;
    color: #2b8339;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
}

.yasumi__btn-style-1 > i {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 22px;
}

.yasumi__btn-style-2 {
    background-color: #2b8339;
    padding: 22px 20px;
    border-radius: 40px;
    margin: 40px auto;
    width: 260px;
    line-height: 1;
    text-align: center;
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.yasumi__btn-style-2 a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
}

.yasumi__btn-style-2 > i {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 22px;
}

#sect-thoughts .am-container {
    box-shadow: 0 0 18px #DFE0E0;
    border-radius: 10px;
    overflow: hidden;
}

#sect-thoughts .am-bg-pix > img {
    object-fit: cover;
    object-position: right;
}

section#sect-information {    
    background-color: #F6F6F6;
    padding: 0 0 60px 0;
}

.bg-white2 {
    background: #fff;
    padding: 40px 0 0;
}

.info-date {
    text-align: center;
    background: #e7f1e8;
    color: #000;
    padding: 10px;    
}

.info-desc {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.info-desc a {
    color: #000;
    text-decoration: none;
}

.info-desc a:hover {
    color: #000;
    text-decoration: none;
}

.mgb-20 {
    margin-bottom: 20px;
}

section#sec-profile {
    padding: 70px 0; 
/*    background: #f6f6f6;*/
}

.bg-white {
/*    background: #fff;*/
}

.profile-subtitle {
    font-weight: 700;
    color: #000;
    margin: 40px auto;
    text-align: center;
}

.my-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
}

.my-flex2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;    
    align-items: center;
    justify-content: center;
}

.align-top {
    align-items: flex-start;
}

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

.flex-30 {
    flex: 100%;
    max-width: calc(30% - 30px);
    margin: 0 30px 20px 0;
}

.flex-30 img {
    width: 100%;
}

.flex-70 {
    flex: 100%;
    max-width: calc(70% - 30px);
    margin: 0 30px 20px 0;
}

.flex-20 {
    flex: 100%;
    max-width: calc(20% - 30px);
    margin: 0 30px 20px 0;
}

.flex-80 {
    flex: 100%;
    max-width: calc(80% - 30px);
    margin: 0 30px 20px 0;
}

.flex-35 {
    flex: 100%;
    max-width: calc(35% - 30px);
    margin: 0 30px 20px 0;
}

.flex-35 img {
    width: 100%;
}

.flex-65 {
    flex: 100%;
    max-width: calc(65% - 30px);
    margin: 0 30px 20px 0;
}

.title-wrap {
    position: relative;
}

.round {
    color: #32833a;
    font-size: 15px;
    font-weight: 700;    
    position: relative;  
    margin-right: 90px;
}

.round::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 80px;
    width: 80px;   
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(90deg,#32833a,#fff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.txt {
    display: block;
    text-align: center;    
}

.num {
    display: block;
    text-align: center;
    font-size: 24px;     
}

.round .txt {
    position: absolute;
    width: 80px;
    padding-top: 15px;
    font-family: "Noto Serif JP", system-ui;
}

.round .num {
    font-size: 20px;
    position: absolute;
    padding-left: 30px;
    padding-top: 10px;
    font-family: "Noto Serif JP", system-ui;
}

.reason-title {
    color: #32833a;
    font-weight: 700;
    font-size: 26px;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    margin-left: 20px;
}

h4.reason-title{
	display:inline-block;
	margin: 0 0 0 20px;
}

.profile-desc {
    margin-top: 30px;
    color: #000;
    font-size: 16px;
}

section#sect-greetings {
    background-color: #2b8339;
    padding: 70px 0;
}

.bg-green {
    background-color: #2b8339;
    padding: 40px 0;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-0 {
    margin-top: 0;
}

section#sect-slider-sm {
    padding: 70px 0;
    background: #f6f6f6;
}

.my-slider {
    background: #fff;
    padding: 20px 0 20px;
}

#sect-thoughts .yasumi-title-style-1 {
    padding: 60px 0 70px;
}

section#sect-recruitemnt {
    background-color: #F6F6F6;
    padding: 70px 0 120px 0;    
}

.recruitment__cont {
    text-align: center;
    padding: 40px 0 40px 0;
    color: #fff;
}

.am-bg-layout2 {
    padding: 40px 0;
}

#sect-recruitement .am-container {
    box-shadow: 0 0 18px #DFE0E0;
    border-radius: 10px;
    overflow: hidden;
}

#sect-recruitment .am-bg-pix > img {
    object-fit: cover;
    object-position: right;
}

.txt-white {
    color: #fff;
}

.txt-bold {
    font-weight: 700;
}

section#sect-instagram {
    background-color: #F6F6F6;
    padding: 70px 0 0;
}

.ig-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
/*     margin-top: 40px; */
	max-width: 1000px;
    margin: 40px auto 0;
}

.ig-item {
    flex: 100%;
    max-width: calc(100% / 3 - 20px);
    margin: 0 20px 10px 0;
}

/* .ig-item:nth-child(6),
.ig-item:nth-child(12) {
    margin: 0 0 10px 0;
} */

.ig-item:nth-child(3n) {
    margin: 0 0 10px 0;
}

footer {
    padding-top: 70px;
    background: #f6f6f6;
}

.btn_backtop {
    position: relative;  
}

.btn_backtop img {
    cursor: pointer;
}

.txt-vertical {
    writing-mode: vertical-rl;
    color: #2b8339;
    display: block;
    position: absolute;
    bottom: -55%;
    left: 47%;
    transform: translateX(-50%);
}

.footer-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.footer-10 {
    flex: 100%;
    max-width: 7%;
    text-align: center;
    background: #f6f6f6;
}

.footer-15 {
    flex: 100%;
    max-width: 10%;
    background-color: #2b8339;
    padding: 60px 0 0 0;
}

.footer-30 {
    flex: 100%;
    max-width: 33%; 
    background-color: #2b8339;
    padding: 60px 0 0 0;
    border-top-left-radius: 12px;
}

.footer-45 {
    flex: 100%;
    max-width: 50%;
    background-color: #2b8339;
    padding: 60px 0 0 0;
}

.contact-info {
    padding-left: 60px;
}

p.contact-warning {
	margin: 0 0 0 30%;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
}

.contact-info a:hover {    
    color: #fff;
}

.logo-ft2 {
    
}

.g-map {
    max-width: 70%;
    padding: 0 40px 40px 20%;
}

.g-map iframe {
    border-radius: 10px;
}

.br-834 {
    display: none;
}

p.copyright-sp {
    display: none;
}

/* Owl Carousel */
.owl-dot {
    width: 40px!important; /* Adjust the length of the line */
    height: 2px!important; /* Adjust the thickness of the line */
    background-color: #2b833950!important; /* Line color */
    margin: 0!important; /* Adjust spacing between lines */
    border-radius: 0!important; /* Remove rounded corners */
    position: relative;
}

.owl-dot.active {
    background-color: #2b8339!important; /* Color for the active line */
	margin-top: -2.5px;
}

.owl-dot.active::after {
    content: ''; /* Creates the dot */
    position: absolute;
    right: -5px; /* Position the dot at the end of the line */
    top: 50%;
    transform: translateY(-50%);
    width: 5px; /* Size of the dot */
    height: 5px; /* Size of the dot */
    background-color: #2b8339; /* Color of the dot */
    border-radius: 50%; /* Make it circular */
}

.owl-dot.prev-line {
    background-color: #2b8339!important; /* Make the previous line same as the active line */
}

.owl-theme .owl-dots .owl-dot span {
    display: none!important;
}

/*============ Lower Page ================*/
#page-title {
    height: 320px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.banner-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.banner-title span {
    font-size: 30px;
}

/*============ Business Page ================*/
#business {
    padding: 40px 0;
/*     background: linear-gradient(to bottom, #fff, #e4e5e5); */
	overflow: hidden;
}


.header-txt {
    font-size: 30px;
    color: #32833a;
    text-align: center; 
    font-weight: 700;
    margin: 20px auto 60px;
}

.header-txt h2{
    font-size: 30px;
}

#business1 {
    padding: 40px 0;
    position: relative;
}

#business1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*     border: 2px solid #e5e5e5;
    box-shadow: 0 0 8px 2px rgba(229, 229, 229, 0.75); */
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    z-index: 1;
	border: unset;
    box-shadow: 0 -8px 8px 2px rgba(229, 229, 229, 0.75);
}

#business1 .am-container {
    z-index: 2;
    position: relative;
}

.header-txt2 {
    color: #32833a;
    text-align: center;
    font-weight: 400;
}

.header-txt2 p {
    line-height: 0;
}

.header-txt2 p:first-child {
    font-size: 20px;
}

.header-txt2 p:last-child {
    font-size: 36px;
	margin: 0.5em;
}

.header-txt2 span:first-child {
    font-size: 20px;
}

.header-txt2 span:last-child {
    font-size: 36px;
	margin: 0.5em;
}

.img-sand {
    margin-top: 60px;
    text-align: center;
}

.img-sand img {
    max-width: 100%;
}

.business-wrap {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 40px;
}

.business-item {
    flex: 100%;
    max-width: calc(100% / 2 - 40px);
    margin: 0 40px 30px 0;
    color: #000;
}

.business-item:nth-child(2),
.business-item:nth-child(4) {    
    margin: 0 0 30px 0;
}

.business-img {
    background: #32833a;
    text-align: center;
    border-radius: 8px;
    height: 310px;
    position: relative;
}

.business-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.business-title {
    margin: 35px 0 15px;
    font-weight: 700;
    font-size: 20px;
}

.num2 {
    height: 40px;
    width: 40px;
    background: #32833a;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    font-family: "BIZ UDPGothic", sans-serif;   
    position: relative;
    top: -5px;
}

.num2-txt {
    font-weight: 400;
    position: relative;
    top: 3px;    
}

#business3 {
    padding: 40px 0;
    position: relative;
}

#business3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid #e5e5e5;
    box-shadow: 0 0 8px 2px rgba(229, 229, 229, 0.75);
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
/* 	background: linear-gradient(to bottom, #fff, #e4e5e5);  */
    z-index: 1;
}

#business4 {
/*     background: linear-gradient(to bottom, #fff, #e4e5e5);  */
    padding: 1px 0;
}

#business3 .am-container {
    z-index: 2;
    position: relative;
}

/*============ Company Page ================*/
#mission {
    padding: 40px 0;
}

#mission .yasumi-title-style-1 {
   padding-top: 20px;
}

#mission .thoughts__cont {
    margin-top: 40px;
}

#vision {
    padding: 40px 0;
}

#vision .yasumi-title-style-1 {
   padding-top: 20px;
}

#vision .thoughts__cont {
    margin-top: 40px;
}

#greetings {
    background-color: #2b8339;
    padding: 70px 0;
    margin-top: 40px;
}

#company-profile {
    padding: 40px 0;
    background: #f6f6f7;
}

#company-profile .am-bg-cont {
    border: 1px solid #ccc;
    background: #fff;
    padding: 40px 80px 100px;
    margin: 40px auto;
}

#greetings .greeting {
    padding-left: 20px;
    margin-top: -8px;
}

table.my-tbl {
    width: 80%;
    border-collapse: collapse;
    margin: 40px auto 0;
}

table.my-tbl tr td {
    padding: 20px 30px;
    border: 1px solid #cccccc;
    color: #000;
    background: #fff;
}

table.my-tbl tr td:first-child {
    text-align: center;
    background: #f6f6f6;
    width: 25%;
}

.my-tbl .cp-img {
    height: 105px;
    width: 155px;
	display: block;
    object-fit: cover;
}

#history {
    padding: 40px 0;
    background: #f6f6f7;
}

#history .am-bg-cont {
    border: 1px solid #ccc;
    background: #fff;
    padding: 40px 80px 100px;
    margin: 10px auto;
}

h4.title-deco {
    position: relative;
    display: block;
    padding: 0 65px;
    text-align: center;
    color: #000;
    margin: 40px auto;
    width: 68%;
}

h4.title-deco:before,
h4.title-deco:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 350px;
  height: 6px;
  content: '';
  border-bottom: solid 2px #ccc;
}

h4.title-deco:before {
  left: 0;
}

h4.title-deco:after {
  right: 0;
}


/*============ Recruit Page ================*/
#recruit1 {
    padding: 40px 0;
    color: #000;
}

#recruit1 .am-container {
    box-shadow: 0 0 18px #DFE0E0;
    border-radius: 10px;
    overflow: hidden;
}

#recruit1 .my-flex {
    margin-top: 0;
}

#recruit1 .flex-30 {
    max-width: 30%;
    margin: 0 0 -8px 0;
}

#recruit1 .flex-70 {
    margin: 30px 30px 30px 0;
}

.title-green {
    font-size: 36px;
    font-weight: 700;
    color: #32833a;
    margin: 0 0 40px 0;
	line-height: 1.15em;
}

.my-content {
    padding: 0 0 0 60px;
}

#interview {
    background-color: #2b8339;
    padding: 70px 0;
    margin-top: 40px;
}

.interview2 {
    background-color: #2b8339;
    padding: 70px 0;
    margin-top: 80px;
}

.my-content2 {
    text-align: center; 
    position: relative;
}

.my-content2 img {
    display: inline-block; 
    margin-right: 7%;
}

.interview-name {
    color: #fff;
    display: block;
    text-align: left;
    position: absolute;   
    left: 68%;
    top: 50%;
    transform: translateY(-50%);
	font-size: 16px;
}

section.interview2.wh-bg .interview-name {
	color: #000;
}

section.interview2.wh-bg .txt-white {
	color: #000;
}

.txt-white {
    color: #fff;
}

#faq {
    background: #eceded;
    padding: 80px 0 60px;
}

.faq-wrap2 {
    width: 80%;
    margin: 40px auto;
}

#welfare {
    background: #fff;
    border-top: 2px solid #ccc;
    padding: 40px 0;
}

.welfare-icon {
    background: #32833a;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50px);
}

.welfare-icon img {
    max-width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.welfare-title {
    font-size: 20px;
    font-weight: 700;
    color: #32833a;
    text-align: center;
    margin-top: 10px;
}

.welfare-desc {
    color: #000;
    margin-top: 10px;
    min-height: 200px;
}

#welfare .my-flex .flex-20:last-child {
    margin-right: 0;
}

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

#requirements {
    background: #f6f6f6;
}

#requirements .am-container {
    padding-top: 40px;
}

.tabs-wrap {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;  
    margin-top: 60px;
}

.tab-item {
    flex: 100%;
    max-width: calc(100% / 6 - 8px);
    margin: 0 8px 0 0; 
    color: #32833a;
    border: 1px solid #32833a;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
	align-content: center;
}

.tab-item:last-child {
    margin: 0;
    max-width: calc(100% / 6);
}

.tab-item.active {
    background: #32833a;
    color: #fff;
}

.tab-item:hover {
    background: #32833a;
    color: #fff;
}

.tabs-content {
    border: 1px solid #32833a;
    padding: 0 0 70px;
    display: none;
    background: #fff;
}

.tabs-content.active {
    display: block;
}

#entry-form {   
    padding-top: 60px;
    background: #f6f6f6;
}

#entry-form .am-container {
    border: 1px solid #32833a;    
}

#entry-form .am-bg-cont {
    padding: 60px 0;
    background: #fff;
}

#entry-form .thoughts__cont {
    margin-top: 40px;
}

.entry-form .ii-submit {
    margin: 50px auto 20px;
}

.sect-cont {
	margin: 0 0 100px;
	padding-inline: 10%;
}

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
	border: 2px solid #2b8339;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 30px 0;
}

.sect-blog__item-date {
	font-size: 15px;
}

.sect-blog__item-excerpt {
	font-size: 18px;
	line-height: 40px;
}

.sect-blog__item-title {
	font-size: 18px;
	margin: 0;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px 0;
	margin: 0;
	color: #000;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 60px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 20px;
}

.wp-block-categories li {
	border-bottom: 1px dashed #a4a2a2;
	padding: 20px 0;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 20px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px 0;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: #2b8339;
	color:#FFF;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

section#sect-blog {
    color: #000;
}

.mgt-30 {
    margin-top: 30px;
}

.ii-pgnavi__btn.ii-pgnavi__current {
    background: #2b8339;
    color: #FFF;
	cursor: revert;
}

.ii-pgnavi__btn {
    background-color: #006533;
    padding: 10px 16.79px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #888;
    margin: 0 5px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Noto Sans JP';
    border-radius: 50px;
}

.ii-pgnavi__btn i {
	background-color: #fff;
    color: #006533;
}

button.ii-pgnavi__btn.next {
    background-color: #fff;
}

button.ii-pgnavi__btn.previous {
    background-color: #fff;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 0 0 100px;
}

.sect-news__pagenavi .btn-style-1 {
    text-decoration: unset;
    display: inline-block;
    margin: 0 10px;
    width: 150px;
    position: relative;
}

section.interview2.wh-bg {
    background-color: #ffffff;
    color: #000000 !important;
}

section.interview2.wh-bg img {
    border-radius: 8px;
}

#business4 {
/*    background: linear-gradient(to bottom, #F1F2F2, #e4e5e5); */
	background-color: #e4e5e5;
}

#business3::before {
/*     background: linear-gradient(to bottom, #fff, #F1F2F2); */
	background-color: #e4e5e5;
	box-shadow: 0 0 8px 2px rgba(229, 229, 229, 0.75);
}

.ftr__topbtn {
    width: 7.5%;
    max-width: 150px;
    text-align: center;
}
.ftr__cont {
	background: #318339;
	padding: 60px 0 0;
	width: max(92.5%, calc(100% - 150px));
	border-radius: 10px 0 0 0;
	box-shadow: 0 0 15px #888A;
}

.ftr__info .contact-info {
    padding: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ftr__layout {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1440px;
}

.ftr__info {
	min-width: 340px;
	width: max(calc(100% - 580px), 50%);
	align-self: stretch;
}

.ftr__logo .logo-ft2 {
    text-align: center;
	padding: unset;
	text-align: left;
    width: 100%;
}

.ftr__logo .logo-ft2 > img {
    width: 25%;
    max-width: 110px;
    margin: 0 10px 20px;
    margin: 0 10px;
	width: 100%;
    display: block;
}

/* .ftr__map {
    width: 40%;
    max-width: 580px;
} */

.ftr__map {
   	width: calc(50% - 40px);
    padding: 0 0 0 40px;
    max-width: 580px;
}

.ftr__map .g-map {
    width: 100%;
    max-width: unset;
    padding: unset;
}

.ftr__map .g-map > iframe {
    width: 100%;
/*     height: 16.7vw; */
	height: 370px;
/*     max-height: 240px; */
}

.ftr__map .ftr__map-logo {
    width: 100%;
    text-align: right;
    margin: 40px 0 0;
}

/* .ftr__logo {
    width: calc(45% - 60px);
    padding: 0 30px;
} */

.ftr__logo {
    width: calc(35% - 40px);
    padding: 0 0 0 40px;
    display: flex;
    align-items: flex-end;
    height: 370px;
}

.contact-info__tel > span {
    display: inline-block;
    width: 180px;
}

.ftr-br-sp {
	display: none;
}

.pdb-20 {
	padding-bottom: 20px;
}

.title-style-3 {
    font-size: 16px;
    color: #000;
    text-align: center;
    position: relative;
    margin: 50px auto;
	max-width: 1000px;
}

.title-style-3:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.title-style-3 span {
    background-color: #fff;
    padding: 0 10px;
	display: inline-block;
}

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

.ftr__map-logo img {
    height: 85px;
    width: 85px;
	object-fit: contain;
}

.ftr__map-sub-logo {
    margin: 0 40px 0 0;
    width: calc(100% / 6 - 38px);
    display: inline-block;
	max-width: 85px;
}

.ftr__map-sub-logo.last {
    margin: 0;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

#business5 {
    padding: 40px 0;
}

.txt-content {
    color: #000;
    text-align: left;
    width: 70%;
    margin: 40px auto 0;
	max-width: 900px;
}

#sec-profile .yasumi__btn-style-1.mgt-0 {
    background-color: #2b8339;
    color: #fff;
    margin: 30px auto 0;
}

#sect-slider-sm .slider-nav__arrows.slider-navi.slider-navi_main {
    margin: 15px 0;
}

#sect-slider-sm .slider-navi {
	margin: 20px auto 0;
}

.ftr__info-logo {
	width: calc(100% - 220px);
}

.am-flex.ftr__layout-logo {
    justify-content: space-between;
   	width: calc(100% - 60px);
    margin: 30px auto;
    max-width: 1440px;
}

.ftr__info-copyright {
	align-self: center;
	width: 220px;
}

.ftr__map-sub-logo:last-child {
    margin: 0;
}

.ftr__map-logo {
	text-align: right;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color:#000;
}

@media screen and (min-width:1921px) {
    
    h4.title-deco {
        width: 69%;
    }
    
    h4.title-deco:before, h4.title-deco:after {
        width: 420px;
    }
}

@media screen and (min-width:1680px) and (max-width:1920px) {
    .footer-10 {       
        max-width: 7%;        
    }

    .footer-30 {
        max-width: 23%;       
    }
    
    .footer-15 {        
        max-width: 10%;
    }

    .footer-45 {
        max-width: 60%;
    }
    
    .contact-info {
        padding-left: 95px;
    }
	
    .g-map {
        max-width: 60%;
        padding: 0 40px 40px 19%;
    }
    
    .logo-ft2 {
        padding-left: 10px;
    }
    
    .business-wrap {
        width: 70%;
    }
    
    h4.title-deco {
        width: 69%;
    }
    
    h4.title-deco:before, h4.title-deco:after {
        width: 420px;
    }
    
    .interview-name {
        left: 65%;
    }
}

@media screen and (max-width:1680px) {
     h4.title-deco {
        width: 70%;
    }
    
    h4.title-deco:before, h4.title-deco:after {
        width: 420px;
    }
}

@media screen and (max-width:1440px) {
    h4.title-deco:before, h4.title-deco:after {
        width: 410px;
    }
    
    .interview-name {
        left: 65%;
    }
}

@media screen and (max-width:1360px) {
    
    h4.title-deco {
         width: 69%;
    }
    
    h4.title-deco:before, h4.title-deco:after {
        width: 380px;
    }
    
    .interview-name {
        left: 67%;
    }
}

@media screen and (max-width:1280px) {
    
    h4.title-deco {
        width: 68%;
    }
    
    h4.title-deco:before, h4.title-deco:after {
        width: 330px;
    }
	
	.entry-form {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	
	.ftr__logo .ftr-br-pc {
		display: none;
	}
}


@media screen and (max-width:1024px) {
    
    .footer-10 {       
        max-width: 7%;        
    }

    .footer-30 {
        max-width: 35%;       
    }
    
    .footer-15 {        
        max-width: 10%;
    }

    .footer-45 {
        max-width: 48%;
    }
    
    .contact-info {
        font-size: 14px;
    }
    
    
    h4.title-deco {
        width: 65%;
    }
    
     h4.title-deco:before, h4.title-deco:after {
        width: 250px;
    }

	.ftr__logo .logo-ft2 > img {
		width: calc(50% - 22px);
		width: 100%;
		margin: 0 auto;
	}

	.ftr__map .g-map > iframe {
/* 		height: 25vw; */
		height: 380px;
		max-height: unset;
	}
}

@media screen and (max-width:992px) { 
    
    .hdr__menu-btn {
		display: block;
/*        right: 140px;*/
	}

	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #2b8339;
		max-height: 80px;
		overflow: hidden;
		height: 100vh;
		transition: max-height 0.5s ease, background 0.5s 0.2s ease;
	}

	header.hdr__menu--show {
		max-height: 1000px;
		transition: max-height 0.5s ease;
	}

	header .am-container {
		width: 100%;
		margin: 0;
	}

	.hdr__logo > a {
		display: block;
		position: absolute;
		top: 42px;
		width: calc(100% - 170px);
		text-align: left;
		transform: translateY(-50%);
		padding: 0 0 0 20px;
	}

	.hdr__logo img {
		width: auto;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		height: 80px;
	}

	.hdr__navi {
		overflow: hidden;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: 100%;
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu {
		display: block;
		position: relative;
		z-index: 2;
		/*        right: 40px;*/
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #2b8339;
		border-width: 1px 0 0;
	}

	.hdr__navi-menu li:last-child {
		border: solid #2b8339;
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 30px 0;
		color: #2b8339;
		font-weight: 200;
		width: 100%;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}
    
    .hdr__navi-cta {
		margin: 20px 0 0;
	}

	.hdr__navi-tel {
		text-align: center;
	}
	
	.hdr__navi-tel,
	.hdr__navi-mail {
		display: block;
	}
	
	.hdr__navi-mail {
		margin: 0;
	}
	
	.hdr__navi-tel > span,
	.hdr__navi-mail > span {
		display: inline;
	}
	
	.hdr__navi-tel > img,
	.hdr__navi-mail > img {
		width: auto;
		height: 30px;
	}
    
    .hdr__navi-tel {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .hdr__navi-tel > img {
        height: 20px;
    }

	.hdr__navi-lang {
		position: absolute;
		top: 60px;
		transform: translateY(-50%);
		right: 80px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
	}

	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	header .ftr__cont {
		display: block;
	}

	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}

	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}

	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}
    
    
    .business__cont-item-title__cont span {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    
    p.copyright {
        margin-top: unset;
    }
	
	.ftr__map .g-map > iframe {
        height: 200px;
        max-height: unset;
    }
    
    .ftr__logo {
        height: 200px;
    }
	
	.ftr__map-sub-logo {
		margin: 0 20px 0 0;
	}   
}

@media screen and (max-width:834px) {
    .br-834 {
        display: inline-block;
    }
    
    .business__cont-item-title__cont span {
        height: 50px;
        font-size: 28px;
    }
    
    .business-img {
        height: 250px;
    }
    
    .business-img img {
        width: 80%;
    }
    
    table.my-tbl tr td:first-child {
        padding: 20px 10px;
    }
    
    h4.title-deco {
        width: 59%;
    }
    
    h4.title-deco:before, h4.title-deco:after {
        width: 175px;
    }
    
}

@media screen and (max-width:768px) {
    .business__cont-item-title__cont span {
        height: 45px;
        font-size: 26px;
    }
    
    .g-map {
        padding: 0 30px 40px 30px;
    }
    
    .logo-ft2 {
        padding: 0 0 0 10px;
    }
    
    .hdr__navi-menu {		
        right: 0;
	}
    
    .business-img {
        height: 230px;
    }
    
    .business-img img {
        width: 70%;
    }
    
    h4.title-deco {
        width: 58%;
    }
    
    h4.title-deco:before, h4.title-deco:after {
        width: 148px;
    }
    
    table.my-tbl tr td:first-child {
        width: 27%;
    }
    
    .my-content2 img {
        margin-right: 0;
        margin-bottom: 80px;
    }
    
    .interview-name {
        left: 35%;
        top: 84%;
        
    }
}

@media screen and (max-width:767px) {
    
    .slider__ov {
        width: 100%;
    }
    
    .hdr__menu-btn {
        right: 15px;
    }
    
    .hdr__navi-menu {		
        right: 0;
	}
    
    #sect-business .am-col4 {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    .business__cont-item-title__cont span {
        height: 50px;
        width: 50px;
    }
    
    .business__cont-item-title {
        margin: 0 0 0 15px;
		font-size: 16px;
		align-self: center;
    }
    
    .flex-30 {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    
    .flex-70 {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    
    .flex-35 {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    
    .flex-65 {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    
    .greeting {
        font-size: 15px;
    }
    
    .recruitment__cont {
        font-size: 14px;
    }
    
    .ig-item {
/*         max-width: 100%;
        margin: 0 0 20px 0; */
		max-width: calc(100% / 3 - 10px);
        margin: 0 0 5px 0;
    }
    
    .ig-item img {
        width: 100%;
    }
    
    .footer-30 {
        max-width: 93%;   
/*        border-bottom: 2px solid #2b8339;*/
        padding: 40px 0 30px;
    }
    
    .footer-15 {
        max-width: 100%; 
        border-top: 2px solid #2b8339;
        border-bottom: 4px solid #2b8339;
        padding: 15px 0 0;
    }
    
    .footer-45 {
        max-width: 100%;
        padding: 30px 0 0;
    }
    
    .logo-ft2 {
        text-align: center;
        padding: 0;
		margin: 40px 0 0;
    }
    
    .contact-info {
        padding-left: 80px;
    }
	p.contact-warning {
		margin: 10px 0;
	}
    .g-map {
        max-width: 100%;
    }
    
    p.copyright {
        display: none;
    }
    
    p.copyright-sp {
        display: block;
        text-align: center;
    }
    
    .header-txt2 p:last-child {
        line-height: 1.2em;
    }
    
    .header-txt {
        line-height: 1.4em;
    }
    
    .business-wrap {
        width: 100%;
    }
    
    .business-item {
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    
    .business-img {
        height: 250px;
    }
    
    .business-img img {
        width: 60%;
    }
    
    table.my-tbl {
       width: calc(100% - 20px);
       margin: 0 10px 40px;
    }
    
    table.my-tbl tr td {
        display: block;
		border-width: 1px 0 0;
    }

    table.my-tbl tr td:first-child {
        display: block;
        width: 93.5%;
        text-align: left;
		padding: 20px 12px;
    }
	
	table.my-tbl tr td {
		padding: 20px 12px;
	}
    
    #company-profile .am-bg-cont {
        padding: 20px 0 0;
    }
    
    #history .am-bg-cont {
        padding: 40px 0;
    }
	
	#recruit1 .flex-30 img {
		margin: 0 auto -8px auto;
	}
    
    h4.title-deco {
        width: auto;
        margin: 40px 15px;
    }
    
    h4.title-deco:before, h4.title-deco:after {
        width: 60px;
    }
    
    .flex-20 {
        max-width: 100%;
        margin: 0 0 10px 0;        
    }
    
    .flex-80 {
        max-width: 100%;
        margin: 0 0 10px 0;
    }
    
    .title-green {
        font-size: 24px;
        margin-top: 20px;
    }
    
    #recruit1 .flex-70 {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    
    #recruit1 .flex-30 {
        max-width: 100%;
        margin-top: 20px;
    }
    
    .my-content {
        padding: 0 15px;
    }
    
    .my-content2 {
        margin: 0 0 60px 0;
    }
    
    .interview-name {
        top: unset;
        left: 50%;
        bottom: -15%;
        transform: translateX(-50%); 
        width: 100%;
    }
    
    .faq-wrap2 {
        width: 100%;
    }
    
/*     #faq-box .q-txt:before {
        line-height: 1.4em;
    } */
    
/*     #faq-box .a-txt:before {
        line-height: 1.4em;
    } */
    
    .welfare-desc {
        min-height: auto;
        margin-bottom: 40px;
    }
    
    .tabs-wrap {
        flex-wrap: wrap;
    }
    
    .tab-item {
        max-width: 100%;
        margin: 0;
    }
    
    .tab-item:last-child {
        max-width: 100%;
    }
    
/*     .tabs-content table.my-tbl tr td:first-child {
        width: 81.3%;
    } */
    
    #entry-form .thoughts__cont {
        padding: 40px 20px;
    }
    
/*
    .inquiry-form__contact-col:first-child {
        width: 100%!important;        
    }
    
    .inquiry-form__contact-col {
        width: 100%!important;           
    }    
*/	
	.sect-blog__cont {
		display: block;
	}

	.sect-cont {
		margin: 0;
		padding-inline: 0;
		padding: 40px 0;
	}

	.sect-blog__post.am-col8 {
		width: 100%;
	}

	.sect-blog__item-title {
		font-size: 16px;
	}

	#sect-blog .am-col4 {
		width: 100%;
	}

	.sect-blog__sidebar {
		margin: 40px 0 0 0;
		width: 100%;
	}
	
	.sect-blog__single-cont img {
		width: 100%;
	}
	
	.sect-blog__single-cont-title {
		font-size: 20px;
	}
		
	.wp-block-heading.sect-blog__title {
		margin: 30px 0 0;
	}

	.sect-blog__title {
		font-size: 20px;
	}
	
	.sect-blog__item-cont {
		display: block;
	}

	#sect-blog .am-col5 {
		width: 100%;
	}

	#sect-blog .am-col7 {
		width: 100%;
	}
	
	.sect-blog__item-img {
		width: 100%;
		margin: 0;
	}
	
	#mission .thoughts__cont {
		padding: 0 10px 70px 10px;
	}
	
	#vision .thoughts__cont {
		padding: 0 10px 70px 10px;
	}
	
	#greetings .greeting {
		padding-left: 0;
	}
	
	#requirements table.my-tbl tr td:first-child {
		padding: 20px 10px 20px 12px;
        width: 95.3%;
    }
	
	.inquiry-form__contact-col-radio {
		text-align: left;
	}
	
	.entry-form .inquiry-form__contact-col p textarea {
		width: calc(100% - 20px);
	}
	
	#sect-thoughts .thoughts__cont {
		padding: 0 10px 70px 10px;
		text-align: left;
	}

	.my-content2 img {
		margin-right: 0;
	}

	#business {
		overflow: hidden;
	}

	section.interview2.wh-bg .interview-name {
		color: #000;
		margin: 50px 0 0;
		bottom: -28%;
	}

	section.interview2.wh-bg {
		padding: 0;
	}

	.ftr__layout {
		flex-wrap: wrap;
	}

	.ftr__info {
		width: 100%;
		margin: 0 0 40px;
		min-width: unset;
	}

	.ftr__topbtn {
		width: 60px;
	}

	.ftr__cont {
		width: calc(100% - 60px);
	}

	.ftr__logo {
		width: 100%;
		padding: unset;
		/* 		margin: 0 0 40px; */
		height: auto;
	}

	.ftr__map {
		width: 100%;
		padding: 0;
	}

	.ftr__map .g-map > iframe {
		height: 300px;
	}
	
	.ftr-br-pc {
		display: none;
	}
	.ftr-br-sp {
		display: block;
	}
	
	.contact-info__tel {
		line-height: 1.8;
		margin: 15px 0;
	}
	
	#sect-business .yasumi-title-style-2 {
		font-size: 30px;
	}
	
	.round .num {
		font-size: 20px;
		padding-left: 30px;
	}
	
	#business .header-txt h3 {
		font-size: 30px;
	}
	
	.banner-title {
		top: 50%;
		width: 80%;
	}
	
	#page-title {
		height: 32vh;
	}
	
	#business3::before {
		box-shadow: unset;
	}
	
	#recruit1 .title-green {
        font-size: 20px;
	}

	#history .am-bg-cont {
/* 		border: unset; */
		padding-bottom: 1px;
	}

	table.my-tbl tr td {
		border: solid #CCC;
		border-width: 1px 1px 0;
        width: 95%;
	}

	table.my-tbl tr td:first-child {
		width: calc(100% - 24px - 2px);
	}

	table.my-tbl tr:last-child td:last-child {
		border-width: 1px;
	}
	
	#company-profile .yasumi-title-style-1 {
		margin: 0 0 40px 0;
		text-align: center;
	}
	
	.ftr__logo .logo-ft2 {
		text-align: center;
	}
	
	.ftr__map .ftr__map-logo {
		text-align: center;
		margin: 40px 0 0;
	}
	
	.txt-content {
		width: 100%;
		text-align: left;
		margin: 20px auto;
	}
	
	.ftr__map-sub-logo {
		margin: 0 4px 0 0;
		width: calc(100% / 3 - 8px);
		max-width: unset;
	}
	
	.ftr__map-logo {
		text-align: center;
	}
	
	.ftr__info-logo {
		width: 100%;
	}
	
	.ftr__info-copyright {
		display: none;
	}
	
	.am-flex.ftr__layout-logo {
		width: 100%;
		justify-content: unset;
	}
    
    .my-content2 img {
        margin-bottom: 10px;
    }
}
