@charset "UTF-8";

:root {
	--main-color: #13BAFF;
	--sub-color: #ea6060;
}

@font-face {
	font-family: 'DIN2014Demi';
	src: url('../fonts/DIN-2014_Demi.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Bodoni72';
	src: url('../fonts/Bodoni72-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bodoni72';
	src: url('../fonts/Bodoni72-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Holland';
	src: url('../fonts/Holland.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.font_din {
	font-family: 'DIN2014Demi', sans-serif;
}

.font_Bodoni {
	font-family: 'Bodoni72', serif;
}

.font_Holland {
	font-family: 'Holland';
}

/* サイト内のメインフォントはここに追加 */
html,
button,
input,
select,
textarea {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	color: #404040;
	font-size: 15px;
	line-height: 1.7;
	min-width: 1340px;
}

a[href $='.pdf']:hover {
	text-decoration: none;
}

.wrap {
	width: 1140px;
	margin: 0 auto;
}

.wrap.mid {
	width: 1240px;
}

.wrap.lr {
	width: 1340px;
}

#pc_header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

#pc_header .wrap {
	position: relative;
}

/* 弊社のハンバーガーメニュー */

/*　ハンバーガーボタン　*/
.hamburger {
	display: block;
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 20px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	border: 1px solid var(--main-color);
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	left: 20px;
	background: var(--main-color);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border-radius: 10px;
}

.hamburger span:nth-child(1) {
	top: 24px;
}

.hamburger span:nth-child(2) {
	top: 33px;
}

.hamburger span:nth-child(3) {
	top: 42px;
}

/* sideの場合,popup1の場合ここから */
.hamburger.active span:nth-child(1) {
	top: 34px;
	left: 20px;
	-webkit-transform: rotate(335deg);
	-moz-transform: rotate(335deg);
	transform: rotate(335deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 34px;
	-webkit-transform: rotate(-335deg);
	-moz-transform: rotate(-335deg);
	transform: rotate(-335deg);
}

/* sideの場合,popup1の場合ここまで */

/* sideの場合ここから */
nav.globalMenuSp {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	color: #000;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	align-items: center;
	overflow: scroll;
}

nav.globalMenuSp .back {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(219, 255, 255, 0.4);
}

nav.globalMenuSp .back:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	backdrop-filter: blur(10px);
}

nav.globalMenuSp:before {
	content: "";
	background: #fff;
	width: calc((100% - 1140px) / 2);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

nav.globalMenuSp .wrap {
	position: relative;
	z-index: 2;
	background: #fff;
	height: 100vh;
	overflow: scroll;
	align-items: center;
	padding-left: 60px;
	background-image: url(../image/hamburger_woman.png);
	background-size: 360px;
	background-position: 57px bottom;
	background-repeat: no-repeat;
	min-height: 700px;
}

nav.globalMenuSp .in_wrap {
	width: 100%;
}

nav.globalMenuSp .text_area {
	width: 345px;
	position: relative;
	z-index: 2;
}

nav.globalMenuSp .text_area:before {
	content: "";
	width: 400px;
	height: 400px;
	background-image: url(../image/circle_accent.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: -150px;
	top: -230px;
	z-index: -1;
}

nav.globalMenuSp .text_area .name {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .2em;
}

nav.globalMenuSp .text_area .text {
	line-height: 2;
	text-align: justify;
	font-size: 13px;
	letter-spacing: .1em;
}

nav.globalMenuSp .link_area {
	width: calc(100% - 345px);
	padding-left: 88px;
}


nav.globalMenuSp .link_area ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 70px;
	margin-bottom: 70px;
}

nav.globalMenuSp .link_area ul li {
	text-align: left;
}

nav.globalMenuSp .link_area ul li a {
	color: initial;
	display: flex;
	border-bottom: 1px dashed #D3D3D3;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	background: url(../image/icon_arrow.svg) no-repeat;
	background-position: 100%;
}

nav.globalMenuSp .link_area .bottom_box {
	align-items: center;
}

nav.globalMenuSp .link_area .bottom_box .copyright small {
	font-size: 12px;
	color: #5D5D5D;
}

/* sideの場合ここまで */

nav.globalMenuSp.active {
	transform: translateX(0%);
}

/* ここまで弊社のハンバーガーメニュー */


/* ここから下部にCSSを追加してください */

/* 共通部分 */

.common_main_visual {
	background: url(../image/common_mainvisual.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.common_main_visual .wrap {
	height: 440px;
	position: relative;
}

.common_main_visual:before {
	content: "";
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background: #3A748D;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
}

.common_main_visual .text_box {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 26px 50px 35px 50px;
	align-items: center;
	gap: 40px;
}

.common_main_visual .text_box .title {
	font-size: 40px;
	font-weight: 700;
}

.common_main_visual .text_box .en {
	font-size: 20px;
	color: var(--main-color);
}

.common_main_visual .text_box .en:before {
	content: "- ";
}

.breadcrumbs {
	padding: 30px 0 0;
}

.breadcrumbs .wrap {
	display: flex;
	justify-content: flex-end;
}

.breadcrumbs a {
	color: var(--main-color);
	position: relative;
}

.common_page_wrap {
	padding: 60px 0;
}

.common_page_title {
	margin-bottom: 30px;
}

.common_page_title .title {
	font-size: 40px;
	font-weight: 700;
}

.common_page_title .title:first-letter {
	color: var(--main-color);
}

.common_bar_title {
	font-size: 25px;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	gap: 1em;
	font-weight: 700;
}

.common_bar_title:before {
	content: "";
	width: 20px;
	height: 2px;
	border-radius: 30px;
	background: #333;
}

.common_buy_box {
	background: #58D3D3;
	padding: 20px;
}

.common_buy_box .title_area {
	align-items: center;
	margin-bottom: 12px;
}

.common_buy_box .title_area .title {
	color: #fff;
	font-size: 32px;
	padding-left: 117px;
	position: relative;
	letter-spacing: .1em;
	font-weight: bold;
}

.common_buy_box .title_area .title:before {
	content: "";
	width: 90px;
	height: 90px;
	border: 2px solid #58D3D3;
	background-color: #fff;
	border-radius: 100%;
	background-image: url(../image/icon_buy.svg);
	background-size: 48px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -40px;
}

.common_buy_box .title_area .en {
	color: #F5FF00;
}

.common_buy_box .title_area .en:before {
	content: "-";
	margin-right: .5em;
}

.common_buy_box .link_area {
	background: #fff;
	padding: 20px;
}

.common_buy_box .link_area ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.common_buy_box .link_area ul li a {
	background: #F5F5F5;
	display: block;
	text-align: center;
	height: 160px;
	color: initial;
	transition: .3s;
	position: relative;
	padding-top: 103px;
	line-height: 1.5;
	background-repeat: no-repeat !important;
}

.common_buy_box .link_area ul li:nth-child(1) a {
	background-image: url(../image/icon_map.svg);
	background-position: center 25px !important;
}

.common_buy_box .link_area ul li:nth-child(1) a:hover {
	background-image: url(../image/icon_map_white.svg);
}

.common_buy_box .link_area ul li:nth-child(2) a {
	background-image: url(../image/icon_train.svg);
	background-position: center 28px !important;
}

.common_buy_box .link_area ul li:nth-child(2) a:hover {
	background-image: url(../image/icon_train_white.svg);
}

.common_buy_box .link_area ul li:nth-child(3) a {
	background-image: url(../image/icon_area.svg);
	background-position: center 24px !important;
}

.common_buy_box .link_area ul li:nth-child(3) a:hover {
	background-image: url(../image/icon_area_white.svg);
}

.common_buy_box .link_area ul li:nth-child(4) a {
	background-image: url(../image/icon_flow.svg);
	background-position: center 18px !important;
}

.common_buy_box .link_area ul li:nth-child(4) a:hover {
	background-image: url(../image/icon_flow_white.svg);
}

.common_buy_box .link_area ul li:nth-child(5) a {
	background-image: url(../image/icon_book.svg);
	background-position: center 27px !important;
}

.common_buy_box .link_area ul li:nth-child(5) a:hover {
	background-image: url(../image/icon_book_white.svg);
}

.common_buy_box .link_area ul li a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #58D3D3 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: .3s;
}

.common_buy_box .link_area ul li a .text {
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common_buy_box .link_area ul li a:hover {
	background: #58D3D3;
	color: #fff;
}

.common_buy_box .link_area ul li a:hover::before {
	border-color: transparent transparent #256D8B transparent;
}

.common_title {
	text-align: center;
	margin-bottom: 32px;
	position: relative;
}

.common_title .title {
	font-size: 48px;
	font-weight: 700;
}

.common_title .en {
	color: var(--main-color);
	font-size: 20px;
}

.common_title .lead {
	margin-top: 30px;
	letter-spacing: .1em;
}

.common_button {
	margin-top: 60px;
}

.common_button a {
	display: block;
	width: 260px;
	line-height: 60px;
	background: #fff;
	margin: 0 auto;
	color: initial;
	padding-left: 20px;
	border: 2px solid;
	transform: translate(-5px, -5px);
	position: relative;
	z-index: 2;
	transition: .3s;
}

.common_button a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #404040;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: -1;
	transition: .3s;
}

.common_button a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.common_button a .arrow {
	width: 26px;
	height: 26px;
	background: url(../image/icon_arrow_bk.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 13px);
	right: -13px;
	z-index: 3;
}

.common_button a:hover {
	transform: translate(0px, 0px);
}

.common_button a:hover::before {
	left: 0;
	top: 0;
}

.common_button a:hover {
	box-shadow: none;
}

.common_difference_box .title_box {
	position: relative;
	z-index: 2;
}

.common_difference_box .title_box .title {
	width: 740px;
	margin: 0 auto;
}

.common_difference_box .title_box .title .dotted {
	position: relative;
}

.common_difference_box .title_box .title .dotted:before {
	content: "・・・・";
	position: absolute;
	left: 0;
	top: -.6em;
}

.common_difference_box .cont {
	background: #CFF5F5;
	position: relative;
	margin-top: -40px;
	padding: 120px 100px 80px 100px;
}

.common_difference_box .cont:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../image/lattice_back.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.common_difference_box .cont .box_wrap {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	padding-right: 10px;
}

.common_difference_box .cont .woman {
	width: 264px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.common_difference_box .cont .box_wrap .arrow {
	margin-top: 100px;
}

.common_difference_box .cont .box_wrap .box {
	width: 500px;
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 10px 10px 0 #4A4A4A;
	padding: 38px 30px 35px 30px;
}

.common_difference_box .cont .box_wrap .box .back {
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: -1;
}

.common_difference_box .cont .box_wrap .box .label {
	width: 300px;
	line-height: 50px;
	background: #4A4A4A;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	left: calc(50% - 150px);
	top: -35px;
}

.common_difference_box .cont .box_wrap .box.solidhouse .back {
	border-color: var(--main-color);
}

.common_difference_box .cont .box_wrap .box.solidhouse .label {
	background: var(--main-color);
}

.common_difference_box .cont .box_wrap .box.solidhouse {
	box-shadow: 10px 10px 0 var(--main-color);
}

.common_difference_box .cont .box_wrap .box .icon {
	text-align: center;
	margin-bottom: 30px;
}

.common_difference_box .cont .box_wrap .box ul li {
	border-bottom: 1px dashed #BEBEBE;
	padding: 25px 0 11px 38px;
	font-weight: bold;
	font-size: 18px;
	background: url(../image/icon_check.svg) no-repeat;
	background-position: 0 30px;
	line-height: 1.5;
	letter-spacing: .06em;
}

.common_difference_box .cont .box_wrap .box.solidhouse ul li {
	padding-top: 10px;
	background: url(../image/icon_house.svg) no-repeat;
	background-position: 0 13px;
}

.common_difference_box .cont .box_wrap .box.solidhouse ul li .accent {
	color: var(--main-color);
}

.section_common_reason {
	padding: 180px 0 120px 0;
}

.section_common_reason .common_title .title {
	margin-bottom: 45px;
}

.section_common_reason ul li {
	border: 2px solid var(--main-color);
	position: relative;
}

.section_common_reason ul li+li {
	margin-top: 40px;
}

.section_common_reason ul li .image {
	width: 380px;
	height: 280px;
}

.section_common_reason ul li:nth-child(even) .image {
	order: 2;
}

.section_common_reason ul li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section_common_reason ul li .text_area {
	width: calc(100% - 380px);
	padding: 30px;
}

.section_common_reason ul li .en {
	color: #5DECFF;
	font-size: 64px;
	position: absolute;
	right: -40px;
	bottom: -30px;
	transform: rotate(-10deg);
}

.section_common_reason ul li .text_area .title_box {
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}

.section_common_reason ul li .text_area .num {
	width: 90px;
	height: 90px;
	background: var(--main-color);
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 30px;
	line-height: 1.1;
	position: relative;
	padding-top: 5px;
}

.section_common_reason ul li .text_area .num:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
	border-left: 15px solid var(--main-color);
	border-right: 0;
	position: absolute;
	right: -10px;
	top: calc(50% - 9px);
}

.section_common_reason ul li .text_area .num small {
	display: block;
	font-size: 20px;
}

.section_common_reason ul li .text_area .title_box .title {
	font-size: 24px;
	font-weight: 700;
}

.section_common_reason ul li .text_area .title_box .title .accent {
	background: linear-gradient(transparent 70%, #FCFFAC 70%);
}

.section_common_reason ul li .text_area .text {
	text-align: justify;
	letter-spacing: .1em;
}

.common_faq_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.common_faq_list .box {
	border: 2px solid #A6DBF0;
	padding: 20px;
	position: relative;
	background: #fff;
}

.common_faq_list .box:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../image/diagonal_line.svg) no-repeat;
	background-size: cover;
	position: absolute;
	right: -10px;
	top: 10px;
	z-index: -1;
}

.common_faq_list .box dl dt {
	line-height: 1.2;
	align-items: center;
	gap: 20px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	flex-wrap: nowrap;
}

.common_faq_list .box dl dt .en {
	font-size: 30px;
	color: var(--main-color);
}

.common_faq_list .box dl dt .question {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .1em;
}

.common_faq_list .box dl dd {
	flex-wrap: nowrap;
	gap: 20px;
}

.common_faq_list .box dl dd .en {
	font-size: 30px;
	color: #58D3D3;
}

.common_faq_list .box dl dd .answer {
	font-size: 14px;
	padding-top: 1em;
	letter-spacing: .1em;
}

.common_staff_list ul li a {
	display: block;
	color: initial;
	position: relative;
	z-index: 2;
	transition: .3s;
}

.common_staff_list ul li a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #D6F3FF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: .3s;
}

.common_staff_list ul li:nth-child(even) a:before {
	background: #D9EFEF;
}

.common_staff_list ul li a:hover {
	transform: translate(-10px, -10px);
}

.common_staff_list ul li a:hover::before {
	left: 10px;
	top: 10px;
}

.common_staff_list ul li a .image {
	height: 350px;
}

.common_staff_list ul li a .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.common_staff_list ul li a .text_area {
	position: relative;
	background: #fff;
	padding: 25px 30px;
	border-bottom: 5px solid var(--main-color);
}

.common_staff_list ul li:nth-child(even) a .text_area {
	border-color: #58D3D3;
}

.common_staff_list ul li a .text_area:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 300px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	right: 0;
	top: -40px;
}

.common_staff_list ul li a .text_area .position {
	font-size: 14px;
	letter-spacing: .1em;
}

.common_staff_list ul li a .text_area .position:before {
	content: "ー　";
}

.common_staff_list ul li a .text_area .name {
	font-size: 24px;
	letter-spacing: .1em;
}

.common_staff_list ul li a .text_area .en {
	color: var(--main-color);
	font-size: 14px;
}

.common_staff_list ul li:nth-child(even) a .text_area .en {
	color: #58D3D3;
}

/* 私たちについて */

#page_about .navi_section {
	padding-bottom: 100px;
}

#page_about .navi_section ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

#page_about .navi_section ul li a {
	display: flex;
	line-height: 60px;
	background: #F8F8F8;
	color: var(--main-color);
	text-align: center;
	position: relative;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	padding: 0 30px;
}

#page_about .navi_section ul li a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	transform: rotate(45deg);
}

#page_about .section_aboutus {
	background: #F0FFFF;
	padding: 100px 0;
}

#page_about .section_aboutus .about_box {
	align-items: center;
	margin-bottom: 50px;
}

#page_about .section_aboutus .about_box .text_area {
	width: 65%;
}

#page_about .section_aboutus .about_box .text_area .text {
	line-height: 2.2;
}

#page_about .section_aboutus .about_box .image {
	width: 32%;
}

#page_about .section_aboutus .cont .box {
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
	border-top: 3px solid var(--main-color);
}

#page_about .section_aboutus .cont .box .in_box {
	width: 48%;
}

#page_about .section_aboutus .cont .box .in_box ol li {
	align-items: center;
	flex-wrap: nowrap;
	gap: 1em;
}

#page_about .section_aboutus .cont .box .in_box ol li+li {
	margin-top: 1em;
}

#page_about .section_aboutus .cont .box .in_box ol li .num {
	background: var(--main-color);
	color: #fff;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

#page_about .section_aboutus .cont .box .catch {
	font-size: 20px;
	margin-bottom: .5em;
}

#page_about .section_aboutus .cont .box .text {
	line-height: 2.2;
}

#page_about .section_overview {
	padding: 100px 0;
}

#page_about .section_overview .main_box {
	align-items: center;
	margin-bottom: 50px;
}

#page_about .section_overview .main_box .image {
	width: 65%;
}

#page_about .section_overview .main_box .text_area {
	width: 32%;
}

#page_about .section_overview .main_box .text_area .text {
	font-size: 20px;
	line-height: 2.2;
}

#page_about .section_overview .table_box {
	margin-bottom: 60px;
}

#page_about .section_overview .table_box table {
	width: 100%;
}

#page_about .section_overview .table_box table th,
#page_about .section_overview .table_box table td {
	padding: 1em;
	border-bottom: 1px solid;
}

#page_about .section_overview .table_box table th {
	width: 30%;
	border-color: var(--main-color);
}

#page_about .section_overview .table_box table td {
	width: 70%;
	border-color: #f1f1f1;
}

#page_about .section_overview .map_box iframe {
	width: 100%;
	height: 400px;
}

.company_gallery ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.company_gallery li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company_gallery {
	margin-bottom: 30px;
}

#page_about .section_history {
	background: #F0FFFF;
	padding: 100px 0;
}

#page_about .section_history .cont {
	background: #fff;
	padding: 60px;
}

#page_about .section_history .cont ul li {
	position: relative;
	align-items: center;
}

#page_about .section_history .cont ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	background: var(--main-color);
	border-radius: 100%;
	position: absolute;
	left: 15%;
	top: 10px;
}

#page_about .section_history .cont ul li:after {
	content: "";
	width: 2px;
	height: calc(100% + 30px);
	background: var(--main-color);
	position: absolute;
	left: calc(15% + 9px);
	top: 25px;
}

#page_about .section_history .cont ul li .data {
	color: var(--main-color);
	width: 15%;
	font-size: 25px;
}

#page_about .section_history .cont ul li .text {
	width: 85%;
	padding-left: 50px;
	font-size: 20px;
}

#page_about .section_history .cont ul li+li {
	margin-top: 30px;
}

#page_about .section_greeting {
	padding: 100px 0;
}

#page_about .section_greeting .cont {
	align-items: flex-start;
}

#page_about .section_greeting .cont .image {
	width: 35%;
	position: relative;
}

#page_about .section_greeting .cont .image:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #D6F3FF;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: -1;
}

#page_about .section_greeting .cont .text_area {
	width: 60%;
}

#page_about .section_greeting .cont .text_area .text {
	line-height: 2.2;
}

#page_about .section_greeting .cont .text_area .name {
	margin-top: 2em;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
}

/* 買いたい */

#propertySec.section_bukken_list {
	padding: 180px 0 0;
}

#propertySec.section_bukken_list .inner:before {
	content: unset;
}

.section_bukken_list .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 15px;
}

.section_bukken_list .list a {
	display: block;
	border: 2px solid var(--main-color);
	padding: 15px;
	color: initial;
}

.section_bukken_list .list a .common_card_image {
	height: 220px;
	margin-bottom: 20px;
}

.section_bukken_list .list a .common_card_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section_bukken_list .list a .common_card_title {
	margin-bottom: 0.3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.section_bukken_list .list a .common_card_floor {
	padding-left: 40px;
	line-height: 22px;
	font-size: 13px;
	background: url(../image/icon_madori.svg) no-repeat;
	background-position: 0;
	margin-bottom: .9em;
}

.section_bukken_list .list a .text_area .access {
	padding-left: 40px;
	line-height: 22px;
	font-size: 13px;
	background: url(../image/icon_access.svg) no-repeat;
	background-position: 0;
	margin-bottom: .9em;
}

.section_bukken_list .list a .common_card_price strong {
	color: var(--main-color);
	font-size: 35px;
	margin-right: .1em;
	font-family: 'Bodoni72', serif;
}

.section_bukken_list .common_title .woman {
	width: 407px;
	position: absolute;
	right: 0;
	bottom: -32px;
}

#page_buy .section_difference {
	padding-top: 150px;
}

.section_bukken_list .list a .common_card_title .animate_character_text_hover {
	display: none;
}

.section_bukken_list .list a .common_card_price_title {
	display: none;
}

.section_bukken_list .list a .common_card_floor_title {
	display: none;
}

.common_difference_box .cont .box_wrap .box .icon img {
	width: 130px;
	margin: 0 auto;
}

/* スタッフ紹介（一覧） */

#page_staff_list .common_staff_list ul {
	gap: 30px;
	width: 960px;
	margin: 0 auto;
}

#page_staff_list .common_staff_list ul li {
	width: 300px;
}

/* スタッフ紹介（詳細ページ） */

#page_staff_single .section_main {
	margin-bottom: 100px;
}

#page_staff_single .section_main .cont {
	align-items: center;
}

#page_staff_single .section_main .image {
	width: 50%;
	position: relative;
	z-index: 2;
}

#page_staff_single .section_main .image:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #D6F3FF;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: -1;
}

#page_staff_single .section_main .text_area {
	width: 45%;
}

#page_staff_single .section_main .text_area .message {
	font-size: 40px;
	margin-bottom: 2em;
}

#page_staff_single .section_main .text_area .position {
	font-size: 24px;
	letter-spacing: .1em;
}

#page_staff_single .section_main .text_area .position:before {
	content: "ー　";
}

#page_staff_single .section_main .text_area .name {
	font-size: 44px;
	letter-spacing: .1em;
}

#page_staff_single .section_main .text_area .en {
	color: var(--main-color);
	font-size: 24px;
}

#page_staff_single .section_information dl {
	border-left: 5px solid var(--main-color);
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#page_staff_single .section_information dl+dl {
	margin-top: 80px;
}

#page_staff_single .section_information dl:nth-child(even) {
	margin-left: 50px;
	border-color: #58D3D3;
}

#page_staff_single .section_information dl dt {
	line-height: 1.2;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	flex-wrap: nowrap;
}

#page_staff_single .section_information dl dt .en {
	font-size: 40px;
	color: var(--main-color);
}

#page_staff_single .section_information dl dt .question {
	font-size: 20px;
}

#page_staff_single .section_information dl dd {
	flex-wrap: nowrap;
	gap: 20px;
}

#page_staff_single .section_information dl dd .en {
	font-size: 40px;
	color: #58D3D3;
}

#page_staff_single .section_information dl dd .answer {
	line-height: 2;
	font-size: 16px;
	letter-spacing: .1em;
}

@media (max-width: 750px) {

	.wrap,
	.wrap.mid {
		max-width: 90%;
	}

	.wrap.lr {
		max-width: 94%;
	}

	a[href $='.pdf']::before {
		width: 7vw;
		height: 8vw;
		margin-right: 2.5vw;
	}

	a[href $='.pdf']:hover {
		text-decoration: underline;
	}

	body {
		font-size: 3.2vw;
		min-width: 100%;
	}

	/* ここから下部にCSSを追加してください */

	/* 共通部分 */

	.common_main_visual {
		background: url(../image/common_mainvisual_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.common_main_visual .wrap {
		height: 60vw;
		max-width: 100%;
	}

	.common_main_visual .text_box {
		padding: 4vw 6vw;
		gap: 4vw;
	}

	.common_main_visual .text_box .title {
		font-size: 6vw;
	}

	.common_main_visual .text_box .en {
		font-size: 4vw;
	}

	.breadcrumbs {
		padding: 6vw 0 0;
	}

	.common_page_wrap {
		padding: 16vw 0;
	}

	.common_page_title {
		margin-bottom: 10vw;
	}

	.common_page_title .title {
		font-size: 8vw;
	}

	.common_bar_title {
		font-size: 5vw;
	}

	.common_bar_title:before {
		width: 5vw;
	}

	.common_buy_box {
		padding: 0;
		border: 2px solid #58D3D3;
	}

	.common_buy_box .title_area {
		margin-bottom: 0;
		padding: 2vw 4vw;
	}

	.common_buy_box .title_area .title {
		font-size: 6vw;
		padding-left: 24vw;
	}

	.common_buy_box .title_area .title:before {
		width: 20vw;
		height: 20vw;
		background-size: 12vw;
		left: 0;
		top: -8vw;
	}

	.common_buy_box .title_area .en {
		font-size: 3.4vw;
	}

	.common_buy_box .link_area {
		padding: 4vw;
	}

	.common_buy_box .link_area ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 4vw;
	}

	.common_buy_box .link_area ul li a {
		display: flex;
		text-align: left;
		height: auto;
		position: relative;
		padding-top: 0;
		line-height: 18vw;
		padding-left: 20vw;
		font-size: 4vw;
	}

	.common_buy_box .link_area ul li:nth-child(1) a {
		background-position: 4vw !important;
		background-size: 12vw !important;
	}

	.common_buy_box .link_area ul li:nth-child(2) a {
		background-position: 6.5vw !important;
		background-size: 8vw !important;
	}

	.common_buy_box .link_area ul li:nth-child(3) a {
		background-position: 6.5vw !important;
		background-size: 8vw !important;
	}

	.common_buy_box .link_area ul li:nth-child(4) a {
		background-position: 7.2vw !important;
		background-size: 6vw !important;
	}

	.common_buy_box .link_area ul li:nth-child(5) a {
		background-position: 7.2vw !important;
		background-size: 6vw !important;
	}

	.common_buy_box .link_area ul li:nth-child(5) a:hover {
		background-image: url(../image/icon_book_white.svg);
	}

	.common_buy_box .link_area ul li a .text {
		min-height: unset;
		display: block;
	}

	.common_title {
		margin-bottom: 10vw;
	}

	.common_title .title {
		font-size: 7vw;
	}

	.common_title .en {
		font-size: 4.3vw;
	}

	.common_title .lead {
		margin-top: 7vw;
		font-size: 3.4vw;
	}

	.common_difference_box .title_box .title {
		width: 90%;
	}

	.common_difference_box .title_box .title img {
		width: 100%;
	}

	.common_difference_box .cont {
		margin-top: -10vw;
		padding: 26vw 7vw 38vw 8vw;
		overflow: hidden;
	}

	.common_difference_box .cont:before {
		background: url(../image/lattice_back_sp.svg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	.common_difference_box .cont .box_wrap {
		width: 100%;
		padding-right: 0;
	}

	.common_difference_box .cont .woman {
		width: 80vw;
		right: -6vw;
		bottom: -16vw;
	}

	.common_difference_box .cont .box_wrap .arrow {
		margin-top: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 4vw;
	}

	.common_difference_box .cont .box_wrap .arrow img {
		transform: rotate(90deg);
		width: 19.3vw;
		margin: 0 auto;
	}

	.common_difference_box .cont .box_wrap .box {
		width: 100%;
		padding: 9vw 8vw 10vw 6vw;
	}

	.common_difference_box .cont .box_wrap .box .back {
		content: "";
		width: 100%;
		height: 100%;
		border: 2px solid;
		position: absolute;
		left: -10px;
		top: -10px;
		z-index: -1;
	}

	.common_difference_box .cont .box_wrap .box .label {
		width: 72vw;
		line-height: 12vw;
		border-radius: 12vw;
		font-size: 5vw;
		left: calc(50% - 36vw);
		top: -8vw;
	}

	.common_difference_box .cont .box_wrap .box .icon {
		margin-bottom: 4vw;
	}

	.common_difference_box .cont .box_wrap .box .icon img {
		width: 30vw;
	}

	.common_difference_box .cont .box_wrap .box ul li {
		padding: 5vw 0 3vw 8vw;
		font-size: 4vw;
		background-position: 0 6vw;
		background-size: 5vw;
	}

	.common_difference_box .cont .box_wrap .box.solidhouse ul li {
		padding-top: 2.5vw;
		background-position: 0 4vw;
		background-size: 5vw;
	}

	.section_common_reason {
		padding: 30vw 0 10vw 0;
	}

	.section_common_reason .common_title .title {
		margin-bottom: 10vw;
	}

	.section_common_reason ul li+li {
		margin-top: 15vw;
	}

	.section_common_reason ul li .image {
		width: 100%;
		height: 50vw;
	}

	.section_common_reason ul li:nth-child(even) .image {
		order: -1;
	}

	.section_common_reason ul li .text_area {
		width: 100%;
		padding: 4vw;
		padding-bottom: 7vw;
	}

	.section_common_reason ul li .text_area .text {
		line-height: 2;
	}

	.section_common_reason ul li .en {
		font-size: 14vw;
		right: 0;
		bottom: -8vw;
	}

	.section_common_reason ul li .text_area .title_box {
		gap: 0;
		margin-bottom: 4vw;
	}

	.section_common_reason ul li .text_area .num {
		width: 20vw;
		height: 20vw;
		font-size: 7vw;
		padding-top: 0;
		position: absolute;
		left: -4vw;
		top: -8vw;
	}

	.section_common_reason ul li .text_area .num:before {
		display: none;
	}

	.section_common_reason ul li .text_area .num small {
		font-size: 4vw;
	}

	.section_common_reason ul li .text_area .title_box .title {
		font-size: 5vw;
	}

	.common_faq_list {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
		margin: 0 5px;
	}

	.common_faq_list .box {
		padding: 5vw;
	}

	.common_faq_list .box:before {
		background: url(../image/diagonal_line_sp.svg) no-repeat;
		background-size: cover;
	}

	.common_faq_list .box dl dt {
		gap: 4vw;
		padding-bottom: 4vw;
		margin-bottom: 2vw;
		align-items: flex-start;
	}

	.common_faq_list .box dl dt .en {
		font-size: 7vw;
	}

	.common_faq_list .box dl dt .question {
		font-size: 4vw;
		line-height: 1.7;
	}

	.common_faq_list .box dl dd {
		gap: 4vw;
	}

	.common_faq_list .box dl dd .en {
		font-size: 7vw;
	}

	.common_faq_list .box dl dd .answer {
		font-size: 3.4vw;
	}

	.common_staff_list ul li a:before {
		left: 10px;
		top: 10px;
	}

	.common_staff_list ul li a {
		transform: translate(-10px, -10px);
	}

	.common_staff_list ul li a .image {
		height: 90vw;
	}

	.common_staff_list ul li a .text_area {
		padding: 4vw 6vw;
	}

	.common_staff_list ul li a .text_area:before {
		border-width: 0 0 40px 300px;
		top: -40px;
	}

	.common_staff_list ul li a .text_area .position {
		font-size: 3.5vw;
	}

	.common_staff_list ul li a .text_area .name {
		font-size: 6vw;
	}

	.common_staff_list ul li a .text_area .en {
		font-size: 4vw;
	}

	/* 私たちについて */

	#page_about .navi_section {
		padding-bottom: 20vw;
	}

	#page_about .navi_section ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	#page_about .navi_section ul li a {
		line-height: 12vw;
		gap: 4vw;
		padding: 0 4vw;
	}

	#page_about .navi_section ul li a:after {
		width: 2vw;
		height: 2vw;
	}

	#page_about .section_aboutus {
		padding: 20vw 0;
	}

	#page_about .section_aboutus .about_box {
		margin-bottom: 10vw;
	}

	#page_about .section_aboutus .about_box .text_area {
		width: 100%;
	}

	#page_about .section_aboutus .about_box .image {
		width: 100%;
		margin-bottom: 5vw;
		order: -1;
	}

	#page_about .section_aboutus .cont .box {
		padding: 5vw;
		margin-bottom: 10vw;
	}

	#page_about .section_aboutus .cont .box .in_box {
		width: 100%;
	}

	#page_about .section_aboutus .cont .box .in_box+.in_box {
		margin-top: 10vw;
	}

	#page_about .section_aboutus .cont .box .in_box ol li .text {
		width: calc(100% - 8vw);
	}

	#page_about .section_aboutus .cont .box .in_box ol li .num {
		width: 8vw;
		line-height: 8vw;
		font-size: 4vw;
	}

	#page_about .section_aboutus .cont .box .catch {
		font-size: 4vw;
	}

	#page_about .section_overview {
		padding: 20vw 0;
	}

	#page_about .section_overview .main_box {
		margin-bottom: 10vw;
	}

	#page_about .section_overview .main_box .image {
		width: 100%;
	}

	#page_about .section_overview .main_box .text_area {
		width: 100%;
	}

	#page_about .section_overview .main_box .text_area .text {
		font-size: 4vw;
	}

	#page_about .section_overview .table_box {
		margin-bottom: 10vw;
	}

	#page_about .section_overview .map_box iframe {
		height: 50vw;
	}

	.company_gallery ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 1vw;
	}

	.company_gallery {
		margin-bottom: 5vw;
	}

	#page_about .section_history {
		padding: 20vw 0;
	}

	#page_about .section_history .cont {
		padding: 6vw;
		overflow: hidden;
	}

	#page_about .section_history .cont ul li:before {
		width: 4vw;
		height: 4vw;
		left: 20%;
		top: 1.4vw;
	}

	#page_about .section_history .cont ul li:after {
		height: calc(100% + 6vw);
		left: calc(20% + 2vw);
		top: 4vw;
	}

	#page_about .section_history .cont ul li .data {
		width: 25%;
		font-size: 4vw;
	}

	#page_about .section_history .cont ul li .text {
		width: 75%;
		padding-left: 5vw;
		font-size: 4vw;
	}

	#page_about .section_history .cont ul li+li {
		margin-top: 6vw;
	}

	#page_about .section_greeting {
		padding: 20vw 0;
	}

	#page_about .section_greeting .cont .image {
		width: 100%;
		margin-bottom: 10vw;
		margin-right: 20px;
	}

	#page_about .section_greeting .cont .text_area {
		width: 100%;
	}

	#page_about .section_greeting .cont .text_area .name {
		font-size: 4vw;
	}

	#page_about .section_overview .table_box table th {
		width: 38%;
	}

	#page_about .section_overview .table_box table td {
		width: 62%;
	}

	.hamburger {
		width: 50px;
		height: 50px;
		top: 10px;
	}

	.hamburger span {
		width: 22px;
		left: 14px;
	}

	.hamburger span:nth-child(1) {
		top: 17px;
	}

	.hamburger span:nth-child(2) {
		top: 23.9px;
	}

	.hamburger span:nth-child(3) {
		top: 30.7px;
	}

	.hamburger.active span:nth-child(1) {
		top: 23.9px;
		left: 14px;
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 23.9px;
	}

	nav.globalMenuSp {
		background: #fff;
		background-image: url(../image/moya.png);
		background-size: 60vw;
		background-position: 100% 100%;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	nav.globalMenuSp .wrap {
		padding-left: 0;
		background: none;
		padding-bottom: 10vw;
		padding-top: 80px;
		max-width: 100%;
		padding-left: 5vw;
		padding-right: 5vw;
		border-left: 5px solid var(--main-color);
	}

	nav.globalMenuSp .link_area {
		width: 100%;
		padding-left: 0;
	}

	nav.globalMenuSp .link_area ul {
		gap: 0 5vw;
		margin-bottom: 10vw;
		position: relative;
	}

	nav.globalMenuSp .link_area ul:before {
		content: "";
		width: 50vw;
		height: 50vw;
		background: url(../image/moya.png) no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		left: -16vw;
		top: -27vw;
		z-index: -1;
	}

	nav.globalMenuSp .link_area ul:after {
		content: "";
		width: 50vw;
		height: 50vw;
		background: url(../image/moya.png) no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		right: -7vw;
		bottom: -26vw;
		z-index: -1;
	}

	nav.globalMenuSp .link_area ul li a {
		font-size: 3.4vw;
		background-size: 5vw;
	}

	nav.globalMenuSp .link_area .contact_box {
		background: #F2FFFF;
		padding: 8vw 5vw;
		margin-bottom: 10vw;
	}

	nav.globalMenuSp .link_area .contact_box .title_box {
		margin-bottom: 5vw;
	}

	nav.globalMenuSp .link_area .contact_box .title_box .title {
		font-size: 7vw;
	}

	nav.globalMenuSp .link_area .contact_box .title_box .en {
		color: var(--main-color);
		font-size: 4.5vw;
	}

	nav.globalMenuSp .link_area .contact_box .box .lead {
		font-size: 4.5vw;
		margin-bottom: .5em;
	}

	nav.globalMenuSp .link_area .contact_box .box .button a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		line-height: 17vw;
		color: #fff;
		font-size: 4.4vw;
		text-align: left;
		padding-left: 20vw;
		padding-right: 5vw;
	}

	nav.globalMenuSp .link_area .contact_box .box .button.line a {
		background-color: #42BF77;
		background-image: url(../image/icon_line.svg);
		background-repeat: no-repeat;
		background-position: 4vw;
	}

	nav.globalMenuSp .link_area .contact_box .box .button.chat {
		margin-top: 4vw;
	}

	nav.globalMenuSp .link_area .contact_box .box .button.chat a {
		background-color: #1A5771;
		background-image: url(../image/icon_chat.svg);
		background-repeat: no-repeat;
		background-position: 4vw;
	}

	nav.globalMenuSp .link_area .contact_box .box .button.tel a {
		background-color: #13BAFF;
		background-image: url(../image/icon_tel.svg);
		background-repeat: no-repeat;
		background-position: 4vw;
	}

	nav.globalMenuSp .link_area .contact_box .box .button a:after {
		content: "";
		display: inline-block;
		width: 2.5vw;
		height: 2.5vw;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}

	nav.globalMenuSp .link_area .contact_box .box+.box {
		border-top: 1px dashed #D0D0D0;
		padding-top: 5vw;
		margin-top: 5vw;
	}

	nav.globalMenuSp .link_area .contact_box .time {
		margin-top: 4vw;
		color: #5D5D5D;
	}

	nav.globalMenuSp .link_area .bottom_box {
		display: block;
	}

	nav.globalMenuSp .link_area .bottom_box .insta {
		margin-bottom: 8vw;
	}

	nav.globalMenuSp .link_area .bottom_box .other_link {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-bottom: 8vw;
	}

	nav.globalMenuSp .link_area .bottom_box .other_link .link {
		line-height: 1;
	}

	nav.globalMenuSp .link_area .bottom_box .other_link .link:first-child {
		border-right: 1px solid #404040;
		padding-right: 20px;
	}

	nav.globalMenuSp .link_area .bottom_box .other_link a {
		color: initial;
		font-size: 3vw;
	}

	nav.globalMenuSp:before {
		display: none;
	}


	/* 買いたい */

	#propertySec.section_bukken_list {
		padding-top: 30vw;
		overflow: hidden;
	}

	.section_bukken_list .list {
		grid-template-columns: repeat(2, 1fr);
		gap: 4vw 2vw;
	}

	.section_bukken_list .list a {
		padding: 2vw;
	}

	.section_bukken_list .list a .common_card_image {
		height: 30vw;
		margin-bottom: 4vw;
	}

	.section_bukken_list .list a .common_card_floor {
		padding-left: 9vw;
		line-height: 5vw;
		font-size: 3vw;
		background-size: 5vw;
	}

	.section_bukken_list .list a .text_area .access {
		padding-left: 9vw;
		line-height: 5vw;
		font-size: 3vw;
		background-size: 5vw;
	}

	.section_bukken_list .list a .common_card_price strong {
		font-size: 6vw;
		line-height: 1.3;
	}

	.section_bukken_list .common_title .woman {
		width: 65vw;
		right: -10vw;
		bottom: auto;
		top: -10vw;
	}

	.section_bukken_list .common_title {
		text-align: left;
	}

	.section_bukken_list .common_title .lead {
		background: #fff;
		position: relative;
		z-index: 4;
		padding-top: 4vw;
		margin-top: 4vw;
	}

	.section_bukken_list .common_title .lead:before {
		content: "";
		width: 100vw;
		height: 100%;
		background: #fff;
		position: absolute;
		left: -2vw;
		top: 0;
		z-index: -1;
	}

	#page_buy .section_difference {
		padding-top: 30vw;
	}

	/* スタッフ紹介（一覧） */

	#page_staff_list .common_staff_list ul {
		width: 100%;
		justify-content: center;
	}

	#page_staff_list .common_staff_list ul li {
		width: 80vw;
	}

	/* スタッフ紹介（詳細ページ） */

	#page_staff_single .section_main {
		margin-bottom: 20vw;
	}

	#page_staff_single .section_main .image {
		width: 100%;
		order: -1;
		margin-bottom: 10vw;
		margin-right: 10px;
	}

	#page_staff_single .section_main .image:before {
		left: 10px;
		top: 10px;
	}

	#page_staff_single .section_main .text_area {
		width: 100%;
	}

	#page_staff_single .section_main .text_area .message {
		font-size: 7vw;
	}

	#page_staff_single .section_main .text_area .position {
		font-size: 4vw;
	}

	#page_staff_single .section_main .text_area .name {
		font-size: 8vw;
	}

	#page_staff_single .section_main .text_area .en {
		font-size: 4vw;
	}

	#page_staff_single .section_information dl {
		padding-left: 4vw;
		padding-top: 4vw;
		padding-bottom: 4vw;
	}

	#page_staff_single .section_information dl+dl {
		margin-top: 15vw;
	}

	#page_staff_single .section_information dl:nth-child(even) {
		margin-left: 0;
	}

	#page_staff_single .section_information dl dt {
		line-height: 1.4;
		gap: 6vw;
		margin-bottom: 5vw;
	}

	#page_staff_single .section_information dl dt .en {
		font-size: 8vw;
	}

	#page_staff_single .section_information dl dt .question {
		font-size: 5vw;
	}

	#page_staff_single .section_information dl dd {
		gap: 4vw;
	}

	#page_staff_single .section_information dl dd .en {
		font-size: 8vw;
	}

	#page_staff_single .section_information dl dd .answer {
		font-size: 3.8vw;
	}


}