/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
	border: none;
}
/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */

option {
  padding: 0;
}
/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/* END リセットCSS */




/* Base ===== */

body.fixed{
    overflow-y: hidden;
}

 section{
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,th,td{
    font-family: 'Noto Serif JP', serif;
    color: #4c4c4c;
    letter-spacing: 0.1em;
	padding: 0;
	text-align: left;
}

.font1{
    font-family: 'Noto Serif JP', serif !important;
}

.font2{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

p,td,th{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}



.font3{
    font-family: 'Montserrat', sans-serif;
}

p,span{
    letter-spacing: 0.075em;
}

.img_container{
    display: block;
    width: 100%;
}
.img_container img{
    width: 100%;c    height: auto;
}

.inner{
    width: 100%;
}

.flex_box{
    display: flex;
	justify-content: flex-start;
}

span.underline{
    background: linear-gradient(transparent 80%,rgba(233,187,73,.5) 0%);
}

a:hover{
    opacity: .8;
    cursor: pointer;
	text-decoration: none;
	color: initial;
}

a img:hover{
	opacity: initial;
}

.pc_none{
    display: none;
}

#footer{
	margin-top: 60px;
}


.fixed-bottom{
	display: none !important;
}

#copyright{
	margin-bottom: 0;
}

@media(max-width: 540px){
	#footer{
		margin-top: 40px;
	}
}

/*SPフロートCTA*/

@media(max-width: 1000px){
	.inner_border{
		width: 97.8%;
		height: 60px;
		margin: auto;
		border: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); 
	}
	
	
	.sp_cta.pc_none{
		display: block;
		position: -webkit-sticky;
		position: fixed;
		bottom: 0;
		left: 50% ;
		transform: translateX(-50%) translateZ(0);
		background: #fff;
		width: 100%;
		max-width: fit-content;
		height: 70px;
		z-index: 9;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	}
	
	
	
	.sp_cta.pc_none a.entry_btn{
		display: block;
		width: 100%;
		max-width: 500px;
		height: 100%;
		padding: 25px 30px;
		text-align: center;
		margin: 0 auto;
		/*background: #9fc655;*/
		background: #80a33f;
	}
}

@media(max-width: 500px){
	.sp_cta.pc_none{
		max-width: 100%;
	}
	
}

@media(min-width: 500px){
    .sp_cta.pc_none{
        display: none 
    }
}



/* Header ===== */

header{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
}

.h1_title{
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #9fc655;
	margin: 0;
	padding: 3px;
}


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


.logo_wrap{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.logo_wrap:hover{
	opacity: 1;
}

.img_container.logo{
    max-width: 234px;
    margin-right: 20px;
}

.logo_wrap span{
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: 600;
    white-space: nowrap;
	font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
	margin-bottom: -4px;
}

@media(max-width:767px){
	.logo_wrap span{
		margin-bottom: 0;
	}
}

a.entry_btn{
    display: block;
    width: fit-content;
    height: 100px;
    background: #80a33f;
    padding: 35px 30px 0;
    position: relative;
}

.header_flex_box .entry_btn span.micro{
	margin-bottom: -2px;
}

.entry_btn_txt-container{
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.entry_btn span{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 2px;
	display: block;
	width: 100%;
}

.entry_btn span.micro{
	font-size: 14px;
	margin-bottom: -3px;
}

.entry_btn .entry_btn_txt-underline{
	display: inline;
	font-size: 14px;
	background: linear-gradient(transparent 75%,rgba(233,187,73,1) 0%);
}

.menu_btn{
    width: 100px;
    height: 100px;
    background: #80a33f;
    position: relative;
    margin-right: 10%;
}

.menu_btn .border-wrap{
    width: 60px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.border-container{
    width: 100%;
    height: 100%;
    position: relative;
}

.menu_btn .border-wrap span{
    display: block;
    height: 2px;
    background-color: #fff;
    width: 100%;
    position: absolute;
}
.menu_btn .border-wrap span:first-child{
    top: 0;
}
.menu_btn .border-wrap span:nth-child(2){
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.menu_btn .border-wrap span:last-child{
    width: 20px;
    bottom: 0;
}



/* Nav ===== */


.nav-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
}

.close_btn{
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background: #80a33f;
}

.close_btn .border-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}



.border-container{
    position: relative;
    z-index: 999;
}

.close_btn .border-container span{
    display: block;
    width: 60px;
    height: 2px;
    background: #ffffff;
    position: absolute;
}
.close_btn .border-container span:first-child{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.close_btn .border-container span:last-child{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)  rotate(-45deg);
}

.nav_bg{
    width: 100vw;
    height: 100%;
    background:#000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    transition: .5s;
}
.nav_bg.active{
    display: block;
    opacity: .5;
}


.nav-container{
    width: 40%;
    max-width: 600px;
    background-color: #eee9d2;
    padding: 210px 3.3% 120px;
    position: inherit;
    z-index: 999;
    transform: translateX(-100%);
    transition: 0.5s;
    overflow-y: scroll;
    height: 100vh;
}
.nav-container.active{
    transform: translateX(0);
}

.nav-container li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 17px;
    border-bottom: 1px solid #80a33f;
    position: relative;
}

.nav-container li::before{
    content: "";
    width: 22px;
    height: 4px;
    border-radius: 1px;
    background: #80a33f;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}
.nav-container li::after{
    content: "";
    width: 36px;
    height: 1px;
    background: #80a33f;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.nav-container li a{
	display: block;
}
.nav-container li a:hover{
	opacity: .6;
}

.nav-container li a span{
    font-size: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-weight: bold;
}

.nav-container .line_bn{
    max-width: 350px;
    margin: 40px auto ;
}

.logo_wrap{
    max-width: 374px;
    margin: 0 auto;
}


@media(max-width: 1200px){
    .nav-container{
        width: 50%;
    }
}

@media(max-width: 1000px){

    .logo_wrap{
        margin: 0 2% 0 0;
    }

    .nav-container .logo_wrap{
        margin: 0 auto;
    }
    .nav-container .logo_wrap span{
        color: #4c4c4c;
    }

    a.entry_btn{
        display: none;
    }

    .nav-container{
        width: 80%;
    }
}

@media(max-width: 650px){
    .logo_wrap{
        width: 53%;
    }

    .img_container.logo{
        margin-right: 2%;
    }

    .logo_wrap span{
        font-size: 3vw;
    }
}

@media(max-width: 540px){
    .menu_btn{
        width: 60px;
        height: 60px;
    }

    .menu_btn .border-wrap{
        width: 36px;
        height: 12px;
    }

    .menu_btn .border-wrap span:nth-child(2){
        width: 18px;
    }
    .menu_btn .border-wrap span:last-child{
        width: 12px;
    }
	
	.close_btn{
		width: 60px;
		height: 60px;
	}
	
	.close_btn .border-container span{
		width: 30px;
	}

    .nav-container{
        width: 100%;
		padding: 120px 3.3% 120px;
    }
	
	.nav-container li a span{
		font-size: 18px;
	}
}




/* MV ===== */

#mv{
    margin-top: 100px;
    padding: 3.4% 0 ;
}

.mv-flex_box{
    display: flex;
}

.mv-flex_box .txt_box{
    width: 14%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.mv-flex_box .vertical{
    writing-mode: vertical-rl;
    font-size: 4vw;
    color: #80a33f;
    letter-spacing: 0.1em;
    font-weight: 500;
	font-family: "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
}

.hari_scroll{
    text-align: center;
}

.hari_scroll .img_container{
    animation-duration:2.3s !important;
	animation-timing-function: ease-in-out;
	animation-iteration-count:infinite;
	animation-name: fuwafuwa;
}

@keyframes fuwafuwa{
	0% {transform:translatey(0);}
	50% {transform:translatey(8px);}
	100%{transform:translatey(0);}
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
.hari_scroll .img_container{
    width: 12px;
    margin: 0 auto 10px;
}

.hari_scroll span{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    color: #80a33f;
    letter-spacing: 0.2em;
    font-size: 16px;
}

.mv{
    width: 86%;
}

@media(max-width: 900px){
    .hari_scroll .img_container{
        font-size: 9px;
    }
    .hari_scroll span{
        font-size: 12px;
    }
}

@media(max-width: 680px){

    .mv .pc_none{
        display: block;
    }
    .mv .sp_none{
        display: none;
    }

    .mv-flex_box .vertical{
        font-size: 7vw;
    }
}

@media(max-width: 540px){
    #mv{
        margin-top: 82px;
    }
}

@media(max-width: 420px){
    .hari_scroll span{
        font-size: 2.3vw;
    }
}






/* Message ===== */

#message{
    position: relative;
}

#message .bk{
    padding: 100px 0;
    background-image: url(../img/recruit/message_bk-pc.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
}
#message .bk::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
}


#message .inner{
    max-width: 1200px;
    margin: 0 auto;
    position: inherit;
    z-index: 2;
}

#message .h2_container{
    margin-bottom: 50px;
}

#message .h2_container span{
    display: block;
}
#message .h2_container span:first-child{
    color: #9fc655;
    font-size: 40px;
    font-weight: bold;
}
#message .h2_container span:last-child{
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.6;
}

#message p{
    max-width: 100%;
    line-height: 2;
    color: #fff;
    font-size: 18px;
}

@media(max-width: 1300px){
    #message .inner{
        padding: 0 5%;
    }
}

@media(max-width: 800px){
    #message .bk{
        background-position-x: 80%;
    }

    #message .h2_container span:first-child{
        font-size: 7.6vw;
    }

    #message .h2_container span:last-child{
        font-size: 5.2vw;
        line-height: 2;
    }
}

@media(max-width: 540px){
    #message .bk{
        padding: 60px 0;
        background-image: url(../img/recruit/message_bk-sp.webp);
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: -1;
    }

    #message .h2_container{
        margin-bottom: 40px;
    }

    #message p{
        font-size: 16px;
    }

}




/* 事業内容 ===== */

#business{
    position: relative;
    z-index: -1;
}

#business .inner{
    overflow: hidden;
    padding: 120px 0 ;
    position: relative;
    z-index: -1;
}

.circle_top{
    width: 21.8%;
    position: absolute;
    top: -3.2%;
    left: -6.2%;
}

.circle_bottom{
    width: 25%;
    position: absolute;
    bottom: -4.4%;
    right: -6.1%;
}

#business .h2_container{
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
#business .h2_container::before{
    content: "";
    width: 20%;
    height: 2px;
    background: #80a33f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#business .h2_container span{
    display: block;
}
#business .h2_container span:first-child{
    color: #80a33f;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 20px;
}
#business .h2_container span:last-child{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

#business p.business_detail{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77;
}


@media(max-width: 800px){
    #business .inner{
        padding: 120px 5%;
    }

    #business .h2_container span:first-child{
        font-size: 6.6vw;
    }
    #business .h2_container span:last-child{
        font-size: 4.3vw;
        font-weight: bold;
    }
}

@media(max-width: 540px){
    .circle_top{
        width: 25vw;
        transform: scale(-1, 1);
        left: initial;
        right: -3%;
        top: -4%;
        z-index: -1;
    }
    .circle_bottom{
        width: 41%;
        transform: scale(-1, 1);
        right: initial;
        left: -4.7%;
        z-index: -1;
    }
    #business .inner{
        padding: 60px 5%;
    }

    #business .h2_container{
        text-align: left;
        padding-bottom: 28px;
        margin-bottom: 28px;
    }




    #business .h2_container::before{
        left: 0;
        transform: translate(0,0);
        width: 60%;
    }

    #business p.business_detail{
        font-size: 16px;
        text-align: left;
		font-weight: normal;
    }

}


.bk_green{
    background: #80a33f;
    padding: 100px 0 ;
}

.goal_wrap{
    width: 100%;
    max-width: 900px;
    background: #fff;
    margin: 0 auto 80px;
    padding: 55px 20px;
    border-radius: 15px;
    position: relative;
}
.goal_wrap::before,
.goal_wrap::after{
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.goal_wrap::before{
    content: "";
    width: 2px;
    height: 40px;
    background:#fff ;
    position: absolute;
    top: -40px;
}
.goal_wrap::after{
    content: "";
    width: 2px;
    height: 40px;
    background:#80a33f ;
    position: absolute;
    top: 0;
}

.goal_wrap h3{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #80a33f;
    margin-bottom: 40px;
}

.goal{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}





.goal .leaf{
    position: relative;
    width: 100%;
    max-width: 286px;
}

.goal .leaf .txt_box{
    background-image: unset;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2.7%;
}

.goal .txt_box p{
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#business .goal_wrap p.declaration{
    font-size: 26px;
    color: #80a33f;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
}


@media(max-width: 1000px){
    .goal_wrap{
        width: 95%;
    }
}

@media(max-width: 640px){
    .goal_wrap h3{
        line-height: 1.75;
    }
    .goal_wrap h3 br.pc_none{
        display: block;
    }
}

@media(max-width: 540px){
    .goal .txt_box{
        height: 150px;
    }
    .goal .txt_box p{
        font-size: 16px;
    }
}

@media(max-width: 480px){
    .goal_wrap h3{
        font-size: 5.7vw;
    }

    .goal{
        display: block;
        margin-bottom: 0;
    }

    .goal .leaf{
        width: 59%;
        max-width: 100%;
    }

    .goal .leaf:last-child{
        margin:-20% 0 0  auto;
    }

    .goal .leaf .txt_box{
        margin-left: 2.7%;
    }

    #business .goal_wrap p.declaration{
        font-size: 3.9vw;
        margin-top: 40px;
    }

    .declaration br.pc_none{
        display: block;
    }
}

@media(max-width: 400px){
	.goal .leaf{
		width: 65%;
	}
}

@media(max-width: 360px){
	.goal .leaf{
		width: 80%;
	}
	.goal .leaf:last-child{
		margin: -10% 0 0 auto;
	}
}


.treatment.flex_box{
    align-items: center;
}
.treatment.flex_box.policy{
    margin-bottom: 80px;
}
.treatment.flex_box.menu{
    justify-content: flex-end;
}

.treatment .txt_box{
    width: 54%;
    background: #fff;
    padding: 50px 20px;
}
.treatment.policy .txt_box{
    margin-right: 5%;
    border-radius: 0 10px 10px 0;
    border-left: 20px solid #9fc655;
}
.treatment.menu .txt_box{
    margin-left: 5%;
    padding-left: 6.2%;
    width: 56%;
    border-radius: 10px 0 0 10px ;
}

.treatment .txt_box_inner{
    width: fit-content;
    margin: 0 auto;
}

.treatment .txt_box h4{
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #80a33f;
    margin-bottom: 35px;
}

.treatment.menu .txt_box ul{
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 722px;
    padding: 25px 43px 0;
    border: 2px solid #80a33f;
}

.treatment .txt_box ul li{
    display: flex;
    margin-bottom: 24px;
    line-height: 1.75;
}
.treatment .txt_box ul li:last-child{
    /*margin-bottom: 0;*/
}

.treatment.menu .txt_box ul li{
    width: fit-content;
    margin-right: 25px;
}

.treatment .txt_box ul li span{
    display: block;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif !important;
    color: #80a33f;
}

.treatment.menu .txt_box ul li span{
    font-size: 16px;
}

.treatment .img_container{
    width: 37%;
}
.treatment .img_container img{
    border-radius: 15px;
}

@media(max-width:1065px){
	.treatment.menu .img_container{
		width: 45%;
	}
	.treatment.menu .txt_box{
		width: 47%;
	}
	
	.treatment.menu .txt_box h4{
		font-size: 2.2vw;
	}
	
	.treatment.menu .txt_box ul{
		width: 100%;
	}
}


@media(max-width:850px){


    .treatment.flex_box.policy{
        display: block;
        margin-bottom: 60px;
    }

    .treatment .txt_box{
        width: 90%;
    }
    .treatment.policy .img_container{
        width: 90%;
        margin: 60px 0 0 auto;
    }

    .treatment.flex_box.menu{
        flex-direction: column-reverse;
    }

    .treatment .img_container{
        width: 90%;
        border-radius: 10px;
        margin: 60px auto 0;
    }
	
	.treatment.menu .img_container{
		 width: 90%;
	}
	
	.treatment.menu .txt_box{
        width: 90%;
        margin:  auto;
        border-radius: 10px;
    }

    .treatment .txt_box h4{
        font-size: 24px;
    }
    .treatment.menu .txt_box h4{
        text-align: center;
    }
    .treatment .txt_box ul li span{
        font-size: 16px;
    }
}

@media(max-width:540px){
    .bk_green{
        padding: 60px 0;
    }
    .treatment.flex_box.policy{
        margin-bottom: 35px;
    }
    .treatment .txt_box{
        width: 95%;
    }
	
	

    .treatment.policy .img_container{
        width: 95%;
        margin: 35px 0 0 auto;
    }
	
	.treatment.menu .txt_box h4{
		font-size: 4.7vw;
	}

    .treatment.menu .txt_box{
        width: 95%;
    }
	
	.treatment.menu .txt_box ul{
		width: 100%;
		padding: 25px 30px 0;
	}

    .treatment .img_container{
        margin: 35px auto 0;
    }
	
	.treatment .img_container img {
		border-radius: 10px;
	}
}

@media(max-width:360px){
	.treatment.menu .txt_box h4{
		font-size: 18px;
	}

}



.flow{
	background: #f5f5f5;
    padding: 80px 0 ;
}

.flow h3{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.flow h3::after{
    content: "";
    width: 40px;
    height: 1px;
    background: #80a33f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.flow p.head_txt{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}

.flow_wrap{
    width: fit-content;
    max-width: 1200px;
    margin: 0 auto;
}

.flow_container{
    align-items: center;
    margin-bottom: 60px;
}

.flow_container .img_container{
    width: 39%;
    margin-right: 6%;
}

.flow_container .txt_box{
    width: 55%;
    max-width: 701px;
    padding: 40px ;
    border-left: 1px solid #80a33f;
    border-right: 1px solid #80a33f;
    position: relative;
}

.flow_container .txt_box .solid_left,
.flow_container .txt_box .solid_right{
    width: 52px;
    height: 100%;
    border-top: 1px solid #80a33f;
    border-bottom: 1px solid #80a33f;
    background: transparent;
    position: absolute;
    top: 0;
}

.flow_container .txt_box .solid_left{
   left: 0;
}

.flow_container .txt_box .solid_right{
   right: 0;
}

.flow_container .txt_box h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.flow_container .txt_box h4 span{
    color: #80a33f;
}

.flow_container .txt_box p{
    line-height: 2;
}

@media(max-width: 1300px){
    .flow_wrap {
        padding:0 5%;
    }
}

@media(max-width: 850px){
    .flow_container{
        display: block;
        max-width: 500px;
        margin: 0 auto 60px;
    }
    .flow_container:last-child{
        margin: 0 auto 0;
    }

    .flow_container .img_container{
        width: 100%;
        margin-bottom: 40px;
    }

    .flow_container .txt_box{
        width: 100%;
    }
}

@media(max-width: 540px){
    .flow{
        padding: 60px 0;
    }
    .flow_container .txt_box{
        padding: 25px 20px;
    }
    .flow_container .txt_box h4{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .flow p.head_txt{
        font-size: 16px;
    }

    .flow_container .txt_box h4{
        font-size: 18px;
    }


}




/* 働く環境 ===== */

#workstyle{
    padding: 80px 0;
}

.h2_wrap{
    display: inline-block;
}

#workstyle .h2_container{
    padding: 0 50px 20px;
    border-bottom: 4px solid #80a33f;
    margin-bottom: 60px;
}

@media(min-width: 1600px){
	#workstyle .h2_container{
		padding: 0 160px 20px;
	}
}

#workstyle .h2_container span{
    display: inline-block;
}

#workstyle .h2_container span:first-child{
    font-size: 38px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-right: 18px;
}

#workstyle .h2_container span:last-child{
    font-size: 34px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #80a33f;
    margin-bottom: -3px;
}

.point_wrap{
    max-width: 900px;
    margin: 0 auto  ;
}

.point{
    padding: 45px 8%;
    position: relative;
    border-bottom: 4px solid #80a33f;
    box-shadow: 0 0 15px 3px rgba(0,0,0,.1);
    margin-bottom: 60px;
}
.point:last-child{
    margin-bottom: 0;
}

.point::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #80a33f transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.point h3{
    margin-bottom: 40px;
}

.point h3 span{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
}

.point h3 span:first-child{
    color: #80a33f;
    margin-right: 20px;
}

.point p{
    line-height: 2;
}

@media(max-width: 1000px){
    .point_wrap{
        padding: 0 5%;
    }
}

@media(max-width: 540px){
    #workstyle{
        padding: 80px 0;
    }
    #workstyle .h2_container{
        padding: 0 20px 12px;
    }
    #workstyle .h2_container span{
        display: block;
    }
    #workstyle .h2_container span:first-child{
        font-size: 32px;
        margin-bottom: 13px;
    }
    #workstyle .h2_container span:last-child{
        font-size: 30px;
    }

    .point h3{
        margin-bottom: 30px;
    }

    .point h3 span:first-child{
        font-size: 20px;
    }
    .point h3 span:last-child{
        font-size: 18px;
    }
}






/* 研修制度 ===== */

#training{
    padding: 80px 0;
    background: #80a33f;
}

#training .h2_container{
    width: fit-content;
    margin: 0 auto 50px;
}

#training .h2_container span{
    display: block;
    letter-spacing: 0.1em;
}


#training .h2_container span:first-child{
    font-size: 36px;
    color: #fff;
    padding-bottom: 10px;
	font-weight: bold;
    position: relative;
}
#training .h2_container span:first-child::before{
    content: "";
    width: 82px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -112px;
}
#training .h2_container span:first-child::after{
    content: "";
    width: 82px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: -112px;
}

#training .h2_container span:last-child{
    font-size: 30px;
    color: #e8ba49;
}

#training p.head_txt{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.75;
}

.training_wrap{
    max-width: 900px;
    margin: 0 auto;
}

.training_container{
    background: #fff;
    padding: 45px 47px;
    border-radius: 10px;
    margin-bottom: 45px;
    position: relative;
}
.training_container:last-child{
    margin-bottom: 0;
}


.training_container h3{
    font-size: 24px;
    color: #80a33f;
    font-weight: bold;
    margin-bottom: 30px;
}

.training_container p{
    line-height: 2;
}

.training_container:first-child .training_irasuto{
    width: 100px;
    position: absolute;
    top: 20px;
    right: 48px;
}

.training_container:last-child .training_irasuto{
    width: 91px;
    position: absolute;
    top: 50%;
    right: 19%;
    transform: translate(0, -50%);
}

@media(max-width: 1000px){
    #training p.head_txt{
        width: 95%;
        margin: 0 auto 50px;
    }

    #training p.head_txt br.pc_none{
        display: block;
    }
    .training_wrap{
        padding: 0 5%;
    }

    .training_container:last-child .training_irasuto{
        top: 20px;
        right: 25px;
        transform: translate(0, 0);
    }
}

@media(max-width: 800px){
    .training_container:first-child .training_irasuto{
        width: 12.3vw;
        top: -21px;
        right: 30px;
    }


    .training_container:last-child .training_irasuto{
        width: 12.6vw;
        top: -35px;
        right: 30px;
    }
}

@media(max-width: 540px){
    #training{
        padding: 60px 0;
    }

    #training .h2_container span:first-child::before,
    #training .h2_container span:first-child::after{
        width: 19.5vw;
    }

    #training p.head_txt{
        font-size: 16px;
    }
    .training_container{
        padding: 22px 25px;
    }

    .training_container h3{
        margin-bottom: 17px;
    }



}

@media(max-width: 420px){
    .training_container:first-child .training_irasuto{
        width: 51px;
        top: -10px;
    }

    .training_container:last-child .training_irasuto{
        width: 53px;
        top: -25px;
    }
}

@media(max-width: 419px){
    #training .h2_container span:first-child::before,
    #training .h2_container span:first-child::after{
        width: 10vw;

    }

    #training .h2_container span:first-child::before{
        left: -68px;
    }
    #training .h2_container span:first-child::after{
        right: -68px;
    }
	
	 #training p.head_txt br.pc_none:last-child{
        display: none;
    }
}






/* キャリア ===== */

#career{
    padding: 50px 0 80px;
    background: #f5f5f5;
}

#career .title_wrap{
    display: flex;
    align-items: end;
    max-width: 1200px;
    margin: 0 auto 35px;
}

#career .title_wrap .img_container{
    max-width: 123px;
}

#career .h2_container{
    margin: 0 73px 0 0;
}

#career .h2_container span{
    display: block;
}

#career .h2_container span:first-child{
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #80a33f;
    margin-bottom: 15px;
}

#career .h2_container span:last-child{
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#career p.head_txt{
    font-weight: bold;
    line-height: 2;
    max-width: 1200px;
    margin: 0 auto 70px;
}

.career_wrap{
    max-width: 1029px;
    margin: 0 auto;
}

.career{
    justify-content: center;
    align-items: end;
    padding-bottom: 45px;
    margin-bottom: 60px;
    position: relative;
}
.career::after{
    content: "";
    width: 100%;
    height: 3px;
    background: radial-gradient(circle farthest-side, #80a33f, #f5f5f5 33.3%, #f5f5f5 33.3%, #f5f5f5 33.3%);
    background-size: 10px 3px;
    position: absolute;
    bottom: -0;
    left: 50%;
    transform: translate(-50% ,0);
}

.career:last-child::after{
    width: 0;
}

.career:last-child{
    margin-bottom: 0;
}

.career .txt_box{
    width: 58%;
    margin-right: 4%;
}

.career .txt_box .num{
    font-size: 98px;
    letter-spacing: 0.1em;
    color: #80a33f;
    opacity: .4;
    margin-bottom: 12px;
    font-weight: bold;
}

.career .txt_box h3{
    font-size: 22px;
    font-weight: bold;
    color: #80a33f;
    margin-bottom: 20px;
    line-height: 2;
}

.career .txt_box p{
    line-height: 2;
}

.career .img_container{
    width: 38%;
}

.career:first-child .img_container.irasuto{
    width: 148px;
    position: absolute;
    bottom: 25px;
    left: -166px;
}

.career:nth-child(2) .img_container.irasuto{
    width: 145px;
    position: absolute;
    bottom: 5px;
    right: -175px;
}

.career:last-child .img_container.irasuto{
    width: 155px;
    position: absolute;
    bottom: 5px;
    left: -180px;
}

@media(max-width: 1400px){
    .career:first-child .img_container.irasuto{
        width: 130px;
        top: -50px;
        left: initial;
        right: 0;
    }
    .career:nth-child(2) .img_container.irasuto{
        width: 110px;
        top: -30px;
        left: initial;
        right: 0;
    }
    .career:last-child .img_container.irasuto{
        height: 148px;
        top: 0;
        left: initial;
        right: 0;
    }
}

@media(max-width: 1300px){
    #career .inner{
        padding: 0 5%;
    }
}

@media(max-width: 1100px){
    .career:first-child .img_container.irasuto{
        top: 0;
    }
    .career:nth-child(2) .img_container.irasuto{
        top: 0;
    }
    .career:last-child .img_container.irasuto{
        top: 0;
    }
}

@media(max-width: 700px){

    #career .h2_container{
        margin:0 10% 0 0;
    }

    .career{
        display: block;
        max-width: 500px;
        margin: 0 auto 45px;
    }
    .career:last-child{
        padding-bottom: 0;
    }

    .career .txt_box{
        width: 100%;
    }

    .career .txt_box h3 br.pc_none{
        display: block;
    }

    .career:first-child .img_container.irasuto{
        width: 100px;
    }

    .career:nth-child(2) .img_container.irasuto{
        width: 98px;
    }

    .career:last-child .img_container.irasuto{
        width: 128px;
    }

    .career .txt_box h3{
        font-size: 22px;
    }

    .career .txt_box .num{
        font-size: 66px;
    }

    .career .txt_box h3 br.pc_none{
        display: block;
    }

    .career .txt_box p{
        margin-bottom: 28px;
    }

    .career .img_container{
        width: 100%;
    }
}




@media(max-width: 540px){
    #career{
        padding: 60px 0;
    }

    #career .h2_container span:first-child{
        font-size: 8.6vw;
        margin-bottom: 8px;
    }

    #career .h2_container span:last-child{
        font-size: 7.3vw;
    }

    #career .title_wrap .img_container {
        width: 19.7vw;
    }

    #career p.head_txt{
        margin-bottom: 50px;
    }

    .career .txt_box h3{
        font-size: 4.8vw;
    }
	
	 .career:first-child .txt_box h3 br.pc_none{
        display: none;
    }

    .career .txt_box .num{
        font-size: 14.3vw;
    }

    .career:first-child .img_container.irasuto{
        width: 90px;
        top: -50px;
    }

    .career:nth-child(2) .img_container.irasuto{
        width: 80px;
        top: -22px;
    }

    .career:last-child .img_container.irasuto{
        width: 100px;
        top: -30px;
    }
}

@media(max-width: 375px){
	.career .txt_box h3{
		font-size: 18px;
	}
   

    .career .txt_box .num{
        font-size: 53px;
    }
}

@media(max-width: 320px){
	#training .h2_container span:first-child::before{
		left: -47px;
	}
	#training .h2_container span:first-child::after{
		right: -47px;
	}
	
}

@media(max-width: 280px){
	#training{
		overflow: hidden;
	}
}






/* スタッフ紹介 ===== */

#interview{
    padding: 80px 0;
}

#interview .h2_container{
    margin-bottom: 50px;
}

#interview .h2_container span{
    display: block;
    text-align: center;
}

#interview .h2_container span:first-child{
    font-size: 40px;
    font-weight: bold;
    color: #80a33f;
    letter-spacing: 0.1em;
}

#interview .h2_container span:last-child{
    font-size: 42px;
    font-weight: bold;
}

.staff_wrap{
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
}

.staff{
    width: calc(100% / 3);
    padding: 30px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.staff:nth-child(2){
    margin: 0 40px;
}

.staff .txt_box{
    padding: 15px 0 25px;
}

.staff .txt_box h3{
    margin-bottom: 15px;
}

.staff .txt_box h3 span{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-weight: bold;
}

.staff .txt_box h3 span.name{
    font-size: 24px;
    margin-right: 20px;

}

.staff .txt_box h3 span.joining{
    font-size: 16px;
}

.staff .txt_box p{
    line-height: 2;
}

.staff .modal_btn{
    display: block;
    width: 100%;
    max-width: 203px;
    height: 49px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #4c4c4c;
    transform: rotate(-1.5deg);
}

.staff .modal_btn::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #9fc655;
    opacity: .8;
    position: absolute;
    top: 4px;
    right: 4px;
	transition: .3s;
}

.staff .modal_btn:hover::before{
	top: 0;
   right: 0;
}

.staff .modal_btn span{
    padding-top: 6px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


@media(max-width: 1300px){
    .staff_wrap{
        padding: 0 5%;
    }
}


@media(max-width: 880px){
    .staff_wrap{
        display: block;
    }

    .staff{
        width: 100%;
        max-width: 450px;
        margin: 0 auto 45px;
    }
    .staff:nth-child(2){
        margin: 0 auto 45px;
    }
}

@media(max-width: 540px){
    #interview{
        padding: 60px 0;
    }

    #interview .h2_container{
        margin-bottom: 35px;
    }

    #interview .h2_container span:first-child{
        font-size: 36px;
    }

    #interview .h2_container span:last-child{
        font-size: 32px;
    }

    .staff:last-child{
        margin-bottom: 0;
    }
	
}






/* スケジュール ===== */

section.schedule{

}


section.schedule .inner{
    padding: 80px 0;
    width: 90%;
    background: #80a33f;
    border-radius: 0 20px 20px 0;
}

section.schedule .h2_container {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}



section.schedule .h2_container span{
    display: block;
}

section.schedule .h2_container span:first-child{
    font-size: 30px;
    font-weight: bold;
    color: #e8ba49;
}

section.schedule .h2_container span:last-child{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.schedule_attention{
    width: 100%;
    max-width: 560px;
    margin: 15px auto 0;
    color: #fff;
    font-weight: bold;
}

.schedule_wrapper{
    width: 100%;
    max-width: 600px;
    margin: 80px auto 0;
}



.schedule_container{
    min-height: 130px;
}


.schedule_container:not(:first-child){
    margin-top: 35px;
}

.time{
    /*padding-top: 8px;*/
}

.time p{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
	white-space: nowrap;
    font-family: 'Noto Serif JP', serif !important;
}

.dot{
    margin: 0 6%;
    position: relative;
}
.dot::after{
    content: "";
    width: 2px;
    height: calc(100% - 80px);
    background: #e8ba49;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% ,0);
}
.schedule_container:last-child .dot::after{
    display: none;
}

.dot .img_container{
    width: 45px;
}

.schedule_detail{
    padding-top: 3px;
    padding-bottom: 20px;
}

.schedule_detail p{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif !important;
}

.schedule_title {
    font-size: 26px;
    margin-bottom: 20px;
}

.schedule_detail .img_container{
    margin-top: 35px;
}


@media(min-width: 1400px){
    section.schedule .h2_container{
        max-width: 43%;
    }
    .schedule_attention{
        max-width: 43%;
    }
    .schedule_wrapper{
        width: 43%;
    }
}


@media(max-width: 700px){
    section.schedule .inner{
        width: 95%;
    }
    section.schedule .inner{
        padding: 80px 5%;
    }
    section.schedule .h2_container span:last-child{
        line-height: 1.75;
    }
    section.schedule .h2_container span:last-child br.pc_none{
        display: block;
    }
}

@media(max-width: 540px){
    section.schedule .inner{
        padding: 60px 5% 40px;
    }

    section.schedule .h2_container span:first-child{
        font-size: 26px;
    }

    section.schedule .h2_container span:last-child{
        font-size: 28px;
    }

    .schedule_attention{
        line-height: 2;
    }

    .schedule_attention br.pc_none{
        display: block;
    }

    .schedule_wrapper{
        margin: 55px auto 0;
    }

    .schedule_container{
        min-height: 116px;
    }
    .schedule_container:not(:first-child){
        margin-top: 10px;
    }

    .time{
        display: none;
    }

    .time_sp.pc_none{
        display: block;
        color: #fff;
        font-size: 18px;
        letter-spacing: 0.1em;
        font-weight: bold;
        margin-bottom: 8px;
        font-family: 'Noto Serif JP', serif !important;
    }

    .schedule_title{
        margin-bottom: 10px;
    }

    .schedule_detail p{
        font-size: 18px;
    }

    .dot{
        margin: 0 6% 0 0;
    }

    .dot .img_container{
        width: 30px;
    }

    .dot::after{
        height: calc(100% - 45px);
    }


}








/* FAQ ===== */

section.faq{
    padding: 85px 0 80px;
}

section.faq .inner{
   max-width:1200px;
   margin: 0 auto;
   position: relative;
}

section.faq .inner .illust_left{
    max-width: 98px;
    position: absolute;
    left: 5px;
    top: 28px;
}
section.faq .inner .illust_right{
    max-width: 98px;
    position: absolute;
    right: 0;
    top: -50px;
}

section.faq .inner .illust_right{
    max-width: 110px;
}

section.faq .h2_container{
    margin-bottom: 55px;
}

section.faq .h2_container span{
    display: block;
    text-align: center;
}
section.faq .h2_container span:first-child{
    font-size: 40px;
    font-weight: bold;
    color: #80a33f;
    margin-bottom: 12px;
}
section.faq .h2_container span:last-child{
    font-size: 42px;
    font-weight: bold;
}


.qa_wrap{
    max-width:755px;
    margin: 0 auto;
}
@media(min-width: 1501px){
    .qa_wrap{
        max-width:65%;
    }
}

.qa_container{
    width: 100%;
    background-color: rgba(128,163,63,.2);
    padding: 20px;
    margin-bottom: 50px;
}

.q_container{
    position: relative;
}
.q_container::before,
.q_container::after{
    content: "";
    background: #fff;
    position: absolute;
}

.q_container::before{
    width: 30px;
    height: 4px;
    bottom: 8px;
    left: 16px;
    border-radius: 1px;
}

.q_container::after{
    width: 73px;
    height: 1px;
    bottom: 9.5px;
    left: 30px;
}

.q_container h3,
.a_container p{
    display: flex;
}

.q_container h3{
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}
.q_container h3::before,
.q_container h3::after{
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.q_container h3::before{
    width: 24px;
    height: 2px;
    right: 27px;
}
.q_container h3::after{
    width: 2px;
    height: 24px;
    right: 38px;
}

.q_container h3 span,
.q_container p span{
    display: block;
}

.q_container{
    background: #80a33f;
    padding: 25px 22px;
}

.q_container:hover{
	cursor: pointer;
}

.q_container h3 span{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.q_container h3 span:first-child{
    margin-right: 15px;
	white-space: nowrap;
}


.a_container{
    display: none;
    margin-top: 30px;
    padding: 35px 30px;
    background: #fff;
}

.a_container span:first-child{
    margin-right: 15px;
	white-space: nowrap;
}


.faq_more_btn{
    max-width: 195px;
    text-align: center;
    margin: 0 auto;
}


.faq_more_btn span{
    font-size: 20px;
    font-weight: bold;
    color: #80a33f;
    position: relative;
}

.faq_more_btn .img_container{
    max-width: 100%;
    margin: 0 auto;
}

@media(max-width: 1300px){
    section.faq .inner{
        padding: 0 5%;
    }

    section.faq .inner .illust_left{
        left: 20px;
    }

    section.faq .inner .illust_right{
        right: 20px;
    }
}

@media(max-width: 700px){
    .q_container h3::before{
        right: 0;
    }
    .q_container h3::after{
        right: 11px;
    }
    .q_container h3{
        padding-right: 24px;
        line-height: 1.5;
    }
}

@media(max-width: 540px){
    section.faq{
        padding: 60px 0;
    }
    section.faq .h2_container span:first-child{
        font-size: 36px;
    }

    section.faq .h2_container span:last-child{
        font-size: 32px;
    }

    section.faq .inner .illust_right{
        width: 12.1vw;
    }

    section.faq .inner .illust_left{
        width: 14vw;
    }

    .qa_container{
        padding: 10px;
        margin-bottom: 35px;
    }

    .q_container{
        padding: 10px;
    }


    .q_container::before{
        left: 11px;
        bottom: 6px;
    }

    .q_container::after{
        bottom: 7.5px;
    }

    .q_container h3 span{
        font-size: 16px;
    }

    .a_container{
        margin-top: 14px;
    }

    .a_container{
        padding: 26px 18px;
    }

    .faq_more_btn{
        max-width: 135px;
    }

    .faq_more_btn span{
        font-size: 16px;
    }

    .q_container h3 span:first-child{
        margin-right: 5px;
    }

    .a_container span:first-child{
        margin-right: 5px;
    }
}




/* 仕事内容 ===== */

section.job_description{
    padding: 80px 0;
    background: #80a33f;
    max-width: 100%;
    overflow: hidden;
}

section.job_description .inner{
    display: flex;
}
@media(min-width: 1501px){
    section.job_description .inner{
        max-width: 1500px;
        margin: 0 auto;
    }
}

section.job_description .img_wrapper{
    width: 44%;
    margin-left: 2%;
    position: relative;
}

section.job_description .img_wrapper .img_container{
    width: 64%;
    position: absolute;
}
section.job_description .img_wrapper .img_container:first-child{
    top: 0;
    left: 0;
}
section.job_description .img_wrapper .img_container:last-child{
    bottom: 0;
    right: 0;
}

section.job_description .img_wrapper .img_container img{
	border-radius: 10px;
}

.txt_wrapper{
    width: 53%;
    margin-left: 3%;
    padding: 45px 3% 45px 0;
    background: #fff;
    border-radius: 12px 0 0 12px;
}


.txt_wrapper .job_description_title{
    display: inline-block;
    width: 257px;
    max-width: 100%;
    padding: 12px 0;
    text-align: center;
    background-color: #80a33f;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    font-size: 30px;
}

.txt_wrapper p{
    line-height: 1.5;
}

.txt_wrapper p:not(.job_description_title){
    margin-left: 6%;
    font-size: 18px;
}

.txt_wrapper ul{
    padding: 18px 7px;
    position: relative;
    width: 100%;
    max-width: 160px;
    margin: 25px 0 25px 6%;
}
.txt_wrapper ul::before,
.txt_wrapper ul::after{
    content: "";
    width: 100%;
    height: 2px;
    background: radial-gradient(circle farthest-side, #80a33f, #80a33f 22.2%, #fff 22.2%, #fff 22.2%);
    background-size: 10px 2px;
    position: absolute;
}
.txt_wrapper ul::before{
    top: 0;
}
.txt_wrapper ul::after{
    bottom: 0;
}

.txt_wrapper ul li{
    font-size: 18px;
    color: #80a33f;
    margin-bottom: 16px;
}
.txt_wrapper ul li:last-child{
    margin-bottom: 0;
}

@media(max-width: 1400px){
    section.job_description .img_wrapper .img_container{
        width: 70%;
    }
}

@media(max-width: 1300px){
    section.job_description .img_wrapper .img_container{
        width: 80%;
    }
}

@media(max-width:1100px){
    section.job_description .inner{
        flex-direction: column-reverse;
    }

    section.job_description .img_wrapper .img_container{
        position: initial;
    }

    .txt_wrapper{
        width: 80%;
        margin: 0 0 60px auto;
    }

    .txt_wrapper .job_description_title{
        font-size: 24px;
    }

    section.job_description .img_wrapper{
        width: 100%;
        display: flex;
        margin-left: 0;
        padding: 0 5%;
    }

    section.job_description .img_wrapper .img_container{
        width: 100%;
    }

    section.job_description .img_wrapper .img_container:first-child{
		width: 100%;
    }

    section.job_description .img_wrapper .img_container:first-child img{
        width: 125%;
		transform: translate(5%, 0);
    }

    section.job_description .img_wrapper .img_container:last-child{
        margin-top: 10%;
    }

    section.job_description .img_wrapper .img_container:last-child img{
        width: 125%;
		transform: translate(-5%, 0);
    }
}

@media(max-width:540px){
    section.job_description{
        padding: 60px 0;
    }


    .txt_wrapper{
        width: 95%;
        margin-bottom: 35px;
        padding: 25px 3% 25px 0;
    }

    .txt_wrapper ul li{
        font-size: 16px;
    }

    .txt_wrapper .job_description_title{
        font-size: 18px;
    }

    .txt_wrapper p:not(.job_description_title){
        font-size: 16px;
    }

    .txt_wrapper p:not(.job_description_title) br.pc_none{
        display: block;
    }

    .txt_wrapper ul{
        margin: 16px 0 16px 6%;
    }
	
	section.job_description .img_wrapper .img_container img{
		border-radius: 5px;
	}



}




/* 募集要項 ===== */

.job_requirements{
    padding: 130px 0 0px;
}

.job_requirements .inner{
    max-width: 800px;
    margin: 0 auto;
}

.job_requirements .h2_container{
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.job_requirements .h2_container::before{
    content: "";
    width: 2px;
    height: 40px;
    background: #80a33f;
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translate(-50%,0);
}

.job_requirements .h2_container span{
    font-size: 38px;
    font-weight: bold;
}

.job_requirements .table_wrap{
    width: 100%;
}

.job_requirements .table_wrap table{
    width: 100%;
    margin-bottom: 90px;
}

.job_requirements .table_wrap table tr:not(:last-child){
    border-bottom: 1px solid #fff;
}

.job_requirements .table_wrap table th{
    width: 26%;
    padding: 30px 27px;
    background: #80a33f;
    border-right: 1px solid #fff;
    line-height: 1.5;
}
.job_requirements .table_wrap table th span{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.job_requirements .table_wrap table td{
    padding: 30px 27px;
    /*background: #c7d9a9;*/
	background:#f5f5f5;
}
.job_requirements .table_wrap table td span{
    line-height: 2;
	font-size: 16px;
}

@media(max-width: 900px){
    .job_requirements .inner{
        padding: 0 5%;
    }
}

@media(max-width: 540px){

    .job_requirements{
        padding: 100px 0 60px;
    }

    .job_requirements .h2_container{
        margin-bottom: 50px;
    }

    .job_requirements .h2_container span{
        font-size: 32px;
    }
	
	.job_requirements .table_wrap table tr:not(:last-child){
		border-bottom: none;
	}
    .job_requirements .table_wrap table th{
        display: block;
        width: 100%;
        text-align: center;
        padding: 18px 10px;
    }
    .job_requirements .table_wrap table td{
        display: block;
        width: 100%;
        padding: 18px 10%;
    }
}




/* 前職や職場でこんなお悩みはありませんか？ ===== */

.offer{
    padding: 90px 0;
    background: #f5f5f5;
}

.offer .inner{
    max-width: 800px;
    margin: 0 auto;
}

.offer_card{
    width: 100%;
    padding: 6.3%;
	margin-bottom: 60px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}

.offer_card h2{
    text-align: center;
    margin: 40px auto 30px;
}

.offer_card h2 span{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #80a33f;
    background: linear-gradient(transparent 80%,rgba(233,187,73,.5) 0%);
    line-height: 2;
}

.worries{
    width: 78%;
    margin: 0 auto 35px;
    border: 1px solid #80a33f;
    padding: 40px 15px
}

.offer_card .worries ul{
    width: fit-content;
    margin: 0 auto;
}

.offer_card .worries ul li {
    display: flex;
    margin-bottom: 23px;
    line-height: 1.5;
}
.offer_card .worries ul li:last-child{
    margin-bottom: 0;
}

.offer_card .worries ul li .check{
    width: 24px;
    margin-right: 12px;
}

.offer_card .txt{
    text-align: center;
    line-height: 2;
}

.offer .line_cta{
    max-width: 350px;
    margin: 0 auto 0 ;
}

.cta_micro{
	text-align: center;
	margin-bottom: 5px;
}

.cta_micro .entry_btn_txt-underline{
	font-size: 18px;
	letter-spacing: 0.05em;
	background: linear-gradient(transparent 75%,rgba(233,187,73,.5) 0%);
}

@media(max-width: 900px){
    .offer .inner{
        padding: 0 5%;
    }
}

@media(max-width: 660px){
    .offer_card h2{
        text-align: left;
    }
    .worries{
        width: 100%;
    }
}


@media(max-width: 540px){
    .offer_card{
        padding: 5%;
    }
    .offer{
        padding: 60px 0;
    }

    .offer_card h2{
        margin: 17px auto 20px;
    }

    .offer_card h2 span br.pc_none{
        display: block;
    }

    .worries{
        padding: 20px 15px;
    }

    .offer_card .worries ul li{
        margin-bottom: 15px;
    }

    .offer_card .txt{
        line-height: 1.5;
        text-align: left;
    }

    .offer .line_cta{
        margin: 0 auto ;
    }
}

@media(max-width: 450px){
    .offer_card h2 span{
        font-size: 4.8vw;
    }
}

@media(max-width: 350px){
    .offer_card h2 span{
        font-size: 18px;
    }
}





/* 採用の流れ ===== */

section.recruit_flow{
    background: #80a33f;
    padding: 80px 0;
}

section.recruit_flow .inner{
    max-width: 1200px;
    margin: 0 auto;
}

section.recruit_flow .h2_container{
    margin-bottom: 65px;
    text-align: center;
}

section.recruit_flow .h2_container span{
    display: block;
}

section.recruit_flow .h2_container span:first-child{
    color: #e8ba49;
    font-size: 30px;
    margin-bottom: 13px;
    font-weight: bold;
}

section.recruit_flow .h2_container span:last-child{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.recruit_flow_wrap{
    background: #fff;
    width: 100%;
    padding: 60px 4.6%;
    border-radius: 20px;
}

.recruit_flow_inner{
    position: relative;
    padding: 20px;
}
.recruit_flow_inner::before{
    content: "";
    width: 2px;
    height: 85%;
    background: #e8ba49;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}


.recruit_flow_container {
    padding: 57px 0 57px 40px;
    border-bottom: 1px solid #80a33f;
    align-items: flex-start;
}

.recruit_flow_container:last-child{
    border-bottom: none;
}

.recruit_flow_container .font3{
    font-weight: bold;
    font-size: 28px;
    color: #80a33f;
    margin-right: 25px;
    position: relative;
    white-space: nowrap;
}
.recruit_flow_container .font3::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e8ba49;
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translate(0, -50%);
}

.recruit_flow_container .flow_detail p:first-child{
    font-size: 24px;
    font-weight: bold;
	margin-top: -5px;
}
.recruit_flow_container:first-child .flow_detail p{
    margin-bottom: 35px;
}

.recruit_flow_container .flow_detail p{
    /*margin-bottom: 25px;*/
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.recruit_flow_container .line_cta{
    max-width: 350px;
}




@media(max-width: 1300px){
    section.recruit_flow .inner{
        padding: 0 5%;
    }
}

@media(max-width: 650px){
    .recruit_flow_container{
        display: block;
    }

    .sp_flow_title{
        display: inline;
        font-family: 'Noto Serif JP', serif;
        color: #4c4c4c;
        letter-spacing: 0.1em;
        font-size: 24px;
        font-weight: bold;
    }

    .recruit_flow_container:first-child .flow_title_container{
        margin-bottom: 20px;
    }
	
	.recruit_flow_container .flow_detail p:first-child{
		display: none;
	}
	
	/*.sp_flow_title.sp_none{
		display: none;
	}*/
	
	/*.recruit_flow_container .flow_detail p:first-child{
		display: block;
		margin-bottom: 0;
	}
	
	.recruit_flow_container:first-child  p:first-child{
		margin-bottom: 25px;
	}*/

}


@media(max-width: 540px){
    section.recruit_flow .h2_container{
        margin-bottom: 55px;
    }

    .recruit_flow_wrap{
        padding: 0 4.6%;
    }

    .recruit_flow_inner{
        padding: 0 20px;
    }

    .recruit_flow_container .font3{
        font-size: 20px;
        margin-right: 15px;
    }
    .sp_flow_title{
        font-size: 20px;
    }

    .recruit_flow_inner::before{
        height: 88%;
    }

    .recruit_flow_container .flow_detail p{
        font-size: 16px;
        font-weight: normal;
    }


    .recruit_flow_container .font3::before{
        left: -40px;
    }

    .recruit_flow_container{
        padding: 37px 0 37px 15px;
    }

}

@media(max-width: 379px){
    .recruit_flow_container .font3{
        font-size: 4.76vw;
    }
    .sp_flow_title{
        font-size: 4.76vw;
    }
}





/* プライベートもお仕事も充実させて働ける！ ===== */

section.recruitment{
    padding: 80px 0 40px;
}

section.recruitment .inner{
    max-width: 1200px;
    margin: 0 auto;
}

.recruitment_banner{
    display: flex;
    width: 100%;
    max-width: 1072px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1) ;
}

.recruitment_banner .img_container{
    width: 35%;
}

.recruitment_banner .img_container img{
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 0 0 20px;
}

.recruitment_banner .txt_box{
    padding: 40px 45px;
}

.recruitment_line-container{
	width: fit-content;
	text-align: center;
}


.recruitment_banner .txt_box h2{
    margin-bottom: 30px;
}

.recruitment_banner .txt_box h2 span{
    display: block;
}
.recruitment_banner .txt_box h2 span:first-child{
    font-size: 32px;
    color: #80a33f;
    font-weight: bold;
    margin-bottom: 17px;
}

.recruitment_banner .txt_box h2 span:last-child{
    font-size: 28px;
    color: #80a33f;
    font-weight: bold;
    line-height: 1.5;
}

.recruitment_banner .txt_box h3{
    margin-bottom: 25px;
    line-height: 1.5;
}


.recruitment_banner .txt_box h3 span{
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(transparent 80%,rgba(233,187,73,.7) 0%);
}

.recruitment_banner .txt_box .main_txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 30px;
}

.recruitment_banner .img_container.recruitment_line{
	width: 100%;
	max-width: 350px;
}

.recruitment_banner .img_container.recruitment_line img{
	min-height: initial;
	object-fit: initial;
}



.induction span{
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
}
.induction span::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 18.2px;
    border-color: transparent transparent transparent #80a33f;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

@media(max-width: 1200px){
    section.recruitment .inner{
        padding: 0 5%;
    }

    .recruitment_banner{
        display: block;
        max-width: 600px;
        margin: 0 auto;;
    }

    .recruitment_banner .img_container{
        width: 100%;
    }

    .recruitment_banner .img_container{
        border-radius: 21px 21px 0 0;
    }

    .recruitment_banner .img_container img.sp_none{
        display: none;
    }
    .recruitment_banner .img_container img.pc_none{
        display: block;
        border-radius: 21px 21px 0 0;
    }
}

@media(max-width: 540px){
    section.recruitment{
        padding: 60px 0;
    }

    .recruitment_banner .txt_box{
        padding: 25px 20px;
    }

    .recruitment_banner .txt_box h2{
        margin-bottom: 15px;
    }

    .recruitment_banner .txt_box h2 span:first-child{
        font-size: 28px;
        margin-bottom: 15px;
    }

    .recruitment_banner .txt_box h2 span:last-child{
        font-size: 24px;
    }

    .recruitment_banner .txt_box h2 span:last-child br.pc_none{
        display: block;
    }

    .recruitment_banner .txt_box h3 span{
        line-height: 1.75;
    }

    .recruitment_banner .txt_box h3 span br.pc_none{
        display: block;
    }

    .recruitment_banner .txt_box .main_txt{
        font-size: 16px;
    }

    .recruitment_banner .txt_box .main_txt{
        margin-bottom: 20px;
    }

    .induction{
        text-align: center;
    }

    .induction span{
        font-size: 16px;
    }

}


@media(max-width: 420px){
    .recruitment_banner .txt_box h2 span:first-child{
        font-size: 6.6vw;
    }
    .recruitment_banner .txt_box h2 span:last-child{
        font-size: 5.7vw;
    }
    .recruitment_banner .txt_box h3 span{
        font-size: 5.7vw;
    }
    .recruitment_banner .txt_box .main_txt{
        font-size: 3.8vw;
    }
}




/* スタッフインタビュー モーダル ===== */

@keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }

    1% {
      display: block;
      opacity: 0;
    }

    100% {
      display: block;
      opacity: 1;
    }
  }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.65);
  overflow-y: scroll;
}
/* モーダルがactiveの時 */
.modal.is-active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
  pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}
/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 0 5.9%;
}
.modal_inner {
    width: 100%;
    margin: 0 auto;
    border-radius: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* 閉じるボタン */
.modal__close-btn {
    position: fixed;
    right: 20px;
    top: 40px;
    cursor: pointer;
    z-index: 200;
}
.modal__close-btn:hover {
    opacity: 0.8;
}
/* 閉じるボタンのX */
.lineClose {
    display: block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 2rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
    left: 14px;

}
.lineClose::before {
    display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.close_txt{
    display: block;
    color: #fff;
    padding-top: 16px;
}


.swiper-slide{
    display: flex;
    width: 100%;
}


.left_content{
    width: 40%;
    margin-right: 4%;
}

.left_content p{
    text-align: center;
    color: #fff;
    margin-top: 25px;
}

.left_content p span:first-child{
    font-size: 26px;
    font-weight: bold;
    margin-right: 17px;
}

.left_content p span:last-child{
    font-size: 20px;
}

.right_content{
    width: 60%;
    background: #fff;
    padding: 40px 50px;
    height: fit-content;
    border-radius: 15px;
}

.right_content .txt_box p:first-child{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1;
    color: #80a33f;
    margin-bottom: 25px;
    display: flex;
}
.right_content .txt_box h4 span{
    display: block;
}
.right_content .txt_box p:first-child span:first-child{
    margin-right: 5px;
	white-space: nowrap;
}

.right_content .qa_box{
    margin-bottom: 45px;
}
.right_content .qa_box:last-child{
    margin-bottom: 0;
}

.right_content .qa_box p {
    display: flex;
    line-height: 1.5;
}

.right_content .qa_box p span{
    display: block;
}
.right_content .qa_box p span:first-child{
    margin-right: 5px;
	white-space: nowrap;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    color: #fff;
}
#modal .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 30px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color: #fff;
}

#modal .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 30px  ;
}

@media(max-width: 1200px){
    #modal .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: 0;
    }

    #modal .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 0;
    }
}

@media(max-width: 1080px){
    .modal_inner{
        padding-top: 90px;
    }
	
	.lineClose{
		width: 3rem;
		left: 9px;
	}
	
    .modal__content{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        max-width: 100%;
        margin: 0 auto;
    }
    .swiper-slide{
        display: block ;
    }

    .left_content{
        margin: 0 auto 20px;
        width: 100%;
        max-width: 350px;
    }

    .right_content{
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
    }

    .modal__close-btn{
        position: fixed;
        right: 20px;
        top: 40px;
        z-index: 9999;
    }




    #modal .swiper-button-next, .swiper-rtl .swiper-button-prev{
        top: 270px;
        right: 0;
    }

    #modal .swiper-button-prev, .swiper-rtl .swiper-button-next{
        top: 270px;
        left: 0;
    }

}

@media(max-width: 540px){
    .modal__content{
        padding: 0;
    }
    .left_content{
        margin: 0 auto 20px;
        width: 100%;
        max-width: 230px;
    }

    #modal .swiper-button-next, .swiper-rtl .swiper-button-prev{
        top: 200px;
    }

    #modal .swiper-button-prev, .swiper-rtl .swiper-button-next{
        top: 200px;
    }

}

@media(max-width: 540px){
    .left_content{
        margin: 0 auto 20px;
        width: 100%;
        max-width: 230px;
    }

    .right_content .txt_box p span{
        line-height: 1.5;
    }

    .right_content{
        padding: 33px 18px;
    }
	
	
}




/* FAQ 開閉 ===== */

.q_container h3::after{
    opacity: 1;
    transition: .5s;
}

.q_container.question.active h3::after{
    opacity: 0;
}

.faq_more{
    display: none;
}

.faq_more_btn{
    transition: .5s;
}

.faq_more_btn.fadeOut{
    opacity: 0;
}

.faq_more_btn:hover{
    cursor: pointer;
}

#faq_close_btn.faq_more_btn .img_container{
    transform: rotate(180deg);
}






/*店舗一覧*/


.shop-section{
    padding: 120px 0 40px;
}

.shop-section .inner{
	max-width: 800px;
	margin: 0 auto;
}

.shop-title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.075em;
    padding-bottom: 10px;
    margin-bottom: 33px;
    position: relative;
}

.shop-title::before{
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #81A43F;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.area-title{
    padding: 10px 0 10px 18px;
    margin-bottom: 35px;
    background: #81A43F;
    position: relative;
}
.area-title:hover{
	cursor: pointer;
}

.area-title span{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
}

.area-title::before,
.area-title::after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    transition: .5s;
}

.area-title::before{
    width: 20px;
    height: 1px;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
}
.area-title::after{
    width: 1px;
    height: 20px;
    top: 50%;
    right: 27px;
    transform: translate(0, -50%);
}

.area-title.active::before{
   opacity: 0;
}
.area-title.active::after{
    transform: translate(0, -50%) rotate(90deg);
}



.area-lists{
    display: none;
}


.area-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}


.area-card{
    width: calc((100% / 2) - 8px);
    margin-bottom: 35px;
    padding-bottom: 45px;
    position: relative;
}

.shop-image_wrap{
    position: relative;
}

.shop-image_wrap a{
    display: block;
    font-size: 10px;
    padding: 3px 10px 2px;
    color: #fff;
    background: #FD9994;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.shop-image_wrap .reserve-text{
	display: block;
    font-size: 10px;
    padding: 3px 10px 2px;
    color: #fff;
    background: #FD9994;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.shop-name{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 18px;
    margin: 15px 0 5px;
    font-weight: bold;
    line-height: 1.6;
}

.shop-detail{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
}

.shop-cta_container{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.shop-cta{
    display: block;
    width: 100%;
    text-align: center;
    background: #81A43F;
    height: 35px;
    border-radius: 17px;
    margin-top: 10px;
    position: relative;
}

.shop-cta span{
    display: block;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shop-cta::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}

@media(max-width: 900px){
	.shop-section .inner{
		padding: 0 5%;
	}
}

@media(max-width: 420px){
	.shop-name{
		font-size: 14px;
	}
	.area-card{
		margin-bottom: 0;
	}
	.shop-detail{
			font-size: 12px;
	}
}

@media(max-width: 370px){
    .shop-cta::before{
        right: 15px;
    }
}


.fLogo {
    text-align: center;
    margin-bottom: 40px;
}
.addressTable {
    margin: 0 auto;
    border-top: 1px solid #ccc;
    border-bottom: none;
    color: #fff!important;
}
.addressTable th {
    min-width: auto!important;
    padding: 10px 20px 10px 0;
    text-align: left;
    background: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    color: #fff!important;
        font-size: 11px;
}
.addressTable td {
    max-width: auto!important;
    padding: 10px 0;
    background: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    color: #fff!important;
    font-size: 13px;
}
#footer address {
    border:none;
}
@media(max-width: 540px){
    .addressTable {
        border-collapse: separate!important;
    }
    .addressTable th {
        padding: 10px 0 0;
        display: block;
        border-bottom: none;
        font-size: 10px;
    }
    .addressTable td {
        max-width: auto!important;
        padding: 0 0 10px;
        display: block;
        font-size: 12px;
    }
}