/* 基本スタイル */
body{
    font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
}
html, body {
  overflow-x: hidden;
}
a {
	transition: .3s all;
}
.container {
	width: 100%;
}
.pad-r180 {
	padding-right: 180px !important;
}
.cont00 {
    max-width: 1120px;
	width: calc(100% - 400px);
    margin-left: 220px;
	margin-right: 180px;
}
.cont01 {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
	padding-right: 40px;
}
.cont02 {
    max-width: 1400px;
	width: calc(100% - 400px);
    margin-left: 220px;
	margin-right: 180px;
}
h1 {font-size: clamp(0.875rem, 0.336rem + 1.05vw, 1.125rem); }
h2 {font-size: clamp(1.875rem, 1.02rem + 1.64vw, 2.25rem);margin-bottom: 20px;}
h3 {font-size: clamp(1.625rem, 0.816rem + 1.58vw, 2rem);margin-bottom: 40px;}
h4 {font-size: clamp(16px, 1vw, 20px);}
h5 {font-size: clamp(15px, 1vw, 18px);}
.line_large {
	max-width: 500px;
}
.link01,.single_pn a {
	position: relative;
	padding: 0 10px 10px;
	margin-bottom: 10px;
}
.link02 {
	position: relative;
	padding: 0 2px 6px;
}
.link01:after,.single_pn a:after,.link02::after {
	position: absolute;
	background-image: url("../img/top/line_small.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 100%;
	aspect-ratio: 178/8;
	height: auto;
	bottom: 0;
	right: 0;
}
.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;
  }
  .pankuzu ol li,.pankuzu ol i {
	font-size: 0.8rem;
  }
/*------------1519px以上ここから------------*/
@media screen and (min-width: 1519px) {
.cont00 {
    margin-left: auto;
	margin-right: auto;
}
.cont02 {
    margin-left: auto;
	margin-right: auto;
}
}
/*------------1120px以下ここから------------*/
@media screen and (max-width: 1120px) {
	.cont00 {
		width: calc(100% - 300px);
		margin-left: 150px;
		margin-right: 150px;
	}
	.cont02 {
		width: calc(100% - 300px);
		margin-left: 150px;
		margin-right: 150px;
	}
}
/*------------スマホ 基本スタイル------------*/
@media screen and (max-width: 834px) {
	.main_container.pt160 {
		padding-top: 80px;
	}
	.cont00 {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.cont01, .co {
		padding-left: 6%;
		padding-right: 6%;
	}
	.cont02 {
		padding-left: 6%;
		padding-right: 6%;
    margin-left: auto;
	margin-right: auto;
	width: 100%;
	}
	.cont02.mt100 {
		margin-top: 20px;
	}
h3 {font-size: clamp(1.125rem, 0.892rem + 1.17vw, 1.5rem);margin-bottom: 20px;}
.link01.mr60 {
	margin-right: 30px;
}
}
/*
-----------------------------------------------
GOOGLE FONT
----------------------------------------------- */


/*
-----------------------------------------------
ヘッダー
----------------------------------------------- */
header {
	position: absolute;
	z-index: 999;
}
main {
	position: relative;
	z-index: 998;
}
.scrl_menu {
	width: fit-content;
	left: 40px;
	top: 20px;
	position: relative;
}
.scrl_menu a{
	display: block;
}
h1 {
	text-align: center;
	width: fit-content;
	font-weight: 500;
	padding: 0;
}
h1 span{
	display: block;
}
.scrl_menu.act h1 {
	opacity: 0;
	visibility: hidden;
}
.scrl_menu img{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 40px;
	top: 20px;
	width: 60px;
	transition: .8s all;
}
.scrl_menu.act img{
	opacity: 1;
	visibility: visible;
}
.pcmenu {
	width: fit-content;
	text-align: end;
	margin-left: auto;
	margin-right: 0;
	position: fixed;
	right: 40px;
	top: 20px;
	z-index: 999;
}
.pcmenu li {
	margin-bottom: 10px;
	position: relative;
}
.fa-lg.fa-instagram {
	font-size: 1.4em;
}
.spmenu-inner nav {
	margin-top: 30px;
	padding-left: 20px;
}
.spmenu-inner a{
	font-size: 0.9rem;
}
.spmenu-inner nav ul li a{
	width: 100%;
	display: block;
}
.spmenu-inner li:not(:last-child){
	margin-bottom: 26px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
.scrl_menu {
	left: 20px;
	top: 10px;
}
.scrl_menu img{
	left: 20px;
	top: 10px;
	width: 50px;
}
h1 {
	line-height: 1.6;
	padding-top: 6px;
}
}
/*
-----------------------------------------------
top_concept
----------------------------------------------- */
body {
  transition: background-image 0.5s ease-in-out;
}

.blue,
.green,
.red,
.orange,
.pink,
.white{
    .orange {
  height: calc(var(--real-vh) * 100); /* 実際の画面高さ */
  min-height: 100vh; /* 100vh以上ある場合はそのまま伸びる */
}

}

#top_mv {
	background-image: linear-gradient(#eee3c5, #eee3c59b);
}
.mainvisual {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#top_about {
	width: 100%;
	margin-top: 100px;
	padding-top: 60px;
	padding-bottom: 60px;
}
#top_about.anima {
	background-color: #CD622C;
}
.top_about_inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.top_h2 {
	font-size: 40px;
	font-weight: 600;
}
.top_concept_text{
	line-height: 2.1;
	font-size: 16px;
	margin-top: 40px;
}

/*------------1120px以下 ------------*/
@media screen and (max-width: 1120px) {
.top_about_inner {
	display: block;
}
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
.mainvisual {
	width: 100%;
	max-width: 600px;
	padding-top: 100px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
#top_about {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top_h2 {
	font-size: 28px;
}
.top_concept_text{
	line-height: 2;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 40px;
}
}
/*
-----------------------------------------------
top_works
----------------------------------------------- */
#top_works {
	margin-left: 220px;
	max-width: calc(600px * 2 + 40px);
	margin-right: 180px;
}
.works_box_wpr {
	gap: 60px 100px;
}
.works_box {
	width: calc((100% - 100px) / 2);
}
.img_works {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.img_works img {
	aspect-ratio: 3 / 2;
	object-fit: contain;
	width: 100%;
	transition: 1s all;
	background-color: #F4F4F4;
}
.works_box a {
	display: block;
	line-height: 1;
}
.works_box a:hover .img_works img{
	transform:scale(1.05,1.05);
}
.works_box a p{
	transition: .1s all;
	margin-bottom: 0;
	padding-left: 4px;
	padding-right: 4px;
}
.works_box a p.works_title{
	display: inline;
	transition: .1s all;
	line-height: 1.5;
	margin-bottom: 4px;
}
.works_box a:hover p.works_title{
	background-color: #CD622C;
	color: #fff;
}
.works_date,
.works_cate {
	color: #8c8c8c;
	font-size: 0.8rem;
	text-align: left; 
	line-height: 1.5;
}
.works_cate span {
	position: relative;
	display: inline;
	white-space: nowrap;
}
.works_cate span:not(:last-child){
	margin-right: 5px;
	padding-right: 9px;
	position: relative;
}
.works_cate span:not(:last-child):after{
	position: absolute;
	content: "";
	background-color: #8c8c8c;
	width: 1px;
	height: 60%;
	top: 24%;
	right: 0;
}
.works_detail_related_list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.works_detail_related_list li{
	width: calc(100% / 3);
}
.works_detail_related_list p {
	margin-bottom: 0;
}
.yarpp-related {
	background-color: #fff5f0cc;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	margin-top: 100px !important;
}
.yarpp-related a {
	font-weight: 500 !important;
}
/*------------1120px以下 ------------*/
@media screen and (max-width: 1120px) {
#top_works {
	width: calc(100% - 300px);
    margin-left: 150px;
	margin-right: 150px;
}
	.works_box_wpr {
		gap: 40px 20px;
	}
.works_box {
	max-width: 500px;
	width: calc((100% - 20px) / 2);
}
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	#top_works {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.works_box_wpr {
		gap: 40px 20px;
		justify-content: center;
	}
	.works_detail_related_ttl, .works_detail_related_list {
		padding-left: 0;
	}
	.yarpp-related {
		margin-top: 80px !important;
	}
	.works_detail_related_list li{
		margin-top: 20px;
		width: 100%;
	}
}
/*------------スマホ600px以下 ------------*/
@media screen and (max-width: 600px) {
	.works_box { /*1列に*/
		width: 100%;
	}
	.works_detail_related_list {
		flex-wrap: wrap;	
	}
	.works_detail_related_list a{
		display: 100%;
	}
}
/*
-----------------------------------------------
フッター
----------------------------------------------- */
#footer {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.ftr_name p{
	margin-bottom: 0;
	font-size: 0.9rem;
}
.copy {
	color: #5d5d5d;
	margin-bottom: 0;
	font-size: 0.7rem;
	letter-spacing: 0.05rem;
}
.ftr_contact {
	margin-left: auto;
	margin-right: 0;
}
.ftr_contact_p {
	font-size: 0.9rem;
	margin-top: 8px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
#footer {
	padding-left: 20px;
	padding-right: 20px;
}
.ftr_name {
	order: 1;
}
.ftr_name p{
	font-size: 0.8rem;
}
.ftr_contact {
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 60px;
}
.ftr_contact_p {
	font-size: 0.8rem;
}
}
/*
-----------------------------------------------
下層ページ共通
----------------------------------------------- */
.img_page_ttl {
	height: 90px;
}
.img_page_ttl img{
	height: 100%;
	width: auto;
	object-fit: contain;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
.img_page_ttl {
	height: 70px;
}
}
/*
-----------------------------------------------
page_about
----------------------------------------------- */
.about_text {
	display: flex;
}
.img_flower {
	width: clamp(12.5rem, 3.263rem + 17.7vw, 18.75rem);
}
.floormap_area {
	background-color: #E3E3E3;
	margin-top: 80px;
	position: relative;
	z-index: 2;
}
.floormap {
	cursor: url('../img/top/search.png'), auto;
}
.floormap {
	content: "";
	width: 100%;
	max-width: 1000px;
	max-height: 530px;
	height: 100%;
	aspect-ratio: 1000 / 530;
	position: relative;
	z-index: 2;
}
.img_floormap {
	width: 100%;
	height: 100%;
}
.fl_blue,
.fl_brown,
.fl_green,
.fl_yellow {
	position: absolute;
	cursor: pointer;
}
.fl_blue {
	aspect-ratio: 428/186;
	width: 29%;
	bottom:7%;
	right: 23%;
}
.fl_brown {
	aspect-ratio: 213/375;
	width: 15%;
	bottom:10%;
	left: 25%;
}
.fl_green {
	aspect-ratio: 254/120;
	width: 19%;
	top:3%;
	right: 17%;
}
.fl_yellow {
	aspect-ratio: 286 / 575;
	width: 23%;
	top:8%;
	left: 1%;
}
.fl_blue:before,
.fl_brown:before,
.fl_green:before,
.fl_yellow:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #CD622C;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation: 3s linear 1s infinite chikachika;
	color: #CD622C;
}
.fl_blue:after,
.fl_brown:after,
.fl_green:after,
.fl_yellow:after {
	position: absolute;
	content: "";
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0;
}
.fl_blue:after {
	aspect-ratio: 428/186;
	background-image: url("../img/about/fl_blue.png");
}
.fl_brown:after {
	aspect-ratio: 213/375;
	background-image: url("../img/about/fl_brown.png");
}
.fl_green:after {
	aspect-ratio: 254/120;
	background-image: url("../img/about/fl_green.png");
}
.fl_yellow:after {
	aspect-ratio: 286 / 575;
	background-image: url("../img/about/fl_yellow.png");
}
.fl_blue:hover:after,
.fl_brown:hover:after,
.fl_green:hover:after,
.fl_yellow:hover:after {
	opacity: 1;
	transition-duration: .3s;
}
@keyframes chikachika {
    0% {
        opacity: 0;
    }
	25% {
        opacity: 1;
    }
	50% {
        opacity: 1;
    }
	75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*----hoverのpop中身-----*/
.fl_item_hov {
	opacity: 1;
	visibility: hidden;
	position: relative;
	transition: .3s all;
	transition-delay: .2s;
	position: absolute;
	z-index: 99;
}
.fl_item_hov01 { /*羊雲*/
	left: 0;
	top: 30%;
	background-image: url("../img/about/fl_item_popup_back_blue.png");
	width: 400px;
	aspect-ratio: 1987/1261;
	background-size: contain;
	background-repeat: no-repeat;
}
.fl_item_hov02 {/*workshop*/
	left: 50%;
	top: 30%;
	background-image: url("../img/about/fl_item_popup_back_blown.png");
	width: 400px;
	aspect-ratio: 2191/968;
	background-size: contain;
	background-repeat: no-repeat;
}
.fl_item_hov03 {/*レンタサイクル*/
	left: 0;
	top: 30%;
	background-image: url("../img/about/fl_item_popup_back_green.png");
	width: 300px;
	aspect-ratio: 1933/1405;
	background-size: contain;
	background-repeat: no-repeat;
}
.fl_item_hov04 {/*design*/
	left: 50%;
	top: -10%;
	background-image: url("../img/about/fl_item_popup_back_yellow.png");
	width: 400px;
	aspect-ratio: 1988/1073;
	background-size: contain;
	background-repeat: no-repeat;
}

/*-------------pcのみここから-------------*/
@media screen and (min-width: 835px) {
	.fl_item:hover .fl_item_hov {
		opacity: 1;
		visibility: visible;
	}
}
/*-------------pcのみここまで-------------*/
.fl_item_hov h4 {
	margin-top: 40px;
	font-size: 1.2rem;
}
.fl_item_hov p {
	margin-top: 10px;
	font-size: 0.75rem;
	line-height: 1.9;
}
.fl_item_hov.fl_item_hov01 h4 {	margin: 30px 20% 10px 24%;}
.fl_item_hov.fl_item_hov01 p { margin: 0 20% 10px 32%;}
.fl_item_hov.fl_item_hov02 h4 {	margin: 20px 25% 10px 24%;}
.fl_item_hov.fl_item_hov02 p { margin: 0 25% 10px 24%;}
.fl_item_hov.fl_item_hov03 h4 {	margin: 10px 10% 0 20%;}
.fl_item_hov.fl_item_hov03 p { margin: 0 10% 10px 20%;}
.fl_item_hov.fl_item_hov04 h4 {	margin: 30px 10% 10px 40%;}
.fl_item_hov.fl_item_hov04 p { margin: 0 10% 10px 40%;}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity {
	margin-top: 80px;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  position: relative;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
  display: block;
}
.scroll-infinity__item:nth-child(1) img { 
	margin-top: 20%;
}
.scroll-infinity__item:nth-child(2) img { 
	width: 70%;
	margin-top: 100%;
	margin-left: 5%;
}
.scroll-infinity__item:nth-child(3) img { 
	width: 140%;
	max-width: 140%;
	margin-left: -40%;
}
.scroll-infinity__item:nth-child(4) img { 
	width: 60%;
	margin-top: 80%;
	margin-left: 10%;
}
.scroll-infinity__item:nth-child(5) img { 
	margin-top: 10%;
	width: 120%;
	max-width: 120%;
	margin-left: -20%;
}
.scroll-infinity__item:nth-child(6) img { 
	width: 80%;
	margin-top: 70%;
	margin-left: 10%;
}
.img_office {
	margin-top: 160px;
	z-index: 1;
	position: relative;
}
.access_wpr {
	margin-top: 80px;
}
.access_wpr iframe{
	width: 100%;
	height: 300px;
}
/*-------------スマホ-------------*/
@media screen and (max-width: 834px) {
	.scroll-infinity {
		margin-top: 60px;
	}
	.about_text {
		display: block;
		position: relative;
	}
	.img_flower {
		margin-left: auto;
		margin-right: auto;
		width: clamp(7.5rem, 2.892rem + 18.43vw, 12.5rem);
		position: absolute;
		right: -5px;
		top: -5%;
		z-index: -1;
	}
	.scroll-infinity__item {
	width: calc(100vw / 3);
	}
	.floormap_area {
		margin-top: 20px;
	}
.img_office {
	margin-top: 20px;
}
	.access_wpr {
		margin-top: 60px;
	}
.access_wpr iframe{
	width: 100%;
	height: 240px;
}
.floormap_intro_img {
	width: 70px;
	margin-right: 20px;
}
.floormap_intro_img_cafe img{
	width: 50px;
	margin-left: auto;
	margin-right: auto;
}
.floormap_intro_img_ws img{
	width: 60px;
	margin-left: auto;
	margin-right: auto;
}
.floormap_intro_text {
	width: calc(100% - 70px - 20px);
}
.floormap_intro h4 {
	font-size: 0.8rem;
	padding-bottom: 0;
}
.floormap_intro p {
	font-size: 0.7rem;	
}
.floormap_intro_line {
	width: 70%;
	max-width: 400px;
	margin: 6px auto;
}
}
/*
-----------------------------------------------
page_flow
----------------------------------------------- */
.flow_5imgs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flow_5imgs div{
	width: 100px;
}
.flow {
	background-color: #fff5f0;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.flow dl{
	width: 50%;
}
.flow dl dt{
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.flow dl dt span{
	font-weight: 800;
	margin-right: 1em;
}
.flow dl dd {
	font-size: 1.1rem;
}
.flow > div {
	width: 50%;
	display: flex;
	justify-content: center;
}
.flow > div.img_flow_talk_wpr {
	align-items: center;
	justify-content: space-between;
}
.img_flow_talk {
	width: 30%;
	max-width: 100px;
}
.img_flow_talk_wpr {
  position: relative;
  width: 300px;   /* 画像サイズに合わせて調整 */
  height: auto;
}
.img_flow_talk {
  /* opacity: 0; */
  /* animation: flowTalk 6s infinite; */
}
/* 表示タイミングをずらす */
.img_flow_talk:nth-child(1) {
  animation-delay: 0s;
}
.img_flow_talk:nth-child(2) {
  animation-delay: 2s;
}
.img_flow_talk:nth-child(3) {
  animation-delay: 4s;
}

@keyframes flowTalk {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.img_flow_team {
	margin-top: 16px;
	margin-bottom: 16px;
}
.img_flow_contact img,
.img_light img,
.img_flow_team img,
.img_hand img,
.img_pencil img{
	width: 200px;
}
.img_hand {
	transform: rotate(18deg);
}
.img_pencil img{
	width: 140px;
}
.img_flow_kakutei img{
	height: 100px;
	object-fit: contain;
}

/*-------------スマホ-------------*/
@media screen and (max-width: 834px) {
.flow {
	flex-direction: column;
	padding: 20px 6%;
	display: flex;
	align-items: left;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.flow_5imgs div{
	width: clamp(3.125rem, 1.958rem + 5.84vw, 5rem);
}
.flow dl {
	width: 100%;
	margin-bottom: 10px;
}
.flow dl dd {
	font-size: 0.9rem;
}
.flow dl dt{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.flow > div.img_flow_kakutei_wpr {
	width: 80%;
}
.flow > div.img_flow_talk_wpr {
	width: 90%;
}
.img_flow_contact {
	order: 1;
}
.img_hand img {
	transform: rotate(20deg);
	width: 160px;
	margin-top: -20px;
}
.img_pencil img{
	width: 100px;
}
}
/*
-----------------------------------------------
page_works
----------------------------------------------- */
.page_works {
	position: relative;
	display: flex;
	margin-top: 200px;
}
.ul_works_cate {
	position: sticky;
	top: 160px;
	width: fit-content;
	margin-right: 160px;
	height: fit-content;
	white-space: nowrap;
}
.ul_works_cate li:not(:last-child) {
	margin-bottom: 10px;
}
.ul_works_cate li a {
	display: block;
	width: 100%;
}
.ul_works_cate li a{
	position: relative;
}
.ul_works_cate li a:hover span::after,
.current a::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #CD622C;
	border-radius: 50%;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.cont03 {
	margin-right: 140px;
	margin-left: calc((100% - 1320px) / 2 + 160px);
}
.cont04{
	max-width: 900px;
	margin-left: auto;
	margin-right: 0;
}
.pagination {
    text-align: center;
    margin-top: 80px;
}

.pagination ul {
    display: inline-flex;
    gap: 20px;
	align-items: center;
}

.pagination a {
    display: block;
    transition: .1s;
    text-align: center;
	padding: 0 16px;
	line-height: 2;
}
.pagination a.prev,
.pagination a.next {
	background-color: transparent;
}
.pagination a:hover {
    background-color: #CD622C;
    color: #fff;
}

.pagination .current {
    font-weight: bold;
	padding: 0 16px;
    background-color: #CD622C;
    color: #fff;
}
.works_right {
	max-width: 100%;
overflow-x: hidden;
}
.works_text_wpr h3 {
	margin-bottom: 20px;
	padding-top: 0;
	line-height: 1.5;
}
.works_content_wpr a {
	display: inline;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 4px;
}
.works_content_wpr {
	margin-top: 60px;
}
.works_content_wpr p{
	margin-bottom: 1.2em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/*-------------1600px以下-------------*/
@media screen and (max-width: 1600px) {
	.ul_works_cate {
		margin-right: 40px;
	}
	.works_content_wpr {
		margin-top: 40px;
	}
.works_content_wpr p{
	width: 94%;
}
	.cont03 {
		width: calc(100% - 300px);
		margin-right: 140px;
		margin-left: 160px;
	}
	.cont04 {
		width: calc(100% - 300px);
		margin-right: 140px;
		margin-left: 160px;
	}
}
/*-------------スマホ-------------*/
@media screen and (max-width: 834px) {
.ul_works_cate {
	position: relative;
	top: 0;
	margin-right: 0;
	margin-bottom: 60px;
}
.ul_works_cate li:not(:last-child) {
	margin-bottom: 8px;
}

.works_text_wpr h3 {
	margin-bottom: 10px;
	font-size: 1.1rem;
}
	.cont03 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-left: 0;
	}
	.cont04 {
		width: calc(100% - 40px);
		margin-right: 20px;
		margin-left: 20px;
	}
}
/*-----------------------------------------------
page_service
----------------------------------------------- */
.img_tree {
	width: clamp(12.5rem, 3.263rem + 17.7vw, 18.75rem);
}
.service {
	display: flex;
	align-items: end;
	margin-bottom: 60px;
}
.service dl  {
width: 500px;
}
.service:nth-child(odd) dl{
	order: 1;
	margin-left: 30px;
}
.service:nth-child(even) dl{
	margin-right: 30px;
}
.service dl dt {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 40px;
}
.service dl dd {
	font-size: 1.1rem;
}
.img_service {
	width: 300px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
/*-------------スマホ-------------*/
@media screen and (max-width: 834px) {
	.page_works {
		display: block;
		margin-top: 60px;
	}
	.service_text {
		position: relative;
	}
	.img_tree {
		margin-left: auto;
		margin-right: auto;
		width: clamp(7.5rem, 2.892rem + 18.43vw, 12.5rem);
		position: absolute;
		right: -9px;
		top: -12%;
		z-index: -1;
	}
	.services {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.service {
		flex-direction: column;
	}
	.service dl  {
	width: 100%;
	}
	.service:nth-child(odd) dl{
		margin-left: 0;
	}
	.service:nth-child(even) dl{
		order: 1;
		margin-right: 0;
	}
	.service dl dt {
		font-size: 1.2rem;
		margin-bottom: 10px;
		margin-top: 6px;
	}
	.service dl dd {
		font-size: 0.9rem;
		max-width: 500px;
	}
.img_service {
	width: 140px;
	margin-top: 0;
	margin-left: 0;
}
	.service:nth-child(even) .img_service{
		margin-left: auto;
		margin-right: 0;
	}
	.service:nth-child(even) dt{
		text-align: right;
	}
}
/*-----------------------------------------------
page_price
----------------------------------------------- */
.page_price {
	display: flex;
}
.price_box_wpr {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.price_box h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
	width: fit-content;
}
.price_box_inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.price_box dl {
	display: flex;
	margin-top: 16px;
	width: fit-content;
}
.price_box dl dt {
	width: 20em;
}
.price_box_inner span {
	font-size: 0.8rem;
}
.price_box_inner_img {
	display: flex;
	justify-content: center;
}
.price_box_inner_img img {
	width: 200px
}
.price_box_inner_img_hand img {
	width: 140px;
	transform: rotate(20deg);
}
.price_box_inner_img_pencil img {
	width: 100px;
}

/*------------1120px以下 ------------*/
@media screen and (max-width: 1120px) {
.price_box_inner {
	display: block;
	width: fit-content;
}
}
/*-------------スマホ-------------*/
@media screen and (max-width: 834px) {
	.page_price {
		display: block;
		width: 100%;
	}
.price_box dl dt {
	width: 18em;
}
.price_box_inner_img {
	margin-top: 40px;
}
	.price_box_inner_img img {
		width: 180px
	}
	.price_box_inner_img_hand img {
		width: 100px;
	}
	.price_box_inner_img_pencil img {
		width: 70px;
	}
}
/*-----------------------------------------------
page_contact
----------------------------------------------- */
.Form {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.Form-Item {
	display: block;
	/* flex-wrap: nowrap; */
	margin-bottom: 30px;
}
/* .Form-Item p:nth-child(2) {
	width: 74%;
}
.Form-Item-Label {
	width: 26%;
} */
.Form-Item-Label-Required ,.Form-Item-Label-any {
	background-color: #CD622C;
	color: #fff;
	padding: 1px 8px 2px;
	margin-right: 10px;
	border-radius: 100px; 
	font-size: 0.7rem;
}
.Form-Item-Label-any {
	background-color: #fff;
	color: #CD622C;	
	border: 1px solid #CD622C;	
	margin-right: 9px;	
}
p:has(.Form-Item-Input), p:has(.Form-Item-Textarea), p:has(.Form-Item-Input-ad) {
	width: 100%;
}
.Form-Item-Input, .Form-Item-Textarea, .Form-Item-Input-ad {
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	padding-left: 10px;
	border-radius: 3px;
	height: 50px;
}
.Form-Item-Textarea {
	height: 200px;
}
.Form-Btn-wapper {
	width: 64%;
	margin: 0 auto;
}
.Form-Btn {
	width: 100%;
	height: 60px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
}
/*-------------スマホ-------------*/
@media screen and (max-width: 834px) { 
.Form {
	width: 100%;
}
.Form-Btn-wapper {
	width: 100%;
}
}


/*-----------------------------------------------
animation
----------------------------------------------- */
.fadein.animation.anima {
  animation-name: fadeInpAnime;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity:0;
}
@keyframes fadeInpAnime{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
.fadeup {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  will-change: transform, opacity;
}

.fadeup.animation.anima {
  animation: fadeUpAnime .8s ease-out forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*css end*/



