@charset "utf-8";
/*
Theme Name: JA全農あおもり リクルートサイト
Description: JA全農あおもり リクルートサイトです。
Version: 1.0
Author: めんこいエンタープライズ コンテンツ事業部 ITチーム
Author URI: https://mepdc.net
*/
@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: auto;
	}
}
body{
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #000000;
}

html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}
*:focus {
	outline: none;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.scroll_down {
	position: relative;
	width: 100%;
	height: 70vh;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.scroll_down:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}
  
.scroll_down a {
	display: inline-block;
	position: absolute;
	bottom: 10%;
	left: 0;
	z-index: 2;
	padding: 10px 10px 110px;
	color: #0F8B4E;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
	transition: .2s;
	overflow: hidden;
	margin: auto;
}
  
  .scroll_down a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100px;
	background: #ddd;
  }
  
.scroll_down a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100px;
	background: #0F8B4E;
}

.scroll_down a:hover {
	opacity: .5;
}

#type01 a:after {
	animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

/* font
------------------------------*/
.min-font{
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.zen-maru-Black{
	font-family: "zen-maru-gothic", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.zen-maru-Medium{
	font-family: zen-maru-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.dots {
	-webkit-text-emphasis: filled;
	text-emphasis: filled;
}
.normal-font{
	font-size: 1rem;
}
/* slick
------------------------------*/
.slick-slide img{
	width: 100%;
	height: auto;
	aspect-ratio: 400 / 319;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.slide li{
	padding: 0 8px;
}
.slide_box{
	margin-top: -50px;
}
@media (min-width: 768px) {
.slide_box{
	margin-top: -100px;
}
}

/* link
------------------------------*/
a{
	color: #000000;
	transition : color 0.5s ease 0s;
	text-decoration: none;
}
a:focus {
    outline: none;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
.underline_link{
	text-decoration: underline!important;
}
.hover_u_link:hover{
	text-decoration: underline!important;
}
iframe{
	vertical-align: bottom;
}

figure {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
	margin: 0;
}
figure:hover {
	opacity: 0.7;
}
/* hr
------------------------------*/
hr{
	border-top: 2px dashed #4493d0;
}
hr.border_gray{
	border-top: 1px solid #e2e2e2;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.border_dotted{
	border-top: 2px dotted #424242;
}

/* header
------------------------------*/
.logo{
	width: 200px;

}
.navbar-brand,.navbar{
	padding: 0;
}
.navbar-nav{
	background-color: #FFF;
	border-radius: 50vh;
	font-family: "zen-maru-gothic", sans-serif;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.navbar-nav li:first-child{
	padding-left: 15px !important;
}
.navbar-nav li:nth-last-of-type(2) a{
	padding-right: 15px !important;
}
.nav-link{
	color: #71521B;
	font-weight: 600;
	font-size: 1rem;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.nav-link:hover{
	color: #0F8B4E;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #0F8B4E;
}
.entry_btn{
	background-color: #0F8B4E;
	border-radius: 50vh;
	padding-left: 15px;
	padding-right: 15px;

}
.entry_btn a{
	color: #FFF;
	position: relative;
	padding-right: 20px !important;
}
.entry_btn a:after{
	position: absolute;
	right: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: '\f0a9';
	color: #FFF;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%) ;
	transition: all 0.2s;

}
.entry_btn a:hover{
	color: #FFF;
}
.entry_btn a:hover::after{
	right: -5px;
}
/* .navbar-nav li:not(:last-child) a::before{
	content:  ""; 
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #71521B;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 5px;
} */
.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: 10px;
}
.second-header{
	background-color: #FFC000;
}
/* list
------------------------------*/
li{list-style-type: none;}
ul.circle_list,ul.common_list{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.circle_list li::before{
	content: "● ";
}
ul.circle_list.font-l{
	font-size: 18px;
}
.circle_list li:not(:last-child){
	margin-bottom: 10px;
}
ul.double-circle_list,ul.common_list{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.double-circle_list li::before{
	content: "◎ ";
}
ul.double-circle_list.font-l{
	font-size: 16px;
}
.double-circle_list li:not(:last-child){
	margin-bottom: 10px;
}
ol {
	position: relative;
	margin: 0;
	padding: 0
}
ol li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
}
ol li span {
	position: absolute;
	left: 0;
	margin: 0
}
.common_list li:not(:last-child){
	margin-bottom: .5rem;
}
.common_list li::before{
	content: "・";
}
.triangle_list li{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0;
}
.triangle_list li:not(:last-child){
	margin-bottom: .5rem;
}
.triangle_list li::before{
    position: absolute;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f0da';
    color: #0070b7;
}

/* color
------------------------------*/
.white{
	color: #FFF;
}
.orange{
	color: #F97930;
}
.red{
	color: #E91818;
}
.blue{
	color: #0070b7;
}
.green{
	color: #538746;
}
.grey{
	color: #585858;
}
.yellow{
	color: #FFE817;
}
/* space
------------------------------*/
.contents_space{
	padding-top: 40px;
}
.first_section{
	padding-top: 40px;
}
#second_page .wrap{
	padding-top: 40px;
}
#second_page .wrap.no-pd{
	padding-top: 0;
	margin-top: -35px;
}
/* title
------------------------------*/
.tit_c_border,.tit_l_border{
	font-size: 24px;
	font-size: 1.5rem;
	position: relative;
    padding: 0 0 .5rem;
	font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: .1em;
	margin-bottom: 1.5rem;
	word-break:break-all;
}
.tit_c_border {
    text-align: center;
    text-indent: .1em;
}
.tit_c_border span ,.tit_l_border span{
	font-size: 12px;
	font-size: 0.75rem;
	display: block;
	font-family: zen-maru-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.tit_c_border:before,.tit_l_border:before{
	position: absolute;
    bottom: -10px;
	width: 30px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #000;
}
.about .tit_l_border:before,.news_sec .tit_l_border:before{
	background: #71521B;
}
.tit_c_border:before {
    left: calc(50% - 15px);
}
.second_tit .tit_l_border{
	font-size: 32px;
}
.wp-editorstyle .second_tit .tit_l_border{
	font-size: 24px;
}
.tit_l_border:before {
    left: 0;
}
.tit_border_left span.jp{
	/* position: relative; */
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: "zen-maru-gothic", sans-serif;

	display: flex;
    align-items: center;

}
.tit_border_left span.jp:after {
	/* position: absolute; */
	content: "";
	/* top: 50%; */
	width: 50px;
	height: 1px;
	background-color: black;
	margin-left: 1rem;
}
.tit_border_left span.en{
	color: #538746;
	font-size: 16px;
	font-size: 1rem;
	display: block;
	letter-spacing: .1em;
}
.tori{
	position: relative;
	padding-left: 51px;
}
.tori::before{
	position: absolute;
	left: 0;
	content: url(./img/tori.svg);
	width: 41px;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
}
.dot_tit{
	position: relative;
	font-size: 24px;
    font-size: 1.5rem;
	font-family: "zen-maru-gothic", sans-serif;
	color: #0F8B4E;
	font-weight: 600;
}
.dot_tit::before{
	content: "・";
}
.dot_tit::after{
	content: "・";
}
/* section
------------------------------*/
.welfare{
	padding-top:105px ;
	padding-bottom:105px ;
}
.about{
	padding-top:105px ;
	color: #71521B;
}
.message{
	margin-top: -5%;
	position: relative;
}
/* box
------------------------------*/
#top_page{
	background-color: #F8F6E0;
}
#second_page section{
	color: #71521B;
}
.round_box{
	background-color: #FFC000;
	border-radius: 20px;
	padding: 50px 35px;
	position: relative;
}
section.welfare .welfare_list p{
	font-size: 20px;
	font-size: 1.25rem;
	background-color: #0F8B4E;
	color: #FFF;
	padding: 8px;

}
.box-shadow,.box-shadow_l,.box-shadow_r{
	position: relative;
}
.box-shadow::before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#000 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#000 30%, rgba(0, 0, 0, 0) 31%);
	background-size: 16px 16px;
	background-position: 0 0, 8px 8px;
	z-index: -1;
	border-radius: 20px;
}
.box-shadow_l::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#FFC000 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#FFC000 30%, rgba(0, 0, 0, 0) 31%);
	background-size: 16px 16px;
	background-position: 8px 8px, 0 0;
	z-index: -1;
	border-radius: 20px;
}
.box-shadow_r::before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#FFC000 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#FFC000 30%, rgba(0, 0, 0, 0) 31%);
	background-size: 16px 16px;
	background-position: 8px 8px, 0 0;
	z-index: -1;
	border-radius: 20px;
}
.ushi{
	position: absolute;
    left: 0;
    width: 145px;
    bottom: -12%;
}

/*左側へ要素を広げる（2カラム）*/
.column-outside-left{
    flex: 1;
    margin-left: calc(50% - 50vw);
    /* margin-right: 4%; */
	overflow: hidden!important;
}
.column-outside-right{
	margin-right: calc(50% - 49vw);
	overflow: hidden;
}

.about_photo_area,.philosophy_photo_area,.people_photo_area,.message_photo_area{
	position: relative;
	margin-bottom: 20px;
	/* margin-right: 20px; */
}
.people_photo_area,.message_photo_area{
	margin-right: 20px;
}

.philosophy_photo_area{
	padding: 0 0 30px;
}
.about_photo img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto;
	aspect-ratio: 85 / 47;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.philosophy_photo{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto;
	aspect-ratio: 85 / 47;
	/* border-top-left-radius: 10px;
	border-bottom-left-radius: 10px; */
	border-radius: 10px;
}
.philosophy_illust{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;

}
.philosophy_illust img{
	width: 100%;
}
.message_photo{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    aspect-ratio: 11 / 13;
    border-radius: 20px;
    border: 5px solid #0F8B4C;
}
.message_photo02{
    aspect-ratio: 13 / 11!important;
}
.people_photo{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
	aspect-ratio: 709 / 454;
    border-radius: 20px;
    border: 5px solid #0F8B4C;
}
.message_illust{
	position: absolute;
    bottom: -10%;
    left: 2%;
    z-index: 1;
    width: 40%;
}
.people_photo_area .message_illust{
	width: 25%;
}
.about_illust{
	position: absolute;
	bottom: -10%;
	right: 0;
	z-index: 1;
	width: 15%;
}
.entry_illust_area{
	position: relative;
	padding-bottom: 50px;
}
.entry_illust{
	position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
}
.yama{
    position: absolute;
    /* top: -165px; */
	top: -6%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 96%;
    z-index: 1;
}
.second_tit_area{
	background-color: #FFC000;
	height:  84px;
}
.second_tit{
	padding: 20px 0;
	border-bottom-right-radius: 50vh;
	background-color: #FFC000;
}
.radius-box{
    border: 5px solid #6A9A5E;
    border-radius: 20px;
    padding: 40px 10px 20px;
    position: relative;
	margin-top: 30px;
}
.radius-box .box-title{
	position: absolute;
    top: -24px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.radius-box .box-title h4 {
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
	font-size: 16px;
    background: #0F8B4E;
    color: #ffffff;
    border-radius: 50vh;
	line-height: 1;
}
.introduction_tag li p{
	background-color: #EE7535;
	color: #FFF;
	font-size: 15px;
	border-radius: 50vh;
	padding: 8px 15px;
}
.welfare_text_box{
	position: relative;
	margin: 30px 0 100px;
}

.welfare_text_box .arrow {
	position: relative;

}
.welfare_text_box .arrow::before,
.welfare_text_box .arrow::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 41px;
  border-radius: 9999px;
  background-color: #6A9A5E;
  transform-origin: 50% calc(100% - 1.5px);
}

.welfare_text_box .arrow::before {
  transform: rotate(66deg);
}

.welfare_text_box .arrow::after {
  transform: rotate(-66deg);
}

.welfare_text_box .welfare_text{
	position: relative;
	z-index: 1;
}
.welfare_text_box .illustration01{
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 48%;
}
.welfare_text_box .illustration02{
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 48%;
}
.icon-box{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.icon-box-in{
	width: 90%;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4c4c4c;
	background:#FFF;
	text-align:center;
}
.icon-box-in::before{
	content: '';
	display: block;
	padding-top: 100%;
}
.icon-box-in img{
	width: 70%;
}
.people_list .card{
	border: none;
	position: relative;
	border: 5px solid #0F8B4E;
	border-radius: 0px;
	color: #6D6D6D;

}
.people_list .card-body{
    background-color: #FFF;

}
.card-text{
	font-size: 18px;
	font-size: 1.125rem;
	color: #71521B;
	line-height: 1.3;
	font-weight: 600;
}
.people_list .label{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0ba157;
	padding: 15px 30px 15px 15px;
	color: #FFF;
	border-bottom-right-radius: 150vh;
	z-index: 1;
}

.people_list .label.orange{
	background-color: #FFC000;
	color: #000;
}
.people_list .name{
	font-size: 1.25rem;
	font-size: 20px;
	font-weight: 600;
}
.zoom_img{
	cursor: pointer;
	max-width: 800px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.zoom_img img {
  width: 100%;
  /* aspect-ratio: 419 / 270; */
  object-fit: cover;
  object-position: center;
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
}
.people_list .zoom_img img {
	aspect-ratio: 419 / 270;
	border-radius: 0;
}
.people_list a:hover .zoom_img img{
	transform: scale(1.1);/* 拡大 */
	opacity: .8;
}
.people_qa_box{
	background-color: #FFF1C5;
	border-radius: 20px;
	padding: 30px 22px;
	color: #000;
}
.people_qa_box dt{
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "zen-maru-gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.people_qa_box dt {
	position: relative;
    padding-left: 55px;
    height: 40px;
    align-items: center;
    display: flex;
    margin-bottom: 40px;
}
.people_qa_box dt span {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	border-radius: 10px;
	background: #0F8B4E;
	color: #FFE817;
	height: 40px;
	width: 40px;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-size: 20px;
	letter-spacing: .1em;
}
.people_qa_box dt::before{
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 30px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #000;
}
.content_block{
	margin-bottom: 46px;
}
.content_block .label{
	background-color: #0ba157;
	padding: 10px 25px;
	color: #FFF;
	border-radius: 10px;
	display: inline-block;
}
.content_block h3{
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	padding: 25px 0;
}
.content_block .name{
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
}
.content_block .text{
	color: #6D6D6D;
}
.schedule_time{
    position: relative;
    padding-top: 8px;
}
.schedule_time:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 120%;
	background: url(./img/people/line.png) no-repeat center / cover;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
dl:last-of-type .schedule_time::before{
	background: none;
}
.schedule_time span{
	font-size: 18px;
	font-size: 1.125rem;
    line-height: 1;
    color: #FFE817;
	background: #0F8B4E;
    border-radius: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 99px;
    height: 35px;
    position: relative;
    z-index: 2;
}
.schedule_text{
	padding-bottom: 15px;
	color: #707070;

}
.schedule_text h4{
	padding-top: 14px;
	font-size: 18px;
	font-size: 1.125rem;
	color: #0F8B4E;
	font-weight: 600;
	margin-bottom: 15px;
}
.schedule_photo{
	border-radius: 20px;
}
.comment_text{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* accordion
------------------------------*/
.accordionwelfare .accordion-item{
	border: none;
}
.accordion-item .welfare_list button:not(.collapsed){
	background-color: #538746;
}
.accordion-item .welfare_list button:not(.collapsed) .icon-box-in{
	border: 4px solid #88C269;
	background-color: #E6F2E0;
}
.accordion-item .welfare_list button{
	border: none;
	border-radius: 10px;
	padding: 15px 10px;
	width: 100%;
	position: relative;
	background-color: #E6F2E0;
}
.accordion-item .welfare_list button:not(.collapsed)::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #528846 transparent transparent transparent;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	transition: all 0.3s ease 0s;
}
.accordion-item .welfare_list button:not(.collapsed) h4{
	color: #FFF;
}
.accordion-item .welfare_list h4{
	color: #538746;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
}
.accordionwelfare .accordion-body{
	border: 5px solid #6A9A5E;
	border-radius: 20px;
	background-color: #FFFEF6;
	padding: 15px;
	color: #72521a;
	margin-top: 20px;
}
.accordionwelfare .accordion-body h5{
	display: block;
    border-bottom: 1px solid #E5E5E5;
    color: #6A9A5E;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0 12px 1.5em;
    font-weight: 600;
	position: relative;
}
.accordionwelfare .accordion-body h5::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: '\f00c';
	line-height: 1;
	position: absolute;
	top: calc(50% - .5em);
	color: #F93030;
	left: 0;
}
.accordionwelfare .accordion-body p {
    padding-top: 10px;
    padding-bottom: 15px;
}
/* Breadcrumb
------------------------------*/
ol.breadcrumb li{
	padding-left: 0;
}
/* text
------------------------------*/
.lead_text_l{
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
}
.lead_text_m{
	font-size: 18px;
	font-size: 1.285714278rem;
	line-height: 1.3;
}
.lead_text{
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
}
.bold{
	font-weight: 600;
}
.normal-text{
	font-size: 1rem;
}
.normal{
	font-weight: 500;
}
.lead_text_m .large_text{
	font-size: 28px;
	font-size: 1.75rem;
}

/* bg
------------------------------*/
.bg_main{
	background-image: url(./img/main.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:  center;
	width: auto;
	position: relative;
	height: 70vh;
}

.main_text{
	position: absolute;
	right: 20%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
}
.main_text img{
	height: 60vh;
}
.bg_round{
	background-color: #FFC000;
	border-radius: 0 80px 80px 0;
	position: relative;
	width: 90%;
	padding: 98px 0 30px;
	min-height: 500px;
}
.bg_round::before{
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#000 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#000 30%, rgba(0, 0, 0, 0) 31%);
	background-size: 16px 16px;
	background-position: 0 0, 8px 8px;
	z-index: -1;
	border-radius: 80px;

}
/* button
------------------------------*/
a[target="_blank"]{
	position: relative;
}
a[target="_blank"]::after {
	position: absolute;
    right: 22px;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f35d';
    margin-left: 5px;
}
a.icon-none[target="_blank"]::after{
    content: none!important;
}
a.job_info{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a[tabindex="-1"]:hover{
	opacity: 1!important;
}
a.job_info:hover{
	opacity: 0.8;
}
a.job_info img{
	border: 1PX solid #cecece;
}
.button {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	/* background: #333; */
	padding: 18px 30px;
	transition: .3s;
	width: 360px;
	max-width: 100%;
}

.round_button{
	border-radius: 10px;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_button{
	background-color: #0F8B4E;
    border-radius: 50vh;
    width: 53.3333333333vw;
    height: 12.4vw;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.3125rem;
	font-size: 21px;
    color: #FFF;
	font-family: zen-maru-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;

}
.header_button:hover{
	color: #FFF;
	background-color: #2bb16e;
}
.round_button
.button_entry01{
	padding:  25px 45px 25px 25px;
}
.button_entry02{
	padding:25px 45px 25px 25px;
}
.btn_orange{
	background-color: #FF6F00;
	color: #FFF;
}
.btn_orange02{
	background-color: #F97930;
	color: #FFF;
}
.btn_orange:hover,.btn_orange02:hover,.btn_green:hover,.btn_green02:hover,.btn_brown:hover,.btn_gold:hover{
	color: #FFF;
	opacity: .8;
}
.btn_green{
	background-color: #0F8B4E;
	color: #FFF;
}
.btn_green02{
	background-color: #6A9A5E;
	color: #FFF;
}
.btn_brown{
	background-color: #BE954B;
	color: #FFF;
}
.btn_gold{
	background-color: #C4AE24;
	color: #FFF;
}
.icon_entry01{
	/* width: 145px; */
    width: 20%;
}
.icon_entry02{
	/* width: 76px; */
	width: 20%;
}

.btn_arrow {
	position: relative;
}
.button_entry01.btn_arrow:after{
	font-size: 20px;
	right: 25px;
}
.button_entry02.btn_arrow:after{
	font-size: 20px;
	right: 20px;
}
.btn_arrow::after {
	font-family: "Font Awesome 6 Free";
	content:'\f138';
	font-weight: 900;
	padding-right: 3px;
	font-size: 1rem;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
	right: 1rem;
	margin: 0;
	padding: 0;
	transition: all 0.2s;
}
.button_entry01.btn_arrow:hover:after {
	right: 20px;
}
.button_entry02.btn_arrow:hover:after {
	right: 15px;
}
.btn_text{
	padding-left: 20px;
}
.button_entry01 h4,.button_entry02 h4{
	position: relative;
	letter-spacing: .1em;
	display: block;
	font-family: zen-maru-gothic, sans-serif;
	font-weight: 500;
}
.button_entry01 h4 {
    padding: 0 0 .5rem;
	margin-bottom: 1.5rem;
	font-size:21px;
	font-size: 1.3125rem;
}
.button_entry01 h4:before,.button_entry02 h4:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 2px;
	content: '';
    border-radius: 3px;
    background: #FFF;
}
.button_entry02 h4 {
    padding: 0 0 .2rem;
    margin-bottom: 1.2rem;
	font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1;
}
.button_entry01 h4:before {
    width: 20px;
}
.button_entry02 h4:before {
    width: 20px;
}
.button_more{
    position: relative;
    font-size:17px;
    font-size: 1.0625rem;
	letter-spacing: .1em;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    border-bottom: 3px dashed #000;
    padding: 10px 52px 10px 18px;
    /* background-color: #CCC; */
	display: inline-block;

}
.button_more::after{
    position: absolute;
    right: 22px;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f0a9';
    color: #000;
	transition: all 0.2s;
}
.button_more:hover::after{
    right: 12px;
}
.button_more.brown_button{
	color: #71521B;
	border-bottom: 3px dashed #71521B;
}
.button_more.brown_button::after{
	color: #71521B;
}
.button_border_radius{
	border-radius: 50vh;
	border: 5px solid #88C269;
	background-color: #0F8B4E;
	padding: 15px;
	font-size: 16px;
	font-size: 1rem;
	color: #FFF;
	max-width: 100%;
	width: 380px;
	display: inline-block;
    text-align: center;
	transition: all 0.2s;
}
.button_border_radius:hover{
	background-color: #22b16a;
	color: #FFF;
}
/* footer
------------------------------*/
#footer{
	position: relative;
}
footer{
	background-color: #FFC000;
	padding-bottom: 20px;
	margin-top: -100px;
}
.footer_illust_box{
	position: relative;
}
.footer_illust_l{
    position: absolute;
    bottom: auto;
    top: -2%;
    left: 0;
    width: 160px;
}
.footer_illust_r{
	position: absolute;
	right: 2%;
	top: 0;
	width: 136px;

}
.copy{
	font-size: 12px;
	padding-top: 20px;
}
.footer_logo{
	width: 246px;
	margin-top: 100px;
}

.wrap {
	overflow: hidden;
}
.content03 {
	background: #ffc000;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	height: 200px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
}

/* topBtn
------------------------ */
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 100;
}
.pagetop img{
	width: 50px;
	height: 50px;
}
.pagetop a {
    display: block;
    text-decoration: none;
}
.pagetop a:hover {
    display: block;
    text-decoration: none;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none!important;
	}
	/* header
	------------------------------*/
	.logo{
		width: 260px;
	}


	/* box
	------------------------------*/
	.box-shadow::before {
		bottom: -20px;
		right: -20px;
	}
	.ushi{
	
		width: 178px;
		bottom: -22%;
	}
	.introduction_tag li p{
		font-size: 20px;
		font-size: 1.25rem;
	}
	.icon-box-in{
		width: 60%;

	}
	/* .welfare_list .nav-link{
		padding: 30px 10px;
	} */
	.card-text{
		font-size: 21px;
		font-size: 1.3125rem;
	}
	.people_list .name{
		font-size: 1.375rem;
		font-size: 22px;
	}


	.people_qa_box dt{
		height: 60px;
		padding-left: 80px;
	}
	.people_qa_box dt span {
		height: 60px;
		width: 60px;
	}
	.content_block h3{
		padding: 50px 0;
	}
	.schedule_time span{
		font-size: 20px;
		font-size: 1.25rem;
	}
	.schedule_text{
		font-size: 20px;
		font-size: 1.25rem;
		padding-bottom: 34px;
	}
	.schedule_text h4{
		font-size: 24px;
		font-size: 1.5rem;
		padding-top: 11px;
	}
	.comment_text{
		font-size: 18px;
	}
	/* accordion
	------------------------------*/
	.accordion-item .welfare_list h4{
		font-size: 24px;
		font-size: 1.5rem;
	}
	.accordionwelfare .accordion-body{
		padding: 35px;
	}
	/* text
	------------------------------*/

	.lead_text_m{
		font-size: 25px;
		font-size: 1.5625rem;
	}
	.lead_text{
		font-size: 18px;
		font-size: 1.125rem;
	}
	.lead_text_m .large_text{
		font-size: 50px;
		font-size: 3.125rem;
	}
	/* bg
	------------------------------*/
	.bg_main{
		background-size: cover;
		background-position:  bottom left;
		width: auto;
		position: relative;
		height: 100vh;
		/* width: 100%;
		height: 0;
		padding-top: 69.681818181%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover; */

	}
	.scroll_down {
		height: 100vh;
	}
	/* title
	------------------------------*/



	/* button
	------------------------------*/
	.button_entry01{
		padding:  35px 120px 35px 70px;
	}
	.button_entry02{
		padding: 20px 50px 20px 20px;
	}
	.button_entry01.btn_arrow:after{
		font-size: 50px;
		right: 70px;
	}
	.button_entry01.btn_arrow:hover:after {
		right: 60px;
	}
	.icon_entry02{
		/* width: 76px; */
		width: 25%;
	}
	.button_entry02 .btn_text{
		padding-left: 10px;
	}
	.button_entry02 h4 {
		padding: 0 0 .2rem;
		margin-bottom: 1.2rem;
		font-size: 1rem;
	}
	.button_entry01 h4:before {
		width: 62px;
	}
	.button_border_radius{
		padding: 20px;
		font-size: 20px;
		font-size: 1.25rem;
	}
	/* footer
	------------------------------*/


	/* box
	------------------------------*/
	.radius-box{
		padding: 50px 55px 20px;
	}
	/* topBtn
	------------------------ */
	.pagetop img{
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px){

	/* box
	------------------------------*/
	/* header
	------------------------------*/
	.logo{
		height: 84px;
		display: flex;
		align-items: center;
	}
	/* button
	------------------------------*/
	.button_entry01{
		padding:  25px 45px 25px 25px;
	}
}
@media (min-width: 992px){
	/* header
	------------------------------*/
	.navbar{
		padding: 35px 0px;
	}

	/* title
	------------------------------*/
	.button_entry01 h4 {
		font-size: 54px;
		font-size: 3.375rem;
	}
	.tit_c_border,.tit_l_border{
		font-size: 45px;
		font-size: 2.8125rem;
	}
	.tit_c_border span, .tit_l_border span{
		font-size: 18px;
		font-size: 1.125rem;
	}
	.tit_border_left span.jp{
		font-size: 34px;
		font-size: 2.125rem;
	}
	.dot_tit{
		font-size: 34px;
		font-size: 2.125rem;
	}
	.tori{
		padding-left: 71px;
	}
	.tori::before{
		width: 61px;
	}
	/* text
	------------------------------*/

	/* bg
	------------------------------*/

	/* box
	------------------------------*/
	.round_box{
		padding: 110px 65px;
	}
	.ushi{
		bottom: -12%;
	}

	.about_illust{
		bottom: 0;
		right: -32px;
		z-index: 1;
		width: 64px;
	}
	.second_tit_area{
		height:  154px;
	}
	.second_tit{
		padding: 30px 0;
	}
	.radius-box .box-title{
		top: -35px;
	}
	.radius-box .box-title h4 {
		font-size: 25px;
		font-size: 1.5625rem;
		padding: 20px 50px;
	}
	.welfare_text_box{
		margin: 30px 0 130px;
	}
	.welfare_text_box .arrow::before,
	.welfare_text_box .arrow::after {
		height: 81px;
		bottom: -50px;
	}
	.welfare_text_box .illustration01{
		bottom: -20px;
		width: 30%;
	}
	.welfare_text_box .illustration02{
		bottom: -20px;
		width: 30%;
	}
	.people_qa_box dt{
		font-size: 33px;
		font-size: 2.0625rem;
	}
	.people_qa_box{
		padding: 50px;
	}
	/* footer
	------------------------------*/


	/* space
	------------------------------*/
	.contents_space{
		padding-top: 100px;
	}
	/* button
	------------------------------*/
	.button_more{
		font-size: 22px;
		font-size: 1.375rem;
	}
}
@media (max-width: 991px){


}
@media (min-width: 1400px){

}
@media (min-width: 992px) and (max-width: 1399px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	/* header
	------------------------------*/
	.logo{
		height: 114px;
		display: flex;
		align-items: center;
	}
	/* bg
	------------------------------*/

	/* box
	------------------------------*/
	.second_tit_area{
		height:  114px;
	}
	.radius-box .box-title h4 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.entry_illust_area{
		padding-bottom: 100px;
	}
	.people_qa_box{
		padding: 40px 32px;
	}
	.content_block h3{
		font-size: 26px;
		font-size: 1.625rem;
	}
	.content_block .name{
		font-size: 22px;
		font-size: 1.375rem;
	}
	/* title
	------------------------------*/
	.button_entry01 h4 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.tit_c_border,.tit_l_border{
		font-size: 40px;
		font-size: 2.5rem;
	}
	.second_tit .tit_l_border{
		font-size: 45px;
	}
	.wp-editorstyle .second_tit .tit_l_border{
		font-size: 35px;
	}
	.people_qa_box dt{
		font-size: 24px;
		font-size: 1.5rem;
	}
	/* footer
	------------------------------*/

	/* space
	------------------------------*/
	.contents_space{
		padding-top: 80px;
	}
	.first_section{
		padding-top: 50px;
	}
	#second_page .wrap{
		padding-top: 50px;
	}
	/* text
	------------------------------*/
	.lead_text_l{
		font-size: 22px;
		font-size: 1.375rem;
	}
}
@media (min-width: 1200px){
	/* header
	------------------------------*/
	.logo{
		width: 260px;
	}

	/* bg 
	------------------------------*/

	/* text
	------------------------------*/
	.lead_text_l{
		font-size: 28px;
		font-size: 1.75rem;
	}

	/* title
	------------------------------*/
	.second_tit .tit_l_border{
		font-size: 76px;
	}
	.wp-editorstyle .second_tit .tit_l_border{
		font-size: 40px;
	}

	/* space
	------------------------------*/

	.first_section{
		padding-top: 100px;
	}
	#second_page .wrap{
		padding-top: 100px;
	}
	#second_page .wrap.no-pd{
		margin-top: -100px;
	}
	/* box
	------------------------------*/
	.ushi{
		position: absolute;
		left: -4%;
		width: 178px;
		bottom: -12%;
	}
	.entry_illust_area{
		padding-bottom: 200px;
	}
	.content_block h3{
		font-size: 45px;
		font-size: 2.8125rem;
	}
	.content_block .name{
		font-size: 36px;
		font-size: 2.25rem;
	}
	/* button
	------------------------------*/

	.btn_text{
		padding-left: 54px;
	
	}
}
@media (min-width: 1450px){
	/* box
	------------------------------*/
	.yama{
		top: -16%;
	}
	/* footer
	------------------------------*/
	.footer_illust_l{
		bottom: 0;
		width: 190px;
		top: auto;
		left: -5%;
	}
}
@media (min-width: 576px) {
	/* slick
	------------------------------*/
	.slick-slide img{
		border-radius: 20px;
	}
	/* accordion
	------------------------------*/
	.accordion-item .welfare_list button{
		border-radius: 30px;
		padding: 30px 10px;
	}
	/* box
	------------------------------*/
	.content_block{
		margin-bottom: 76px;
	}
	.people_photo,.box-shadow_r::before,.message_photo {
		border-radius: 40px;
	}

}
@media (max-width: 575px){
	#top_page .navbar-brand{
		background-color: #FFF;
		padding: 5px;
		display: block;
	}
	
	/* footer
	------------------------------*/

	/* title
	------------------------------*/
	/* box
	------------------------------*/

	/* footer
	------------------------------*/
	.footer_illust_r{
		width: 100px;
        top: -5%;
	}
	.footer_illust_l{
		width: 110px;
        top: -5%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.entry_illust_area{
		padding-bottom: 60px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* text
	------------------------------*/
	.lead_text_l{
		font-size: 24px;
		font-size: 1.5rem;
	}
	/* box
	------------------------------*/
	.entry_illust_area{
		padding-bottom: 100px;
	}
	.content_block h3{
		font-size: 36px;
		font-size: 2.25rem;
	}
	.content_block .name{
		font-size: 30px;
		font-size: 2.25rem;
	}
	/* title
	------------------------------*/
	.second_tit .tit_l_border{
		font-size: 60px;
	}
	.wp-editorstyle .second_tit .tit_l_border{
		font-size: 38px;
	}
	/* space
	------------------------------*/

	.first_section{
		padding-top: 80px;
	}
	#second_page .wrap{
		padding-top: 80px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	/* header
	------------------------------*/
	.logo{
		width: 170px;
	}
	.nav-link{
		font-size: 15px;
	}
	/* title
	------------------------------*/


	/* box
	------------------------------*/

	/* space
	------------------------------*/
	/* bg
	------------------------------*/

}

@media (min-width: 992px) and (max-width: 1449px) {

	/* text
	------------------------------*/

	/* title
	------------------------------*/
	/* space
	------------------------------*/
	/* box
	------------------------------*/
	.yama{
		top: -10%;
	}
}


@media (max-width: 450px){

}


@media print{
}

/* wpエディター */
.wp-editorstyle section h1,.wp-editorstyle section h2,.wp-editorstyle section h3,.wp-editorstyle section h4,.wp-editorstyle section h5,.wp-editorstyle section h6{
	padding-bottom: .5rem;
}
.wp-editorstyle section p{
	padding-bottom: 1.5rem;
}
.wp-block-list{
	padding-left: 20px;
}
.wp-block-list li{
	list-style-type: disc;
}
figure.wp-block-image:hover,figure.wp-block-gallery:hover {
    opacity: 1;
}
.wp-editorstyle p a{
	text-decoration: underline;
	color: #71521B;
}
/* お知らせ */
.news_sec{
	padding-top: 105px;
    color: #71521B;
}
.news_box li a{
	border-bottom: 1px solid #9d8b6b;
	padding: 10px 20px 20px 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: block;
	position: relative;
}
.news_box li a::after{
	position: absolute;
    right: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f0a9';
    color: #71521B;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.2s;
	font-size: 18px;
}
.news_box li a:hover::after {
    right: -5px;
}
.news_box li a:hover{
	opacity: 0.8;
}
.news_box li h4{
	color: #71521B;
	font-weight: 500;
	margin-bottom: .5rem;
	font-family: "zen-maru-gothic", sans-serif;
}
.label_news{
	background-color: #0F8B4E;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 20px;
}
time{
	color: #777777;
    font-size: 13px;
}
.new-label{
	font-size: 13px;
	color: red;
	font-weight: bold;
}
.navigation.pagination{
		display: flex;
		align-items: center;
		justify-content: center;
}
.navigation.pagination .nav-links{
	display: flex;

}
.navigation.pagination .page-numbers{
	background-color: #e2e2e2;
	color: #71521B;
	border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 2px;
}
.navigation.pagination .page-numbers.current{
	background-color: #0F8B4E;
	color: #fff;
}

/* data */
.data_bg{
	background-color: #FFF7DF;
	padding: 30px 10px;
	border-radius: 18px;
	font-family: zen-maru-gothic, sans-serif;
	font-weight: normal;
}
.data_box h3{
	color: #71521B;
	font-size: 25px;
	font-weight: bold;
}
.data_box{
	text-align: center;
}
.data_box .number-in {
	font-size: 24px;
	color: #71521B;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	line-height: 1;
}
.data_img img{
	height: 130px;
	object-fit: contain;
}
.graph01-box img{
	width: 250px;
}
.data_box .number-in span{
	font-size: 45px;
	color: #FF6F00;
}
.man_woman-box img{
	width: 150px;
}
.man_woman-box,.graph01-box{
	padding: 0 10px;
}
.man_woman-box .number-in {
	margin-top: -30px;
}
.position-60 {
    left: 0;
    top: 0;
    transform: translate(30%, -97%);
}
.position-50 {
    left: 0;
    transform: translate(30%, 0%);
    bottom: 26%;
}
/* .position-40 {
    right: 0;
    top: 37%;
    transform: translate(-15%, -43%);
}
.position-30 {
    right: 0;
    bottom: 0px;
    transform: translate(-15%, -20%);
} */
.position-30  {
    right: 0;
    top: 37%;
    transform: translate(-15%, -43%);
}
.position-40 {
    right: 0;
    bottom: 0px;
    transform: translate(-15%, -20%);
}
.position-20 {
    right: 0px;
    top: 0px;
    transform: translate(-15%, -80%);
}
@media (max-width: 767px){

	.none-number{
		font-size: 35px!important;
		margin-top: -20px!important;
	}
}

@media (max-width: 575px){
	.ikuji-data{
		width: 100%;
	}
.man_woman-box{
	width: 50%;
}
.position-60 {
	transform: translate(0%, -97%);
}
.position-50 {
	transform: translate(0%, 0%);
}
/* .position-40 {
	transform: translate(0%, -43%);
    top: 32%;
}
.position-30 {
	transform: translate(0%, -20%);
} */
.position-30 {
	transform: translate(0%, -43%);
    top: 32%;
}
.position-40 {
	transform: translate(0%, -20%);
}
.position-20 {
	transform: translate(0%, -80%);
}
.data_box .number-in.age-number{
    font-size: 18px;
}
.data_box .number-in.age-number span {
	font-size: 35px;
}
}

@media (min-width: 768px){
	.man_woman-box{
		width: 33.3333%;
	}
	.data_box h3{
		font-size: 30px;
	}
	.data_box .number-in{
		font-size: 30px;
	}
	.data_box .number-in span{
		font-size: 65px;
	}
	.none-number{
		font-size: 45px!important;
		margin-top: -20px!important;
	}
}

/* アニメーション */
.scrollin.slidein-bottom {
	opacity: 0;
	transition-duration: 1s;
	transform: translateY(100px);
	}
	.scrollin.slidein-bottom.active {
	opacity: 1;
	transform: translateY(0px);
	}
	/* ↓横並びのがある場合 */
	.delay01 {
	transition-delay: .3s;
	}
	.delay02 {
	transition-delay: .6s;
	}
	.delay03 {
	transition-delay: .9s;
	}
/* アニメーション */

/* qa */
#qa-accordion{
	font-family: zen-maru-gothic, sans-serif;
}
#qa-accordion .accordion-header span{
	font-size: 30px;
	margin-right: 10px;
}
#qa-accordion .accordion-item{
	background-color: #FFF7DF;
    border: 0;
	margin-bottom: 1rem;
	border-radius: 10px;
}
#qa-accordion .accordion-button{
	background-color: #FFF7DF;
    box-shadow: none;
	color: #71521B;
	font-weight: bold;
	font-size: 18px;
	border-radius: 10px;
}
#qa-accordion .accordion-body{
	padding: 10px;
}
#qa-accordion .accordion-body .accordion-body_bg{
	background-color: #fff;
	padding: 10px;
	color: #71521B;
	border-radius: 10px;
	padding: 25px 15px;
}
#qa-accordion .accordion-button[aria-expanded="false"]:after{
    background-image: none;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: '\2b';
	color: #71521B;
  }
  
  #qa-accordion .accordion-button[aria-expanded="true"]:after {
    background-image: none;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: '\f00d';
	color: #71521B;
  }
.recruit_re2 p{
	font-size: 20px;
	font-weight: bold;
}
@media (min-width: 768px){
	#qa-accordion .accordion-button{
		font-size: 20px;
	}
	#qa-accordion .accordion-header{
		font-size: 24px;
	}
	#qa-accordion .accordion-header span{
		font-size: 45px;
	}
	.recruit_re2 p{
		font-size: 22px;
	}
}

/* qa */

.news_box li a[tabindex="-1"]::after{
	content: none!important;
	}

/* WP editor-style */
.editor-style ol.wp-block-list li{
	padding-left: 0;
	list-style-type: decimal;
}
.editor-style a.wp-block-button__link{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.editor-style a.wp-block-button__link:hover{
	color: #fff;
	opacity: 0.95;
}
.editor-style a.wp-block-button__link[target="_blank"]{
    padding-right: 45px;
}