@charset "UTF-8";

:root {
  --section-sp-padding: 60px; /* スマホセクション上下  */
  --section-tl-padding: 80px; /* タブレットセクション上下  */
  --section-pc-padding: 100px; /* PCセクション上下  */
}


/* セクション個々設定 */
#head-section {
	position: relative;
	padding-bottom: 5em;
	z-index: 1;
}
@media (min-width: 576px) {
#head-section {
	padding-bottom: 0em;
}
}
@media (min-width: 768px) {
#head-section {
}
}
@media (min-width: 992px) {
#head-section {
}
}
@media (min-width: 1200px) {
#head-section {
}
}
@media (min-width: 1400px) {
#head-section {
}
}
#head-section figure{
	padding: 0em!important;
	margin: 0em!important;
}
#head-section figure img{
	vertical-align:top!important;
}
.fv-text {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: -8%;
	left: 0%;
	z-index: 1;	
}@media (min-width: 768px) {
.fv-text {
	top: 0%;
	left: 0%;
	}
	.fv-text h2 span {
		display: inline-block;
		padding-left: 1em;
	}
}
.fv-text h2 {
	font-size: 7vw;
	line-height: 1.6;
	letter-spacing: .05em;
}

.fv-text h3 {
	display: inline-block;
	background-color: rgba(66,142,133,1.00);
	padding: 10px;
	font-size: .75em;
}
@media (min-width: 576px) {
.fv-text h2 {
	font-size: 2em;	
}
}

@media (min-width: 768px) {
.fv-text h2 {
	font-size: 2.2em;
	letter-spacing: .1em;
	}
	.fv-text h3 {
		padding: 10px 15px;
	}
}
@media (min-width: 992px) {
.fv-text h2 {
	font-size: 2.4em;	
}
}
.fv-under {
	position: absolute;
	bottom: 0em;
	left: 0%;
	z-index: 2;
	width: 100%;
	margin-bottom: 4px;	
}
@media (min-width: 576px) {
.fv-under {
	margin-bottom: 0px;	
}
}

@media (min-width: 992px) {
/*.fv-under {
	margin-bottom: 2px;	
}*/
}
.fv-under .container{
	position: relative;	
}
.scroll {
}
.scroll a {
	font-size: 0.6em;
	color: rgba(255,255,255,1.00);
	padding-bottom: 7em;
	display: table;
	position: relative;
}
.scroll a::after {
	content: '';
	position: absolute;
	bottom: 0em;
	left: 50%;
	display: block;
	width: 1px;
	height: 6em;
	background-color: rgba(255,255,255,1.00);	
}


@media (min-width: 992px) {
.information{
	position: absolute;
	right: 0%;
	bottom: 0%;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 50vw;
	padding-right: 1em;
	padding-left: 2em;
	font-size: 0.8em;
	display: table;	
	
}
	.information span{
	display: table-cell;
	
}
}
@media (min-width: 1200px) {
.information{
	width: 900px;
}
}
@media (max-width: 991px) {
.information{
	position: relative;
	left: 50%;
	bottom: 0%;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100.5vw;
	padding-right: 2em;
	padding-left: 2em;
	font-size: 0.8em;
	display: table;	
	-webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.information span:nth-child(3){
	display: block;		
	
}
}
.information span:nth-child(1){
	width: 8em;	
}
.information span:nth-child(2){
	padding-top: 0.1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.1em;
	display: inline-block;
	border-radius: 50em;
	border: 1px solid rgba(255,255,255,1.00);
	margin-right: 0.5em;
	margin-left: 0.5em;
	
	
}
.information span:nth-child(3){
	width: 100%;	
}
.information a{
	color: rgba(255,255,255,1.00);	
}
.information a:hover{
	color: rgba(255,255,255,0.7);	
}
.information::before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0em;
	left: 0em;
	background-color: rgba(66,142,133,1.00);
	z-index: -1;	
}
#foot-section {
	padding-top: var(--section-sp-padding);
	padding-bottom: var(--section-sp-padding);
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (min-width: 576px) {
#foot-section {
}
}
@media (min-width: 768px) {
#foot-section {
	padding-top: var(--section-tl-padding);
	padding-bottom: var(--section-tl-padding);
}
}
@media (min-width: 992px) {
#foot-section {
}
}
@media (min-width: 1200px) {
#foot-section {
	padding-top: var(--section-pc-padding);
	padding-bottom: var(--section-pc-padding);
}
}
@media (min-width: 1400px) {
#foot-section {
}
}

/* トップページ設定 */
#intro {
	padding-top: var(--section-sp-padding);
	padding-bottom: var(--section-sp-padding);
	position: relative;	
	z-index: 1;
}
@media (min-width: 576px) {
#intro {
	padding-bottom: 160px;
}
}
@media (min-width: 768px) {
#intro {
	padding-top: var(--section-tl-padding);
	padding-bottom: var(--section-tl-padding);
}
}
@media (min-width: 992px) {
#intro {
}
}
@media (min-width: 1200px) {
#intro {
	padding-top: var(--section-pc-padding);
	padding-bottom: var(--section-pc-padding);
}
}
@media (min-width: 1400px) {
#intro {
	
}
}
#intro .container {
	position: relative;	
	z-index: 2;
}
#intro .container a {
	position: relative;	
	z-index: 10;
}
#intro .container::before {
	content: '';
	width: 100vw;
	position: absolute;
	bottom: -10%;
	left: 0%;
	height: 100%;
	display: block;
	background-color: rgba(245,249,249,1.00);
	z-index: -1;	
}
@media (min-width: 992px) {
#intro .container::before {
	bottom: -10%;
	left: -5%;	
}
}
#intro .container::after {
	content: '';
	position: absolute;
	bottom: -22%;
	left: 10%;
	width: 466px;
	height: 432px;
	background-image: url(../images/top-map.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
@media (min-width: 576px) {
#intro .container::before {
	bottom: -20%;
}
	#intro .container::after {
	width: 366px;
	height: 332px;
		bottom: -25%;
	left: 35%;
}
}
@media (min-width: 768px) {
#intro .container::before {
	bottom: -10%;
	height: 80%;
}
	#intro .container::after {
	width: 466px;
	height: 432px;
		bottom: -15%;
	left: 45%;
}
}
@media (min-width: 992px) {
#intro .container::before {
	bottom: -10%;
}
	#intro .container::after {
	width: 306px;
	height: 272px;
		bottom: -20%;
	left: 30%;
}
}
@media (min-width: 1200px) {
#intro .container::before {
	bottom: -25%;
}
	#intro .container::after {
	width: 366px;
	height: 332px;
		bottom: -40%;
	left: 15%;
}

}
@media (min-width: 1400px) {
#intro .container::before {
	bottom: -10%;
}
#intro .container::after {
	width: 466px;
	height: 432px;
	bottom: -22%;
	left: 10%;
}
}
#service {
	padding-top: var(--section-sp-padding);
	position: relative;
	z-index: 1;
}
@media (min-width: 576px) {
#service {
}
}
@media (min-width: 768px) {
#service {
	padding-top: var(--section-tl-padding);
}
}
@media (min-width: 992px) {
#service {
}
}
@media (min-width: 1200px) {
#service {
	padding-top: var(--section-pc-padding);
}
}
@media (min-width: 1400px) {
#service {
}
}
#service::before {
	content: 'OUR SERVICE';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	right: 0px;
	top: 70px;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);	
}
.service-item{
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 40vw;
	color: rgba(255,255,255,1.00);
	background-color: rgba(66,142,133,1.00);
	position: relative;
	height: 100%;
	border: 1px solid rgba(255,255,255,1.00);	
}
@media (min-width: 576px) {
.service-item{
	padding-bottom: 30vw;
}
}
@media (min-width: 768px) {
.service-item{
	padding-bottom: 12vw;
}
}
.service-item a{
	position: absolute;
	z-index: 2;
	bottom: 35vw;
	left: 50%;
	max-width: 280px;
	width: 100%;	
	-webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media (min-width: 576px) {
.service-item a{
	max-width: 330px;
	bottom: 26vw;
}
}
@media (min-width: 768px) {
.service-item a{
	max-width: 200px;
	bottom: 10vw;
}
}
@media (min-width: 992px) {
.service-item a{
	max-width: 330px;
}
}
.service-item::after{
	content: '';
	width: 100%;
	position: absolute;
	height: 40vw;
	background-image: url(../images/service01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	bottom: 0em;
	left: 0%;
	z-index: 1;	
	mix-blend-mode: multiply;
}
@media (min-width: 576px) {
.service-item::after{
	height: 30vw;
}
}
@media (min-width: 768px) {
.service-item::after{
	height: 12vw;
}
}
.service-item.service-item01::after{
	background-image: url(../images/service01.png);
}
.service-item.service-item02::after{
	background-image: url(../images/service02.png);
}
.service-item.service-item03::after{
	background-image: url(../images/service03.png);
}

.service-item h3{
	font-size: 6vw;
	text-align: center;
}
.service-wrap {
	padding: 40px 0;
}
.service-wrap.individual {
	background-color: #F5F9F9;
}
.service-wrap.corporation {
	background-image: url(../images/corporation-service-bg.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.service-box {
	margin-bottom: 3em;
}
.comingsoon {
	position: relative;
	&:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: rgba(0,0,0,.5);
		z-index: 10;
	}
	&:before {
		content: "Coming Soon";
		color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 11;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.service-box img {
	max-width: 100%;
}
.service-box-detail .no {
	color: rgba(66, 142, 133, 1.00);
	font-size: 0.75em;
}
.service-box-detail dt {
	font-size: 1.25em;
	line-height: 1.5;
	padding-bottom: .25em;
}
.service-box-detail dd {
	font-size: 1rem;
}
.service-btn {
	color: rgba(255, 255, 255, 1.00);
	padding: .75em 0.5em;
	border-radius: 50px;
	background-color: rgba(66, 142, 133, 1.00);
}
.service-btn span {
	position: relative;
	display: block;
	font-weight: 500;
	letter-spacing: .05em;
	padding-left: 20px;
}
.service-btn span:after {
	width: 14px;
	height: 12px;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: .5em;
	margin: auto;
	background-image: url(../images/icon-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
@media (min-width: 576px) {
.service-item h3{
	font-size: 1.4em;
	}
	.service-box {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.service-wrap {
		padding: 80px 0;
	}
.service-item h3{
	font-size: 1.1em;
	}
	.service-box-detail dd {
		min-height: 5.5em;
	}
	.service-wrap.corporation {
		background-position: right center;
		background-size: auto 100%;
	}
}
@media (min-width: 992px) {
.service-item h3{
	font-size: 1.4em;
}
}
@media (min-width: 1200px) {
.service-item h3{
	font-size: 1.5em;
}
}
@media (min-width: 1400px) {
.service-item h3{
	font-size: 1.6em;
}
}
.service-item h4{
	font-size: 0.5em;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	padding-bottom: 1em;	
}
.service-item .service-item-hed{
	padding-top: 2em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 2em;
}
@media (min-width: 576px) {
.service-item .service-item-hed{
	padding-top: 2em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 2em;
}
}
@media (min-width: 768px) {
.service-item .service-item-hed{
	padding-top: 1em;
	padding-right:0em;
	padding-left: 0em;
	padding-bottom: 2em;
}
}
@media (min-width: 992px) {
.service-item .service-item-hed{
	padding-top: 2em;
	padding-right:0em;
	padding-left: 0em;
	padding-bottom: 2em;
}
}
@media (min-width: 1200px) {
.service-item .service-item-hed{
	padding-top: 2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 2em;
}
}
@media (min-width: 1400px) {
.service-item .service-item-hed{
	padding-top: 2em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 2em;
}
}
#reason {
	position: relative;
	text-align: center;
	color: #fff;
	background-image: url(../images/reason-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
}
#reason img {
	max-width: 100%;
}
#reason .reason-title {
	font-weight: 600;
	line-height: 1.4;
}
#reason .reason-detail {
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}
#reason .reason-detail:after {
	content: "";
	display: block;
	background-color: rgba(66, 142, 133, 1.00);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: auto;
	z-index: 0;
}
#reason .reason-detail dt {
	font-size: 1.25em;
	line-height: 1.5;
	padding-bottom: 5px;
}
#reason .reason-detail dt,
#reason .reason-detail dd {
	position: relative;
	z-index: 1;
}
#service02 {
	padding: 20px 0;
}
#service02.top-page {
	padding: 40px 0;
}
#service02 .service-block {
	position: relative;
	padding: 0;
}
#service02 .service-block img {
	max-width: 100%;
}
#service02 .service-block-detail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	color: #fff;
	background-color: rgba(66, 142, 133, .9);
	display: flex;
	align-items: center;
}
#service02 .service-block-detail dl {
	padding: 0 15px;
}
#service02 .service-block-detail dt {
	font-size: 1.25em;
	line-height: 1.5;
	margin-bottom: .5em;
}
#service02 .service-block-detail dd {
	margin-bottom: 0;
}
#service02 .service-block-detail ul {
	padding-left: 1em;
	margin-bottom: 0;
}
#service02 .service-block-detail ul li {
	line-height: 1.5;
}
#service02 .service-block + .service-block {
	margin-top: 15px;
}
#topix {
	padding-top: var(--section-sp-padding);
	padding-bottom: var(--section-sp-padding);
	position: relative;	
	z-index: 1;
}
@media (min-width: 576px) {
#topix {
}
}
@media (min-width: 768px) {
	#reason {
		padding: 80px 0;
	}
	#service02 {
		padding: 40px 0;
	}
	#service02.top-page {
		padding: 80px 0;
	}
	#service02 .service-block {
		width: calc((100% - 32px) / 2);
	}
	#service02 .service-block + .service-block {
		margin-top: 0;
		margin-left: 32px;
	}
	#service02 .service-block-detail dl {
		padding: 0 30px;
	}
	#service02 .service-block-detail ul li {
		line-height: 1.7;
	}
#topix {
	padding-top: var(--section-tl-padding);
	padding-bottom: var(--section-tl-padding);
	}
	#reason .reason-detail {
		padding: 40px 0;
	}
	#reason .reason-detail:after {
		width: 150px;
		height: 150px;
		left: -40px;
	}
}
@media (min-width: 992px) {
	/*#reason .reason-detail:nth-of-type(2) {
		margin-left: 50px;
	}
	#reason .reason-detail:nth-of-type(3) {
		margin-left: 100px;
	}*/
	#reason .reason-image {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40%;
		margin: auto;
	}
#topix {
}
}
@media (min-width: 1200px) {
	#reason .reason-detail:nth-of-type(2) {
		margin-left: 80px;
	}
	#reason .reason-detail:nth-of-type(3) {
		margin-left: 160px;
}
#topix {
	padding-top: var(--section-pc-padding);
	padding-bottom: var(--section-pc-padding);
}
}
@media (min-width: 1400px) {
	#reason .reason-image {
		width: 40%;
		top: auto;
		bottom: -30px;
	}
#topix {
}
}
@media (min-width: 768px) {
#topix::after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background-color: rgba(245,249,249,1.00);
	position: absolute;
	bottom: 0em;
	left: 0em;
	z-index: -1;	
}}
.news-area{
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 2em;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-left: -5px!important;
	margin-right: -5px!important;
}
@media (min-width: 768px) {
.news-area{
	position: relative;
	flex: 0 0 auto;
  width: 32%;	
}
}
@media (min-width: 1200px) {
.news-area{
	position: relative;
	flex: 0 0 auto;
  width: 28%;	
}
}
.news-area h6{
	
}
.news-area em{
	font-size: 0.7em;
	color: rgba(255,255,255,1.00);
	border-radius: 5px;
	padding-top: 0.4em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0.4em;
	background-color: rgba(66,142,133,1.00);
	font-style: normal;
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;	
}
.news-area a:hover figure{
	overflow: hidden;	
}
.news-area a:hover figure img{
	transform: scale(1.1);
}

.news-area span{
	font-size: 0.7em;
	color: rgba(66,142,133,1.00);
}

/* その他ページ設定 */

#use-header {
	position: relative;	
	z-index: 1;
	
}
@media (min-width: 576px) {
#use-header {
}
}
@media (min-width: 768px) {
#use-header {
}
}
@media (min-width: 992px) {
#use-header {
}
}
@media (min-width: 1200px) {
#use-header {
}
}
@media (min-width: 1400px) {
#use-header {
}
}
.use-title{
	
position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	display: block;
	width: 100%;	
	
	
}
@media (min-width: 992px) {
.use-title{
	-webkit-transform: translate(-50%, 10%);
	-ms-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%);
	
	
}
}
.use-title .use-title-inner{
	color: rgba(255,255,255,1.00);
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	background-color: rgba(66,142,133,1.00);
	text-align: center;
	
	
	
}
@media (min-width: 992px) {
.use-title .use-title-inner{
	padding-top: 0em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0em;
	height: 160px;
	
	
	
}
}
@media (min-width: 1200px) {
.use-title .use-title-inner{
	padding-top: 0em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0em;
	height: 206px;
	
	
	
}
}
.use-title .use-title-inner h2{
	font-size: 5vw;
	line-height: 1.4;
}
@media (min-width: 576px) {
.use-title .use-title-inner h2{
	font-size: 1.5em;	
}
}
@media (min-width: 768px) {
.use-title .use-title-inner h2{
	font-size: 1.5em;	
}
}
@media (min-width: 992px) {
.use-title .use-title-inner h2{
	font-size: 1.5em;	
}
}
@media (min-width: 1200px) {
.use-title .use-title-inner h2{
	font-size: 1.4em;	
}
}
@media (min-width: 1400px) {
.use-title .use-title-inner h2{
	font-size: 1.7em;	
}
}
.use-title .use-title-inner h3{
	font-size: .7em;
}

.use-section {
	padding-top: 30px;
	padding-bottom: var(--section-sp-padding);
	position: relative;	
}
@media (min-width: 576px) {
.use-section {
}
}
@media (min-width: 768px) {
.use-section {
	padding-top: 40px;
	padding-bottom: var(--section-tl-padding);
}
}
@media (min-width: 992px) {
.use-section {
	padding-top: var(--section-tl-padding);
}
}
@media (min-width: 1200px) {
.use-section {
	padding-top: var(--section-pc-padding);
	padding-bottom: var(--section-pc-padding);
}
}
@media (min-width: 1400px) {
.use-section {
}
}


/* 以下その他の設定 */
.use-service-item{
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	color: rgba(255,255,255,1.00);
	background-color: rgba(66,142,133,1.00);
	height: 100%;
	border: 1px solid rgba(255,255,255,1.00);	
	font-size: 0.8em;
}
.use-service-item-hed{
	padding-top: 2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
@media (min-width: 992px) {
.use-service-item-hed{
	min-height: 364px;
	padding: 1em;
}
.use-service-item-hed.service02{
	min-height: 250px;
	padding: 1em;
}
}
.use-service-item-hed h3{
	font-size: 6vw;
}
@media (min-width: 576px) {
.use-service-item-hed h3{
	font-size: 2em;
}
}
@media (min-width: 768px) {
.use-service-item-hed h3{
	font-size: 2em;
}
}
@media (min-width: 992px) {
.use-service-item-hed h3{
	font-size: 1.6em;
}
}
@media (min-width: 1200px) {
.use-service-item-hed h3{
	font-size: 1.8em;
}
}
@media (min-width: 1400px) {
.use-service-item-hed h3{
	font-size: 2em;
}
}
.use-service-item h4{
	font-size: 0.6em;
	margin-bottom: 0em;
	padding-bottom:1em;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	margin-left: 5em;
	margin-right: 5em;
	margin-top: 3em;	
}
.strength-item{
	background-color: rgba(255,255,255,1.00);
	width: 100%;	
}
.strength-item .strength-icon{
	width: 100%;
	height: 100px;
	padding: 2em;
	background-color: rgba(66,142,133,1.00);
}

@media (min-width: 576px) {
.strength-item .strength-icon{
	width: 180px;
	height: 180px;
}
}
@media (min-width: 768px) {
.strength-item .strength-icon{
	width: 170px;
	height: 170px;
}
}
@media (min-width: 992px) {
.strength-item .strength-icon{
	width: 200px;
	height: 200px;
}
}
@media (max-width: 575px) {
.strength-item .strength-icon img{
	height: auto;
	width: 50px;
}
}

.strength-item .strength-text{
	padding: 2em;
	font-size: 0.8em;
	
}
.strength-item .strength-text h3{
	font-size: 4vw;
	color: rgba(66,142,133,1.00);	
}
@media (min-width: 576px) {
.strength-item .strength-text h3{
	font-size: 1.6em;
}
}
@media (min-width: 768px) {
.strength-item .strength-text h3{
	font-size: 1.6em;
}
}
@media (min-width: 992px) {
.strength-item .strength-text h3{
	font-size: 1.6em;
}
}
@media (min-width: 1200px) {
.strength-item .strength-text h3{
	font-size: 1.5em;
}
}
@media (min-width: 1400px) {
.strength-item .strength-text h3{
	font-size: 1.8em;
}
}
.item-circle{
	width: 140px;
	border-radius: 50%;
	height: 140px;
	background-color: rgba(66,142,133,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 600;
	text-align: center;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1em;	
}
@media (min-width: 768px) {
	.item-circle{
		width: 160px;
		height: 160px;
	}
}/*
@media (min-width: 576px) {
.item-circle{
	width: 212px;
	height: 212px;
}
}
@media (min-width: 992px) {
.item-circle{
	width: 212px;
	height: 212px;
}
}*/
.flow-item{
	margin-bottom: 0.5em;
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	padding-bottom: 1em;	
	
}
@media (min-width: 576px) {
.flow-item{
	padding-bottom: 0em;	
	
}
}
.flow-item .nam{
	font-size: 2em;
	background-color: rgba(66,142,133,1.00);
	color: rgba(255,255,255,1.00);
	min-width: 100px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0.3em;	
	
}
@media (min-width: 576px) {
.flow-item .nam{
	font-size: 2em;
	min-width: 100px;
	height: 100px;
	margin-bottom: 0em;	
}
}
@media (min-width: 768px) {
.flow-item .nam{
	font-size: 2em;
	min-width: 100px;
	width: 100px;
	height: 110px;
	
}
}

.flow-item .name{
	font-size: 3vw;
	text-align: center;
	vertical-align: middle;
	padding-left: 2em;
	padding-right: 2em;
	min-width: 13em;
	position: relative;
	font-weight: 600;
	white-space: nowrap;
		
}
@media (min-width: 576px) {
.flow-item .name{
	font-size: 1em;
	height: 140px;
}
}
@media (min-width: 768px) {
.flow-item .name{
	font-size: 1.3em;
	min-width: 16em;
}
}
@media (min-width: 576px) {
.flow-item .name::after{
	content: '';
	display: block;
	width: 0.6em;
	height: 0.4em;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.3em;
	background-color: rgba(216,216,216,1.00);	
}
}

.flow-item:last-child .name::after{
	content: '';
	display: none;
}
.flow-item .text{
	font-size: 0.8em;
	vertical-align: middle;
	padding-right: 2em;
	width: 100%;
}
@media (min-width: 576px) {
.flow-item .text{
	height: 140px;	
}
}
.flow-item .text p{
	margin-bottom: 0%;	
}
.bg-blue-l,.bg-blue-r {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-blue-l::after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: rgba(245,249,249,1.00);
	position: absolute;
	bottom: 0em;
	right: 0%;
	z-index: -1;	
}
.bg-blue-r::after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: rgba(245,249,249,1.00);
	position: absolute;
	bottom: 0em;
	left: 0%;
	z-index: -1;	
}
@media (min-width: 992px) {
.bg-blue-l::after {
	content: '';
	right: -5%;
}
.bg-blue-r::after {
	content: '';
	left: -5%;	
}
}
.bg-green-l,.bg-green-r {
	position: relative;
	padding-top: 0px;
	padding-bottom: 40px;
	
}
@media (min-width: 576px) {
.bg-green-l,.bg-green-r {
	padding-top: 0px;
	padding-bottom: 40px;
	
}
}
@media (min-width: 768px) {
.bg-green-l,.bg-green-r {
	padding-top: 60px;
	padding-bottom: 60px;
	
}
}
@media (min-width: 992px) {
.bg-green-l,.bg-green-r {
	padding-top: 80px;
	padding-bottom: 80px;
	
}
}
@media (min-width: 1200px) {
.bg-green-l,.bg-green-r {
	padding-top: 100px;
	padding-bottom: 100px;
	
}
}
.bg-green-l::after {
	content: '';
	display: block;
	width: 100vw;
	height: 56%;
	background-color: rgba(245,249,249,1.00);
	position: absolute;
	bottom: 0em;
	right: 0%;
	z-index: -1;	
}
.bg-green-r::after {
	content: '';
	display: block;
	width: 100vw;
	height: 61%;
	background-color: rgba(245,249,249,1.00);
	position: absolute;
	bottom: 0em;
	left: 0%;
	z-index: -1;	
}
@media (min-width: 992px) {
.bg-green-l::after {
	content: '';
	right: -5%;
}
.bg-green-r::after {
	content: '';
	left: -5%;	
}
}
.strength-hed,.item-hed,.flow-hed,.feature-hed,.company-strength-hed,.company-concept-hed,.merit-hed,.client-hed,.company-sustainbirity-hed{
	position: relative;
}
.merit-hed::before {
	content: 'MERIT';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	right: 0px;
	top: 0.6em;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);	
}
.client-hed::before {
	content: 'CLIENT';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	right: 0px;
	top: 0.6em;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);	
}
.strength-hed::before {
	content: 'STRENGTH';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	left: 0px;
	top: -0.8em;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);	
}
.feature-hed::before {
	content: 'FEATURE';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	left: 0px;
	top: -0.8em;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);	
}
.item-hed::before {
	content: 'ITEMS';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	left: 50%;
	top: 0.6em;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);	
	-webkit-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}
.flow-hed::before {
	content: 'FLOW';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	right: 0%;
	top: 0.05em;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);
	text-align: right;
}
.company-sustainbirity-hed::before {
	content: 'SUSTAINABIRITY';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);
	right: 0%;
	bottom: -0.1em;
}
.company-strength-hed::before {
	content: 'STRENGTH';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);
	right: 0%;
	bottom: -0.1em;
}
.company-concept-hed::before {
	content: 'CONCEPT';
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: absolute;
	font-size: 6.6em;
	color: rgba(51,51,51,.05);
	text-align: right;
	left: 0em;
	bottom: -0.1em;
}
.strength-hed::before,.feature-hed::before,.item-hed::before,.flow-hed::before,.company-strength-hed::before,.company-concept-hed::before,.merit-hed::before,.client-hed::before,.company-sustainbirity-hed::before {
	font-size: 10vw;
}
@media (min-width: 576px) {
.strength-hed::before,.feature-hed::before,.item-hed::before,.flow-hed::before,.company-strength-hed::before,.company-concept-hed::before,.merit-hed::before,.client-hed::before,.company-sustainbirity-hed::before  {
	font-size: 4em;
}
}
@media (min-width: 768px) {
.strength-hed::before,.feature-hed::before,.item-hed::before,.flow-hed::before,.company-strength-hed::before,.company-concept-hed::before,.merit-hed::before,.client-hed::before,.company-sustainbirity-hed::before  {
	font-size: 5em;
}
}
@media (min-width: 992px) {
.strength-hed::before,.feature-hed::before,.item-hed::before,.flow-hed::before,.company-strength-hed::before,.company-concept-hed::before,.merit-hed::before,.client-hed::before,.company-sustainbirity-hed::before  {
	font-size: 6em;
}
}
@media (min-width: 1200px) {
.strength-hed::before,.feature-hed::before,.item-hed::before,.flow-hed::before,.company-strength-hed::before,.company-concept-hed::before,.merit-hed::before,.client-hed::before,.company-sustainbirity-hed::before  {
	font-size: 6.6em;
}
}
@media (min-width: 1400px) {

}
.table-company th,.table-company td{
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	border: 1px solid rgba(255,255,255,1.00);	
}
@media (max-width: 575px) {
.table-company th,.table-company td{
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	display: block;	
}
}
@media (max-width: 575px) {
.company-strength-hed::before,.company-concept-hed::before,.merit-hed::before,.client-hed::before {
	-webkit-transform: translate(0%, -65%);
  -ms-transform: translate(0%, -65%);
  transform: translate(0%, -65%);
}
	.strength-hed::before,.feature-hed::before,.item-hed::before,.flow-hed::before,.merit-hed::before,.client-hed::before {
	-webkit-transform: translate(0%, 55%);
  -ms-transform: translate(0%, 55%);
  transform: translate(0%, 55%);
}
	}

.table-company th{
	color: rgba(255,255,255,1.00);
	font-weight: 600;
	text-align: center;
	background-color: rgba(66,142,133,1.00);
}
.table-company td{
	background-color: rgba(245,249,249,1.00);	
}

/* 新着情報 */
.top-news {
	margin-top: 0em;
	padding: 0em;
}
.top-news dl {
	padding: 0.5em 0;
	border-bottom: 1px dotted #ccc;
}
.top-news dt {
	padding-bottom: 0;
	font-weight: normal;
}
.top-news em {
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}
@media screen and (min-width: 992px) {
.top-news dl {
	display: table;
}
.top-news dt {
	padding-bottom: 0;
	width: 6em;
	font-weight: normal;
	display: table-cell;
}
.top-news dd {
	margin-left: 0.5em;
	display: table-cell;
}
}



/*========*/
/* お問い合わせ */
/*========*/

#mailform {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.9em;	
}
@media (min-width: 768px) {
#mailform {
	padding-top: 0px;
}}
.mailcont {
}
#mailform dl input[type=text] ,#mailform dl input[type=tel] ,#mailform dl input[type=url] ,#mailform dl input[type=email] ,#mailform textarea{
	border: 0;
	color: #333;
	border: none;
	border-radius: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0.5em;
	background-color: rgba(239,239,239,1.00);	
	
	
}
#mailform dl {
	overflow: hidden;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 1.5em;
	display: table;
	margin: 0px;
	width: 100%;
	position: relative;	
}

#mailform dl dt {
	margin: 0px;
	display: block;
	text-align: left;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.4em;
	vertical-align: top;
}
#mailform dl dd{
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
#mailform dl dt {
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	width: 300px;
	display: table-cell;
}
#mailform dl dd{
	display: table-cell;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}}

#mailform  label {
	font-weight: normal;
}
#mailform  label.required::before {
	content: '必須';
	color: rgba(255,255,255,1.00);
	background-color: rgba(247,100,100,1.00);
	font-size: 0.8em;
	padding-top: 0.05em;
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-bottom: 0.1em;
	display: inline-block;
	margin-right: 1.5em;	
}

#mailform .size-s {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailform .size-m {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 768px) {
#mailform .size-m {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}}
#mailform .size-l {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailform .addresssearch {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: center;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#mailform .addresssearch:hover {
	background-color: #CCFFFF;
	text-decoration: none;
}
#formbutton {
	text-align: center;
	padding-top: 15px;
}
#formbutton .submit-button input {
	background-color: rgba(66,142,133,1.00);
	color: #FFFFFF;
	padding-top: 0.8em;
	padding-right: 2em;
	padding-bottom: 0.8em;
	padding-left: 2em;
	border-radius: 50em;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	border: none;
	width: 100%;
	max-width: 280px;
	box-sizing: border-box;
}

@media (min-width: 576px) {
#formbutton .submit-button input{
	max-width: 320px;
}
}
@media (min-width: 768px) {
#formbutton .submit-button input{
	max-width: 350px;
}
}
#formbutton .submit-button input:hover {
	background-color: rgba(66,142,133,0.7);
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#formbutton .submit-button {
	display: table;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
	min-width: 280px;
}
@media (min-width: 576px) {
#formbutton .submit-button{
	min-width: 320px;
}
}
@media (min-width: 768px) {
#formbutton .submit-button{
	min-width: 350px;
}
}
#formbutton .submit-button i {
	position: absolute;
	right: 1em;
	top: 50%;
	z-index: 1;
	color: rgba(255,255,255,1.00);
	margin-top: -0.5em;
}

#mailform .contactfoot {

	margin-top: 50px;
	margin-bottom: 20px;
}
#mailform dl.col1 textarea,#reservation #mailform dl textarea {

}
#mailform h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 120%;
}
#mailform .priv_info {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 140px;
	overflow: scroll;
	margin-bottom: 15px;
	font-size: 80%;
	overflow-x:hidden;
	background-color: #FFFFFF;
}
#mailform .priv_info h6 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#mailform select {
	font-size: 1.1em;
}#mailform h3 {
	float: none;
	margin-bottom: 30px;
}
.ajax-loader,.wpcf7-spinner {
	display: none !important;
}
select.select-form {
	border: 1px solid #CCC;
	font-size: .3em;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.mfp_not_checked,.mfp_checked,span.wpcf7-list-item,.wpcf7-list-item-label {
  position: relative;
}
.wpcf7-list-item-label {/*項目の色や文字サイズ*/
	cursor: pointer;
	font-size: 1em;
	display: block;
	padding-left: 2em;
	
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
	/*border: 1px solid rgba(128,128,128,1.00);*/
	width: 1.4em;
	height: 1.4em;
	content: "";
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0em;
	margin-right: 2px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
	background-color: rgba(222,222,222,1.00);	
	
	
}
.wpcf7-list-item-label:after {/*チェックアイコン*/
	content: '\f00c';
	font-family: 'Font Awesome 6 Free'; /* 追記したコード */
	font-weight: 600; /* 追記したコード */
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0.3em;
	color: rgba(255,255,255,1.00);	
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	content: '';
	background-color: rgba(66,142,133,1.00);
	
}
/*input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free'; 
	font-weight: 600;
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0.3em;
	color: rgba(255,255,255,1.00);	
}
.mfp_checked .wpcf7-list-item-label:after,
.custom-wpcf7c-confirmed .wpcf7-list-item-label:after {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
    font-weight: 600;
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0.3em;
	color: rgba(255,255,255,1.00);	
}*/
.wpcf7c-conf {
	background-color: rgba(32,59,148,0.2)!important;
	color: #333;
	border: 1px solid rgba(128,128,128,1.00);
}
.wpcf7-list-item.first{
	margin-left: 0em!important;	
}
/* ニュース */
.news-inner-area{
	font-size: 0.9em;
	margin-bottom: 4em;	
}
.news-inner-area h3{
	font-size: 1.4em;
	margin-bottom: 0.6em;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.6em;
	border-bottom: 2px solid rgba(51,51,51,1.00);
}
.news-inner-area .date{
	color: rgba(66,142,133,1.00);	
}
.news-inner-area .date span{
	margin-right: 2em;	
}
.more-link{
	padding-top: 0.5em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 0.5em;
	color: rgba(255,255,255,1.00);
	border-radius: 50em;
	background-color: rgba(66,142,133,1.00);
	display: inline-block;	
}
.more-link:hover{
	color: rgba(255,255,255,1.00);
	background-color: rgba(66,142,133,0.70);
}
.post {
	padding-bottom: 20px;
	font-size: 0.88em;		
}
.post .posthed {
	font-size: 86%;
	padding-bottom: 10px;
	display: block;
	position: relative;
}
.post .posthed em {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-style: normal;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 100%;
	background-color: #666666;
}
.post h3 {
	font-size: 140%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #754C24;	
}
.post h3 a {
	color: #000;
}
.post h3:first-letter {
}
.sidenav {
	margin-bottom: 30px;	
}
.sidenav h3 {
	font-size: 1.16em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.6em;
	border-bottom: 2px solid rgba(51,51,51,1.00);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
.sidenav > ul,.sidenav > ul > ul {
	font-size: 0.9em;	
}
.sidenav > ul > li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidenav ul li a,.post-dropdown-menu .parent-menu  {
	display: block;
	position: relative;	
	padding-right: 2em;
}
.sidenav ul li a::after,.post-dropdown-menu .parent-menu::after {
	content: '';
	position: absolute;
	right: 0em;
	top: 50%;
	margin-top: -0.9em;	
}
.sidenav > ul > li > a::after,.post-dropdown-menu .parent-menu::after {
  content: '\f138';
	font-family: 'Font Awesome 6 Free'; /* 追記したコード */
    font-weight: 600; /* 追記したコード */
}
.sidenav > ul > li > a.active::after,.post-dropdown-menu .parent-menu.active::after {
  content: '\f13a';
	font-family: 'Font Awesome 6 Free'; /* 追記したコード */
    font-weight: 600; /* 追記したコード */
}
.postnav {
	margin-bottom: 50px;
}


.post-dropdown-menu {
}
.post-dropdown-menu .parent-menu {
  cursor: pointer;
	
}

.post-dropdown-menu .children-menu a:after {
	 content: '\f054';
	font-family: 'Font Awesome 6 Free'; /* 追記したコード */
    font-weight: 600; /* 追記したコード */
  
}

.post-dropdown-menu .children-menu {
  height: auto;
  display: none;
  padding: 15px;
}
.wp-pagenavi {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-align: center;	
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi .page{
	border: 1px solid rgba(221,221,221,1.00);
}

.wp-pagenavi a.page:hover, .wp-pagenavi span.current {
	border: 1px solid rgba(221,221,221,1.00);
	background-color: rgba(66,142,133,1.00);
	color: rgba(255,255,255,1.00);	
	font-weight: 400;
}
@media (max-width: 991px) {
.wp-pagenavi .first,.wp-pagenavi .last,.wp-pagenavi .extend,.wp-pagenavi .page,.wp-pagenavi .current {
	display: none;	
}
.wp-pagenavi .pages {
	display: block;
}
.wp-pagenavi .previouspostslink::after {
	content: '前のページへ';
	margin-left: 0.3em;	
	
}
.wp-pagenavi .nextpostslink::before {
	content: '次のページへ';
	margin-right: 0.3em;	
}
}
h3.content-title{
	font-size: 7.5vw;
}
.content-inner-title {
	color: rgba(66, 142, 133, 1.00);
	font-size: 18px;
	border-bottom: 1px solid rgba(66, 142, 133, 1.00);
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.content-inner-title span {
	position: relative;
	font-weight: 600;
	padding-left: 16px;
}
.content-inner-title span:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: rgba(66, 142, 133, 1.00);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.content-inner-sub-title {
	font-weight: 600;
}
@media (min-width: 576px) {
h3.content-title{
	font-size: 1.5em;
}
}
@media (min-width: 768px) {
h3.content-title{
	font-size: 1.6em;
}
	.content-inner-title {
		font-size: 24px;
	}
	.content-inner-title span {
		padding-left: 20px;
	}
	.content-inner-title span:after {
		width: 10px;
		height: 10px;
	}
}
@media (min-width: 992px) {
h3.content-title{
	font-size: 1.7em;
	
}
}
@media (min-width: 1200px) {
h3.content-title{
	font-size: 1.8em;
	
}
}
h4.content-title{
	font-size: 0.66em;
	color: rgba(66,142,133,1.00);	
}
h3.company-title{
	font-size: 6vw;
	line-height: 160%;	
	
}
@media (min-width: 576px) {
h3.company-title{
	font-size: 1.3em;
	
}
}
@media (min-width: 768px) {
h3.company-title{
	font-size: 1.45em;
	
}
}
@media (min-width: 992px) {
h3.company-title{
	font-size: 1.5em;
	
}
}
@media (min-width: 1200px) {
h3.company-title{
	font-size: 1.55em;
	
}
}
.bnt-green{
	font-size: 0.8em;
	max-width: 200px;
	color: rgba(255,255,255,1.00);
	border-radius: 50em;
	background-color: rgba(66,142,133,1.00);
	padding-top: 1em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 1em;
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 50;	
}

@media (min-width: 576px) {
.bnt-green {
	max-width: 280px;
}
}
@media (min-width: 768px) {
.bnt-green {
	max-width: 330px;
}
}
.bnt-green i{
	position: absolute;
	right: 1.5em;
	top: 50%;
	margin-top: -0.5em;	
}
.bnt-green:hover{
	color: rgba(255,255,255,1.00);
	background-color: rgba(66,142,133,0.7);
}
.bnt-green-b{
	font-size: 1.1em;
	max-width: 280px;
	color: rgba(255,255,255,1.00);
	border-radius: 50em;
	background-color: rgba(66,142,133,1.00);
	padding-top: 0.8em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 0.8em;
	display: block;
	text-align: center;
	position: relative;	
}
@media (min-width: 576px) {
.bnt-green-b{
	max-width: 340px;
}
}
@media (min-width: 768px) {
.bnt-green-b{
	max-width: 524px;
}
}
.bnt-green-b i{
	position: absolute;
	right: 1.5em;
	top: 50%;
	margin-top: -0.5em;	
}
.bnt-green-b:hover{
	color: rgba(255,255,255,1.00);
	background-color: rgba(66,142,133,0.7);
}
.bnt-white{
	font-size: 0.8em;
	max-width: 330px;
	color: rgba(66,142,133,1.00);
	border-radius: 50em;
	background-color: rgba(255,255,255,1.00);
	padding-top: 1em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 1em;
	display: block;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.bnt-white i{
	position: absolute;
	right: 1.5em;
	top: 50%;
	margin-top: -0.5em;	
}
.bnt-white:hover{
	color: rgba(66,142,133,1.00);
	background-color: rgba(255,255,255,0.7);
	
}
@media (min-width: 992px) {
.photo-right{margin-right: calc((58.33333333vw  - 100%) * -1); }
.photo-left{margin-left: calc((58.33333333vw  - 100%) * -1); }
	}
.inner {
	padding: 0 4.8%;
	img {
		max-width: 100%;
	}
	.ib {
		display: inline-block;
	}
}
.content-block {
	padding: 50px 0;
}
.bg-content {
	background-color: #F5F9F9;
}
.flex-content {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	>div {
		width: 100%;
		&+div {
			margin-top: 20px;
		}
	}
}
@media (min-width: 768px) {
	.inner {
		width: 96%;
		max-width: 1240px;
		margin: auto;
		padding: 0;
	}
	.content-block {
		padding: 100px 0;
	}
	.flex-content {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		>div {
			width: calc((100% - 32px) / 2);
			&+div {
				margin-top: 0;
			}
			&:nth-of-type(even) {
				margin-left: 32px;
			}
		}
		&.column3 {
			>div {
				width: calc((100% - 64px) / 3);
				&+div {
					margin-top: 0;
					margin-left: 32px;
				}
				&:nth-of-type(even) {
					margin-left: 32px;
				}
				&:nth-of-type(4n) {
					margin-left: 0;
				}
			}
		}
	}
}
/* waewhouse・assortment */
#waewhouse,
#assortment {
	padding: 30px 0 0;
	.read-text-box {
		color: #fff;
		text-align: center;
		padding-bottom: 20px;
		p {
			text-align: center;
		}
		.read {
			font-size: 18px;
			font-weight: 600;
		}
		h3 {
			font-size: 22px;
			margin-bottom: 1em;
		}
	}
}
#assortment {
	.read-text-box {
		padding-bottom: 0;
	}
	.about-image {
		margin-top: 0;
	}
}
#waewhouse-about,
#assortment-about {
	background-image: url(../images/warehouse-about-bg.jpg);
	background-size: cover;
	padding: 40px 0;
}
#assortment-about {
	background-image: url(../images/assortment-about-bg.jpg);
	padding-bottom: 0;
}
.gallerySlide .slick-slide {
	margin: 0 10px;
	img {
		max-width: 100%;
		border-radius: 10px;
	}
}
.merit:first-of-type {
	margin-top: 20px;
	margin-bottom: -20px;
}
.merit + .merit{
	margin-top: 40px;
}
.merit-detail {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	.top-text {
		color: rgba(66, 142, 133, 1.00);
		padding-top: .5em;
	}
	dl {
		dt {
			font-size: 18px;
			padding: 1em 0;
		}
	}
}
#price .price-content + .price-content {
	margin-top: 20px;
}
.price-detail-box {
	background-color: #fff;
	.content-inner-title {
		padding: 10px;
		margin-bottom: 0;
	}
}
.price-detail {
	padding: 10px;
	.em {
		display: block;
		font-size: 18px;
		font-weight: 600;
	}
	.em02 {
		display: block;
		font-size: 16px;
		font-weight: 600;
	}
	ul {
		padding-left: 1em;
		::marker {
			color: rgba(66, 142, 133, 1.00);
		}
	}
	p, li {
		line-height: 1.7;
		font-size: 16px;
	}
	.ind {
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	li + li,
	p + p {
		padding-top: .5em;
	}
	.bold {
		font-weight: 600;
	}
	.map {
		background-color: rgba(66, 142, 133, 1.00);
		color: #fff;
		display: inline-block;
		padding: 0 10px;
		margin-left: 10px;
		border-radius: 50px;
	}
}
.voice-box {
	text-align: center;
	padding: 15px;
	background-color: #F5F9F9;
	dt {
		font-size: 18px;
		line-height: 1.7;
		span {
			display: block;
			color: rgba(66, 142, 133, 1.00);
			padding: 10px 0;
		}
	}
	dd {
		font-size: 16px;
		line-height: 1.7;
	}
}
.price-content-wrap,
.voice-box-wrap {
	margin-top: 20px;
}
@media (min-width: 768px) {
	#waewhouse,
	#assortment {
		padding: 100px 0 0;
		.read-text-box {
			padding-bottom: 40px;
			.read {
				font-size: 24px;
			}
			h3 {
				font-size: 40px;
			}
		}
	}
	#assortment {
		.inner {
			position: relative;
		}
		.read-text-box {
			text-align: left;
			padding: 80px 0;
			p {
				text-align: left;
			}
		}
		.about-image {
			position: absolute;
			top: -50px;
			right: 0;
		}
	}
	#waewhouse-about,
	#assortment-about {
		padding: 80px 0;
	}
	#assortment-about {
		padding: 0;
	}
	.merit:first-of-type {
		margin-top: 30px;
	}
	.merit + .merit{
		margin-top: 80px;
	}
	.merit.reverse {
		.merit-image {
			order: 1;
			margin-left: 0;
		}
		.merit-detail {
			order: 2;
			margin-left: 32px;
		}
	}
	.merit-detail {
		dl {
			dt {
				font-size: 24px;
			}
		}
	}
	#price .price-content + .price-content {
		margin-top: 50px;
	}
	.price-detail-box {
		.content-inner-title {
			padding: 20px;
		}
	}
	.price-detail {
		padding: 20px;
		.em {
			font-size: 20px;
		}
		.em02 {
			font-size: 18px;
		}
	}
	.voice-box {
		padding: 30px;
		dt {
			font-size: 20px;
			padding-top: .5em;
			span {
				padding: 15px 0;
			}
		}
	}
	.price-content-wrap,
	.voice-box-wrap {
		margin-top: 30px;
	}
}
.btnWrap {
	text-align: center;
}
/*
.btnWide
---------------------------*/
.btnWide {
	position: relative;
	top: 0;
	display: inline-block;
	line-height: 1.4;
	width: 100%;
	padding: 0;
	zoom: 1;
	transition: .2s ease-in-out;
	&:before,
	&:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		pointer-events: none;
	}
	&:before {
		width: 40px;
		height: 40px;
		border-radius: 50px;
		right: 10px;
		z-index: 2;
		border: 1px solid #fff;
		transition: all 0.3s ease-out;
	}
	&:after {
		right: 22px;
		width: 15px;
		height: 13px;
		background-image: url(../images/icon-arrow.svg);
		background-size: cover;
		z-index: 3;
	}
	a, span, button, input {
		display: block;
		width: 100%;
		background-color: rgba(66, 142, 133, 1.00);
		border: 2px solid rgba(66, 142, 133, 1.00);
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.4;
		text-align: center;
		border-radius: 50px;
		text-decoration: none;
		padding: 18px 14px;
		cursor: pointer;
		transition: all 0.3s ease-out;
		box-shadow: 0 4px #666;
	}

	&:hover {
		top: 4px;
		a, span, button, input {
			background-color: #fff;
			color: rgba(66, 142, 133, 1.00);
			box-shadow: 0 0 #666;
		}
		&:before {
			border: 2px solid rgba(66, 142, 133, 1.00);
		}
		&:after {
			background-image: url(../images/icon-arrow-g.svg);
		}
	}
	@media (min-width: 768px) {
		width: 1000px;
		min-width: inherit;
		a, span, button, input {
			font-size: 30px;
			padding: 25px 20px;
		}
		&:before {
			width: 50px;
			height: 50px;
			right: 20px;
		}
		&:after {
			right: 30px;
			width: 30px;
			height: 26px;
		}
	}
	@media (max-width: 330px) {
		a, span, button, input {
			font-size: 14px;
			padding: 12px;
		}
	}
}
.line-btn {
	margin-bottom: 40px;
	@media (min-width: 768px) {
		margin-bottom: 80px;
	}
}
.line-message {
	position: relative;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	line-height: 1.7;
	/*padding: 0 60px 0;*/
	margin: 60px 0 20px;
	/*&:before {
		left: 8%;
		transform: rotate(-30deg);
	}
	&:after {
		right: 8%;
		transform: rotate(30deg);
	}*/
	@media (min-width: 768px) {
		font-size: 24px;
		padding: 0 100px 0;
		margin: 80px 0 0;
		&:before,
		&:after {
			content: "";
			display: block;
			background-color: rgba(66, 142, 133, 1.00);
			width: 1px;
			height: 100%;
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
		}
		&:before {
			left: 8%;
			transform: rotate(-45deg);
		}
		&:after {
			right: 8%;
			transform: rotate(45deg);
		}
	}
}

#service-nav {
	text-align: center;
	background-color: rgba(66, 142, 133, 1.00);
	padding: 30px 0;
	color: #fff;
	.info-text {
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		line-height: 1.7;
		padding-bottom: 20px;
	}
	.service-nav-btn {
		position: relative;
	}
	.text-box {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 90%;
		background-color: rgba(0, 0, 0, .7);
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		p {
			margin-bottom: 0;
		}
		.more-btn {
			font-weight: 400;
			font-size: 14px;
			padding: 4px 8px;
			border: 1px solid #fff;
			border-radius: 50px;
			span {
				position: relative;
				padding-right: 20px;
				&:after {
					width: 14px;
					height: 12px;
					position: absolute;
					content: "";
					top: 0;
					bottom: 0;
					right: 0;
					margin: auto;
					background-image: url(../images/icon-arrow.svg);
					background-size: contain;
					background-repeat: no-repeat;
				}
			}
		}
	}
	@media (min-width: 768px) {
		padding: 80px 0;
		.info-text {
			font-size: 24px;
			padding-bottom: 50px;
		}
		.text-box {
			padding: 10px 15px;
		}
	}
}