@charset "UTF-8";

html{
	width:100%;
}
body{
	/* font-size:small; */
	/* font:x-small; */
	font-size:13px;
	color:#333333;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	text-align:left;
	overflow:hidden;
	background-color: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a{
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
  border-color: orange;
}
.footstepBox{
	max-width: 1280px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.contentsBox2{
	max-width: 1200px;
	margin: 80px auto 0;
	padding: 0 40px 60px;
}
@media screen and (max-width: 750px) {
.footstepBox{
	padding-left: 16px;
	padding-right: 16px;
	line-height: 1.7;
}
.contentsBox2{
	margin: 40px auto 0;
	padding: 0 16px;
}
}


/* 共通
-----------------------------------------------*/
section{
  padding: 56px 0 0;
}
h1 + section{
  padding-top: 22px;
}
section .ttlArea{
	position: relative;
	padding-left: 20px;
	margin-bottom: 36px;
}
section .ttlArea::before{
	content: "";
	width: 5px;
	height: 32px;
	background: #003459;
	position: absolute;
	left: 0;
	top: -2px;
}
section .ttlArea h2{
  font-size: 24px;
}
@media screen and (max-width: 750px) {
section{
  padding-top: 40px;
}
h1 + section{
  padding-top: 23px;
}
section .ttlArea{
	padding-left: 18px;
	margin-bottom: 30px;
}
section .ttlArea::before{
	width: 5px;
	height: 24px;
	top: -2px;
}
section .ttlArea h2{
  font-size: 18px;
}
}

/* storeInformation
-----------------------------------------------*/
.contentsBox2 h1{
  font-size: 36px;
  line-height: 1.333;
  font-weight: normal;
  color: #333333;
}
@media screen and (max-width: 750px) {
.contentsBox2 h1{
  font-size: 24px;
  line-height: 1;
}
}


/* services
-----------------------------------------------*/
#choose > p{
	font-size: 14px;
	line-height: 1.71;
}
#choose .chooseList{
	font-size: 0;
	margin-top: 30px;
}
#choose .chooseList .col{
	width: 31.334%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.999%;
}
#choose .chooseList .col:nth-child(3n){
	margin-right: 0;
}
#choose .chooseList .col .box{
	border: 1px solid #e0e6ef;
	box-sizing: border-box;
	padding: 35px 40px 40px;
	position: relative;
	background: #fff;
}
#choose .chooseList .col .box::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -16px;
	z-index: 1;
	width: 58px;
	height: 58px;
	transform: translateX(-50%);
	background-image: url("../img/item-arrow_01.svg");
}
#choose .chooseList .col .box .txt h2 span{
	font-size: 24px;
	font-weight: bold;
}
#choose .chooseList .col .box .txt h2 strong{
	font-size: 26px;
	font-weight: normal;
	margin-left: 20px;
}
#choose .chooseList .col .box .txt h3{
	font-size: 16px;
	margin-top: 30px;
}
#choose .chooseList .col .box .txt p{
	font-size: 14px;
	line-height: 1.71;
	margin-top: 10px;
}
#choose .chooseList .col .box .merit{
	position: relative;
	z-index: 2;
	background: #e3e9f1;
	text-align: center;
	padding: 0 20px 20px;
	margin-top: 40px;
}
#choose .chooseList .col .box .merit p{
	color: #fff;
	font-size: 12px;
	display: inline-block;
	width: 80px;
	height: 20px;
	box-sizing: border-box;
	padding-top: 2px;
	font-weight: bold;
	margin-top: -10px;
}
#choose .chooseList .col .box .merit ul{
	text-align: left;
	margin-top: 15px;
}
#choose .chooseList .col .box .merit ul li{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 1em;
	text-indent: -1em;
}
#choose .chooseList .col .box .merit ul li::before{
	content: "・";
}
#choose .chooseList .col .merit ul li:first-child{
	margin-top: 0;
}
#choose .chooseList .col .result{
	display: none;
}
#choose .resultList{
	font-size: 0;
	margin-top: 38px;
}
#choose .resultList .col{
	width: 31.334%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.999%;
}
#choose .resultList .col:nth-child(2){
	width: 65.667%;
	margin-right: 0;
}
#choose .result{
	background: #003459;
	padding: 23px 0;
	text-align: center;
}
#choose .result p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
/* choose1 */
#choose .chooseList .choose1 h2{color: #098582;}
#choose .chooseList .choose1 .box .merit p{background: #098582;}
#choose .chooseList .choose1 .box .merit ul li{color: #098582;}
/* choose2 */
#choose .chooseList .choose2 h2{color: #0365ab;}
#choose .chooseList .choose2 .box .merit p{background: #0365ab;}
#choose .chooseList .choose2 .box .merit ul li{color: #0365ab;}
/* choose3 */
#choose .chooseList .choose3 h2{color: #da9c33;}
#choose .chooseList .choose3 .box .merit p{background: #da9c33;}
#choose .chooseList .choose3 .box .merit ul li{color: #da9c33;}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 750px) {
	#choose{
		padding-bottom: 20px;
	}
	#choose > p{
		font-size: 13px;
		line-height: 1.84;
	}
	#choose .chooseList{
		margin-top: 55px;
	}
	#choose .chooseList .col{
		width: 100%;
		display: block;
		margin: 26px 0 0 0;
	}
	#choose .chooseList .col:first-child{
		margin-top: 0;
	}
	#choose .chooseList .col .box{
		padding: 30px 30px 35px;
	}
	#choose .chooseList .col .box .txt h2 span{
		font-size: 22px;
	}
	#choose .chooseList .col .box .txt h2 strong{
		font-size: 24px;
		margin-left: 20px;
	}
	#choose .chooseList .col .box .txt h3{
		font-size: 14px;
		margin-top: 30px;
	}
	#choose .chooseList .col .box .txt p{
		font-size: 13px;
	}
	#choose .chooseList .col .box .merit{
		padding: 0 20px 20px;
		margin-top: 30px;
	}
	#choose .chooseList .col .box .merit ul li{
		font-size: 14px;
	}
	#choose .chooseList .col .result{
		display: block;
		margin-top: 38px;
	}
	#choose .resultList{
		display: none;
	}
	#choose .result{
		padding: 20px 0;
	}
	#choose .result p{
		font-size: 15px;
	}
}


/* comparison
-----------------------------------------------*/
#comparison > p{
	font-size: 14px;
	line-height: 1.71;
}
#comparison .fig{
	margin-top: 30px;
}
#comparison .fig a{
	pointer-events: none;
}
#comparison .fig .spOnly{
	display: none;
}
#comparison .note{
	margin-top: 16px;
}
#comparison .note li{
	font-size: 12px;
	margin: 5px 0 0 1em;
	text-indent: -1em;
}
#comparison table{
	width: 100%;
	border-right: 1px solid #b2c2cd;
	border-bottom: 1px solid #b2c2cd;
	margin-top: 34px;
}
#comparison table th,
#comparison table td{
	font-size: 14px;
	text-align: left;
	border-top: 1px solid #b2c2cd;
	border-left: 1px solid #b2c2cd;
	padding: 18px 20px;
	line-height: 1.71;
}
#comparison table tr:first-child th{
	text-align: center;
	background: #e3e9f1;
	padding: 8px 0;
}
#comparison table tr:first-child th:first-child{background: #fff;}
#comparison table tr:first-child th:nth-child(2){color: #098582;}
#comparison table tr:first-child th:nth-child(3){color: #0365ab;}
#comparison table th{
	vertical-align: middle;
}
#comparison table td{
	vertical-align: top;
}
#comparison table td ul li{
	font-size: 14px;
	margin: 0 0 0 1em;
	text-indent: -1em;
}
#comparison table td ul li::before{
	content: "・";
}
#comparison table td ul li:first-child{
	margin-top: 0;
}
#comparison table td ul li a{
	color: #00afdd;
}
#comparison table td ul li a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#comparison > p{
		font-size: 13px;
		line-height: 1.84;
	}
	#comparison .fig{
		margin-top: 20px;
	}
	#comparison .fig a{
		display: block;
		position: relative;
		pointer-events: auto;
	}
	#comparison .fig a::before{
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50px;
		height: 50px;
		background-image: url("../img/btn-zoom_01.png");
		background-size: 100%;
	}
	#comparison .fig .pcOnly{
		display: none;
	}
	#comparison .fig .spOnly{
		display: block;
	}
	#comparison .fig .txt{
		margin-top: 32px;
	}
	#comparison .note{
		margin-top: 20px;
	}
	#comparison .note li{
		font-size: 10px;
	}
	#comparison .scrollSp{
		overflow-x: scroll;
		padding-bottom: 8px;
	}
	#comparison .scrollSp::-webkit-scrollbar {
		height: 8px;
	}
	#comparison .scrollSp::-webkit-scrollbar-thumb {
		background-color: #e3e9f1;
		border-radius: 8px;
	}
	#comparison .scrollSp::-webkit-scrollbar-track {
		background: #fff;
	}
	#comparison table{
		width: 750px;
		margin-top: 28px;
	}
	#comparison table th,
	#comparison table td{
		font-size: 13px;
	}
}



/* voice
-----------------------------------------------*/
section .col4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	font-size: 0;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
section .col4 li{
	/* display: inline-block; */
	/* vertical-align: top; */
	/* width: 22.75%; */
	/* margin-left: 3%; */
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
}
section .col4 li:first-child{
	margin-left: 0;
}
section .col4 li a{
	color: #333 !important;
}
section .col4 li a h3{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}
section .col4 li p{
	font-size: 14px;
}
section .col4 li a .thumb{
	overflow: hidden;
	margin-bottom: 14px;
}
section .col4 li a .thumb img{
	width: 100%;
	transition: transform 0.2s ease-out;
}
section .col4 li a:hover .thumb img{
	transform: scale(1.04);
}
@media screen and (max-width: 750px) {
	section .col4{
		grid-template-columns: 1fr 1fr;
	}
	/* section .col4::after{
		content: "";
		display: block;
		clear: both;
	} */
	section .col4 li{
		/* display: block;
		float: left;
		width: 50%;
		margin-left: 0;
		margin-top: 16px; */
		font-size: 13px;
		line-height: 1.84;
	}
	/* section .col4 li:nth-child(-n+2){
		margin-top: 0;
	}
	section .col4 li:nth-child(2n+1){
		clear: left;
	} */
	/* section .col4 li a{
		display: block;
		margin-right: 20px;
	} */
	section .col4 li a h3{
		font-size: 13px;
		margin-bottom: 2px;
	}
	section .col4 li p{
		font-size: 13px;
	}
	section .col4 li a .thumb{
		margin-bottom: 8px;
	}
}