@media screen and (min-width: 800px){

.delay-show li{
   opacity: 1;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	list-style-type: none;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

textarea { font-size: 100%; }

img {
	max-width: 100%;
	height: auto;
}

hr { display: none; }

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
	height: 100%;
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a		{	text-decoration: none; color: #000;	}
a:hover	{   text-decoration: none; color: #444;	}

a:hover img {
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.s_text {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

.sp_view{
	display: none !important;
}

.button a{
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #fff;
    border: 1px solid #111;
    color: #111;
    font-weight: bold;
    padding: 6px 24px;
    width: 240px;
    margin: 0 auto;
    display: block;
}

.button a::before,
.button a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button a,
.button a::before,
.button a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button a:hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 200;
    height: 68px;
}

header .inner {
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}

header .inner h1 {
    width: 140px;
    margin-right: 24px;
    margin-top: 8px;
}

header .inner h1 img{
	width: 100%;
}

header .inner .drawer {
}

header .inner nav{
    margin-top: 24px;
    transition: unset;
    transition-duration: unset !important;
    transform: unset !important;
}

header .inner nav li{
	display: inline-block;
    margin-right: 16px;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

header .inner nav li:last-child{
    margin-right: 0;
}

header .inner .catchcopy_top{
	float: right;
    width: 256px;
    margin-top: 22px;
}

header .inner .catchcopy_top img{
	width: 100%;
}

.left_space{
}

.right_space {
}

.right_space p{
	text-align: center;
    height: 360px;
}

.right_space p img{
	height: 100%;
}

.button_recruit{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 72px;
    z-index: 3;
}

.button_recruit img{
	width: 100%;
}

.button_jobdescription{
    position: fixed;
    bottom: 152px;
    left: 0;
    width: 72px;
    z-index: 3;
}

.button_jobdescription img{
    width: 100%;
}

.wrapper{
	padding-top: 56px;
}

.morebutton{
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

.keyvisual_section {
    width: 100%;
    margin-bottom: 64px;
    margin-top: 12px;
    position: relative;
}

.keyvisual_section .inner{
    font-size: 0;
}

.keyvisual_section li{
	display: inline-block;
    width: 14.28%;
    line-height: 0;
}

.keyvisual_section li img{
    width: 100%;
    height: auto;
}

.news_section{
	overflow: hidden;
    margin-bottom: 80px;
}

.news_section .inner{
	width: 96%;
    margin: 0 auto;
}

.news_section h2{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-right: 40px;
}

.news_section .middle_block{
    display: inline-block;
    vertical-align: middle;
}

.news_section .middle_block .small_block{
	vertical-align: middle;
    display: inline-block;
    margin-right: 24px;
}

.news_section .middle_block .small_block .date{
	vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
}

.news_section .middle_block .small_block h3{
	vertical-align: middle;
    display: inline-block;
    font-weight: bold;
}

.news_section .middle_block .small_block h3 a{
	text-decoration: underline;
}

.pickup_section{
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 120px;
}

.headline{
	margin-bottom: 40px;
	text-align: center;
}

.headline h2{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 4px;
    letter-spacing: 0.1em;
}

.headline p{
	font-weight: bold;
}

.pickup_section .inner{
	width: 98%;
    margin: 0 auto;
}

.pickup_section .middle_block{
	font-size: 0;
}

.pickup_section .middle_block .small_block{
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
    margin-bottom: 32px;
}

.pickup_section .middle_block .small_block:nth-of-type(2n){
    margin-right: 0;
}

.pickup_section .middle_block .small_block img{
    width: 100%;
    margin-bottom: 8px;
}

.pickup_section .middle_block .small_block .detail{
}

.pickup_section .middle_block .small_block .detail .date{
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: bold;
}

.pickup_section .middle_block .small_block .detail .category{
    font-size: 12px;
    margin-bottom: 8px;
}

.category a::before {
    content: "/";
    margin-left: 4px;
    margin-right: 4px;
}

.category a:first-child::before {
    content: none;
}

.pickup_section .middle_block .small_block .detail h3{
	font-weight: bold;
    margin-top: 8px;
    font-size: 16px;
}

.blog_section{
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 120px;
}

.blog_section .sideheadline {
    float: left;
    width: 12%;
}

.blog_section .sideheadline h2{
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 1em;
    letter-spacing: 0.1em;
}

.blog_section .sideheadline p{
	font-weight: bold;
    font-size: 12px;
}

.blog_section .sideheadline .morebutton {
    margin-top: 48px;
    font-size: 14px;
}

.blog_section .inner{
	width: 80%;
    margin: 0 auto;
    float: right;
}

.blog_section .inner .middle_block{
    font-size: 0;
}

.blog_section .inner .middle_block .small_block{
    display: inline-block;
    vertical-align: top;
    width: 16.8%;
    margin-right: 4%;
}

.blog_section .inner .middle_block .small_block:last-child{
    margin-right: 0;
}

.blog_section .inner .middle_block .small_block img{
    width: 100%;
    margin-bottom: 8px;
}

.blog_section .inner .middle_block .small_block .detail{
}

.blog_section .inner .middle_block .small_block .detail .date{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
}

.blog_section .inner .middle_block .small_block .detail .category{
    font-size: 12px;
    margin-bottom: 8px;
}

.blog_section .inner .middle_block .small_block .detail h3{
    font-weight: bold;
    margin-top: 8px;
}

.eventpresen_section {
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 80px;
}

.eventpresen_section .headline{
    text-align: left;
}

.eventpresen_section .inner{
    margin: 0 auto;
}

.eventpresen_section .event_section{
    float: left;
    width: 56%;
}

.eventpresen_section .event_section .middle_block{
    font-size: 0;
}

.eventpresen_section .event_section .small_block{
    display: inline-block;
    vertical-align: top;
    width: 47.6%;
    margin-right: 4.8%;
    margin-bottom: 8%;
}

.eventpresen_section .event_section .small_block:nth-child(even){
    margin-right: 0;
}

.eventpresen_section .event_section .small_block img{
    width: 100%;
    margin-bottom: 16px;
}

.eventpresen_section .event_section .small_block .date{
    font-size: 18px;
    font-weight: bold;
}

.eventpresen_section .event_section .small_block .date small{
    font-size: 12px;
    margin-right: 4px;
}

.eventpresen_section .event_section .small_block h3{
    font-weight: bold;
}

.eventpresen_section .presen_section{
    float: right;
    width: 36%;
}

.eventpresen_section .presen_section h2{
    line-height: 1em;
}

.eventpresen_section .presen_section .middle_block{
    padding: 4%;
    height: 32vw;
    overflow: scroll;
    max-height: 320px;
    background-color: #efefef;
}

.eventpresen_section .presen_section .small_block{
    margin-bottom: 24px;
}

.eventpresen_section .presen_section .small_block .date{
    font-weight: bold;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    width: 28%;
}

.eventpresen_section .presen_section .small_block h3{
    font-weight: bold;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    width: 68%;
}

.service_section {
    overflow: hidden;
    max-width: 1180px;
    margin: 40px auto 80px;
    padding-top: 72px;
}

.service_section .inner{
    width: 96%;
    margin: 0 auto;
}

.service_section .inner .middle_block {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-left: 1px #ccc solid;
    box-sizing: border-box;
    border-top: solid 1px #ccc;
}

.service_section .inner .small_block {
    width: 20%;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
    padding: 4% 2%;
    border-bottom: solid 1px #ccc;
    position: relative;
}

.service_section .inner .small_block a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service_section .inner .small_block:nth-child(5n){
    margin-right: 0;
}

.service_section .inner .small_block figure{
    margin:0;
}

.service_section .inner .small_block img{
    width: 100%;
    margin-bottom: 16px;
}

.service_section .inner .small_block h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    color: #444;
}

.service_section .inner .small_block .businessdescription{
    font-weight: bold;
    font-size: 12px;
    color: #444;
}

footer {
    background-color: #222;
    width: 100%;
    overflow: hidden;
    padding-bottom: 16px;
    z-index: 100;
    position: relative;
}

footer p,
footer a,
footer li{
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

footer .inner{
    width: 72%;
    margin: 56px auto 40px;
    overflow: hidden;
}

footer .copyright{
    font-size: 12px;
    text-align: center;
}

footer .inner .left_block{
    float: left;
    width: 48%;
}

footer .inner .right_block{
    float: right;
    width: 48%;
    text-align: right;
}

footer .inner .right_block ul{
    font-size: 0;
}

footer .inner .right_block ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
}

footer .inner .right_block ul li::before {
  content: "/";
    margin-left: 4px;
    margin-right: 4px;
    color: #fff;
}

footer .inner .right_block ul li:first-child::before {
  content: none;
}

.otherpage {
    margin-top: 40px;
    background-color: #fff;
}

.post-categories{
    line-height: 1em;
}

.post-categories li{
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
}

.post-categories li::before {
    content: "/";
    margin-left: 4px;
    margin-right: 4px;
}

.service_detail_section{
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 80px;
    width: 92%;
}

.service_detail_section_inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.service_detail_left_block{
    width: 68%;
}

.service_detail_right_block{
    width: 26%;
    margin-top: 72px;
}

.service_detail_right_block figure {
    width: 100%;
    margin: 0;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 2% 4%;
    margin-bottom: 24px;
}

.service_detail_right_block .service_sns_icon ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.service_detail_right_block .service_sns_icon ul li{
    height: 28px;
    margin-right: 20px;
    margin-top: 16px;
}

.service_detail_right_block .service_sns_icon ul li img{
    height: 100%;
    width: auto;
}

.service_post_block .headline{
    margin-bottom: 0;
}

.service_detail_section .service_detail_left_block .thumbnail{
    margin-top: 20px;
}

.service_detail_section .service_detail_left_block .businessdescription{
    font-weight: bold;
}

.service_detail_section .service_detail_left_block .middle_block .text{
    margin-top: 24px;
}

.service_detail_section .service_detail_left_block .middle_block .text p{
    margin-bottom: 8px;
    line-height: 1.8;
}

.service_detail_section .service_detail_left_block .middle_block .text p:last-child{
    margin-bottom: 0;
}

.service_post_block h2{
    font-size: 14px;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 16px;
    border-bottom: solid 2px #111;
    padding-bottom: 8px;
}

.service_detail_left_block .service_title{
    font-size: 24px;
    font-weight: bold;
}

.service_detail_left_block .text {
    margin-top: 24px;
}

.service_detail_left_block .text p{
    line-height: 1.8;
}

.service_detail_left_block .text p a{
    text-decoration: underline;
}

.service_post_block .middle_block .small_block {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

.service_post_block .middle_block .small_block img{
    width: 100%;
}

.service_post_block .middle_block .small_block .thumbnail {
    position: relative;
    margin-bottom: 16px;
    width: 48%;
    line-height: 1;
}

.service_post_block .middle_block .small_block .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    font-size: 12px;
}

.service_post_block .middle_block .small_block .post-categories {
    margin-bottom: 8px;
    display: none;
}

.service_post_block .middle_block .small_block .detail{
    width: 48%;
}

.service_post_block .middle_block .small_block .detail h4 {
    font-size: 14px;
    line-height: 1.4;
}

.otherpage .service_section h2{
    font-size: 18px;
    letter-spacing: normal;
}

.recruit_section{
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 80px;
}

.recruit_section .inner{
    width: 96%;
    margin: 0 auto;
}

.recruit_section .inner h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.recruit_section .inner p {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 2.4em;
}

.recruit_section .inner p:last-child{
    margin-bottom: 0;
}

.staffinterview_section{
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto;
}

.staffinterview_section .inner{
    width: 96%;
    margin: 0 auto;
}

.staffinterview_section h2 {
    font-size: 28px;
    letter-spacing: normal;
    margin-bottom: 48px;
}

.staffinterview_section .inner .middle_block{
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.staffinterview_section .inner .small_block{
    overflow: hidden;
    margin-bottom: 8%;
}

.staffinterview_section .inner .small_block .thumbnail{
    width: 48%;
    float: left;
}

.staffinterview_section .inner .small_block .thumbnail img{
    width: 100%;
}

.staffinterview_section .inner .small_block .detail{
    width: 48%;
    float: right;
    margin-top: 16px;
}

.staffinterview_section .inner .small_block .detail .staffname{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
}

.staffinterview_section .inner .small_block .detail .date{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

.staffinterview_section .inner .small_block .detail h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

.staffinterview_section .inner .small_block .detail .leadtext{
    font-size: 12px;
    font-weight: bold;
    width: 80%;
    max-width: 400px;
    line-height: 2em;
}

.blog_single_section{
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 80px;
}

.staffinterview_section .inner .small_block:nth-child(2n) .thumbnail{
    float: right;
}

.staffinterview_section .inner .small_block:nth-child(2n) .detail{
    float: left;
}

.staffinterview_section .button a{
    margin: -24px auto 48px;
}

.blog_single_section .inner{
    width: 96%;
    margin: 0 auto;
}

.blog_single_section .inner .left_block{
    float: left;
    width: 72%;
}

.blog_single_section .inner .left_block .post-categories{
    margin-bottom: 8px;
}

.blog_single_section .inner .left_block .date{
    font-size: 12px;
    font-weight: bold;
}

.blog_single_section .inner .left_block .eventdate{
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
}

.blog_single_section .inner .left_block h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

.blog_single_section .inner .left_block .staffname{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
}

.blog_single_section .inner .left_block .thumbnail{
    margin-bottom: 16px;
}

.blog_single_section .inner .left_block .thumbnail img{
    width: 100%;
}

.blog_single_section .inner .left_block .leadtext{
    margin-bottom: 24px;
}

.blog_single_section .inner .left_block .leadtext p{
    font-weight: bold;
    line-height: 1.8em;
}

.blog_single_section .inner .left_block .detail img{
    width: 100%;
    margin-bottom: 8px;
}

.blog_single_section .inner .left_block .detail h4{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.blog_single_section .inner .left_block .detail p{
    line-height: 2em;
}

.blog_single_section .inner .rigth_block{
    float: right;
    width: 20%;
}

.blog_single_section .inner .rigth_block h3{
    background-color: #000;
    color: #fff;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.blog_single_section .inner .rigth_block .news_block{
    margin-bottom: 40px;
}

.blog_single_section .inner .rigth_block .news_block .small_block{
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 0;
}

.blog_single_section .inner .rigth_block .news_block .small_block .thumbnail{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 44%;
}

.blog_single_section .inner .rigth_block .news_block .small_block .thumbnail .date{
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
}

.service_detail_right_block .service_post_block {
    margin-top: 40px;
}

.blog_single_section .inner .rigth_block .news_block .small_block .detail{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 8%;
}

.post-categories li:first-child::before {
  content: none;
}

.blog_single_section .inner .rigth_block .news_block .small_block .detail ul{
    margin-bottom: 4px;
}

.blog_single_section .inner .rigth_block .post-categories li{
    font-size: 10px;
}

.blog_single_section .inner .rigth_block .news_block .small_block .detail h4{
    font-weight: bold;
    font-size: 12px;
}

.blog_single_section .inner .rigth_block .pickup_block{
    margin-bottom: 40px;
}

.blog_single_section .inner .rigth_block .pickup_block .small_block{
    margin-bottom: 24px;
    font-size: 0;
}

.blog_single_section .inner .rigth_block .pickup_block .small_block .thumbnail{
    position: relative;
    margin-bottom: 16px;
}

.blog_single_section .inner .rigth_block .pickup_block .small_block .thumbnail .date{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
}

.blog_single_section .inner .rigth_block .pickup_block .small_block .detail ul{
    line-height: 1em;
    margin-bottom: 4px;
}

.blog_single_section .inner .rigth_block .pickup_block .small_block .detail h4{
    font-size: 12px;
    font-weight: bold;
}

.blog_single_section .inner .rigth_block .category_block{
    margin-bottom: 40px;
}

.blog_single_section .inner .rigth_block .archive_block{
}

.blog_single_section .inner .rigth_block .archive_block h4{
    font-weight: bold;
    margin-top: 16px;
    font-size: 12px;
}

.blog_single_section .inner .rigth_block .archive_block li{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 2px;
}

.navigation{
    overflow: hidden;
    margin-top: 48px;
    font-size: 0;
    border-top: solid #111 1px;
    padding-top: 48px;
}

.navigation .navigation_prev{
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.navigation .navigation_next{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right;
    margin-left: 20%;
}

.navigation a{
    font-size: 12px;
    font-weight: bold;
}

.blogpage_section .left_block{
}

.blogpage_section .left_block .middle_block{
    font-size: 0;
}

.blogpage_section .left_block .small_block{
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    margin-bottom: 6.4%;
    width: 30.6%;
}

.blogpage_section .left_block .small_block:nth-child(3n) {
    margin-right: 0;
}

.blogpage_section .left_block .small_block .thumbnail{
    position: relative;
    margin-bottom: 16px;
}

.blogpage_section .left_block .small_block .thumbnail .date{
    position: absolute;
    top: 0;
    left:0;
    background-color: #fff;
    font-size: 12px;
}

.blogpage_section .left_block .small_block .detail li{
    display: inline;
}

.blogpage_section .left_block .small_block .detail h4{
    font-size: 16px;
}

.about_section{
    overflow: hidden;
}

.about_section .inner .detail_block{
    padding: 56px 0;
    background-color: #f1f1f1;
}

.about_section .inner .detail_block .middle_block{
    overflow: hidden;
    max-width: 980px;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

.about_section .inner .detail_block h3{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
}

.about_section .inner .detail_block h4{
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 16px;
    font-size: 16px;
}

.about_section .inner .detail_block p{
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
    line-height: 2;
}

.about_section .inner .movie_block{
    width: 100%;
    height: 0;
    padding-top: calc(454 / 1168 * 100%);
    background: url(../img/aboutpage_moviethumbnail.jpg) center center / cover no-repeat;
    position: relative;
    z-index: 1;
}

.about_section .inner .movie_block .moviebutton{
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    position: absolute;
    text-align: center;
}

.about_section .inner .movie_block .moviebutton img{
    width: 72%;
    margin-bottom: 8px;
}

.about_section .inner .movie_block .moviebutton p{
    font-size: 14px;
    font-weight: bold;
}

.about_section .inner .movie_block .moviebutton a{
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.company_section .inner_top{
    overflow: hidden;
    width: 100%;
}

.company_section .inner_top .left_block{
    float: left;
    background-image: url(../img/aboutpage_img01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 64vh;
}

.company_section .inner_top .right_block{
    float: right;
    width: 42%;
    padding: 6% 4%;
}

.company_section .inner_top .right_block h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}

.company_section .inner_top .right_block dt{
    float: left;
    clear: left;
    width: 32%;
    margin-bottom: 8px;
    font-weight: bold;
}

.company_section .inner_top .right_block dd{
    float: left;
    width: 64%;
}

.company_section .inner_bottom{
    overflow: hidden;
    clear: both;
}

.company_section .inner_bottom .right_block{
    float: right;
    width: 50%;
}

.company_section .inner_bottom .right_block .g_map {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}

.company_section .inner_bottom .right_block .g_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company_section .inner_bottom .left_block{
    float: left;
    width: 42%;
    padding: 6% 4%;
    line-height: 1.8;
}

.company_section .inner_bottom .left_block h3{
    font-weight: bold;
    margin-bottom: 16px;
}

.company_section .inner_bottom .left_block h4{
    font-weight: bold;
}

.jobdescription_section {
    margin-bottom: 80px;
}

.jobdescription_section .inner {
    width: 96%;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    position: relative;
    align-items: flex-start;
}

.jobdescription_section .inner .left_block {
    min-width: 260px;
    padding: 20px;
    background-color: khaki;
    box-sizing: border-box;
    height: 72vh;
    position: sticky;
    top: 100px;
    width: 260px;
    overflow: hidden;
    padding-right: 8px;
    padding-bottom: 0;
}

.jobdescription_section .inner .left_block ul{
    margin-left: 16px;
}

.jobdescription_section .inner .left_block ul li{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    position: relative;
}

.jobdescription_section .inner .left_block ul li a{
    text-decoration: underline;
}

.jobdescription_section .inner .left_block ul li::after{
    display: block;
    content: '';
    position: absolute;
    top: .65em;
    left: -1em;
    width: 8px;
    height: 1px;
    background-color: #111;
}

.jobdescription_section .inner .right_block {
    /* float: right; */
    width: 100%;
}

.jobdescription_section .inner .right_block .small_block{
    margin-bottom: 120px;
    padding-top: 80px;
    margin-top: -80px;
}

.jobdescription_section .inner .right_block h3 {
    font-weight: bold;
    margin-bottom: 48px;
    font-size: 20px;
    padding-bottom: 4px;
    display: inline-block;
}

.jobdescription_section .inner .right_block dt {
    clear: left;
    float: left;
    width: 120px;
    font-weight: bold;
}

.jobdescription_section .inner .right_block dt a{
    text-decoration: underline;
}

.jobdescription_section .inner .right_block dd{
    padding-left: 120px;
    border-bottom: solid 1px #000a15;
    padding-bottom: 16px;
    margin-bottom: 16px;
    white-space: pre-wrap;
}

.pc-side-nav-fixed {
    top: 56px;
    position: fixed !important;
}

.contact_section{
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 80px;
}

.contact_section .inner{
    width: 96%;
    margin: 0 auto;
}

.blog_single_section.pagecontent{
    margin: 0 auto 80px;
    width: 80%;
    max-width: 880px;
}

.blog_single_section .thumbnail img{
    width: 100%;
}

.blog_single_section.pagecontent h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}

#top .specialcontents_section {
    display: flex;
    width: 88%;
    overflow: hidden;
    max-width: 1180px;
    margin: 0px auto 80px;
    align-items: center;
    justify-content: space-between;
}

#top .specialcontents_section .headline{
    text-align: left;
    width: 24%;
}

#top .specialcontents_section .headline h2 {
    font-size: 48px;
    color: #fff;
    line-height: 1;
    margin-bottom: 24px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

#top .specialcontents_section .inner {
    width: 64%;
    margin-left: 4%;
}

#top .specialcontents_section .inner .small_block img{
    width: 100%;
    margin-bottom: 16px;
}

#top .specialcontents_section .small_block .detail{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#top .specialcontents_section .small_block .detail .date {
    font-size: 12px;
    font-weight: bold;
}

#top .specialcontents_section .small_block .detail h3 {
    font-weight: bold;
    font-size: 16px;
    margin-left: 16px;
}

.service_detail_right_block .business-info p{
    line-height: 1.8;
}








}

@keyframes infinity-scroll-left {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-right {
    from {
    transform: translateX(-100%);
    }
    to {
    transform: translateX(0);
    }
}

.scroll-element {
    display: flex;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.scroll-list {
    display: flex;
    list-style: none;
}

.scroll-list--left{
    animation :infinity-scroll-left 160s infinite linear 0.5s both;
}

.scroll-list--right{
    animation :infinity-scroll-right 160s infinite linear 0.5s both;
}

.scroll-list img {
    width: calc(100vw / 7) !important;
    max-width: unset;
}

.scroll-list img > img{
    width: 100%;
}

.footer_top_text li {
    font-size: 120px;
    color: #fff;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    word-wrap: break-word;
    white-space: nowrap;
    margin-right: 80px;
    font-weight: bold;
}

#recruit-homevisitnursing{
}

#recruit-homevisitnursing .main_visual{
    width: 88%;
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
    margin-bottom: 48px;
}

#recruit-homevisitnursing figure{
    margin: 0;
    margin-bottom: 16px;
}

#recruit-homevisitnursing .main_visual .copyright{
    position: absolute;
    bottom: -24px;
    left: 8px;
}

#recruit-homevisitnursing .main_visual .copyright h2{
    background-color: #FCAF17;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 0 16px;
    margin-bottom: 8px;
}

#recruit-homevisitnursing .main_visual .copyright h3{
    background-color: #444;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 0 16px;
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: 0.05em;
}

#recruit-homevisitnursing .flex_box{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 120px;
    max-width: 1160px;
    position: relative;
}

#recruit-homevisitnursing .main_block{
    width: 80%;
    position: relative;
    z-index: 100;
}

#recruit-homevisitnursing .main_block .lead_block {
    border-left: solid 8px #FCAF17;
    padding-left: 16px;
    margin-top: -48px
}

#recruit-homevisitnursing .main_block .lead_block p{
    font-size: 18px;
    font-weight: bold;
    line-height: 2.4;
}

#recruit-homevisitnursing .main_block .middle_block{
    padding-top: 88px;
}

#recruit-homevisitnursing .main_block .middle_block h3{
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 48px;
    border-bottom: solid 4px;
    display: inline-block;
    padding-bottom: 8px;
}

#recruit-homevisitnursing .main_block .middle_block h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 24px;
}

#recruit-homevisitnursing .main_block .small_block{
    margin-bottom: 48px;
}

#recruit-homevisitnursing .main_block p{
    line-height: 1.8;
    font-size: 14px;
}

#recruit-homevisitnursing .main_block .interview_headline{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}

#recruit-homevisitnursing .main_block .interview_headline .number{
    color: #FCAF17;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-right: 24px;
}

#recruit-homevisitnursing .main_block .interview_headline h4{
    line-height: 1.4;
    font-size: 24px;
    letter-spacing: 0.1em;
}

#recruit-homevisitnursing .detail {
    margin-bottom: 24px;
}

#recruit-homevisitnursing .side_nav{  
}

.site-header ul {
    float: right;
}

#recruit-homevisitnursing .side_nav li{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
    text-align: left;
}

.site-header{
    position: absolute;
    width: 100%;
}

.site-header.fixed{
    position: fixed;
    top: 120px;
    width: 74% !important;
    text-align: right;
}

#recruit-homevisitnursing #faq .question{
    background-image: url(../img/homevisitnursing_recruit/icon_q.jpg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 8px;
    border-bottom: solid 2px #FCAF17;
}

#recruit-homevisitnursing #faq .question p{
    padding-left: 40px;
    padding-top: 4px;
    font-size: 18px;
    margin-bottom: 12px;
    width: 88%;
    line-height: 1.4;
}

#recruit-homevisitnursing #faq .anser{
    background-image: url(../img/homevisitnursing_recruit/icon_a.jpg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 24px;
}

#recruit-homevisitnursing #faq .anser p{
    padding-left: 40px;
    padding-top: 4px;
    font-size: 16px;
}

#recruit-homevisitnursing .button_block {
    width: 80%;
    margin-top: 48px;
}

#recruit-homevisitnursing .button_interview{
    line-height: 1;
    width: 80%;
}

#recruit-homevisitnursing .headline_feature{
    display: flex;
    border-bottom: solid 4px #FCAF17;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

#recruit-homevisitnursing .headline_feature .number{
    background-color: #FCAF17;
    color: #fff;
    width: 32px;
    text-align: center;
    height: 32px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

#recruit-homevisitnursing .headline_feature h4{
    margin-bottom: 0 !important;
    margin-left: 16px;
}

#recruit-homevisitnursing #feature .small_block p{
    margin-bottom: 24px;
}

#recruit-homevisitnursing #feature .small_block .headline_feature p{
    margin-bottom: 0;
}

#recruit-homevisitnursing .button:first-child{
    margin-bottom: 20px;
}

#recruit-homevisitnursing .button a{
    background-color: #FCAF17;
    color: #fff;
    border: solid 2px #FCAF17;
    width: 100%;
    font-size: 20px;
}

#recruit-homevisitnursing .button a:hover{
    background-color: #fff;
    color: #FCAF17;
}

.accordion-area{
    list-style: none;
    margin: 0 auto;
}

.accordion-area section {
  border: 1px solid #ccc;
}

.title {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 24px;
    height: 2px;
    background-color: #222;
}

.title::before{
    top: 16px;
    right: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top: 16px;
    right: 15px;
    transform: rotate(90deg);

}

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

.box {
    display: none;
}

.other-banner{
    margin-bottom: 40px;
}

.main_catchcopy {
    position: absolute;
    z-index: 1;
    left: 8%;
    top: 52%;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
}

.main_catchcopy h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-weight: bold;
}

.main_catchcopy span {
    background-color: #fff;
    padding: 4px 16px;
}

.right_space .snsbutton {
    position: fixed;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    z-index: 100;
    background-color: #fff;
    padding: 6px;
    padding-top: 28px;
}

.right_space .snsbutton li{
    margin-bottom: 20px;
}

.right_space .snsbutton .fb_button{
    height: 24px;
}

.right_space .snsbutton .ig_button{
    height: 20px;
}

.right_space .snsbutton .yt_button{
    height: 16px;
}

.right_space .snsbutton .fb_button img,
.right_space .snsbutton .ig_button img,
.right_space .snsbutton .yt_button img{
    width: auto;
    height: 100%;
}

.right_space .snsbutton li:first-child{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
    margin-left: 2px;
    letter-spacing: 0.1em;
}

.section_plastvoice {
    position: relative;
    background-image: url(../img/bg_notelink.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0;
    margin-bottom: 80px;
    z-index: 1;
}

.section_plastvoice::before {
    content: '';
    background-color: rgb(0,0,0,0.48);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section_plastvoice_inner {
    text-align: center;
    position: relative;
    z-index: 3;
}

.section_plastvoice .headline{
}

.section_plastvoice .headline h2 {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.05em;
}

.section_plastvoice .headline p{
    color: #fff;
}

.block_plastvoice_detail {
    margin-bottom: 40px;
}

.block_plastvoice_detail p {
    color: #fff;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
}

.button_link a {
    border: solid 1px #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
}

.button_link a:hover{
    color: #fff;
    background-color: unset;
}

.block_movie_service {
    height: calc(94vh - 96px);
    position: relative;
    padding-top: 12px;
}

.overlay, #yt_player {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
 
.overlay{
    z-index: -1;
}
 
#yt_player{
    z-index: -2;
}

#junglelabo .otherpage {
    background-color: #fff;
    padding: 80px 0;
}

.logo_junglelabo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.logo_junglelabo img {
    width: 480px;
}

.scrolldown4 {
    position: absolute;
    bottom: 0;
    right: 50%;
    animation: arrowmove 3s ease-in-out infinite;
    z-index: 10;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
  position: absolute;
  left:-20px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 50px;
  background:#eee;
}

.headline_junglelabo {
    position: absolute;
    top: 8%;
    left: 4%;
}

.headline_junglelabo span {
    background-color: #fff;
    font-size: 20px;
    padding: 4px 8px;
    line-height: 2;
    font-weight: 600;
}

.blog_single_section .inner .left_block .detail a {
    word-break: break-all;
    text-decoration: underline;
}

.message_section {
    background-color: #ff6b52;
    color: #fff;
    padding-bottom: 80px;
    margin-bottom: 120px;
}

.message_section:before {
    content: "";
    display: block;
    background-image: url(../img/message_bg_top.jpg);
    background-repeat: no-repeat;
    height: 0;
    background-size: cover;
    padding-top: 12.5%;
}


.message_headline {
    text-align: center;
    margin-bottom: 40px;
}

.message_headline h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}

.message_headline p{
    font-size: 16px;
}

.message_title {
    text-align: center;
    width: 400px;
    margin: 0 auto;
}

.message_block_detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
}

.message_block_detail p {
    ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.message_block_detail p span{
    color: #ffe200;
    font-weight: bold;
}

.banner_section {
    margin: 48px auto 88px;
    width: 92%;
}

.banner_section ul {
    display: flex;
    gap: 24px;
}

.banner_section ul li {
    width: 50%;
}

.banner_section .list_column_two{
}

.banner_admissions {
    width: 80%;
    margin: 64px auto 0;
}

.message_small_block{
    margin-bottom: 32px;
}

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

.wp-pagenavi {
    clear: both;
    display: flex;
    flex-wrap: wrap;
}


.staffinterview_section .video-wrapper {
    position: relative;
    width: 100%;
}

.staffinterview_section .video-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
}

.staffinterview_section .video-wrapper .video-wrapper_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    
    transform: translate(-50%, -50%);
}

.staffinterview_section .video-wrapper .video-wrapper_img img {
    transition: transform .6s ease;
}

.staffinterview_section .video-wrapper .video-wrapper_img img:hover {
  transform: scale(1.05); /* 拡大 */
}

.recruit__sidenav__inner {
    overflow-y: scroll;
    height: 100%;
    padding-right: 16px;
}

/* 採用情報ページ 福利厚生 */
.welfare_section {
    margin-top: 80px;
    margin-bottom: 120px;
}

.welfare_section .headline{
}

.welfare_section_detail {
    margin: 0 auto 64px;
    width: 80%;
    max-width: 1160px;
}

.welfare_section_detail .text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.welfare_section_list {
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 5%;
}

.welfare_section_item {
    width: 47.5%;
}

.welfare_section_item_title {
    display: flex;
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    align-items: center;
}

.welfare_section_item_title .number {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.welfare_section_item_title h3 {
    font-size: 18px;
    font-weight: 600;
}

.welfare_section_item .text {
    line-height: 1.8;
}

.google-map-embed {
    width: 100%;
    margin: 24px 0;
}
.google-map-embed iframe {
    width: 100%;
    height: 200px;
    border: none;
}


/*===============================================
  採用ページ2025
===============================================*/

#recruit2025 .otherpage {
    margin-top: 160px;
}

.header-recruit {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    box-shadow: 0px 8px 14px 2px rgba(0,0,0,0.05);
    box-sizing: border-box;
    padding: 20px 32px;
    border-radius: 32px;
    width: max-content;
    z-index: 100;
}

.anchor-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 32px;
}

.anchor-nav__item {
    font-weight: 600;
}

.anchor-nav__item--contact {
  /* 「採用フォーム」など特定の項目のスタイル */
}

.anchor-nav__item--line {
  /* 「LINEで面談」など特定の項目のスタイル */
}

.anchor-nav__item--line a{
    background-color: #00b900;
    color: #fff;
    box-sizing: border-box;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 8px;
}

#message.recruit_section {
    text-align: center;
    margin-bottom: 160px;
    margin-top: 40px;
}


/*===============================================
  社員インタビュー（カルーセルスライド）
===============================================*/

.interview-slider {
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}

.interview-slider__track {
  display: flex;
  animation: scroll-animation 40s linear infinite;
}

.interview-slider__item {
    flex-shrink: 0;
    width: 320px;
    margin: 0 24px;
    overflow: hidden;
}

.interview-slider__item img {
  width: 100%;
  height: auto;
  display: block;
}

.interview-slider__content {
    margin-top: 20px;
}

.interview-slider__content h3 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
}

.interview-slider__content p {
    font-size: 12px;
    color: #666;
}

.interview-slider:hover .interview-slider__track {
  animation-play-state: paused;
}

@keyframes scroll-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-330px * 4));
  }
}

/*===============================================
  募集要項
===============================================*/
.jobdescription-container {
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
}

.job-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 1%;
}

.job-list__item {
    border: 1px solid #ccc;
    padding: 28px 20px;
    box-sizing: border-box;
    width: 24.2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
}

.job-list__item h3{
    font-size: 16px;
    font-weight: 600;
}

.job-list__link {
    display: flex;
    margin-top: 16px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}

.job-list__link-text {
    background-color: #007bff;
    color: white;
    padding: 10px 24px;
    border-radius: 23px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
}

.requirementssingle_section__contents {
    max-width: 960px;
    margin: 0 auto 120px;
    width: 80%;
}

.requirementssingle_section__contents h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.6;
    text-align: center;
}

.requirementssingle_section__contents dl {
    border: solid 1px #000;
    box-sizing: border-box;
    padding: 40px 40px 16px;
}

.requirementssingle_section__contents dt {
    clear: left;
    float: left;
    width: 120px;
    font-weight: 600;
    line-height: 1.6;
}

.requirementssingle_section__contents dd {
    padding-left: 120px;
    line-height: 1.6;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #ccc;
}


.requirementssingle_section__contents dl dl{
    border: none;
    padding: 0;
}

.requirementssingle_section__contents dl dl dt,
.requirementssingle_section__contents dl dl dd{
    padding: 0;
    margin: 0;
    border: none;
    clear: unset;
    float: both;
    width: auto;
}

#recruit2025 header,
#recruit2025 .left_space,
#recruit2025 .right_space,
#recruit2025 .button_recruit {
    display: none;
}

#recruit2025 .wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.header-recruit__inner {
    position: fixed;
    width: 92%;
    max-width: 1200px;
    margin: 0 4%;
    top: 66px;
    z-index: 100;
}

.header-recruit__inner h1 {
    width: 140px;
}

@keyframes flashButton {
    0% { transform: scale(1); opacity: 1; }
    5% { transform: scale(1.1); opacity: 0.8; } /* 一瞬大きくなって薄くなる */
    10% { transform: scale(1); opacity: 1; }    /* 元に戻る */
    100% { transform: scale(1); opacity: 1; }   /* 次のループまで待機 */
}

.header-recruit__entry-button {
    width: 140px;
    height: 140px;
    top: 40px;
    position: fixed;
    right: 0;
    transition: all 0.3s ease;
    animation: flashButton 5s infinite ease-in-out;
}

.header-recruit__entry-button a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-recruit__entry-button__en {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    margin-top: 22px;
}

.header-recruit__entry-button__jp {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.header-recruit__entry-button:hover{
}

/* =========================================
 * Top News Ticker (recruit2025)
 * ========================================= */
.recruit2025-top-news {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    z-index: 1000;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.recruit2025-top-news__marquee-inner {
    display: flex;
    animation: recruit2025-news-scroll 160s linear infinite; 
}

.recruit2025-top-news__text {
    margin: 0;
    padding-right: 48px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

@keyframes recruit2025-news-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =========================================
 * Hero Section (recruit2025)
 * ========================================= */
.recruit2025-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.recruit2025-hero__slider {
    width: 100%;
    position: relative;
    z-index: 1;
}

.recruit2025-hero__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    overflow: hidden;
}

.recruit2025-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit2025-hero__banner {
    position: absolute;
    bottom: 34%;
    left: -10%;
    width: 120%;
    height: 71px;
    background-color: #FFD700;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%) rotate(-5deg);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.recruit2025-hero__banner-img {
    width: 72%;
    height: auto;
    display: block;
    object-fit: contain;
    transform: translateY(2%) rotate(9deg);
}

.recruit2025-hero__marquee {
    background-color: #fff;
    padding: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    z-index: 5;
}

.recruit2025-hero__marquee-inner {
    display: flex;
    width: fit-content;
    animation: recruit2025-main-scroll-reverse 240s linear infinite;
}

@keyframes recruit2025-main-scroll-reverse {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.recruit2025-hero__marquee-text {
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    font-weight: 700;
    color: #004080;
    margin-right: 48px;
    text-transform: uppercase;
}

@keyframes recruit2025-main-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =========================================
* Benefits Section
* ========================================= */
.recruit2025-benefits {
    background-color: #f5f5f5;
    background-image: url('../img/recruit2025/recruit2025_bg_benefits.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 40px 80px;
}

.recruit2025-benefits__container {
    max-width: 880px;
    margin: 0 auto;
}

.recruit2025-benefits__detail {
    margin-bottom: 40px;
}

.recruit2025-benefits__detail__text {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.recruit2025-benefits__card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 48px;
    padding-right: 64px;
    padding-left: 104px;
    padding-top: 64px;
    padding-bottom: 40px;
}

.recruit2025-benefits__ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 10px;
    padding-top: 5px;
    box-sizing: border-box;
}

.recruit2025-benefits__ribbon--01 { 
    background-image: url('../img/recruit2025/recruit2025_benefits_no01.png');
    background-size: cover;
}
.recruit2025-benefits__ribbon--02 { 
    background-image: url('../img/recruit2025/recruit2025_benefits_no02.png');
    background-size: cover;
}
.recruit2025-benefits__ribbon--03 { 
    background-image: url('../img/recruit2025/recruit2025_benefits_no03.png');
    background-size: cover;
}
.recruit2025-benefits__ribbon--04 { 
    background-image: url('../img/recruit2025/recruit2025_benefits_no04.png');
    background-size: cover;
}
.recruit2025-benefits__ribbon--05 { 
    background-image: url('../img/recruit2025/recruit2025_benefits_no05.png');
    background-size: cover;
}

.recruit2025-benefits__ribbon-num {
    font-family: 'Caveat', cursive;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1;
    margin-left: 5px;
    margin-top: 5px;
}

.recruit2025-benefits__body {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.recruit2025-benefits__content {
    flex: 1;
}

.recruit2025-benefits__title {
    font-size: 1.4rem;
    color: #006dae;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}

.recruit2025-benefits__title--green { color: #2a9d8f; }
.recruit2025-benefits__title--yellow { color: #e76f51; }

.recruit2025-benefits__list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 24px;
}

.recruit2025-benefits__item {
    position: relative;
    padding-left: 2em;
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 16px;
}

.recruit2025-benefits__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: #fff;
}

.recruit2025-benefits__note {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-top: 4px;
}

.recruit2025-benefits__image-box {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    flex-shrink: 0;
    text-align: center;
}

.recruit2025-benefits__img {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
}

.recruit2025-benefits__title--red { 
    color: #d32f2f; 
}
/* =========================================
 * Jobs Section
 * ========================================= */
.recruit2025-jobs {
    padding: 0 40px 120px;
}

.recruit2025-jobs__container {
    max-width: 1000px;
    margin: 160px auto 0;
}

.recruit2025-jobs__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.recruit2025-jobs__tab-btn {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    flex: 1;
    max-width: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit2025-jobs__tab-btn:hover {
    background-color: #f9f9f9;
}

.recruit2025-jobs__tab-btn.is-active {
    background-color: #f9f9f9;
    color: #000;
    box-shadow: 0 5px 0 #f9f9f9;
    z-index: 2;
    border: 1px solid #f9f9f9;
}

.recruit2025-jobs__tab-btn.is-active::before {
    background-color: #0056b3;
}

.recruit2025-jobs__tab-btn::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: transparent;
    transition: background-color 0.3s;
    flex-shrink: 0;
}

.recruit2025-jobs__content-wrapper {
    background-color: #F5F7FA;
    padding: 48px 64px 80px;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.recruit2025-jobs__panel {
    display: none;
    animation: fadeIn 0.5s ease;
}

.recruit2025-jobs__panel.is-active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.recruit2025-jobs__heading {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.recruit2025-jobs__heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #0056b3;
    margin: 10px auto 0;
}

.recruit2025-jobs__grid {
    display: flex;
    gap: 20px 4%;
    flex-wrap: wrap;
    flex-direction: row;
}

.recruit2025-jobs__card {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    min-height: 140px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s;
    width: 30.6%;
    box-sizing: border-box;
}

.recruit2025-jobs__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.recruit2025-jobs__card-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.5;
    padding-right: 10px;
}

.recruit2025-jobs__card-location {
    font-size: 0.75rem;
    color: #666;
    margin: 0 0 30px;
}

.recruit2025-jobs__card-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: #FFD700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: background-color 0.2s;
}

.recruit2025-jobs__card-link:hover {
    background-color: #ffea00;
}

a.recruit2025-jobs__card {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    min-height: 140px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

a.recruit2025-jobs__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
        
.recruit2025-jobs__card-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: #FFD700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
    transition: background-color 0.2s;
}

a.recruit2025-jobs__card:hover .recruit2025-jobs__card-icon {
    background-color: #ffea00;
}

/* =========================================
 * Entry Section
 * ========================================= */
.recruit2025-entry {
    background-color: #0056b3;
    color: #fff;
    padding: 160px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.recruit2025-entry__marquee-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.recruit2025-entry__marquee-wrapper--top {
    top: -20px;
}

.recruit2025-entry__marquee-wrapper--bottom {
    bottom: -20px;
}

.recruit2025-entry__marquee-inner {
    display: inline-block;
    white-space: nowrap;
}

.recruit2025-entry__bg-text {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 120px;
    line-height: 1;
    margin-right: 40px;
    display: inline-block;
    letter-spacing: 0.1em;
}

.recruit2025-entry__marquee-inner--top {
    animation: recruit2025-entry-scroll-right 160s linear infinite;
}

.recruit2025-entry__marquee-inner--bottom {
    animation: recruit2025-entry-scroll-left 160s linear infinite;
}

@keyframes recruit2025-entry-scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@keyframes recruit2025-entry-scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.recruit2025-entry__container {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.recruit2025-entry__message {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 24px;
}

.recruit2025-entry__sub {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.8;
}

.recruit2025-entry__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFD700;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    padding: 14px 32px 14px 56px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: transform 0.3s, box-shadow 0.3s;
}

.recruit2025-entry__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* =========================================
Section Heading
 * ========================================= */
.recruit2025-heading {
    text-align: center;
    margin-bottom: 48px;
}

.recruit2025-heading__en-img {
    display: block;
    margin: 0 auto 16px;
    height: auto;
    height: 52px;
}

.recruit2025-heading__ja-text {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

/* =========================================
 * Interview Button
 * ========================================= */
.recruit2025-btn-container {
    text-align: center;
    margin-top: 64px;
}

.recruit2025-interview-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 280px;
    height: 56px;
    padding: 0px 24px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 48px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.recruit2025-interview-btn__text {
    flex: 1;
    text-align: center;
    padding-left: 24px; 
}

.recruit2025-interview-btn__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    stroke: currentColor;
}

.recruit2025-interview-btn:hover {
    background-color: #000;
    color: #fff;
}

.recruit2025-interview-btn:hover .recruit2025-interview-btn__icon {
    stroke: #fff;
    fill: #fff;
}

#recruit2025 .banner_section {
    max-width: 1200px;
}

.section_facts {
    background-color: #b2dbe9;
    padding: 120px 0;
}

.headline_facts {
    text-align: center;
    margin-bottom: 40px;
}

.headline_facts h2 {
    font-family: cursive;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
}

.headline_facts p {
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 5px;
}

.facts_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.facts_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
}
    
.card_staff {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    background-image: url('../img/recruit2025/fscst_ch_01.png') !important;
    background-repeat: no-repeat !important;
    background-size: 68px !important;
    background-position: bottom 16px right 2% !important;
}

.card_overtime { grid-column: 3 / 4; grid-row: 1 / 2; }
.card_return { grid-column: 3 / 4; grid-row: 2 / 3; }
.card_ranking { grid-column: 1 / 2; grid-row: 3 / 4; }
.card_mountain { grid-column: 2 / 3; grid-row: 3 / 4; }

.card_mountain::before {
    background-image: url('../img/recruit2025/fscst_ch_04.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    content: "";
    width: 72px;
    height: 72px;
    position: absolute;
    top: 40px;
    left: 6%;
}

.card_mountain::after {
    background-image: url('../img/recruit2025/fscst_ch_05.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    content: "";
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: 40px;
    right: 6%;
}

.card_social { grid-column: 3 / 4; grid-row: 3 / 4; }

.card_social::before {
    background-image: url('../img/recruit2025/fscst_ch_06.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    content: "";
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: 40px;
    left: 6%;
}

.card_social::after {
    background-image: url('../img/recruit2025/fscst_ch_07.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    content: "";
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: 40px;
    right: 6%;
}

.fact_card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.card_label {
    background-color: #0056b3;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    display: inline-block;
    margin: -20px 0 0 -20px;
    align-self: flex-start;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
}

.card_body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.body_staff {
    flex-wrap: wrap;
    gap: 32px;
}

.chart_group {
    text-align: center;
    position: relative;
    max-width: 250px;
}

.chart_group:first-child {
    max-width: 300px;
}

.card_overtime .card_body,
.card_return .card_body {
    flex-direction: column;
}

.number_text {
    font-size: 1.2rem;
    color: #0056b3;
    font-weight: bold;
    margin-top: 10px;
}

.number_text strong {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0px;
    font-weight: 700;
}

.char_area {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.char_01 {
    width: 100px;
    height: 64px;
    background-image: url('../img/recruit2025/fscst_ch_02.png');
}

.char_02 {
    width: 100px;
    height: 64px;
    background-image: url('../img/recruit2025/fscst_ch_03.png');
}

.body_pie {
    position: relative;
    height: 200px;
}
.chart_pie_wrap {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.pie_label {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.2;
}
.char_03_float, .char_04_float, .char_05_float, .char_06_float {
    position: absolute;
    width: 50px;
    height: 50px;
}

.char_03_float { top: 0; left: 0; background-image: url('../img/char_mountain_1.png'); }
.char_04_float { bottom: 0; right: 0; background-image: url('../img/char_mountain_2.png'); }
.char_05_float { bottom: 10px; left: 0; background-image: url('../img/char_social_1.png'); }
.char_06_float { bottom: 10px; right: 0; background-image: url('../img/char_social_2.png'); }

.fade-in-up {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-trigger.is-active .fade-in-up {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.chart_svg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.chart_ranking_wrap .chart_svg {
    max-width: 240px;
}

.button_recruit2025 {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 101;
    width: 140px;
}

/* =========================================
 * Don'ts Section (新規追加)
 * ========================================= */
.recruit2025-donts {
    background-color: #F8E755;
    padding: 100px 20px 120px;
    color: #000;
}

.recruit2025-donts__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.recruit2025-donts__title-en {
    margin-bottom: 16px;
}

.recruit2025-donts__title-jp {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

.recruit2025-donts__description {
    line-height: 2;
    margin-bottom: 60px;
    margin-top: 48px;
}

.recruit2025-donts__card {
    background-color: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.recruit2025-donts__card-inner {
    border: 1.5px solid #F8E755;
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.recruit2025-donts__rule {
    color: #004080;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.recruit2025-donts__line {
    display: block;
    width: 28px;
    height: 1px;
    background-color: #004080;
}

/* =========================================
 * Column Section
 * ========================================= */
.column_section {
    padding: 0;
    margin-bottom: 120px;
}

.column_section .inner {
    max-width: 1180px;
    margin: 0 auto;
}

.column_section .headline {
    text-align: left;
    margin-bottom: 40px;
}

.column_section .headline h2 {
    font-family: 'PT Sans', sans-serif; /* サイト全体のフォントに合わせる */
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
}

.column_section .headline p {
    font-weight: bold;
    font-size: 14px;
}

/* グリッドレイアウト */
.column_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 4%; /* 上下の余白と左右の余白 */
}

.column_item {
    width: 48%; /* PCは2列 */
}

.column_item a {
    text-decoration: none;
    color: #000;
    display: block;
    transition: opacity 0.3s;
}

.column_item a:hover {
    opacity: 0.7;
}

.column_thumb {
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}

.column_thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 8.2;
    object-fit: cover;
    display: block;
}

.column_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 8px;
}

.column_date {
    font-size: 12px;
    font-weight: bold;
}

/* ボタン */
.column_btn_wrap {
    text-align: center;
    margin-top: 60px;
}

.column_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #222; /* 黒背景 */
    color: #fff !important;
    padding: 16px 60px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s;
}

.column_btn:hover {
    background-color: #444;
}

.column_btn .arrow {
    margin-left: 10px;
    font-family: Arial, sans-serif; /* 矢印の形を整えるため */
}

.contact_section .inner .middle_block {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 800px;
    -webkit-overflow-scrolling: touch;
}

.contact_section .inner .middle_block iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
















/* 1200px以下 */
@media screen and (max-width:1200px) {

.job-list__item {
    width: 32.6%;
}



}






/* 1060px以下 */
@media screen and (max-width:1060px) {

.welfare_section_detail .text {
    text-align: left;
}

.welfare_section_item {
    width: 100%;
}

.welfare_section_item_title {
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.welfare_section_detail {
    margin: 0 auto 48px;
    width: 88%;
    max-width: unset;
}

.welfare_section_list {
    width: 88%;
    max-width: unset;
    gap: 32px;
}

.welfare_section {
    margin-bottom: 80px;
}



}




/* 960px以下 */
@media screen and (max-width:960px) {

.job-list__item {
    width: 49.5%;
}



}



















