@charset "UTF-8";

/* ====================================================================================================

	トップページ設定用

==================================================================================================== */
/*
トップページ設定用
  0.about
  1.コーティングビジネスについて
  2.3つの技術
  3.アールエムラボの強み
  4.サポート体制
===============================================================================*/



/* ==========================================================
  Section List
========================================================== */
#sec.secAbout {
  width: 100%;
  padding: 40px 0px 40px;
  margin: 0px 0px 0px 0px;

  background: #184f6d;
  color: #fff;
}

#secService {

}

#secMerit {
  width: 100%;
  padding: 60px 0px;
  margin: 0px 0px 0px 0px;

  background: #151b25;
}

#secVoice {
  width: 100%;
  padding: 80px 0px;
  margin: 0px 0px 0px 0px;
}

#secContract {
  background: #D0EEF8;
  position: relative;
}

#secModel {
  width: 100%;
  padding: 100px 0 100px;
  margin: 0px 0px 0px 0px;

  background: #f2f4f5;
}

#secInfo {
  display: block;
  /* margin-top: 30px; */
  padding: 100px 0 80px;
}

#banner {
  width: 100%;
  padding: 80px 0 80px;
  /* margin: 5em 0 5em 0; */

  background: url(../images/banner_bg.png) no-repeat bottom center / cover;
}

@media screen and (max-width: 749px) {
  #sec.secAbout {
    width: 100%;
    padding: 40px 0px 40px;
    margin: 0px 0px 0px 0px;

    background: #184f6d;
    color: #fff;
  }

  #secService {

  }

  #secMerit {
    width: 100%;
    padding: 60px 0px;
    margin: 0px 0px 0px 0px;

    background: #151b25;
  }

  #secVoice {
    width: 100%;
    padding: 60px 0px 40px;
    margin: 0px 0px 0px 0px;
  }

  #secContract {
    padding: 60px 0 60px;
  }

  #secModel {
    width: 100%;
    padding: 100px 0 70px;
    margin: 0px 0px 0px 0px;

    background: #f2f4f5;
  }

  #secInfo {
    width: 100%;
    padding: 50px 0 50px;
  }

  #banner {
    width: 100%;
    padding: 50px 0 50px;
  }
}

/* ==========================================================
  1.コーティングビジネスについて
========================================================== */
.secAbout .inner_s {
  max-width: 700px;
}


.secAbout h2 {
  text-align: center;
  font-weight: 800;

  margin-bottom: 1em;

  font-size: 3rem;
  line-height: 1.6;

}

.secAbout p {
  text-align: center;
  font-weight: 500;

  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 749px) {
  .secAbout h2 {
    font-size: 2rem;
  }

  .secAbout p {
    font-size: 1.5rem;
  }
}


/* ==========================================================
  2.3つの技術
========================================================== */
.serviceHedBg {
	background: transparent url("../images/service/service_bg.png") no-repeat bottom center / cover;
}

.serviceHedTit {
	font-weight: bold;
	text-align: center;
	color: #184f6d;
	line-height: 1.4;
}

.serviceHedIntro {
  font-size: 1.6rem;
	color: #333;
	line-height: 1.6;
	text-align: center;
}

.serviceHedIntro span {
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (min-width: 750px) {
	.serviceHedBg {
		padding: 5.5em 0 10em;
  }
	.serviceHedTit {
    margin-bottom: 1em;
    font-size: 4.8rem;
	}
	.serviceHedIntro {
    font-size: 1.6rem;
	}
}

@media screen and (max-width: 749px) {
	.serviceHedBg {
		padding: 3.28em 0 7.92em;
    margin-bottom: 3em;
  }

	.serviceHedTit {
    margin: 0 auto;
    font-size: 2.5rem;
}
	.serviceHedIntro {
		text-align: left;
    margin-top: 2em;
	}

  .serviceHedIntro span {
    font-weight: 700;
    font-size: 1.5rem;
  }

}


/* サービス01～03共通
------------------------------------------------------------*/
.merit {
	padding: 140px 0 60px;
	overflow: hidden;
	position: relative;
}

.merit .inner_l {
	max-width: 1200px;
  line-height: 1.8;
}

.merit::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #f2f4f5;
	display: block;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -500px;
	z-index: -1;
}

.merit .inner_l {
	padding: 60px 0 0 200px;
	position: relative;
}

.merit .num {
	font-family: 'Oswald', sans-serif;
	font-size: 4rem;
	line-height: 112px;
	width: 120px;
	border: 4px solid #184f6d;
  background-color: #184f6d;
  border-radius: 50%;
  color: #fff;
	text-align: center;
	position: absolute;
	top: 90px;
	left: 40px;
	letter-spacing: 1px;
}

.merit h2 {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 2.3em;
  margin-top: 35px;
	position: relative;
	letter-spacing: 2px;
}

.merit h2::after {
	content: "";
	width: 80px;
	height: 4px;
	background: #184f6d;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -40px;
}

.merit h2 span {
	font-size: 2.4rem;
	margin-bottom: 10px;
	display: block;
}

.merit p {
  margin-bottom: 1.2em;
}

.merit ul {
  margin-bottom: 2em;
}

.merit ul li {
  font-size: 1.4rem;
  margin-bottom: .3em;
}

.merit i.fa {
    margin-right: .7rem;
    color: #eb6100;
}

.merit .mainImg {
  width: 42%;
	-webkit-box-shadow: -10px 0 50px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: -10px 0 50px 0 rgba(0,0,0,0.1);
	box-shadow: -10px 0 50px 0 rgba(0,0,0,0.1);
	position: absolute;
	top: -50px;
	right: 0;
  margin-bottom: 15px;
}

/* sec02
------------------------------------------------------------*/
#sec02.merit::after {
	background: #f6f4ed;
	left: inherit;
	right: 50%;
	margin: 0 -500px 0 0;
}
#sec02.merit .inner_l {
	padding: 60px 200px 0 0;
}
#sec02.merit .mainImg {
	left: 0;
	right: inherit;
}
#sec02.merit .num {
	left: inherit;
	right: 40px;
}
#sec02.merit h2,
#sec02.merit h2 span {
	text-align: right;
}
#sec02.merit h2::after {
	left: inherit;
	right: 0;
}

/* sec04
------------------------------------------------------------*/
#sec03 {
	margin-bottom: 100px;
}



@media screen and (max-width: 667px){
/* メリット01～03共通
------------------------------------------------------------*/
.merit {
  padding:20px 0 0;
  margin-bottom: 20px;
  background: #f2f4f5;

}
.merit::after {
  display: none;
}
.merit .inner_l {
  padding: 0 20px 0px!important;
}
.merit .mainImg {
  width: 100%;
  /* height: 180px; */
  overflow: hidden;
  position: static;
  box-shadow: none;
}
.merit .num {
  font-size: 2.4rem;
  line-height: 54px;
  width: 60px;
  background: #184f6d;
  border-width: 3px;
  top: 20px;
  left: 20px;
}
.merit h2 {
  font-size: 2rem;
  margin-top: 25px;
  margin-bottom: 40px;
  text-align: center!important;
}
.merit h2::after {
  width: 40px;
  margin-left: -20px;
  left: 50%!important;
  right: inherit;
  bottom: -20px;
}
.merit h2 span {
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-align: center;
}

/* sec04
------------------------------------------------------------*/
#sec02 {
  margin-top: 40px;
}

#sec02.merit h2,
#sec02.merit h2 span,
#sec02.merit h3 {
	text-align: center;
}

#sec03 {
  margin-bottom: 40px;
}

}


/* ==========================================================
  3.アールエムラボの強み
========================================================== */

#secMerit .inner_l {
  color: #FFF;
  line-height: 1.8;
}

.p-merit__title {
  font-weight: 800;
  font-style: normal;
  text-align: left;

  font-size: 2.4em;
  letter-spacing: 0.3em;
  margin-bottom: 2em;
  margin-top: 1em;
}

.p-merit__sub-title {
  font-weight: 800;
  font-style: normal;
  color: #069dc8;

  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom:20px;
}

.p-merit-box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 3em;
}

.p-merit-box:last-child {
  margin-bottom: 0;
}

.p-merit-box__tx {
  margin-bottom: 2em;
}

.p-merit-box__img img {
  border-radius: 6px;
}


/* 1200px 〜 */
@media only screen and (min-width: 1200px) {
  .p-merit-box {
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    margin: 0 auto 3em;
  }

  .p-merit-box:last-child {
    margin-bottom: 0;
  }

  .p-merit__sub-title {
    font-size: 2.6rem;
  }

  .p-merit-box__tx {
    width: 58%;
  }

  .p-merit-box__img {
    width: 38%;
  }
}

/* 900px 〜 1199px */
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-merit-box {
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    margin: 0 auto 3em;
  }

  .p-merit-box:last-child {
    margin-bottom: 0;
  }

  .p-merit-box__tx {
    width: 58%;
  }

  .p-merit-box__img {
    width: 38%;
  }
}

/* 750x 〜 899px */
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-merit-box {
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    margin: 0 auto 3em;
  }

  .p-merit-box:last-child {
    margin-bottom: 0;
  }

  .p-merit-box__tx {
    width: 58%;
  }

  .p-merit-box__img {
    width: 38%;
  }
}

/* 〜 750px */
@media only screen and (max-width: 750px) {
  .p-merit__title {
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 0;
}
}


.box-merit {
  margin-bottom: 3em;
}

.box-merit .tx {
  width: 69%;
}

.box-merit .img {
  width: 30%;
}

.box-merit .img img {
  border-radius: 6px;
}

.flex-merit {
  justify-content: space-between;
  align-items: center;
}



/* ==========================================================
  4.代理店オーナー様の声
========================================================== */
#secVoice .inner_l {
  line-height: 1.6;
}

#secVoice .box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;

  margin-bottom: 2em;
  background: #f2f4f5;
  padding: 33px 75px 34px;
  box-shadow: 0 0 10px #ccc;

}

.vo-subTit {
  font-size: 2rem;
  margin-bottom: 20px;

  font-weight: 900;
}

#secVoice .box p {
  font-size: 1.6rem;
}

.vo-img {

}


@media only screen and (min-width: 1200px) {
  .vo-txtBox {
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    margin: 0 auto 3em;
  }
  .vo-txtBox {
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    margin: 0 auto 3em;
  }
  .vo-sub-Tit {
    font-size: 2.6rem;
  }

  .vo-img {
    width: 40%;
  }

  .vo-txtBox {
    width: 55%;
  }

}

/* 750x 〜 1200px */
@media only screen and (max-width: 1199px) and (min-width: 750px) {
  .vo-txtBox {
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    margin: 0 auto 3em;
  }

  .vo-img {
    width: 40%;
  }

  .vo-txtBox {
    width: 55%;
  }
}

@media only screen and (max-width: 750px) {
  #secVoice .box {
    background: #f2f4f5;
    padding: 33px 15px 34px;
    box-shadow: 0 0 10px #ccc;
  }

  #secVoice .box p {
    font-size: 1.5rem;
  }

  .vo-img {
    margin-bottom: 1em;
  }
}


/* ==========================================================
  4.サポート体制
========================================================== */
/* 代理店契約までの流れ
	------------------------------------------ */
  #secContract a {
    color: #069dc8;
  }
  .contractHeading {
  	position: absolute;
  	top: 80px;
  	left: 50%;
  	transform: translateX(-50%);
  	color: #fff;
    font-weight: 700;
  	letter-spacing: 0.1em;
  	background: #184f6d;
  	padding: 10px 35px 15px;
  	display: inline-block;
  	text-align: center;
    z-index: 1;
  }
  .contractHeading:after {
  	content: "";
  	position: absolute;
  	bottom: -13px;
  	left: 50%;
  	border-top: 13px solid #184f6d;
  	border-left: 7px solid transparent;
  	border-right: 7px solid transparent;
  }
	.contractBox {
		position: relative;
		background: #EAF5FC;
  }
	.contractContents {
		text-align: center;
  }
	.contractTit {
    font-family: 'Oswald', sans-serif;
		position: relative;
		color: #184f6d;
		font-weight: 700;
		border-bottom: 1px solid #184f6d;
		text-align: center;
		padding-bottom: 10px;
    letter-spacing: 0.1em;
  }
	.contractContents .contractTit:after {
		content: "";
		position: absolute;
		bottom: -2.5px;
		left: 50%;
		transform: translateX(-50%);
		width: 2.5em;
		height: 5px;
		background: #184f6d;
	}
	.contractTit span {
		font-size: 1.5em;
		margin-left: 10px;
	}
	.contracticonArea {
		position: relative;
		background: #fff;
		border-radius: 50%;
		margin: 0 auto;
		width: 11.42em;
		height: 11.42em;
		margin-top: 20px;
  }
	.contractIcon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
  }
	.contractIcon	svg {
		width: 7.21em;
		height: 4.25em;
	}
	.contractContents .contractHeadingLv3 {
    color: #fff;
    font-weight: 700;
    background: #184f6d;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    padding: 10px 0 10px;
    border-radius: 17px;
	}
	.contractDesc {
		line-height: 1.6;
		color: #184f6d;
	}

@media screen and (max-width: 729px) {
	.contractHeading {
		font-size: 1.31em;
		width: 100%;
		max-width: 290px;
		padding: 0.3em 0.1em;
	}
	.contractBox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		padding: 4.6em 1em 3.8em;
	}
	.contractContents {
		width: 80%;
		margin: 0 auto;
		position: relative;
  }
	.contractContents:not(:last-of-type):after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -84px;
		border-top: 40px solid rgb(252, 204, 0);
		border-left: 70px solid transparent;
		border-right: 70px solid transparent;
	}
	.contractContents:not(:first-of-type) {
		margin-top: 8.5em;
	}
	.contractTit {
		font-size: 1.8rem;
	}
	.contractHeadingLv3 {
		font-size: 1.6rem;
		margin-top: 0;
	}
	.contractDesc {
		margin-top: 1.5em;
	}
}


@media screen and (min-width: 730px) {
	#secContract {
		padding: 9em 0 6.85em;
  }
	.contractHeading {
		font-size: 4.5rem;
	}
	.contractBox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		/* padding: 8.6em 1em 6.8em; */
    padding: 130px 30px 100px;
	}
	.contractContents {
		width: 24.6%;
  }
	.contractContents:not(:last-of-type) {
		margin-right: 10%;
	}
	.contractContents:nth-of-type(3n) {
    margin-right: 0;
  }
	.contractContents:nth-of-type(n+4) {
		margin-top: 50px;
	}
	.contractTit {
		font-size: 3rem;
	}
	.contracticonArea.-triangle {
			position: relative;
    }
	.contracticonArea.-triangle:after {
		content: "";
		position: absolute;
		top: 19%;
		right: -6.5vw;
		border-left: 35px solid #fccc00;
		border-top: 60px solid transparent;
		border-bottom: 60px solid transparent;
	}
	.contractContents .contracticonArea .contractHeadingLv3 {
		font-size: 1.6rem;
		margin-top: 0;
	}
	.contractDesc {
		margin-top: 20px;
	}
}


/* ==========================================================
  4.収益モデル
========================================================== */

#secModel .model_wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
  flex-direction: column;
  border: 4px solid #184f6d;
  border-radius: 18px 18px 10px 10px;
  box-shadow: -10px 0 30px 0 rgb(0 0 0 / 10%);
}

.model_wrapper dl {
	/* width: 530px; */
	width: 100%;
	background: #fff;
	border-radius: 10px;
}

.model_wrapper dd {
	color: #333;
	padding: 30px 40px 40px 40px
}

.model_title {
	color: #fff;
	font-size: 2.5rem;
  font-weight: 900;
	text-align: center;
	padding: 25px 0 20px;
	border-radius: 5px 5px 0 0;
}

.model_title.red {
	background: #e1002a;
}

.model_title.yellow {
	background: #184f6d;
}

.model_catch {
	font-size: 2.8rem;
  font-weight: 900;
	text-align: center;
  margin: 10px 0 40px 0;
  line-height: 1.8;
}

.model_catch span.small {
  font-size: .8em;
}

.model_catch span.marker {
  font-size: 4rem;
}

.model_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.model_table tr {
  /* display: block; */
}

.model_table th, .model_table td {
	padding: 5px 10px;
}

.model_table th {
	font-weight: bold;
	text-align: left;
}

.model_table th.tab {
	padding: 0px 5px 20px 37px;
  font-weight: normal;
}

.model_table th.item {
	padding: 0px 5px 10px 10px;
}

.model_table th .th_txt {
	font-size: 1.5rem;
	margin: 5px 0 20px 0;
}

.model_table td {
	text-align: right;
  line-height: 1.8;
}

.model_table .red {
	color: #c72020;
	font-weight: bold;
}
.model_table .hr {
	border-bottom: 1px solid #ccc;
}
.model_table .bg {
	background: #fccc00;
  font-size: 1.8rem;
}

.model_txt {
	line-height: 1.8;
	font-feature-settings: "palt";
	margin: 0 0 10px 0;
}
.model_txt.red {
	color: #c72020;
}

.model_small {
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 0 0 2em;
	text-indent: -2em;
}

@media screen and (max-width: 667px) {
	#secModel{
		margin: 0px 0 0 0;
	}

  .model_wrapper {
		display: block;
	}

  .model_wrapper dl {
		width: 100%;
		margin: 0 0 0px 0;
	}
  .model_wrapper dd {
  		padding: 20px 15px;
	}

  .model_title {
		font-size: 2rem;
		padding: 15px 0;
		border-radius: 6px 6px 0 0;
	}
  .model_title.active {
		border-radius: 10px 10px 0 0;
	}

  .model_catch {
		font-size: 1.8rem;
		margin: 0 0 25px 0;
	}

  .model_txt {
    line-height: 1.6;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
  }

  .model_catch span.marker {
    font-size: 2.5rem;
  }

  .model_table{
		margin: 0 0 15px 0;
	}

  .model_table th, .model_table td {
    width: 100%;
    display: block;
		padding: 8px 0;
	}

  .model_table th.tab {
		/* width: 200px; */
    width: 100%;
    font-size: 1.5rem;
    display: block;
    text-align: right;
		padding: 8px 0 0px 0;
	}

  .model_table th.item {
    padding: 0px 5px 10px 5px;
  }

  .model_table th .th_txt {
		line-height: 1.4;
		margin: 5px 0 0 0;
	}

  .model_table .bg th {
    padding: 8px 8px 0;
    font-size: 1.6rem;
  }

  .model_table td {
    font-size: 1.4rem;
  }

  .model_small {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 0 0 1.4rem;
    text-indent: -1.4rem;
  }

}


/* ==========================================================
 2.企業概要
========================================================== */
#secInfo .innerFrame > p {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 175%;
    margin: 60px 0 50px;
}


.infoHed {
	font-weight: bold;
	text-align: center;
	color: #184f6d;
	line-height: 1em;
  font-size: 4rem;
}


.supportHeading {
	font-weight: bold;
	letter-spacing: 0.5em;
	line-height: 1em;
	text-align: center;
}
.supportHeading span {
	position: relative;
	display: inline-block;
	color: #C44747;
	border-top: 1px solid #C44747;
	letter-spacing: 0.1em;
}
.supportHeading span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top: 13px solid #F09090;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.supportHeading span:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 13px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

@media screen and (min-width: 730px) {
  .supportHeading {
  font-size: 1.85em;
}
  .supportHeading span {

    margin-top: 0.5em;
    padding-top: 0.4em;
    font-size: 2.3em;
    line-height: 1em;
  }
}


/* for SP ---------------------------------*/
@media screen and (max-width:896px) {
  #secInfo .innerFrame {
      /* padding: 0 6vw; */
  }

  #secInfo .innerFrame > p {
    font-size: 1.5rem;
    margin: 3em 0 2em;
    padding: 0 1em;
    text-align: left;
  }
}


#secInfo dl {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}

#secInfo dl>dt,
#secInfo dl>dd {
    border-top: 1px solid #dadada;
    padding: 1em 0;
    font-size: 1.6rem;
    line-height: 155%;
}


#secInfo dl>dt {
    display: block;
    overflow: hidden;
    width: 250px;
    float: left;
    clear: both;
    text-align: right;
}

#secInfo dl>dt>span {
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    text-align: left;
    width: 6em;
    white-space: nowrap;
}

#secInfo dl>dd {
    display: block;
    overflow: hidden;
    width: calc(100% - 250px);
    float: left;
    padding-left: 80px;
}

#secInfo dl>dd h5 {
    display: block;
    overflow: hidden;
    background-color: #dadada;
}


/* for SP ---------------------------------*/
@media screen and (max-width:896px) {
  #secInfo dl {
      margin: 0 auto 0;
      width: 100%;
  }

  #secInfo dl > dt,
  #secInfo dl > dd {
      font-size: 1.4rem;
      padding: 0 0;
  }


  #secInfo dl > dt {
      width: 100%;
      float: none;
      text-align: left;
      padding: 1em 0 0.5em;
  }

  #secInfo dl > dt > span {
      font-size: 1.4rem;
      font-weight: 700;
      width: auto;
  }

  #secInfo dl > dd {
      width: 100%;
      float: none;
      padding-left: 0;
      padding-bottom: 1em;
      border-top: none;
  }

  #secInfo dl > dd h5 {
      margin-bottom: 0.5em;
  }
}


#secInfo h4 {
    display: block;
    overflow: hidden;
    background-color: #dadada;
    padding: 0.75em 1em;
    font-size: 1.6rem;
    line-height: 155%;
}

#secInfo ul {
    display: block;
    margin-bottom: 30px;
}

#secInfo ul > li {
    font-size: 1.6rem;
    line-height: 155%;
    padding: 0.5em 0;
}

/*#sec02 ul > li{
    font-size:1.6rem;
    line-height:155%;
    list-style-type:disc;
    margin-left: 1.5em;
    padding:0.5em 0;
}
*/


/* for SP ---------------------------------*/
@media screen and (max-width:896px) {
  #secInfo h4 {
      padding: 0.25em 0.5em;
      font-size: 1.4rem;
  }

  #secInfo ul {
      display: block;
      margin-bottom: 2vw;
  }

  #secInfo ul>li {
      font-size: 1.2rem;
  }
}


#midBnr {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 0;
}

#midBnr>a {
    display: inline-block;
    overflow: hidden;
}

#midBnr img {
    width: 100%;
    max-width: 800px;
    height: auto;
}



/* for SP ---------------------------------*/
@media screen and (max-width:896px) {

    #midBnr {
        padding: 6vw 6vw 0;
    }

}


/* ==========================================================
  バナー
========================================================== */
#banner .bannerBox {
  padding: 30px 60px;
  background: rgba(255, 255, 255,.8);
  border-radius: 8px;
  line-height: 1.6;
}

#banner h2 {
  font-weight: bold;
  text-align: center;
  color: #184f6d;
  line-height: 1em;
  font-size: 4rem;
  margin-bottom: 1em;
}

#banner p {
  font-size: 1.8rem;
  margin-bottom: 1.8em;
  text-align: center;
  font-weight: 500;
}

#banner .btn {
  width: 100%;
  margin-top: 0;
}

#banner a.btn-c {
  padding: .7rem 3.5rem .7rem 2rem;
  font-size: 1.7rem;
}

#banner a.btn-c span {
  font-size: 1.2rem;
}

#banner a.btn-c i.fa {
  margin-right: .7rem;
}

#banner a.btn-c:before {
  font-size: 1.6rem;
  line-height: 1;
  right: 2.5rem;
}

#banner a:hover.btn-c:before {
  right: 1.8rem;
}

@media only screen and (max-width: 768px) {
  #banner .bannerBox {
    padding: 30px 20px;
  }

  #banner .span_6:first-child .btn {
    margin-bottom: 1em;
  }

  #banner h2 {
    font-size: 2.5rem;
    line-height: 1.6;
  }

  #banner p {
    font-size: 1.6rem;
  }
}

/* ==========================================================
  お問合せ
========================================================== */
#contact {
  padding: 95px 0 80px;
  background: url(../images/contact_bg.png) no-repeat center top;
  background-size: cover;
}

#contact * {
  color: #fff;
  text-align: center;
}

#contact p {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 50px;
}

#contact br {
  display: none;
}

#contact .name {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#contact .name img {
  width: 40%;
}


/* #contact .tel {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: .3rem;
  line-height: 1;
  font-family: "oswald";
} */

#contact .f_tel {
  font-family: 'Oswald', sans-serif;
  width: 43%;
  margin: auto;
}

#contact .tel_num {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: .3rem;
  line-height: 1;
}


#contact .tel_num img {
  width: 59px;
  margin-top: .4rem;
  margin-right: .5rem;
}


#contact .runtime {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 4em;
}

#contact .btn {
  width: 100%;
  margin-top: 0;
}

#contact .btn-border {
  width: 35%;
  margin: auto;
}

#concept a.btn-border {
  width: 80%;
  margin: auto;
}


#contact a.btn-c {
  padding: .7rem 3.5rem .7rem 2rem;
  font-size: 2rem;
  width: 40%;
}

#contact a.btn-c span {
  font-size: 1.2rem;
}

#contact a.btn-c i.fa {
  margin-right: .7rem;
}

#contact a.btn-c:before {
  font-size: 1.6rem;
  line-height: 1;
  right: 2.5rem;
}

#contact a:hover.btn-c:before {
  right: 1.8rem;
}



@media only screen and (max-width: 768px) {
  #contact {
    padding: 50px 0 50px;
    background-position: 90%;
  }

  #contact p {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  #contact br {
    display: block;
  }

  #contact .name {
    font-size: 1.5rem;
  }

  #contact .name img {
    width: 80%;
  }


  #contact .tel {
    font-size: 3.6rem;
  }

  #contact .f_tel {
    width: 100%;
  }

  #contact .tel_num span {
    font-size: 3rem;
  }

  #contact .tel_num img {
    width: 15%;
  }

  #contact a.btn-c {
    padding: .7rem 3.5rem .7rem 2rem;
    font-size: 1.7rem;
    width: 80%;
  }

  #contact a.btn-c span {
    font-size: 1rem;
  }

  #contact .btn-border {
    width: 70%;
    font-size: 1.5rem;
  }
}
