@charset "utf-8";

#mainArea ul,
#mainArea li {
	list-style-type: none;
}
#mainArea img {
	width: 100%;
}

/* main_head
---------------------------- */
.main_head h1 {
	margin: 0;
	padding: 0;

}
@media screen and (max-width:810px){

}

/* news
---------------------------- */
.news {
	padding: 100px 0 100px;
}
.news .main_title {
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	font-size: 4rem;
	color: #532900;
	line-height: 1.2;
	font-weight: 400;
}
.news ul.wp-block-post-template {
	padding: 0;
	margin: 0;
	border-top: 1px solid #d9d9d9;
}
.news ul.wp-block-post-template li {
	padding: 25px 0;
	margin: 0;
	border-bottom: 1px dashed #afafaf;
}
.news ul.wp-block-post-template li .text {
	overflow: hidden;
}
.news ul.wp-block-post-template li .sub {
	padding: 0;
	margin: 0;
	float: left;
}
.news ul.wp-block-post-template li .sub .wp-block-post-date {
	padding: 0;
	margin: 0;
	color: #878787;
	font-size: 1.6rem;
	display: inline-block;
}
.news ul.wp-block-post-template li .sub .taxonomy-news_cate {
	padding: 0;
	margin: 0 0 0 15px;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8em;
	width: 9em;
	text-align: center;
	background-color: #e8903b;
}
.news ul.wp-block-post-template li .wp-block-post-title {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 14.5em !important;
	line-height: 1.6;
}
.news .btn {
	text-align: right;
	padding: 25px 0 0 0;
}
.news .btn a {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	font-size: 1.6rem;
}
.news .btn a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width:810px) {
	.news {
		padding: 10vw 0;
	}
	.news .main_title {
		padding: 0;
		margin: 0 0 15px;
		font-size: 2.6rem;
	}
	.news ul.wp-block-post-template li {
			padding: 5% 0;
	}
	.news ul.wp-block-post-template li .sub {
		float: none;
	}
	.news ul.wp-block-post-template li .sub .wp-block-post-date {
	  font-size: 1.4rem;
	}
	.news ul.wp-block-post-template li .sub .taxonomy-news_cate {
	  font-size: 1.1rem;
	  width: auto;
	  margin-left: 10px;
	  padding: 0 10px;
	}
	.news ul.wp-block-post-template li .wp-block-post-title {
	  font-size: 1.4rem;
	  padding: 5px 0 0 !important;
	}
	.news .btn {
		padding: 25px 0 0 0;
	}
	.news .btn a {
		padding: 0 15px 0 0;
		font-size: 1.4rem;
	}
}

/* worries
---------------------------- */
.worries {
	padding: 70px 0 100px;
	background-color: #f8ddc4;
}
.worries h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.6;
}
.worries h2 span.border {
	border-bottom: 3px solid #e8903b;
}
.worries h2 span span {
	font-size: 5rem;
	color: #e8790e;
	padding: 0 0.1em;
}
.worries ul {
	padding: 40px 0;
	margin: 0 0 0 26%;
}
.worries ul li {
	padding: 5px 0 5px 50px;
	margin: 0;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
}
.worries ul li::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url('../img/top/icon_check.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.worries .worries_text_01 {
	padding: 50px 0;
	margin: 0;
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.6;
}
.worries .cv {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 80px 40px;
}
.worries .cv .cv_tell {
	text-align: center;
}
.worries .cv .cv_tell a {
	position: relative;
	font-size: 4.6rem;
	line-height: 1.4;
	font-weight: 800;
	color: #e8903a;
	padding: 0 0 0 50px;
}
.worries .cv .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;
}
.worries .cv .cv_tell .cv_tell_text {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
}
.worries .cv .cv_btn_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 30px;
}
.worries .cv .cv_btn_box .cv_btn_line {
	padding: 0;
	margin: 0;
	width: 48%;
}
.worries .cv .cv_btn_box .cv_btn_line a {
	display: block;
	width: 100%;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #06c755;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 45px;
}
.worries .cv .cv_btn_box .cv_btn_line a span {
	position: relative;
	padding-left: 50px;
}
.worries .cv .cv_btn_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;
}
.worries .cv .cv_btn_box .cv_btn_mail {
	padding: 0;
	margin: 0;
	width: 48%;
}
.worries .cv .cv_btn_box .cv_btn_mail a {
	display: block;
	width: 100%;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: #e8903a;
	font-size: 2rem;
	font-weight: 600;
	border-radius: 45px;
}
.worries .cv .cv_btn_box .cv_btn_mail a span {
	position: relative;
	padding-left: 40px;
}
.worries .cv .cv_btn_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:810px) {
	.worries {
		padding: 10vw 0 10vw;
	}
	.worries h2 {
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.worries h2 span.border {
		border-bottom: 2px solid #e8903b;
	}
	.worries h2 span span {
		font-size: 3rem;
	}
	.worries ul {
		padding: 6vw 0;
		margin: 0;
	}
	.worries ul li {
		padding: 5px 0 5px 30px;
		font-size: 1.6rem;
	}
	.worries ul li::before {
	  width: 22px;
	  height: 22px;
	}
	.worries .worries_text_01 {
		padding: 6vw 0;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.worries .worries_text_01 span {
		font-size: 1.9rem;
	}
	.worries .cv {
	  padding: 6vw 5vw 10vw;
	}
	.worries .cv .cv_tell {

	}
	.worries .cv .cv_tell a {
		font-size: 3rem;
		line-height: 1.4;
		padding: 0 0 0 30px;
	}
	.worries .cv .cv_tell a::before {
	  width: 22px;
	  height: 22px;
	}
	.worries .cv .cv_tell .cv_tell_text {
		font-size: 1.2rem;
	}
	.worries .cv .cv_btn_box {
		padding-top: 6vw;
	}
	.worries .cv .cv_btn_box .cv_btn_line {
		width: 100%;
	}
	.worries .cv .cv_btn_box .cv_btn_line a {
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.worries .cv .cv_btn_box .cv_btn_line a span {
		padding-left: 36px;
	}
	.worries .cv .cv_btn_box .cv_btn_line a span::before {
	  width: 26px;
	  height: 26px;
	}
	.worries .cv .cv_btn_box .cv_btn_mail {
		width: 100%;
		margin-top: 5vw;
	}
	.worries .cv .cv_btn_box .cv_btn_mail a {
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.worries .cv .cv_btn_box .cv_btn_mail a span {
		padding-left: 30px;
	}
	.worries .cv .cv_btn_box .cv_btn_mail a span::before {
	  width: 20px;
	  height: 20px;
	}
}

/* about
---------------------------- */
.about {
	padding: 70px 0 100px;
}
.about h2 {
	padding: 0 0 60px;
	margin: 0;
	text-align: center;
}
.about h2 span {
	font-size: 4rem;
  color: #532900;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}
.about h2 span::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e8903a;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.about .about_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.about .about_item .img {
	width: 38%;
}
.about .about_item .text_box {
	width: 56%;
}
.about .about_item .text_box .title {
	font-size: 2.6rem;
	line-height: 1.6;
	font-weight: 500;
	padding: 0 0 0 0.5em;
	margin: 0;
	border-left: 5px solid #e8903a;
}
.about .about_item .text_box .text {
	font-size: 1.6rem;
	padding: 20px 0 0 0;
	margin: 0;
}
@media screen and (max-width:810px) {
	.about {
		padding: 10vw 0 10vw;
	}
	.about h2 {
		padding: 0 0 5vw;
	}
	.about h2 span {
		font-size: 2.6rem;
	}
	.about h2 span::after {
	  width: 60px;
	  height: 2px;
	  bottom: -6vw;
	}
	.about .about_item {
		margin-top: 10vw;
	}
	.about .about_item .img {
		width: 100%;
	}
	.about .about_item .text_box {
		width: 100%;
	}
	.about .about_item .text_box .title {
		font-size: 1.8rem;
		margin-top: 3vw;
	}
	.about .about_item .text_box .text {
		font-size: 1.4rem;
		padding: 3vw 0 0 0;
	}
}

/* section_bana
---------------------------- */
.section_bana {
	background-color: #f4f0ec;
	padding: 50px 0;
}
.section_bana .bana_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_bana .bana_box a {
	width: 48%;
	display: block;
}
.section_bana .bana_box a img {
	width: 100%;
}
@media screen and (max-width:810px) {
	.section_bana {
		padding: 5vw 5vw 10vw;
	}
	.section_bana .bana_box {

	}
	.section_bana .bana_box a {
		width: 100%;
		margin-top: 5vw;
	}
}

/* column
---------------------------- */
.column {
	padding: 70px 0 100px;
}
.column .main_title {
	padding: 0;
	margin: 0 0 100px;
	text-align: center;
}
.column .main_title span {
	font-size: 4rem;
  color: #532900;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
}
.column .main_title span::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e8903a;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.column .wp-block-post-template {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column .wp-block-post-template .wp-block-post {
	width: 31.5%;
	border-top: 7px solid #e8903a;
	margin: 0;
}
.column .wp-block-post-template .wp-block-post .taxonomy-category {
	margin: 15px 0 0 0;
}
.column .wp-block-post-template .wp-block-post .taxonomy-category a {
	font-size: 1.3rem;
	color: #fff;
	background-color: #532900;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px;
}
.column .wp-block-post-template .wp-block-post .taxonomy-category .wp-block-post-terms__separator {
	display: none;
}
.column .wp-block-post-template .wp-block-post .wp-block-post-title {
	padding: 10px 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 600;
	color: #532900;
	text-align: left;
}
.column .wp-block-post-template .wp-block-post .wp-block-post-excerpt {
	padding: 0;
	margin: 0;
}
.column .wp-block-post-template .wp-block-post .wp-block-post-excerpt p {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
}
.column .btn {
	text-align: center;
	padding: 50px 0 0;
}
.column .btn a {
	display: block;
	font-size: 1.6rem;
	color: #532900;
	width: 300px;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #532900;
	margin: 0 auto;
}
@media screen and (max-width:810px) {
	.column {
		padding: 10vw 0 10vw;
	}
	.column .main_title {
		margin: 0 0 6vw;
	}
	.column .main_title span {
		font-size: 2.6rem;
	}
	.column .main_title span::after {
	  width: 60px;
	  height: 2px;
	  bottom: -6vw;
	}
	.column .wp-block-post-template .wp-block-post {
		width: 100%;
		border-top: 5px solid #e8903a;
		margin-top: 10vw;
	}
	.column .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
		margin: 0;
	}
	.column .wp-block-post-template .wp-block-post .taxonomy-category {
		margin: 7px 0 0 0;
		line-height: 2;
	}
	.column .wp-block-post-template .wp-block-post .taxonomy-category a {
		font-size: 1.2rem;
		margin: 0 10px 0 0;
		padding: 0 10px;
	}
	.column .wp-block-post-template .wp-block-post .wp-block-post-title {
		padding: 5px 0;
		font-size: 1.6rem;
	}
	.column .wp-block-post-template .wp-block-post .wp-block-post-excerpt p {
		font-size: 1.4rem;
	}
	.column .btn {
		padding: 10vw 0 0;
	}
	.column .btn a {
		font-size: 1.4rem;
		width: 70%;
		line-height: 40px;
	}
}
