@charset "utf-8";

#mainArea ul,
#mainArea li {
	list-style-type: none;
}

/* main_head
---------------------------- */
.main_head h1 {
	margin: 0;
	padding: 50px 0;
	font-size: 4rem;
	font-weight: 600;
	color: #532900;
	text-align: center;
}
@media screen and (max-width:767px){
	.main_head h1 {
		margin: 0;
		padding: 8vw 0;
		font-size: 2.6rem;
	}
}

/* section
---------------------------- */
.section {
	padding: 0 0 50px;
}
.section .title {
	padding: 12px 20px;
	margin: 0;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 600;
	background-color: #f8ddc4;
	border-radius: 10px;
	box-sizing: border-box;
}
.section .title span {
	border-left: 5px solid #e8903a;
	padding-left: 0.5em;
}
.section .text_box {
	padding-top: 40px;
}
.section .text_box .text {
	font-size: 1.8rem;
	line-height: 1.8;
}
.section .text_box .text p {
	padding: 0;
	margin: 0;
}
@media screen and (max-width:767px) {
	.section {
		padding: 0 0 10vw;
	}
	.section .title {
		padding: 10px 5vw;
		font-size: 1.8rem;
		font-weight: 500;
	}
	.section .title span {
		border-left: 4px solid #e8903a;
	}
	.section .text_box {
		padding-top: 5vw;
	}
	.section .text_box .text {
		font-size: 1.6rem;
	}
}

/* section_box
---------------------------- */
.section_box {
	padding: 0 0 50px;
}
.section_box .text_box {
	padding: 15px 50px 30px;
	border: 2px solid #6f3b09;
	border-radius: 10px;
	text-align: center;
}
.section_box .text_box .title {
	padding: 0 0 15px 0;
	margin: 0 0 30px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 600;
	border-bottom: 1px solid #6f3b09;
}
.section_box .text_box .cv_tell a {
	position: relative;
	font-size: 4.6rem;
	line-height: 1.4;
	font-weight: 800;
	color: #e8903a;
	padding: 0 0 0 50px;
}
.section_box .text_box .cv_tell a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url('../img/common/icon_tell.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section_box .text_box .cv_btn_line a {
	display: block;
	width: 60%;
	margin: 0 auto;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #06c755;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 45px;
}
.section_box .text_box .cv_btn_line a span {
	position: relative;
	padding-left: 50px;
}
.section_box .text_box .cv_btn_line a span::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url('../img/common/icon_line.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section_box .text_box .cv_btn_mail a {
	display: block;
	width: 60%;
	margin: 0 auto;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #e8903a;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 45px;
}
.section_box .text_box .cv_btn_mail a span {
	position: relative;
	padding-left: 40px;
}
.section_box .text_box .cv_btn_mail a span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url('../img/common/icon_mail.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
	.section_box {
		padding: 0 0 5vw;
	}
	.section_box .text_box {
		padding: 10px 5vw 5vw;
		border: 2px solid #6f3b09;
		border-radius: 10px;
		text-align: center;
	}
	.section_box .text_box .title {
		padding: 0 0 10px 0;
		margin: 0 0 5vw;
		font-size: 1.7rem;
		font-weight: 600;
	}
	.section_box .text_box .cv_tell a {
		font-size: 3rem;
		line-height: 1.4;
		padding: 0 0 0 30px;
	}
	.section_box .text_box .cv_tell a::before {
	  width: 22px;
	  height: 22px;
	}
	.section_box .text_box .cv_btn_line a {
		width: 90%;
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.section_box .text_box .cv_btn_line a span {
		padding-left: 36px;
	}
	.section_box .text_box .cv_btn_line a span::before {
	  width: 26px;
	  height: 26px;
	}
	.section_box .text_box .cv_btn_mail a {
		width: 90%;
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.section_box .text_box .cv_btn_mail a span {
		padding-left: 30px;
	}
	.section_box .text_box .cv_btn_mail a span::before {
	  width: 20px;
	  height: 20px;
	}
}

/* section_access
---------------------------- */
.section_access {
	padding: 70px 0 100px;
}
.section_access h2 {
	padding: 0 0 100px;
	margin: 0;
	text-align: center;
}
.section_access h2 span {
	font-size: 4rem;
  color: #532900;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}
.section_access h2 span::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e8903a;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.section_access .text_box .text {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 2;
}
.section_access .text_box iframe {
	width: 100%;
}
@media screen and (max-width:767px) {
	.section_access {
		padding: 10vw 0 10vw;
	}
	.section_access h2 {
		padding: 0 0 12vw;
	}
	.section_access h2 span {
		font-size: 2.2rem;
	}
	.section_access h2 span::after {
	  width: 60px;
	  height: 2px;
	  bottom: -6vw;
	}
	.section_access .text_box .text {
		font-size: 1.6rem;
	}
	.section_access .text_box iframe {
		width: 100%;
		height: 70vw;
	}
}