@charset "UTF-8";
/* company カテゴリトップ	 ---------------------------------------*/

.mainKv.companyKv {
	background-image: url(../images/company/index/bg.png);
}
.c-pagetitle {
	background-image: url(../images/common/page_titlebg04.png);
}


.companyContent {
	width: 100%;
	margin: 0 0 90px;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	background-image: url(../images/company/index/ico_btix.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 35px;
}

.companyTitleWrap {
	width: 200px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background-image: url(../images/inquiry/company_title_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.companyTitle {
	font-size: 80px;
	font-family: serif;
	position: absolute;
	top: 27px;
	left: 55px;
}

.companyDesc {
	width: calc(100% - 180px);
}

.companyDesc p {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 2em;
	text-align: justify;
	letter-spacing: -0.025em;
}

.companyTable {
	border-top: 1px solid #999999;
	font-size: 16px;
	width: 100%;
	margin: 0 0 50px;
}

.companyTable tr {
	border-bottom: 1px solid #999999;
}

.companyTable th {
	width: 200px;
	background-color: #ececec;
	text-align: center;
}

.companyTable td {
	padding: 23px;
}

.companyTable td a {
	text-decoration: underline;
}

.companyTable td a:hover {
	text-decoration: none;
}

.companyTable dl {
	overflow: hidden;
}

.companyTable dl dt {
	width: 153px;
	float: left;
	clear: left;
}

.companyTable dl dd {
	width: 543px;
	margin: 0 0 10px 153px;
}

.companyTable dl dd:last-child {
	margin-bottom: 0;
}

.companyTable ul li {
	margin: 0 0 10px;
}

.moreListCompany .moreCaption {
	font-size: 20px;
}

@media screen and (max-width: 800px) {
	/* company カテゴリトップ	 ---------------------------------------*/
	.mainKv.companyKv {
		background-image: url(../images/company/index/bg_sp.png);
	}
	.company {
		width: 100%;
		padding: 28px 20px 57px;
	}
	.companyContent {
		width: 100%;
		padding-bottom: 27px;
		margin: 0 0 60px;
		display: block;
		background-image: url(../images/company/index/ico_btix.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 35px;
	}
	.companyTitleWrap {
		width: 100%;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		background-image: url(../images/company/index/company_title_bg_sp.png);
		background-position: center top;
		text-align: center;
		background-size: 80%;
		padding: 15px 0 8px;
	}
	.companyTitle {
		font-size: 40px;
		position: relative;
		top: auto;
		left: auto;
	}
	.companyDesc {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.companyDesc p {
		font-size: 14px;
		line-height: 2;
	}
	.companyTable {
		font-size: 14px;
		margin: 0 0 45px;
	}
	.companyTable tr {
		height: 70px;
	}
	.companyTable th {
		width: 100px;
		min-height: 70px;
	}
	.companyTable td {
		padding: 15px;
	}
	.companyTable dl dt {
		width: 120px;
	}
	.companyTable dl dd {
		width: calc(100% - 120px);
		margin: 0 0 15px 120px;
	}
	.companyTable ul li {
		margin: 0 0 15px;
	}
	.companyTable ul li:last-child {
		margin-bottom: 0;
	}
	.moreListCompany {
		width: 94%;
		margin: 0 auto;
	}
	.moreListCompany .moreTitle {
		margin-bottom: 15px;
	}
}
/*kv*/

.accessKv {
	background-image: url(../images/access/index/bg.png);
}
/*コンテンツ*/

main.access {
	margin: 0px auto 120px;
	width: 920px;
	letter-spacing: 0.02em;
}

.accessAnc {
	display: block;
	padding-top: 200px;
	margin-top: -200px;
}

.accessPlace {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
	background-color: #FFEFF5;
	padding: 10px 0px;
}
* + .accessPlace {
	margin-top: 60px;
}

.accessTitle {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}

.accessDesc {
	font-size: 16px;
	margin-bottom: 3em;
	letter-spacing: 0.02em;
	text-align: center;
}
.accessBlock .googleMap {
	width: 100%;
	height: 450px;
	border: none;
	margin-bottom: 1em;
}

.accessBlock .googleMap iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.accessBlock .toGoogleMap {
	text-align: right;
}

.accessBlock .toGoogleMap a {
	color: #F172A3;
	display: inline-block;
	padding-left: 1em;
	background: url(../images/common/icon_pin.png) no-repeat left center / auto 1em;
}

@media screen and (max-width: 800px) {
	/*kv*/
	.accessKv {
		background-image: url(../images/access/index/bg_sp.png);
	}
	/*コンテンツ*/
	main.access {
		margin: 20px auto 40px;
		width: 90%;
	}
	.accessPlace {
		font-size: 20px;
	}
	* + .accessPlace {
		margin-top: 40px;
	}
	.accessTitle {
		font-size: 16px;
	}
	.accessDesc {
		font-size: 13px;
		margin-bottom: 2em;
	}
	.accessBlock .googleMap {
		height: 350px;
	}
	.accessBlock .toGoogleMap a {
		font-size: 12px;
	}
}
/* iphone5 iphoneSE用 */

@media screen and (max-width: 800px) {
	.companyTable {
		font-size: 12px;
	}
	.companyTable th {
		width: 80px;
		min-height: 70px;
	}
	.companyTable td {
		padding: 10px;
	}
	.companyTable dl dt {
		width: 100px;
	}
	.companyTable dl dd {
		width: calc(100% - 100px);
	}
}


.minTItle {
	margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
	.minTItle {
		font-size: 14px;
	}
}

.p-index-numWrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
  padding: 30px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-index-numWrap {
    display: block;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}
.p-index-numWrap__ttl {
  font-size: 1.9rem;
  line-height: 1.5789473684;
  letter-spacing: 0.001em;
  font-weight: 500;
  color: #4350A6;
  padding: 0.5em 0 0;
}
@media screen and (max-width: 767px) {
  .p-index-numWrap__ttl {
    font-size: 4.2vw;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index-numWrap__num {
    margin-top: 1vw;
  }
}
.p-index-numWrap__tel {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.001em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index-numWrap__tel {
    font-size: 10vw;
    text-align: center;
  }
}
.p-index-numWrap__time {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.001em;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-index-numWrap__time {
    font-size: 3.2vw;
    text-align: center;
    margin-top: 1vw;
  }
}

.p-index-favor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #F4F7FF;
  padding: 10px 20px 10px 40px;
}
@media screen and (max-width: 767px) {
  .p-index-favor {
    display: block;
    padding: 3vw;
  }
}
.p-index-favor__ttl {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.001em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-favor__ttl {
    font-size: 4.2vw;
    margin-bottom: 1.5vw;
  }
}
.p-index-favor__txt {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.001em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-index-favor__txt {
    font-size: 3.2vw;
  }
}

.p-index-block {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index-block {
    margin-top: 7vw;
  }
}
.p-index-block__ttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-block__ttl {
    font-size: 4vw;
  }
}
.p-index-block__ttl span {
  font-size: 2.3rem;
  color: #4350A6;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-index-block__ttl span {
    font-size: 5vw;
  }
}
.p-index-block + .p-index-block {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-index-block + .p-index-block {
    padding-top: 7vw;
  }
}

.p-index-btn {
  width: 580px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.52;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-index-btn {
    width: auto;
    font-size: 5vw;
    margin-top: 3vw;
  }
}
.p-index-btn__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #45494b;
  color: #fff;
  background: #4350A6;
  border-radius: 2em;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .p-index-btn__link {
    padding: 2vw 0;
    border-radius: 5em;
  }
}
.p-index-btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-index-btn__link::before {
    right: 4vw;
    border-width: 1.5vw 0 1.5vw 3vw;
  }
}
.p-index-btn__link span {
  font-size: 2.1rem;
  background: #fff;
  color: #4350A6;
  line-height: 1;
  padding: 0 0.5em;
  margin-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .p-index-btn__link span {
    font-size: 4vw;
  }
}

.p-index-brackets {
  border: 5px solid #ccc;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .p-index-brackets {
    border: 1vw solid #ccc;
    padding: 1vw;
  }
}