/*
Theme Name:souwa
Theme URI:
Description:WordPressテーマ「	」の子テーマです。
Template:businesspress
Author:
Author URI:
Version:0.0.0
*/

body:lang(ja) {
	font-family: "Noto Sans JP", sans-serif;
	/* font-family: "Shippori Mincho B1", serif; */
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #000;
	font-size: 15px;
	background-color: #D5E9F6;
	overflow-x: hidden;
	/* line-height: 1.5; */
}






/* ヘッダー */
.main-header-clone .site-logo{
	transform: scale(1, 1);
}
/* @media screen and (max-width: 979px) {
	.site-logo img{
		transform: scale(0.65, 0.65);
	}
} */
.site-branding{
	z-index: 102;
}

.main-header-content{
	/* padding-right: 0; */
	max-width: 1280px !important;
	max-width: 1168px !important;
	max-width: 1650px !important;
}
@media screen and (max-width: 979px) {
	.main-header-content{
		padding-left: 15px;
    	padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		/* background: #fff; */
    	z-index: 1;
    	position: relative;
	}
	.main-header-original.drawer-opened .main-header-content{
		background: #fff;
	}
	.main-header-clone{
		background-color: transparent;
	}
	.main-header-clone .main-header-content{
		background: #fff;
		background: transparent;
        justify-content: flex-end;
	}
	.main-header-clone.drawer-opened .main-header-content{
		justify-content: space-between;
	}
	.main-header-clone .site-branding{
		display: none;
	}
	.main-header-clone.drawer-opened .site-branding{
		display: block;
	}
	.main-header-clone-show{
		box-shadow: none;
	}
}

.main-navigation{
	font-size: 100%;
}
.main-navigation div.menu > ul > li, .main-navigation ul.menu > li{
	letter-spacing: 0.05em;
}

.main-navigation ul.menu > li:last-child > a{
	margin-right: 0;
	border: 1px solid #fff;
	padding: 10px 14.75px 10px 18.75px;
	line-height: 1;
}
.main-header-original.drawer-opened .main-navigation ul.menu > li:last-child > a{
	border-color: #000;
}
.main-header-clone .main-navigation ul.menu > li:last-child > a{
	border: 1px solid #000;
}

.main-navigation ul.menu > li:last-child > a::before{
	content: '';
	width: 16px;
	height: 12px;
	display: inline-block;
	background-image: url(./img/icon_mail_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 6px;
	transition: all .15s ease-in-out;
}
.main-header-original.drawer-opened .main-navigation ul.menu > li:last-child > a::before{
	background-image: url(./img/icon_mail_black.svg);
}
.main-header-clone .main-navigation ul.menu > li:last-child > a::before{
	background-image: url(./img/icon_mail_black.svg);
}

.main-navigation a{
	font-weight: 500;
}

.drawer-overlay{
	z-index: 0;
}

@media screen and (min-width: 980px) {
	.main-header-content{
		flex-wrap: nowrap;
		gap: 32px;
	}
	.site-branding{
		padding-right: 0;
	}
	.main-navigation ul.menu{
		display: flex;
		align-items: center;
	}
	.main-navigation a {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 22px;
		margin-right: 22px;
	}
	.main-navigation ul.menu > li:first-child > a{
		margin-left: 0;
	}
}
@media screen and (min-width: 980px) and (max-width: 1124px) {
	.main-navigation a{
		margin-left: 12px;
		margin-right: 12px;
	}
}

.main-header-original{
	position: absolute;
	z-index: 4;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
}
@media screen and (max-width: 979px) {
	.main-header-original,
	.main-header-clone{
		padding-top: 0;
		padding-bottom: 0;
	}

	.main-header .main-navigation ul.menu > li:last-child > a{
		display: block;
    	margin: 0 40px;
    	background-color: #2490D0;
    	color: #fff;
    	border: none;
		padding: 28px 20px;
        text-align: center;
		font-weight: 700;
	}
	.main-header .main-navigation ul.menu > li:last-child > a::before{
		background-image: url(./img/icon_mail_white.svg) !important;
	}
	.main-header .main-navigation ul.menu > li:last-child > a:hover{
		background-color: #000;
	}

}

@media screen and (min-width: 980px) {
	.main-header {
		padding-bottom: 9px;
		padding-top: 9px;
	}
	.main-header-original{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.main-header-original .main-navigation a{
		color: #fff;
	}
	.main-header .main-navigation a:hover{
		color: #2490D0;
	}
	.main-header-original .main-navigation ul.menu > li:not(:last-of-type) > a:hover{
		color: rgba(255, 255, 255, 0.7);
	}
	.main-navigation ul.menu > li:last-child > a:hover{
		background-color: #fff;
	}
	.main-navigation ul.menu > li:last-child > a:hover::before{
		filter: invert(51%) sepia(41%) saturate(914%) hue-rotate(159deg) brightness(88%) contrast(92%);
	}
	.main-header-clone .main-navigation ul.menu > li:last-child > a:hover{
		background-color: #2490D0;
		color: #fff;
		border-color: #2490D0;
	}
	.main-header-clone .main-navigation ul.menu > li:last-child > a:hover::before{
		filter: invert(100%);
	}
	.main-navigation ul.menu > li.menu-item-has-children > a:after{
		content: none;
	}
	.main-navigation ul ul{
		/* display: none;
		box-shadow: none; */
		padding: 5px 0;
	}
	.main-header-original .main-navigation ul ul a{
		color: #000;
	}
	.main-navigation ul ul li a{
		font-size: 14px;
		/* margin-left: 0;
		margin-right: 0;
		padding-left: 22px;
		padding-right: 22px; */
		border-color: #c6c6c6;
	}
	.main-navigation ul ul li:first-of-type a{
		border-top: none;
	}
	.main-navigation ul li:first-of-type ul li:first-of-type{
		display: none;
	}
	.main-navigation ul li:first-of-type li:nth-child(2) a{
		border-top: none;
	}
	.main-navigation ul.menu > li:hover > ul {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.main-navigation ul li:nth-of-type(1) ul{
		width: 172px;
	}
	.main-navigation ul li:nth-of-type(3) ul{
		width: 124px;
	}
	.main-navigation ul li:nth-of-type(5) ul{
		width: 152px;
	}
}


@media screen and (min-width: 980px) {
    .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
        font-weight: 500;
    }
}

.drawer-hamburger{
	min-width: 35px;
	margin-right: 0px;
	padding: 12px 0px;
}
.drawer-hamburger-icon:before {
	top: -12px;
}
.drawer-hamburger-icon:after {
	top: 12px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after{
	height: 3px;
	background-color: #fff;
}
.main-header-clone .drawer-hamburger-icon,
.main-header-clone .drawer-hamburger-icon:before,
.main-header-clone .drawer-hamburger-icon:after{
	background-color: #000;
}
.main-header-clone.drawer-opened .drawer-hamburger-icon{
	background-color: transparent;
}

/* .drawer-opened .drawer-hamburger-icon, */
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after{
	background-color: #000;
}
.drawer-navigation{
	width: 100%;
	/* transform: translateX(0); */
	opacity: 0;
	/* transform: scale(1, 0); */
	transform: translateY(-100%);
    transform-origin: top;
    /* transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0s; */
	transition: all .4s ease-in-out;
	transition: none;
	z-index: 0;
}
.drawer-opened .drawer-navigation{
	opacity: 1;
	/* transform: scale(1, 1); */
}
.drawer-navigation-content{
	padding: 65px 0px 60px 0px;
	/* background-color: #C5E4A1; */
	/* background-color: #99C764; */
}
.drawer-navigation ul li{
	/* padding: 11px 40px; */
	padding: 0;
	border-bottom: 1px solid rgba(198, 198, 198, 0.3);
}
.drawer-navigation ul li:first-of-type{
	border-top: 1px solid rgba(198, 198, 198, 0.3);
}
.drawer-navigation ul li a{
	padding: 11px 40px;
}
.drawer-navigation .menu-header_menu-container > ul > li:last-of-type{
	border-bottom: none;
	margin-top: 48px;
}
/* .drawer-navigation ul ul li:first-child{
	border-top: 1px solid;
} */
.drawer-navigation .dropdown-toggle{
	right: 40px;
	top: 10px;
	top: 25.5px;
	padding: 0;

	right: 0;
	top: 0;
	display: block;
    width: 100%;
    height: 50px;
    padding: 11px 40px;
}
.drawer-navigation .dropdown-toggle:after{
	font-size: 24px;
}

.drawer-navigation .dropdown-toggle:before,
.drawer-navigation .dropdown-toggle:after{
	display: block;
	content: '';
	position: absolute;
	/* top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
	margin: auto;
	background-color: #2490D0;
	border-radius: 10px;
}
.drawer-navigation .dropdown-toggle:before{
	width: 2px;
	height: 12px;
	right: 45px;
    top: 20px;
}
.drawer-navigation .dropdown-toggle:after{
	width: 12px;
	height: 2px;
	/* left: -5px; */
	right: 40px;
}

.drawer-navigation .dropdown-toggle.toggled-on:before{
	content: none;
}
.drawer-navigation .dropdown-toggle.toggled-on:after{
	content: '';
}

.drawer-navigation ul ul{
	margin: 11px -40px -11px;
	margin: 0;
	background-color: #D5E9F6;
}
.drawer-navigation ul ul li{
	/* padding: 11px 40px; */
	padding: 0;
}
.drawer-navigation ul ul li:last-child{
	border-bottom: none;
	/* padding-bottom: 11px; */
}
.drawer-navigation ul ul li a{
	padding: 11px 40px;
}
.drawer-navigation ul li a{
	color: #000;
}
.drawer-navigation ul li:not(:last-child) a{
	display: block;
}
.drawer-navigation ul li:not(.menu-item-has-children) a::after{
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	right: 45px;
	width: 4.5px;
	height: 4.5px;
	margin: auto 0;
	border-top: 2px solid #2490D0;
	border-right: 2px solid #2490D0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.drawer-navigation ul.menu > li:last-child a::after{
	content: none;
}

/* ページ見出し */
.jumbotron{
	background-color: transparent;
}
.jumbotron-overlay{
	/* background-color: rgba(0, 0, 0, 0.2); */
	background-color: rgba(0, 0, 0, 0.5);
}
.jumbotron-content{
	padding: 0;
    height: 358px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.jumbotron-title{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-shadow: none;
	font-size: 40px;
}
.subheader{
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: italic;
	color: #fff !important;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 58px;
	font-size: 15px;
}
@media screen and (min-width: 782px) {
	.jumbotron-content{
		justify-content: center;
	}
	.jumbotron-title{
		margin-top: 100px;
	}
	.subheader{
		margin-bottom: 0;
	}

}
@media screen and (max-width: 781px) {
	.jumbotron-content{
		height: 212px;
		justify-content: center;
	}
	.jumbotron-title{
		font-size: 30px;
		margin-top: 60px;
	}
	.subheader{
		font-size: 14px;
		margin-bottom: 0;
	}
}


/* ページ幅 */
.site-content{
	max-width: 1028px;
}
@media screen and (max-width: 568px) {
	.site-content{
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* スライドショー */
.swiper {
	width: 100%;
	height: 700px;
	position: relative;
}
.swiper::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.2); */
	background: rgba(0, 0, 0, 0.0);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img{
	width: 100%;
	height: 700px;
	/* max-height: 80vw; */
	/* aspect-ratio: 8 / 4; */
	object-fit: cover;
	object-position: center;
}
.slider-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	max-width: 1028px;
	margin: 0 auto;
	width: calc(100% - 220px);
	height: calc(100% - 110px);
	padding: 0 110px 110px;
	display: flex;
	align-items: flex-end;

	align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
	/* background: rgba(0, 0, 0, 0.2); */
}
.slider-text p:first-child{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.15em;
	margin-bottom: 14px;
}
.slider-text p:last-child{
    font-family: 'Inter', serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
	color: #fff;
    font-size: 20px;
    letter-spacing: 0.072em;
    line-height: 1.2;
	margin-bottom: 0;
}


@media screen and (max-width: 979px) {
	.swiper {
		width: 100%;
		height: 100vh;
		position: relative;
	}
	.swiper-slide img{
		width: 100vw;
		height: 100vh;
	}
	.slider-text {
		width: calc(100% - 42px);
		max-width: 498px;
		height: 100%;
		padding: 0 28px 0;
		align-items: flex-start;
		justify-content: center;
	}

}

@media screen and (max-width: 568px) {
	.slider-text p:first-child{
		font-size: 8.38vw;
	}
	.slider-text p:last-child{
		font-size: 3.5vw;
	}
}

@keyframes zoom {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.15);
	}
  }
  .swiper-slide-active img,
  .swiper-slide-duplicate-active img,
  .swiper-slide-prev img{
	animation: zoom 7s linear 0s 1 normal both;  
  }



/* トップページ */
.home .site-header{
	margin-bottom: 145px;
}
@media screen and (max-width: 979px) {
	.home .site-header{
		margin-bottom: 90px;
	}
}

/* 私たちについて */
.section_box.about{
	margin-bottom: 145px;
}
@media screen and (max-width: 979px) {
	.section_box.about{
		margin-bottom: 90px;
	}
}
.section_box.about .section_inner{
	display: flex;
	align-items: center;
	gap: 32px;
}
.section_box.about .section_inner > .about-img{
	flex-basis: 50%;
}
.section_box.about .section_inner > .about-heading{
	flex-basis: calc(50% + 32px);
}
.section_box.about .section_inner > .about-heading > *{
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
}
div[class$="-heading"] h2{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.18em;
	margin-top: 0;
}
.section_box.about .section_inner > .about-heading > h2{
	font-size: 26px;
	max-width: 340px; /* 読点 対応 */
	padding-left: 25px; /* 読点 対応 */
	line-height: 1.84;
	margin-bottom: 0.76em;
}
.section_box .heading_en{
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: italic;
	color: #2490D0;
	letter-spacing: 0.1em;
	margin-bottom: 0.36em;
}
.section_box p{
	text-align: justify;
	line-height: 2.34;
	line-height: 2.3;
	margin-bottom: 0.84em;
}

.section_box.about .about-img > img{
	object-fit: cover;
	object-position: center;
}
.section_box.about .about-img > img:nth-child(1){
	aspect-ratio: 477 / 341;
	width: 477px;
	height: auto;
	margin-left: 56px;
}
.section_box.about .about-img > img:nth-child(2){
	aspect-ratio: 344 / 232;
	width: 344px;
	height: auto;
	margin-top: -88px;
	margin-left: -102px;
}
.section_box.about .about-img > img:nth-child(3){
	aspect-ratio: 271 / 183;
	width: 271px;
	height: auto;
	margin-top: -52px;
	margin-left: 135px;
}

.about_description_sp {
	display: none;
}

@media screen and (max-width: 979px) {
	.section_box.about .section_inner{
		flex-wrap: wrap;
		gap: 0;
	}
	
	.section_box.about .section_inner > .about-img{
		flex-basis: 100%;
		order: 3;
		margin-bottom: 28px;
	}
	.section_box.about .about-img > img:nth-child(1){
		aspect-ratio: 360 / 257;
		width: calc(100% + 40px);
		margin-left: 0;
		max-width: none;
	}
	.section_box.about .about-img > img:nth-child(2){
		aspect-ratio: 220 / 148;
		width: 58.67vw; /* 幅375px 要素220px vw変換 */
		margin-top: -8.53vw; /* 幅375px 要素32px vw変換 */
		margin-left: -40px;
		max-width: none;
	}
	.section_box.about .about-img > img:nth-child(3){
		aspect-ratio: 161 / 108;
		width: 42.93vw; /* 幅375px 要素161px vw変換 */
		margin-top: -17.87vw; /* 幅375px 要素67px vw変換 */
		margin-left: 45.07vw; /* 幅375px 要素169px vw変換 */
		max-width: none;
	}
	.section_box.about .section_inner > .about-heading {
		display: contents;
		flex-basis: 100%;
	}
	.section_box.about .section_inner > .about-heading > * {
		max-width: none;
	}
	.section_box.about .section_inner > .about-heading > .heading_en{
		order: 1;
		flex-basis: 100%;
	}
	.section_box.about .section_inner > .about-heading > h2{
		order: 2;
		flex-basis: 100%;
		max-width: none;
		padding-left: 0;
		margin-bottom: 1.26em;
	}
	.section_box.about .section_inner > .about-heading > p{
		order: 4;
		flex-basis: 100%;
	}
	.section_box.about .section_inner > .about-heading > p + p{
		order: 5;
		flex-basis: 100%;
		margin-bottom: 0;
	}
	.about_description_pc {
		display: none;
	}
	.about_description_sp {
		display: block;
	}
}

@media screen and (max-width: 781px) {
	.section_box p{
		line-height: 2;
		/* letter-spacing: 0; */
	}
	.section_box.about .about-img > img:nth-child(1){
		width: calc(100% + 20px);
	}
	.section_box.about .about-img > img:nth-child(2){
		margin-left: -20px;
	}
	.section_box.about .about-img > img:nth-child(3){
		margin-left: 39.73vw; /* 幅375px 要素169px - 20px vw変換 */
	}

}
@media screen and (max-width: 568px) {
	.section_box .heading_en{
		font-size: 14px;
	}
	.section_box.about .section_inner > .about-heading > h2{
		font-size: 20px;
	}
}


/* お知らせ */
.section_box.news{
	background-color: #fff;
	max-width: 1028px;
	margin: auto auto 145px;
}
.section_box.news .section_inner{
	display: flex;
	align-items: flex-start;
	gap: 60px;
	padding: 66px 106px 70px;
}
.section_box.news .news-heading{
	flex-basis: 20%;
	min-width: 142px;
}
.section_box.news .news-heading h2{
	font-size: 30px;
	margin-bottom: -10px;
}
.section_box.news .news-list{
	flex-basis: 80%;
}
.section_box.news .news-list ul{
	list-style: none;
	margin: 0 0 40px 0;
}
@media screen and (min-width: 980px) {
	.section_box.news .news-list ul{
		margin-top: -25px;
	}
}
.section_box.news .news-list ul li a{
	display: flex;
	justify-content: flex-start;
	gap: 30px;
	border-bottom: solid 1px #c6c6c6;
	/* margin-bottom: 25px; */
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 17px;
	padding-right: 17px;
	text-decoration: none;
	color: #000;
}
.section_box.news .news-list ul li a:hover{
	background-color: #D5E9F6;
}
.section_box.news .news-list ul li .post-date{
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #9B9B9B;
	line-height: 1.8;
}
@media screen and (max-width: 979px) {
	.section_box.news{
		margin: auto auto 75px;
	}
	.section_box.news .section_inner{
		flex-wrap: wrap;
		gap: 19px;
	}
	.section_box.news .news-list{
		flex-basis: 100%;
		text-align: center;
	}
	.section_box.news .news-list ul li a,
	.post-list .entry-header a{
		flex-wrap: wrap;
		gap: 0 !important;
		text-align: justify;
		line-height: 1.4;
	}
	.section_box.news .news-list ul li .post-date,
	.post-list .entry-header time{
		flex-basis: 100%;
		text-align: left;
	}
}
@media screen and (max-width: 781px) {
	.section_box.news .section_inner{
		padding: 33px 30px 49px;
	}
	.section_box.news .news-heading h2{
		margin-bottom: -5px;
	}
}
@media screen and (max-width: 568px) {
	.section_box.news .news-heading h2{
		font-size: 20px;
	}
	.section_box.news .news-list ul li a,
	.post-list .entry-header a{
		padding-left: 14px !important;
		padding-right: 14px !important;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		margin-bottom: 0 !important;
		letter-spacing: 0.05em;
	}
	.section_box.news .news-list ul li .post-date,
	.post-list .entry-header time{
		font-size: 12px !important;
		letter-spacing: 0.1em !important;
	}
}


/* ページネーション */
.pagination{
    color: #000;
    text-align: center;
    font-size: 100%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 8px;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    border: none;
    border-radius: 50%;
    margin-right: 0;
	letter-spacing: 0.2em;
}
.pagination .page-numbers:not(.prev):not(.next){
    display: flex;
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.pagination .page-numbers.disabled {
    color: #b1b1b1;
}
.pagination > a{
	color: #b1b1b1;
}
.pagination a.page-numbers{
    border: none;
}
.pagination a.page-numbers:hover {
    border-color: transparent;
    color: #000;
}

.pagination .prev{
    margin-right: 56px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 26px;
}
.pagination .prev::before{
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(img/icon_page_prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.pagination .prev.disabled::before,
.pagination .next.disabled::before,
.pagination a.prev::before,
.pagination a.next::before{
    filter: invert(69%);
}
.pagination a.prev:active::before,
.pagination a.next:active::before{
    filter: none !important;
}
.pagination .next{
    margin-left: 56px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 26px;
}
.pagination .next::before{
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(img/icon_page_next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.pagination .dots{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}
@media screen and (max-width: 781px){
    /* .blog .pagination .prev, .blog .pagination .next{
        display: none;
    } */
	.pagination .prev{
		margin-right: 8px;
	}
	.pagination .next{
		margin-left: 8px;
	}
	/* .pagination .page-numbers{
		padding: 8px;
	} */
    .pagination .page-numbers:not(.prev):not(.next){
        width: 48px;
        height: 48px;
    }
	.pagination .dots{
		padding-left: 0;
    	padding-right: 0;
	}
}
.pagination a:not(.page-numbers):not(.prev):not(.next){
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
	color: #000;
}
.pagination a:not(.page-numbers):not(.prev):not(.next):hover{
	color: #2490D0;
}

.single .pagination,
.archive .pagination {
    margin-top: 96px;
    margin-top: 80px;
}
.single .pagination .wp-block-buttons{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

@media screen and (max-width: 781px){
    .single .pagination{
        flex-wrap: wrap;
        /* justify-content: space-between; */
        gap: 24px;
        width: 315px;
        margin: 32px auto 0;
    }
    .single .pagination .wp-block-buttons{
        /* order: 3; */
        flex-basis: 100%;
    }

    .single .pagination .prev{
        margin-right: 0;
        /* order: 1; */
		display: none;
    }
    .single .pagination .next{
        margin-left: 0;
        /* order: 2; */
		display: none;
    }
}

@media screen and (max-width: 355px){
    .single .pagination{
        width: 100%;
    }

}


.blog .site-content .loop-wrapper {
	background-color: #fff;
	padding: 80px 100px;
	margin-bottom: 70px;
}
@media screen and (max-width: 979px){
	.blog .site-content .loop-wrapper {
		padding: 54px 30px 54px;
		margin-bottom: 24px;
	}
}

/* 投稿ページ */
.post-list .entry-header{
	margin-bottom: 0;
}
.post-list .entry-header a{
	display: flex;
	/* align-items: center; */
	gap: 30px;
	border-bottom: solid 1px #ddd;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 17px;
    padding-right: 17px;
	text-decoration: none;
}
.post-list .entry-header a:hover{
	background-color: #D5E9F6;
}
@media screen and (max-width: 979px){
	.post-list .entry-header a{
		padding-top: 20px;
        margin-bottom: 0;
		padding-bottom: 20px;
	}
}
.loop-wrapper .post-list:last-of-type .entry-header{
	margin-bottom: 0;
}


.post-list .entry-header time{
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #9B9B9B;
	font-size: 100%;
	margin-top: 0;
	font-weight: 500;
	/* line-height: 2; */
	line-height: 1.8;
}
@media screen and (max-width: 781px){
	.blog .entry-meta{
		font-size: 12px;
		line-height: 1;
	}
}



.post-list .entry-title{
	font-size: 1em;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.8;
}
@media screen and (max-width: 979px){
	.post-list .entry-title{
		line-height: 1.4;
	}
}
.post-list .entry-title a{
	color: #222 !important;
	transition: all .3s ease;
}
.post-list .entry-title a:hover{
	color: #3552a0 !important;
}
@media (max-width: 781px) {
	.post-list .entry-header{
		flex-wrap: wrap;
		gap: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.post-list .entry-header > *{
		flex-basis: 100%;
	}

}


.single .page_section{
	background: #fff;
    padding: 100px;
}
.single .entry-header{
	text-align: left;
	margin-bottom: 40px;
}
.single .entry-header .entry-title{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.18em;
	font-size: 26px;
	text-align: justify;
}
.single .entry-content *{
	line-height: 2;
}
.single .entry-content a{
	color: #000;
}
@media (max-width: 979px) {
	.single .page_section{
		padding: 30px 30px 30px;
	}
}
@media (max-width: 781px) {
	.single .entry-content *{
		line-height: 1.8;
	}
	.single .entry-header{
		margin-bottom: 20px;
	}
	.single .entry-header .entry-title{
		font-size: 20px;
	}

}


.single .entry-content p{
	text-align: justify;
}


.button-link{
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #fff !important;
	background-color: #2490D0;
	text-decoration: none;
	padding: 12px 58px;
	display: inline-block;
	transition: all .15s ease-in-out;
}
.button-link:hover{
	background-color: #000;
}



/* 事業案内 */
.section_box.business{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	/* margin-bottom: 145px; */
}
.section_box.business .section_inner{
	display: flex;
	flex-wrap: wrap;
}
.section_box.business .business_list{
	display: block;
	flex: 1 1 0%;
	height: 374px;
	position: relative;
	overflow: hidden;
	flex-basis: 50%;
}
.section_box.business .business_list .business-heading{
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	min-width: 392px;
	max-width: 392px;
}
.section_box.business .business_list .business-heading h2{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
.section_box.business .business_list .business-heading .heading_en{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: -7px;
	margin-bottom: 11px;
	letter-spacing: 0.05em;
}
.section_box.business .business_list .business-heading .description{
	text-align: center;
	line-height: 2;
	margin-bottom: 17px;
}
.section_box.business .business_list .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(5, 126, 155, 0.3);
	transition: all .15s ease-in-out;
}
.section_box.business .business_list:hover .overlay{
	background-color: rgba(5, 126, 155, 0.7);
}
.section_box.business .business_list .image_wrap{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.section_box.business .business_list .image_wrap img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	will-change: transform;
	transition: all .25s ease-in-out;
}
.section_box.business .business_list:hover .image_wrap img{
	transform: scale(1.1);
}
.section_box.business .business_list .button-link{
	background-color: transparent;
	border: 1px solid #fff;
}
.section_box.business .section_inner > .heading_en{
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 48px;
}

@media screen and (max-width: 979px) {
	.section_box.business .section_inner > .heading_en{
		margin-bottom: 45px;
	}
	.section_box.business .business_list{
		flex-basis: 100%;
		height: 310px;
	}
	.section_box.business .business_list .business-heading{
		min-width: auto;
		max-width: none;
		width: 100%;
		transform: translate(-50%, calc(-50% - 3px));
	}
	.section_box.business .business_list .business-heading .heading_en{
		margin-bottom: 24px;
	}

}
@media screen and (max-width: 781px) {
	.section_box.business .business_list{
		height: 246px;
	}
	.section_box.business .business_list .business-heading .description{
		display: none;
	}
}
@media screen and (max-width: 568px) {
	.section_box.business .business_list .business-heading h2{
		font-size: 26px;
	}
	.section_box.business .business_list .business-heading .heading_en{
		font-size: 10px;
		margin-top: -4px;
	}
}



/* 品質管理 */
.section_box.quality{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #fff;
	margin-bottom: 145px;
}
.section_box.quality .section_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	max-width: 1028px;
	padding: 160px 48.5px;
	margin: auto;
}
.section_box.quality .quality-heading{
	flex-basis: 50%;
	max-width: 420px;
}
.section_box.quality .quality-heading h2{
	font-size: 26px;
	max-width: 420px; /* 読点 対応 */
	line-height: 1.84;
	margin-bottom: 0.76em;
}
.section_box.quality .quality-heading .description{
	max-width: 392px;
	margin-bottom: 48px;
}
.section_box.quality .quality-img{
	flex-basis: calc(50% - 16px);
}
.section_box.quality .quality-img img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 979px) {
	.section_box.quality{
		margin-bottom: 72px;
	}
	.section_box.quality .section_inner{
		padding: 62px 48.5px 72px;
		gap: 0;
		justify-content: center;
		flex-direction: column;
	}
	.section_box.quality .quality-heading{
		flex-basis: 100%;
		max-width: none;
		display: contents;
	}
	.section_box.quality .quality-heading h2{
		order: 2;
		width: 100%;
		max-width: none;
	}
	.section_box.quality .quality-heading .heading_en{
		order: 1;
		width: 100%;
		margin-bottom: 10px;
	}
	.section_box.quality .quality-heading .description{
		max-width: none;
		margin-bottom: 40px;
		order: 4;
	}
	.section_box.quality .quality-heading .description br{
		display: none;
	}
	.section_box.quality .quality-img{
		flex-basis: 100%;
		order: 3;
		margin-bottom: 25px;
	}
	.section_box.quality .button-link{
		order: 5;
	}
}
@media screen and (max-width: 781px) {
	.section_box.quality .section_inner{
		padding: 62px 28.5px 72px;
	}
}
@media screen and (max-width: 568px) {
	.section_box.quality .quality-heading h2{
		font-size: 20px;
		line-height: 1.75;
	}
}


/* ページ内リンク */
.section_box.pagelink{
	margin-bottom: 145px;
}
.section_box.pagelink .section_inner{
	display: flex;
	/* flex-wrap: wrap; */
	gap: 32px;
}
.section_box.pagelink .pagelink_list{
	display: block;
	flex: 1 1 0%;
	height: 673px;
	position: relative;
	overflow: hidden;
	flex-basis: calc(50% - 16px);
}
.section_box.pagelink .pagelink_list .pagelink-heading{
	z-index: 3;
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	min-width: calc(412px - 128px);
	background: #fff;
	padding: 49px 64px 64px;
}
.section_box.pagelink .pagelink_list .pagelink-heading h2{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
.section_box.pagelink .pagelink_list .pagelink-heading .heading_en{
	text-align: center;
	margin-top: -4px;
	margin-bottom: 16px;
}
.section_box.pagelink .pagelink_list .pagelink-heading .description{
	line-height: 2;
	margin-bottom: 32px;
}
.section_box.pagelink .pagelink_list .image_wrap{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #0F3F5C;
}
.section_box.pagelink .pagelink_list .image_wrap img{
	/* width: 100%; */
	/* height: 100%; */
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: top;
	will-change: transform;
	/* transition: all .25s ease-in-out; */
	aspect-ratio: 498 / 367;
	transform: scale(1.1);
	transform-origin: top;
}
.section_box.pagelink .section_inner > .heading_en{
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 48px;
}

@media screen and (min-width: 980px) and (max-width: 1130px) {
	.section_box.pagelink .pagelink_list .pagelink-heading{
		padding: 49px 8% 64px;
		/* min-width: calc(412px - 15.53vw * 2); */
	}
}

@media screen and (max-width: 979px) {
	.section_box.pagelink .section_inner{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 979px) {
	.section_box.pagelink .section_inner{
		flex-wrap: wrap;
	}
	.section_box.pagelink{
		margin-bottom: 90px;
	}
	.page-id-18 .section_box.pagelink{
		margin-bottom: 0;
	}
	.section_box.pagelink .pagelink_list{
		flex-basis: 100%;
		/* height: 480px; */
		max-width: 498px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 568px) {
	.section_box.pagelink .section_inner{
		flex-wrap: wrap;
	}
	.section_box.pagelink .pagelink_list{
		height: 480px;
		max-width: 420px;
	}
	.section_box.pagelink .pagelink_list .pagelink-heading{
		min-width: calc(285px - 60px);
		padding: 32px 30px 42px;
		bottom: 30px;
	}
	.section_box.pagelink .pagelink_list .pagelink-heading h2{
		font-size: 20px;
	}
	.section_box.pagelink .pagelink_list .pagelink-heading .heading_en{
		font-size: 10px;
		margin-bottom: 10px;
	}
	.section_box.pagelink .pagelink_list .pagelink-heading .description{
		font-size: 14px;
		margin-bottom: 24px;
		line-height: 1.667;
	}
}
@media screen and (max-width: 374px) {
	.section_box.pagelink .pagelink_list .pagelink-heading{
		/* min-width: calc(285px - 48px); */
		padding: 32px 16px 42px;
	}
}





/* コンテンツとフッターの余白 */
.content-area {
	/* margin-bottom: 0; */
	margin-bottom: 160px;
}
.home .content-area {
	margin-bottom: 0;
}

@media screen and (max-width: 979px) {
	.content-area {
		/* margin-bottom: 80px; */
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 568px) {
	.content-area {
		margin-bottom: 70px;
	}
}


/* フッター */
.site-bottom-content{
	padding-left: 30px;
	padding-right: 30px;
}
.site-bottom{
	background-color: #2490D0 !important;
	border-top: none;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 18px;
}
@media screen and (max-width: 979px) {
	.site-bottom{
		padding-top: 46px;
		padding-bottom: 32px;
	}
}

.section_box.footercontact{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #fff;
}
.section_box.footercontact .section_inner{
	max-width: 730px;
	padding: 98px 20px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}
.section_box.footercontact .footercontact-heading{
	flex-basis: 100%;
}
.section_box.footercontact .footercontact-heading h2{
	text-align: center;
	font-size: 26px;
	margin-bottom: 25px;
}
.section_box.footercontact .footercontact-heading .heading_en{
	text-align: center;
	margin-bottom: 21px;
}
.section_box.footercontact .button-link{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding: 20px 58px;
}
.section_box.footercontact .button-link::before {
	content: '';
	width: 16px;
	height: 12px;
	display: inline-block;
	background-image: url(./img/icon_mail_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 6px;
}
.section_box.footercontact .footer_tel{
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color: #2490D0 !important;
	font-size: 37px;
	letter-spacing: 0.135em;
	line-height: 1;
	margin-bottom: 4px;
	font-feature-settings: 'kern', 'liga', 'calt';
}
.section_box.footercontact .footer_tel::before {
	content: '';
	width: 27px;
	height: 36px;
	display: inline-block;
	background-image: url(./img/icon_tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 2px;
	margin-top: -3px;
	vertical-align: middle;
}
.section_box.footercontact .footer_tel a{
	text-decoration: none;
	color: #2490D0;
}
.section_box.footercontact .footer_annotation{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1;
	margin-bottom: 0;
}

@media screen and (max-width: 979px) {
	.section_box.footercontact .section_inner{
		justify-content: center;
		padding: 48px 20px 60px;
	}

}
@media screen and (max-width: 568px) {
	.section_box.footercontact .footercontact-heading .heading_en{
		margin-bottom: 19px;
	}
	.section_box.footercontact .footercontact-heading h2{
		font-size: 20px;
		margin-bottom: 1px;
	}
	.section_box.footercontact .footer_tel{
		font-size: 34px;
	}
	.section_box.footercontact .button-link{
		margin-top: 15px;
	}
}



.section_box.footer_menu{
	max-width: 1028px;
	margin: 0 auto;
	padding: 0 20px;
}
.section_box.footer_menu .section_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 32px;
	margin-bottom: 56px;
}
.section_box.footer_menu .section_inner .company_details{
	flex-basis: calc(60% - 16px);
	display: flex;
	flex-wrap: wrap;
	gap: 28px 30px;
}
.section_box.footer_menu .section_inner .company_details .company_logo{
	flex-basis: 100%;
	text-align: left;
}
@media screen and (max-width: 979px) {
	.section_box.footer_menu .section_inner .company_details .company_logo{
		text-align: center;
	}
}
.section_box.footer_menu .section_inner .company_details > p{
	font-size: 14px;
	line-height: 1.714;
	letter-spacing: 0.1em;
}
.section_box.footer_menu .section_inner .company_details > p a{
	text-decoration: none;
	color: #fff;
}
.section_box.footer_menu .footer_menus{
	flex-basis: calc(40% - 16px);
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.section_box.footer_menu .footer_menus > div{
	flex-basis: calc(50% - 16px);
}
.section_box.footer_menu .footer_menus ul{
	list-style: none;
	margin: 0;
	text-align: left;
}
.section_box.footer_menu .footer_menus ul li a{
	color: #fff;
}
.section_box.footer_menu .footer_menus ul li a:hover{
	opacity: 0.7;
}
.section_box.footer_menu .footer_menus ul.menu > li > a {
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1;
}
.section_box.footer_menu .footer_menus ul.menu > li ul li{
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.46;
}
.section_box.footer_menu .footer_menus ul.menu > li ul li a{
	padding-left: 2.1em;
	position: relative;
	display: block;
}
.section_box.footer_menu .footer_menus ul.menu > li ul li a::before{
	content: '─';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(calc(-50% + 1px));
	font-size: 14px;

}

@media screen and (max-width: 1142px) {
	.section_box.footer_menu .section_inner .company_details{
		flex-basis: calc(50% - 16px);
	}
	.section_box.footer_menu .footer_menus{
		flex-basis: calc(50% - 16px);
	}
}

@media screen and (max-width: 979px) {
	.section_box.footer_menu{
		padding: 0;
	}
	.section_box.footer_menu .section_inner .company_details{
		flex-basis: 100%;
	}
	.section_box.footer_menu .footer_menus{
		flex-basis: 100%;
	}

}
@media screen and (max-width: 568px) {
	.section_box.footer_menu .section_inner{
		gap: 20px;
		margin-bottom: 10px;
	}
	.section_box.footer_menu .footer_menus > div{
		flex-basis: 100%;
	}
	.section_box.footer_menu .footer_menus ul.menu > li > a{
		padding-left: 20px;
	}
	.section_box.footer_menu .footer_menus ul.sub-menu{
		padding-left: 20px;
	}
	.section_box.footer_menu .section_inner .company_details{
		gap: 0;
	}
	.section_box.footer_menu .section_inner .company_details > p{
		font-size: 14px;
		line-height: 1.846;
		letter-spacing: 0.05em;
		width: 100%;
		margin-bottom: 10px;
	}
	.section_box.footer_menu .section_inner .company_details .company_logo{
		margin-bottom: 18px;
	}
	.section_box.footer_menu .section_inner .company_details .company_logo img{
		transform: scale(1.1, 1.1);
		transform-origin: center;
	}
}


.site-info{
	clear: both;
	float: none;
	margin-top: 0;
	text-align: center;
}
.site-copyright{
	margin-bottom: 0;
}

@media screen and (max-width: 979px) {
	.site-info{
		font-size: 10px;
	}
}

/* 下層ページ */
:not(.home) .site-header{
	margin-bottom: 77px;
}
@media screen and (max-width: 979px) {
	:not(.home) .site-header{
		margin-bottom: 57px;
	}
}



/* 事業案内ページ */
.page-id-18 .section_box.pagelink .section_inner{
	gap: 135px;
    flex-wrap: wrap;
}
.page-id-18 .section_box.pagelink .pagelink_list{
	flex-basis: 100%;
	height: 433px;
	overflow: visible;
}
.page-id-18 .section_box.pagelink .pagelink_list .image_wrap{
	background-color: transparent;
}
.page-id-18 .section_box.pagelink .pagelink_list .image_wrap img{
	aspect-ratio: 710 / 433;
	max-width: 710px;
}
.page-id-18 .section_box.pagelink .pagelink_list:nth-child(2n) .image_wrap img{
	left: auto;
	right: 0;
}
.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading{
	top: calc(50% + 74px);
    right: 0;
	bottom: auto;
	left: auto;
    transform: translateY(-50%);
	min-width: auto;
	max-width: calc(392px - 98px);
	min-height: calc(392px - 133px);
	padding: 61px 49px 72px;
}
.page-id-18 .section_box.pagelink .pagelink_list:nth-child(2n) .pagelink-heading{
	left: 0;
	right: auto;
}
.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading .description{
	min-height: 90px;
}
@media screen and (min-width: 782px) {
	.section_box.repeat .repeat-heading h2 br{
		display: none;
	}
}
@media screen and (max-width: 781px) {
	.section_box.repeat .repeat-heading h2{
		text-align: left !important;
		font-size: 20px !important;
	}
	.section_box.repeat .repeat-heading .description{
		text-align: justify !important;
	}
	.section_box.repeat .repeat-heading .description br{
		display: none;
	}
}
@media screen and (max-width: 979px) {
	.page-id-18 .section_box.pagelink .section_inner{
		gap: 80px;
	}
	.page-id-18 .section_box.pagelink .pagelink_list{
		max-width: none;
		height: auto;
		display: flex;
        flex-direction: column-reverse;
	}
	.page-id-18 .section_box.pagelink .pagelink_list .image_wrap img{
		aspect-ratio: 344 / 209 ;
		max-width: none;
		object-fit: cover;
        object-position: center;
        width: 100%;
        height: auto;
		transform: none;
		position: relative;
		top: auto;
		left: auto;
	}
	.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading{
		position: relative;
        top: auto;
        right: auto;
        transform: none;
		max-width: none;
		min-height: auto;
	}
	.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading h2 {
        font-size: 30px;
    }
	.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading .heading_en {
        font-size: 12px;
        margin-bottom: 10px;
    }
	.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading .description {
		font-size: 15px;
		min-height: auto;
	}
}
@media screen and (max-width: 568px) {
	.page-id-18 .section_box.pagelink .section_inner{
		gap: 40px;
	}
	.page-id-18 .section_box.pagelink .pagelink_list{
		padding: 0;
	}
	.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading{
		padding: 28px 25px 35px;
	}
	.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading h2 {
        font-size: 26px;
    }
	.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading .heading_en {
        font-size: 10px;
    }
	.page-id-18 .section_box.pagelink .pagelink_list .pagelink-heading .description {
		min-height: 86px;
	}
}

/* 旅客バス事業ページ */
.parent-pageid-18 .section_box.business{
	margin-top: 240px;
}
.parent-pageid-18 .content-area{
	margin-bottom: 0;
}
@media screen and (max-width: 781px) {
	.parent-pageid-18 .section_box.business{
		margin-top: 90px;
	}
	/* .page-id-20 .section_box.repeat .repeat-heading .description br {
		display: block;
	} */
	/* .page-id-20 .section_box.repeat .repeat-heading .description br + br {
		display: block;
	} */
}

.page-id-20 .section_box.wysiwyg.bus{
	padding: 43px;
}
.page-id-20 .section_box.wysiwyg.bus p{
	/* font-size: 20px;
	letter-spacing: 0.1em; */
	line-height: 2.0;
}
.page-id-20 .section_box.wysiwyg.bus p img{
	margin-bottom: 0;
}
@media screen and (max-width: 781px) {
	.page-id-20 .section_box.wysiwyg.bus{
		padding: 30px;
	}
	.page-id-20 .section_box.wysiwyg.bus p{
		/* font-size: 18px;
		letter-spacing: 0.05em; */
		/* line-height: 1.5; */
	}
}

/* 貨物トラック事業ページ */
.page-id-22 .section_box.wysiwyg.truck{
	padding: 43px;
}
.page-id-22 .section_box.wysiwyg.truck p{
	/* font-size: 20px;
	letter-spacing: 0.1em; */
	line-height: 2.0;
}
.page-id-22 .section_box.wysiwyg.truck p img{
	margin-bottom: 0;
}
@media screen and (max-width: 781px) {
	.page-id-22 .section_box.wysiwyg.truck{
		padding: 30px;
	}
	.page-id-22 .section_box.wysiwyg.truck p{
		/* font-size: 18px;
		letter-spacing: 0.05em; */
		/* line-height: 1.5; */
	}
}


/* 繰り返しボックス */
.section_box.repeat{
	margin-bottom: 100px;
}
@media screen and (max-width: 781px) {
	.section_box.repeat{
		margin-bottom: 64px;
	}
}
.section_box.repeat .repeat-heading h2{
	font-size: 26px;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.84;
}
.section_box.repeat .repeat-heading .description{
	text-align: center;
	line-height: 2;
}
.section_box.repeat .image_wrap{
	text-align: center;
}
.section_box.repeat .section_inner > .repeat_list .repeat-heading{
	margin-bottom: 50px;
}
/* .section_box.repeat .section_inner > .repeat_list:last-of-type .repeat-heading{
	margin-bottom: 0;
} */
.section_box.repeat .section_inner > .repeat_list .image_wrap{
	margin-bottom: 50px;
}
.section_box.repeat .section_inner > .repeat_list:last-of-type .image_wrap{
	margin-bottom: 0;
}
@media screen and (max-width:781px){
	.section_box.repeat .repeat-heading .description{
		text-align: justify;
	}
	.section_box.repeat .repeat-heading .description br{
		display: none;
	}
}


/* 保有車両 */
.section_box.vehicle .section_inner .vehicle_list{
	display: flex;
	gap: 32px;
	padding: 40px;
	background-color: #fff;
	margin-bottom: 48px;
}
@media screen and (max-width:781px){
	.section_box.vehicle .section_inner .vehicle_list{
		flex-wrap: wrap;
		padding: 30px;
	}
}
.section_box.vehicle .section_inner .vehicle_list:last-child{
	margin-bottom: 0;
}
.section_box.vehicle .section_inner .vehicle_list .vehicle-heading h2{
	text-align: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 15px;
    margin-bottom: 8px;
	font-size: 20px;
}
.section_box.vehicle .section_inner .vehicle_list .vehicle-heading p{
	line-height: 2;
}
.section_box.vehicle .section_inner .vehicle_list .vehicle-heading p.information{
	margin-bottom: 34px;
}

/* セクション見出し */
.section_box.section-head{
	margin-top: 140px;
	margin-bottom: 45px;
}
.section_box.section-head .section_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 2px;
}
@media screen and (max-width:979px){
	.page-id-329 .entry-content > .section_box.section-head:first-of-type {
        margin-top: 3px;
    }

}
@media screen and (max-width:781px){
	.section_box.section-head{
		margin-top: 80px;
		margin-bottom: 28px;
	}
	.section_box.section-head .section_inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

.section_box.section-head .section-head-heading h2{
	font-size: 26px;
	margin-bottom: 0;
	position: relative;
}
@media screen and (max-width:781px){
	.section_box.section-head .section-head-heading h2{
		font-size: 20px;
	}
}
.section_box.section-head .section-head-heading h2::before{
	content: '';
	width: 40px;
	height: 2px;
	background-color: #2490D0;
	position: absolute;
	top: -8px;
	left: 0;
}
.section_box.section-head .section-head-heading p{
	line-height: 2;
	margin-bottom: 0;
	font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
	letter-spacing: 0.18em;
}

/* 品質管理見出し */
.section_box.quality-head{
	margin-bottom: 76px;
}
.section_box.quality-head .section_inner{
	display: flex;
	justify-content: space-between;
	gap: 32px;
	align-items: center;
}
.section_box.quality-head .section_inner .quality-head-heading{
	flex-basis: calc(100% - 505px - 32px);
	flex-basis: 394px;
}
.section_box.quality-head .section_inner .quality-head-heading h2{
	font-size: 26px;
	margin-bottom: 24px;
	position: relative;
}

@media screen and (max-width:781px){
	.section_box.quality-head .section_inner .quality-head-heading h2{
		font-size: 20px;
	}
}
.section_box.quality-head .section_inner .quality-head-heading h2::before{
	content: '';
	width: 40px;
	height: 2px;
	background-color: #2490D0;
	position: absolute;
	top: -8px;
	left: 0;
}
.venn {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 392px;
	min-width: 392px;
    height: 370px;
    /* font-size: 1.5vw; */
    list-style: none;
	flex-basis: 392px;
}
.venn > div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 215px;
    height: 215px;
    box-sizing: border-box;
    /* border: solid 1px rgba(0,125,144,0.7); */
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
	box-shadow: 0 0 20px rgba(0, 125, 144, 0.7);
	font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 1.42;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.venn > div:nth-of-type(1) {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    /* padding: 0px 0.5em; */
}
.venn > div:nth-of-type(2) {
    bottom: 0px;
    left: 0px;
    /* padding: 0px 2.5em 0px 0.5em; */
	/* padding: 0 1.0em 0 0; */
}
.venn > div:nth-of-type(3) {
    bottom: 0px;
    right: 0px;
    /* padding: 0px 0.5em 0px 2.5em; */
}

@media screen and (min-width: 980px) {
	.venn {
		left: -44px;
	    top: -20px;
	}
}

@media screen and (max-width: 979px) {
	.section_box.quality-head .section_inner{
		flex-wrap: wrap;
	}
	.section_box.quality-head .section_inner .quality-head-heading{
		flex-basis: 100%;
	}
	.venn {
		margin: auto;
	}
}
@media screen and (max-width: 546px) {
	.venn {
		width: 100%;
		min-width: auto;
		height: 86.4vw;
		flex-basis: 100%;
	}
	.venn > div{
		width: 50.4vw;
		height: 50.4vw;
		font-size: 4.0vw;
	}
}




/* 品質向上取り組み */
.section_box.quality-improvement{
	margin-bottom: 80px;
}
.section_box.quality-improvement .quality-improvement_list{
	padding: 68px 68px 34px;
	background-color: #fff;
	position: relative;
}
.section_box.quality-improvement .quality-improvement_list:not(:last-of-type)::after{
	content: '';
	width: calc(100% - 136px);
	height: 1px;
	background-color: #c6c6c6;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.section_box.quality-improvement .quality-improvement-heading h2{
	font-size: 26px;
}
.section_box.quality-improvement .image_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.section_box.quality-improvement .image_wrap .left{
	flex-basis: calc(50% - 20px);
}
.section_box.quality-improvement .image_wrap .right{
	flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 781px) {
	.section_box.quality-improvement .quality-improvement_list{
		padding: 30px;
	}
	.section_box.quality-improvement .image_wrap{
		gap: 30px;
	}
	.section_box.quality-improvement .image_wrap .left{
		flex-basis: 100%;
	}
	.section_box.quality-improvement .image_wrap .right{
		flex-basis: 100%;
	}
	.section_box.quality-improvement .quality-improvement_list:not(:last-of-type)::after{
		width: 100%;
	}
	.section_box.quality-improvement .quality-improvement-heading h2{
		font-size: 20px;
		margin-bottom: 24px;
	}
}
.section_box.quality-improvement .image_wrap img{
	aspect-ratio: 415 / 243;
	object-fit: cover;
	object-position: center;
}
.section_box.quality-improvement .image_wrap h3{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.18em;
	margin-top: 19px;
    margin-bottom: 5px;
}
.section_box.quality-improvement .image_wrap p{
	line-height: 1.667;
}
@media screen and (max-width: 781px) {
	.section_box.quality-improvement .image_wrap h3{
		font-size: 18px;
		margin-top: 14px;
	}
}

/* 品質向上カード部分 */
.section_box.card .section_inner{
	display: flex;
    gap: 54px 37px;
    flex-wrap: wrap;
}
.section_box.card .section_inner .card_list{
	padding: 18px 25px 24px;
    background: #fff;
    flex-basis: calc(33.333% - 75px);
}
.section_box.card .section_inner .card_list h2{
	margin: 0 0 7px;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.section_box.card .section_inner .card_list .image_wrap{
	margin-bottom: 13px;
}
.section_box.card .section_inner .card_list .image_wrap img{
	aspect-ratio: 268 / 186;
	object-fit: cover;
}
.section_box.card .section_inner .card_list h3{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin: 0 0 6px;
	letter-spacing: 0.1em;
}
.section_box.card .section_inner .card_list p{
	line-height: 1.667;
	margin-bottom: 0;
}
@media screen and (max-width: 979px) {
	.section_box.card .section_inner .card_list{
		flex-basis: 100%;
		padding: 72px;
	}
	.section_box.card .section_inner .card_list h2{
		margin-bottom: 14px;
	}
	.section_box.card .section_inner .card_list h3{
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 781px) {
	.section_box.card .section_inner .card_list{
		padding: 30px 30px 32px;
	}
}


/* 2列ブロック */
.section_box.two-column{
	padding: 80px;
	background-color: #fff;
	margin-bottom: 52px;
}
@media screen and (max-width:781px){
	.section_box.two-column{
		padding: 30px;
	}
}
.section_box.two-column .section_inner{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.section_box.two-column .section_inner .image_wrap{
	flex-basis: calc(37% - 16px);
	text-align: center;
	display: flex;
    gap: 21px;
	justify-content: center;
}
.section_box.two-column .section_inner .image_wrap.multiple{
	flex-basis: calc(52% - 16px);
}
@media screen and (max-width:781px){
	.section_box.two-column .section_inner .image_wrap{
		flex-basis: 100%;
	}
	.section_box.two-column .section_inner .image_wrap.multiple{
		flex-basis: 100%;
	}
}
.section_box.two-column .section_inner .image_wrap.right{
	order: 2;
}
/* .section_box.two-column .section_inner .image_wrap img{
	aspect-ratio: 310 / 209;
    object-fit: cover;
} */
 .section_box.two-column.trim .section_inner .image_wrap img{
	aspect-ratio: 310 / 209;
    object-fit: cover;
}
/* @media screen and (max-width:979px){
	.section_box.two-column .section_inner .image_wrap img{
		aspect-ratio: auto;
	}
} */
.section_box.two-column .section_inner .image_wrap .caption{
	font-size: 14px;
	line-height: 1.25;
	margin-top: 4px;
}
.section_box.two-column .section_inner .two-column-heading{
	flex-basis: calc(63% - 16px);
}
.section_box.two-column .section_inner .image_wrap.multiple + .two-column-heading {
	flex-basis: calc(48% - 16px);
}
@media screen and (max-width:781px){
	.section_box.two-column .section_inner .two-column-heading{
		flex-basis: 100%;
	}
	.section_box.two-column .section_inner .image_wrap.multiple + .two-column-heading {
		flex-basis: 100%;
	}
}
.section_box.two-column .section_inner .two-column-heading h2{
	font-size: 20px;
	margin-bottom: 12px;
}
@media screen and (max-width:781px){
	.section_box.two-column .section_inner .two-column-heading h2{
		font-size: 18px;
	}
}
@media screen and (max-width:568px){
	.section_box.two-column .section_inner .two-column-heading h2{
		letter-spacing: 0.1em;
	}
}
.section_box.two-column .section_inner .two-column-heading p{
	line-height: 2;
	margin-bottom: 17px;
}
@media screen and (max-width:568px){
	.section_box.two-column .section_inner .two-column-heading p{
		letter-spacing: 0;
	}
}
.section_box.two-column .section_inner .two-column_about{
	background-color: #D5E9F6;
    padding: 22px 24px 24px;
}
@media screen and (max-width:781px){
	.section_box.two-column .section_inner .two-column_about{
		padding: 14px;
	}
}

.section_box.two-column .section_inner .two-column_about h3{
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 6px;
}
.section_box.two-column .section_inner .two-column_about p{
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.538;
	margin-bottom: 7px;
}
@media screen and (max-width:781px){
	.section_box.two-column .section_inner .two-column_about p{
		font-size: 14px;
	}
}
.section_box.two-column .section_inner .two-column_about a{
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
@media screen and (max-width:781px){
	.section_box.two-column .section_inner .two-column_about a{
		font-size: 14px;
		line-height: 1.5;
    	display: block;
	}
}

/* ビジュアルエディタブロック */
.section_box.wysiwyg{
	background-color: #fff;
	padding: 74px;
	margin-bottom: 44px;
}
@media screen and (max-width:781px){
	.section_box.wysiwyg{
		padding: 30px;
	}
}
.section_box.wysiwyg h2{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.18em;
	margin-top: 0;
	margin-bottom: 14px;
}
.section_box.wysiwyg li{
	line-height: 2;
	margin-bottom: 8px;
	text-align: justify;
}
@media screen and (max-width:781px){
	.section_box.wysiwyg h2{
		font-size: 18px;
	}
	.section_box.wysiwyg li{
		line-height: 1.667;
	}
}
.section_box.wysiwyg ul li:last-of-type{
	margin-bottom: 0;
}
.section_box.wysiwyg ol li:last-of-type{
	margin-bottom: 0;
}
.section_box.wysiwyg .wysiwyg_list > *:last-child{
	margin-bottom: 0;
}

/* PDFリンクボタン */
.section_box.pdf-button{
	margin-bottom: 40px;
}
.section_box.pdf-button .section_inner{
	display: flex;
	flex-wrap: wrap;
    gap: 32px;
}
.section_box.pdf-button .section_inner .pdf-button_list{
	flex-basis: calc(50% - 16px - 120px);
	padding: 60px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* @media screen and (max-width: 979px) {
} */
@media screen and (max-width: 979px) {
	.section_box.pdf-button .section_inner .pdf-button_list{
		flex-basis: 100%;
		padding: 60px 30px;
	}
	/* .page-id-28 .section_box.pdf-button .section_inner .pdf-button_list{
		padding: 30px 18px;
	} */
}


@media screen and (min-width: 782px) {
	br.br-pc{
		display: block !important;
	}
	br.br-sp{
		display: none !important;
	}
}
@media screen and (max-width: 781px) {
	br.br-pc{
		display: none !important;
	}
	br.br-sp{
		display: block !important;
	}
}

.section_box.pdf-button .section_inner .pdf-button_list h2{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.18em;
	margin-top: 0;
	margin-bottom: 0;
	flex-basis: 100%;
	text-align: center;
	min-height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.section_box.pdf-button .section_inner .pdf-button_list p{
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 0;
}
.section_box.pdf-button .section_inner .pdf-button_list .button-link{
	margin-top: 40px;
}
@media screen and (max-width: 979px) {
	.section_box.pdf-button .section_inner .pdf-button_list .button-link{
		margin-top: 20px;
	}
}
@media screen and (max-width: 781px) {
	.section_box.pdf-button .section_inner .pdf-button_list h2{
		font-size: 18px;
	}
}

/* 不動産賃貸事業 */
@media screen and (max-width:781px){
	.page-id-24 .section_box.two-column .section_inner .image_wrap.right{
		order: 1;
	}
	.page-id-24 .section_box.two-column .section_inner .two-column-heading {
        order: 2;
    }
}

/* その他事業 */
@media screen and (max-width:781px){
	.page-id-26 .section_box.two-column .section_inner .image_wrap.right{
		order: 1;
	}
	.page-id-26 .section_box.two-column .section_inner .two-column-heading {
        order: 2;
    }
}

/* 品質管理ページ */
/* .page-id-28 .section_box.two-column + .section_box.two-column{
	margin-bottom: 92px;
} */
.page-id-28 nav.wp-block-navigation{
	margin-bottom: 100px;
}
.page-id-28 .wp-block-navigation ul{
	gap: 0;
}
.page-id-28 .wp-block-navigation .wp-block-navigation-item{
	flex-basis: 25%;
	height: 108px;
}
.page-id-28 .wp-block-navigation .wp-block-navigation-item__content{
	width: 100%;
    height: calc(100% - 10px);
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 10px;
	border-left: 1px solid #2490D0;
	position: relative;
	line-height: 1.533;
}
.page-id-28 .wp-block-navigation .wp-block-navigation-item:last-of-type .wp-block-navigation-item__content{
	border-right: 1px solid #2490D0;
}
.page-id-28 .wp-block-navigation .wp-block-navigation-item__content::after{
	content: '';
	width: 10px;
	height: 7px;
	background-image: url(img/icon_arrowdown.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 11px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease-in-out;
}
.page-id-28 .wp-block-navigation .wp-block-navigation-item__content:hover::after{
	bottom: 2px;
}

.page-id-28 .section_box.wysiwyg.management_torikumi{
	display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(1),
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(5){
	flex-basis: 100%;
}
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(1) h2{
	margin-bottom: 0;
}
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(2),
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(3),
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(4),
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(6),
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(7),
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(8){
	flex-basis: calc(33.333% - 30px);
	min-width: 258px;
	margin-bottom: 10px;
}
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(2) p,
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(3) p,
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(4) p,
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(6) p,
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(7) p,
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(8) p{
	line-height: 1.8;
}
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list h3{
	font-feature-settings: "palt";
	margin-top: 20px;
}

.page-id-28 .section_box.wysiwyg.kyoiku > .wysiwyg_list li{
	line-height: 1.8;
}
.page-id-28 .section_box.wysiwyg.kyoiku > .wysiwyg_list h2{
	margin-bottom: 0;
}

.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:last-of-type,
.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list div > *:last-child,
.page-id-28 .section_box.wysiwyg.kyoiku > .wysiwyg_list div > *:last-child{
	margin-bottom: 0;
}

.page-id-28 .section_box.wysiwyg.sougou > .wysiwyg_list li{
	line-height: 1.8;
}
.page-id-28 .section_box.wysiwyg.sougou > .wysiwyg_list h3{
	margin-bottom: 8px;
}

.page-id-28 .section_box.wysiwyg.vehicle > .wysiwyg_list li{
	line-height: 1.8;
}
.page-id-28 .section_box.wysiwyg.vehicle > .wysiwyg_list h3{
	margin-bottom: 8px;
}

@media screen and (min-width:569px){
	.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(1) h2 br,
	.page-id-28 .section_box.wysiwyg.kyoiku > .wysiwyg_list h2 br,
	.page-id-28 .section_box.wysiwyg.sougou > .wysiwyg_list h2 br{
		display: none;
	}
}
@media screen and (max-width:979px){
	.page-id-28 .wp-block-navigation .wp-block-navigation-item{
		flex-basis: 50%;
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(1),
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(2){
		margin-bottom: 16px;
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(2) .wp-block-navigation-item__content{
		border-right: 1px solid #2490D0;
	}

	.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list{
		flex-basis: 100%;
	}
	.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(2),
	.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(3),
	.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(4),
	.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(6),
	.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(7),
	.page-id-28 .section_box.wysiwyg.management_torikumi > .wysiwyg_list:nth-child(8){
		flex-basis: 100%
	}
}

@media screen and (max-width:781px){
	.page-id-28 .section_box.wysiwyg.traffic-safety-measures h2 br{
		display: none;
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item{
		flex-basis: 100%;
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item__content{
		border-left: none;
		border: 1px solid #2490D0 !important;
		border-radius: 8px;
        /* padding: 10px 0; */
		padding: 10px 20px 10px 10px;
        /* background-color: #fff; */
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(2) .wp-block-navigation-item__content {
        border-right: none;
    }
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:last-of-type .wp-block-navigation-item__content {
		border-right: none;
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item__label br:first-of-type{
		display: none;
	}
	/* .page-id-28 .wp-block-navigation .wp-block-navigation-item__label:nth br:first-of-type{
		display: block;
	} */
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(3) br:nth-of-type(2){
		display: block;
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(4) br:nth-of-type(1){
		display: block;
	}

	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(1),
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(2),
	.page-id-28 .wp-block-navigation .wp-block-navigation-item:nth-of-type(3){
		margin-bottom: 30px;
		margin-bottom: 22px /* 10px */;
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item{
		height: 64px;
	}

	.page-id-28 .wp-block-navigation .wp-block-navigation-item__content::after{
		bottom: 2px;
		transition: none;
		right: 8px;
        left: auto;
        bottom: auto !important;
        transform: none;
        width: 12px;
        height: 8px;
	}
}

@media screen and (max-width:568px){
	.page-id-28 .wp-block-navigation .wp-block-navigation-item{
		height: 48px;
	}
	.page-id-28 .wp-block-navigation .wp-block-navigation-item__content{
		font-size: 14px;
		line-height: 1.2;
		/* letter-spacing: 0; */
		font-feature-settings: "palt";
	}

	.page-id-28 .wp-block-navigation .wp-block-navigation-item__content:hover::after{
		bottom: 2px;
	}
}



/* 会社情報ページ */
.page-id-30 .entry-content > .section_box.section-head:first-of-type{
	margin-top: 64px;
}
@media screen and (max-width: 979px) {
	.page-id-30 .entry-content > .section_box.section-head:first-of-type{
		margin-top: 3px;
	}
}

/* .page-id-30 .section_box.wysiwyg{
	padding: 106px;
} */
.page-id-30 .section_box.wysiwyg .wysiwyg_list:first-of-type h2{
	font-size: 26px;
	letter-spacing: 0.18em;
	line-height: 1.846;
	text-align: center;
	margin-bottom: 58px;
}
@media screen and (max-width:781px){
	.page-id-30 .section_box.wysiwyg .wysiwyg_list:first-of-type h2{
		font-size: 18px;
		text-align: justify;
		margin-bottom: 24px;
	}
	.page-id-30 .section_box.wysiwyg .wysiwyg_list:first-of-type h2 br{
		display: none;
	}
}
.page-id-30 .section_box.wysiwyg .wysiwyg_list:last-of-type{
	padding: 40px;
	border: 2px solid #c6c6c6;
	max-width: 740px;
    margin: 0 auto;
}
@media screen and (max-width:781px){
	.page-id-30 .section_box.wysiwyg .wysiwyg_list:last-of-type{
		padding: 14px;
	}
}
.page-id-30 .section_box.wysiwyg .wysiwyg_list:last-of-type h3{
	margin-top: 0;
}

.wp-block-table{
	background-color: #fff;
	padding: 70px 74px 86px;
}
.wp-block-table table{
	font-size: 100%;
    margin-bottom: 0;
}
.wp-block-table table tr td:first-of-type,
.wp-block-table table tr th:first-of-type{
	vertical-align: top;
    font-weight: 700;
}
.wp-block-table td,
.wp-block-table th{
	border: none;
    padding: 24px 20px;
    border-bottom: 1px solid #c6c6c6;
    vertical-align: top;
}
.wp-block-table table tr:first-of-type td,
.wp-block-table table tr:first-of-type th{
	border-top: 1px solid #c6c6c6;
}
@media screen and (max-width: 979px) {
	.wp-block-table{
		padding: 30px;
	}
	.wp-block-table td,
	.wp-block-table th{
	    padding: 24px 0;
		display: block;
		letter-spacing: 0;
	}
	.wp-block-table tr td:first-of-type{
	    padding-bottom: 4px;
		border-bottom: none;
	}
	.wp-block-table tr td:last-of-type{
	    padding-top: 0;
		border-top: none !important;
	}
}

.page-id-30 table td a{
	color: #000;
	font-size: 12px;
}


/* 岡山企業グループ */
.section_box.group .group_list{
	background-color: #fff;
	padding: 45px;
	margin-bottom: 42px;
}
.section_box.group .group_list h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.18em;
    margin-top: 0;
	font-size: 26px;
    margin-bottom: 0;
}
.section_box.group .group_list .introduction{
	line-height: 2;
	margin-bottom: 18px;
	min-height: 90px;
}
.section_box.group .group_list .industry{
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	min-height: 30px;
	margin-bottom: 21px;
	font-feature-settings: "palt";
}
.section_box.group .group_list .industry_inner{
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
}
.section_box.group .group_list .industry_inner .information{
	flex-basis: calc(57% - 24px);
}
.section_box.group .group_list .industry_inner .accessmap{
	flex-basis: calc(43% - 24px);
}

.section_box.group .group_list .industry_inner .accessmap .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.667%;
}
.section_box.group .group_list .industry_inner .accessmap .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section_box.group .group_list a{
	color: #000 !important;
}
.section_box.group .group_list .industry_inner .accessmap a{
	font-size: 12px;
	letter-spacing: 0.05em;
}
@media screen and (max-width:979px){
	.section_box.group .group_list .industry_inner .accessmap a{
		font-size: 14px;
	}
}
.section_box.group .group_list table{
	font-size: 100%;
    margin-bottom: 0;
}
.section_box.group .group_list table tr td:first-of-type,
.section_box.group .group_list table tr th:first-of-type{
	vertical-align: top;
}
.section_box.group .group_list td,
.section_box.group .group_list th{
	border: none;
    padding: 24px 24px;
    border-bottom: 1px solid #c6c6c6;
    vertical-align: top;
	background-color: transparent;
	line-height: 1.8;
	letter-spacing: 0;
}
.section_box.group .group_list table tr:first-of-type td,
.section_box.group .group_list table tr:first-of-type th{
	border-top: 1px solid #c6c6c6;
}
@media screen and (max-width: 979px) {
	.section_box.group .group_list{
		padding: 30px;
	}
	.section_box.group .group_list .industry_inner .information{
		flex-basis: 100%;
	}
	.section_box.group .group_list .industry_inner .accessmap{
		flex-basis: 100%;
	}
	.section_box.group .group_list td,
	.section_box.group .group_list th {
        padding: 24px 0;
        display: block;
    }
	.section_box.group .group_list th {
        padding-bottom: 4px;
        border-bottom: none;
    }
	.section_box.group .group_list td {
        padding-top: 0;
        border-top: none !important;
    }
	.section_box.group .group_list .industry{
		font-size: 14px;
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 781px) {
	.section_box.group .group_list h2{
		font-size: 20px;
	}

	.section_box.group .group_list .introduction{
		min-height: auto;
		margin-bottom: 24px;
	}

}

/* お問い合わせページ */
/* .page-id-15  */

/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
	/* max-width: 800px; */
	margin: 0 auto;
}

#cf-tbl table{
	width: 100%;
	border-collapse: collapse;
	/* border: solid #CCC;
	border-width: 1px; */
	border: none;
	color: #000;
    font-size: 100%;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
	/* border: solid #CCC;
	border-width: 1px; */
	border: none;
	vertical-align: middle;
	/* display: block; */
}
#cf-tbl table tr th{
	width: 180px;
	background: none;
	padding: 22px 0;
    vertical-align: top;
}
#cf-tbl table tr th p,
#cf-tbl table tr td p{
	margin-bottom: 0;
    font-weight: 400;
    line-height: 1.4;
}
#cf-tbl table tr:not(:last-of-type) td{
	margin-bottom: 32px;
    display: block;
}
#cf-tbl table tr + tr th{
    margin-top: 20px;
}

@media screen and (max-width:781px){
	#cf-tbl{
		width: 100%;
	}

	#cf-tbl table,
	#cf-tbl table tbody,
	#cf-tbl table tr,
	#cf-tbl table tr th,
	#cf-tbl table tr td{
		display: block;
	}

	#cf-tbl table{
		width: 100%;
		border-width: 0 0 1px 0;
	}

	#cf-tbl table tr th,
	#cf-tbl table tr td{
		width: 100%;
		padding: 0;
	}

	#cf-tbl table tr td{
		border-width: 0px 1px 0px 1px;
	}
	#cf-tbl table tr:not(:last-of-type) td{
		margin-bottom: 20px;
	}
	#cf-tbl table tr th p,
	#cf-tbl table tr td p{
		margin-bottom: 8px;
	}
}
/*「必須」文字デザイン*/
.required{
	color: #2490D0;
    margin-left: 4px;
    font-weight: 400;
}

/*「任意」文字デザイン*/
.optional{
	font-size: 14px;
	padding: 0px 10px 2px 10px;
	background: #505050;
	color: #fff;
	border-radius: 4px;
	margin-right: 16px;
    font-weight: 500;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 11px 20px;
	margin-right: 0;
	margin-top: 0;
	border: 2px solid #2490D0;
	/* background-color: #eff1f5; */
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
/* input.wpcf7-form-control.wpcf7-text{
    height: 62px;
} */
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
	max-width: 800px;
}
::placeholder {
	color: #c9c9c9;
	letter-spacing: 0.1em;
  }


.wpcf7-list-item{
    display: block;
    line-height: 1.8;
}

/* 「送信する」ボタン */
/* input.wpcf7-submit {
	display: block;
	padding: 15px;
	width: 400px;
	background: #ffaa56;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 2px;
	margin: 15px auto 0
}
@media screen and (max-width:781px){
	input.wpcf7-submit {
		width: 250px;
	}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
} */
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #D1242A;
	font-weight: 600;
}

.wpcf7{
	background-color: #fff;
	padding: 100px;
}

.submitbtn{
	text-align: center;
	margin-bottom: 0;
}
input.wpcf7-submit {
    margin: 74px auto 0;
}
.wp-block-button a, input.wpcf7-submit {
    display: flex;
    align-items: center;
    background: #2490D0;
	border-radius: 0;
    flex: none;
    flex-wrap: nowrap;
    justify-content: center;
    min-width: 315px;
    max-width: 100%;
    color: #fff;
    padding: 24px 36px;
    font-weight: 500;
    transition: .3s cubic-bezier(.4,.4,0,1);
    letter-spacing: 0.2em;
    text-transform: lowercase;
	font-size: 15px;
}
.wpcf7-spinner{
	display: none;
}
@media screen and (max-width: 781px) {
	.wpcf7{
		padding: 30px;
	}
	.wp-block-button a, input.wpcf7-submit {
		min-width: 284px;
		margin-top: 46px;
		margin-bottom: 10px;
	}
	input.wpcf7-form-control.wpcf7-text,
	textarea.wpcf7-form-control.wpcf7-textarea {
		padding: 11px 20px;
	}
}





.page-id-34 .section_box.contact{
	background-color: #fff;
	padding: 60px;
}
.page-id-34 .section_box.contact .tel {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #2490D0 !important;
    font-size: 50px;
    letter-spacing: 0.13em;
    line-height: 1;
    margin-bottom: 12px;
    font-feature-settings: 'kern', 'liga', 'calt';
	text-align: center;
}
.page-id-34 .section_box.contact .tel a {
	text-decoration: none;
	color: #2490D0;
}
.page-id-34 .section_box.contact .tel::before {
    content: '';
    width: 33px;
    height: 43px;
    display: inline-block;
    background-image: url(./img/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    margin-top: -8px;
    vertical-align: middle;
}
.page-id-34 .section_box.contact .annotation {
    font-weight: 400;
    /* font-size: 13px; */
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 2;
    margin-bottom: 0;
}

@media screen and (max-width: 781px) {
	.page-id-34 .section_box.contact{
		padding: 24px;
	}
	.page-id-34 .section_box.contact .tel {
		font-size: 34px;
	}
	.page-id-34 .section_box.contact .tel::before {
		width: 23px;
		height: 30px;
		margin-right: 4px;
	}
	.page-id-34 .section_box.repeat .repeat-heading .description br {
        display: block;
    }
}






.page-id-34 .section_box.footercontact,
.page-id-434 .section_box.footercontact{
	display: none;
}
/* 採用情報ページ */
.three-column .site-content{
	max-width: 1028px;
}
.three-column .loop-wrapper {
	margin-left: 0;
	margin-right: 0;
	gap: 54px 37px;
}
.three-column .post-grid{
	flex-basis: calc(33.3% - 25px);
	background-color: #fff;
	padding: 25px;
}
@media screen and (max-width: 979px) {
	.three-column .post-grid{
		flex-basis: calc(50% - 70px);
	}
}
@media screen and (max-width: 568px) {
	.three-column .post-grid{
		flex-basis: 100%;
	}
}
.post-grid .entry-title{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 11px;
	margin-bottom: 32px;
	word-break: keep-all;
}
.post-type-archive-recruit .post-grid .entry-title{
	word-break: normal;
}
.post-type-archive-recruit .post-grid .hentry{
	margin-bottom: 0;
}
.post-type-archive-recruit .post-grid .entry-header{
	margin-bottom: 15px;
}
.post-type-archive-recruit .post-grid .post-thumbnail img{
	aspect-ratio: 268 / 186;
	object-fit: cover;
}
.post-type-archive-recruit .post-grid .salary{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
	gap: 8px 0;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}
.post-type-archive-recruit .post-grid .salary > *{
    margin-bottom: 0;
}
.post-type-archive-recruit .post-grid .salary .kyuyo-type {
	flex-basis: 100%;
	/* margin-bottom: 8px; */
}
.post-type-archive-recruit .post-grid .salary .num {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.096em;
}
.post-type-archive-recruit .post-grid .wp-block-buttons>.wp-block-button{
	display: block;
	width: 100%;
}
.post-type-archive-recruit .post-grid .wp-block-button a{
	min-width: auto;
	color: #fff;
	padding: 12px 36px;
	letter-spacing: 0.05em;
    font-weight: 700;
	margin-top: 0;
}
.post-type-archive-recruit .post-grid .employment {
	font-size: 13px;
	margin-bottom: 0;
}


/* 採用情報　募集要項ページ */
.single-recruit .entry-header{
	text-align: left;
	margin-bottom: 82px;
}
.single-recruit .entry-header .entry-title{
	font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 26px;
	letter-spacing: 0.18em;
	border-bottom: 2px solid #c6c6c6;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
	.single-recruit .entry-header .entry-title{
		font-size: 20px;
		padding-top: 3px;
		word-break: keep-all;
        text-align: left;
	}
}
.single-recruit .entry-header p{
	font-weight: 700;
	margin-bottom: 0;
}
.single-recruit .section_box.section-head{
	margin-top: 0;
}
.single-recruit .section_box.group{
	background-color: #fff;
	padding: 100px 100px 84px;
}
.single-recruit .section_box.group table{
	margin-bottom: 0;
	font-size: 100%;
	word-break: break-all;
}
.single-recruit .section_box.group table th,
.single-recruit .section_box.group table td{
	border-left: none;
	border-right: none;
	padding: 19px 30px;
	border-color: #c6c6c6;
}
.single-recruit .section_box.group table th{
	background-color: transparent;
	vertical-align: top;
	font-weight: 700;
	min-width: calc(180px - 60px);
}
.single-recruit .section_box.group table td > *{
	margin-bottom: 0.84em;
	line-height: 1.667;
}
.single-recruit .section_box.group table td > *:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 979px) {
	.single-recruit .section_box.group{
		padding: 30px 30px 46px;
	}
	.single-recruit .section_box.group table th,
	.single-recruit .section_box.group table td{
		padding: 24px 0;
        display: block;
		letter-spacing: 0;
	}
	.single-recruit .section_box.group table tr th{
		padding-bottom: 4px;
        border-bottom: none;
	}
	.single-recruit .section_box.group table tr:not(:first-of-type) th{
		border-top: none;
	}
	.single-recruit .section_box.group table tr td{
		padding-top: 0;
        border-top: none !important;
	}
}

.single-recruit .pageback{
	text-align: center;
	margin-top: 80px;
}
.single-recruit .pageback a{
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
}
.single-recruit .pageback a:hover{
	color: #2490D0;
}
@media screen and (max-width: 781px) {
	.single-recruit .pageback{
		margin-top: 32px;
	}
}
.single-recruit .applybtn{
	background-color: #fff;
	padding: 0 100px 100px;
	text-align: center;
}
.single-recruit .applybtn a{
	font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	padding: 20px;
    min-width: calc(310px - 40px);
	letter-spacing: 0.2em;
}
@media screen and (max-width: 781px) {
	.single-recruit .applybtn{
		padding: 0 0 40px;
	}
	.single-recruit .applybtn a{
		min-width: calc(283px - 40px);
		letter-spacing: 0.2em;
	}
}

/* 求人応募完了ページ */
.page-id-332 .entry-content .wp-block-button__link{
	color: #fff;
}
@media screen and (max-width: 781px) {
	.page-id-332 .site-content{
		padding-left: 40px;
        padding-right: 40px;
	}
	.page-id-332 .entry-content .wp-block-button__link{
		margin-top: 0;
		margin-bottom: 0;
	}
	.page-id-332 .section_box.repeat {
        margin-bottom: 0;
    }
	.page-id-332 .section_box.repeat .repeat-heading h2{
		letter-spacing: 0.12em;
	}
	.page-id-332 .section_box.repeat .repeat-heading .description br {
        display: block;
    }
}

/* 問い合わせ完了ページ */
.page-id-434 .entry-content .wp-block-button__link{
	color: #fff;
}
@media screen and (max-width: 781px) {
	.page-id-434 .site-content{
		padding-left: 40px;
        padding-right: 40px;
	}
	.page-id-434 .entry-content .wp-block-button__link{
		margin-top: 0;
		margin-bottom: 0;
	}
	.page-id-434 .section_box.repeat {
        margin-bottom: 0;
    }
	/* .page-id-434 .section_box.repeat .repeat-heading h2{
		letter-spacing: 0.12em;
	} */
	.page-id-434 .section_box.repeat .repeat-heading .description br {
        display: block;
    }
}


.wp-block-button a:hover,
input[type="submit"]:hover {
    opacity: 1.0;
	background-color: #000;
}


/* 会社情報ブロック */
.section_box.company{
	background-color: #fff;
    padding: 70px 74px 86px;
}
.section_box.company table{
	font-size: 100%;
	margin-bottom: 0;
}
.section_box.company table td{
    border: none;
    padding: 24px 20px;
    border-bottom: 1px solid #c6c6c6;
    vertical-align: top;
}
.section_box.company table tr td:first-of-type {
    vertical-align: top;
    font-weight: 700;
}
.section_box.company table tr:first-of-type td {
    border-top: 1px solid #c6c6c6;
}
.section_box.company table td > p:has(strong){
	margin-bottom: 0 !important;
}
.section_box.company table td > *{
	line-height: 1.8 !important;
}
.section_box.company table td > *:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 979px) {
	.section_box.company {
        padding: 30px;
    }
    .section_box.company table td {
        padding: 24px 0;
        display: block;
        letter-spacing: 0;
    }
	.section_box.company table tr td:first-of-type {
        padding-bottom: 4px;
        border-bottom: none;
    }
	.section_box.company table tr td:last-of-type {
        padding-top: 0;
        border-top: none !important;
    }
}









/* 戻るボタン */
.back-to-top{
	background: transparent;
	border: 2px solid #888;
	border-radius: 9999px;
	width: 46px;
	height: 46px;
	/* mix-blend-mode: multiply; */
	mix-blend-mode: difference;
	z-index: 3;
}
.back-to-top:hover{
	/* background: #99C764;
	border: 2px solid #fff; */
	background: transparent;
	border: 2px solid #515151;
}
.back-to-top::before{
	color: #888;
	transition: .15s ease-in-out;
	padding-left: 2px;
	font-size: 32px;
}
.back-to-top:hover::before{
	color: #515151;
}

@media screen and (min-width: 2550px) {
	.back-to-top {
		right: auto;
		position: fixed;
    	bottom: 20px;
    	/* width: 2000px; */
		border: none;
		color: #888;
		transition: none;
	}
	.back-to-top::before {
		color: #888;
		transition: .15s ease-in-out;
		transition: none;
		padding-left: 2px;
		font-size: 32px;
		background: transparent;
		border: 2px solid #888;
		border-radius: 9999px;
		width: 44px;
		height: 46px;
		mix-blend-mode: difference;
		float: right;
		margin-right: 20px;
		margin-right: -1934px;
		display: block;
	}
	.back-to-top:hover {
		background: transparent;
		border: none;
		color: #888;
	}
	.back-to-top:hover::before {
		border-color: #515151;
	}

}

.entry-content > *:last-child {
    margin-bottom: 0 !important;
}


/* ギャラリーブロック */
.wp-block-gallery{
	gap: 40px !important;
}
.wp-block-gallery .wp-block-image{
	flex-basis: calc(50% - 40px);
}
@media screen and (max-width: 781px) {
	.wp-block-gallery .wp-block-image{
		flex-basis: 100%;
	}
}

/* 画面幅調整 */
@media screen and (min-width: 2550px) {
	body {
		max-width: 2000px;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		border-left: 1px solid #9B9B9B;
        border-right: 1px solid #9B9B9B;
		background-color: #fff !important;
	}
	body > .site{
		background-color: #D5E9F6;
	}
	.main-header-original{
		max-width: 2000px;
	}
	.section_box.business{
		max-width: 2000px;
		margin-left: calc(50% - 1000px);
	}
}
