@charset "utf-8";

/* ---------------------------------------- 
 - html
---------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

@media screen and (max-width: 320px) {
	html{
		font-size: 52.5%;
	}
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* ---------------------------------------- 
 - img
---------------------------------------- */
img {
	width: 100%;
}
/* ホバー */
a,
a::after {
	transition: all 0.3s ease-in-out;
}
.sp_only {
	display: none;	
}
.pc_only {
	display: block;	
}
span.pc_only {
	display: inline-block;	
}
.tb_only {
	display: none;
}
.tb_none {
	display: block;
}

@media screen and (max-width : 1024px) {
	.tb_only {
		display: block;
	}
	.tb_none {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.sp_only {
		display: block;	
	}
	.pc_only,
	span.pc_only {
		display: none;	
	}
}

/* ---------------------------------------- 
 - body #282828
---------------------------------------- */
body{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	font-size:2.2em;
	font-weight: 700;
	text-align: justify;
	color: var(--color_black);
	background-color: var(--color_beige);
	line-height:2.0;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
	text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
}
/*
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: <weight>;
  Thin 100
  Medium 500
  Black 900
  ExtraLight 200
  SemiBold 600
  Light 300
  Bold 700
  Regular 400
  ExtraBold 800
  black 900
}
*/
:root {
	--color_green: #85c546;
	--color_orange: #ff801e;
	--color_yellow: #ffff00;
	--color_beige: #eeeee4;
	--color_black: #333333;
	--color_gray: #ebebeb;
	--font_Light: 300;
	--font_Regular: 400;
	--font_bold: 700;
	--font_black: 900;
	--inner_width: 1920px;
	--inner_single_width: 1280px;
	--inner_padding: 0 3%;
	--font_12: 55%;
	--font_16: 72%;
	--font_18: 82%;
	--font_20: 90%;
	--font_22: 100%;
	--font_24: 109%;
	--font_28: 125%;
	--font_32: 145%;
	--font_36: 163%;
	--font_42: 190%;
	--font_48: 218%;
	--font_60: 270%;
}
@media screen and (max-width : 1024px) {
	body {
		font-size: 1.8rem;
	}
}

@media screen and (max-width : 768px) {
	body {
		font-size: 1.6rem;
	}
	:root {
		--inner_padding: 0 6%;
		--font_36: 137%;
		--font_48: 175%;
		--font_60: 187%;
	}
}



/* ---------------------------------------- 
 - common
---------------------------------------- */
.sec {
	padding: var(--inner_padding);
	overflow: hidden;
}
.sec .inner {
	width: 100%;
	max-width: var(--inner_width);
	margin: 0 auto;
}

.btn_maru a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3em;
	max-width: 98%;
	border-radius: 1.4em;
	background-color: var(--color_black);
	color: #FFFFFF;
	font-size: var(--font_20);
	line-height: 1;
	text-align: center;
	padding: 0 1.5em;
	gap: 0;
	opacity: 1;
}
.btn_maru a:hover {
	gap: 0.5em;
	padding-right: 1em;
	opacity: 0.8;
}
.btn_maru a span {
	padding: 0 1em;
	display: block;
}
.btn_maru a::after {
	content: "";
	display: block;
	width: 1.5em;
	height: 100%;
	background-image: url(../img/icon_circle_arrow_w_s.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.btn_kaku a {
	background-color: var(--color_orange);
	color: #FFFFFF;
	font-size: var(--font_20);
	height: 5em;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	padding: 0 2em;
	opacity: 1;
}
.btn_kaku a:hover {
	gap: 1.5em;
	padding: 0 1.5em;
	opacity: 0.8;
}
.btn_kaku a::after {
	display: block;
	content: "";
	background-image: url(../img/icon_outlink_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 0.7em;
	height: 100%;
}

sup {
	font-weight: 400 !important;
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	.btn_kaku a {
		height: 4em;
		padding: 0 1em;
		border-radius: 8px;
	}
}


/* ---------------------------------------- #single_head ---------------------------------------- */
.single #main {
	background-color: #FFFFFF;
}
.single #main .inner {
	max-width: var(--inner_single_width);
}
#single_head {
	position: relative;
	padding: var(--inner_padding);
	overflow: hidden;
	padding-top: 120px;
}
#single_head::after {
	display: block;
	content: "";
	width: 100%;
	height: 95px;
	background-image: url(../img/single_head_bg.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: -1;
}
#single_head .catch_box {
	padding-top: 120px;
	padding-bottom: 240px;
	position: relative;
	text-align: center;
}
#single_head .catch_box .catch {
	font-size: var(--font_42);
	font-weight: var(--font_black);
	border-bottom: 7px dotted var(--color_green);
	padding-bottom: 15px;
	line-height: 1;
	display: inline-block;
}
#single_head .catch_box .tomomi {
	position: absolute;
	width: 126px;
	bottom: 30px;
	left: 20%;
}
.breadcrumbs {
	display: flex;
	font-weight: var(--font_Regular);
	font-size: var(--font_12);
	gap: 0.5em;
}
.breadcrumbs a::after {
	content: "＞";
	margin-left: 0.5em;
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#single_head {
		padding-top: 20px;
	}
	#single_head .catch_box {
		padding-top: 140px;
		padding-bottom: 280px;
	}
	#single_head .catch_box .catch {
		border-bottom: 5px dotted var(--color_green);
	}
	#single_head .catch_box .tomomi {
		width: 93px;
		bottom: 7px;
		left: 11%;
	}
	#single_head::after {
		height: 30px;
	}
}


/* ---------------------------------------- 
 - work
---------------------------------------- */
/* ---------------------------------------- #work_catch ---------------------------------------- */
#work_catch {
	padding-top: 230px;
	padding-bottom: 330px;
}
#work_catch .inner {
	text-align: center;
}
#work_catch .main_catch {
	color: var(--color_green);
	font-size: var(--font_48);
	font-weight: var(--font_black);
	line-height: 1.6;
}
#work_catch .txt {
	margin-top: 100px;
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#work_catch {
		padding-bottom: 170px;
	}
	#work_catch .txt {
		margin-top: 40px;
		text-align: left;
	}
}


/* ---------------------------------------- #work_business ---------------------------------------- */
#work_business {
	padding-bottom: 230px;
}
#work_business .inner {
	
}
#work_business .h2_ttl {
	font-size: var(--font_28);
	font-weight: var(--font_black);
	line-height: 1;
	text-align: center;
	letter-spacing: 0.08em;
}
#work_business .h2_ttl span {
	font-weight: var(--font_Light)
}
#work_business .business_list {
	margin-top: 120px;
	display: flex;
	flex-direction: column;
	gap: 200px;
}
#work_business .business_item .h3_ttl {
	font-size: var(--font_36);
	font-weight: var(--font_black);
	line-height: 1;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	text-align: center;
	border-top: 3px solid var(--color_black);
	border-bottom: 3px solid var(--color_black);
}
#work_business .business_item .txt_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8%;
	padding-top: 80px;
	padding-bottom: 100px;
}
#work_business .business_item .txt_area .txt_box {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
#work_business .business_item .txt_area .txt_box .ttl {
	font-size: var(--font_28);
	line-height: 1.6;
	margin-bottom: -40px;
	font-weight: var(--font_black);
}
#work_business .business_item .list_box {
	width: 550px;
	border: 1px solid var(--color_black);
	border-radius: 15px;
	padding: 54px 64px;
}

#work_business .business_item .price_area {
}
#work_business .business_item .price_area .img_list {
	display: flex;
	padding: 0 9%;
	gap: 4%;
}
#work_business .business_item .price_area .txt_box {
	background-color: var(--color_gray);
	text-align: center;
	padding: 160px 100px 30px;
	margin-top: -90px;
}
#work_business .business_item .price_area .h4_ttl {
	font-size: var(--font_24);
}
#work_business .business_item .price_area .price_list {
	display: flex;
	justify-content: space-between;
	margin: 45px auto 20px;
}
#work_business .business_item .price_area .price_item {
	background-color: #FFFFFF;
	border-radius: 15px;
	width: 31%;
	padding: 4% 4%;
}
#work_business .business_item .price_area .price_name {
	line-height: 1;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--color_gray);
	margin-bottom: 1em;
}
#work_business .business_item .price_area .price {
	font-weight: var(--font_28);
	line-height: 1;
}
#work_business .business_item .price_area .notice {
	font-size: var(--font_16);
}

#work_business .bus_guide .h3_ttl {
	color: var(--color_orange);
	border-color: var(--color_orange);
}
#work_business .bus_guide .list_box ul {
	list-style: none;
	counter-reset: number;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#work_business .bus_guide .list_box li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
#work_business .bus_guide .list_box li span {
	line-height: 1;
	display: inline-block;
	text-decoration: underline dotted var(--color_orange);
	text-decoration-thickness: 4px;
	text-underline-offset: 10px;
	-webkit-text-decoration: underline dotted var(--color_orange);
	-webkit-text-decoration-thickness: 4px;
	-webkit-text-underline-offset: 10px;
}
#work_business .bus_guide .list_box li::before {
	counter-increment: number;
	content: counter(number);
	top: 5px;
	left: 0;
	width: 1.6em;
	height: 1.6em;
	background-color: var(--color_orange);
	color: #FFFFFF;
	border-radius: 50%;
	font-size: var(--font_18);
	text-align: center;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#work_business .bus_guide .price_area .price {
	color: var(--color_orange);
}

#work_business .seminar .h3_ttl {
	color: var(--color_green);
	border-color: var(--color_green);
}
#work_business .seminar .list_box {
	padding: 29px 34px;
}
#work_business .seminar .price_area .price_name {
	line-height: 1.55;
}
#work_business .seminar .price_area .price {
	color: var(--color_green);
}

#work_business .media {
	position: relative;
}
#work_business .media .h3_ttl {
	border-width: 1px 0;
}
#work_business .media .txt_area {
	text-align: center;
	display: block;
}
#work_business .media .img_list {
	display: flex;
	justify-content: space-between;
}
#work_business .media .img_list li {
	width: 32%;
}
#work_business .media .price_circle {
	position: absolute;
	width: 225px;
	height: 225px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	top: -65px;
	right: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	font-size: var(--font_20);
}


@media screen and (max-width : 1024px) {
	#work_business .business_item .txt_area {
		flex-direction: column;
		gap: 60px;
	}
	#work_business .business_item .list_box {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}
	#work_business .business_item .price_area .txt_box {
		padding: 160px 60px 30px;
	}
	#work_business .media .price_circle {
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width : 768px) {
	#work_business {
		padding-bottom: 150px;
	}
	#work_business .business_list {
		margin-top: 50px;
		gap: 100px;
	}
	#work_business .business_item .h3_ttl {
		padding-top: 0.9em;
		padding-bottom: 0.9em;
	}
	#work_business .business_item.seminar .h3_ttl {
		padding-top: 1.3em;
		padding-bottom: 1.3em;
	}
	#work_business .business_item .txt_area {
		flex-direction: column;
		padding-top: 35px;
		padding-bottom: 80px;
	}
	#work_business .business_item .txt_area .txt_box {
		gap: 40px;
	}
	#work_business .business_item .txt_area .txt_box .ttl {
		margin-bottom: -20px;
	}
	#work_business .business_item .list_box {
		width: 100%;
		padding: 7% 9%;
	}
	#work_business .business_item .price_area .img_list {
		flex-direction: column;
		padding: 0;
		gap: 20px;
	}
	#work_business .business_item .price_area .txt_box {
		margin-left: -7%;
		margin-right: -7%;
		padding: 130px 17% 30px;
	}
	#work_business .business_item .price_area .price_list {
		flex-direction: column;
		gap: 20px;
	}
	#work_business .business_item .price_area .price_item {
		width: 100%;
		padding: 13% 15%;
	}
	#work_business .bus_guide .h3_ttl {
		line-height: 1.4;
	}
	#work_business .bus_guide .list_box li span {
		line-height: 2;
		text-underline-offset: 7px;
	}
	#work_business .bus_guide .list_box li::before {
		margin-top: 8px;
	}
	#work_business .media .txt_area {
		padding-bottom: 70px;
	}
	#work_business .media .txt_area .txt {
		text-align: left;
	}
	#work_business .media .img_list {
		display: block;
		margin-left: -7%;
		margin-right: -7%;
	}
	#work_business .media .price_circle {
		top: 235px;
		right: -4%;
		width: 140px;
		height: 140px;
	}
	
}


/* ---------------------------------------- #work_jomon ---------------------------------------- */
#work_jomon {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: var(--color_orange);
	color: #FFFFFF;
}
.position_cover {
	position: relative;
	padding-top: 100px;
	overflow: hidden;
	margin-top: -100px;
}
#work_jomon .inner {
	
}
#work_jomon .h2_ttl {
	font-size: var(--font_36);
	font-weight: var(--font_black);
	border-bottom: 3px solid #FFFFFF;
	line-height: 1.4;
	padding-bottom: 25px;
	text-align: center;
}
#work_jomon .main_area {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
}
#work_jomon .main_area .cont_area {
	width: 48%;
}
#work_jomon .main_area .cont_area .img {
	margin-top: 80px;
}
#work_jomon .main_area .info_area {
	width: 44%;
	background-color: #FFFFFF;
	color: var(--color_black);
	border-radius: 20px;
	padding: 7.5% 2%;
	text-align: center;
}
#work_jomon .main_area .info_area > * {
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
}
#work_jomon .main_area .info_area .ttl {
	font-size: var(--font_28);
}
#work_jomon .main_area .info_area .txt {
	margin-top: 35px;
}
#work_jomon .main_area .info_area .btn_list {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
#work_jomon .icon_jomon_01 {
	position: absolute;
	max-width: 420px;
	top: 10px;
	left: 0;
	transform: rotate(25deg);
	width: 26%;
}
#work_jomon .icon_jomon_02 {
	position: absolute;
	width: 379px;
	top: 230px;
	right: 0;
	transform: rotate(5deg);
	width: 23%;
}
#work_jomon .icon_jomon_03 {
	position: absolute;
	max-width: 265px;
	bottom: 80px;
	left: 43%;
	width: 16%;
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#work_jomon {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	#work_jomon .main_area {
		flex-direction: column;
		padding-top: 40px;
	}
	#work_jomon .main_area .cont_area {
		width: 100%;
	}
	#work_jomon .main_area .cont_area .img {
		margin-top: 50px;
	}
	#work_jomon .main_area .info_area {
		width: 100%;
		border-radius: 10px;
		margin-top: 60px;
		text-align: left;
		padding: 10%;
	}
	#work_jomon .main_area .info_area .ttl {
		line-height: 1.6;
	}
	#work_jomon .main_area .info_area .txt {
		margin-top: 25px;
	}
	#work_jomon .main_area .info_area .btn_list {
		margin-top: 30px;
		gap: 20px;
	}
	#work_jomon .icon_jomon_01 {
		width: 190px;
		left: -40px;
		top: 40px;
	}
	#work_jomon .icon_jomon_02 {
		width: 200px;
		top: 850px;
		right: -60px;
	}
	#work_jomon .icon_jomon_03 {
		width: 140px;
		bottom: 20px;
		left: 40px;
	}
	
}

/* ---------------------------------------- 
 - profile
---------------------------------------- */
/* ---------------------------------------- #profile_info ---------------------------------------- */
#profile_info {
	padding-top: 230px;
	padding-bottom: 230px;
}
#profile_info .inner {
	
}
#profile_info .main_area {
	display: flex;
	justify-content: space-between;
}
#profile_info .main_area .img_box {
	width: 32%;
}
#profile_info .main_area .img_box img {
	border-radius: 20px;
}
#profile_info .main_area .txt_box {
	width: 60%;
}
#profile_info .main_area .txt_box .h2_ttl {
	font-size: var(--font_28);
	font-weight: var(--font_black);
	line-height: 1;
	letter-spacing: 0.08em;
}
#profile_info .main_area .txt_box .h2_ttl span {
	font-weight: var(--font_Light)
}
#profile_info .main_area .txt_box .name {
	font-size: var(--font_48);
	font-weight: var(--font_black);
	margin-top: 90px;
}
#profile_info .main_area .txt_box > .txt {
	margin-top: 60px;
}
#profile_info .main_area .txt_box .tastes {
	margin-top: 70px;
	display: flex;
	align-items: center;
	gap: 30px;
}
#profile_info .main_area .txt_box .tastes .ttl {
	border: 1px solid var(--color_black);
	border-radius: 50%;
	width: 103px;
	height: 103px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#profile_info .skill_area {
	border: 1px solid var(--color_black);
	border-radius: 20px;
	padding: 3%;
	position: relative;
	margin-top: 130px;
}
#profile_info .skill_area .ttl {
	display: flex;
	top: -1em;
	left: 0;
	right: 0;
	position: absolute;
}
#profile_info .skill_area .ttl span {
	background-color: #FFFFFF;
	display: inline-block;
	padding: 0 2em;
	margin: 0 auto;
}
#profile_info .skill_area .skill_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2%;
	list-style: disc;
	margin-left: 1em;
	padding-left: 1em;
}
#profile_info .skill_area .skill_list li {
	width: 48%;
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#profile_info {
		padding-bottom: 160px;
	}
	#profile_info .main_area {
		flex-direction: column;
		gap: 70px;
	}
	#profile_info .main_area .img_box {
		width: 100%;
	}
	#profile_info .main_area .txt_box {
		width: 100%;
	}
	#profile_info .main_area .txt_box .name {
		margin-top: 55px;
	}
	#profile_info .main_area .txt_box > .txt {
		margin-top: 40px;
	}
	#profile_info .main_area .txt_box .tastes {
		margin-top: 35px;
	}
	#profile_info .main_area .txt_box .tastes .ttl {
		width: 75px;
		height: 75px;
	}
	#profile_info .skill_area {
		margin-top: 60px;
		border-radius: 10px;
		padding: 5%;
	}
	#profile_info .skill_area .ttl {
		position: static;
	}
	#profile_info .skill_area .ttl span {
		text-align: center;
		font-size: var(--font_28);
		line-height: 1.5;
		padding: 0;
	}
	#profile_info .skill_area .skill_list {
		margin-top: 30px;
		gap: 5px;
	}
	#profile_info .skill_area .skill_list li {
		width: 100%;
		line-height: 1.5;
	}
}





/* ---------------------------------------- #profile_concepts ---------------------------------------- */
#profile_concepts {
	background-color: var(--color_beige);
	padding-top: 230px;
	padding-bottom: 230px;
}
#profile_concepts .inner {
	
}
#profile_concepts .main_area {
	display: flex;
	justify-content: space-between;
}
#profile_concepts .main_area .txt_area {
	width: 40%;
}
#profile_concepts .main_area .txt_area .h2_ttl {
	font-size: var(--font_28);
	font-weight: var(--font_black);
	line-height: 1;
	letter-spacing: 0.08em;
}
#profile_concepts .main_area .txt_area .h2_ttl span {
	font-weight: var(--font_Light)
}
#profile_concepts .main_area .txt_area .catch {
	display: inline-block;
	text-decoration: underline dotted var(--color_orange);
	text-decoration-thickness: 7px;
	text-underline-offset: 20px;
	-webkit-text-decoration: underline dotted var(--color_orange);
	-webkit-text-decoration-thickness: 7px;
	-webkit-text-underline-offset: 20px;
	font-size: var(--font_48);
	font-weight: var(--font_black);
	margin-top: 70px;
}
#profile_concepts .main_area .txt_area .txt {
	margin-top: 80px;
}
#profile_concepts .main_area .img_area {
	width: 70%;
	max-width: 900px;
	margin-right: -20%;
}
#profile_concepts .main_area .img_area img {
}
#profile_concepts .profile_story {
	max-width: 1000px;
	margin: 120px auto 0;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 15px;
	padding: 65px 5%;
}
#profile_concepts .profile_story .ttl {
	font-size: var(--font_32);
}
#profile_concepts .profile_story .txt {
	margin-top: 25px;
}
#profile_concepts .profile_story .btn_maru {
	margin-top: 50px;
}
#profile_concepts .profile_story .btn_maru a {
	background-color: var(--color_orange);
	padding: 0 3em;
}


@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#profile_concepts {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	#profile_concepts .main_area {
		flex-direction: column;
		gap: 70px;
	}
	#profile_concepts .main_area .img_area {
		width: 100%;
	}
	#profile_concepts .main_area .txt_area {
		width: 100%;
	}
	#profile_concepts .main_area .txt_area .catch {
		margin-top: 50px;
		text-decoration-thickness: 3.5px;
		text-underline-offset: 14px;
		-webkit-text-decoration-thickness: 3.5px;
		-webkit-text-underline-offset: 14px;
	}
	#profile_concepts .main_area .txt_area .txt {
		margin-top: 40px;
	}
	#profile_concepts .profile_story {
		margin: 80px auto 0;
		border-radius: 10px;
		padding: 25px 30px;
		text-align: left;
	}
	#profile_concepts .profile_story .btn_maru {
		margin-top: 30px;
		text-align: center;
	}
}



/* ---------------------------------------- #sns_sec ---------------------------------------- */
#sns_sec {
	padding-top: 190px;
	padding-bottom: 230px;
}
#sns_sec .inner {
	
}
#sns_sec .h2_ttl {
	font-size: var(--font_28);
	display: flex;
	gap: 1em;
	justify-content: center;
	align-items: center;
}
#sns_sec .h2_ttl::before {
	content: "｜";
	display: block;
	font-size: 120%;
	transform: rotate(-30deg);
	font-weight: var(--font_Light);
}
#sns_sec .h2_ttl::after {
	content: "|";
	display: block;
	font-size: 120%;
	transform: rotate(30deg);
	font-weight: var(--font_Light);
}
#sns_sec .sns_list {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 50px auto 0;
	width: 100%;
}
#sns_sec .sns_item {
	width: 30%;
}
#sns_sec .sns_item.btn_kaku a {
	background-color: var(--color_green);
	justify-content: flex-start;
}
#sns_sec .sns_item.btn_kaku a::after {
	content: none;
}
#sns_sec .sns_item.btn_kaku a span {
	display: block;
	width: 100%;
	text-align: center;
}
#sns_sec .sns_item.btn_kaku a::before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#sns_sec .sns_item.btn_kaku.icon_fb a::before {
	background-image: url(../img/icon_fb_w.svg);
}
#sns_sec .sns_item.btn_kaku.icon_x a::before {
	background-image: url(../img/icon_X_w.svg);
}
#sns_sec .sns_item.btn_kaku.icon_ig a::before {
	background-image: url(../img/icon_ig_w.svg);
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#sns_sec {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	#sns_sec .sns_list {
		flex-direction: column;
		gap: 25px;
		margin-top: 45px;
	}
	#sns_sec .sns_item {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}
	#sns_sec .sns_item.btn_kaku a {
		height: 6em;
		padding: 1em 3em;
	}
}





/* ---------------------------------------- #profile_works ---------------------------------------- */
#profile_works {
	
}
#main #profile_works .inner {
	max-width: 1480px;
}
#profile_works .img_list {
	display: flex;
}
#profile_works .main_area {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 130px;
	padding-right: 140px;
	display: flex;
	justify-content: space-between;
}
#profile_works .main_area .h2_ttl {
	font-size: var(--font_28);
	font-weight: var(--font_black);
	line-height: 1;
	letter-spacing: 0.08em;
}
#profile_works .main_area .h2_ttl span {
	font-weight: var(--font_Light)
}
#profile_works .main_area .works_list {
	width: 730px;
	max-width: 75%;
	display: flex;
	flex-direction: column;
	gap: 90px;
}
#profile_works .main_area .works_list .ttl_box {
	cursor: pointer;
	font-size:  var(--font_28);
	color: var(--color_green);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--color_black);
	padding-bottom: 20px;
}
#profile_works .main_area .works_list .ttl_box::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../img/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	border: 1px solid var(--color_black);
	border-radius: 50%;
	transition: all 0.4s ease;
	transform: rotate(90deg);
}
#profile_works .main_area .works_list .ttl_box.active::after {
	background-image: url(../img/icon_minus.svg);
	transform: rotate(0deg);
}
#profile_works .main_area .works_list .txt_box {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	padding-top: 0;
}
#profile_works .main_area .works_list .ttl_box.active + .txt_box {
	padding-top: 45px;
}
#profile_works .main_area .works_list .works_sub_list {
	margin-bottom: 40px;
	font-weight: var(--font_Regular);
	list-style: disc;
	margin-left: 0.5em;
	padding-left: 1em;
}
#profile_works .main_area .works_list .txt_box > *:last-child {
	margin-bottom: 0;
}
#profile_works .btn_maru {
	max-width: 1280px;
	margin: 140px auto 0;
	padding-bottom: 230px;
	text-align: center;
	border-bottom: 1px solid var(--color_black);
}
#profile_works .btn_maru a {
	background-color: var(--color_green);
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#profile_works .img_list {
		display: block;
		margin-left: -7%;
		margin-right: -7%;
	}
	#profile_works .main_area {
		flex-direction: column;
		gap: 30px;
		padding-top: 70px;
		padding-right: 0;
	}
	#profile_works .main_area .works_list {
		max-width: 100%;
		gap: 40px;
	}
	#profile_works .main_area .works_list .ttl_box::after {
		width: 30px;
		height: 30px;
		background-size: 12px;
	}
	#profile_works .btn_maru {
		margin-top: 100px;
		padding-bottom: 100px;
	}
}



/* ---------------------------------------- 
 - home
---------------------------------------- */
/* ---------------------------------------- #home_comment ---------------------------------------- */
#home_comment {
	padding-top: 180px;
	padding-bottom: 130px;
}
#home_comment .inner {
	max-width: 1080px;
	height: 1150px;
	position: relative;
}
#home_comment .main_catch {
	font-size: var(--font_60);
	line-height: 1.88;
	display: inline;
	font-weight: var(--font_black);
	border-bottom: 7px dotted var(--color_green);
	padding-bottom: 5px;
}
#home_comment .txt {
	margin-top: 80px;
}
#home_comment .img_list p {
	position: absolute;
}
#home_comment .img_list p img {
	border-radius: 50%;
}
#home_comment .img_list .comment_img01 {
	top: -18px;
	left: 670px;
	width: 600px;
	height: auto;
}
#home_comment .img_list .comment_img02 {
	top: 615px;
	left: -108px;
	width: 320px;
	height: auto;
}
#home_comment .img_list .comment_img03 {
	top: 730px;
	left: 535px;
	width: 420px;
	height: auto;
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#home_comment {
		padding-top: 90px;
		padding-bottom: 70px;
	}
	#home_comment .inner {
		height: 840px;
	}
	#home_comment .txt {
		margin-top: 50px;
	}
	#home_comment .img_list .comment_img01 {
		top: 362px;
		left: 160px;
		width: 75%;
	}
	#home_comment .img_list .comment_img02 {
		display: none;
	}
	#home_comment .img_list .comment_img03 {
		top: 610px;
		left: 20px;
		width: 60%;
	}
}

/* ---------------------------------------- #home_business ---------------------------------------- */
#home_business {
	padding-top: 80px;
	padding-left: 0;
	padding-right: 0;
}
#home_business .inner {
	background-color: #FFFFFF;
	border-radius: 120px 120px 0 0;
	padding: 160px 3%;
	position: relative;
}
#home_business .inner::after {
	position: absolute;
	display: block;
	content: "";
	width: 218px;
	height: 77px;
	background-image: url(../img/icon_bus.svg);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	top: -77px;
	left: 25%;
}
#home_business .ttl_area {
	text-align: center;
}
#home_business .ttl_area .h2_ttl {
	font-size: var(--font_36);
	font-weight: var(--font_black);
	display: inline-block;
	border-bottom: 4px dotted var(--color_black);
	padding-bottom: 30px;
	line-height: 1;
}
#home_business .ttl_area .txt {
	margin-top: 35px;
}
#home_business .business_item {
	width: 100%;
	min-height: 1200px;
	max-width: 1480px;
	margin: 0 auto;
	border: 5px solid var(--color_black);
	border-radius: 20px;
	margin-top: 110px;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 50% auto;
	display: flex;
	position: relative;
}
#home_business .business_item::before {
	position: absolute;
	display: block;
	content: "";
	background-image: url(../img/icon_circle_yellow.svg);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	top: -40px;
	left: -40px;
	width: 130px;
	height: 130px;
	z-index: 2;
	mix-blend-mode: multiply;
}
#home_business .business_item .txt_area {
	width: 51%;
	padding: 6% 4% 6% 6%;
	background-color: #FFFFFF;
	border-radius: 15px 0 0 15px;
	position: relative;
}
#home_business .business_item .txt_area::after {
	display: block;
	content: "";
	height: 100%;
	width: 10%;
	background-image: url(../img/home_business_bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	top: 0;
	right: -10%;
}
#home_business .business_item .h3_ttl {
	font-size: var(--font_48);
	line-height: 1.5;
}
#home_business .business_item .txt {
	margin-top: 60px;
}
#home_business .business_item .btn_maru {
	margin-top: 70px;
}
#home_business .business_item .voice h4 {
	--background-color: #FFFFFF;
	--border-width: 1px;
	--border-color: var(--color_black);
	--pick-size: 16px; /* 飛び出しのサイズ */
	--pick-radius: 7px; /* 飛び出しの丸め */
	--pick-thin: 0.5; /* 飛び出しの幅 */
	--pick-left: calc(50% - (var(--pick-size) / 2)); /* 飛び出しの位置 */
	margin-top: 90px;
	background-color: var(--background-color);
	display: inline-block;
	border-radius: 0 0 10px 10px;
	border: var(--border-width) solid var(--border-color);
	position: relative;
	text-align: center;
	width: 100%;
	height: 2.3em;
	line-height: 2.3em;
	margin-bottom: 30px;
}
#home_business .business_item .voice h4::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: transparent var(--background-color) var(--background-color) transparent;
	left: var(--pick-left);
	bottom: calc(var(--pick-size)*-1);
	border-width: var(--pick-size);
	border-radius: 0 0 var(--pick-radius) 0;
	transform: scaleX(var(--pick-thin)) rotate(45deg);
}
#home_business .business_item .voice h4::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: transparent var(--border-color) var(--border-color) transparent;
	bottom: calc( (var(--pick-size) + var(--border-width) * 2) * -1);
	left: calc(var(--pick-left) - var(--border-width)*2);
	border-width: calc(var(--pick-size) + var(--border-width) * 2);
	border-radius: 0px 0px calc(var(--pick-radius)*1.5) 0px;
	transform: scaleX(var(--pick-thin)) rotate(45deg);
}
#home_business .business_item .voice li {
	display: flex;
	align-items: center;
	min-height: 2.2em;
	height: auto;
	padding: 0.2em 0;
	line-height: 1.4;
}
#home_business .business_item .voice li span {
	flex: 1;
}
#home_business .business_item .voice li::before {
	display: block;
	content: "";
	width: 1.14em;
	min-height: 1.14em;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0.5em;
}
#home_business .business_item .img_area {
	width: 49%;
	flex: 1;
}
#home_business .business_item .img_area img {
	object-fit: cover;
	object-position: top center;
	height: 100%;
	border-radius: 0 15px 15px 0;
}
#home_business .business_item.bus_guide .h3_ttl {
	color: var(--color_orange);
}
#home_business .business_item.bus_guide {
	border-color: var(--color_orange);
}
#home_business .business_item.bus_guide .voice h4 {
	color: var(--color_orange);
	--border-color: var(--color_orange);
}
#home_business .business_item.bus_guide .voice li::before {
	background-image: url(../img/icon_smile_orange.svg);
}
#home_business .business_item.bus_guide .btn_maru a {
	background-color: var(--color_orange);
}
#home_business .business_item.seminar .h3_ttl {
	color: var(--color_green);
}
#home_business .business_item.seminar {
	border-color: var(--color_green);
}
#home_business .business_item.seminar .voice h4 {
	color: var(--color_green);
	--border-color: var(--color_green);
}
#home_business .business_item.seminar .voice li::before {
	background-image: url(../img/icon_smile_green.svg);
}
#home_business .business_item.seminar .btn_maru a {
	background-color: var(--color_green);
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#home_business.sec {
		padding: 30px 0 0 0;
	}
	#home_business .inner {
		border-radius: 40px 40px 0 0;
		padding: 90px 6%;
	}
	#home_business .inner::after {
		width: 80px;
		height: 30px;
		top: -30px;
		left: 60%;
	}
	#home_business .ttl_area .h2_ttl {
		padding-bottom: 15px;
	}
	#home_business .business_item {
		flex-direction: column;
		border-width: 3px;
		margin-top: 30px;
		min-height: auto;
	}
	#home_business .business_item::before {
		top: -20px;
		left: -20px;
		width: 50px;
		height: 50px;
	}
	#home_business .business_item .txt_area {
		width: 100%;
		border-radius: 17px 17px 0 0;
		padding: 15% 8% 8%;
	}
	#home_business .business_item .txt {
		margin-top: 25px;
	}
	#home_business .business_item .btn_maru {
		margin-top: 40px;
		text-align: center;
	}
	#home_business .business_item .voice h4 {
		--pick-size: 12px;
		margin-top: 60px;
		border-radius: 0 0 7px 7px;
	}
	#home_business .business_item .img_area {
		width: 100%;
	}
	#home_business .business_item .img_area img {
		border-radius: 0 0 17px 17px;
		height: 320px;
	}
	#home_business .business_item .txt_area::after {
		height: 4%;
		width: 100%;
		background-image: url(../img/home_business_bg_sp.svg);
		top: auto;
		right: 0;
		bottom: -4%;
	}
}

/* ---------------------------------------- #home_jomon ---------------------------------------- */
#home_jomon {
	padding-left: 0;
	padding-right: 0;
}
#home_jomon .inner {
	background-color: var(--color_orange);
}
#home_jomon .inner::after {
	display: block;
	content: "";
	background-image: url(../img/jomon_bg01.jpg);
	background-size: cover;
	background-position: top right;
	height: 160px;
}
#home_jomon .ttl_area {
	background-image: url(../img/jomon_bg01.jpg);
	background-size: cover;
	background-position: top right;
	height: 160px;
}
#home_jomon .ttl_area .h2_ttl {
	background-color: var(--color_orange);
	color: #FFFFFF;
	width: 45%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 0 100px 0 0;
}
#home_jomon .ttl_area .h2_ttl span {
	font-size: var(--font_48);
	line-height: 1.5;
	border-bottom: 4px dotted #FFFFFF;
	padding-bottom: 10px;
}
#home_jomon .main_area {
	text-align: center;
	color: #FFFFFF;
}
#home_jomon .main_area .txt_area {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 200px 0 160px;
}
#home_jomon .main_area .txt_area .h3_ttl {
	font-size: var(--font_48);
	line-height: 1.5;
}
#home_jomon .main_area .txt_area .txt {
	line-height: 2.1;
	margin-top: 60px;
}
#home_jomon .main_area .img_list {
	display: flex;
	gap: 2%;
	margin: 0 auto;
	max-width: 1280px;
	width: 96%;
}
#home_jomon .main_area .shop_area {
	max-width: 1000px;
	width: 94%;
	margin: 110px auto 0;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 60px 100px;
	color: var(--color_black);
	position: relative;
}
#home_jomon .main_area .shop_area::before {
	display: block;
	position: absolute;
	content: "";
	width: 130px;
	height: 130px;
	top: -30px;
	left: -30px;
	background-image: url(../img/shop_area_bg01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
#home_jomon .main_area .shop_area::after {
	display: block;
	position: absolute;
	content: "";
	width: 130px;
	height: 130px;
	bottom: -30px;
	right: -30px;
	background-image: url(../img/shop_area_bg02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
}
#home_jomon .main_area .shop_area .h4_ttl {
	font-size: var(--font_32);
	line-height: 1;
}
#home_jomon .main_area .shop_area .txt {
	margin-top: 40px;
}
#home_jomon .main_area .shop_area .btn_list {
	display: flex;
	justify-content: space-between;
	gap: 5%;
	margin-top: 40px;
}
#home_jomon .main_area .shop_area .btn_list li {
	width: 100%;
}
#home_jomon .main_area .icon_list {
	position: absolute;
	max-width: 650px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#home_jomon .main_area .icon_jomon_01 {
	position: absolute;
	width: 435px;
	top: 180px;
	left: -370px;
}
#home_jomon .main_area .icon_jomon_02 {
	position: absolute;
	width: 485px;
	top: 40px;
	right: -410px;
}
#home_jomon .main_area .icon_jomon_03 {
	position: absolute;
	width: 318px;
	top: 580px;
	right: -290px;
}
#home_jomon .story_area {
	border: 5px solid var(--color_orange);
	border-left: none;
	background-color: #FFFFFF;
	border-radius: 0 200px 200px 0;
	display: flex;
	align-items: center;
	gap: 5%;
	width: 77%;
	max-width: 1340px;
	padding: 2em 3em 2em 4em;
	box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.15);
	margin: 200px 0 -50px 0;
	z-index: 1;
	position: relative;
}
#home_jomon .story_area .txt_area {
	flex: 1;
}
#home_jomon .story_area .h4_ttl {
	font-size: var(--font_32);
	color: var(--color_orange);
}
#home_jomon .story_area .txt {
	margin-top: 20px;
}
#home_jomon .story_area .btn_area a {
	position: relative;
	display: inline-block;
	margin-left: 31px;
	padding: 2em;
	border: 3px solid var(--color_orange);
	border-radius: 20px;
	background-color: var(--color_yellow);
	text-align: center;
	color: var(--color_orange);
	width: 380px;
	line-height: 1;
	opacity: 1;
}
#home_jomon .story_area .btn_area a span {
	border-bottom: 5px solid var(--color_orange);
	padding-bottom: 15px;
	display: inline-block;
}
#home_jomon .story_area .btn_area a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 13.5px 31px 13.5px 0;
	border-color: transparent var(--color_orange) transparent transparent;
	translate: -100% -50%;
}
#home_jomon .story_area .btn_area a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 10.2px 23.5px 10.2px 0;
	border-color: transparent var(--color_yellow) transparent transparent;
	translate: -100% -50%;
}
#home_jomon .story_area .btn_area a:hover {
	opacity: 0.8;
	background-color: var(--color_orange);
	color: var(--color_yellow);
}
#home_jomon .story_area .btn_area a:hover span {
	border-bottom: 5px solid var(--color_yellow);
}
#home_jomon .story_area .btn_area a:hover::after {
	border-color: transparent var(--color_orange) transparent transparent;
}


@media screen and (max-width : 1280px) {
	#home_jomon .story_area {
		flex-direction: column;
		gap: 50px;
		border-radius: 20px;
		margin: 150px auto -50px;
		padding: 2em 3em;
	}
	#home_jomon .story_area .btn_area a::before {
		top: 0;
		left: 50%;
		border-width: 0 13.5px 31px 13.5px;
		border-color: transparent transparent var(--color_orange);
		translate: -50% -100%;
	}
	#home_jomon .story_area .btn_area a::after {
		top: 0;
		left: 50%;
		border-width: 0 10.2px 23.5px 10.2px;
		border-color: transparent transparent var(--color_yellow);
		translate: -50% -100%;
	}
}
@media screen and (max-width : 768px) {
	#home_jomon.sec {
		padding: 0;
	}
	#home_jomon .ttl_area {
		height: 80px;
	}
	#home_jomon .ttl_area .h2_ttl {
		width: 60%;
		align-items: flex-end;
		justify-content: flex-start;
		padding-left: 6%;
		border-radius: 0 40px 0 0;
	}
	#home_jomon .ttl_area .h2_ttl span {
		font-size: var(--font_36);
	}
	#home_jomon .main_area {
		text-align: left;
	}
	#home_jomon .main_area .txt_area {
		padding: 100px 6% 200px;
	}
	#home_jomon .main_area .icon_jomon_01 {
		width: 140px;
		top: 30px;
		left: auto;
		right: -25px;
	}
	#home_jomon .main_area .icon_jomon_02 {
		width: 157px;
		top: auto;
		right: 110px;
		bottom: 30px;
	}
	#home_jomon .main_area .icon_jomon_03 {
		width: 100px;
		top: auto;
		right: 30px;
		bottom: 10px;
	}
	#home_jomon .main_area .img_list {
		display: block;
		width: 100%;
	}
	#home_jomon .main_area .shop_area {
		width: 88%;
		margin-top: 50px;
		padding: 40px 30px;
	}
	#home_jomon .main_area .shop_area .txt {
		margin-top: 20px;
	}
	#home_jomon .main_area .shop_area .btn_list {
		flex-direction: column;
		margin-top: 20px;
		gap: 10px;
	}
	#home_jomon .main_area .shop_area::before {
		width: 54px;
		height: 54px;
		top: -10px;
		left: -10px;
	}
	#home_jomon .main_area .shop_area::after {
		width: 54px;
		height: 54px;
		bottom: -10px;
		right: -10px;
	}
	#home_jomon .story_area {
		border-width: 3px;
		margin: 60px auto -30px;
		width: 88%;
		padding: 40px 30px;
	}
	#home_jomon .story_area .btn_area {
		width: 100%;
	}
	#home_jomon .story_area .btn_area a {
		width: 100%;
		margin-left: 0;
	}
	#home_jomon .inner::after {
		height: 80px;
	}
	
}

/* ---------------------------------------- #home_profile ---------------------------------------- */
#home_profile {
	padding-top: 210px;
}
#home_profile .inner {
	max-width: 1280px;
}
#home_profile .ttl_area {
	text-align: center;
}
#home_profile .ttl_area .h2_ttl {
	font-size: var(--font_36);
	font-weight: var(--font_black);
	display: inline-block;
	border-bottom: 4px dotted var(--color_black);
	padding-bottom: 30px;
	line-height: 1;
}
#home_profile .main_area {
	display: flex;
	align-items: center;
	gap: 10%;
	margin-top: 110px;
}
#home_profile .img_area {
	width: 50%;
}
#home_profile .txt_area {
	width: 50%;
}
#home_profile .txt_area h3 {
	max-width: 430px;
	width: 96%;
}
#home_profile .txt_area .txt {
	margin-top: 40px;
}
#home_profile .txt_area .btn_maru {
	margin-top: 50px;
}
#home_profile .txt_area .btn_maru a {
	background-color: var(--color_green);
}
#ig_area {
	padding-top: 200px;
	padding-bottom: 200px;
}
#main #ig_area .inner {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	background-image: url(../img/ig_cta_bg01.jpg);
	background-size: cover;
	padding: 5%;
	border-radius: 20px;
}
#ig_area .ig_area {
	width: 100%;
	max-width: 600px;
}
#ig_area .h3_ttl {
	font-size: var(--font_32);
	line-height: 1.6;
	color: #FFFFFF;
	font-weight: var(--font_black);
}
#ig_area .btn_kaku {
	margin-top: 40px;
}
#ig_area .btn_kaku a {
	background-color: var(--color_green);
	display: inline-flex;
}
#ig_area .btn_kaku a::before {
	display: block;
	content: "";
	background-image: url(../img/icon_ig_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 1.2em;
	height: 100%;
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#home_profile {
		padding-top: 100px;
	}
	#home_profile .main_area {
		flex-direction: column;
		margin-top: 50px;
		gap: 40px;
	}
	#home_profile .img_area {
		width: 100%;
	}
	#home_profile .txt_area {
		width: 100%;
	}
	#home_profile .txt_area h3 {
		width: 80%;
	}
	#ig_area {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#main #ig_area .inner {
		padding: 60% 6% 6% 6%;
		border-radius: 10px;
		height: auto;
		min-height: auto;
		background-image: url(../img/ig_cta_bg01_sp.jpg);
		text-align: left;
	}
}

/* ---------------------------------------- #contact ---------------------------------------- */
#contact {
	background-image: url(../img/contact_cta_bg01.jpg);
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 160px;
}
#contact .inner {
	
}
#contact .ttl {
	font-size: var(--font_42);
	font-weight: var(--font_black);
	text-align: center;
	color: #FFFFFF;
	line-height: 1.8;
}
#contact .btn_kaku {
	text-align: center;
	margin-top: 30px;
}
#contact .btn_kaku a {
	display: inline-flex;
	background-color: unset;
	border: 1px solid #FFFFFF;
	height: 4em;
	padding: 0 4em;
	font-size: var(--font_22);
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#contact {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#contact .ttl {
		font-size: var(--font_28);
	}
}

/* ---------------------------------------- #home_visual ---------------------------------------- */
#home_visual {
	position: relative;
	aspect-ratio: 42 / 25;
	width: 100%;
}
#home_visual .catch_box {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
}
#home_visual .catch_box::after {
	display: block;
	content: "";
	width: 100%;
	height: 150px;
	background-image: url(../img/home_visual_frame.svg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	left: 0;
	bottom: -2px;
}
#home_visual .catch {
	position: absolute;
	top: 18%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 583px;
	max-width: 40%;
	filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.6));
}
#home_visual .tomomi {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 810px;
	max-width: 45%;
}
#home_visual .sns_list {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 30px;
	height: 190px;
	right: 2%;
	bottom: 20%;
}
#home_visual .sns_list img {
	width: 30px;
	height: auto;
}
#home_visual .sns_list a:hover img {
  transition: transform 1s;
  transform: rotateY(360deg);
}
#home_visual .img_area {
	height: 100%;
	width: 100%;
}
#home_visual .img_area img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#home_visual,
	#home_visual .catch_box,
	#home_visual .img_area,
	#home_visual .img_area img {
		height: 85vh;
	}
	#home_visual .catch {
		top: 100px;
		max-width: 80%;
	}
	#home_visual .tomomi {
		max-width: 100%;
		left: 0;
	}
	#home_visual .sns_list {
		display: none;
	}
	#home_visual .catch_box::after {
		content: none;
	}
}


/* ---------------------------------------- 
 - header
---------------------------------------- */
#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	padding: var(--inner_padding);
}
#header .inner {
	max-width: var(--inner_width);
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#header .nav_area {
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 5%;
	height: 100px;
	max-width: 770px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 0 0 50px 0;
	padding-left: 0;
}
#header #nav {
	max-width: calc(610px + 6%);
	width: 100%;
	padding: 0 3%;
}
#header .nav_list { 
	display: flex;
	justify-content: space-between;
}
#header .nav_open {
	display: none;
}
#header .nav_list a {
	display: block;
	border-bottom: 4px dotted #FFFFFF;
	padding-bottom: 5px;
}
#header .nav_list a:hover {
	border-bottom: 4px dotted var(--color_green);
	padding-bottom: 5px;
}
#header .contact_area a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	width: 215px;
	height: 198px;
	background-image: url(../img/contact_icon_bg01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	line-height: 1.6;
	margin-top: 30px;
}
#header .contact_area a span {
	color: var(--color_yellow);
}
#header .contact_area a:hover {
	background-image: url(../img/contact_icon_bg02.svg);
	color: var(--color_green);
}
#header .contact_area a:hover span {
	color: var(--color_green);
}
#header.active .nav_area {
	height: 80px;
	font-size: var(--font_20);
	border-radius: 0 0 30px 0;
}
#header.active .contact_area a {
	margin-top: 0;
	background-image: none;
	background-color: var(--color_green);
	height: 115px;
	font-size: var(--font_20);
	line-height: 1.5;
	border-radius: 0 0 30px 30px;
	border: 3px solid var(--color_green);
	border-top: none;
}
#header.active .contact_area a:hover {
	background-color: var(--color_yellow);
	color: var(--color_green);
}
#header.active .contact_area a:hover span {
	color: var(--color_green);
}

@media (min-width: 1681px) {
  #header .nav_area {
	padding-left: calc((100vw - var(--inner_width)) / 2);
	max-width: calc(770px + ((100vw - var(--inner_width)) / 2));
  }
}

@media screen and (max-width : 1024px) {
	#header .nav_area {
		height: 70px;
		border-radius: 0 0 30px 0;
	}
}
@media screen and (max-width : 768px) {
	#header .contact_area a {
		display: block;
		position: fixed;
		right: 5%;
		bottom: 2%;
		width: 70%;
		height: 65px;
		background-image: unset;
		background-color: var(--color_green);
		border-radius: 8px;
		line-height: 1.4;
		padding-top: 0.5em;
		z-index: 1000;
	}
	#header .nav_area {
		height: auto;
		width: auto;
		background-color: unset;
	}
	#header .nav_open {
		position: fixed;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		z-index: 1000;
		left: 5%;
		bottom: 2%;
		margin: auto 0;
		cursor: pointer;
		width: 16%;
		height: 65px;
		background-color: #FFFFFF;
		border: 3px solid var(--color_green);
		border-radius: 8px;
		padding: 20px 14px;
	}
	#header .nav_open span {
		display: inline-block;
		transition: all .4s;
		left: 0;
		height: 2.3px;
		background-color: var(--color_black);
		width: 100%;
	}
	#header .nav_open span:nth-of-type(1) {
	}
	#header .nav_open span:nth-of-type(2) {
	}
	#header .nav_open span:nth-of-type(3) {
	}
	#header .nav_open.active span:nth-of-type(1) {
		transform: rotate(45deg) translate(6px, 6px);
	}
	#header .nav_open.active span:nth-of-type(2){
		background: transparent;
	}
	#header .nav_open.active span:nth-of-type(3){
		transform: rotate(-45deg) translate(6px, -6px);
	}
	#header #nav {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		margin-bottom: -100vh;
		z-index: 900;
		background-color: #FFFFFF;
		transition: all 0.3s ease-in-out;
		flex-direction: column;
		opacity: 0.3;
		gap: 10%;
	}
	#header #nav.panelactive {
		margin-bottom: 0;
		opacity: 1;
	}
	#header .nav_list {
		flex-direction: column;
		gap: 20px;
		width: 70%;
	}
	#header .nav_list a {
		font-size: var(--font_28);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#header .nav_list a::after {
		display: block;
		content: "";
		width: 1.2em;
		height: 1.2em;
		background-image: url(../img/icon_circle_arrow_b_s.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	#header #nav .sns_list {
		display: flex;
		gap: 35px;
	}
	#header #nav .sns_list a {
		display: block;
		width: 25px;
	}

}



/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer {
	padding: var(--inner_padding);
	padding-top: 110px;
	padding-bottom: 15px;
}
#footer .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 60px;
}
#footer .ttl_area .h2_ttl {
	font-size: var(--font_36);
	font-weight: var(--font_black);
	line-height: 1;
}
#footer .ttl_area .txt {
	font-size: var(--font_20);
	font-weight: var(--font_black);
	line-height: 1;
	margin-top: 10px;
}
#footer .nav_list {
	display: flex;
	gap: 50px;
	font-size: var(--font_20);
	font-weight: var(--font_black);
}
#footer .nav_list a {
	border-bottom: 4px dotted var(--color_beige);
	padding-bottom: 5px;
}
#footer .nav_list a:hover {
	border-bottom: 4px dotted var(--color_black);
	padding-bottom: 5px;
}
#footer .sns_list {
	display: flex;
	gap: 35px;
}
#footer .sns_list a {
	display: block;
	width: 35px;
}
#footer .sns_list a:hover img {
  transition: transform 1s;
  transform: rotateY(360deg);
}
#footer .copy {
	font-size: 0.9rem;
	margin-top: 20px;
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#footer {
		padding-top: 80px;
		padding-bottom: 10px;
	}
	#footer .inner {
		gap: 30px;
	}
	#footer .nav_list {
		flex-direction: column;
		gap: 20px;
	}
	#footer .sns_list a {
		width: 25px;
	}
}

