@charset "utf-8";
#mainnav {
    position: fixed !important;
    top: -120px !important;
    width: 100% !important;
    z-index: 9999 !important;
	opacity: 0;
}
#mainnav.visible {
    top: 0 !important;
    transition: top 0.3s ease-in-out;
	opacity: 1;
}
.page-wrap {
    padding-top: 0 !important;
}
.site-header.float-header {
    padding: 0;
}
.home_main_wrap {
	position: relative;
	border-bottom: 3px solid #8BB807;
}
.home_main {
	display: flex;
	flex-flow:row wrap;
}
.home_main img {
  width: 100%;
  height: auto;
  display: block;
}
.video-background {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.video-background video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translate(-50%, -50%) scale(1.2);
	object-fit: cover;
}
.home_main_sl,
.home_main_sr{
  width: 50% !important;
}
.home_main_wrap .main_copy {
    top: 0;
    left: calc(50% - 2.47em);
}
.home_main_wrap .main_copy > span {
    padding: 2.3em .3em;
}
.home_main_wrap .main_copy .txt02 {
    margin: 3.5em 5px 0 0;
}
.home_main_wrap .site_name {
    bottom: 31%;
	left: 50%;
	transform: translateX(-50%);
}
.home_main_wrap .circle_green {
	bottom: 20%;
	left: 17%;
}
.home_main_wrap .circle_green a {
	padding: 3em;
	line-height: 1.1;
  position: relative;
  z-index: 0;
}
.home_main_wrap .circle_green a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg_circle.svg") no-repeat 50% 50% / contain;
  opacity: 0.73;
  z-index: -1;
}.home_main_wrap .btn_feature {
	padding: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1100px;
    list-style: none;
}
.home_main_wrap .btn_feature li {
	width: 32.94%;
}
.home_main_wrap .btn_feature li a {
    padding: 1.3em 1em 2.2em;
    line-height: 1.4;
    background: url("../images/arrow_green.svg") no-repeat 50% 85% / 16px, rgba(255,255,255,.8);
}
.home_main_wrap .btn_feature li:first-of-type a {
	border-radius: 20px 0 0 0;
}
.home_main_wrap .btn_feature li:last-of-type a {
	border-radius: 0 20px 0 0;
}
.home_main_wrap .btn_sns {
    top: 40px;
    right: 8%;
    list-style: none;
    gap: 20px;
}
.home_main_wrap .btn_sns a {
	padding: 11px 18px;
	border-radius: 100px;
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.home_main_wrap .main_nav {
    width: 37px;
    height: 32px;
    top: 40px;
    right: 3%;
}*/
.style_wrap {
    background: url("../images/style_wrap.svg") no-repeat -3% -50px / 56%;
}
.style {
	background: rgba(0,0,0,.04);
}
.home_style {
	max-width: 1700px;
	margin-right: auto;
	margin-left: auto;
}
.home_style_txt {
	min-height: 5em;
}
.home_style .img {
	bottom: 0;
}
.home_style .slick-slide {
	margin: 30px 25px;
    border: 1px solid #D8D8D8;
    filter: drop-shadow(0 0 10px rgba(0,0,0,.16));
	min-height: 480px;
}
.style_br {display: inline;}
@media (max-width: 1699px) {
	.style_br {display:none;}
	.home_style .slick-slide {
		min-height: 510px;
	}
	
}
.home_style .slick-slide a > :not(.img) {
	margin: 0;
	padding: 0 20px 20px;
}
.home_style .style01 a {background: url("../images/home_style01.jpg") no-repeat #fff 0 0 / 100%;}
.home_style .style02 a {background: url("../images/home_style02.jpg") no-repeat #fff 0 0 / 100%;}
.home_style .style03 a {background: url("../images/home_style03.jpg") no-repeat #fff 0 0 / 100%;}
.home_style .style04 a {background: url("../images/home_style04.jpg") no-repeat #fff 0 0 / 100%;}
.home_style .style05 a {background: url("../images/home_style05.jpg") no-repeat #fff 0 0 / 100%;}
.home_style .style06 a {background: url("../images/home_style06.jpg") no-repeat #fff 0 0 / 100%;}

.home_style .slick-dots {
	list-style: none;
}
.home_style .slick-dots .slick-active {
	
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 47px;
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #C5C5C5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #B9CD00;
}
.btn_lightgreen02 {
    display: block;
    padding: 15px 3em;
    color: #B9CC02;
    outline: 2px solid #B9CC02;
    border-radius: 60px;
    background: url('../images/arrow_lightgreen.svg') no-repeat #fff 88% 53% / 22%;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
    position: relative;
    box-sizing: unset;
}
.btn_lightgreen02::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 30px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff; 
	box-shadow: 0 0 6px #fff;
	border-radius: 0px;
	z-index: 2;
	height: calc(100% + 4px);
	width: calc(100% - 60px);
}
.home_works {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	gap: 1.1%;
}
.home_works > div {
    width: 17.39%;
    height: 17.39vw;
}
.home_works .img01 {
    position: relative;
    height: 100%;
    isolation: isolate;
}
.home_works .img01 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home_works .txt01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 73px;
	padding: 1em 1.3em;
	overflow: hidden;
	line-height: 1.4;
}
.home_works .txt01 .bg {
	position: absolute;
	inset: 0;
	background-color: rgba(62, 62, 62, 0.85);
	mix-blend-mode: multiply;
	z-index: 0;
}
.home_works .txt01 .text {
	position: relative;
	z-index: 1;
	font-weight: 300;
	color: #fff;
}


.btn_lightgreen {
	padding: .3em;
	background: #D7CE00;
}
.border_l_lightgreen {
	border-left: 30px solid #D7CD00;
}
.home_interview .slick-slide {
	margin: 30px 25px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
}
.home_interview a {
	color: #707070;
}
.home_interview .slick-slide a > :not(.img) {
	margin: 0;
	padding: 0 20px;
}
.slide_section .home_interview img {
	height: 230px;
}

.support {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.prev-arrow {
    width: 36px;
    height: 70px;
    position: absolute;
    top: 200px;
    left: -6%;
    background: url("../images/arrow_line_l.svg") no-repeat 50% 50% / contain;
}
.next-arrow {
	width: 36px;
	height: 70px;
    position: absolute;
    top: 200px;
    right: -6%;
	background: url("../images/arrow_line_r.svg") no-repeat 50% 50% / contain;
}
.support_menu > div {
	padding-right: 25px;
	padding-left: 25px;
}
.support_menu .img {
	margin: 0 0 0 -30px;
}/*
.blog_ttl::after {
	content: "";
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
}
.blog_ttl > :first-child {
	paddin-right: 1em;
	border-bottom: 1px solid #D7CD00;
}
.blog_ttl > :nth-child(2) {
	padding-left: 2em;
	line-height: 2.5;
	border-bottom: 1px solid #281B0F;
}*/
.blog_ttl > .ttl {
  border-bottom: 1px solid; 
  border-image: linear-gradient(to right, #D7CD00 20%, #281B0F 20%) 1;
}
.blog_ttl > .ttl:first-letter {
  color: #D7CD00;
}
.blog_ttl > .ttl :nth-child(2) {
    padding-right: 2em;
    padding-left: .5em;
}
.blog_cont {
	padding: 15px;
}
.blog_cont.event {
	padding: 60px 90px 0;
}
.blog_wrap .btn {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	max-width: 440px;
}












.home .concept {
    margin-top: -200px;
}
.home .concept .home_btn01 {
	font-size: 1.5rem;
}
.home .concept > .row {
	align-items: center;
}
.home .concept .drawing01_wrap {
	min-height: 600px;
	position: relative;
}
.home .concept .drawing01 {
	width: 100%;
	height: 600px;
	background: url(../images/home_bg02.svg) no-repeat 50% 50% / 80%;
	position: absolute;
}
.home .concept .drawing01 .detail {
	width: 45%;
	padding: 11.5% 0;
	color: #4E3B30;
	position: absolute;
	background: url(../images/home_bg01.svg) no-repeat 50% 50% / 100%;
}
.home .concept .drawing01 .detail:nth-of-type(1) {top: 33px;left: 0;}
.home .concept .drawing01 .detail:nth-of-type(2) {top: 0;right: 0;}
.home .concept .drawing01 .detail:nth-of-type(3) {bottom: 0;left: 29px;}
.home .concept .drawing01 .detail:nth-of-type(4) {bottom: 62px;right: 0;}

.home .concept .drawing01 .detail h3 {
	margin: 0 auto;
	color: #1A1311;
	font-size: 2.1rem;
	font-weight: 600;
}
.home .concept .drawing01 .detail .txt01 {
	margin: .1em auto .9em;
	color: #8CB808;
	font-weight: 600;
}
.home .concept .drawing01 .detail .txt02 {
	margin: 0 auto;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.6;
}






.home .staff {
	margin-bottom: 5px;
	padding: 100px 15px 20px;
	background: url(../images/home_bg05.jpg) no-repeat 50% 100% / 100%;
}
.home .staff h2 {
	margin: 0 auto 20px;
	font-size: 5.4rem;
	font-weight: 400;
}
.home .staff .home_btn01 {
	width: 80%;
	margin: 0 auto 50px;
	padding: .3em 0 .3em 1.5em;
	background: url(../images/arrow02.svg) no-repeat #391E0F 100% 50% / 32px;
}
















.home .review {/*
	background: #391E0F;*/
}
.slide_section {
	padding: 120px 15px 100px;
}
.slide_section .ttl01 {
	font-size: 3.9rem;
	margin: 0;
	line-height: 1;
}
.slide_section .ttl02 {
	font-size: 1.4rem;
	margin: 0;
}
.slide_section .prev-arrow {
	left: -90px;
	background: url(../images/arrow04.svg) no-repeat 0 0 / 100%;
}
.slide_section .next-arrow {
	right: -90px;
	background: url(../images/arrow05.svg) no-repeat 0 0 / 100%;
}
.slide_section .prev-arrow, .slide_section .next-arrow {
	width: 60px;
	height: 120px;
	position: absolute;
	top: 44%;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-transform: translateY(-44%);
	transform: translateY(-44%);
	cursor: pointer;
	font-weight: bold;
}
.slide_section .home_carousel {
	width: 100%;
	max-width: 80%;
	margin: auto;
	display: flex;
}
.slide_section .home_carousel ul {
	list-style: none;
}
.slide_section .home_carousel .slick-slide {
	height: auto;
	margin: 0 20px;
	font-size: 1.7rem;
}
.slide_section .home_carousel .img01 {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.slide_section .home_interview .img01 {
	padding-bottom: 73.46%;
}
.slide_section .home_carousel .img01 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide_section .slick-prev:before,
.slick-next:before {
	color: #fff;
}/*
.home .info_wrap {
	padding-top: 120px;
	padding-bottom: 50px;
}*/
.blog_cont .ttl01 {
	margin: 0;
	color: #391E0F;
	font-size: 2.6rem;
	line-height: 1;
}
.blog_cont .ttl02 {
	color: #391E0F;
	font-size: 1.4rem;
}
.blog_cont ul {
	list-style: none;
	padding: 0;
}
.blog_cont ul li {
	width: calc(calc(100% - 60px) / 3)
}
.blog_cont ul li .img01 {
	position: relative;
}
.blog_cont ul li .img01::before {
	content: "";
	display: block;
	padding-top: 58.92%;
}
.blog_cont ul li .img01 img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog_cont ul li .date {
	color: #443f3f;
	font-size: 1.5rem;
}
.blog_cont ul li h3 {
	font-size: 1.7rem;
}


































.home .site-footer {
	background: #EEF0DE;
}
.site-logo {
	background: #fff;
	padding: 2% 5% 2.5% 5%;
	height: auto !important;
	max-width: 417px;
	width: 28.25%;
}
.head_menu#contact_bt {
	top: 50px !important;
	display: flex;
	align-items: center;
}
.head_menu li a {
	font-size: 1.7rem;
}
.head_menu .btn_brown {
	margin-left: 20px;
	padding: .8em 1.8em;
	color: #fff;
	background: #391E0F;
}
.top_s01 .site-logo {
	z-index: 1;
	position: absolute;
}
#footer_back {
	background: #BDCC3C;
}
.home_btn01 {
	color: #fff;
	background: url(../images/arrow02.svg) no-repeat #391E0F 100% 50% / 44px;
	display: block;
	padding: .5em 0 .5em 2em;
}
.home_btn02 {
	color: #fff;
	background: url(../images/arrow03.svg) no-repeat 0 100% / 100%;
	display: block;
	padding: .3em 0 .3em;
}
.home_btn03 {
	color: #fff;
	background: url(../images/arrow03.svg) no-repeat #391E0F 94% 50% / 85px;
	display: block;
	padding: .3em 0 .3em 1.3em;
	border: 1px solid #fff;
}
.home_btn01:hover, 
.home_btn02:hover, 
.home_btn03:hover {
	color: #fff;
}
.home_btn04 {
	color: #391E0F;
	background: url(../images/arrow06.svg) no-repeat 100% 52% / 57px;
	display: block;
	padding: .8em 0;
}
.top_s01 {
	position: relative;
}
.top_s01 .link01 {
	position: absolute;
	right: 3%;
	bottom: 4%;
	border-top: 1px solid #fff;
	border-right: 35px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: rgba(255, 255, 255, .3);
}
.top_s01 .link01::after {
	content: "";
	width: 7px;
	height: 12px;
	background: url(../images/arrow01.svg) no-repeat 0 0 / 100%;
	top: calc(50% - 6px);
	position: absolute;
	right: -21px;
}
.top_s01 .link01 img {
	margin: -23px 0 13px 17px;
}
.top_s01 .link01 .txt02 {
	padding: 15px 15px 0 15px;
	line-height: 1.4;
}
.top_s01 .link02 {
	bottom: 21%;
}
.top_s01 .slide02 .txt01 {
	top: 40%;
	letter-spacing: 26px;
}
.top_s01 ul.feature {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, 0);
}
.top_s01 ul.feature li {
	width: 30%;
	padding: 11.35% 0;
	color: #391E0F;
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5;
	border-radius: 100%;
	background: rgba(255, 255, 255, .8);
}
.home .s02 {
	padding: 90px 0 100px;
	background: url(../images/home_bg03.jpg) no-repeat 50% 0 / auto 1008px;
	border-bottom: 2px solid #707070;
}
.home .s02 h2 {
	color: #391E0F;
}
.home .s02 .cont01 {
	padding: 70px 0 0;
	margin-bottom: 70px;
	background: url(../images/home_img01.jpg) no-repeat 100% 0 / auto 100%;
}
.home .s02 .ttl01 {
	width: 100%;
}
.home .s02 .txt01 {
	width: 52.08%;
	background: #fff;
	position: relative;
	text-align: right;
}
.home .s02 .txt01 > div {
	max-width: 570px;
	padding: 60px 50px 44px 0;
}
.home .s02 .btn01 {
	position: absolute;
	right: 8%;
	top: 85px;
	min-width: 11em;
	padding: .2em 0 .2em 1.5em;
}
.home .s02 .btn02 {
	padding: .3em 0 .3em 1.5em;
}
.home .s02 .cont02 {
	padding: 0 0 60px 0;
	background: url(../images/home_img02.jpg) no-repeat -32% calc(100% - 60px) / auto 100%;
}
.home .s02 .cont02 .cont02_inner {
	padding: 85px 0 0;
	background: url(../images/home_img03.jpg) no-repeat 100% 0 / auto 100%;
	width: 100%;
}
.home .s02 .cont02 .ttl01 {
	width: auto;
	margin-left: 9%;
}
.home .s02 .cont02 h2 {
	margin-left: 9%;
}
.home .s02 .cont02 .txt01 {
	padding: 80px 0 0 0;
	background: transparent;
}
.home .s02 .cont02 .txt01 > div {
	padding: 50px 0 0 50px;
	background: #fff;
}
.home .s03 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.home .s03 ul li {
	margin: 0 auto 20px;
	padding: .5em 0 .5em 1.6em;
	border: 2px solid #A9BC00;
	border-radius: 43px;
	font-size: 2.1rem;
}
.home .s03 .cont01 .txt01_wrap {
	padding-right: 7%;
}
.home .s03 .cont01 .txt01 {
	line-height: 2.5;
}
.home .s03 .cont02 {
	padding: 15px;
	min-height: 430px;
	border: 1px solid #8D7460;
	background: url(../images/home_bg04.jpg) no-repeat 50% 50% / calc(100% - 30px);
	position: relative;
	line-height: 1.8;
}
.home .s03 .cont02_wrap a {
	color: #fff;
}
.home .s03 .cont02 h2 {
	margin: 0 auto;
}
.home .s03 .cont02 .ttl01 {
	position: absolute;
	top: 36px;
	right: 6%;
}
.home .s03 .cont02 .txt01 {
	margin: 40px 0 0;
}
.home .s03 .home_btn01 {
	padding: .2em 0 .2em 2em;
}
.home .s04 {
	background: #A9BC00;
}/*
.slick-slide {
	position: relative;
}
.slick-slide .txt01 {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	font-size: 4.9rem;
	text-shadow: 0 3px 6px rgb(0 0 0 / .16);
}
.home_interview h3 {
	margin-top: 0;
	height: 4.5em;
	font-size: 2rem;
}*/
.home_maintxt {
	margin: 0;
	padding: 8px 0 5px;
	color: #3B2108;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 2px;
	background: #EEF0DE;
}
@media only screen and (max-width: 992px) {
/*	.w1070 {
		margin-right: 15px;
		margin-left: 15px !important;
	}
	.top_s01 .slide02 .txt01 {
		top: 30%;
	}
	.top_s01 .link01 {
		left: auto;
		max-width: 34%;
	}
	.top_s01 .link01 img {
		max-width: 20%;
	}
	.top_s01 ul.feature {
		max-width: 500px;
	}
	.top_s01 .link01 .txt02 {
		padding: 7px 10px;
		font-size: .8em;
	}
	.top_s01 ul.feature {
		top: 41%;
	}
	.top_s01 ul.feature li {
		padding: 10% 0;
		font-size: 1.6rem;
	}
	.home .s02 .txt01 > div {
		padding-left: 15px;
	}*/
}
@media only screen and (max-width: 767px) {

	.home_main_wrap .btn_feature {
		width: 100%;
		position: static;
		left: 0;
		transform: translateX(0);
	}
	.home_main_wrap .btn_feature li {
		width: 100%;
		border-bottom: 1px solid #B5B5B5;
	}
	.home_main_wrap .btn_feature li a {
		padding: 18px 0 27px;
		background-position: 50% 80%;
	}
	.home_main_wrap .main_copy {
		top: 13vh;
	}
	.home_main_sl, .home_main_sr {
		height: 50vh;
		width: 100% !important;
	}
	.home_main {
		height: 100vh;
		overflow: hidden;
	}
	.home_style .slick-slide {
		margin: 30px;
	}
	.home_style .slick-slide a > :not(.img) {
		padding: 15px;
	}
	.home_works > div {
		width: calc(50% - 15px);
		height: calc(50vw - 15px);
	}
	.home_works > div:nth-of-type(1n) {
		margin-right: 15px;
	}
	.home_works > div:nth-of-type(2n) {
		margin-right: 0;
	}
	.home_works .txt01 {
		min-height: 4.6em;
		padding: 7px;
	}
	.border_l_lightgreen {
		border-left: none;
	}
	.sp_border_l_lightgreen {
		border-left: 8px solid #D7CD00;
	}
	.support_menu > div {
		 padding-right: 0; 
		 padding-left: 0; 
	}
	.support_menu .img {
		margin: 0 0 0 -15px;
	}
	.blog_ttl > :first-child {
		width: 100%;
		border: none;
		line-height: 1;
	}
	.blog_ttl > :nth-child(2) {
		margin-top: 0;
		padding-left: 0;
		background-image: linear-gradient(to right, #D7CD00 20%, #281B0F 20%);
		background-size: 100% 1px;
		background-position: bottom;
		background-repeat: no-repeat;
		border: none;
		width: 100%;
	}
	.blog_cont {
		padding: 15px;
	}
	.blog_cont.event {
		padding: 15px 15px 0;
		margin-right: 15px;
		margin-left: 15px;
	}
	.slick-dots {
		margin-right: 15px;
		margin-left: 15px;
		bottom: -15px;
		text-align: left;
	}
	.slick-dots li {
		margin: 0;
	}
	.slick-dots li button:before {
		font-size: 28px;
		line-height: 10px;
		width: 10px;
		height: 10px;
	}
	.home .concept .ttl01 {
		max-width: 50%;
	}
	.btn_lightgreen02 {
		padding: 15px 0px 15px 30px;
		background: url('../images/arrow_lightgreen.svg') no-repeat #fff 88% 53% / 22%;
		width: calc(100% - 30px);
	}
	
	
	
	
	
	
	.home .concept {
		margin-top: 0;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.home .concept .ttl01 {
		font-size: 2.7rem;
	}
	.home .concept .ttl01 + p {
		width: 100%;
		line-height: 2;
	}
	.home .concept .home_btn01 {
		width: 75%;
		float: right;
	}
	.home .staff {
		padding: 50px 15px 20px;
		background: url(../images/home_bg05sp.jpg) no-repeat 50% 100% / 100%;
	}
	.home .staff h2 {
		color: #391E0F;
		font-size: 3rem;
	}
	.slide_section .home_carousel .slick-slide {
		margin: 0 10px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.slide_section .home_carousel {
		width: 100%;
		max-width:none;
	}
	.slide_section {
		padding: 50px 0 10px;
	}
	.slide_section .prev-arrow, .slide_section .next-arrow {
		width: 20px;
		height: 40px;
	}
	.slide_section .home_carousel img {
		height: 260px;
	}
	.slide_section .home_interview img {
		height: 140px;
	}
	.slide_section .ttl01 {
		font-size: 3rem;
	}
	.slide_section .prev-arrow {
		left: 3px;
		background: url(../images/arrow04.svg) no-repeat 0 0 / 100%;
		top: 25%;
		z-index: 1;
	}
	.slide_section .next-arrow {
		right: 3px;
		background: url(../images/arrow05.svg) no-repeat 0 0 / 100%;
		top: 25%;
	}/*
	.home .info_wrap {
		padding-top: 50px;
		padding-bottom: 0;
	}*/
	.blog_cont ul li {
		width: 100%;
	}
	.blog_cont ul li a .img01 {
		width: 40%;
		margin-right: 3%;
		float: left;
		height: 100px;
	}
	.blog_cont ul li h3 {
		font-size: 1.5rem;
	}
	.home .concept .drawing01_wrap {
		min-height: 500px;
	}
	.home .concept .drawing01 {
		width: calc(100% - 30px);
		height: 500px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.home .staff .home_btn01 {
		width: 75%;
		float: right;
	}
	.top_s01 .txt01 {
		width: 100%;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		color: #fff;
		font-size: 2.5rem;
		text-shadow: 0 3px 6px rgb(0 0 0 / .16);
		text-align: center;
	}
	.top_s01 .link01 {
		position: absolute;
		left: 5%;
		font-size: .7em;
		bottom: 8px;/*
		max-width: 66%;*/
		max-width: 40%;
		border-right: 14px solid #fff;
	}
	.top_s01 .link01::after {
		width: 4px;
		height: 11px;
		right: -9px;
	}
	.top_s01 .link01 img {
		margin: -27px 0 5px 10px;
		width: 58px;
		height: auto;
		max-width: none;
	}
	.top_s01 .link01 .txt02 {
		padding: 12px 8px;
		padding: 0 8px 3px 8px;
		margin: 0;
	}
	.top_s01 .link02 {
		left: auto;
		right: 5%;
	}
	.home_btn04 {
		background: url(../images/arrow07.svg) no-repeat 100% 100% / 100%;
		padding: .4em .5em;
	}
	.home .s02 {
		padding: 40px 15px 60px;
		background: url(../images/home_bg03sp.jpg) no-repeat 46% 0 / 150%;
		border-bottom: 2px solid #707070;
	}
	.home .s02 h2 {
		font-size: 2.3rem;
	}
	.home .s02 .cont01 {
		padding: 0px 0 0;
		margin-bottom: 0px;
		background: none;
	}
	.home .s02 .txt01 {
		width: 100%;
	}
	.home .s02 .txt01 .img01 {
		width: calc(100% + 30px);
		margin-bottom: 10px;
	}
	.home .s02 .cont02 .txt01 {
		justify-content: end;
	}
	.home .s02 .cont02 .ttl01 {
		margin-right: 9%;
		width: 65%;
	}
	.home .s02 .txt01 .img01 img {
		width:100%;
		margin: 0 -15px;
	}
	.home .s02 .btn01 {
		 position: inherit;
		padding: .2em 0 .2em 1.5em;
	}
	.home .s02 .txt01 > div {
		max-width: none;
		padding: 15px 15px 0;
	}
	.home .s02 .cont02 .cont02_inner {
		padding: 0;
		background: url(../images/home_img03.jpg) no-repeat 100% 0 / 100%;
	}
	.home .s02 .cont02 {
		padding: 0;
		background: none;
	}
	.home .s02 .cont02 h2 {
		text-align: right;
		width: 100%;
		font-size: 2.5rem;
		margin: 0 1em 30px 0;
	}
	.home .s02 .cont02 .txt01 > div {
		padding: 0;
	}
	.home .s02 .ttl01, 
	.home .s03 .ttl01 {
		width: 65%;
		text-align: left;
		margin: 0 0 40px !important;
	}
	.home .s03 h2 {
		font-size: 2.4rem;
	}
	.home .s03 ul li {
		margin: 0 auto 10px;
		padding: .3em 1em;
		font-size: 1.6rem;
	}
	.home .s03 .cont02_wrap {
		margin: 40px 15px;
		padding: 10px;
		border: 1px solid #8D7460;
	}
	.home .s03 .cont02 {
		min-height: 410px;
		background: url(../images/home_bg04sp.jpg) no-repeat 50% 50% / cover;
		position: relative;
		line-height: 1.8;
		padding: 0;
		border: none;
		align-items: flex-end;
	}
	.home_interview h3 {
		height: auto;
		font-size: 1.7rem;
	}
	.home_interview .txt01{
		font-size: 1.8rem;
	}
	.home .s04 .home_btn02 {
		margin: 0;
	}
	.top_s01_inner {
		background: #fff;
		height: 60px;
	}
	.site-logo {
		width: 180px;
		background: transparent;
		left: 0;
		top: 0;
	}
	.home_maintxt {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}