video {
	width: 100%;
}
body{
    font-family: "Ryumin Regular KL","Reimin Medium", YuMincho, serif;
	font-weight: 400;
	color: #2a4732;
}
a {
	transition: .3s all;
}
a:hover {
	opacity: 0.8;
}
.container {
	width: 100%;
}
.co {
    padding-left: 20px;
	padding-right: 20px;
}
.cont001 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cont002 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.cont003 {
	max-width: 1280px;
	margin-left: auto;
    margin-right: auto;
}
.cont004 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
h1 {font-size: 2.6rem;line-height: 3.4rem;}
h2 {font-size: 2.4rem;line-height: 3.2rem;}
h3 {font-size: 2.2rem;line-height: 3rem;}
h4 {font-size: 2rem;line-height: 2.8rem;}
h5 {font-size: 1.8rem;line-height: 2.8rem;}
.arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 2px;
	margin: 5.7px 0;
	border-radius: 9999px;
	background-color: #333;
	margin-right: 20px;
	transition: all .3s;
  }
.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 10px;
	height: 2px;
	border-radius: 9999px;
	background-color: #333;
	transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
	transform: rotate(45deg);
}
.arrow::after {
	transform: rotate(-45deg);
}
a:hover .arrow{
	width: 30px;
	margin-right: 10px;
}
.h3_01 {
	font-size: 3rem;
	letter-spacing: 0.3rem;
    font-family: "見出しミンMA31","Reimin Medium", YuMincho, serif;
	font-weight: 600;
}
.h3_01 span{
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	margin-top: 6px;
}
.h4_01 {
	border-bottom: 1px solid #2a4732;
	width: fit-content;
	padding: 0 4px 4px 4px;
	margin-bottom: 20px;
}
rt {
	padding-bottom: 2px;
}
/*------------スマホ 基本スタイル------------*/
@media screen and (max-width: 834px) {
h1 {font-size: 2rem;line-height: 3rem;}
.h3_01 {
	font-size: 2rem;
	letter-spacing: 0.3rem;
}
h3 {font-size: 2rem;}
.h4_02 {
	font-size: 1.8rem;
}
.cont001,.cont003 {
    max-width: 600px;
	width: 100%;
}
}
/*
-----------------------------------------------
link
----------------------------------------------- */
.link01 {
	width: 100%;
	border: 1px solid #2a4732;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	transition: all .5s;
}
.link01 span {
	display: block;
	position: relative;
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
}
.link01:hover {
	background-color: #2a4732;
}
.link01:hover span, button.link01:hover, input.link01:hover {
	color: #fff;
}
button.link01 {
	cursor: pointer;
}
.arrow01 {
	display: block;
	content: "";
	width: 80px !important;
	height: 1px;
	background-color: #2a4732;
	position: relative;
	transition: all .5s;
	margin-left: 20px;
}
.arrow01::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	top: 0;
	right: 0;
	transform: rotate(45deg);
	transform-origin:right bottom;
	background-color: #2a4732;
}
.link01:hover .arrow01 {
	background-color: #fff;
	width: 100px;
}
.link01:hover .arrow01::after {
	background-color: #fff;
}
.link02 {
	display: flex;
	justify-content: right;
	align-items: center;
}
.link02:hover .arrow01 {
	width: 100px;
}
.arrow02 {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid #2a4732;
	border-bottom: 0;
}
.vertical_line {
	position: relative;
}
.link03 {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2a4732;
	padding: 20px;
}
.link04 {
	color: #164EA6;
	font-weight: 900;
	border-bottom: 1px solid #164EA6;
	padding-bottom: 4px;
}
.link_wpr01 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:  20px;
}
/*------------スマホ 基本スタイル------------*/
@media screen and (max-width: 834px) {
	.link01 {
		padding: 10px 0;
	}
	.link01 span {
		font-size: 1.4rem;
		letter-spacing: 0.2rem;
	}
	.arrow01 {
		width: 50px !important;
	}
	.link01:hover .arrow01 {
		width: 70px;
	}
	.link01:hover .arrow01::after {
		background-color: #fff;
	}
	.link02 {
		display: flex;
		justify-content: right;
		align-items: center;
	}
	.link02:hover .arrow01 {
		width: 70px;
	}
	.link_wpr01 {
		grid-template-columns: repeat(1, 1fr);
	}
	.link03 {
		padding: 10px 4px;
	}
	.arrow02.ml20 {
		margin-left: 10px;
	}
}
/*
-----------------------------------------------
FONT
----------------------------------------------- */
.min01{
    font-family: "Ryumin Regular KL","Reimin Medium", YuMincho, serif;
	font-weight: 400;
}
.min02{
    font-family: "見出しミンMA31","Reimin Medium", YuMincho, serif;
	font-weight: 400;
}

/*
-----------------------------------------------
TOPヘッダー
----------------------------------------------- */
.scrl_menu {
	display: flex;
	justify-content: space-between;
	background-color: rgba(242, 247, 243,0.9);
	width: calc(100% - 40px);
	max-width: 1280px;
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 20px 6px;
	z-index: 100;
}
.hdr_h1 {
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}
.logo_myojinstyle {
	width: 140px;
	margin-left: auto;
	margin-right: 0;
}
.ul01,.ul02 {
	display: flex;
	justify-content: end;
}
.ul01 {
	align-items: center;
}
.ul01 {
	font-size: 1.3rem;
}
.ul01 li:not(:last-child), .ul02 li:not(:last-child){
	margin-right:30px;
}
.ul01 li img{
	height: 24px;
	display: inline-block;
}
li.ul01_contact {
	padding: 4px 16px;
	width: fit-content;
}
li.ul01_contact a{
	display: flex;
	align-items: center;
}
.ul01 a {
	display: flex;
	align-items: center;
}
li.ul01_contact img {
	height: 16px;
	margin-right: 6px;
}
li.ul01_contact span {
	font-size: 1.2rem;
	line-height: 2rem;
	white-space: nowrap;
}
.ul02 {
	margin-top: 8px;
}
.ul02_hovli {
	position: relative;
}
.ul02_hovli_ul {
	position: absolute;
	top: 2.2rem;
	left: 0;
	background-color: #f2f7f3;
	white-space: nowrap;
	padding: 16px 16px 10px;
	display: none;
	font-size: 1.3rem;
}
.ul02_hovli:hover .ul02_hovli_ul {
	display: block;
}
.ul02_hovli_ul li:not(:last-child) {
	margin-bottom: 8px;
}
.ul02_hovli a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.vertical_line::after {
	position: absolute;
	content: "";
	background-color: #2a4732;
	width: 1px;
	height: 1.5rem;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.main_container {
	margin-top: 100px;
}
#top_mailnvisual {
	position: relative;
	width: 100%;
	height: 100%;
  top: -100px;
}
.topslider {
  height: 100vh;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100vw;
  position: relative;
}
.topslider_img img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 16s linear 0s normal both;
}
.top_catch {
	position: absolute;
	bottom: 0;
	right: 8%;
	font-size: 2.6rem;
	letter-spacing: 0.6rem;
	margin-bottom: 20px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.scrl_menu {
	width: calc(100% - 20px);
	padding: 10px 10px 6px;
}
.hdr_h1 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 0.1rem;
	margin-bottom: 6px;
}
.logo_myojinstyle {
	width: 110px;
}
.topslider {
  height: 80vh;
}
.top_catch {
	font-size: 2rem;
}
}

/*
-----------------------------------------------
TOP top_iyasaka
----------------------------------------------- */
#top_iyasaka {
	position: relative;
	padding-top: 200px;
	padding-bottom: 300px;
}
.iyasaka_logo {
	width: 9%;
	margin-left: auto;
	margin-right: auto;
}
.iyasaka_text {
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}
.iyasaka_text_p01 {
	order: 2;
	font-size: 2rem;
	margin-left: 40px;
	letter-spacing: 0.3rem;
	animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards !important; /*0.5秒遅延*/
}
.iyasaka_text_p02 {
	order: 1;
	font-size: 1.6rem;
	line-height: 4rem;
	letter-spacing: 0.2rem;
	animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards !important; /*0.5秒遅延*/
}
.img_iyasaka01 {
	position: absolute;
	width: 20%;
	top: 5%;
	left: 10%;
	animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards !important; /*1秒遅延*/
}
.img_iyasaka02 {
	position: absolute;
	width: 20%;
	top: 0;
	right: 16%;
	animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards !important; /*1.5秒遅延*/
}
.img_iyasaka03 {
	position: absolute;
	width: 20%;
	bottom: 5%;
	left: 16%;
	animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards !important; /*2秒遅延*/
}
.img_iyasaka04 {
	position: absolute;
	width: 24%;
	bottom: -8%;
	right: 10%;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
.iyasaka_logo {
	width: 22%;
}
.img_iyasaka01 {
	width: 40%;
	top: 5%;
	left: 0;
}
.img_iyasaka02 {
	width: 40%;
	top: 0;
	right: 0;
}
.img_iyasaka03 {
	width: 40%;
	bottom: 14%;
	left: 0;
}
.img_iyasaka04 {
	width: 55%;
	bottom: -8%;
	right: 0%;
}
.iyasaka_text_p01 {
	font-size: 1.8rem;
	margin-left: 30px;
	letter-spacing: 0.3rem;
}
.iyasaka_text_p02 {
	font-size: 1.3rem;
	line-height: 3.2rem;
}
}
/*------------tb------------*/
@media screen and (max-width: 1100px) and (min-width: 640px) {
.img_iyasaka01 {
	width: 30%;
	top: 5%;
	left: 0;
}
.img_iyasaka02 {
	width: 30%;
	top: 0;
	right: 0;
}
.img_iyasaka03 {
	width: 30%;
	bottom: 7%;
	left: 5%;
}
.img_iyasaka04 {
	width: 32%;
}
}
/*
-----------------------------------------------
TOP about
----------------------------------------------- */
#top_about {
padding-top: 100px;
padding-bottom: 100px;
}
.top_about_ms {
	width: 300px;
}
.top_about_text {
	margin-top: 80px;
	margin-bottom: 80px;
	white-space: nowrap;
}
.top_about_text p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 4rem;
	letter-spacing: 0.2rem;
}
.top_about_text p:nth-child(1) {
	order: 2;
}
.top_about_text p:nth-child(2) {
	order: 1;
}
.top_about_photo {
	width: 50%;
	height: 500px;
}
.top_about_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
#top_about {
padding-top: 60px;
padding-bottom: 40px;
}
.top_about_ms {
	width: 200px;
}
.top_about_text p {
	writing-mode: unset !important;
	margin-left: 0;
	margin-right: 0;
	line-height: 2.6rem;
	letter-spacing: 0.2rem;
}
.top_about_text p:nth-child(2) {
	margin-top: 20px;
}
.top_about_photo {
	height: 160px;
}
}
/*------------tb------------*/
@media screen and (max-width: 1100px) and (min-width: 640px) {
.top_about_photo {
	height: 200px;
}
}
/*
-----------------------------------------------
TOP works
----------------------------------------------- */
.top_works_text {
	margin-bottom: 80px;
}
.top_works_text p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 4rem;
	letter-spacing: 0.2rem;
}
.top_works_text p:nth-child(1) {
	order: 2;
	font-size: 3.4rem;
	letter-spacing: 1rem;
}
.top_works_text p:nth-child(2) {
	order: 1;
}
.works_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:  30px 20px;
}
.works_box_li img {
	aspect-ratio: 14 / 9;
	object-fit: cover;
	width: 100%;
}
.works_box_li_ttl {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-top: 0;
	margin-bottom: 0;
}
.related_works {
	border: 1px solid #a6bfae;
	padding: 40px;
}
.related_works_inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.top_works_text {
		margin-bottom: 40px;
	}
	.top_works_text p {
		writing-mode: unset !important;
		margin-left: 0;
		margin-right: 0;
		line-height: 2.6rem;
	}
	.top_works_text p:nth-child(1) {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.works_box {
		grid-template-columns: repeat(1, 1fr);
		gap:  20px;
	}
	#top_works h4 {
		font-size: 1.6rem;
	}
.related_works {
	padding: 20px;
}
.related_works_inner {
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}
}
/*
-----------------------------------------------
TOP youtube
----------------------------------------------- */
.top_youtube_wpr {
	width: 50%;
	height: 100%;
	margin-right: 80px;
}
.top_youtube_wpr iframe{
	aspect-ratio: 16 / 9;
	margin: 10px;
}
.top_youtube_text {
	width: calc(50% - 80px);
}
.top_youtube_text h4{
	font-size: 2.4rem;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
.top_youtube_wpr {
	width: 100%;
	margin-right: 0;
	order: 2;
}
.top_youtube_wpr iframe{
	margin: 0;
}
.top_youtube_text {
	width: 100%;
	order: 1;
}
.top_youtube_text h4{
	font-size: 2.4rem;
}
}

/*
-----------------------------------------------
TOP iezukuri
----------------------------------------------- */
#top_iezukuri {
	padding-top: 100px;
	padding-bottom: 100px;
}
.top_iezukuri_wpr {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.top_iezukuri_li {
	position: relative;
}
.top_iezukuri_li p {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255,0.8);
	padding: 2px 10px;
	font-size: 1.8rem;
}
.top_iezukuri_li img {
	aspect-ratio: 293 / 253;
	width: 100%;
	object-fit: cover;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	#top_iezukuri {
	padding-top: 60px;
	padding-bottom: 40px;
}
	.top_iezukuri_wpr {
		grid-template-columns: repeat(2, 1fr);
	}
	.top_iezukuri_li p {
		padding: 2px 10px;
		font-size: 1.4rem;
	}
}
/*
-----------------------------------------------
TOP sns
----------------------------------------------- */
.top_sns_wpr {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.top_sns_li {
	position: relative;
}
.top_sns_li p {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255,0.8);
	padding: 6px 6px;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.top_sns_li p img {
	display: inline-block;
	height: 1.6rem;
	margin-right: 10px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.top_sns_wpr {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.top_sns_li {
		width: 90%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
/*
-----------------------------------------------
TOP news
----------------------------------------------- */
.top_news_box {
	border-top: 0.9px solid #2a4732;
}
.top_news_box .link01 {
	margin-top: 80px;
}
.top_news_box_ttl {
	width: calc(30% - 80px);
	margin-right: 80px;
}
.top_news_box_text {
	width: 70%;
}
.top_news_box_text a {
	display: block;
	font-size: 1.4rem;
	border-bottom: 0.9px solid #2a4732;
	padding-bottom: 40px;
	padding-top: 40px;
}
.top_news_box_text dl {
	display: flex;
	align-items: center;
}
.top_news_box_text dt {
	width: 8em !important;
}
.top_news_box_text dd:nth-of-type(1) {
	width: 6em !important;
	justify-content: space-between;
}
.top_news_box_text dd:nth-of-type(2) {
	width: calc(100% - 14em);
	margin-right: 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cat-label {
	border: 1px solid #2a4732;
    padding: 4px;
    width: 5.5em;
    display: block;
    height: fit-content;
    line-height: 1.4rem;
    text-align: center;
    font-size: 1.2rem;
	white-space: nowrap;
}
.cat-label.cat-news {
	background-color: #2a4732;
	color: #fff;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
.top_news_box .link01 {
	margin-top: 40px;
	max-width: 180px;
	height: fit-content;
}
.top_news_box_text dl {
	flex-wrap: wrap;
}
.top_news_box_ttl {
	width: 100%;
	margin-right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_news_box_text {
	width: 100%;
}
.top_news_box_text a {
	font-size: 1.3rem;
	padding-bottom: 24px;
	padding-top: 24px;
}
.top_news_box_text dt {
	width: 100%;
	font-size: 1.2rem;
}
.top_news_box_text dd:nth-of-type(2) {
	width: 100%;
	margin-right: 0;
	margin-top: 4px;
}
.cat-label {
    line-height: 1.2rem;
    font-size: 1.1rem;
}
}
/*
-----------------------------------------------
TOP footer
----------------------------------------------- */
.imgtree {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
}
footer {
	padding-top: 100px;
	padding-bottom: 60px;
}
.ftr_contact {
	padding-left: 20px;
	padding-right: 20px;
}
.ftr_contact_box, .ftr_contact_box_sp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 4px solid #a6bfae;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 20px;
	z-index: 100;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}
.ftr_contact_box_li {
	width: 33%;
	text-align: center;
	position: relative;
}
.ftr_contact_box_li:not(:last-child):after {
	content: "";
	position: absolute;
	width: 1px;
	height: 80%;
	background-color: #2a4732;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ftr_contact_box_li a{
	padding: 10px;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.ftr_contact_box_li a img{
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	margin-top: 10px;
}
.ftr_contact_box_li a img.ftr_icon_tel {
	display: inline-block !important;
	height: 1.8rem;
	font-size: 1.8rem;
	margin-right: 10px;
}
.ftr_contact_box_li a .ftr_tel_info {
	display: block;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-top: 6px;
}
.ftr_sns_link {
	display: flex;
	margin-top: 10px;
	margin-bottom: 20px;
}
.ftr_sns_link li a img{
	height: 2.2rem;
}
.ftr_sns_link li:not(:last-child) {
	margin-right: 16px;
}
#footer address {
	font-size: 1.4rem;
	font-style: normal;
	line-height: 2.2rem;
}
.ftr_link {
	font-size: 1.3rem;
	display: flex;
	column-gap: 20px;
}
.ftr_link div:not(:last-child) {
	margin-right: 40px;
}
.ftr_link div:nth-child(2) {
	margin-right: 80px;
}
.ftr_link div > li {
	position: relative;
	padding-left: 20px;
}
.ftr_link div > li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 2px;
	background-color: #fff;
	left: 0;
	top: 1.4rem;
}
.ftr_link_sub_ul {
	margin-left: 1em;
	font-size: 1.2rem;
}
.ftr_link_sub a {
	display: block;
	width: 100%;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.imgtree {
		margin-top: 80px;
		width: 100px;
	}
	footer {
		padding-top: 60px;
		padding-bottom: 120px;
		margin-top: 40px;
	}
	.ftr_contact {
		position: fixed;
		bottom: 20px;
		left: -20px;
		width: calc(100% + 40px);
		padding-left: 0;
		padding-right: 0;
	}
	.ftr_contact_box, .ftr_contact_box_sp {
		margin-top: 0;
	}
	.ftr_contact p{
		margin-bottom: 0;
		font-size: 1rem;
	}
	.ftr_contact_box_li a {
		padding: 0 10px;
	}
	.ftr_contact_box_li a img{
		height: 20px;
		margin-top: 7px;
	}
}
/*
-----------------------------------------------
page_features
----------------------------------------------- */
.features_box01,.features_box02 {
	width: 80%;
}
.features_box02 {
	margin-left: auto;
	margin-right: 0;
}
.features_img01,.features_img02 {
	width: 100%;
}
.features_img01 img,.features_img02 img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
.in_box01, .in_box02 {
	background-color: #fff;
	border: 2px solid #2a4732;
	max-width: 700px;
	padding: 20px 40px;
	position: relative;
	top: -20px;
}
.in_box01 {
	left: 80px;
	margin-left: auto;
	margin-right: 0;
}
.in_box02 {
	left: -80px;
	margin-left: 0;
	margin-right: auto;
}
.p_tex01 {
	font-size: 3rem;
	line-height: 4.6rem;
	letter-spacing: 0.4rem;
}
.p_tex02 {
	font-size: 1.7rem;
	margin-top: 16px;
	margin-bottom: 10px;
}
.p_tex03 {
	font-size: 1.4rem;
}
.img_original_box {
	margin-top: 40px;
}
.img_original_box > div{
	width: 48%;
}
.img_original {
	width: 100%;
}
.img_original img{
	width: 49%;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.features_box01,.features_box02 {
		width: 100%;
	}
	.in_box01, .in_box02 {
		padding: 20px 20px;
		top: -20px;
		border: 1px solid #2a4732;
		width: 80%;
	}
	.in_box01 {
		left: -5%;
	}
	.in_box02 {
		left: 5%;
	}
	.p_tex01 {
		font-size: 1.9rem;
		line-height: 3rem;
		letter-spacing: 0.2rem;
	}
	.p_tex02 {
		font-size: 1.5rem;
		margin-top: 12px;
	}
	.p_tex03 {
		font-size: 1.3rem;
	}
	.img_original_box {
		margin-top: 30px;
	}
	.img_original_box > div{
		width: 100%;
	}
	.img_original_box > div:nth-child(2){
		margin-top: 30px;
	}
}
/*
-----------------------------------------------
page_faq
----------------------------------------------- */
.faq_wpr {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.in_box03 {
	padding: 40px;
	width: fit-content;
}
.faq_q {
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 10px;
}
.faq_a {
	font-size: 1.4rem;
}
.faq_img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1180 / 220;
	object-fit: cover;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.faq_wpr {
		grid-template-columns: repeat(1, 1fr);
	}
	.in_box03 {
		padding: 20px;
		width: fit-content;
	}
	.faq_q {
		font-size: 1.6rem;
		font-weight: 900;
		margin-bottom: 10px;
	}
	.faq_a {
		font-size: 1.3rem;
	}
	.faq_img img {
		aspect-ratio: 16 / 6;
	}
}
/*
-----------------------------------------------
page_aboutus
----------------------------------------------- */
.slogan_box p{
	font-size: 1.8rem;
	line-height: 3rem;
}
.aboutus_text > p {
	width: 60%;
	line-height: 3rem;
}
.company_info dl{
	display: flex;
	border-bottom: 1px solid #2a4732;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.company_info dl:first-child{
	border-top: 1px solid #2a4732;
	margin-top: 20px;
	padding-top: 20px;
}
.company_info dl dt{
	width: 10em;
	font-weight: 900;
}
.company_info dl dd{
	font-size: 1.3rem;
		width: calc(100% - 10em);
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.aboutus_text > div{
		margin-left: auto;
		margin-right: auto;
	}
	.aboutus_text > p {
		width: 100%;
		margin-top: 30px;
		line-height: 2.6rem;
		}
	.company_info dl dt{
		width: 7em;
		font-weight: bold;
	}
	.company_info dl dd{
		width: calc(100% - 7em);
	}
}
/*
-----------------------------------------------
page_perdormance
----------------------------------------------- */
.performance_link_wpr {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.p_caption {
	font-size: 1.2rem;
}
.kiso_concrete {
	width: 40%;
	position: relative;
}
.circle01,.circle02 {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: calc((80px - 40px) / 2);
	padding-top: 20px;
	padding-bottom: 20px;
	top: -40px;
	left: -40px;
	font-size: 1.2rem;
}
.circle01 {
	background-color: #997258;
	border: 1px solid #997258;
	color: #fff;
}
.circle02 {
	background-color: #fff;
	border: 1px solid #997258;
	color: #997258;
}
.performance_box> div >div:first-child {
	width: calc(60% - 80px);
}
.performance_box> div >div:last-child {
	width: 40%;
}
.performance_box:nth-child(even) > div >div:first-child {
	order: 2;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.performance_link_wpr {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.kiso_concrete {
		width: 48%;
	}
	.circle01,.circle02 {
		width: 60px;
		height: 60px;
		line-height: calc((60px - 20px) / 2);
		padding-top: 10px;
		padding-bottom: 10px;
		left: -20px;
	}
	.performance_box_child02 {
		margin-top: 20px;
	}
	.performance_box> div >div:first-child {
		width: 100%;
	}
	.performance_box> div >div:last-child {
		width: 100%;
	}
}
/*
-----------------------------------------------
news/works共通
----------------------------------------------- */
.article_honbun {
	line-height: 3rem;
}
.article_honbun h1,.article_honbun h2,.article_honbun h3,.article_honbun h4 {
	margin-bottom: 10px;
	font-weight: 900;
}
.article_honbun h1 {
	font-size: 1.5rem;
}
.article_honbun h2 {
	background-color: rgba(242, 247, 243);
	padding: 6px 6px;
}
.article_honbun h3 {
	border-bottom: 2px solid #2a4732;
	padding: 0 6px 6px;
}
.article_honbun h4 {
	border-left: 6px solid #2a4732;
	padding-left: 10px;
}
.article_honbun p {
	padding-bottom: 1em;
}
.article_honbun a {
	color: #164EA6;
	font-weight: 900;
	border-bottom: 1px solid #164EA6;
	padding-bottom: 4px;	
}
.article_honbun a:hover {
	opacity: 0.7;
}
.article_honbun ul {
  list-style-type: inherit;
}
.article_honbun ul li{
  list-style-type: inherit;
  margin-left: 1em;
}
.article_honbun ol li{
  list-style-type: decimal;
  margin-left: 1em;
}
.article_honbun .wp-block-image img,.article_honbun img,.wp-caption {
	max-width: 600px;
	margin: 20px auto;
	width: 100% !important;
}
ul.page-numbers {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
ul.page-numbers li a,ul.page-numbers li span{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #2a4732;
}
ul.page-numbers li span.current{
	background-color: rgba(242, 247, 243,0.9);
	color: #73917a;
}
ul.page-numbers li a.next,ul.page-numbers li a.prev{
	width: fit-content;
	text-align: center;
	line-height: 40px;
	border-radius: 0;
	background-color: #fff;
	border: none;
}
.single_pagenation {
	gap: 20px;
}
.single_pagenation a{
	border: 1px solid #2a4732;
	padding: 6px;
	width: 20%;
	display: block;
	text-align: center;
}
.single_pagenation a:hover{
	background-color: #2a4732;
	color: #fff;
}
.article_eyecatch img,.article_honbun iframe{
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
.article_honbun {
	line-height: 2.4rem;
}
.single_pagenation {
	gap: 14px;
}
.single_pagenation a{
	width: 32%;
	font-size: 1.2rem;
	padding: 10px 4px;
}
.article_honbun iframe {
	width: 100%;
	height: auto;
}
}
/*
-----------------------------------------------
works
----------------------------------------------- */
.works_link_wpr {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 80px;
}
.works_inbox {
	border: 1px solid #a6bfae;
	padding: 20px 40px 20px 60px;
	margin-bottom: 20px;
}
.works_inbox > p {
	font-weight: 900;
	width: 6em;
	margin-right: 30px;
	padding-bottom: 0;
}
.works_inbox > ul {
	font-size: 1.3rem;
	line-height: 2.6rem;
}
.works_inbox > ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}
.works_inbox > ul li:before {
	position: absolute;
	content:"";
	width: 10px;
	height: 10px;
	background-color: #a6bfae;
	border-radius: 50%;
	left: 0;
	top: calc(1.3rem - 5px);
}
.cate {
	line-height: 2rem;
}
.cate a:not(:last-child) {
	margin-right: 10px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.works_link_wpr {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 60px;
}
}
/*
-----------------------------------------------
news
----------------------------------------------- */
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.news_box .pt40.h3_01 {
		padding-top: 0;
	}
}
/*
-----------------------------------------------
contact
----------------------------------------------- */
.attention {
	border: 1px solid #a6bfae;
	padding: 20px;
	font-size: 1.3rem;
}
.Form-Item {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
.Form-Item p:nth-child(2) {
	width: 64%;
}
.Form-Item-Label {
	width: 26%;
	height: fit-content;
}
.Form-Item-Label-Required ,.Form-Item-Label-any {
	background-color: #2a4732;
	color: #fff;
	padding: 3px 8px;
	margin-right: 10px;
	border-radius: 100px; 
	font-size: 1.3rem;
}
.Form-Item-Label-any {
	background-color: #fff;
	color: #2a4732;	
	border: 1px solid #2a4732;	
	margin-right: 9px;
}
.Form-Item-Input, .Form-Item-Textarea, .Form-Item-Input-ad {
	width: 100%;
	height: 50px;
	background-color: #EDEDED;
	padding-left: 10px;
	border-radius: 3px;
}
input::placeholder {
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
}
input[type="submit"] {
  line-height: normal; /* ブラウザ依存の調整を避ける */
}
.Form-Item-Textarea {
	height: 200px;
}
.Form-Btn-wapper {
	width: 64%;
	margin: 0 auto;
}
.Form-Btn {
	width: 100%;
	height: 60px;
	border-radius: 3px;
	cursor: pointer;
}
/*-------------SP-page_contact-------------*/

@media screen and (max-width: 834px) { /*tb・スマホの場合*/
	.Form-Item {
		display: block;
	}
	.Form-Item-Label {
		width: 100%;
	}
	.Form-Item-Input, .Form-Item-Textarea {
		width: 100%;
	}
.Form-Item p:nth-child(2) {
	width: 100%;
}
}
/*
-----------------------------------------------
3d pers
----------------------------------------------- */
.pers_plan_wpr {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 40px;
}
.pers_plan_box img {
	width: 100%;
	aspect-ratio: 131 / 85;
	object-fit: contain;
}
.pers_option {
	padding: 20px;
}
p.pers_plan_box_price {
	display: flex;
	justify-content: space-between;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 0;
}
.sliderArea {
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-list,.slick-track {
	height: 100%;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  height: 100%;
  object-fit: cover;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slider02_thumb {
  margin: 20px 0 0;
}
.slider02_thumb .slick-slide {
  cursor: pointer;
}
.slider02_thumb .slick-slide:hover {
  opacity: .7;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
p.pers_plan_box_price {
	font-size: 1.6rem;
}
.pers_plan_box p {
	line-height: 2.6rem;
}
}
/*
-----------------------------------------------
page-flow
----------------------------------------------- */
.flow_box {
  max-width: 600px;
  width: 100%;
}
.flow_box dl:not(:first-child) {
  margin-top: 80px;
}
.flow_box dt{
  font-size: 2.4rem;
  border-bottom: 1px solid #2a4732;
  padding: 0 6px 10px;
  width: 100%;
  margin-bottom: 20px;
}
.flow_box dt span{
  margin-right: 30px;
  position: relative;
}
.flow_box dt span:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 2.4rem;
  right: -15px;
  top: 0;
  background-color: #2a4732;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
.flow_box dt {
  font-size: 1.7rem;
}
}

/*
-----------------------------------------------
page-staff
----------------------------------------------- */
.staff_img {
  width: 300px;
  margin-right: 40px;
}
.staff_text {
  width: calc(100% - 340px);
}
.staff_name {
  font-weight: 900;
  font-size: 1.8rem;
}
.staff_q {
  font-weight: 900;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0;
  line-height: 2.2rem;
}
.staff_q:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 60%;
  top: 20%;
  left: 0;
  background-color: #2a4732;
}
.staff_a {
  font-size: 1.4rem;
  margin-left: 12px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.staff_img {
	margin: auto;
	}

	.staff_text {
	width: auto;
	margin-top: 20px;
	}
}

/*
-----------------------------------------------
myb1
----------------------------------------------- */
.text-box {
    flex: 1 1 300px;
    max-width: 400px;
    margin-right: 20px;
}

.top-image {
    flex: 1 1 600px;
    max-width: 600px;
}

.bottom-images {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}

.bottom-images img {
    width: 300px;
    height: auto;
}

.myb1-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.large,
.small {
    position: relative;
    overflow: hidden;
}

.large {
    width: calc(50% - 10px);
    aspect-ratio: 4 / 3;
}

.small {
    width: calc(25% - 15px);
    aspect-ratio: 3 / 4;
}

.large img,
.small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .large {
        width: 100%;
    }

    .small {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .small {
        width: 100%;
    }
}

@media (max-width: 834px) {
    .mr80 {
        margin: auto;
    }
}
/*css end*/



