@charset "UTF-8";
/* CSS Document */



/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

footer {
	background: #43484d;
	color: #FFF;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 749px){
	
	section {
		width: 100%;
	}
	
	section div.section_inner {
		width: 76.6%;
		margin: 0 auto;
	}
	
	section div.section_inner small{
		font-family: "Cormorant";
		font-size: 1.7rem;
		font-size: clamp(0.85rem, 1.13vw, 1.7rem);
		display: block;
		margin-bottom: 0.75em;
	}
	
	section div.section_inner h3{
		font-size: 3.2rem;
		font-size: clamp(1.6rem, 2.13vw, 3.2rem);
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 1em;
	}
	
	section#outline div.section_inner dl.block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#outline div.section_inner dl.block dt.block_title{
		width: 29.5%;
	}
	
	section#outline div.section_inner dl.block dt.block_title h3{
		letter-spacing: 0.3em;
	}
	
	section#outline div.section_inner dl.block dd.block_contents{
		width: 70%;
		border-top: 1px solid #ddd;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1.8rem;
		font-size: clamp(0.9rem, 1.2vw, 1.8rem);
		padding: 1.25em 0;
		border-bottom: 1px solid #ddd;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box h6{
		width: 13%;
		font-size: 1.8rem;
		font-size: clamp(0.9rem, 1.2vw, 1.8rem);
		font-weight: 400;
		color: #5e5d5d;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div{
		width: 85.5%;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div strong{
		font-weight: 400;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div ul li{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div ul li + li{
		margin-top: 0.25em;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div ul li span{
		width: 5.2%;
		display: inline-block;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div ul li p{
		width: 94%;
	}
	
	section#message {
		margin-top: 10vw;
		padding-bottom: 8.6vw;
	}
	
	section#message div.section_inner div.block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#message div.section_inner div.block figure.photo_block{
		width: 40%;
	}
	
	section#message div.section_inner div.block figure.photo_block div.photo{
		margin-bottom: 1.8vw;
	}
	
	section#message div.section_inner div.block figure.photo_block figcaption{
		font-size: 2.8rem;
		font-size: clamp(1.4rem, 1.86vw, 2.8rem);
		font-weight: 400;
		line-height: 1.3;
	}
	
	section#message div.section_inner div.block figure.photo_block figcaption span{
		font-size: 64.2%;
		display: block;
		margin-top: 1em;
	}
	
	section#message div.section_inner div.block div.text{
		width: 52.7%;
	}
	
	section#message div.section_inner div.block div.text p{
		font-size: 1.8rem;
		font-size: clamp(0.9rem, 1.2vw, 1.8rem);
		font-weight: 400;
		line-height: 1.77;
	}
	
	section#message div.section_inner div.block div.text p + p{
		margin-top: 1em;
	}
	
	section#message div.section_inner div.block div.text div.box{
		margin-top: 3.4vw;
		padding: 6.5% 6.5% 0 6.5%;
		background: #ecefef;
	}
	
	section#message div.section_inner div.block div.text div.box h5{
		font-size: 2.5rem;
		font-size: clamp(1.25rem, 1.66vw, 2.5rem);
		font-weight: 400;
		line-height: 1.3;
		margin-bottom: 0.8em;
	}
	
	section#message div.section_inner div.block div.text div.box dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1.8rem;
		font-size: clamp(0.9rem, 1.2vw, 1.8rem);
		font-weight: 400;
		line-height: 1.66;
		position: relative;
	}
	
	section#message div.section_inner div.block div.text div.box dl::before{
		content: "";
		width: 1px;
		height: calc(100% - 0.75em);
		background: #ddd;
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 18%;
	}
	
	section#message div.section_inner div.block div.text div.box dl dt{
		width: 14.4%;
		font-weight: 400;
	}
	
	section#message div.section_inner div.block div.text div.box dl dd{
		width: 82%;
		padding-left: 2em;
		position: relative;
	}
	
	section#message div.section_inner div.block div.text div.box dl dd::before{
		content: "";
		width: 0.4vw;
		width: 0.4dvw;
		max-width: 6px;
		height: 0.4vw;
		height: 0.4dvw;
		max-height: 6px;
		border-radius: 100%;
		overflow: hidden;
		background: #000;
		display: inline-block;
		position: absolute;
		top: 0.75em;
		left: -0.5%;
		z-index: 5;
	}
	
	section#message div.section_inner div.block div.text div.box dl dd:last-of-type{
		padding-bottom: 2em;
	}
	
	section#customer {
		padding: 7.5vw 0;
		background: #43484d;
		color: #FFF;
	}
	
	section#customer {
		padding: 7.5vw 0;
		background: #43484d;
		color: #FFF;
	}
	
	section#customer div.section_inner dl.block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#customer div.section_inner dl.block  dt.block_title{
		width: 29.5%;
	}
	
	section#customer div.section_inner dl.block  dt.block_title h3{
		letter-spacing: 0.3em;
	}
	
	section#customer div.section_inner dl.block  dd.block_contents{
		width: 70%;
		border-top: 1px solid #FFF;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1.7rem;
		font-size: clamp(0.85rem, 1.13vw, 1.7rem);
		font-weight: 400;
		line-height: 1.88;
		padding-top: 1.25em;
	}
	
	section#customer div.section_inner dl.block  dd.block_contents ul{
		width: 43.2%;
	}
	
	section#customer div.section_inner dl.block  dd.block_contents ul:first-of-type{
		width: 54.8%;
	}
	
	section#customer div.section_inner dl.block  dd.block_contents ul li{
		text-indent: -0.5em;
		padding-left: 0.5em;
	}
}
/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 748px){
	
	section {
		width: 100%;
	}
	
	section:first-of-type {
		padding-top: 0;
	}
	
	section div.section_inner {
		width: 82.6%;
		margin: 0 auto;
	}
	
	section div.section_inner div.block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section div.section_inner small{
		font-family: "Cormorant";
		font-size: 1.2rem;
		font-size: clamp(1.152rem, calc(1.152rem + 0.320vw), 2.394rem);
		display: block;
		margin-bottom: 0.75em;
	}
	
	section div.section_inner h3{
		font-size: 2.0rem;
		font-size: clamp(1.920rem, calc(1.920rem + 0.533vw), 3.989rem);
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 1em;
	}
	
	section#outline div.section_inner dl.block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#outline div.section_inner dl.block dt.block_title{
		width: 100%;
	}
	
	section#outline div.section_inner dl.block dt.block_title h3{
		letter-spacing: 0.3em;
	}
	
	section#outline div.section_inner dl.block dd.block_contents{
		width: 100%;
		border-top: 1px solid #ddd;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box{
		font-size: 1.45rem;
		font-size: clamp(1.392rem, calc(1.392rem + 0.387vw), 2.892rem);
		padding: 1.25em 0;
		border-bottom: 1px solid #ddd;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box h6{
		width: 20%;
		font-size: 1.45rem;
		font-size: clamp(1.392rem, calc(1.392rem + 0.387vw), 2.892rem);
		font-weight: 400;
		color: #5e5d5d;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div{
		width: 78%;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div.sp_mid{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div a{
		color: #000;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div strong{
		font-weight: 400;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div ul li{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div ul li + li{
		margin-top: 0.25em;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div ul li span{
		width: 9%;
		display: inline-block;
	}
	
	section#outline div.section_inner dl.block dd.block_contents div.box div ul li p{
		width: 91%;
	}
	
	section#message {
		margin-top: 28vw;
		padding-bottom: 30vw;
	}
	
	section#message div.section_inner div.block figure.photo_block{
		width: 100%;
	}
	
	section#message div.section_inner div.block figure.photo_block div.photo{
		margin-bottom: 1.8vw;
	}
	
	section#message div.section_inner div.block figure.photo_block figcaption{
		font-size: 2.0rem;
		font-size: clamp(1.920rem, calc(1.920rem + 0.533vw), 3.989rem);
		font-weight: 400;
		line-height: 1.3;
		text-align: right;
	}
	
	section#message div.section_inner div.block figure.photo_block figcaption span{
		font-size: 64.2%;
		display: block;
		margin-top: 1em;
	}
	
	section#message div.section_inner div.block div.text{
		width: 100%;
		margin-top: 13vw;
	}
	
	section#message div.section_inner div.block div.text p{
		font-size: 1.35rem;
		font-size: clamp(1.296rem, calc(1.296rem + 0.360vw), 2.693rem);
		font-weight: 400;
		line-height: 1.77;
	}
	
	section#message div.section_inner div.block div.text p + p{
		margin-top: 1.5em;
	}
	
	section#message div.section_inner div.block div.text div.box{
		margin-top: 13vw;
		padding: 5.3vw 5.3vw 0 5.3vw;
		background: #ecefef;
	}
	
	section#message div.section_inner div.block div.text div.box h5{
		font-size: 1.5rem;
		font-size: clamp(1.440rem, calc(1.440rem + 0.400vw), 2.992rem);
		font-weight: 400;
		line-height: 1.3;
		margin-bottom: 0.8em;
	}
	
	section#message div.section_inner div.block div.text div.box dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1.25rem;
		font-size: clamp(1.200rem, calc(1.200rem + 0.333vw), 2.493rem);
		font-weight: 400;
		line-height: 1.66;
		position: relative;
	}
	
	section#message div.section_inner div.block div.text div.box dl::before{
		content: "";
		width: 1px;
		height: calc(100% - 0.75em);
		background: #ddd;
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 19%;
	}
	
	section#message div.section_inner div.block div.text div.box dl dt{
		width: 19.2%;
		font-size: 1.25rem;
		font-size: clamp(1.200rem, calc(1.200rem + 0.333vw), 2.493rem);
		font-weight: 400;
	}
	
	section#message div.section_inner div.block div.text div.box dl dd{
		width: 80%;
		padding-left: 1em;
		position: relative;
	}
	
	section#message div.section_inner div.block div.text div.box dl dd::before{
		content: "";
		width: 1.6vw;
		max-width: 12px;
		height: 1.6vw;
		max-height: 12px;
		border-radius: 100%;
		overflow: hidden;
		background: #000;
		display: inline-block;
		position: absolute;
		top: 0.6em;
		left: -2.25%;
		z-index: 5;
	}
	
	section#message div.section_inner div.block div.text div.box dl dd:last-of-type{
		padding-bottom: 2em;
	}
	
	section#customer {
		padding: 10vw 0;
		background: #43484d;
		color: #FFF;
	}
	
	section#customer div.section_inner dl.block  dt.block_title{
		width: 100%;
	}
	
	section#customer div.section_inner dl.block  dt.block_title h3{
		letter-spacing: 0.3em;
	}
	
	section#customer div.section_inner dl.block  dd.block_contents{
		width: 100%;
		border-top: 1px solid #FFF;
		font-size: 1.25rem;
		font-size: clamp(1.200rem, calc(1.200rem + 0.333vw), 2.493rem);
		font-weight: 400;
		line-height: 1.88;
		padding-top: 1.25em;
	}
	
	section#customer div.section_inner dl.block  dd.block_contents ul{
		width: 100%;
	}
	
	section#customer div.section_inner dl.block  dd.block_contents ul li{
		text-indent: -0.5em;
		padding-left: 0.5em;
	}
	
}