@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	margin: -1.3rem 0 9.6rem;
	position: relative;
}
#main .mainImg::after {
	width: 31rem;
	height: 33.7rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/index/bg01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .mainImg .title {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 28.5%;
	font-size: 2.77rem;
	font-weight: 700;
	line-height: 1.85;
}
#main .mainImg img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main .mainImg {
		margin: 0 0 9.6rem;
	}
	#main .mainImg .image {
		margin: 0 -3rem;
	}
	#main .mainImg::after {
		width: 7rem;
		height: 8.7rem;
	}
	#main .mainImg .title {
		margin-top: 1rem;
		position: relative;
		top: auto;
		font-size: 1.6rem;
		left: auto;
		line-height: 1.7;
	}
}

/* videoBox */
#main .videoBox {
	margin: 0 auto 11.5rem;
	max-width: 84.8rem;
	aspect-ratio: 848 / 476;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	line-height: 0;
}
#main .videoBox iframe {
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	#main .videoBox {
		margin: 0 2rem 6rem;
		max-width: inherit;
	}
}

/* news */
#main .news {
	padding-bottom: 17.1rem;
	background: url("../img/index/bg02.png") no-repeat right bottom / 35rem auto;
}
#main .news .content {
	max-width: 114.6rem;
}
#main .news .lBox {
	padding-right: 7.6rem;
	width: 36rem;
}
#main .news .lBox .headLine01 {
	width: fit-content;
	margin: 0 auto 19.6rem;
}
#main .news .newsList {
	padding-top: 1.4rem;
	flex: 1;
}
#main .news .newsList li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .news .newsList li .dateBox {
	padding: 1.7rem 1.2rem;
	width: 16.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 0.1rem solid #eb6200;
	box-sizing: border-box;
}
#main .news .newsList li .dateBox .number {
	width: 4rem;
	color: #eb6200;
	font-size: 2.55rem;
	font-weight: 700;
}
#main .news .newsList li .dateBox .en {
	padding-top: 0.8rem;
	width: calc(100% - 5.1rem);
	color: #eb6200;
	font-weight: 700;
	letter-spacing: 0.025em;
}
#main .news .newsList li .textBox {
	padding: 2.6rem 1rem 0.7rem;
	width: calc(100% - 17.4rem);
	border-top: 0.1rem solid #000;
}
#main .news .newsList li .textBox .titleBox {
	margin-bottom: 0.3rem;
	display: flex;
	flex-wrap: nowrap;
}
#main .news .newsList li .textBox .titleBox .title {
	margin-right: 1.4rem;
	font-size: 1.5rem;
	font-weight: 700;
}
#main .news .newsList li .textBox .titleBox .tagBox {
	margin-top: 0.2rem;
}
#main .news .newsList li .textBox .titleBox .tagBox .tag {
	padding: 0.1rem 1rem 0.2rem;
	color: #f05922;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	border: 0.1rem solid #f05922;
	border-radius: 0.9rem;
	line-height: 1.2;
}
#main .news .newsList li .textBox .text {
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.035em;
	font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .news .comBtn a {
	margin: 0 auto;
}
@media all and (min-width: 897px) {
	#main .news .newsList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .news {
		padding: 5rem 0 7rem;
		background-size: 15rem auto;
	}
	#main .news .content {
		max-width: inherit;
	}
	#main .news .inner {
		display: block;
	}
	#main .news .lBox {
		padding-right: 0;
		width: auto;
	}
	#main .news .lBox .headLine01 {
		margin: 0 auto 3rem;
		width: fit-content;
	}
	#main .news .newsList {
		padding-top: 0;
		width: auto;
	}
	#main .news .newsList li a {
		display: block;
	}
	#main .news .newsList li .dateBox {
		padding: 1rem;
		width: auto;
	}
	#main .news .newsList li .dateBox .number {
		width: 3rem;
		font-size: 2rem;
	}
	#main .news .newsList li .dateBox .en {
		padding-top: 0.5rem;
		width: calc(100% - 4rem);
	}
	#main .news .newsList li .textBox {
		padding: 1.5rem 1rem;
		width: auto;
	}
	#main .news .newsList li .textBox .titleBox {
		margin-bottom: 0.5rem;
	}
	#main .news .newsList li .textBox .titleBox .title {
		margin-right: 1rem;
		font-size: 1.4rem;
	}
	#main .news .newsList li .textBox .titleBox .tagBox {
		margin-top: 0.3rem;
	}
	#main .news .newsList li .textBox .titleBox .tagBox .tag {
		padding: 0.1rem 0.8rem 0.2rem;
		font-size: 1rem;
		white-space: nowrap;
	}
	#main .news .newsList li .textBox .text {
		font-size: 1.3rem;
	}
}

/* aboutBox */
#main .aboutBox {
	padding-top: 3.1rem;
	background : rgba(245, 171, 16, 0.2);
}
@media all and (max-width: 896px) {
	#main .aboutBox {
		padding: 4rem 2rem 0;
	}
}


/* showBox */
#main .showBox {
	margin: 0 auto 4.1rem;
	max-width: 95rem;
	display: flex;
	font-size: 1.41rem;
	font-weight: 500;
	padding-left: 1.7rem;
	position: relative;
	z-index: 10;
}
#main .showBox .textBox {
	margin: -3.6rem 0 0 7rem;
	flex: 1;
	order: 3;
}
#main .showBox .textBox p {
	line-height: 1.83;
	text-align: justify;
}
#main .showBox .photoBox {
	width: 43.2rem;
}
#main .showBox .photoBox .img02 {
	margin: 0 0 -1.2rem -11.6rem;
  	width: 41.7rem;
}
#main .showBox .headLine02 {
	margin-right: -15rem;
}
#main .showBox .mapImg {
	width: 69.2rem;
	position: absolute;
	bottom: 1.6rem;
	right: -13.6rem;
	z-index: -1;
}
#main .imgBox {
	margin: 0 auto 6.4rem;
	max-width: 139rem;
	display: flex;
	font-size: 1.41rem;
	font-weight: 500;
}
#main .imgBox .leftBox {
	flex: 1;
	margin: 0 6.5rem 0 0;
}
#main .imgBox .innerBox {
	margin-left: auto;
	max-width: 53.8rem;
}
#main .imgBox .photo {
	width: 54.7rem;
	margin-top: 15.5rem;
}
#main .imgBox .leftBox p {
	margin-bottom: 2.7rem;
	line-height: 1.83;
	text-align: justify;
}
#main .imgBox .leftBox p:last-child {
	margin-bottom: 0;
}
#main .imgBox .headLine02 .en {
	color: #f5ab10;
	opacity: 0.3;
	font-size: 11.43rem;
	font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica", Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	letter-spacing: -0.07em;
	margin: 0 0 0.9rem -2.8rem;
}
#main .imgBox .headLine02 {
	text-align: left;
	margin-bottom: 1.3rem;
}
#main .imgBox .headLine02 .size {
	display: block;
	font-size: 1.55rem;
}
#main .imgBox .headLine02 .jp {
	margin-top: 1.6rem;
	padding: 0.8rem 1.5rem 0.9rem;
	font-size: 1.9rem;
	letter-spacing: 0;
}
#main .imgBox .subTitle {
	font-size: 1.558rem;
	position: relative;
	padding-left: 1.6rem;
	margin-bottom: 2rem;
}
#main .imgBox .subTitle::after {
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	top: 0.7rem;
	left: 0.2rem;
	background-color: #f5ab10;
	content: "";
}
#main .contactBox {
	margin: 0 auto 6.4rem;
	padding: 1.3rem 0 1.6rem;
	max-width: 56.8rem;
	font-size: 1.4rem;
	border-radius: 0.5rem;
	background-color: #fff;
	border: 0.3rem solid #f5ab10;
	text-align: center;
	letter-spacing: 0.05em;
}
#main .contactBox p {
	line-height: 1.71;
	font-weight: 600;
}
#main .contactBox .comBtn {
	margin-top: 1.2rem;
}

#main .aboutBox .imgUl {
	margin-top: 10rem;
	display: flex;
	flex-wrap: wrap;
}
#main .aboutBox .imgUl li {
	width: 25%;
}
#main .aboutBox .imgUl img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .box02 {
		margin-bottom: 4.2rem;
		max-width: 115.2rem;
	}
	#main .box02 .headLine02,
	#main .box03 .headLine02 {
		margin-bottom: 2.1rem;
	}
	#main .box02 .headLine02 .size,
	#main .box03 .headLine02 .size {
		font-size: 1.7rem;
	}
	#main .box02 .headLine02 .en {
		margin-bottom: 5.8rem;
	}
	#main .box02 .headLine02 .jp,
	#main .box03 .headLine02 .jp {
		margin-top: 1.5rem;
	}
	#main .box02 .photo {
		margin-top: 16.8rem;
		width: 55.3rem;
	}
	#main .box02 .innerBox {
		max-width: 41.8rem;
	}
	#main .box03 {
		margin: -1rem auto 0;
	}
	#main .box03 .headLine02 .en {
		margin-bottom: -0.3rem;
	}
	#main .box03 .subTitle {
		margin-bottom: 1.2rem;
	}
	#main .box03 .photo {
		margin-top: 20.2rem;
	}
	#main .box03 .leftBox {
		margin-right: 2rem;
	}
	#main .box03 .innerBox {
		max-width: 58.2rem;
	}
}
@media all and (max-width: 896px) {
	#main .showBox {
		display: block;
		padding: 0;
		font-size: 1.3rem;
	}
	#main .showBox .textBox {
		margin: 0;
	}
	#main .showBox .photoBox {
		margin-top: 2rem;
		width: auto;
	}
	#main .showBox .photoBox .img02 {
		margin: 0;
		width: 100%;
	}
	#main .showBox .photoBox img + img {
		margin-top: 2rem;
	}
	#main .showBox .headLine02 {
		margin-right: 0;
	}
	#main .imgBox .leftBox {
		margin: 0;
	}
	#main .imgBox .innerBox {
		margin-left: 0;
		max-width: inherit;
	}
	#main .imgBox {
		display: block;
		font-size: 1.3rem;
	}
	#main .imgBox .photo {
		width: auto;
		margin-top: 3rem;
	}
	#main .imgBox .headLine02 .en {
		font-size: 8.43rem;
		letter-spacing: -0.07em;
		margin: 0 0 0.9rem;
	}
	#main .imgBox .headLine02 .jp {
		margin-top: 1.6rem;
		padding: 0.8rem 1rem 0.9rem;
		font-size: 1.5rem;
	}
	#main .imgBox .subTitle {
		font-size: 1.4rem;
	}
	#main .imgBox .subTitle::after {
		top: 0.6rem;
		width: 1rem;
		height: 1rem;
	}
	#main .aboutBox .imgUl {
		margin: 8rem -2rem 0;
	}
	#main .aboutBox .imgUl li {
		width: 50%;
	}
	#main .showBox .photoBox img {
		width: 100%;
	}
	#main .contactBox {
		max-width: inherit;
	}
}


/* companyBox */
#main .companyBox {
	padding: 11rem 0 12.7rem;
}
#main .companyBox .headLine02 .en {
	color: #f5ab10;
	opacity: 0.2;
}
@media all and (min-width: 897px) {
	#main .companyBox .headLine02 .en {
		margin: 0 0 2.9rem -17.6rem;
		font-size: 15.4rem;
	}
	#main .companyBox .headLine02 {
		margin-bottom: 2.7rem;
	}
	#main .companyBox .headLine03 {
		margin-bottom: 1.9rem;
		font-size: 1.9rem;
	}
	#main .companyBox .photoBox {
		width: 37.2rem;
	}
	#main .companyBox .showBox {
		max-width: 113rem;
		margin-bottom: 0;
		padding-left: 14.2rem;
	}
	#main .companyBox .photoBox .img02 {
		margin: 0 0 1.3rem -15.1rem;
		width: 36rem;
	}
	#main .companyBox .textBox {
		margin: -1.4rem 0 0 5.3rem;
	}
}
@media all and (max-width: 896px) {
	#main .companyBox .showBox {
		max-width: inherit;
		margin-bottom: 0;
		padding-left: 0;
	}
	#main .companyBox .textBox {
		margin: 0;
	}
	#main .companyBox {
		padding: 8rem 2rem 10rem;
	}
	
}

/* message */
#main .message {
	background: rgba(245, 171, 16, 0.2);
}
#main .message .inner .textBox {
	margin-right: -45rem;
	padding: 8.1rem 0 1rem;
	flex: 1;
	position: relative;
	z-index: 5;
}
#main .message .inner .textBox .subBox {
	margin-left: auto;
	width: 76rem;
}
#main .message .inner .textBox .subBox .headLine02 {
	margin-bottom: 3.6rem;
}
#main .message .inner .textBox p {
	margin-bottom: 1.1rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.035em;
	font-size: 1.41rem;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .message .inner .textBox .subArea p:first-child {
	margin-bottom: 2.7rem;
}
#main .message .inner .textBox .subArea p:last-child {
	margin-bottom: 0;
	margin-top: 2.6rem;
}
#main .message .inner .photoBox {
	width: calc(50% + 14rem);
}
#main .message .inner .photoBox img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main .message .inner {
		display: block;
	}
	#main .message .inner .textBox {
		margin-right: 0;
		padding: 4.5rem 2rem 3rem;
		width: auto;
	}
	#main .message .inner .textBox .subBox {
		margin: 0;
		width: auto;
	}
	#main .message .inner .textBox .subBox .headLine02 {
		margin-bottom: 2.5rem;
	}
	#main .message .inner .photoBox {
		width: auto;
	}
	#main .message {
		padding: 4rem 0 0;
	}
	#main .message .inner .textBox p {
		font-size: 1.3rem;
	}
}


/* profile */
#main .profile {
	padding: 12.6rem 0 10.2rem;
}
#main .profile .content {
	width: 90rem;
}
#main .profile .headLine04 {
	margin-bottom: 6rem;
}
#main .profile .headLine04 .en {
	color: #f5ab10;
	opacity: 0.27;
}
#main .profile .textList > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.41rem;
}
#main .profile .textList > li .title {
	padding: 1.1rem 0.9rem 1.5rem;
	width: 15.2rem;
	color: #eb6200;
	font-weight: 600;
	line-height: 1.72;
	border-top: 0.1rem solid #eb6200;
}
#main .profile .textList > li .rBox {
	padding: 1.1rem 0.9rem 1.5rem;
	width: calc(100% - 16.6rem);
	border-top: 0.1rem solid #000;
}
#main .profile .textList > li .rBox .text {
	font-weight: 600;
	line-height: 1.72;
}
#main .profile .textList > li .rBox .text .sub {
	padding: 0 1.4rem;
	display: block;
}
#main .profile .textList > li .textUl {
	margin-top: 2.5rem;
}
#main .profile .textList > li .textUl > li {
	margin-bottom: 2.6rem;
	font-weight: 600;
	line-height: 1.72;
}
#main .profile .textList > li .textUl > li:last-child {
	margin-bottom: 0;
}
#main .profile .textList > li .textUl .subUl {
	padding: 0 1.3rem;
}
#main .profile .textList > li .textUl .subUl li {
	margin-bottom: 0.1rem;
	padding-left: 1em;
	text-indent: -1em;
}
#main .profile .textList > li .textUl .subUl li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .profile {
		padding: 8rem 0;
	}
	#main .profile .content {
		width: auto;
	}
	#main .profile .headLine04 {
		margin-bottom: 4rem;
	}
	#main .profile .textList > li {
		display: block;
	}
	#main .profile .textList > li .title {
		padding: 1rem;
		width: auto;
	}
	#main .profile .textList > li .rBox {
		padding: 1rem 0;
		width: auto;;
	}
	#main .profile .textList > li .textUl {
		margin-top: 1.5rem;
	}
	#main .profile .textList > li .textUl > li {
		margin-bottom: 1.5rem;
	}
	#main .profile .textList > li .textUl .subUl {
		padding: 0;
	}
}



/* history */
#main .history {
	padding: 10.3rem 0 6rem;
	background : rgba(245, 171, 16, 0.2);
}
#main .history .content {
	width: 90rem;
}
#main .history .headLine04 {
	margin-bottom: 6.6rem;
}
#main .history .headLine04 .en {
	opacity: 0.6;
}
#main .history .inner .dlBox {
	width: calc(100% - 25rem);
}
#main .history .inner .dlBox .historyDl {
	padding-bottom: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	font-size: 1.41rem;
	min-height: 5.1rem;
}
#main .history .inner .dlBox .historyDl:last-child {
	padding-bottom: 0;
}
#main .history .inner .dlBox .historyDl::before {
	position: absolute;
	top: 0;
	left: 22.1rem;
	bottom: 0;
	width: 0.4rem;
	background: #c5c5c5;
	content: '';
}
#main .history .inner .dlBox .historyDl dt {
	position: relative;
	width: 22.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .history .inner .dlBox .historyDl dt::before {
	position: absolute;
	top: 1.2rem;
	right: -0.5rem;
	width: 0.8rem;
	height: 0.8rem;
	background: #FFF;
	border: 0.3rem solid #eb6200;
	border-radius: 50%;
	content: '';
}
#main .history .inner .dlBox .historyDl dt .year {
	margin-top: -0.2rem;
	color: #eb6200;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0;
	font-family: "Roboto Condensed", sans-serif;
}
#main .history .inner .dlBox .historyDl dt .date {
	margin-top: 0.9rem;
	padding-right: 4rem;
	width: calc(100% - 9rem);
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: right;
}
#main .history .inner .dlBox .historyDl dd {
	margin-top: 0.9rem;
	width: calc(100% - 25.9rem);
	font-weight: 600;
	letter-spacing: 0.05em;
}
#main .history .inner .photoList {
	margin: -11.7rem -9.7rem 0 0;
	width: 33rem;
}
#main .history .inner .photoList li {
	margin-bottom: 5rem;
	width: 20.6rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .history .inner .photoList li:last-child {
	margin-bottom: 0;
}
#main .history .inner .photoList li:nth-child(2n-1) {
	margin-left: auto;
}
@media all and (max-width: 896px) {
	#main .history {
		padding: 5rem 0;
	}
	#main .history .content {
		width: auto;
	}
	#main .history .headLine04 {
		margin-bottom: 4rem;
	}
	#main .history .inner {
		display: block;
	}
	#main .history .inner .dlBox {
		width: auto;
	}
	#main .history .inner .dlBox .historyDl {
		padding-bottom: 1.4rem;
	}
	#main .history .inner .dlBox .historyDl::before {
		left: 14rem;
	}
	#main .history .inner .dlBox .historyDl dt {
		width: 13rem;
	}
	#main .history .inner .dlBox .historyDl dt::before {
		top: 0.6rem;
		right: -1.9rem;
	}
	#main .history .inner .dlBox .historyDl dt .year {
		font-size: 1.6rem;
		margin-top: 0.2rem;
	}
	#main .history .inner .dlBox .historyDl dt .date {
		margin-top: 0.3rem;
		padding-right: 0;
		width: calc(100% - 5rem);
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#main .history .inner .dlBox .historyDl dd {
		margin-top: 0.4rem;
		width: calc(100% - 15.5rem);
		font-size: 1.2rem;
	}
	#main .history .inner .photoList {
		margin: 5rem 0 0;
		width: auto;
	}
	#main .history .inner .photoList li {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .history .inner .photoList li img {
		width: 100%;
	}
}

/* service */
#main .service {
	padding-top: 7.3rem;
}
#main .service .textInner {
	margin: 0 auto;
	padding: 2rem 3.5rem 1.4rem;
	max-width: 110.8rem;
	border: 0.2rem solid #f5ab10;
	border-radius: 0.7rem;
	box-sizing: border-box;
}
#main .service .textInner .lBox {
	width: calc(100% - 24.5rem);
}
#main .service .textInner .lBox .photo {
	margin: -7.8rem -0.6rem -2rem auto;
	width: 10.6rem;
}
#main .service .textInner .lBox .title {
	margin-bottom: 1.2rem;
	color: #f05922;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .service .textInner .lBox .text {
	margin-bottom: 2.1rem;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .service .textInner .lBox .comLink {
	width: 30rem;
}
#main .service .textInner .lBox .comLink a {
	min-height: 4.1rem;
}
#main .service .textInner .photoUl {
	margin-top: 0.5rem;
	width: 18.8rem;
}
#main .service .textInner .photoUl li:not(:last-child) {
	margin-bottom: 1.5rem;
}
@media all and (max-width: 896px) {
	#main .service .textInner {
		margin: 0 auto 4rem;
		padding: 2rem;
		max-width: inherit;
		display: block;
	}
	#main .service .textInner .lBox {
		width: auto;
	}
	#main .service .textInner .lBox .photo {
		margin: -7rem 0 2rem auto;
		width: 6rem;
	}
	#main .service .textInner .lBox .title {
		margin-bottom: 1.2rem;
		font-size: 1.7rem;
	}
	#main .service .textInner .lBox .comLink {
		width: 25rem;
	}
	#main .service .textInner .lBox .comLink a {
		min-height: 3rem;
	}
	#main .service .textInner .photoUl {
		margin-top: 3rem;
		width: auto;
	}
	#main .service .textInner .photoUl li img {
		width: 100%;
	}
}