@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;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

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

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

/* ---------------------------------------- 
 - body #282828
---------------------------------------- */
body{
	font-family: "Zen Maru Gothic", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size:16px;
	font-size:1.6em;
	font-weight: 500;
	text-align: justify;
	color: #2C6486;
	background-color: #F8F2E7;
	background-image: url(../img/bg_texture.jpg);
	background-position: center;
	background-attachment: fixed;
	line-height:2.0;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
	text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
}

/* 
font-family: "Zen Maru Gothic", serif;
light: 300;
regular: 400;
medium: 500;
bold: 700;
black: 900;
*/

.sp_580 {
	display: none;
}

@media screen and (max-width : 990px) {
	body {
		font-size: 1.4rem;
	}
}
@media screen and (max-width : 580px) {
	.sp_580 {
		display: block;
	}
	.pc_580 {
		display: none;
	}
}


/* ---------------------------------------- 
 - common
---------------------------------------- */
#main {
	display: flex;
	width: 100%;
}
@media screen and (max-width : 1280px) {
}
@media screen and (max-width : 990px) {
}

/* ---------------------------------------- 
 - page - common
---------------------------------------- */
.fukidashi_area::before {
	display: block;
	content: "";
	width: 100%;
	height: 100px;
	background-image: url(../img/ill_fukidashi_top.svg);
}
.fukidashi_area::after {
	display: block;
	content: "";
	width: 100%;
	height: 100px;
	background-image: url(../img/ill_fukidashi_bottom.svg);
}
.fukidashi_area .fukidashi_inner {
	background-color: #F8F2E7;
	padding: 20px 35px;
}
.fukidashi_area .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: left;
	white-space: nowrap;
}
.fukidashi_area .txt {
	margin-top: 30px;
}

#main_contents {
	width: 375px;
	max-width: 100%;
	padding-top: 80px;
	padding-bottom: 200px;
}

#about_hisano {
	padding-top: 100px;
}
#about_hisano .inner {
	width: 375px;
	max-width: 100%;
	margin: 0 auto;
}
#about_hisano h2.ttl {
	width: 315px;
	max-width: 100%;
	height: 203px;
	background-image: url(../img/ill_fukidashi.svg);
	background-size: contain;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1em;
	position: relative;
}
#about_hisano .fukidashi_area {
	margin-top: -130px;
}
#about_hisano .fukidashi_area .fukidashi_inner {
	padding-top: 40px;
}

#ask_hisano {
	padding-top: 100px;
}
#ask_hisano .inner {
	width: 305px;
	max-width: 100%;
	margin: 0 auto;
}
#ask_hisano h2.ttl {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	color: #A38C7B;
}
#ask_hisano .txt {
	margin-top: 30px;
}
#podcast_link {
	padding-top: 100px;
}
#podcast_link .inner {
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
	border-top: 2px solid #A38C7B;
	border-bottom: 2px solid #A38C7B;
	padding: 50px 0;
}
#podcast_link h2.ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #A38C7B;
	text-align: center;
}
#podcast_link .txt {
	margin-top: 20px;
}
#podcast_link .podcast_list {
	margin-top: 40px;
}
.podcast_list {
	display: flex;
	justify-content: center;
	column-gap: 30px;
}
.podcast_item  a {
	display: block;
	width: 60px;
	height: 60px;
}
.form_area {
	margin-top: 30px;
}
.form_item .ttl {
	font-size: 1.8rem;
	padding-bottom: 5px;
}
.form_item .ttl span {
	font-size: 70%;
}
.form_item .input {
	padding-bottom: 15px;
}
.mw_wp_form_preview .input,
.mw_wp_form_complete .input,
.input input,
.input textarea {
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #AAC8D2;
	padding: 16px 20px;
	border-radius: 10px;	
}
::placeholder {
	color: #AAC8D2;
}
.form_btn {
	width: 100%;
	/* height: 80px; */
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.form_btn a,
.form_btn input {
	position: relative;
	display: flex;
	line-height: 1;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 5px;
	width: 100%;
	height: 120px;
	font-size: 2.4rem;
	color: #FFFFFF;
	text-align: center;
	/* background-image: url(../img/icon_arrow.svg); */
	background-size: 24px 20px;
	background-repeat: no-repeat;
	background-position: center right 20px;
	border-radius: 60px;
	background-color: #2C6486;
	transition: all 0.3s ease-in-out;
}
.form_btn a span {
	display: block;
	font-size: 1.8rem;
	margin-top: 5px;
}
.form_btn a:hover,
.form_btn input:hover {
	/* background-image: url(../img/icon_arrow_blue.svg); */
	background-color: #E7BA87;
	color: #2C6486;
}
.form_btn input.back_btn {
	background-position: center left 20px;
	background-image: url(../img/icon_arrow_re.svg);
}
.form_btn input.back_btn:hover {
	background-image: url(../img/icon_arrow_blue_re.svg);
}
.form_btn a::after {
	position: absolute;
	content: "";
	display: block;
	background-image: url(../img/ill_bird_01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 128px;
	height: 55px;
	top: -31px;
	left: 95px;
	transition: all 0.8s ease-in-out;
	opacity: 1;
}
.form_btn.no_bird a::after {
	content: none;
}
.form_btn a:hover::after {
	opacity: 0;
	top: -51px;
	left: 105px;
}


#about_feedforward {
	padding-top: 80px;
}
#about_feedforward .inner {
	width: 375px;
	max-width: 100%;
	margin: 0 auto;
}
#about_feedforward h2.ttl {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	color: #A38C7B;
}
#about_feedforward p.ttl {
	margin-top: 40px;
}
#about_feedforward .img {
	width: 298px;
	max-width: 100%;
	margin-top: 20px;
}

#hisano_profile {
	padding-top: 100px;
}
#hisano_profile .inner {
	width: 305px;
	max-width: 100%;
	margin: 0 auto;
}
#hisano_profile h2.ttl {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	color: #A38C7B;
}
#hisano_profile .img {
	margin-top: 30px;
}
#hisano_profile p.ttl {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
#hisano_profile p.ttl span {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #A38C7B;
}
#hisano_profile p.catch {
	font-weight: 700;
	line-height: 1.75;
	margin-top: 30px;
}
#hisano_profile p.txt {
	margin-top: 20px;
}
.media_area {
	margin-top: 120px;
}
.media_area .sub_ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
	color: #A38C7B;
}
.media_list {
	margin-top: 30px;
}
.media_list dt {
	display: inline-block;
	font-weight: 700;
	border-bottom: 2px solid #2C6486;
}
.media_list dd {
	padding-top: 15px;
	padding-bottom: 30px;
} 
.media_item {
	display: block;
	line-height: 1.4;
	letter-spacing: 0;
	padding-bottom: 10px;
}
.media_item span {
	font-size: 1.4rem;
	font-weight: 400;
}
a.media_item::after {
	content: "";
	background-image: url(../img/icon_arrow_out.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
}
a.media_item:hover {
	color: #A38C7B;
}
@media screen and (max-width : 1280px) {
	#main_contents {
		width: 580px;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width : 990px) {
	#main_contents {
		/* width: 375px;
		max-width: 100%; */
	}
}

/* ---------------------------------------- 
 - header
---------------------------------------- */
#header .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#header .head_ttl {
	width: 280px;
	max-width: 100%;
}
#header .sub_ttl {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.3em;
	margin-top: 15px;
}
#header .img {
	display: flex;
	justify-content: center;
}
#header .img img {
	width: 580px;
}
@media screen and (max-width : 1280px) {
}
@media screen and (max-width : 580px) {
	#header .img img {
		max-width: 100%;
	}

}

/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer {
	margin-top: 100px;
}
#footer .inner {
	position: relative;
}
#footer .inner .img {
	display: flex;
	justify-content: center;
}
#footer .inner .img img {
	width: 580px;
}
#footer .inner .copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 1.2rem;
	color: #ffffff;
}
@media screen and (max-width : 1280px) {
}
@media screen and (max-width : 580px) {
	#footer .inner .img img {
		max-width: 100%;
	}
}

/* ---------------------------------------- 
 - side
---------------------------------------- */
#side_left,
#side_right {
	width: calc((100% - 375px) / 2);
	height: 100vh;
}
.h_inner {
	width: calc((100% - 375px) / 2);
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: fixed;
}
@media screen and (max-width : 1280px) {
	#side_left,
	#side_right {
		width: calc(100% - 580px);
	}
	.h_inner {
		width: calc(100% - 580px);
	}
}
@media screen and (max-width : 990px) {
}
/* ---------------------------------------- 
 - side_left
---------------------------------------- */
#side_left .h_inner {
	padding-top: 10%;
}
#side_left .bird {
	padding-left: 20%;
	max-width: 45%;
}
#side_left .bird img {
	width: 147px;
	max-width: 100%;
}
#side_left .side_ttl {
	max-width: 80%;
	margin: 0 auto;
	padding-right: 10%;
}
#side_left .side_ttl img {
	width: 395px;
	max-width: 100%;
}
#side_left .foot_animal {
	width: 120%;
	margin-left: -30%;	
}
/* 初期状態 */
#side_left .bird {
	opacity: 1; /* 初期状態は完全に表示 */
	transform: translate(0, 0); /* 初期位置 */
	transition: transform 0.1s ease-in-out, opacity 1.5s ease-in-out; /* アニメーションのスムーズ化 */
}

/* .animationクラスが追加されたとき */
#side_left .bird.animation {
	transform: translate(100%, -200%); /* 自身の幅に対して右に移動 */
	opacity: 0; /* 完全に透明にする */
	transition: transform 1.0s ease-in-out, opacity 1.0s ease-in-out; /* アニメーションのスムーズ化 */
}

/* .animationクラスが外れたとき */
#side_left .bird:not(.animation) {
	transform: translate(0, 0); /* 初期位置 */
	opacity: 1; /* 再び完全に表示する */
}


@media screen and (max-width : 1280px) {
	#side_left .foot_animal {
		margin-left: -20%;	
	}
}
@media screen and (max-width : 990px) {
	#side_left {
		display: none;
	}
}
/* ---------------------------------------- 
 - side_right
---------------------------------------- */
#side_right .h_inner {
	padding-top: 20%;
}
#side_right .bird {
	display: none;
	padding-left: 20%;
	max-width: 45%;
}
#side_right .bird img {
	width: 147px;
	max-width: 100%;
}
#side_right nav {
	display: flex;
	justify-content: center;
}
#side_right .nav_list {
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
#side_right .nav_item {
	display: flex;
	align-items: center;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
}
#side_right .nav_item::before {
	content: "";
	display: inline-block;
	background-image: url(../img/icon_flower_blue.svg);
	width: 36px;
	height: 26px;
	margin-right: 10px;
}
#side_right .nav_item:nth-child(even)::before {
	background-image: url(../img/icon_flower_orange.svg);
}
#side_right .nav_item a:hover {
	color: #A38C7B;
}
#side_right .foot_animal {
	width: 120%;
	margin-left: 10%;
}
#side_right .foot_animal img:nth-child(2) {
	display: none;
}

@media screen and (max-width : 1280px) {
	#side_right .bird {
		display: block;
	}
	#side_right {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: #F8F2E7;
		background-image: url(../img/bg_texture.jpg);
		background-position: center;
		background-attachment: fixed;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease, visibility 0s 0.4s;
		z-index: 50;
	}
	#side_right.active {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.4s ease;
	}
	#side_right .h_inner {
		padding-top: 5%;
		width: 375px;
		margin: 0 auto;
		position: static;
	}
	#side_right .foot_animal img:nth-child(1) {
		display: none;
	}
	#side_right .foot_animal img:nth-child(2) {
		display: block;
	}
	#side_right .foot_animal {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width : 990px) {
	#side_right .h_inner {
		width: 100%;
	}
	#side_right .nav_list {
		align-items: center;
		row-gap: 2.5em;
	}
	#side_right .nav_item::before {
		content: none;
	}
	#side_right .bird {
		padding-top: 15%;
		padding-left: 10%;
		max-width: 35%;
	}
}


/* ---------------------------------------- 
 - hamburger
---------------------------------------- */
#hamburger {
	display: none;
	z-index: 100;
}
@media screen and (max-width : 1280px) {
	#main {
		position: relative;
	}
	#hamburger {
		display: block;
		position: fixed;
		top: 30px;
		right: 30px;
	}
	.header_hamburger {
		width: 38px;
		height: 100%;
	}
	.hamburger {
		background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
		border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
		z-index: 9999;
	}
	.hamburger span {
		width: 100%;
		height: 3px;
		background-color: #A38C7B;
		position: relative;
		transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
		display: block;
	}
	.hamburger span:nth-child(1) {
		top: 0;
	}
	.hamburger span:nth-child(2) {
		margin: 8px 0;
	}
	.hamburger span:nth-child(3) {
		top: 0;
	}
	/* ハンバーガーメニュークリック後のスタイル */
	.header_nav.active {
	  transform: translateX(0);
	}
	
	.hamburger.active span:nth-child(1) {
	  top: 11px;
	  transform: rotate(30deg);
	}
	
	.hamburger.active span:nth-child(2) {
	  opacity: 0;
	}
	
	.hamburger.active span:nth-child(3) {
	  top: -11px;
	  transform: rotate(-30deg);
	}
}
@media screen and (max-width : 990px) {
}


body#en {
	text-align: left;
}
body#en .fukidashi_area .ttl {
	white-space: normal;
}