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

.container {
	margin-top: 2px;
}
nav ul li {
	padding-right: 20px;
}
nav ul li:last-child {
	padding-right: 0;
}

#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 55px;
}

#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}

h2.title {
	text-align: left;
	margin: auto;
	width: calc(100% - 30px);
	height:47px;
	max-width:1000px;
	overflow: hidden;
	position: relative;
	padding-top:130px;
}
h2.pagetitle {
	width: 100%;
	height:35px;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	line-height: 35px;
	font-size: 18px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #e8e9ef;
	border-bottom: solid 1px #e8e9ef;
	box-sizing: border-box;
	color: #333;
}
/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	h2.pagetitle span {
		line-height: 25px;
		padding-top:7px;
		padding-bottom:3px;
	}
}


/*共通設定トップ*/
section.topbox {
	margin:0 auto 60px;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
/*コンセプトトップ*/
.topphoto1 {
	background-image: url(../images/concept/photo-1.jpg);
	width: 100%;
	height: 62vw;
	text-align: left;
	position: relative;
	max-width: 1000px;
	max-height: 620px;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:60px;
	overflow:hidden;
}
.topphoto1 h2 {
	position:absolute;
	z-index:10;
	top:0;
	display:block;
	font-size:19px;
	line-height:50px;
	text-align:center;
	width:100%;
	padding-top:30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	color:#141e7c;
}
.topphoto1 h3 {
	background-image: url(../images/concept/photo1-grade.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	height:24vw;
	max-height:205px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.topphoto1 h3 span {
	padding-top:75px;
	display: block;
	font-size: 30px;
	line-height: 75px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/concept/photo1-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}

@media screen and (max-width: 875px) {
	.topphoto1 h3 span {
		font-size:3.4vw;
		line-height: 8.5vw;	
	}
}

.topbox div,
.topbox div:before,
.topbox div:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topbox img {
	width:100%;
}
.topbox p {
	font-size: 15px;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin:0 30px;
}

@media screen and (max-width: 1010px) {
	nav ul li {
	padding-right: 10px;
	}
}


/* 背景グレー説明（ポップアップと同じ内容）*/

section.boxpop {
	margin:0 auto;
	width:100%;
	overflow: hidden;
	background:#E4EAEF;
	padding-bottom:60px;
}
.boxpop .box_inr {
	margin:0 auto;
	width:94%;
	max-width:940px;
	overflow: hidden;
	position:relative;
	padding:40px 0;
}
ul.multi_pop {
	width:100%;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	overflow: hidden;
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.multi_pop li {
	width:47%;
	margin-right:6%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
ul.multi_pop li:last-child {
	margin-right:0;
}
.boxpop img {
	width:100%;
}
ul.multi_pop li img {
	padding-top:25px;
	padding-bottom:15px;
}
ul.multi_pop li p {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}
.boxpop h3 {
	position: relative;
	text-align: center;
	font-size: 21px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #325886;
	font-weight: bold;
}
.boxpop h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #E4EAEF;
  text-align: left;
}
.boxpop h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #325886;
}
/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	.boxpop h3 {
		padding-top:5px;
		padding-bottom:0;
	}
}

@media screen and (max-width: 875px) {
	.boxpop h3 {
	font-size: 2.2vw;
	}

}

/*アフターサービス*/

.supportbox {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.supportbox h2 {
	position: relative;
	color: #39418F;
	font-size: 30px;
	padding: 20px 0;
	text-align: center;
	margin: 1.5em 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
}
.supportbox h2:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 170px;
	height: 78px;
	border-radius: 50%;
	border: 5px solid #d2d3f4;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	.supportbox h2:before {
		top: -15px;
	}
}
.topbox .supportbox p {
	padding-top:20px;
}
.topbox .supportbox p img {
	float:left;
	margin:0 20px 20px 0;
	width:40%;
}



/*スケジュール*/

.schbox {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.schbox h2 {
	position: relative;
	color: #39418F;
	font-size: 30px;
	padding: 20px 0;
	text-align: center;
	margin: 1.5em 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	line-height:1.4;
}
.schbox h2 span {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}
.schbox h2 span:before, .schbox h2 span:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.schbox h2 span:before {
  border-left: solid 1px #39418F;
  border-top: solid 1px #39418F;
  border-bottom: solid 1px #39418F;
  left: 0;
}
.schbox h2 span:after {
  content: '';
  border-top: solid 1px #39418F;
  border-right: solid 1px #39418F;
  border-bottom: solid 1px #39418F;
  right: 0;
}
.topbox .schbox p {
	padding-top:20px;
}



/*スケジュール　全体の流れ*/

section.box1_sch {
	margin:0 auto 0;
	width:98%;
	max-width:980px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	overflow:visible;
	border-bottom:solid 1px #999;
	padding-bottom:50px;
}
.box1_sch ul {
	width:100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.box1_sch ul > li {
	width: 15%;
	background: lightblue;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right:2%;
	background-color:#E7E8EE;
	position:relative;
	overflow:visible;
	z-index:1;
}
.box1_sch ul > li:last-child {
	margin-right:0;
}
.box1_sch ul li h3 {
	width:90%;
	margin:auto;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	position:relative;
	display:block;
	text-align:center;
	padding:35px 0 15px;
	line-height: 30px;
	font-size:18px;
	font-weight: bold;
}
.box1_sch ul li h3 a {
	display:block;
}
.box1_sch ul li h3 a:hover {
	background-color: #7c82a5;
	color:#fff;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.box1_sch ul li h4 {
	z-index:5;
	display:block;
	width:100%;
	height:45px;
	top:-20px;
	position:absolute;
}
.box1_sch ul li h4 span {
	display: block;
	width: 45px;
	height: 45px;
	margin: auto;
	background-color: #4C5170;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}

/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	.box1_sch ul li h4 span {
		padding-top:13px;
		padding-bottom:7px;
	}
}

.box1_sch ul > li ol {
	width:100%;
	margin: 10px auto 0;
}
.box1_sch ul > li ol li {
	width: 100%;
	margin: 1px auto 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
}
.box1_sch ul > li ol li a {
	display:block;
	color:#fff;
	background-color:#8B8B8C;
	text-decoration: none;
	padding:3px 10px;
}
.box1_sch ul > li ol li a:hover {
	color:#fff;
	background-color:#4C5170;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
section.box2_sch {
	margin:0 auto 60px;
	width:98%;
	max-width:980px;
	overflow: hidden;/**/
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.box2_sch h2 {
	line-height: 30px;
	font-size:21px;
	font-weight: bold;
	padding:20px;
	text-align:center;
	margin-bottom:30px;
}
.box2_sch h3 {
	display:block;
	width:100%;
	height:45px;
	padding-top:60px;
}
.box2_sch h3 span {
	display: block;
	width: 45px;
	height: 45px;
	margin: auto;
	background-color: #4C5170;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}
/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	.box2_sch h3 span {
		padding-top:13px;
		padding-bottom:7px;
	}
}

.box2_sch h4 {
	line-height: 20px;
	font-size:18px;
	font-weight: bold;
	padding:20px 20px 7px;
	text-align:left;
	margin-bottom:15px;
	border-bottom:dotted 1px #333;
}
.box2_sch .rows {
	width:80%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-left:20%;
	overflow:hidden;
	position:relative;
}
p.honbun1 {
	font-size:14px;
	line-height:1.6;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:60%;
	float:left;
	margin-right:5%;
	display:block;
}
p.honbun2 {
	font-size:14px;
	line-height:1.6;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:100%;
	display:block;
}
p.linkbox1 {
	width:35%;
	float:left;
	display:block;
	position: relative;
}
p.linkbox1 a {
	width:100%;
	background-color:#000;
	text-align:center;
	padding:10px 5px;
	margin-bottom:15px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	color:#fff;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
}
p.linkbox1 a:hover {
	color:#fff;
	background-color:#4C5170;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.box2_sch .rows ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin:20px 0;
}
.box2_sch .rows ul > li {
	width: 49.5%;
	background-color:#F9F9F9;
	border: 1px solid #D7D9E0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right:1%;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.box2_sch .rows ul > li:nth-child(even) {
	margin-right:0;
}
.box2_sch .rows ul > li h5 {
	margin: 10px 20px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;	
}
p.s_honbun1 {
	margin: 0 20px;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom:60px;
}
p.s_linkbox1,
p.s_linkbox2 {
	width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom:0;
	left:0;
}
p.s_linkbox1 a {
	width:49.5%;
	background-color:#00356D;
	text-align:center;
	padding:10px 5px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	color:#fff;
	display:block;
	text-decoration: none;
	font-size:15px;
	line-height:20px;
	font-weight: bold;
	float:left;
}
p.s_linkbox2 a {
	width:100%;
	background-color:#00356D;
	text-align:center;
	padding:10px 5px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	color:#fff;
	display:block;
	text-decoration: none;
	font-size:15px;
	line-height:20px;
	font-weight: bold;
}
p.s_linkbox1 .firstbox a {
	margin-right:1%;
}
p.s_linkbox1 a:hover,
p.s_linkbox2 a:hover {
	color:#fff;
	background-color:#4C5170;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.sch_hosoku {
	margin:auto;
	width:100%;
	text-align:right;
	font-size:14px;
	line-height:1.7;
	margin-top:30px;
}














