@charset "UTF-8";

/* CSS Document */
/*================================================
*  CSSリセット
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
*  一般・共通設定
================================================*/
*{ box-sizing: border-box; }
html {
	min-height: 100%;
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
body{
	width: 100%;
	font-size: 14px;
	color: #575757;
	background: #fff;
	font-feature-settings: "palt";
}

a{
	color: #575757;
	text-decoration: none;
}

p.txt {
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.5;
}
h1{
	font-weight: bold;
	color: #0098e0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	line-height: 1.6;
	font-size: clamp(30px, 5vw, 50px);
	margin-bottom: 10px;
	text-align: center;
	text-shadow: 0px 3px 10px #999;
}
h2,.head_ttl{
	font-weight: 700;
	color: #0098e0;
	line-height: 1.6;
	font-size: clamp(20px, 3vw, 40px);
	margin-bottom: 20px;
	text-align: center;
}

.btn {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.btn > div {
	text-align: center;
	margin: 10px;
}
.btn > div a {
	color: #fff;
	border-radius: 10px;
	background: #F08200;
	padding: 10px 20px;
	display: block;
	font-size: 20px;
}

.btn > div a:hover {
	text-decoration: none;
	opacity: .7;
}
.arrow {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #0098e0;
}

header {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(https://b-i-g.tokyo//images/topLine.png) no-repeat top center;
	background-size: 100% 25px;
}

header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1220px;
	padding-left: 37.5px;
	padding-right: 37.5px;
	padding-top: 50px;
	padding-bottom: 25px;

}
header > div img{
	width: 100%;
	max-width: 100px;

}
header > div p{
	font-size: clamp(12px, 2vw, 30px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight: 700;
	color: #00478b;
	line-height: 1.6;
	margin: 0;
}
.slick-slide img {width: 100%;}
.btn {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.btn > div {
	text-align: center;
	margin: 10px;
}
.btn > div a {
	color: #fff;
	border-radius: 10px;
	background: #F08200;
	padding: 10px 20px;
	display: block;
	font-size: 20px;
}
.btn > div a:hover {
	text-decoration: none;
	opacity: .7;
}

.lo05__btn01,
.spFixed__btn01 {
	background: #F08200;
	font-size: 20px;
}
.dList02__title02, .dList10__title02 {
	width: 9rem;
}
.lo05__btn01:hover {
	opacity: .7;
}

.mainContainer01__titleH2 {
	border-left: 4px solid #00478b;
}
.mainContainer01__titleH2:before {
	background-color: #F08200;
}
footer {
	margin: 100px auto 0;
	width: 100%;
	height: 6em;
	text-align: center;
	color: #00478b;
}
.footBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	max-width: 1220px;
	font-size: 12px;
	background: linear-gradient(to right, #000042 0%,#0081cc 50%,#000042 100%);
	list-style: none;
}
.footBox li {
	margin: 0 10px;
	padding: 5px 0;
}
footer a {
	color: #fff;
}
.copyright {
	margin: 20px auto;
	font-size: 10px;
	font-family: Arial, Helvetica, "sans-serif";
}

article section:not(.sec1,.sec2) {
	max-width: 1200px;
	width: 100%;
	margin: 100px auto 0;
}
article .sec1{
	background: #0098e0;
}
article .sec1 div.img01{
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
}
article .sec2 div.img02{
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
}

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

.flowBox .arrow {
	margin-left: 20px;
	margin-top: 2em;
}
.flowBox dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.flowBox dd img {
	width: 100%;
}
.flowBox dd p {
	font-size: 16px;
	margin-top: 10px;
}



.sec4 > div > dl {
	border: 2px solid #ccc;
	margin: 0 auto;
	display: flex;
}
.sec4 > div > dl > dt {
	font-size: clamp(18px, 2vw, 20px);
	padding: 20px;
	border-right: 2px solid #ccc;
	font-weight: bold;
	width: 320px;
}
.sec4 > div > dl > dd {
	font-size: clamp(18px, 2vw, 20px);
	padding: 20px;
	width: 100%;
}

.sec4 > div > dl > dd .kakaku {
	font-size: clamp(20px, 2.5vw, 24px);
	font-weight: bold;
	margin-top: 10px;
	display: block;
}
.sec4 > div > dl > dd dl {
	padding: 10px;
}
.sec4 > div > dl > dd dl dt {
	font-weight: bold;
}
.sec4 > div > dl > dd dl dd {
	margin-top: 10px;
}
.ctBox {
	border: 3px solid #f0f0f0;
	border-radius: 5px;
	padding: 20px;
	margin: 20px auto;
}
.ctBox dl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.ctBox dl dt {
	margin-right: 10px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.5;
}
.ctBox dl dd a {
	font-size: clamp(18px, 3vw, 30px);
	color: #e60021;
}
.ctBox ul {
	list-style-type: disc;
	padding: 10px 0 10px 1em;
	font-size: clamp(18px, 2vw, 20px);
}


.sec5 form {margin-bottom: 50px;}
.sec5 form p.red {
	color: #f00;
}
.sec5 form dl {
	border: 2px solid #ccc;
	margin: 0 auto;
	display: flex;
}
.sec5 form dl + dl {
	border-top: 0;
}
.sec5 form dl dt,
.sec5 form dl dd {
	padding: 20px;
	width: 100%;
}
.sec5 form dl dt {
	font-size: clamp(16px, 2vw, 18px);
	border-right: 2px solid #ccc;
	font-weight: bold;
	max-width: 300px;
}
.sec5 form dl dt span,
.sec5 form dl dt sup {
	font-size: .8rem;
	vertical-align: text-top;
}
.sec5 form dl dt sup {
	color: #f00;
}
.sec5 form dl dd * {
	font-size: clamp(14px, 2vw, 16px);
}
.sec5 form dl dd input[type="radio"] {
	height: 1em;
}
.sec5 form dl dd input:not([type="radio"]),
.sec5 form dl dd textarea,
.sec5 form dl dd select {
	width: 100%;
	padding: 10px;
}
.sec5 form dl dd label{
	vertical-align: bottom;
}
.sec5 form dl dd p {
	font-size: clamp(12px, 1vw, 16px);
	margin-top: 5px;
}
.sec5 form p.must {
	font-size: 1.2em;
	margin-top: 30px;
	text-align: center;
}

.company > div {
	display: flex;
	justify-content: space-between;
}
.company > div div {
	width: 100%;
	max-width: 550px;
}
.company > div div+div {
	margin-left: 5%;
}
.company dl {
	display: flex;
	margin-bottom: 15px;
	line-height: 2;
	border-bottom: 1px solid #000;
}
.company dl dt {
	font-size: clamp(16px, 2vw, 18px);
	font-weight: bold;
	max-width: 100px;
	margin-right: 20px;
	width: 100%;
}
.company dl dd {
	font-size: clamp(14px, 2vw, 16px);
}


.send-btn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.send-btn button {
	background: #0098e0;
	color: #fff;
	font-size: clamp(16px, 2vw, 18px);
	width: 20%;
	padding: 10px;
	border: 0;
	margin: 10px;
	min-width: 100px;
	border-radius: 5px;
}
.send-btn button:hover {
	opacity: 0.7;
}

.ctBox ul li{
	line-height: 1.5;
}

.error ul li {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.error ul li span{
	color: #f00;
}
@media (min-width:851px){
	br.sp {
		display: none;
	}
	.sec4 > div dl + dl {
		border-top: 0;
	}
}
@media (max-width:1350px){
	article section:not(.sec1,.sec2) {
		padding: 0 5%;
	}
}

@media (max-width:850px){
	header > div {
		padding-right: 15px;
		padding-left: 15px;

		padding-top: 30px;
		padding-bottom: 10px;
	}

	header > div img{
		max-width: 30px;
	}
	.mainContainer01__titleH2 {
		height: auto;
	}

	.flowBox {
		flex-flow: column;
	}
	.flowBox .arrow {
		transform: rotate(90deg);
		margin: 40px 0 0;
	}
	.sec4 > div dl {
		display: block;
		text-align: center;
		margin-bottom: 30px
	}
	.sec4 > div dl dt {
		border-right: 0;
		border-bottom: 2px solid #ccc;
		width: 100%;
	}
	.sec5 form dl dt,
	.sec5 form dl dd {
		padding: 2%;
	}
	.sec5 form dl dt {
		display: flex;
		flex-wrap: wrap;
		max-width: 150px;
	}

	.company > div {
		flex-wrap: wrap;
	}
	.company > div div {
		max-width: 100%;
	}
	.company > div div+div {
		margin: 30px 0 0;
	}
	.footBox li {
		padding: 0;
	}
	footer a {
		display: block;
		padding: 10px;
	}
}