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

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: normal;
	font-size: 14px;
	list-style-type: none;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

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%;
    font-family: arial,sans-serif;
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.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;
}

.pc_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;
    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: 3;
    height: 56px;
}

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

header .inner h1 {
    width: 104px;
    margin-top: 10px;
    margin-left: 16px;
}

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

header .inner nav{
    position: relative;
    height: 100%;
    width: 100%;
}

header .inner nav ul.header_nav{
    margin-top: 88px;
}

header .inner nav ul.header_nav li{
	font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    margin: 32px 0;
    letter-spacing: 0.1em;
}

header .inner nav ul.header_nav li:last-child{
}

.drawer-main {
    width: 64% !important;
    border-left: 1px #000 solid;
    padding-left: 8%;
    box-sizing: border-box;
}

header .inner .catchcopy_top{
	float: right;
    width: 160px;
    margin-top: 16px;
    padding-right: 20px;
}

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

.block_snsbutton {
    margin-top: 64px;
}

.block_snsbutton .snsbutton {
    display: flex;
    align-items: center;
    gap: 16px;
}

.block_snsbutton .snsbutton li {
    width: auto;
    height: 32px;
}

.block_snsbutton .snsbutton li a{
    display: unset;
}

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

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

.right_space p img{
	height: 100%;
}

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

.button_recruit img{
	width: 100%;
}

.button_jobdescription {
    position: fixed;
    bottom: 104px;
    left: 0;
    width: 48px;
    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: 48px;
    position: relative;
}

.main_catchcopy {
    width: 64%;
    left: 4%;
    top: 60%;
}

.right_space .snsbutton {
    right: 0;
}

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

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

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

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

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

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

.news_section .middle_block{
}

.news_section .middle_block .small_block{
	margin-bottom: 4%;
}

.news_section .middle_block .small_block .date{
    font-size: 12px;
}

.news_section .middle_block .small_block h3{
    font-weight: bold;
}

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

.pickup_section{
    overflow: hidden;
    margin: 0 auto 12%;
}

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

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

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

.blog_section .inner .morebutton a,
.eventpresen_section .event_section .morebutton a{
    border: solid 1px;
    box-sizing: border-box;
    padding: 6px 32px;
    display: block;
}

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

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

.pickup_section .middle_block .small_block{
    margin-bottom: 8%;
}

.pickup_section .middle_block .small_block:last-child{
    margin-bottom: 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: 2.4%;
    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: 2.4%;
}

.blog_section {
    overflow: hidden;
    margin: 0 auto 64px;
    margin-top: 48px;
}

.blog_section .sideheadline {
    margin-left: 4%;
    margin-bottom: 24px;
}

.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;
    display: none;
}

.blog_section .inner{
	width: 92%;
    margin: 0 auto;
}

.blog_section .inner .morebutton {
    text-align: center;
}

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

.blog_section .inner .middle_block .small_block {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 8%;
}

.blog_section .inner .middle_block .small_block:nth-child(2n){
    margin-right: 0;
}

.blog_section .inner .middle_block .small_block:last-child{
    display: none;
}

.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;
    font-size: 12px;
    margin-bottom: 4px;
}

.eventpresen_section {
    overflow: hidden;
    margin: 0 auto 64px;
}

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

.eventpresen_section .inner {
    width: 92%;
    margin: 0 auto;
}

.eventpresen_section .event_section {
    margin-bottom: 64px;
}

.eventpresen_section .event_section .morebutton{
    text-align: center;
}

.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;
    font-size: 12px;
}

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

.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;
    margin: 0 auto 80px;
    padding-top: 80px;
}

.service_section .inner{
    width: 92%;
    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: 50%;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
    padding: 4% 6%;
    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(2n){
    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;
    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: 2;
    position: relative;
}

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

footer .inner{
    width: 72%;
    margin: 12% auto 12%;
    overflow: hidden;
}

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

footer .inner .left_block{
    margin-bottom: 8%;
}

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

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: 24px;
}

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

.post-categories li{
    font-size: 10px;
    display: inline-block;
    font-weight: bold;
    line-height: 1em;
}

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

.service_detail_section{
    overflow: hidden;
    margin: 0 auto 48px;
    width: 92%;
}

.service_detail_section_inner{
    display: flex;
    flex-direction: column;
}

.service_detail_right_block{
    margin-top: 24px;
}

.service_detail_right_block figure{
    display: none;
}

.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: 20px;
    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;
    word-wrap: break-word;
}

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

.service_post_block{
    margin-top: 48px;
}

.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;
}

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

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

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

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

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

.recruit_section .inner h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8%;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

.recruit_section .inner p{
    margin-bottom: 4%;
    font-weight: bold;
    font-size: 12px;
}

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

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

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

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

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

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

.staffinterview_section .inner .small_block .thumbnail{
    width: 100%;
    margin-bottom: 2.4%;
}

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

.staffinterview_section .inner .small_block .detail{
}

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

.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: 4%;
}

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

.blog_single_section{
    overflow: hidden;
    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{
}

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

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

.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;
}

.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 .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;
}

.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: 8%;
    font-size: 0;
    padding-top: 8%;
    border-top: solid 1px #111;
}

.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: 6%;
    margin-bottom: 8%;
    width: 47%;
}

.blogpage_section .left_block .small_block:nth-child(2n) {
    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: 14px;
}

.about_section{
    overflow: hidden;
}

.about_section .inner .detail_block{
    padding: 8% 6%;
    background-color: #f1f1f1;
}

.about_section .inner .detail_block .middle_block{
    overflow: hidden;
    margin: 0 auto;
}

.about_section .inner .detail_block h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 4%;
}

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

.about_section .inner .detail_block p{
    font-weight: bold;
    font-size: 12px;
}

.message_small_block p br{
    display: none;
}

.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: 40%;
    margin-bottom: 4px;
}

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

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

.company_section{
}

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

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

.company_section .inner_top .right_block{
    width: 92%;
    padding: 6% 4%;
    overflow: hidden;
}

.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{
    width: 100%;
}

.company_section .inner_bottom .right_block .g_map {
    position: relative;
    padding-bottom: 40%;
    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{
    width: 92%;
    padding: 6% 4%;
}

.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;
}

.jobdescription_section .inner .left_block{
    margin-bottom: 12%;
}

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

.jobdescription_section .inner .left_block ul li{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    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{
}

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

.jobdescription_section .inner .right_block h3{
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 16px;
    border-bottom: solid 2px #000;
    padding-bottom: 4px;
    display: inline-block;
}

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

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

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

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

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

.contact_section .inner .middle_block{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.delay-show li{
   opacity: 1;
}

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

.blog_single_section.pagecontent{
    margin: 0 auto 80px;
    width: 92%;
}

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

#top .specialcontents_section {
    width: 92%;
    overflow: hidden;
    margin: 0px auto 48px;
}

#top .specialcontents_section .headline{
    text-align: left;
    margin-bottom: 8%;
}

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

#top .specialcontents_section .headline h2 br{
}

#top .specialcontents_section .inner{
}

#top .specialcontents_section .inner .small_block img{
    width: 100%;
}

#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: 8px;
}

#recruit-homevisitnursing .flex_box {
    width: 88%;
}

#recruit-homevisitnursing .main_visual .copyright {
    position: unset;
    margin-top: -32px;
}

#recruit-homevisitnursing .main_visual .copyright h2 {
    font-size: 20px;
    display: inline-block;
}

#recruit-homevisitnursing .main_visual .copyright h3 {
    font-size: 16px;
}

#recruit-homevisitnursing .main_block {
    width: 100%;
}

#recruit-homevisitnursing .side_nav{
    display: none;
}

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

#recruit-homevisitnursing .main_block p br{
    display: none;
}

#recruit-homevisitnursing .skillup_block p br{
    display: block;
}

#recruit-homevisitnursing .main_block .middle_block h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

#recruit-homevisitnursing .main_block .middle_block h4 {
    font-size: 20px;
    line-height: 1.4;
}

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

#recruit-homevisitnursing .main_block .interview_headline .number {
    font-size: 32px;
    margin-right: 16px;
}

#recruit-homevisitnursing .main_block .interview_headline h4 {
    font-size: 18px;
}

#recruit-homevisitnursing .main_block .interview_headline h4 br{
    display: none;
}

#recruit-homevisitnursing .button_block{
    width: 100%;
}

#recruit-homevisitnursing .button a{
    width: 100%;
    font-size: 18px;
}

#recruit-homevisitnursing #faq .question p {
    font-size: 16px;
    width: 72%;
}

#recruit-homevisitnursing .main_block .lead_block {
    padding-left: 12px;
    border-left: 6px solid #FCAF17;
}

#recruit-homevisitnursing .main_block .lead_block p {
    font-size: 16px;
    line-height: 2;
}

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

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

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

.footer_top_text li {
    font-size: 40px;
    margin-right: 40px;
    letter-spacing: 0.1em;
}

.section_plastvoice {
    margin-bottom: 48px;
    padding: 80px 0;
}

.section_plastvoice .headline h2 {
    margin-bottom: 12px;
    font-size: 32px;
}

.block_plastvoice_detail {
    margin: 0 auto 40px;
    width: 80%;
}

.block_plastvoice_detail p {
    text-align: left;
}

.block_plastvoice_detail p br{
    display: none;
}

.block_movie_service {
    height: auto;
}

#junglelabo .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#junglelabo .youtube iframe {
  width: 100%;
  height: 100%;
}

.headline_junglelabo {
    display: none;
}

.scrolldown4 {
    display: none;
}

.headline_junglelabo span {
    font-size: 16px;
    line-height: 2.4;
}

#junglelabo .otherpage {
    padding: 16px 0;
}

.message_section {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    z-index: 1;
}

.banner_section ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner_section {
    width: 92%;
    margin: 32px auto 64px;
}

.message_headline {
    margin-bottom: 40px;
    margin-top: 24px;
}

.message_block_detail {
    gap: 16px;
    margin-top: 32px;
}

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

.message_title {
    width: 64%;
}

.banner_section ul li {
    width: 100%;
}

.banner_block_second ul{
    flex-wrap: nowrap;
    flex-direction: row;
}

.specialcontents_section .headline p {
    display: none;
}

.banner_admissions {
    width: 100%;
    margin-top: 32px;
}

.staffinterview_section .video-wrapper {
    height: 62vh;
}

.recruit_section .inner h3 {
    font-size: 20px;
    margin-bottom: 24px;
}

.recruit_section .inner p {
    font-weight: 500;
    line-height: 1.8;
}

.recruit_section .inner p br{
    display: none;
}

.jobdescription_section .inner .left_block {
    margin-bottom: 40px;
    background-color: khaki;
    padding: 12px;
}

.jobdescription_section .inner .right_block dt {
    width: 100%;
    clear: both;
    float: unset;
}

.jobdescription_section .inner .right_block dd {
    padding-left: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.header-recruit {
    overflow-x: scroll;
    width: 92%;
    transform: unset;
    left: 8%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 64px;
}

.anchor-nav {
    overflow-x: scroll;
    width: max-content;
    gap: 24px;
}

.jobdescription-container {
    width: 100%;
    max-width: unset;
}

.job-list {
    gap: 16px 4%;
}

.job-list__item {
    width: 48%;
    padding: 20px 16px;
}

.job-list__item h3 {
    font-size: 14px;
}

.job-list__link-text {
    padding: 8px 16px;
    font-size: 12px;
}

.requirementssingle_section__contents {
    margin: 0 auto 80px;
    width: 100%;
}

.requirementssingle_section__contents dl {
    padding: 24px 24px 16px;
}

.requirementssingle_section__contents dt {
    clear: unset;
    float: unset;
    width: auto;
}

.requirementssingle_section__contents dd {
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.moviemp4.block_movie_service{
height: 30vh;
}

.moviemp4.block_movie_service .background-video {
    width: 100%;
}


/* =========================================
 * 採用情報2025
 * ========================================= */

.anchor-nav__item {
    font-size: 12px;
}

.recruit2025-hero__slider {
    height: 40vh;
}
.recruit2025-hero__banner {
    height: 48px;
    bottom: 28%;
}
.recruit2025-hero__marquee-text {
    font-size: 56px;
}

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

.header-recruit {
    top: 40px;
    left: 36%;
    width: 64%;
    z-index: 2100;
}

.header-recruit__entry-button {
    top: auto;
    width: 24%;
    height: auto;
    bottom: -8px;
}

.header-recruit__inner {
    top: 52px;
    z-index: 1500;
}

.recruit2025-top-news {
    height: 32px;
}

.recruit2025-top-news__text {
    padding-right: 40px;
    font-size: 10px;
}

.header-recruit__entry-button {
}

.header-recruit__entry-button__en {
    font-size: 18px;
    margin-top: 20px;
}

.header-recruit__entry-button__jp {
    font-size: 10px;
}

.recruit2025-jobs__tab-btn {
    border-bottom: none;
    font-size: 12px;
    max-width: unset;
    width: 50%;
    box-sizing: border-box;
    flex: unset;
}

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

.recruit_section .inner {
    width: 80%;
    text-align: left;
}

#message.recruit_section {
    margin-top: 20px;
    margin-bottom: 80px;
}

.recruit2025-heading__ja-text {
    font-size: 14px;
}

.interview-slider__item {
    width: 200px;
    margin: 0 8px;
}

.recruit2025-btn-container {
    margin-top: 40px;
}

.recruit2025-interview-btn {
    max-width: 240px;
    height: 48px;
    padding: 0px 16px;
    font-size: 12px;
}

.interview-slider {
    padding-bottom: 80px;
}

.recruit2025-benefits {
    padding: 80px 6% 40px;
}

.recruit2025-benefits__detail__text {
    font-size: 14px;
    text-align: left;
}

.recruit2025-benefits__ribbon {
    width: 64px;
    height: 64px;
}

.recruit2025-benefits__card {
    margin-bottom: 40px;
    padding-right: 6%;
    padding-left: 12%;
    padding-top: 32px;
    padding-bottom: 24px;
}

.recruit2025-benefits__body {
    display: unset;
}

.recruit2025-benefits__title {
    font-size: 18px;
}

.recruit2025-benefits__item {
    font-size: 14px;
}

.recruit2025-jobs__container {
    max-width: unset;
    margin: 80px auto 0;
}

.recruit2025-jobs__grid {
    display: flex;
    flex-direction: column;
}

.recruit2025-jobs__content-wrapper {
    padding: 40px 6% 40px;
}

.recruit2025-jobs {
    padding: 0 6% 80px;
}

.recruit2025-entry {
    padding: 120px 0;
}

.recruit2025-entry__bg-text {
    font-size: 80px;
    margin-right: 32px;
}

.recruit2025-entry__message {
    font-size: 20px;
    margin-bottom: 20px;
}

.recruit2025-entry__sub {
    font-size: 14px;
    margin-bottom: 32px;
}

.recruit2025-entry__sub br{
    display: none;
}

.recruit2025-jobs__card {
    width: 100%;
    min-height: unset !important;
}

.recruit2025-jobs__tabs {
    gap: 0;
}

.recruit2025-jobs__heading {
    font-size: 16px;
    margin-bottom: 32px;
}

.recruit2025-benefits__list,
.recruit2025-benefits__image-box {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.recruit2025-benefits__card.is-open .recruit2025-benefits__list,
.recruit2025-benefits__card.is-open .recruit2025-benefits__image-box {
    display: block;
    animation: accordionFadeIn 0.5s forwards;
}

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

.recruit2025-benefits__title {
    cursor: pointer;
    position: relative;
    padding-right: 32px;
    user-select: none;
}

.recruit2025-benefits__title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 2px;
    background-color: currentColor; /* タイトル色に合わせる */
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.recruit2025-benefits__title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    width: 2px;
    height: 20px;
    background-color: currentColor;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.recruit2025-benefits__card.is-open .recruit2025-benefits__title::after {
    transform: translateY(-50%) rotate(90deg);
}

.section_facts {
    padding: 80px 0;
}

.facts_grid {
    grid-template-columns: unset;
    grid-template-rows: unset;
    display: flex;
    flex-direction: column;
}

.button_recruit2025 {
    bottom: 8px;
    right: 8px;
    width: 100px;
}

.recruit2025-donts {
    padding: 60px 20px 80px;
}

.recruit2025-donts__title-en {
    font-size: 4rem;
}

.recruit2025-donts__description {
    line-height: 1.8;
    text-align: left;
    display: inline-block;
    margin-bottom: 40px;
}

.recruit2025-donts__card-inner {
    padding: 40px 4%;
    gap: 24px;
}

.recruit2025-donts__rule {
    font-size: 14px;
}

.column_section {
}

.column_grid {
    display: block; /* フレックス解除 */
}

.column_item {
    width: 100%; /* 1列 */
    margin-bottom: 40px;
}

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

.column_title {
    font-size: 16px;
}

.column_btn {
    width: 80%; /* スマホではボタンを幅広に */
    box-sizing: border-box;
}

.column_section .inner {
    max-width: unset;
    width: 92%;
}



















}




















