@charset "utf-8";

:root {
	--vw: 1vw;
	--main-font-color: #666666;
	--main-color: var(--blue);
	--main-color-middle: var(--blue02);
	--main-color-light: var(--blue03);
	--main-color-super-light: #e9f6ff;
	--blue: #0075c2;
	--blue02: #79ccf2;
	--blue03: #a0d7ee;
	--yellow: #efca00;
	--yellow02: #f4e56a;
	--green: #a5d4ad;
	--default-letter-spacing: 0.1em;
	--max-width: 1200px;
	--inner-padding: 40px;
	--inner-width: calc(var(--max-width) + var(--inner-padding) * 2);
	--over-margin: min(calc((-1 * var(--vw) * 100 + var(--max-width)) / 2),
			calc(-1 * var(--inner-padding)));
	/* noto入れるの忘れない */
	--font-main: YakuHanJPs, "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-min: YakuHanMPs, "Shippori Mincho", serif;
	--font-maru: YakuHanRPs;
	--font-en: "EB Garamond", serif;
}

/*共通*/
.catch_copy,
.flow_arrow_box .tl,
.flow_arrow_box .tl_block .step p,
#under .catch,
.m_col_ttl,
.reason_line_text_ttl,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-min);
}

.img_bg_block {
	padding: 13vw 0;
}

.under_page_wrap #wrapper {
	padding-top: 52px;
}

/*その他の追加変更 ここから*/
.m_ttl01 {
	text-align: center;
	margin-bottom: 8vw;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}

.m_ttl01 span {
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	font-family: var(--font-en);
	line-height: 1;
	/* font-weight: 400; */
}

.m_ttl01 span::first-letter {
	color: #7bcbdc;
}

.m_ttl01 em {
	font-size: 1.9rem;
	letter-spacing: 0.16em;
	color: #8b8b8b;
	margin-top: 1vw;
}

.m_txt p {
	line-height: 1.875;
}

.m_txt p+p {
	margin-top: 1em;
}

.btn01 {
	--btn-height: 13vw;
	--btn-width: 100%;
	--icon-right: 3vw;
	--icon-size: 4.5vw;
	--icon-color: #fff;
	--icon-url: url(../images/arrow_yellow01.png);
	--border-radius: 1.3vw;
	--border-width: 0px;
	font-size: 1.6rem;
	padding: 3.2vw 12vw 3vw;
	background: #f4e56a;
	letter-spacing: 0.12em;
	line-height: 1.4;
	border-radius: var(--border-radius);
	border: var(--border-width) solid var(--main-color);
	min-width: var(--btn-width);
	min-height: var(--btn-height);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-inline: auto;
	font-weight: 500;
}

.btn01:before {
	content: "";
	position: absolute;
	border: 0;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-size);
	height: auto;
	aspect-ratio: 1/1;
	transform: translateY(-50%);
	background: var(--icon-url) center / 100% no-repeat;
}

.btn_blue {
	background: #7bcbdc;
	--icon-url: url(../images/arrow_blue01.png);
	color: #fff;
}

.btn_white01 {
	--border-width: 2px;
	border-color: #fff;
	background: transparent;
	--icon-url: url(../images/arrow_yellow01.png);
	color: #fff;
}

.btn_white02 {
	background: #fff;
	--icon-url: url(../images/arrow_blue02.png);
}

.btn01:after {
	display: none;
}

.btn01 span:before {
	border-radius: var(--border-radius);
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	z-index: 10;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	border-radius: var(--border-radius);
	transition: 0.5s;
}

.implant_bnr img {
	width: 50vw;
	border-radius: 0;
}

.fixed_implant {
	position: fixed;
	z-index: 100;
	bottom: 18vw;
	left: 3vw;
	width: 40vw;
}

.fixed_implant_close {
	position: absolute;
	z-index: 11;
	top: -1.1rem;
	right: -0.9rem;
	line-height: 1;
	padding: 0 0 0.1rem;
	background: var(--main-color);
	color: #fff;
	width: 2rem;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}

.fixed_implant a {
	position: relative;
	z-index: 10;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
}

.m_mv:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	z-index: 10;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.m_mv img {
	width: 100%;
}

.m_mv_inner {
	position: relative;
}

.m_mv_main {
	position: relative;
	z-index: 1;
}

.m_mv_main .oft {
	height: 162vw;
}

.m_mv_txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.m_mv_en {
	position: absolute;
	bottom: 3vw;
	left: 57vw;
	z-index: 10;
	color: #0075c3;
	opacity: 0.3;
	line-height: 1.02;
	letter-spacing: 0.13em;
	font-family: var(--font-en);
	font-size: 4.4rem;
	text-align: right;
}

.m_mv_implant {
	background: #fff;
	position: absolute;
	bottom: 4vw;
	left: 4vw;
	width: 45vw;
	z-index: 10;
}

.m_mv_main {
	height: 160vw;
	overflow: hidden;
}

.m_mv_main video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 55.5vw;
	z-index: 1;
	-webkit-transform: rotate3d(1, 1, 1, 0.001deg) translate(-50%, -50%);
	transform: rotate3d(1, 1, 1, 0.001deg) translate(-50%, -50%);
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_clinic
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_clinic .img_bg_block {
	padding: 13vw 0 0;
}

.t_clinic_block {
	display: grid;
	gap: 8vw;
}

.t_clinic_item {
	position: relative;
	padding: 8vw 5vw;
	isolation: isolate;
	overflow: hidden;
}

.t_clinic_item:before,
.t_clinic_item:after {
	content: '';
	display: block;
	position: absolute;
	width: 13vw;
	aspect-ratio: 1/1;
	z-index: -1;
	border: 2px solid #a0d7ee;
}

.t_clinic_item:before {
	top: 0;
	left: 0;
	border-right: 0;
	border-bottom: 0;
}

.t_clinic_item:after {
	bottom: 0;
	right: 0;
	border-left: 0;
	border-top: 0;
}

.t_clinic_ttl {
	font-size: 2.3rem;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-bottom: 6vw;
	font-family: var(--font-en);
}

.m_newslist {
	overflow: hidden;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}

.m_newslist_item {
	border-bottom: 1px dashed #e5e5e5;
}

.m_newslist_item:last-of-type {
	border-bottom: 0;
}

.m_newslist_item_in {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 3vw 0;
	text-decoration: none;
}

.m_newslist_item_in .date {
	letter-spacing: 0.14em;
	color: var(--blue);
	font-family: var(--font-en);
	margin-right: 4vw;
}

.m_newslist_item_in em {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.t_clinic_btn {
	margin-top: 8vw;
}

.t_clinic_hosoku {
	margin-top: 3vw;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}

.t_clinic_hosoku+.t_clinic_hosoku {
	margin-top: 1vw;
}

.t_clinic_access {
	background: url(../images/top/clinic_icon_pin.png) left top 0.5vw / 2.6vw no-repeat;
	padding-left: 5vw;
	margin-top: 6vw;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 500;
}

.t_clinic_points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3vw;
	margin-top: 3vw;
}

.t_clinic_point {
	background: #e3f5f9 var(--icon) center top 3.6vw / auto 7vw no-repeat;
	border-radius: 1vw;
	aspect-ratio: 1/1;
	font-size: 1.4rem;
	padding-top: 13vw;
	text-align: center;
	font-family: var(--font-min);
	letter-spacing: 0.12em;
	line-height: calc(26/18);
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_life
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_life .img_bg_block {
	padding: 13vw 0 0;
}

.t_life_block {
	display: grid;
	gap: 23vw;
	margin-top: 22vw;
}

.t_life_item {
	position: relative;
}

.t_life_item_img {
	position: absolute;
	top: -17vw;
	left: 50%;
	transform: translateX(-50%);
	height: 17vw;
}

.t_life_item_img img {
	height: 100%;
	width: auto;
}

.t_life_item_in {
	padding: 7vw 5vw 8vw;
	background: #d9f0f5;
	border-top: 2px solid #79ccf2;
	border-bottom: 2px solid #79ccf2;
	position: relative;
}

.t_life_item:nth-of-type(2n) .t_life_item_in {
	background: #e3f7fb;
}

.t_life_item_in:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 4vw;
	aspect-ratio: 1/1;
	z-index: 1;
	border-radius: 50%;
	background: #fff;
	border: 1vw solid #79ccf2;
	transform: translate(-50%, -50%);
}

.t_life_item_ttl {
	font-family: var(--font-min);
	letter-spacing: 0.16em;
	text-align: center;
	font-size: 2rem;
}

.t_life_btns {
	margin-top: 3vw;
}

.t_life_btn {
	--btn-height: 13vw;
	--btn-width: 100%;
	--icon-right: 3vw;
	--icon-size: 5vw;
	--icon-color: #fff;
	--border-width: 2px;
	position: relative;
	font-size: 1.6rem;
	padding: 3.2vw 12vw 3vw;
	background: #fff;
	border-radius: 1.3vw;
	letter-spacing: 0.12em;
	line-height: 1.4;
	border: var(--border-width) solid #f4e56a;
	min-width: var(--btn-width);
	min-height: var(--btn-height);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-inline: auto;
	text-decoration: none;
	font-weight: 500;
}

.t_life_btn+.t_life_btn {
	margin-top: 2vw;
}

.t_life_btn:before {
	content: "";
	position: absolute;
	border: 0;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-size);
	height: auto;
	aspect-ratio: 1/1;
	transform: translateY(-50%);
	background: url(../images/arrow_yellow02.png) center / 100% no-repeat;
}

.t_life_btn span:before {
	border-radius: var(--border-radius);
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	z-index: 10;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	border-radius: var(--border-radius);
	transition: 0.5s;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_medical
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_medical {
	position: relative;
	isolation: isolate;
}

.t_medical:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/top/medical_bg01.jpg) left top / 50vw no-repeat;
}

.t_medical:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/top/medical_bg02_sp.jpg) right bottom / 50vw no-repeat;
}

.t_medical .img_bg_block {
	padding: 16vw 0 12vw;
}

.t_medical_pickups {
	margin: 8vw -5vw 0;
	display: grid;
}

.t_medical_block {
	display: grid;
	gap: 4vw;
	margin-top: 8vw;
}

.t_medical_item {
	text-decoration: none;
	border-radius: 1.4vw;
	border: 2px solid #f4e56a;
	background: #FFF var(--icon-url) 3vw center / 8vw no-repeat;
	position: relative;
	box-shadow: 1vw 1vw 0 0 rgba(0, 0, 0, 0.05);
	min-height: 13vw;
	padding: 1.8vw 8vw 3.8vw 15vw;
}

.t_medical_item:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 5vw;
	aspect-ratio: 1/1;
	z-index: 1;
	background: url(../images/arrow_yellow02.png) center / 100% no-repeat;
	transform: translateY(-50%);
}

.t_medical_item_ttl {
	display: flex;
	flex-direction: column;
}

.t_medical_item_ttl span {
	font-family: var(--font-min);
	font-size: 1.8rem;
	color: #4c4948;
}

.t_medical_item_ttl em {
	color: #a5d4ad;
	font-family: var(--font-en);
	letter-spacing: 0.25em;
	line-height: 1;
	font-weight: 500;
	margin-top: 0.5vw;
	font-size: 1.3rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_feature {
	position: relative;
	isolation: isolate;
	background: linear-gradient(90deg, rgb(193, 225, 239) 0%, rgb(223, 244, 252) 38%, rgb(180, 230, 241) 67%, rgb(223, 244, 252) 100%);
}

.t_feature:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	aspect-ratio: 2960/940;
	z-index: -5;
	background: url(../images/top/feature_bg.png) center top / 100% no-repeat;
}

.t_feature:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	aspect-ratio: 600 / 360;
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
	clip-path: polygon(0 100%, 0 0, 100% 0);
	z-index: -1;
	background: #00a0e9;
	opacity: 0.2;
}

.t_feature .img_bg_block {
	position: relative;
	isolation: isolate;
	z-index: 10;
	/* opacity: 0; */
}

.t_feature .img_bg_block:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	aspect-ratio: 1400/500;
	-webkit-clip-path: polygon(100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 100%, 0 100%, 0 0);
	z-index: -5;
	background: #a0d7ee;
	opacity: 0.36;
}

.t_feature .img_bg_block:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	aspect-ratio: 1 / 1;
	background: #00a0e9;
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	z-index: -1;
	opacity: 0.1;
}

.t_feature:before,
.t_feature .img_bg_block:before {
	width: 80%;
}

.t_feature:after,
.t_feature .img_bg_block:after {
	width: 30%;
}

.t_feature_ttl {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	isolation: isolate;
}

.t_feature_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: -9vw;
	left: 5vw;
	width: 30vw;
	aspect-ratio: 381/223;
	z-index: -1;
	background: url(../images/top/feature_square01.png) center / 100% no-repeat;
}

.t_feature_ttl span {
	color: #fff;
	letter-spacing: 0.2em;
	font-family: var(--font-en);
	font-size: 3.3rem;
	text-shadow: 1px 1px 0 #7bcbdc;
	line-height: 1;
}

.t_feature_ttl span::first-letter {
	color: #7bcbdc;
	text-shadow: 1px 1px 0 #fff;
}

.t_feature_ttl em {
	background: #fff;
	padding: 1vw 3vw;
	color: #00a0e9;
	letter-spacing: 0.16em;
	margin-top: 3vw;
}

.t_feature_item {
	margin-top: 13vw;
	position: relative;
	isolation: isolate;
}

.t_feature_block {
	margin-top: 8vw;
}

.t_feature_item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vw;
	z-index: -2;
	background: var(--feature-bg) center / cover no-repeat;
	display: none;
}

.t_feature_item_img_mini,
.t_feature_item_img {
	display: block;
	position: relative;
}

.t_feature_item_img_mini img,
.t_feature_item_img img {
	border-radius: 1.5vw;
}

.t_feature_item_img img {
	z-index: 1;
}

.t_feature_item_body {
	margin-top: 2vw;
}

.t_feature_item_ttl {
	display: flex;
	align-items: center;
	margin-bottom: 2vw;
}

.t_feature_item_ttl span {
	font-family: var(--font-en);
	/* font-weight: 600; */
	font-size: 6.1rem;
	color: #7bcbdc;
	line-height: 1;
	margin-right: 4vw;
}

.t_feature_item_ttl span::first-letter {
	color: #fff;
}

.t_feature_item_ttl em {
	--shadow: drop-shadow(0px 0px 0.4rem rgba(255, 255, 255, 1));
	color: #4c4948;
	line-height: calc(34/25);
	letter-spacing: 0.1em;
	font-size: 2rem;
	filter: var(--shadow) var(--shadow) var(--shadow) var(--shadow) var(--shadow);
}

.t_feature_item_content {
	background: rgba(255, 255, 255, 0.8);
	padding: 5vw 5vw 5vw;
	border-radius: 1rem;
	position: relative;
}

.t_feature_item_catch {
	color: #0075c2;
	text-align: center;
	line-height: calc(32/23);
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 2rem;
	padding-bottom: 4vw;
	margin-bottom: 4vw;
	border-bottom: 1px solid #e5e5e5;
	font-family: var(--font-min);
}

.t_feature_item_btn {
	margin-top: 5vw;
}

.t_feature_btn {
	margin-top: 8vw;
}

.t_feature_item01 {
	--feature-bg: url(../images/top/feature01_bg.jpg);
	margin-top: 0;
}

.t_feature_item01 .t_feature_item_img:before {
	content: '';
	display: block;
	position: absolute;
	top: -0.8vw;
	left: 0.1vw;
	width: 90vw;
	aspect-ratio: 999/509;
	z-index: 10;
	background: url(../images/top/feature_square02.png) center / 100% no-repeat;
}

.t_feature_item01 .t_feature_item_img_mini {
	width: 30vw;
	position: absolute;
	top: 36vw;
	right: -7vw;
}

.t_feature_item01 .t_feature_item_img_mini:before {
	content: '';
	display: block;
	position: absolute;
	top: 9vw;
	right: 19vw;
	width: 27vw;
	aspect-ratio: 219/149;
	z-index: 10;
	background: url(../images/top/feature_square03.png) center / 100% no-repeat;
}

.t_feature_item02 {
	--feature-bg: url(../images/top/feature02_bg.jpg);
	margin-top: 21vw;
}

.t_feature_item02 .t_feature_item_img:before {
	content: '';
	display: block;
	position: absolute;
	top: -20vw;
	left: -6vw;
	width: 51vw;
	aspect-ratio: 390/205;
	z-index: 10;
	background: url(../images/top/feature_square04.png) center / 100% no-repeat;
}

.t_feature_item03 {
	--feature-bg: url(../images/top/feature03_bg.jpg);
}

.t_feature_item03 .t_feature_item_img:before {
	content: '';
	display: block;
	position: absolute;
	top: -14vw;
	right: -6vw;
	width: 25vw;
	aspect-ratio: 1/1;
	z-index: 10;
	background: url(../images/top/feature_square05.png) center / 100% no-repeat;
}

.t_feature_item04 {
	--feature-bg: url(../images/top/feature04_bg.jpg);
	margin-top: 23vw;
}

.t_feature_item04 .t_feature_item_img_mini {
	width: 24vw;
	position: absolute;
	top: -10vw;
	left: 75vw;
}

.t_feature_item04 .t_feature_item_img_mini:before {
	content: '';
	display: block;
	position: absolute;
	top: -8vw;
	right: 19vw;
	width: 15vw;
	aspect-ratio: 1/1;
	z-index: 10;
	background: url(../images/top/feature_square06.png) center / 100% no-repeat;
}

.t_feature_item05 {
	--feature-bg: url(../images/top/feature05_bg.jpg);
}

.t_feature_item05 .t_feature_item_img:before {
	content: '';
	display: block;
	position: absolute;
	top: -0.8vw;
	left: 0.1vw;
	width: 90vw;
	aspect-ratio: 999 / 509;
	z-index: 10;
	background: url(../images/top/feature_square02.png) center / 100% no-repeat;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_concept
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_concept {
	position: relative;
	isolation: isolate;
	background: #87a1b2;
	padding-top: 56vw;
}

.t_concept:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 800/450;
	z-index: -1;
	background: url(../images/top/concept_img01_sp.jpg) center top / 100% no-repeat;
}

.t_concept .img_bg_block {
	padding-top: 13vw;
}

.t_concept .img_bg_block:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: url(../images/top/concept_bg01_sp.jpg) center / cover no-repeat;
}

.t_concept_ttl {
	text-align: left;
	margin-bottom: 5vw;
}

.t_concept_ttl span {
	color: #fff;
}

.t_concept_ttl span:first-letter {
	color: #fff;
}

.t_concept_ttl em {
	color: #fff;
	/* flex: 1; */
	display: flex;
	align-items: center;
	gap: 3vw;
}

.t_concept_ttl em:after {
	content: '';
	display: block;
	flex: 1;
	height: 1px;
	z-index: 1;
	background: #fff;
	position: relative;
	top: 0.3vw;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(0, 0, 0, 0) 100%);
}

.t_concept_txt {
	color: #fff;
}

.t_concept_btn {
	margin-top: 8vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_other
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_other {
	background: url(../images/top/other_bg.jpg) center / cover no-repeat;
}

.t_other_insta_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.t_other_insta .t_other_ttl {
	display: flex;
}

.t_other_insta .t_other_ttl span {
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	font-family: var(--font-en);
	line-height: 1;
}

.t_other_insta .t_other_ttl span::first-letter {
	color: #7bcbdc;
}

.t_other_insta_head a {
	--icon-right: 2vw;
	--icon-size: 3.7vw;
	--icon-color: #fff;
	--icon-url: url(../images/arrow_yellow01.png);
	--border-radius: 1.3vw;
	--border-width: 0px;
	font-size: 1.4rem;
	padding: 2.1vw 6vw 2vw 2vw;
	background: #f4e56a;
	letter-spacing: 0.12em;
	line-height: 1.4;
	border-radius: var(--border-radius);
	border: var(--border-width) solid var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22vw;
	min-height: 10vw;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}

.t_other_insta_head a:before {
	content: "";
	position: absolute;
	border: 0;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-size);
	height: auto;
	aspect-ratio: 1/1;
	transform: translateY(-50%);
	background: var(--icon-url) center / 100% no-repeat;
}

.t_other_insta_body {
	position: relative;
	margin-top: 5vw;
}

.t_other_insta_body .t_other_insta_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 20vw;
}

.t_other_insta #sb_instagram {
	padding: 0 !important;
	z-index: 1;
	position: relative;
}

.t_other_insta #sbi_images {
	padding: 0 !important;
}

.t_other_recruit {
	padding: 8vw 5vw 26vw;
	border-radius: 2vw;
	margin-top: 8vw;
	overflow: hidden;
	position: relative;
	background: #7bcbdc;
	isolation: isolate;
}

.t_other_recruit:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/top/recurit_img01.jpg) center bottom / 100% no-repeat;
	opacity: 0.7;
}

.t_other_recruit .t_other_ttl {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 4vw;
	justify-content: center;
}

.t_other_recruit .t_other_ttl span {
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	font-family: var(--font-en);
	line-height: 1;
	/* font-weight: 400; */
}

.t_other_recruit .t_other_ttl em {
	border: 1px solid #fff;
	padding: 1.1vw 2vw 0.9vw 2.3vw;
	line-height: 1;
	letter-spacing: 0.16em;
}

.t_other_txt {
	color: #fff;
	margin-top: 5vw;
}

.t_other_btn {
	margin-top: 5vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_column
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_column_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.t_column_ttl {
	display: flex;
}

.t_column_ttl span {
	font-size: 2.9rem;
	letter-spacing: 0.1em;
	font-family: var(--font-en);
	line-height: 1;
}

.t_column_ttl span::first-letter {
	color: #7bcbdc;
}

.t_column_head a {
	--icon-right: 2vw;
	--icon-size: 3.7vw;
	--icon-color: #fff;
	--icon-url: url(../images/arrow_yellow01.png);
	--border-radius: 1.3vw;
	--border-width: 0px;
	font-size: 1.4rem;
	padding: 2.1vw 6vw 2vw 2vw;
	background: #f4e56a;
	letter-spacing: 0.12em;
	line-height: 1.4;
	border-radius: var(--border-radius);
	border: var(--border-width) solid var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22vw;
	min-height: 10vw;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}

.t_column_head a:before {
	content: "";
	position: absolute;
	border: 0;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-size);
	height: auto;
	aspect-ratio: 1/1;
	transform: translateY(-50%);
	background: var(--icon-url) center / 100% no-repeat;
}

.t_column_block {
	margin-top: 6vw;
}