/* 本文＜p＞
-------------------------------------------------------------------------------*/
#container .contents p{
	margin-bottom: 1em;
}
#container .contents p em{
	font-size: 178%;
	font-weight: bold;
}
.page #container .contents h2.arch + p em{
	font-size: 122% !important;
}
#container .contents p.btn.btnR{
	text-align: right;
}
#container .contents p.btn a:after {
    display: inline-block;
    content: "";
    width: 3.75em;
    height: 3.75em;
	background-color: #0070BD;
	background-image: url("../img/common/icon_arrow_white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1em auto;
    border: solid 1px #0070BD;
    border-radius: 100vh;
    vertical-align: middle;
    margin-left: 1.25em;
}
@media (hover: hover) {
	#container .contents p.btn a:hover {
		color: #0070BD;
	}
	#container .contents p.btn a:hover:after {
		background-color: inherit;
		background-image: url("../img/common/icon_arrow_blue.svg");
	}	
}
/* 列　clmは共通class　.clm2／.clm3／.clm4／.clm2_1／.clm1_2
-------------------------------------------------------------------------------*/
#container .contents .clm{
	display: grid;
	flex-wrap: wrap;
	gap: 0 clamp(1.875rem, 1.496rem + 1.62vw, 3.438rem);/*30-55 375-1920*/
	margin-top: 96px;
}
#container .contents .clm.top0{
	margin-top: 0 !important;
}
#container .contents .clm img.alignleft,
#container .contents .clm img.alignright,
#container .contents .clm img.aligncenter{
	margin-top: 0;
}
#container .contents .clm + *:not(.clm){
	margin-top: 96px;
}
#container .contents .clm2{
		grid-template-columns: 1fr 1fr;
}
#container .contents .clm3{
		grid-template-columns: 1fr 1fr 1fr;
}
#container .contents .clm4{
		grid-template-columns: 1fr 1fr 1fr 1fr;
}
#container .contents .clm2_1{
		grid-template-columns: 2fr 1fr;
}
#container .contents .clm1_2{
		grid-template-columns: 1fr 2fr;
}
#container .contents .clm2 .wrap,
#container .contents .clm3 .wrap,
#container .contents .clm4 .wrap,
#container .contents .clm2_1 .wrap,
#container .contents .clm1_2 .wrap{
	margin-top: 96px;
}
#container .contents .clm2 .wrap:first-of-type,
#container .contents .clm2 .wrap:nth-of-type(2),
#container .contents .clm3 .wrap:first-of-type,
#container .contents .clm3 .wrap:nth-of-type(2),
#container .contents .clm3 .wrap:nth-of-type(3),
#container .contents .clm4 .wrap:first-of-type,
#container .contents .clm4 .wrap:nth-of-type(2),
#container .contents .clm4 .wrap:nth-of-type(3),
#container .contents .clm4 .wrap:nth-of-type(4),
#container .contents .clm2_1 .wrap:first-of-type,
#container .contents .clm2_1 .wrap:nth-of-type(2),
#container .contents .clm1_2 .wrap:first-of-type,
#container .contents .clm1_2 .wrap:nth-of-type(2){
		margin-top:0;
}
@media screen and (max-width: 1199px){
	#container .contents .clm4{
		grid-template-columns: 1fr 1fr 1fr;
	}
	#container .contents .clm4 .wrap:nth-of-type(4){
		margin-top:96px
	}
}
@media screen and (max-width: 1023px){
	#container .contents .clm,
	#container .contents .clm2 .wrap,
	#container .contents .clm3 .wrap,
	#container .contents .clm4 .wrap,
	#container .contents .clm2_1 .wrap,
	#container .contents .clm1_2 .wrap,
	#container .contents .clm4 .wrap:nth-of-type(4){
		margin-top: 70px;
	}
}
@media screen and (max-width: 768px){
	#container .contents .clm2_1,
	#container .contents .clm1_2{
		display: block;
	}
	#container .contents .clm4,
	#container .contents .clm3{
		grid-template-columns: 1fr 1fr;
	}
	#container .contents .clm2_1 .wrap:nth-of-type(2),
	#container .contents .clm1_2 .wrap:nth-of-type(2),
	#container .contents .clm4 .wrap:nth-of-type(3),
	#container .contents .clm3 .wrap:nth-of-type(3){
		margin-top:70px
	}
}
@media screen and (max-width: 599px){
	#container .contents .clm2,
	#container .contents .clm3,
	#container .contents .clm4{
		display: block;
	}
	#container .contents .clm2 .wrap:nth-of-type(2),
	#container .contents .clm3 .wrap:nth-of-type(2),
	#container .contents .clm4 .wrap:nth-of-type(2){
		margin-top:70px
	}
	#container .contents .clm2.wrapTop0 .wrap:nth-of-type(2){
		margin-top:0
	}
}
#slideWrap{
	width: 98vw;
	max-width: inherit;
	margin: 0 calc(50% - 50vw) 0 calc(47% - calc(50vw - 7%));
	padding-bottom: 100px;
	overflow: hidden;
}
#slideWrap .swiper{ overflow: visible; }
#slideWrap .swiper .swiper-wrapper{
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
#slideWrap .swiper .swiper-slide{
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
  }
#slideWrap .swiper .swiper-slide img{
	display: block;
	width: 100%;
	max-width: 420px;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1 / 1;
	margin: auto;
}
@media screen and (max-width: 1727px) {
#slideWrap{
	width: 99vw;
	margin: 0 calc(50% - 50vw) 0 calc(47% - calc(50vw - 130px));
}	
}
@media screen and (max-width: 1280px) {
	#slideWrap .swiper .swiper-slide{
		width: 33.33%;
	}
}
@media screen and (max-width: 1023px) {
#slideWrap{
	width: 98vw;
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
}
}

@media screen and (max-width: 768px) {
	#slideWrap .swiper .swiper-slide{
		width: 50%;
	}
}

/*見出し*/
#container .contents .entry h2,
#container .contents .entry h3,
#container .contents .entry h4,
#container .contents .entry h5,
#container .contents .entry h6{
	display: block;
	line-height: 1.2;
	margin: 2em 0 1em;
}
#container .contents .entry h2 + h2,
#container .contents .entry h2 + h3,
#container .contents .entry h3 + h3,
#container .contents .entry h3 + h4,
#container .contents .entry h4 + h4,
#container .contents .entry h4 + h5,
#container .contents .entry h5 + h5,
#container .contents .entry h5 + h6,
#container .contents .entry h6 + h6,
#container .contents .entry .wrap h2:first-of-type,
#container .contents .entry .wrap h3:first-of-type,
#container .contents .entry .wrap h4:first-of-type,
#container .contents .entry .wrap h5:first-of-type,
#container .contents .entry .wrap h6:first-of-type{
	margin-top: 0;
}
#container .contents .entry .wrap * + h2:first-of-type,
#container .contents .entry .wrap * + h3:first-of-type,
#container .contents .entry .wrap * + h4:first-of-type,
#container .contents .entry .wrap * + h5:first-of-type,
#container .contents .entry .wrap * + h6:first-of-type{
	margin-top: 2em;
}
.page #container .contents #contact h2,
.page #container .contents .entry h2{
	line-height: 1.2;
	margin-bottom: clamp(3.75rem, -0.694rem + 9.26vw, 6.25rem);/*60-100 768-1200*/
}
.page #container .contents #contact h2{
	margin-bottom: 0;
}
.page #container .contents #contact h2 span,
.page #container .contents .entry h2 span{
	display: block;
	font-weight: 500;
}
.page #container .contents #contact h2 .en,
.page #container .contents .entry h2 .en{
    font-family: "Roboto", sans-serif;
    font-size: clamp(2.938rem, 0.382rem + 5.32vw, 4.375rem);/*47-70 768-1200*/
}
.page #container .contents #contact h2 .jp,
.page #container .contents .entry h2 .jp{
    font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);/*16-18 768-1200*/
}
.page #container .contents #contact h2::before,
.page #container .contents .entry h2::before{
    content:'';
    transform: skewX(-45deg);
    display: block;
    width: 16px;
    height: 4px;
    background-color: #0068B6;
}
.page #container .contents h2.arch{
	margin-bottom: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem);/*30-50 768-1200*/
}
.page #container .contents h2.arch .jp{
	font-size: clamp(1.813rem, -0.076rem + 3.94vw, 2.875rem);/*29-46 768-1200*/
	padding-bottom: 0.2em;
}
.page #container .contents h2.arch .jp::first-letter{
    color: #0070BD;
}
.page #container .contents h2.arch .en{
	color: #0070BD;
	font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);/*12-16 768-1200*/
	position: relative;
	display: flex;
	align-items: center;
}
.page #container .contents h2.arch .en::before{
	content: '';
	width: 40px;
	height: 1px;
	background-color: #0070BD;
	margin-right: 10px;
}
.page #container .contents h2.arch::before{
	display: none;
}
.page #container .contents .entry h3{
	font-size: clamp(1.563rem, 0.118rem + 3.01vw, 2.375rem); /*25-38 768-1200*/
	font-weight: 500;
	margin-bottom: 1.2em;
}
.page #container .contents .entry h3::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right,  #0070bd 0%,#0070bd 40px,#dce3eb 40px,#dce3eb 100%);
	margin-top: 0.3em;
}
.page #container .contents .entry h4,
.news_single #container .contents .entry h3,
.job_offer #container .contents .entry h3{
	font-size: clamp(1.563rem, 1.007rem + 1.16vw, 1.875rem); /*25-30 768-1200*/
    border-left: 3px solid #0068B6;
    padding: 0.1em 0 0.1em 0.6em;
	font-weight: 700;
}
.page #container .contents #contact h3,
.page #container .contents .entry h5,
.news_single #container .contents .entry h4,
.job_offer #container .contents .entry h4{
	font-weight: 700;
	padding-left: 1.3em;
    text-indent: -1.3em;
    color: #0D5B91;
    font-size:clamp(1.25rem, 1.028rem + 0.46vw, 1.375rem); /*20-22 768-1200*/
}
.page #container .contents #contact h3{
	margin-bottom: 0.5em;
}
.page #container .contents #contact h3::before,
.page #container .contents .entry h5::before,
.news_single #container .contents .entry h4::before,
.job_offer #container .contents .entry h4::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 4px;
    background-color: #0068B6;
    vertical-align: middle;
    margin-right: 0.5em;
}
.page #container .contents .entry h6,
.news_single #container .contents .entry h5,
.job_offer #container .contents .entry h5{
	font-weight: 700;
    color: #273C53;
    font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem); /*18-20 768-1200*/
}
@media screen and (max-width: 599px) {
.clm2.wrapTop0 .wrap:nth-of-type(2) h2:first-of-type,
.clm2.wrapTop0 .wrap:nth-of-type(2) h3:first-of-type,
.clm2.wrapTop0 .wrap:nth-of-type(2) h4:first-of-type,
.clm2.wrapTop0 .wrap:nth-of-type(2) h5:first-of-type,
.clm2.wrapTop0 .wrap:nth-of-type(2) h6:first-of-type{
	margin-top: 2em !important;
}
	}
/*表組み*/
#container .contents .entry table{
	width: 100%;
	border-top: solid 1px #DCE3EB;
	border-left: solid 1px #DCE3EB;
}
#container .contents .entry table th,
#container .contents .entry table td{
	padding: 20px;
	border-right: solid 1px #DCE3EB;
	border-bottom: solid 1px #DCE3EB;
}
#container .contents .entry table th{
	background-color: #EFF2F3;
}
@media screen and (max-width: 599px) {
	#container .contents .entry .responsivetable table,
	#container .contents .entry .responsivetable table tbody,
	#container .contents .entry .responsivetable table tr,
	#container .contents .entry .responsivetable table th,
	#container .contents .entry .responsivetable table td {
		display: block;
		width: 100%;
	  }
	#container .contents .entry .responsivetable table th,
	#container .contents .entry .responsivetable table td{
		padding: 13px;
	}
	#container .contents .entry ul{
	list-style: inside;
	}
}
#container .contents .entry ul li {
    list-style: disc;
    list-style-position: outside;
	margin-left: 1.9rem;
	margin-bottom: 1rem;
}

#container .contents .entry ul li::marker {
    color: #0070BD;
}

#container .contents .entry ol li {
	list-style: decimal;
    list-style-position: outside;
	margin-left: 1.5rem;
	padding-left: 0.5rem;
	margin-bottom: 1rem;
}

#container .contents .entry ol li::marker {
    color: #0070BD;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

#container .contents .entry a{
	color: #0070BD;
text-decoration: underline;
}
/*メリット・デメリット*//*背景ありリスト*/
#container .contents .entry .BOXlist,
#container .contents .entry .merideme{
	font-weight: 700;
	font-size: 111%;
	margin-top: 96px;
	margin-bottom: 96px;
}
#container .contents .entry .merideme{
	display: grid;
	flex-wrap: wrap;
	gap: 0 clamp(2.5rem, -2.321rem + 8.93vw, 4.375rem);/*40-70 864-1200*/
	grid-template-columns: 1fr 1fr;
}
#container .contents .entry .BOXlist,
#container .contents .entry .merideme .wrap{
	padding: 2em 7%;
}
#container .contents .entry .BOXlist{
	background-color:#F4F7F8;
}
#container .contents .entry .merideme .wrap.meri{
	background-color: #EAF4FB;
}
#container .contents .entry .merideme .wrap.deme{
	background-color: #F8F8F8;
}

#container .contents .entry .merideme .wrap h4{
	border: none;
	font-size: clamp(1.375rem, 1.264rem + 0.23vw, 1.438rem);/*22-23 768-1200*/
	padding: 0;
	text-align: center;
}
#container .contents .entry .merideme .wrap h4::after {
	content: '';
	display: block;
	width: 78px;
	height: 2px;
	margin: auto;
	margin-top: 0.3em;
}
#container .contents .entry .merideme .wrap.meri h4::after {
	background-color: #0070BD;
}
#container .contents .entry .merideme .wrap.deme h4::after {
	background-color: #BD7800;
}
#container .contents .entry .BOXlist ul{
		columns: 2;
		column-gap: 5%;	
}
#container .contents .entry .BOXlist ul li,
#container .contents .entry .merideme .wrap ul li{
	list-style: none;
	margin-left: 0;
	position: relative;
	padding-left: 25px;
}
#container .contents .entry .BOXlist ul li::before,
#container .contents .entry .merideme .wrap ul li::before {
	content: '\f00c'; /* Font Awesomeのチェックマーク */
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
}
#container .contents .entry .BOXlist ul li::before,
#container .contents .entry .merideme .wrap.meri ul li::before {
	color: #0070BD;
}
#container .contents .entry .merideme .wrap.deme ul li::before {
	color: #BD7800;
}
@media screen and (max-width: 599px) {
	#container .contents .entry .merideme{
		display: block;
	}
	#container .contents .entry .merideme .wrap{
		margin-bottom: 2em;
	}
	#container .contents .entry .BOXlist ul{
		columns: initial;
	}
}
#container .contents .entry .leftImg{
	display: block;
	margin-left: calc(clamp(6rem, -42rem + 50vw, 18rem) * -1);/*96-288 1536-1920*/
	position: relative;
	margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
	#container .contents .entry .leftImg{
		margin: 0 calc(50% - 50vw) 100px calc(50% - 50vw);
		width: 100vw;
		height: clamp(21.375rem, 15.188rem + 12.89vw, 23.438rem);/*342-375 768-1024*/	
	}
	#container .contents .entry .leftImg img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}