@charset "utf-8";
/* CSS Document */
/*コンテンツトップ指定*/
.container {
	margin-top: 2px;
}
/*IE11文字改行回避*/
@media all and (-ms-high-contrast:none){
	nav ul li {
		font-size: 12.5px;
	}
}
nav ul li:last-child {
	padding-right: 0;
}
h2.title {
	text-align: left;
	margin: auto;
	width: calc(100% - 30px);
	height:47px;
	max-width:1000px;
	overflow: hidden;
	position: relative;
	padding-top:130px;
}
#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.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;
	-webkit-box-sizing: border-box;
	        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,
.keiei img,
.k2box img {
	width:100%;
}
.topbox p {
	font-size: 15px;
	text-align: left;
	line-height: 1.7;
	display: block;
	margin:0 30px;
}

/*準備中*/
section.comingsoon {
	margin:0 auto 60px;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
section.comingsoon h2 {
	padding:80px 0 30px;
	margin:auto;
	width:100%;
	text-align:center;
	font-size:45px;
	color:#325886;
	font-weight:bold;
}
section.comingsoon h3 {
	padding:50px 0 80px;
	margin:auto;
	width:100%;
	text-align:center;
	font-size:21px;
	color:#666;
	font-weight:bold;
	line-height:1.7;
}
.comingsoon .sogo {
	margin: auto;
	width: 590px;
	margin-bottom: 55px;
	overflow: hidden;
	position: relative;
}
.btn1 a {
	display:block;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:#fff;
	background: #365db5 url(../../images/common/link_out_w2.png) no-repeat right 16px center;
	background-size: 16px auto;
	color:#fff;
	padding:1em 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
	width:270px;
	margin-right:50px;
	float:left;
}
.btn1 a:hover {
	background: #5884e6 url(../../images/common/link_out_w2.png) no-repeat right 16px center;
	background-size: 16px auto;
	text-decoration:none;
}
.freedial {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 270px;
	height: 0;
	padding-top: 54px;
	background-image: url(/ssl/images/freedial.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	float:left;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border:solid 1px #8d8d8d;
	color:#fff;
	overflow:hidden;
}

/*QAキャッチ*/
.topbox h2.app_side {
	position: relative;
	color: #00356d;
	font-size: 21px;
	padding: 20px 0 0;
	text-align: center;
	margin: 1.5em auto 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	line-height: 2.1;
	width:75%;
	min-width:750px;
}
.topbox h2.app_side span {
	border-bottom:dotted 1px #93a0aa;
}

/*QA質問リスト*/
.app_qalist {
	margin: auto;
	width: 80%;
	max-width: 900px;
	padding: 1.5em 2em 1.5em 3em;	
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	background-color: #efefef;
	border-radius: 5px;
}
.app_qalist ul li {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;	
	padding-left: 1em;
    text-indent: -1em;
}
.app_qalist ul li span:before {
	content: "Q";
	display: inline-block;
	margin-right: 1em;
}
.app_qalist ul li a {
	display: block;
	color: #21366e;
}

/*QAトップ*/
section.qabox {
	margin:0 auto 60px;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
.qabox h3 {
	font-size:18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	line-height:1.6;
	width:90%;
	margin:60px auto 20px;
	position:relative;
	overflow:hidden;
	display:block;
	padding:0 0 0 50px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	color: #325886;
}
.qabox h3 span {
	font-size:18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	line-height:1.6;
	color: #325886;
	position:absolute;
	display:block;
	top:0;
	left:0;
}
.qabox p {
	font-size:15px;
	line-height:1.6;
	width:90%;
	margin:0 auto 20px;
	position:relative;
	overflow:hidden;
	display:block;
	padding:0 0 0 50px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.qabox p span {
	font-size:18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	line-height:1.6;
	color: #325886;
	position:absolute;
	display:block;
	top:0;
	left:0;
}


/* 2021-10-27 support*/
.topbox.top_sup {
	padding-top: 60px;
	position: relative;
	overflow: visible;
	margin: 0 auto 70px;
}
.topbox.top_sup h2 {
	color: #39418F;
	font-size: 28px;
	line-height: 1.8;
	text-align: left;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-bottom: 50px;
	display: block;
	width: 52%;
}
.topbox.top_sup p {
	font-size: 16px;
	line-height: 2;
	display: block;
	width: 52%;
	margin: 0;
}
.topbox.top_sup div {
	display: block;
	width: 44%;
	position: absolute;
	top: 50px;
	right: 15px;
}

section.keiei {
	margin: 0 auto 100px;
	width: 98%;
	max-width: 980px;
	overflow: hidden;
	position: relative;
}
.keiei h3 {
	width: 100%;
	border: solid 1px #00356d;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
	color: #000;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.kei_fx {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 45px;
}
.kei_fx .con_img {
	display: block;
	width: 39%;
}
.kei_fx .con_txt {
	display: block;
	width: 61%;
	box-sizing: border-box;
	padding-left: 4.5%;
}
.kei_fx .con_txt ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 25px;
}
.kei_fx .con_txt ul li {
	box-sizing: border-box;
	border: 1px solid #e6e7ed;
	border-radius: 4px;
	text-align: center;
	line-height: 1.1;
	font-size: 18px;
	font-weight: bold;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 0.3rem;
}
.kei_fx .con_txt ul li:nth-child(even) {
	margin-right: 0;
}
.kei_fx .con_txt ul li a {
	display: block;
	padding: 15px 5px;
}
.kei_fx .con_txt ul li a:link {
	color: #002870;
}
.kei_fx .con_txt p {
	font-size: 14px;
	line-height: 28px;
}
.kei_fx .con_txt h4 {
	font-size: 36px;
	color: #002870;
	margin-bottom: 55px;
	font-weight: bold;
}
.kei_fx .con_txt h4 span {
	font-size: 21px;
}
.kei_fx .con_txt h5 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.kei_fx .con_txt ol {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.kei_fx .con_txt ol li {
	box-sizing: border-box;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.5;
}
.kei_fx .con_txt ol li::before {
	content: '●';
	font-size: 20px;
	display: inline-block;
	color: #002870;
	margin-right: 5px;
}
.kei_fx .con_txt ol li span {
	font-size: 15px;
	padding-left: 15px;
	display: block;
}

.con_link {
	width: 100%;
	max-width: 515px;
	display: block;
	clear: both;
	text-align: center;
	margin: 30px auto 10px ;
}
.con_link a {
	display: block;
	background-color: #002870;
	color: #fff;
	border-radius: 30px;
	font-size: 21px;
	line-height: 1;
	padding: 20px 0;
	transition: 0.8s;
}
.con_link a:hover {
	text-decoration: none;
	background:rgba(0,40,112,0.8);
}
.con_link span {
	font-size: 14px;
}
.panalink_2 {
	font-size: 11px;
	text-align: center;
	margin: auto;
}


/* 2021-10-27 support2*/
.topbox.top_sup2 {
	padding-top: 45px;
	position: relative;
	overflow: visible;
	margin: 0 auto 100px;
}
.topbox.top_sup2 ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto ;
	max-width: 770px;
}
.topbox.top_sup2 ul li {
	box-sizing: border-box;
	width: 20.8%;
	margin-right: 5.6%;
	border: solid 4px #e5e5e2;
	border-radius: 11px;
	text-align: center;
	position: relative;
}
.topbox.top_sup2 ul li:last-child {
	margin-right: 0;
}
.topbox.top_sup2 ul li a {
	display: block;
	padding: 12px 0 50px ;
	transition: 0.8s;
}
.topbox.top_sup2 ul li a:hover {
	text-decoration: none;
	background:rgba(229,229,229,0.5);
}
.topbox.top_sup2 ul li p {
	text-align: center;
	margin-bottom: 15px;
	font-size: 24px;
	color: #e5e5e2;
	line-height: 1;
	font-weight: bold;
}
.topbox.top_sup2 ul li h2 {
	color: #002870;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.topbox.top_sup2 ul li h2.line1 {
	line-height: 48px;
}
.topbox.top_sup2 ul li h2 span::after {
	content: '';
	display: block;
	width: 21px;
	height: 10px;
	background-image: url("../images/support/under.png");
	background-position: center center ;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

section.k2box {
	margin: 0 auto 90px;
	width: 98%;
	max-width: 980px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
}
.k2box .number {
	margin: 0 auto 30px;
	width: 78px;
}

.k2box h2 {
  position: relative;
  text-align: center;
	font-size: 28px;
	color: #002870;
	font-weight: bold;
	margin-bottom: 50px;
}
.k2box h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.k2box h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #002870;
}
p.txt1 {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 45px;
}
.imgbox {
	width: 100%;
	max-width: 905px;
	margin: 0 auto 40px;
}
.k2box .cation {
	font-size: 14px;
}
.k2box h3 {
	width: 100%;
	border-left: solid 8px #002870;
	font-size: 18px;
	line-height: 1;
	padding: 10px 0 10px 40px;
	margin-bottom: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.k2box .inr_box {
	margin-left: 35px;
	margin-bottom: 55px;
}
.k2box .inr_box.mb0 {
	margin-bottom: 0;
}
ul.kanrimenu {
	width: 100%;
	max-width: 890px;
	display: flex;
	flex-wrap: wrap;
}
ul.kanrimenu li {
	box-sizing: border-box;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 0.5em;
	border: solid 3px #e5e5e2;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 17px 0;
	
}
ul.kanrimenu li:nth-child(4) {
	margin-right: 0;
}
p.txt2 {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.kanri_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.kanri_box .kanri_fx {
	width: 48.5%;
	margin-right: 3%;
	border: solid 4px #e5e5e2;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.kanri_box .kanri_fx.mb0 {
	margin-bottom: 0;	
}
.kanri_box .kanri_fx:nth-child(even) {
	margin-right: 0;
}
.kanri_fx h4 {
	font-size: 16px;
	font-weight: bold;
	color: #002870;
	text-align: center;
	padding: 8px;
	background-color: #e5e5e2;
}
.kanri_fx ul {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
}
.kanri_fx ul li {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 3px;
}
.kanri_fx ul li::before {
	content: '●';
	font-size: 17px;
	display: inline-block;
	margin-right: 5px;
}
.kanri_fx ul li span {
	padding-left: 21px;
	display: block;
}
ul.tatemono {
	display: flex;
	flex-wrap: wrap;
	width: 87%;
	margin: 0 auto 50px;
}
ul.tatemono li {
	width: 47%;
	margin-right: 6%;
}
ul.tatemono li:last-child {
	margin-right: 0;
}
ul.tatemono li figcaption {
	font-size: 16px;
	line-height: 1.5;
	padding-top: 25px;
}
.sp_kanri_sc {
	display: none;
}


/* オーナーズ倶楽部 */

.topbox h2.club {
	position: relative;
	color: #00356d;
	font-size: 21px;
	padding: 20px 0 0;
	text-align: center;
	margin: 1.5em auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	line-height: 2.1;
	width:100%;
}
.topbox h2.club span {
	border-bottom:dotted 1px #93a0aa;
}
@media screen and (max-width: 900px) {
	.topbox h2.club {
		font-size: 2.333vw;
	}
}
p.nenkaihi {
	font-size: 15px;
	line-height: 1.5;
}
ul.shikaku li {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 3px;
}
ul.shikaku li::before {
	content: '●';
	font-size: 17px;
	display: inline-block;
	margin-right: 5px;
}
ul.tokuten1 {
	margin: 1em 0 40px;
	padding-left: 20px;
	list-style-type: disc;
}
ul.tokuten1 li {
	margin: 0 0 0.5em;
	font-size: 15px;
	line-height: 1.4;
}
ul.tokuten2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 50px;
}
ul.tokuten2 li {
	width: 30%;
	margin-right: 5%;
	list-style: none;
	box-sizing: border-box;
}
ul.tokuten2 li:last-child {
	margin-right: 0;
}
ul.tokuten3 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}
ul.tokuten3 li {
	width: 47%;
	margin-right: 6%;
	list-style: none;
	box-sizing: border-box;
}
ul.tokuten3 li:last-child {
	margin-right: 0;
}


@media screen and (max-width: 960px) {
	ul.tokuten3 li.con_link a {
		font-size: 2.187vw;
	}
	ul.tokuten3 li.con_link span {
		font-size: 1.458vw;
	}
}











