﻿@charset "UTF-8";
:root {
	--f-gara: "Cormorant Garamond", serif;
	--f-jp: "Noto Sans JP", sans-serif;
	--f-en: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝",
		"MS PMincho", serif;
}

:root {
	--main-color: #9C7C52;
	--ttl_size: 28px;
	--wrapper: 100px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.1em;
	color: #333;
	font-family: var(--f-jp);
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a:not(.tel_click) {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: #64b5f7;
}
a:not(.tel_click):hover,
a:not(.tel_click):active {
	color: #64b5f7;
}
a:not([target*="_blank"]) {
	transition: opacity 0.3s ease;
}
a:not([target*="_blank"]):hover {
	opacity: 0.7;
}

a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
	opacity: 1 !important;
}

@media only screen and (min-width: 769px) {
	a.tel_click {
		pointer-events: none;
	}
}
table {
	width: 100%;
}

iframe {
	width: 100%;
	height: 100%;
}

.link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

p {
	line-height: 2;
	letter-spacing: inherit;
	word-wrap: break-word;
	word-break: break-word;
	margin-bottom: 15px;
}
p:empty {
	display: none !important;
}
p:last-child {
	margin-bottom: 0;
}

.red {
	color: #ca0a0a !important;
}

.bold {
	font-weight: bold !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

*,
::after,
::before {
	box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
	overflow-x: auto !important;
}

.wrapper {
	overflow: hidden;
}

.inner_big,
.inner,
.inner_sm {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.inner_big {
	max-width: 1460px;
}

.inner {
	max-width: 1300px;
}

.inner_sm {
	max-width: 1000px;
}

.fullWidthBreak {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 35px;
}

.alignright {
	margin: 5px 0 20px 20px;
}

.alignleft {
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
	.pc_only {
		display: none !important;
	}
}
@media only screen and (min-width: 769px) {
	.sp_only {
		display: none !important;
	}
}
.accBtn::before,
.accBtn::after {
	transition: all 0.3s ease-in-out;
}
.accBtn.triangle,
.accBtn.triangle_btt {
	position: relative;
}
.accBtn.triangle::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 0;
	border-radius: 20px;
	border-color: inherit;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
	transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
	content: "";
	position: relative;
	top: 0px;
	width: 0;
	height: 0;
	border-radius: 20px;
	border-color: inherit;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid;
	display: block;
	margin: 10px auto 0;
	transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
	transform: rotateX(180deg);
}

.TabContainer .TabContent {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.TabContainer .TabContent > ul {
	transition: all 0.3s ease-in-out;
}
.TabContainer .TabContent > ul > li {
	opacity: 0;
	z-index: -10;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent > ul > li.active {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

.rel {
	position: relative;
}

.ovh {
	overflow: hidden !important;
}

.ovs {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* Lets it scroll lazy */
}

.lt0 {
	letter-spacing: 0 !important;
}

figure {
	margin: 0;
	text-align: center;
	line-height: 1;
}

.fblock {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.key {
	position: relative;
}

.gMap {
	width: 100%;
	height: 100%;
}

.txt_l {
	float: left;
	width: calc(100% - 385px);
}

.txt_r {
	float: right;
	width: calc(100% - 385px);
}

.image_alone {
	display: table;
	max-width: 500px;
	margin: 0 auto;
	border: 7px solid rgba(231, 231, 231, 0.5);
	border-radius: 11px;
	overflow: hidden;
}

.totop {
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	position: fixed;
	z-index: 19;
	bottom: 1em;
	right: 1em;
}
.totop.active {
	opacity: 1;
	visibility: visible;
}
.totop .icon {
	background-image: url(../images/shared_totop.png);
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: calc(50% - 1px) center;
	border: 0px;
	width: 3.875em;
	height: 3.875em;
	background-color: #fff;
	border-radius: 50%;
	margin: 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.totop {
		right: 10px;
		bottom: 10px;
	}
	.totop .icon {
		font-size: 12px;
	}
}

@media only screen and (min-width: 769px) {
	.totop:hover .icon {
		opacity: 0.9;
		animation-name: bounces;
	}
}
.bounce {
	animation-name: bounces;
}

.animateds {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes bounces {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}
@keyframes fixed_banner {
	0% {
		left: 0;
		opacity: 1;
	}
	100% {
		left: -3px;
		opacity: 0.7;
	}
}
.btn a::after {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.3s;
	width: 0.777778em;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	--mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12' %3E%3Cpath d='M12.444,5.999 L12.444,6.4 L13.999,5.999 L7.777,11.999 L6.222,11.0 L10.700,6.999 L0.0,6.999 L0.0,5.0 L10.578,5.0 L6.222,1.1 L7.777,0.0 L13.999,5.999 L12.444,5.999 Z'/%3E%3C/svg%3E");
	mask-image: var(--mask);
	-webkit-mask-image: var(--mask);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% auto;
	-webkit-mask-size: 100% auto;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: var(--main-color);
}
@-moz-document url-prefix() {
	.btn a::after {
		/* Fire Fox */
		-webkit-mask-size: auto;
	}
}

.btn-group {
	font-size: 10px;
}
.btn-group .btn {
	font-size: 1em;
}
.btn-group .btn.style01 {
	width: 100%;
	min-width: 180px;
	max-width: 408px;
	overflow: hidden;
}
.btn-group .btn.style01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3.88889em;
	padding: 1em;
	position: relative;
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: var(--main-color);
	transition: all 0.3s;
	border-radius: 40px;
}
.btn-group .btn.style01 a::after {
	background-color: #fff;
}
.btn-group .btn.style01 a:hover {
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	.btn-group .btn.style01 a:hover {
		background-color: var(--clr1);
	}
	.btn-group .btn.style01 a:hover::after {
		right: 5px;
	}
}
.btn-group .btn.style01.md a {
	font-size: 16px;
}
.btn-group .btn.bg01 a {
	background-color: transparent;
	color: var(--main-color);
}
.btn-group .btn.bg02 a {
	background-color: #f4bf0c;
}

.slick-arrow {
	display: block;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	position: absolute;
	top: 37%;
	width: 38px;
	height: 38px;
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
}
.slick-arrow:focus {
	outline: 0;
}

.slick-prev {
	left: -55px;
}

.slick-next {
	right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
	body {
		font-size: 87.5%;
	}
	.btn.style01 a,
	.btn.style02 a {
		font-size: 14px;
	}
	.totop {
		right: 10px;
	}
	.totop .icon {
		width: 60px;
		height: 60px;
	}
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.25em;
	z-index: 20;
	transition: 0.3s box-shadow ease-in-out;
	background-color: rgba(255, 255, 255, 0.8);
}
header .header_top {
	justify-content: space-between;
	padding: 8px 89px;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	header .header_top {
		padding: 10px;
	}
}
header .pc_navi {
	opacity: 1;
	visibility: visible;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	header {
		height: 60px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	header .header_top {
		padding: 8px 80px 8px 40px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	header .header_top {
		padding: 8px 40px 8px 10px;
	}
	header .logo {
		width: 20%;
		height: 40px;
	}
	header .right_head {
		width: 75%;
	}
	header .right_head ul li:last-child .subInner {
		right: 5em;
	}
}

.header_top {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}

.logo {
	width: 40%;
	max-width: 315px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo a {
	display: block;
	width: 100%;
	text-align: center;
}
.logo img {
	transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.logo {
		width: 24vw;
	}
}
@media only screen and (min-width: 769px) {
	.logo {
		height: 80px;
	}
}

.right_head {
	width: 63.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
}

.pc_navi {
	width: 100%;
}
.pc_navi > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	width: 100%;
}
.pc_navi > ul > li {
	position: relative;
}
.pc_navi > ul > li.home > a,
.pc_navi > ul > li.home > p {
	width: 1.875em;
	text-indent: -9999px;
	height: 1.3125em;
	margin-top: -0.1875em;
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.625;
	letter-spacing: 0.1em;
	transition: 0.3s all ease-in-out;
	color: var(--main-color);
	font-family: var(--f-jp);
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
	opacity: 1;
	color: var(--main-color);
}
.pc_navi > ul > li > a:hover::before,
.pc_navi > ul > li > p:hover::before {
	transform: scaleX(1);
}
.pc_navi > ul > li > a::before,
.pc_navi > ul > li > p::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: var(--main-color);
	transform: scaleX(0);
	transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.pc_navi > ul > li > a,
	.pc_navi > ul > li > p {
		letter-spacing: 0;
		font-size: 12px;
	}
}
.pc_navi > ul > li a.title::after,
.pc_navi > ul > li p.title::after {
	content: "";
	position: absolute;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
	width: 0.875em;
	height: 0.5625em;
	top: calc(100% + 0.35em);
	left: calc(50% - 0.4375em);
	transition: 0.3s all ease-in-out;
}
.pc_navi > ul > li a.title:hover::after,
.pc_navi > ul > li p.title:hover::after {
	top: calc(100% + 0.45em);
}
.pc_navi > ul > li p.title {
	position: relative;
}
.pc_navi > ul > li p.title::after {
	content: "";
	position: absolute;
	top: calc(100% + 1.0625em);
	left: calc(50% - 0.4375em);
	transform: rotate(135deg) translateX(-50%);
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	transition: all 0.5s ease;
	background: transparent;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.pc_navi > ul > li p.title::after {
		top: calc(100% + 1em);
	}
	.pc_navi > ul > li.p_2c .subInner {
		transform: translate(40%, 100%) !important;
	}
}
.pc_navi > ul > li.p_2c p::after {
	top: calc(100% + 0.25em);
}
.pc_navi > ul > li.mcol-2 .subInner {
	max-width: 600px;
	width: 40em;
	transform: translate(50%, 100%);
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.pc_navi > ul > li.mcol-2 .subInner {
		font-size: 12px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.pc_navi > ul > li.mcol-2 .subInner {
		width: 35em;
	}
}
.pc_navi > ul > li.mcol-2 .subInner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pc_navi > ul > li.mcol-2 .subInner ul li {
	width: 50%;
}
.pc_navi > ul .subInner {
	position: absolute;
	width: 220px;
	right: 50%;
	bottom: -1.25em;
	padding-top: 0px;
	transform: translate(45%, 100%);
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.pc_navi > ul .subInner.active {
	opacity: 1;
	visibility: visible;
}
.pc_navi > ul > li .subInner ul .h_btn {
	padding: 10px;
	position: relative;
}
.pc_navi > ul > li.mcol-2 .subInner ul .h_btn_100 {
	width: 100%;
}

.pc_navi > ul > li .subInner ul .h_btn.h_btn_border::after {
	content: "";
	position: absolute;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
	left: 10px;
	right: 10px;
	bottom: 0;
}
.pc_navi > ul > li .subInner ul .h_btn a {
	background: #fff;
	border: 0;
	text-align: center;
	display: flex;
	color: var(--main-color);
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	border-radius: 40px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.pc_navi > ul > li .subInner ul .h_btn a::before {
	display: none;
}
.pc_navi > ul > li .subInner ul .h_btn a::after {
	content: "";
    position: absolute;
	mask-image: url(../images/idx_btn_arrow_white.png);
	mask-repeat: no-repeat;
	mask-size: contain;
    background-color: var(--main-color);
    width: 7px;
    height: 13px;
    right: 1em;
    top: calc(50% - 6.5px);
}

@media only screen and (min-width: 769px) {
	.pc_navi > ul > li .subInner ul .h_btn a:hover {
		opacity: .9;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.pc_navi > ul .subInner {
		bottom: -1.125em;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.pc_navi > ul .subInner {
		bottom: -1.05em;
	}
}
.pc_navi > ul .subInner ul {
	background-color: rgba(43, 151, 166, 0.9);
	padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
	padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
	position: relative;
	display: block;
	padding: 13px 10px 13px 28px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
	transition: all 0.2s ease;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
	content: "›";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-54%);
	font-size: 14px;
}
.pc_navi > ul .treatment .subInner {
	transform: translate(25%, 100%);
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	header .pc_navi > ul {
		font-size: 14px;
	}
	.right_head {
		width: 60%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
	.pc_navi > ul .subInner ul li a {
		font-size: 12px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
	.header_top {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	:root {
		--ttl_size: 22px;
		--wrapper: 80px;
	}
}
footer .ft_info {
	padding: 70px 0 80px;
	background: url(../images/ft_info_bg.jpg) no-repeat top center/cover;
}
footer .ft_info .ft_info_ttl {
	margin-bottom: 40px;
}
footer .ft_info .ft_info_ttl span {
	display: block;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
footer .ft_info .ft_info_ttl .en0 {
	font-family: var(--f-en);
	font-size: 6.25em;
	color: #ffd235;
	opacity: 0.15;
}
footer .ft_info .ft_info_ttl .en {
	font-family: var(--f-en);
	font-size: 1.375em;
	color: #ffd200;
	margin-top: -2.9090909091em;
	margin-bottom: 10px;
}
footer .ft_info .ft_info_ttl .jp {
	font-family: var(--f-en);
	letter-spacing: 0.2em;
	font-weight: 600;
	font-size: 2.625em;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	footer .ft_info .ft_info_ttl {
		font-size: 9px;
	}
}
footer .ft_info .ft_info_box {
	width: calc(50% - 20px);
	border-radius: 12px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	padding: 4.3em 3.75em 3.75em;
	display: flex;
	flex-direction: column;
}
footer .ft_info .ft_info_box .ttl01 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	margin: 6px 0 23px;
	padding-left: 10px;
}
footer .ft_info .ft_info_box .ttl02 {
	font-size: 1.125em;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.6666666667;
	padding-left: 8px;
	margin-bottom: 20px;
}
footer .ft_info .ft_btn {
	width: 100%;
	max-width: 15em;
	margin: 0 auto 15px;
}
footer .ft_info .ft_btn a {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 23px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.125em;
	letter-spacing: 0.2em;
	padding: 9px 0 10px 4px;
	color: #fff;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s all ease-in-out;
}
footer .ft_info .ft_btn a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
footer .ft_info .ft_btn a::before {
	content: "";
	position: absolute;
	background: url(../images/idx_btn_arrow_white.png) no-repeat center/contain;
	width: 7px;
	height: 13px;
	right: 10px;
	top: calc(50% - 0.3333333333em);
}
footer .ft_info .ft_btn a:hover {
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	footer .ft_info .ft_btn a:hover {
		transform: translateY(-5px);
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	footer .ft_info .ft_btn {
		width: calc(50% - 5px);
	}
	footer .ft_info .ft_btn a {
		font-size: 1.4vw;
		letter-spacing: 0;
	}
	footer .ft_info .ft_btn a::before {
		width: 5px;
		height: 10px;
		right: 8px;
		top: calc(50% - 5px);
	}
}
footer .ft_info .ft_btn01 a::after {
	background-image: linear-gradient(60deg, rgb(27, 186, 119) 0%, rgb(123, 201, 59) 100%);
	opacity: 0.8;
}
footer .ft_info .ft_btn02 a::after {
	background-image: linear-gradient(60deg, rgb(245, 98, 133) 0%, rgba(240, 137, 229, 0.99608) 100%);
	opacity: 0.8;
}
footer .ft_info .ft_btn03 a {
	background-color: #00aeef;
}
footer .ft_info .ft_btn03 a::after {
	background-image: linear-gradient(0deg, rgb(211, 180, 226) 0%, rgba(162, 197, 166, 0.99608) 100%);
	opacity: 0.5;
}
footer .ft_info .idx_btn {
	width: 100%;
	max-width: 15em;
	margin-top: 20px;
}
footer .ft_info .idx_btn a {
	letter-spacing: 0;
}
footer .ft_info .idx_btn a::before {
	right: 0.7em !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	footer .ft_info .idx_btn {
		margin-top: 10px;
		width: calc(50% - 5px);
		font-size: 12px;
	}
}
footer .ft_info .ft_group_btn {
	margin: 11px auto 0;
	width: 100%;
}
footer .ft_info .ft_group_btn .idx_btn {
	margin: 0;
	width: calc(50% - 10px);
}
@media only screen and (min-width: 769px) {
	footer .ft_info .ft_group_btn .idx_btn a {
		font-size: 1em;
		padding-top: 1.0625em;
		padding-bottom: 1.1875em;
		letter-spacing: 1px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
	footer .ft_info .ft_group_btn {
		max-width: 440px;
	}
}
footer .ft_info .ft_info_logo {
	text-align: center;
	margin: 0;
}
footer .ft_info .ft_info_logo a {
	text-decoration: none;
	color: #4dacbf;
	font-size: 42px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}
footer .ft_info .ft_info_logo a:hover {
	opacity: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	footer .ft_info .ft_info_logo a {
		font-size: 24px;
	}
}
footer .ft_info .ft_line {
	margin-bottom: 25px;
	width: 100%;
}
footer .ft_info .ft_line a:hover {
	opacity: 1;
}
footer .ft_info .ft_map {
	width: 100%;
	line-height: 0;
	margin-top: 38px;
}
footer .ft_info .ft_map iframe {
	height: 230px;
	width: 100%;
	border: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	footer .ft_info .ft_info_box {
		padding: 20px;
	}
	footer .ft_info .ft_info_box .ft_info_logo {
		padding: 0 20px;
	}
	footer .ft_info .ft_info_box .ft_info_logo img {
		width: auto;
		height: 20px;
	}
	footer .ft_info .ft_info_box .ttl01 {
		font-size: 20px;
		padding: 0;
		margin: 10px 0;
	}
	footer .ft_info .ft_info_box .ttl02 {
		letter-spacing: 1px;
	}
}
footer .ft_bg {
	background: url(../images/ft_bg.jpg) no-repeat top center/cover;
}
footer .ft_logo {
	text-align: left;
	margin-bottom: 3.5625em;
}
footer .ft_logo a:hover {
	opacity: 1;
}
footer .ft_menu {
	padding: 5em 0 3.75em;
}
footer .ft_menu .fblock {
	justify-content: flex-start;
}
footer .ft_menu .menu01 {
	display: flex;
	flex-direction: column;
}
footer .ft_menu .menu01 {
	width: 29.45%;
}
footer .ft_menu .menu02 {
	width: 27%;
}
footer .ft_menu .menu03 {
	width: 25.15%;
}
footer .ft_menu .menu04 {
	width: 18.4%;
}
footer .ft_menu .menu02_2 {
	padding-top: 2.5625em;
}
footer .ft_menu .ttl {
	font-size: 1.875em;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 500;
	font-family: var(--f-en);
	color: #333;
	text-transform: uppercase;
	margin-bottom: 26px;
}
footer .ft_menu .ttl.ttl02 {
	margin-top: 40px;
}
footer .ft_menu .ttl.ttl_small {
	font-size: 1.375em;
	margin-bottom: 20px;
}
footer .ft_menu .ttl.ttl_small_02 {
	margin-top: 44px;
}
footer .ft_menu .ttl_menu {
	line-height: 1;
	font-size: 1.125em;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 24px;
}
footer .ft_menu ul li:not(:last-child) {
	margin-bottom: 16.5px;
}
footer .ft_menu ul li a {
	display: table;
	text-decoration: none;
	color: #333;
	line-height: 1.5;
	font-size: 0.9375em;
	letter-spacing: 0.1em;
	padding-left: 24px;
	border-bottom: 1px solid transparent;
	position: relative;
	transition: 0.3s all ease-in-out;
	font-weight: 500;
}
footer .ft_menu ul li a::before {
	content: "";
	position: absolute;
	background-color: #333;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	left: 7px;
	top: 9px;
}
@media only screen and (min-width: 2000px) {
	footer .ft_menu ul li a::before {
		width: 4px;
		height: 4px;
	}
}
footer .ft_menu ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 20px;
	height: 1px;
	background-color: #333;
	transform: scaleX(0);
	transition: 0.3s all ease-in-out;
}
footer .ft_menu ul li a:hover {
	opacity: 1;
	color: #333;
}
footer .ft_menu ul li a:hover::after {
	transform: scaleX(1);
}
footer .ft_menu ul li.lv2 > a {
	pointer-events: none;
}
footer .ft_menu ul li ul {
	padding-top: 1.05em;
	padding-left: 1.2em;
}
footer .ft_menu ul li ul li a::before {
	border-radius: 0;
	width: 12px;
	height: 2px;
	top: 10px;
}
footer .ft_menu .menu_lv2 {
	width: 41%;
	margin-top: 17px;
}
footer .ft_menu .menu_lv2:last-child {
	width: 49%;
}
footer .ft_menu .menu_lv2 ul {
	padding-top: 0;
	padding-left: 1.125em;
}
footer .ft_menu .menu_lv2 ul li:not(:last-child) {
	margin-bottom: 16.5px;
}
footer .ft_menu .menu_lv2 ul li a::before {
	border-radius: 0;
	width: 10px;
	height: 2px;
	top: 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	footer .ft_menu {
		padding: 40px 0;
	}
	footer .ft_menu ul li a {
		letter-spacing: 0 !important;
		font-size: 11px;
	}
	footer .ft_menu ul li ul {
		padding-left: 0;
	}
	footer .ft_menu .menu01,
	footer .ft_menu .menu02,
	footer .ft_menu .menu03,
	footer .ft_menu .menu04 {
		width: 25%;
	}
	footer .ft_menu .m2 {
		width: 52%;
	}
	footer .ft_menu .m1,
	footer .ft_menu .m3 {
		width: 23%;
	}
}
footer .copy {
	background-color: #9C7C52;
	padding: 28px 0 30px;
	text-align: center;
}
footer .copy p {
	line-height: 1;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
}
footer .m1 {
	width: 25.2%;
}
footer .m2 {
	width: 58.6%;
}
footer .m3 {
	width: 16.2%;
}
@media only screen and (min-width: 769px) {
	footer .m3 {
		margin-top: 61px;
	}
}
footer .ft_info_txt {
	height: 3.4375em;
	align-items: center;
	margin-bottom: 20px;
}
footer .ft_info_txt p {
	line-height: 1;
	font-size: 1.25em;
	font-weight: 500;
	margin: 0;
}
footer .ft_info_txt p a {
	text-decoration: none;
	color: inherit;
}
footer .ft_info_txt p.ft_into_tel3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	footer .ft_info_txt {
		font-size: 11px;
	}
}
@media only screen and (max-width: 768px) {
	footer .ft_info_txt {
		display: flex;
		height: auto;
	}
}
@media only screen and (max-width: 480px) {
	footer .ft_info_txt {
		font-size: 3vw;
	}
	footer .ft_info_txt p {
		letter-spacing: 0;
	}
}
@media only screen and (min-width: 769px) {
	.fixed_banner {
		position: fixed;
		z-index: 10;
		right: 10px;
		top: 21.7em;
		width: 7.5em;
		display: flex;
		flex-direction: column;
		font-size: 0.875em;
	}
	.fixed_banner.active {
		font-size: 0.875em;
		top: 45%;
		transform: translateY(-50%);
	}
	.fixed_banner li {
		position: relative;
		width: 7.5em;
		height: 7.5em;
		border-radius: 50%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		z-index: 1;
		margin-bottom: 2px;
	}
	.fixed_banner li::after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 50%;
	}
	.fixed_banner li a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		border-radius: 50%;
	}
	.fixed_banner li .ttl01 {
		text-align: center;
		line-height: 1.25;
		color: #fff;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding-top: 1em;
	}
	.fixed_banner li .ttl02 {
		position: absolute;
		right: 100%;
		transition: 0.3s all ease-in-out;
		white-space: nowrap;
		font-size: 1.125em;
		padding: 0.25em 0.5em;
		border-radius: 5px;
		font-weight: 500;
		color: #fff;
		opacity: 0;
		visibility: hidden;
	}
	.fixed_banner li:hover .ttl02 {
		right: calc(100% + 0.5em);
		opacity: 1;
		visibility: visible;
	}
	.fixed_banner .tel .ttl01::before {
		content: "";
		display: block;
		margin: 0 auto 0.1875em;
		background: url(../images/fixed_icon_tel.png) no-repeat center/contain;
		width: 1.5em;
		height: 1.5em;
		position: relative;
		left: 0.125em;
	}
	.fixed_banner .web .ttl01 {
		padding-top: 0;
	}
	.fixed_banner .web .ttl01::before {
		content: "";
		display: block;
		margin: 0 auto 0.5714285714em;
		background: url(../images/fixed_icon_cal.png) no-repeat center/contain;
		width: 1.7142857143em;
		height: 1.7142857143em;
	}
	.fixed_banner .tel1 {
		background-color: #d7bccc;
	}
	.fixed_banner .tel1::after {
		background: linear-gradient(0, rgb(191, 201, 226) 0%, rgb(187, 213, 238) 100%);
	}
	.fixed_banner .tel1 .ttl02 {
		background: linear-gradient(0, rgb(191, 201, 226) 0%, rgb(187, 213, 238) 100%);
	}
	.fixed_banner .tel2 {
		background-color: #d7bccc;
	}
	.fixed_banner .tel2::after {
		background: linear-gradient(0, rgb(215, 188, 204) 0%, rgb(219, 208, 226) 100%);
	}
	.fixed_banner .tel2 .ttl02 {
		background: linear-gradient(0, rgb(215, 188, 204) 0%, rgb(219, 208, 226) 100%);
	}
	.fixed_banner .web {
		background-color: #f5d39a;
	}
	.fixed_banner .web::after {
		background: linear-gradient(0, rgb(245, 211, 154) 0%, rgb(209, 231, 253) 100%);
	}
	.fixed_banner .tel3 {
		background-color: #dbd0e2;
	}
	.fixed_banner .tel3::after {
		background: linear-gradient(0, rgb(219, 208, 226) 0%, rgb(240, 215, 210) 100%);
	}
	.fixed_banner .tel3 .ttl02 {
		background: linear-gradient(0, rgb(219, 208, 226) 0%, rgb(240, 215, 210) 100%);
	}
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1366px) {
	.fixed_banner {
		font-size: 10px;
		top: 30%;
	}
	.fixed_banner.active {
		font-size: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1280px) {
	.fixed_banner {
		font-size: 12px;
		top: 20%;
	}
	.fixed_banner.active {
		font-size: 12px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
	.fixed_banner {
		font-size: 9px;
		top: 12%;
	}
	.fixed_banner.active {
		font-size: 9px;
		top: 50%;
		transform: translateY(-50%);
	}
}
.fixed_banner_1 {
	position: fixed;
	z-index: 8;
	left: 3.4375em;
	bottom: 3em;
	overflow: hidden;
	font-size: 0.875em;
}
@media only screen and (min-width: 769px) {
	.fixed_banner_1 {
		transition: 0.3s all ease-in-out;
	}
	.fixed_banner_1.bottom {
		opacity: 0;
		visibility: hidden;
	}
}
.fixed_banner_1.tobottom {
	bottom: 10px !important;
}
.fixed_banner_1.active {
	bottom: 1em;
	left: 10px;
	font-size: 0.875em;
}
.fixed_banner_1 figure {
	border: 1px solid #afd5dc;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.fixed_banner_1 figure img {
	width: 22.5em;
}
.fixed_banner_1 figure a:hover {
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	.fixed_banner_1 figure a:hover {
		opacity: 0.9;
	}
}
.fixed_banner_1.hide {
	opacity: 0;
	visibility: hidden;
}
.fixed_banner_1 i {
	z-index: 1;
	position: absolute;
	top: -0.6875em;
	right: -0.6875em;
	width: 2.5625em;
	height: 2.5625em;
	border-radius: 50%;
	background: #afd5dc url(../images/fixed_banner_1_close.png) no-repeat calc(50% - 0.3125em) calc(50% + 0.3125em) /
		0.6875em;
	cursor: pointer;
}
@media only screen and (min-width: 769px) {
	.fixed_banner_1 i:hover {
		background-color: var(--main-color);
	}
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.fixed_banner_1 {
		font-size: 11px;
		bottom: 14em;
	}
	.fixed_banner_1.active {
		font-size: 11px;
		bottom: 4em;
	}
	.fixed_banner_1.active {
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.fixed_banner_1 {
		left: 10px;
	}
	.fixed_banner_1.active {
		left: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.fixed_banner_1 {
		bottom: 20px;
		left: 40px;
		opacity: 0;
		font-size: 12px;
	}
	.fixed_banner_1.active {
		opacity: 1;
		left: 10px;
		bottom: 6em;
		font-size: 12px;
	}
	.fixed_banner_1.tobottom {
		bottom: 70px !important;
	}
}
@media only screen and (max-width: 480px) {
	.fixed_banner_1 {
		font-size: 10px;
	}
	.fixed_banner_1.active {
		font-size: 10px;
		bottom: 7em;
	}
}

.fixed_banner_l {
	position: fixed;
	z-index: 9;
	bottom: 10px;
	left: 3.5em;
	background: url(../images/fixed_banner_l.png) no-repeat center/cover;
	border: 1px solid #a3c3e5;
	border-radius: 4px;
	padding: 1.5625em 2.125em 0.9375em;
	overflow: hidden;
	font-size: 0.875em;
}
.fixed_banner_l a{
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
@media only screen and (min-width: 769px) {
	.fixed_banner_l {
		transition: 0.3s all ease-in-out;
	}
	.fixed_banner_l.bottom {
		opacity: 0;
		visibility: hidden;
	}
}
.fixed_banner_l.active {
	bottom: 10px;
	left: 10px;
	font-size: 0.875em;
}
.fixed_banner_l i {
	z-index: 1;
	position: absolute;
	top: -0.8125em;
	right: -0.75em;
	width: 2.5625em;
	height: 2.5625em;
	border-radius: 50%;
	background: #a3c3e5 url(../images/fixed_banner_1_close.png) no-repeat calc(50% - 0.3125em) calc(50% + 0.3125em) /
		0.6875em;
	cursor: pointer;
}
@media only screen and (min-width: 769px) {
	.fixed_banner_l i:hover {
		background-color: var(--main-color);
	}
}
.fixed_banner_l.hide {
	opacity: 0;
	visibility: hidden;
}
.fixed_banner_l .ttl01 {
	line-height: 1.5;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #38afc1;
}
.fixed_banner_l .ttl02 {
	font-family: var(--f-en);
	line-height: 1;
	color: #333;
	letter-spacing: 0.15em;
	font-size: 1.5em;
	text-align: center;
	font-weight: 500;
}
.fixed_banner_l .ttl02 span {
	font-size: 1.5em;
}
.fixed_banner_l .ttl02 span:last-child {
	position: relative;
	left: 0.1666666667em;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.fixed_banner_l {
		font-size: 11px;
	}
	.fixed_banner_l.active {
		font-size: 11px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.fixed_banner_l {
		bottom: 10px;
		left: 10px;
	}
	.fixed_banner_l.active {
		left: 10px;
		bottom: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.fixed_banner_l {
		bottom: 70px;
		left: 40px;
		opacity: 0;
		font-size: 12px;
	}
	.fixed_banner_l.active {
		opacity: 1;
		left: 10px;
		bottom: 70px;
		font-size: 12px;
		opacity: 1;
	}
}
@media only screen and (max-width: 480px) {
	.fixed_banner_l {
		font-size: 10px;
	}
	.fixed_banner_l.active {
		font-size: 10px;
	}
}

.under .fixed_banner_l,
.under .fixed_banner_1 {
	display: none !important;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.href {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.href a {
	display: block;
	width: 100%;
	height: 100%;
}

.idx_btn {
	max-width: 360px;
	margin: 25px auto 0;
}
.idx_btn a {
	display: block;
	width: 100%;
	background: #fff url(../images/idx2_arrow.png) no-repeat calc(100% - 15px) center/7px;
	border: 1px solid rgb(217, 217, 217);
	text-align: center;
	border-radius: 30px;
	font-size: 1.125em;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-decoration: none;
	padding: 0.8333333333em 0 0.8888888889em 0.2222222222em;
	transition: 0.3s all ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.idx_btn a span {
	background: linear-gradient(to right, #6d89bb 0%, #ccb5ca 50%, #ca7e54 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.4;
}
.idx_btn a:hover {
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	.idx_btn a:hover {
		transform: translateY(-5px);
	}
}
.idx_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.idx_btn.user span::before {
	content: "";
	display: inline;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	-webkit-mask-image: url(../images/idx1_icon_user.png);
	mask-image: url(../images/idx1_icon_user.png);
	background-color: #fff;
}
.idx_btn.calendar span::before {
	content: "";
	display: inline;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	-webkit-mask-image: url(../images/idx1_icon_calendar.png);
	mask-image: url(../images/idx1_icon_calendar.png);
	background-color: #fff;
}
.idx_btn.clipboard span::before {
	content: "";
	display: inline;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	-webkit-mask-image: url(../images/idx1_icon_01.png);
	mask-image: url(../images/idx1_icon_01.png);
	background-color: #fff;
}
.idx_btn.traffic span::before {
	content: "";
	display: inline;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	-webkit-mask-image: url(../images/idx1_icon_03.png);
	mask-image: url(../images/idx1_icon_03.png);
	background-color: #fff;
}
.idx_btn.determining span::before {
	content: "";
	display: inline;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	-webkit-mask-image: url(../images/idx1_icon_02.png);
	mask-image: url(../images/idx1_icon_02.png);
	background-color: #fff;
}
.idx_btn.large a {
	font-size: 1.25em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.idx_btn.green a {
	border: 0;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 0.8888888889em 0 0.9444444444em;
	background: #039507;
}
.idx_btn.green a span {
	background: transparent;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}
.idx_btn.green a::after,
.idx_btn.green a::before {
	content: "";
	position: absolute;
}
.idx_btn.green a::after {
	background: linear-gradient(60deg, rgb(176, 217, 177) 0%, rgb(136 229 127) 100%);
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.idx_btn.green a::before {
	background: url(../images/idx_btn_arrow_white.png) no-repeat center/contain;
	width: 7px;
	height: 13px;
	right: 0.5555555556em;
	top: calc(50% - 6.5px);
}
.idx_btn.pink a {
	border: 0;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 0.8888888889em 0 0.9444444444em;
	background: #fccde9;
}
.idx_btn.pink a span {
	background: transparent;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}
.idx_btn.pink a::after,
.idx_btn.pink a::before {
	content: "";
	position: absolute;
}
.idx_btn.pink a::after {
	background-image: linear-gradient(60deg, rgb(252, 205, 233) 0%, rgb(245, 212, 232) 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.idx_btn.pink a::before {
	background: url(../images/idx_btn_arrow_white.png) no-repeat center/contain;
	width: 7px;
	height: 13px;
	right: 0.5555555556em;
	top: calc(50% - 0.3333333333em);
}
.idx_btn.blue a {
    background: transparent;
	border: 0;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 0.8888888889em 0 0.9444444444em;
	position: relative;
}
.idx_btn.blue a span {
	background: transparent;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}
.idx_btn.blue a::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(60deg, #92B5D3 0%, #A5C7E3 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.idx_btn.blue a::before {
	content: "";
	position: absolute;
	background: url(../images/idx_btn_arrow_white.png) no-repeat center/contain;
	width: 7px;
	height: 13px;
	right: 0.7em;
	top: calc(50% - 6.5px);
}
.idx_btn.blue1 a {
	background: #aad7d9;
	border: 0;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 0.8888888889em 0 0.9444444444em;
	position: relative;
}
.idx_btn.blue1 a span {
	background: transparent;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}
.idx_btn.blue1 a::after {
	content: "";
	position: absolute;
	background-image: linear-gradient(60deg, rgb(140, 182, 212) 0%, rgb(160, 200, 228) 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.idx_btn.blue1 a::before {
	content: "";
	position: absolute;
	background: url(../images/idx_btn_arrow_white.png) no-repeat center/contain;
	width: 7px;
	height: 13px;
	right: 0.7em;
	top: calc(50% - 6.5px);
}
.idx_btn.white a {
	background: #fff;
	border: 0;
	letter-spacing: 0.1em;
	color: #B99C74;
	padding: 0.8888888889em 0 0.9444444444em 0.2em;
}
.idx_btn.white a span {
	background: transparent;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}
.idx_btn.white a::after,
.idx_btn.white a::before {
	content: "";
	position: absolute;
}
.idx_btn.white a::after {
	display: none;
}
.idx_btn.white a::before {
	background: url(../images/idx_btn_arrow_blue.png) no-repeat center/contain;
	width: 7px;
	height: 13px;
	right: 0.9em;
	top: calc(50% - 0.3333333333em);
}
.idx_btn.orange a {
	background: #ffba00;
	color: #fff;
	border: 0;
	letter-spacing: 0.1em;
	padding: 0.8888888889em 0 0.9444444444em 0.2em;
}
.idx_btn.orange a::after,
.idx_btn.orange a::before {
	content: "";
	position: absolute;
}
.idx_btn.orange a::after {
	background-image: linear-gradient(90deg, rgba(255, 206, 159, 0.99608) 0%, rgb(255, 132, 156) 100%);
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.idx_btn.orange a::before {
	background: url(../images/idx_btn_arrow_white.png) no-repeat center/contain;
	width: 7px;
	height: 13px;
	right: 0.8888888889em;
	top: calc(50% - 0.3333333333em);
}




.idx_btn.ins a {
	display: block;
	width: 100%;
	background: #fff url(../images/idx2_arrow.png) no-repeat calc(100% - 15px) center/7px;
	border: 1px solid rgb(217, 217, 217);
	text-align: center;
	border-radius: 30px;
	font-size: 1.125em;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-decoration: none;
	padding: 0.6875em 0;
	transition: 0.3s all ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.idx_btn.ins a span {
	background: linear-gradient(to right, #6d89bb 0%, #ccb5ca 50%, #ca7e54 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.idx_btn.ins a span::before {
	content: '';
	background: url(../images/btn_icon_ins.png) no-repeat center / contain;
	width: 2em;
    height: 2em;
    margin-right: .5em;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.idx_btn {
		max-width: 300px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
	:root {
		--wrapper: 80px;
	}
}
@keyframes clip-path-animation {
	0% {
		-webkit-clip-path: polygon(50% 50%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);
		clip-path: polygon(50% 50%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);
	}
	12.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
		clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0, 100% 0);
	}
	25% {
		-webkit-clip-path: polygon(
			50% 50%,
			50% 0,
			100% 0,
			100% 50%,
			100% 50%,
			100% 50%,
			100% 50%,
			100% 50%,
			100% 50%,
			100% 50%
		);
		clip-path: polygon(
			50% 50%,
			50% 0,
			100% 0,
			100% 50%,
			100% 50%,
			100% 50%,
			100% 50%,
			100% 50%,
			100% 50%,
			100% 50%
		);
	}
	37.5% {
		-webkit-clip-path: polygon(
			50% 50%,
			50% 0,
			100% 0,
			100% 50%,
			100% 100%,
			100% 100%,
			100% 100%,
			100% 100%,
			100% 100%,
			100% 100%
		);
		clip-path: polygon(
			50% 50%,
			50% 0,
			100% 0,
			100% 50%,
			100% 100%,
			100% 100%,
			100% 100%,
			100% 100%,
			100% 100%,
			100% 100%
		);
	}
	50% {
		-webkit-clip-path: polygon(
			50% 50%,
			50% 0,
			100% 0,
			100% 50%,
			100% 100%,
			50% 100%,
			50% 100%,
			50% 100%,
			50% 100%,
			50% 100%
		);
		clip-path: polygon(
			50% 50%,
			50% 0,
			100% 0,
			100% 50%,
			100% 100%,
			50% 100%,
			50% 100%,
			50% 100%,
			50% 100%,
			50% 100%
		);
	}
	62.5% {
		-webkit-clip-path: polygon(
			50% 50%,
			50% 0,
			100% 0,
			100% 50%,
			100% 100%,
			50% 100%,
			0 100%,
			0 100%,
			0 100%,
			0 100%
		);
		clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 100%, 0 100%, 0 100%);
	}
	75% {
		-webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%, 0 50%, 0 50%);
		clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%, 0 50%, 0 50%);
	}
	87.5% {
		-webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%, 0 0, 0 0);
		clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%, 0 0, 0 0);
	}
	100% {
		-webkit-clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%, 0 0, 50% 0);
		clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%, 0 0, 50% 0);
	}
}
@keyframes key_h2 {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.home_page .key {
	height: 56.25vw;
	z-index: 2;
	position: relative;
}
.home_page .key ul,
.home_page .key .key_text,
.home_page .key .slick-slider,
.home_page .key .slick-list,
.home_page .key .slick-track,
.home_page .key .item {
	width: 100%;
	height: 100%;
}
.home_page .key .catch {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (max-width: 1920px) {
	.home_page .key .catch {
		padding-top: 19.5em;
		font-size: 0.8333333333vw;
		justify-content: flex-start;
	}
}
@media only screen and (min-width: 1919px) {
	.home_page .key .catch .catch_img {
		left: -9px;
	}
}
.home_page .key .catch_img {
	position: relative;
}
.home_page .key .catch_img.animated h2 {
	animation: key_h2 1s linear forwards;
	animation-delay: 3.5s;
}
.home_page .key .catch_img.animated .catch_img_box {
	animation: clip-path-animation 0.8s linear forwards;
	animation-delay: 2.5s;
}
.home_page .key .catch_img_box {
	margin-left: auto;
	margin-right: auto;
	max-width: 67.375em;
	-webkit-clip-path: polygon(50% 50%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);
	clip-path: polygon(50% 50%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);
}
.home_page .key h2 {
	font-size: 2.75em;
	letter-spacing: 0.2em;
	font-weight: 500;
	position: absolute;
	left: 0;
	right: 0;
	top: 32.5%;
	line-height: 1;
	text-align: center;
	opacity: 0;
}
.home_page .key h2 .h2_span {
	display: table;
	margin: 0 auto 0.25em;
	background: #fff;
	padding: 0.1923076923em 0px 0.1923076923em 0.2884615385em;
	border-radius: 15px;
}
.home_page .key h2 .h2_span span {
	color: #fff;
	background: linear-gradient(180deg, rgba(153, 216, 225, 0.99608) 0%, rgb(215, 177, 218) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 128%;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.home_page .key h2 .h2_span:first-child span {
	position: relative;
	left: 0.3em;
}
.home_page .key .item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.home_page .key .item01 {
	background-image: url(../images/idx_key_bg01_new.jpg);
}
.home_page .key .item02 {
	background-image: url(../images/idx_key_bg02_new.jpg);
}
.home_page .key .idx_key_list .key_item {
	cursor: pointer;
	width: 14.75em;
	height: 14.75em;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	box-shadow: 0px 0px 30px 0px rgba(33, 24, 13, 0.25);
	display: flex;
	align-items: center;
	padding-top: 3.2em;
	flex-direction: column;
	overflow: hidden;
	transition: 0.3s all;
}
@media only screen and (min-width: 769px) {
	.home_page .key .idx_key_list .key_item:hover {
		transform: translateY(-5px);
	}
}
.home_page .key .idx_key_list .key_item a {
	border-radius: 50%;
}
.home_page .key .idx_key_list .key_item::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #fff;
	border-radius: 50%;
}
.home_page .key .idx_key_list .key_item .ttl02 {
	text-align: center;
	line-height: 1.3846153846;
	font-size: 1.875em;
	letter-spacing: 0.05em;
	font-family: var(--f-en);
	margin: 0em 0px 0px;
	color: #333;
	font-weight: 600;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
	.home_page .key .idx_key_list .key_item .ttl02 {
		font-size: 1.75em;
		letter-spacing: 0;
	}
}
.home_page .key .idx_key_list .key_item figure img {
	max-height: 5.6875em;
	width: auto;
}
.home_page .key .idx_key_list .key_item01 {
	top: 2.3%;
	left: 5.3%;
	background: linear-gradient(0deg, rgba(153, 216, 225, 0.99608) 0%, rgb(215, 177, 218) 100%);
}
.home_page .key .idx_key_list .key_item02 {
	top: -14.7%;
	left: 43.9%;
	background: linear-gradient(0deg, rgba(225, 197, 139, 0.99608) 0%, rgb(132, 219, 214) 100%);
}
.home_page .key .idx_key_list .key_item02 figure {
	margin-bottom: 3px;
}
.home_page .key .idx_key_list .key_item03 {
	top: -2%;
	left: 77.7%;
	background: linear-gradient(0deg, rgba(202, 253, 191, 0.99608) 0%, rgb(254, 178, 190) 100%);
}
.home_page .key .idx_key_list .key_item04 {
	top: 60%;
	left: 2.3%;
	background: linear-gradient(0deg, rgba(225, 197, 139, 0.99608) 0%, rgb(132, 219, 214) 100%);
}
.home_page .key .idx_key_list .key_item05 {
	top: 68.5%;
	left: 36%;
	background: linear-gradient(0deg, rgba(211, 251, 251, 0.99608) 0%, rgb(251, 221, 151) 100%);
}
.home_page .key .idx_key_list .key_item05 figure {
	margin-bottom: -3px;
}
.home_page .key .idx_key_list .key_item06 {
	top: 55.3%;
	left: 71%;
	background: linear-gradient(0deg, rgba(176, 240, 208, 0.99608) 0%, rgb(153, 147, 227) 100%);
}
.home_page .key .catch_txt {
	width: 100%;
	margin-top: -2em;
}
.home_page .key .catch_txt .inner {
	display: flex;
	justify-content: flex-end;
	max-width: 99%;
}
@media only screen and (min-width: 2000px) {
	.home_page .key .catch_txt .inner {
		max-width: 55%;
	}
}
.home_page .key .catch_txt p {
	font-size: 2.25em;
	line-height: 1.6666666667;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 600;
	font-family: var(--f-en);
	text-shadow:
		0px 0px 27px rgba(0, 0, 0, 0.8),
		0px 0px 28px rgba(0, 0, 0, 0.8),
		0px 0px 29px rgba(0, 0, 0, 0.8),
		0px 0px 30px rgba(0, 0, 0, 0.8);
}
.home_page .key .key_copy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 4em;
	height: 100%;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8125em;
	font-weight: 200;
	letter-spacing: 0.2em;
	color: #fff;
	line-height: 1;
	padding-bottom: 12em;
}
.home_page .key .key_copy .key_copy_span {
	margin: 0.2307692308em 0 0.4615384615em;
	transform: rotate(90deg);
	position: relative;
	left: -2px;
}
.home_page .key .key_copy a {
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	font-size: 0.7692307692em;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 2.5em;
	background: url(../images/idx_scroll.png) no-repeat calc(50% + 0.2em) bottom/0.7em;
	padding-bottom: 4.5em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.home_page .key .key_copy {
		font-size: 1.2vw;
	}
}
@media only screen and (max-width: 768px) {
	.home_page .key .key_copy {
		width: 40px;
		font-size: 1.3vw;
	}
	.home_page .key .key_copy a {
		font-size: 8px;
	}
	.home_page .key .key_copy .key_copy_span {
		left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.home_page .key .key_copy {
		width: 30px;
		font-size: 2.4vw;
		letter-spacing: 1px;
	}
	.home_page .key .key_copy a {
		font-size: 7px;
	}
}
.home_page .key .slick-dots {
	position: absolute;
	display: flex !important;
	height: auto;
	z-index: 1;
	width: 100px;
	left: calc(50% - 50px);
	bottom: 10px;
	justify-content: center;
}
.home_page .key .slick-dots button {
	cursor: pointer;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: 0;
	font-weight: 500;
	color: transparent;
	transition: 0.3s all;
}
.home_page .key .slick-dots button:hover {
	background: #B99C74;
}
.home_page .key .slick-dots li:nth-child(2) {
	margin: 0 5px;
}
.home_page .key .slick-dots li.slick-active button {
	background: #B99C74;
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.home_page .key {
		height: 46.25vw;
	}
	.home_page .key .catch {
		font-size: 0.6954612006vw;
	}
}

@keyframes idx_scroll {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
}
.home_page .idx1 {
	padding: 70px 0 0;
	position: relative;
}
.home_page .idx1 .idx2 .inner {
	position: relative;
}
.home_page .idx1 .idx1_box {
	margin-top: 10.5em;
	height: 600px;
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
	.home_page .idx1 .idx1_box {
		margin-top: 5em;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.home_page .idx1 .idx1_box {
		height: 500px;
	}
}
.home_page .idx1 .idx1_list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.home_page .idx1 .idx1_list .idx1_item {
	width: 25%;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 80px;
	position: relative;
	z-index: 1;
	align-self: flex-start;
	padding-bottom: 85px;
}
.home_page .idx1 .idx1_list .idx1_item::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	border-radius: 0 0 12px 12px;
	background-size: 128%;
}
.home_page .idx1 .idx1_list .idx1_item::before {
	content: "";
	position: absolute;
	background: url(../images/idx1_arrow.png) no-repeat center/contain;
	width: 28px;
	height: 28px;
	bottom: 1.625em;
	left: calc(50% - 14px);
}
.home_page .idx1 .idx1_list .idx1_item figure {
	margin-top: -80px;
}
.home_page .idx1 .idx1_list .idx1_item .ttl {
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
	font-size: 28px;
	margin-top: 26px;
	margin-bottom: 26px;
}
.home_page .idx1 .idx1_list .idx1_item .ttl span {
	width: 100%;
	text-align: center;
	display: block;
	font-family: var(--f-en);
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-top: 9px;
}
.home_page .idx1 .idx1_list .idx1_item .idx1_btn {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}
.home_page .idx1 .idx1_list .idx1_item .idx1_btn a {
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	border: 1px solid #fff;
	border-radius: 24px;
	padding-top: 14px;
	padding-bottom: 16px;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}
.home_page .idx1 .idx1_list .idx1_item .idx1_btn a:hover {
	opacity: 1;
}
.home_page .idx1 .idx1_list .idx1_item .idx1_btn_list {
	position: relative;
	overflow: hidden;
	max-height: 164px;
	transition: all 0.4s ease-out;
}
.home_page .idx1 .idx1_list .idx1_item .idx1_btn_list .idx1_btn:not(:last-child) {
	margin-bottom: 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx1 .idx1_list .idx1_item .idx1_btn_list {
		max-height: 154px;
	}
}
@media only screen and (min-width: 2000px) {
	.home_page .idx1 .idx1_list .idx1_item .idx1_btn_list {
		max-height: 174px;
	}
}
@media only screen and (min-width: 769px) {
	.home_page .idx1 .idx1_list .idx1_item:hover .idx1_btn_list {
		max-height: 500px;
		transition: all 0.4s ease-in;
	}
}
.home_page .idx1 .idx1_list .idx1_item1::after {
	background-image: linear-gradient(60deg, rgb(0, 192, 250) 0%, rgb(0, 102, 255) 100%);
}
.home_page .idx1 .idx1_list .idx1_item1 .idx1_btn a {
	background-color: #2b74da;
}
@media only screen and (min-width: 769px) {
	.home_page .idx1 .idx1_list .idx1_item1 .idx1_btn a:hover {
		background-color: rgb(0, 192, 250);
	}
}
.home_page .idx1 .idx1_list .idx1_item2::after {
	background-image: linear-gradient(60deg, rgb(27, 186, 119) 0%, rgb(123, 201, 59) 100%);
}
.home_page .idx1 .idx1_list .idx1_item2 .idx1_btn a {
	background-color: #1ea26b;
}
@media only screen and (min-width: 769px) {
	.home_page .idx1 .idx1_list .idx1_item2 .idx1_btn a:hover {
		background-color: rgb(27, 186, 119);
	}
}
.home_page .idx1 .idx1_list .idx1_item3::after {
	background-image: linear-gradient(60deg, rgb(255, 124, 37) 0%, rgba(250, 178, 38, 0.99608) 100%);
}
.home_page .idx1 .idx1_list .idx1_item3 .idx1_btn a {
	background-color: #ed7f1d;
}
@media only screen and (min-width: 769px) {
	.home_page .idx1 .idx1_list .idx1_item3 .idx1_btn a:hover {
		background-color: rgb(250, 178, 38);
	}
}
.home_page .idx1 .idx1_list .idx1_item4 {
	background-color: #e69390;
	border-radius: 0 0 12px 12px;
}
.home_page .idx1 .idx1_list .idx1_item4::after {
	background-image: linear-gradient(60deg, rgb(245, 98, 133) 0%, rgba(240, 137, 229, 0.99608) 100%);
}
.home_page .idx1 .idx1_list .idx1_item4 .idx1_btn a {
	background-color: #d65070;
}
@media only screen and (min-width: 769px) {
	.home_page .idx1 .idx1_list .idx1_item4 .idx1_btn a:hover {
		background-color: rgb(245, 98, 133);
	}
}
.home_page .idx1 .idx1_map_bg {
	background-color: #fff;
}
.home_page .idx1 .idx1_map {
	position: relative;
	z-index: 1;
	margin-top: 40px;
	margin-bottom: 40px;
}
.home_page .idx1 .idx1_map::before {
	content: "";
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(192, 211, 219, 0.7);
	opacity: 0;
	transition: 0.2s ease;
}
.home_page .idx1 .idx1_map .idx1_pin01,
.home_page .idx1 .idx1_map .idx1_pin02 {
	position: absolute;
	z-index: 1;
	transition: 0.3s all ease-in-out;
}
.home_page .idx1 .idx1_map .idx1_pin01 a:hover,
.home_page .idx1 .idx1_map .idx1_pin02 a:hover {
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	.home_page .idx1 .idx1_map .idx1_pin01:hover,
	.home_page .idx1 .idx1_map .idx1_pin02:hover {
		transform: translateY(-5px);
	}
}
.home_page .idx1 .idx1_map .idx1_pin01 {
	top: 2%;
	left: 44.5%;
	max-width: 465px;
	width: 37%;
}
.home_page .idx1 .idx1_map .idx1_pin02 {
	bottom: 24%;
	left: 0.2%;
	max-width: 338px;
	width: 27%;
}
.home_page .idx1 .idx1_map .idx1_map_img {
	transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 769px) {
	.home_page .idx1 .idx1_map.hover .idx1_map_img {
		opacity: 0.5;
	}
}
.home_page .idx1 .idx1_group_new {
	margin: 60px auto 0;
	position: relative;
	z-index: 2;
	max-width: 1100px;
}
.home_page .idx1 .idx1_group_new p {
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	font-size: 1.25em;
	border-bottom: 1px solid #333;
	display: table;
	padding-bottom: 2px;
}
.home_page .idx1 .idx1_group_new .idx1_group {
	width: calc(50% - 20px);
}
.home_page .idx1 .idx_group_btn01 {
	margin: 25px auto 0;
}
.home_page .idx1 .idx_group_btn01 .idx_btn {
	margin: 0 0 15px;
	width: calc(50% - 10px);
}
.home_page .idx1 .idx_group_btn01 .idx_btn a {
	padding: 0.7em 0;
}
.home_page .idx1 .idx_group_btn01 .idx_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_page .idx1 .idx_group_btn01 .idx_btn span::before {
	content: "";
	display: inline;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url(../images/idx1_icon_user.png);
	mask-image: url(../images/idx1_icon_user.png);
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
	margin-right: 0.75em;
}
.home_page .idx1 .idx_group_btn01 .idx_btn.calendar span::before {
	-webkit-mask-image: url(../images/idx1_icon_calendar.png);
	mask-image: url(../images/idx1_icon_calendar.png);
}
.home_page .idx1 .idx_group_btn01 .idx_btn.clipboard span::before {
	-webkit-mask-image: url(../images/idx1_icon_01.png);
	mask-image: url(../images/idx1_icon_01.png);
}
.home_page .idx1 .idx_group_btn01 .idx_btn.traffic span::before {
	-webkit-mask-image: url(../images/idx1_icon_03.png);
	mask-image: url(../images/idx1_icon_03.png);
}
.home_page .idx1 .idx_group_btn01 .idx_btn.determining span::before {
	-webkit-mask-image: url(../images/idx1_icon_02.png);
	mask-image: url(../images/idx1_icon_02.png);
}
.home_page .idx1 .idx2 {
	padding: 0;
}
.home_page .idx1 .idx2::after,
.home_page .idx1 .idx2::before {
	display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx1 .idx1_list .idx1_item {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 65px;
	}
	.home_page .idx1 .idx1_list .idx1_item .ttl {
		font-size: 20px;
	}
	.home_page .idx1 .idx1_list .idx1_item .ttl .en {
		font-size: 14px;
		letter-spacing: 0;
	}
	.home_page .idx1 .idx1_list .idx1_item .idx1_btn a {
		font-size: 12px;
		letter-spacing: 0;
	}
	.home_page .idx1 .idx_group_btn01 .idx_btn {
		width: calc(50% - 5px);
	}
	.home_page .idx1 .idx_group_btn01 .idx_btn a {
		letter-spacing: 0;
		font-size: 13px;
	}
	.home_page .idx1 .idx1_group_new .idx1_group {
		width: calc(50% - 5px);
	}
	.home_page .idx1 .home_page .idx1 .idx1_list .idx1_item .idx1_btn_list {
		height: 154px;
	}
}

.home_page h3 span {
	display: block;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.home_page h3 .en0 {
	font-family: var(--f-en);
	font-size: 6.25em;
	color: #8fdbe6;
	opacity: 0.15;
}
.home_page h3 .en {
	font-family: var(--f-en);
	font-size: 1.375em;
	color: #8fdbe6;
	margin-top: -2.9090909091em;
	margin-bottom: 10px;
}
.home_page h3 .jp {
	font-family: var(--f-en);
	letter-spacing: 0.2em;
	font-weight: 600;
	font-size: 2.625em;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page h3 {
		font-size: 9px;
	}
}
.home_page h3.center {
	background-position: bottom center !important;
}
.home_page h3.center .en,
.home_page h3.center .jp {
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}

.home_page .idx2 {
	padding: 40px 0 90px;
	background: url(../images/idx2_bg.jpg) no-repeat top center/cover;
}
.home_page .idx2.idx2_nobg {
	background: transparent !important;
	padding-top: 0 !important;
}
.home_page .idx2 figure a:hover {
	opacity: 1;
}
.home_page .idx2 .inner {
	position: relative;
}
.home_page .idx2 .idx2_txt {
	display: grid;
	grid-template-columns: 50% 66.5%;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.home_page .idx2 .idx2_img {
	grid-row: 1 / span 3;
	grid-column-start: 2;
}
.home_page .idx2 .idx2_img .idx_btn {
	position: absolute;
	width: 100%;
	bottom: 44px;
	left: calc(50% - 180px);
	margin: 0;
}
.home_page .idx2 .idx2_p {
	margin-top: 33px;
	width: 83%;
	font-size: 1.25em;
	line-height: 42px;
}
.home_page .idx2 .idx2_img {
	position: relative;
}
.home_page .idx2 .idx2_tab {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.home_page .idx2 .idx2_tab .TabPager {
	display: flex;
	flex-wrap: wrap;
}
.home_page .idx2 .idx2_tab .TabPager li {
	width: calc(33.3333333333% - 2px);
	transition: 0.3s all ease-in-out;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	letter-spacing: 0.1em;
	font-size: 1.625em;
	line-height: 1.4;
	padding: 22px 0 24px;
	border-radius: 6px 6px 0 0;
	font-weight: 500;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.home_page .idx2 .idx2_tab .TabPager li:not(:last-child) {
	margin-right: 2px;
}
.home_page .idx2 .idx2_tab .TabPager li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	background-image: linear-gradient(0deg, rgb(175, 179, 179) 0%, rgba(222, 222, 220, 0.99608) 100%);
	opacity: 0.5;
	transition: 0.3s all ease-in-out;
}
.home_page .idx2 .idx2_tab .TabPager li::before {
	content: "";
	position: absolute;
	z-index: -1;
	border-top: 6px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: 0.35em;
	left: calc(50% - 5px);
	transition: 0.3s all ease-in-out;
}
.home_page .idx2 .idx2_tab .TabPager li:hover,
.home_page .idx2 .idx2_tab .TabPager li.active {
	background-color: #caebfd;
	color: #333;
}
.home_page .idx2 .idx2_tab .TabPager li:hover::after,
.home_page .idx2 .idx2_tab .TabPager li.active::after {
	display: none;
}
.home_page .idx2 .idx2_tab .TabPager li:hover::before,
.home_page .idx2 .idx2_tab .TabPager li.active::before {
	border-top-color: #333;
}
.home_page .idx2 .idx2_tab .idx2_tab_div {
	padding: 2.3125em 0 2em;
}
.home_page .idx2 .idx2_tab .TabContent {
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 4.375em;
	border-radius: 0 0 12px 12px;
}
.home_page .idx2 .idx2_tab .TabContent .idx_btn {
	position: static;
	margin: 0 auto;
}
.home_page .idx2 .idx2_list_tab {
	position: relative;
	z-index: 1;
	margin-top: 0;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li {
	padding: 62px 0px 60px;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li::before,
.home_page .idx2 .idx2_list_tab .TabContent ul li::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li::before {
	right: 100%;
	width: 100%;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li::after {
	left: 100%;
	width: 100%;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(1) {
	background-color: #fff;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(1)::after {
	z-index: -1;
	background: linear-gradient(-30deg, rgb(255, 255, 255) 0%, rgb(225, 242, 255) 100%);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(1) .idx2_list .idx2_item::after {
	background: rgba(112, 150, 177, 0.8);
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(1) .idx2_list .idx2_item:hover::after {
		background: rgba(55, 105, 140, 0.8);
	}
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(2) {
	background: #E5DCCF;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(2) .idx2_list .idx2_item::after {
	background: rgb(94 197 101 / 80%);
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(2) .idx2_list .idx2_item:hover::after {
		background: rgb(20 133 20 / 80%);
	}
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(3) {
	background: #f3e8d5;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(3) .idx2_list .idx2_item::after {
	    background: rgb(228 186 61 / 80%);
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(3) .idx2_list .idx2_item:hover::after {
		    background: rgb(205 175 88 / 80%);
	}
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(4) {
	background: #C3DFE4;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(4) .idx2_list .idx2_item::after {
	    background: rgb(71 161 179 / 80%);
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(4) .idx2_list .idx2_item:hover::after {
		    background: rgb(36 136 156 / 80%);
	}
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(5) {
	background: #F5EFE6;
}
.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(5) .idx2_list .idx2_item::after {
	background: rgba(112, 150, 177, 0.8);
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .TabContent ul li:nth-child(5) .idx2_list .idx2_item:hover::after {
		background: rgba(55, 105, 140, 0.8);
	}
}
.home_page .idx2 .idx2_list_tab .TabContainer .TabContent {
	overflow: unset;
}
.home_page .idx2 .idx2_list_tab .TabPager {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.home_page .idx2 .idx2_list_tab .TabPager li {
	margin-right: 1px;
	width: calc(20% - 1px);
	text-align: center;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-feature-settings: "palt";
	font-family: var(--f-en);
	font-size: 1.125em;
	letter-spacing: 0.1em;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	padding: 0.7777777778em 0 0.6111111111em;
	transition: 0.3s all;
	align-self: flex-end;
	line-height: 1.3333333333;
	min-height: 4.1111111111em;
	border: 1px solid #EFE3D0;
	border-bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.home_page .idx2 .idx2_list_tab .TabPager li {
		letter-spacing: 0;
		font-size: 14px;
	}
}
.home_page .idx2 .idx2_list_tab .TabPager li::after {
	content: "";
	position: absolute;
	background-color: #EFE3D0;
	bottom: -1px;
	left: -3px;
	right: 0;
	height: 1px;
}
.home_page .idx2 .idx2_list_tab .TabPager li.active {
	padding: 1.1111111111em 0;
	min-height: 4.8888888889em;
}
.home_page .idx2 .idx2_list_tab .TabPager li.active::after {
	background-color: transparent !important;
}
.home_page .idx2 .idx2_list_tab .TabPager li:nth-child(1) {
	background-color: #e1f2ff;
}
.home_page .idx2 .idx2_list_tab .TabPager li:nth-child(2) {
	background-color: #E5DCCF;
	border-color: #c5e0c7;
}
.home_page .idx2 .idx2_list_tab .TabPager li:nth-child(3) {
	background-color: #f3e8d5;
	border-color: #eadec9;
}
.home_page .idx2 .idx2_list_tab .TabPager li:nth-child(4) {
	background-color: #C3DFE4;
	border-color: #C3DFE4;
}
.home_page .idx2 .idx2_list_tab .TabPager li:nth-child(5) {
	background-color: #F5EFE6;
	border-color: #edd5e3;
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .TabPager li:hover {
		background-color: #B99C74 !important;
		color: #fff;
	}
}
.home_page .idx2 .idx2_list_tab .TabPager.active_01 li::after {
	background-color: #EFE3D0;
}
.home_page .idx2 .idx2_list_tab .TabPager.active_02 li::after {
	background-color: #c5e0c7;
}
.home_page .idx2 .idx2_list_tab .TabPager.active_03 li::after {
	background-color: #eadec9;
}
.home_page .idx2 .idx2_list_tab .TabPager.active_04 li::after {
	background-color: #e3d6eb;
}
.home_page .idx2 .idx2_list_tab .TabPager.active_05 li::after {
	background-color: #edd5e3;
}
.home_page .idx2 .idx2_list_tab .idx2_list {
	padding: 0 0 0;
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item {
	width: calc(33.3333333333% - 26.66px);
	margin-bottom: 30px;
	position: relative;
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	transition: 0.3s all ease-in-out;
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	z-index: 1;
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item .link a {
	z-index: 3;
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item .link a::after {
	content: "";
	position: absolute;
	width: 3.125em;
	height: 3.125em;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	border: 1px solid #fff;
	background: url(../images/idx_btn_arrow_white.png) no-repeat calc(50% + 1px) center/6px;
	transition: 0.3s all ease-in-out;
	font-size: 0.8em;
	display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item .link a::after {
		font-size: 0.5em;
		background-size: 3px;
	}
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item .link a:hover {
		opacity: 1;
	}
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item figure {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item figure img {
	transition: 0.3s all ease-in-out;
	border-radius: 6px;
	opacity: 0.6;
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item .ttl {
	font-size: 1.375em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #000;
	padding: 12px 0 0 0px;
	text-align: center;
	margin: 0;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.1em;
	font-family: var(--f-en);
	font-weight: 600;
	padding: 0;
}
.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item .ttl::before {
	content: "";
	background: url(../images/idx2_item_arrow.png) no-repeat center/contain;
	width: 1.2307692308em;
	height: 1.2307692308em;
	position: absolute;
	bottom: 0.9230769231em;
	left: calc(50% - 0.6153846154em);
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item:hover .link a::after {
		bottom: -10px;
		right: 0;
	}
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item.idx2_item_l {
		margin-left: auto;
		margin-right: 20px;
	}
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item.idx2_item_r {
		margin-right: auto;
		margin-left: 20px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item.idx2_item_l {
		margin-right: 5px;
	}
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item.idx2_item_r {
		margin-left: 5px;
	}
}
.home_page .idx2 .idx2_list_tab .idx2_list.idx2_list2 .idx2_item .link a::after {
	border-color: #fff;
	background-image: url(../images/idx_btn_arrow_white.png);
}
.home_page .idx2 .idx2_list_btn {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	max-width: 51.875em;
	margin-left: auto;
	margin-right: auto;
}
.home_page .idx2 .idx2_list_btn .idx_btn {
	max-width: 100%;
	width: calc(50% - 15px);
	margin: 0 0 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
	.home_page .idx2 .idx2_txt {
		grid-template-columns: 50% 50%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx2 .idx2_txt {
		grid-template-columns: 50% 48%;
	}
	.home_page .idx2 .idx2_img .idx_btn {
		max-width: 300px;
		bottom: 20px;
		left: calc(50% - 150px);
	}
	.home_page .idx2 .idx2_p {
		width: 100%;
		font-size: 16px;
	}
	.home_page .idx2 .idx2_tab {
		margin-top: 25px;
	}
	.home_page .idx2 .idx2_tab .TabContent {
		padding: 0;
	}
	.home_page .idx2 .idx2_tab .idx2_tab_div {
		padding: 0;
	}
	.home_page .idx2 .idx2_tab .TabPager li {
		font-size: 18px;
		padding: 16px 0 18px;
	}
	.home_page .idx2 .idx2_tab .TabContainer .TabContent > ul > li {
		padding: 20px;
	}
	.home_page .idx2 .idx2_tab .TabContent .idx_btn {
		margin-top: 20px;
	}
	.home_page .idx2 .idx2_tab .idx2_news li a .date {
		width: 7.5em;
	}
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item {
		width: calc(33.3333333333% - 5px);
	}
	.home_page .idx2 .idx2_list_tab .idx2_list .idx2_item .ttl {
		font-size: 17px;
		letter-spacing: 0;
		padding-left: 0;
	}
	.home_page .idx2 .idx2_list_btn {
		max-width: 500px;
	}
	.home_page .idx2 .idx2_list_btn .idx_btn {
		margin: 0 5px 15px;
	}
	.home_page .idx2 .idx2_list_btn .idx_btn a {
		letter-spacing: 0;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 12px;
	}
	.home_page .idx2 .idx2_list_btn .idx_btn a::before {
		width: 5px;
		height: 10px;
		top: calc(50% - 5px);
	}
}
.home_page .idx2 .idx2_news_box {
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	margin-top: 2.1875em;
	padding: 5.1875em 5.625em 5.25em;
	border-radius: 10px;
}
.home_page .idx2 .idx2_news_box .fblock {
	width: 100%;
	max-width: 47.5em;
	margin: 3.5em auto 0;
}
.home_page .idx2 .idx2_news_box .fblock .idx_btn,
.home_page .idx2 .idx2_news_box .fblock figure {
	margin: 0;
	max-width: 100%;
	width: calc(50% - 20px);
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx2 .idx2_news_box {
		padding: 40px;
	}
}
.home_page .idx2 .idx2_news li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ebebeb;
	padding-left: 0.8125em;
	align-items: center;
	margin-bottom: 1.1875em;
	padding-bottom: 1.375em;
}
.home_page .idx2 .idx2_news li a {
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0.1em;
	transition: 0.3s all ease-in-out;
}
.home_page .idx2 .idx2_news li a:hover {
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_news li a:hover {
		color: var(--main-color);
	}
}
.home_page .idx2 .idx2_news li .date {
	color: #9a9a9a;
	width: 6.25em;
}
.home_page .idx2 .idx2_news li .cat {
	color: #fff;
	background-color: #EFE3D0;
	padding: 0.375em 0 0.5em;
	margin-left: 20px;
	width: 15em;
	text-align: center;
	margin-right: 1.625em;
	position: relative;
	top: 1px;
	transition: 0.3s all ease-in-out;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.home_page .idx2 .idx2_news li .cat:hover {
	color: #fff;
}
.home_page .idx2 .idx2_news li .cat.class-room {
	background-color: #E5DCCF;
}
.home_page .idx2 .idx2_news li .cat.main-hospital {
	background-color: #ebe1f1;
}
.home_page .idx2 .idx2_news li .cat.column {
	background-color: #8cb6d4;
}
.home_page .idx2 .idx2_news li .cat.activity {
	background-color: #f2e0c0;
}
.home_page .idx2 .idx2_news li .cat.habikigaoka {
	background-color: #F5EFE6;
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_news li .cat:hover {
		background: var(--main-color);
	}
}
.home_page .idx2 .idx2_news li .ttl {
	letter-spacing: 0.2em;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 25em);
}
@media only screen and (min-width: 769px) {
	.home_page .idx2 .idx2_news li:nth-child(3) {
		padding-bottom: 1.3125em;
	}
	.home_page .idx2 .idx2_news li:nth-child(4) {
		padding-bottom: 1.3125em;
	}
}

.home_page .idx3 {
	background-color: #FBF8F3;
	padding: 4.1875em 0 4.25em;
}
.home_page .idx3 .inner {
	max-width: 1758px;
}
.home_page .idx3 .idx3_box {
	padding: 11px 0;
	justify-content: flex-start;
}
.home_page .idx3 .idx3_img {
	max-width: 1006px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 58%;
}
.home_page .idx3 .idx3_img figure {
	width: calc(50% - 3px);
}
.home_page .idx3 .idx3_img .idx3_img01 {
	margin-top: 3.125em;
}
.home_page .idx3 .idx3_txt {
	max-width: 720px;
	width: 42%;
	margin-left: -7.86%;
	background: #47e1f8;
	align-self: flex-start;
	margin-top: 3.125em;
	position: relative;
	z-index: 1;
	border-radius: 12px;
	overflow: hidden;
	color: #fff;
	padding: 4.875em 5em 5em;
}
.home_page .idx3 .idx3_txt::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	background-image: linear-gradient(90deg, rgb(161, 196, 253) 0%, rgb(194, 233, 251) 100%);
}
.home_page .idx3 h4 .en,
.home_page .idx3 h4 .jp {
	display: block;
	line-height: 1;
}
.home_page .idx3 h4 .en {
	font-family: var(--f-en);
	color: #feef00;
	font-size: 1.25em;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	display: flex;
}
.home_page .idx3 h4 .en::after {
	content: "";
	display: inline-block;
	width: 3em;
	height: 1px;
	background-color: #feef00;
	align-self: flex-end;
	margin-left: 12px;
	position: relative;
	top: -0.15em;
}
.home_page .idx3 h4 .jp {
	line-height: 1.5;
	color: #fff;
	font-size: 1.875em;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.home_page .idx3 .idx3_p {
	margin-top: 22px;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.home_page .idx3 .idx_btn {
	margin-top: 2.5625em;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx3 .idx3_txt {
		width: 49%;
		padding: 40px;
	}
	.home_page .idx3 h4 {
		font-size: 12px;
	}
	.home_page .idx3 h4 .en,
	.home_page .idx3 h4 .jp {
		letter-spacing: 0;
	}
	.home_page .idx3 .idx3_p {
		font-size: 16px;
	}
}

.home_page .idx4 {
	position: relative;
	z-index: 3;
	padding: 4.1875em 0 4.9375em;
}
.home_page .idx4 .idx4_list {
	padding-top: 18px;
}
.home_page .idx4 .idx4_list .idx4_item {
	width: calc(25% - 15px);
	border-radius: 12px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	transition: 0.3s all ease-in-out;
	position: relative;
}
.home_page .idx4 .idx4_list .idx4_item figure img {
	border-radius: 12px 12px 0 0;
	width: 100%;
	max-height: 305px;
	-o-object-fit: contain;
	object-fit: contain;
}
.home_page .idx4 .idx4_list .idx4_item .ttl {
	line-height: 2;
	letter-spacing: 0.15em;
	margin: 1.0625em 2.5em 1.1875em 2.75em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media only screen and (min-width: 769px) {
	.home_page .idx4 .idx4_list .idx4_item:hover {
		transform: translateY(-5px);
	}
}
.home_page .idx4 .idx_btn {
	margin-top: 3em;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx4 .idx4_list .idx4_item .ttl {
		margin: 10px;
	}
}

.home_page .idx5 {
	padding: 65px 0 274px;
	position: relative;
	z-index: 2;
}
.home_page .idx5::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: url(../images/idx5_bg.png) no-repeat bottom center/cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_page .idx5::after {
	content: "";
	position: absolute;
	z-index: -2;
	background: url(../images/idx5_bg_right.png) no-repeat center right/contain;
	width: 49em;
	height: 77.9375em;
	top: -50%;
	right: 0;
}
.home_page .idx5 .idx5_list {
	padding-top: 33px;
}
.home_page .idx5 .idx5_list .idx5_item {
	width: calc(25% - 15px);
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.home_page .idx5 .idx5_list .idx5_item figure img {
	border-radius: 12px 12px 0 0;
}
.home_page .idx5 .idx5_list .idx5_item .ttl {
	letter-spacing: 0.2em;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	margin-top: 20px;
	padding: 10px 10px 14px 28px;
	background: url(../images/idx5_arrow.png) no-repeat calc(100% - 8px) center/6px;
}
.home_page .idx5 .idx5_list .idx5_item.idx5_item02 .ttl {
	line-height: 1.6666666667;
	margin-top: 0px;
	padding-bottom: 10px;
}
@media only screen and (min-width: 769px) {
	.home_page .idx5 .idx5_list .idx5_item:hover {
		transform: translateY(-5px);
	}
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx5 .idx5_list .idx5_item {
		width: calc(25% - 5px);
	}
	.home_page .idx5 .idx5_list .idx5_item .ttl {
		padding: 10px;
		letter-spacing: 0;
		font-size: 16px;
	}
}

.home_page .idx6 .idx6_ttl {
	font-weight: 500;
}
.home_page .idx6 .idx6_list {
	max-width: 1024px;
	margin: 20px auto 0;
}
.home_page .idx6 .idx6_list .idx6_item {
	width: calc(25% - 20px);
	border: 1px solid #cce0e3;
	border-radius: 12px;
	padding: 16px 0;
	margin-bottom: 30px;
	position: relative;
	transition: 0.3s all ease-in-out;
	background-color: #fff;
}
.home_page .idx6 .idx6_list .idx6_item .ttl {
	line-height: 1;
	font-size: 22px;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #54b0c1;
	text-align: center;
	margin: 0;
	padding: 20px 0 4px;
	font-family: var(--f-jp);
}
.home_page .idx6 .idx6_list .idx6_item.ins {
	width: 100%;
	border: 0;
	background: transparent;
	border-radius: 0;	
}
.home_page .idx6 .idx6_list .idx6_item.ins .ins_box {
	background: url(../images/idx6_ins.jpg) no-repeat center/cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	    padding: 0.5em 0 0;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    height: 13.75em;
	position: relative;
    border-radius: 10px;
}
.home_page .idx6 .idx6_list .idx6_item.ins .ins_box::before {
	position: absolute;
	content: "";
	border: 2px solid #fff;
	border-radius: 10px;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
.home_page .idx6 .idx6_list .idx6_item.ins .ins_box::after {
	content: "";
	position: absolute;
	background: url(../images/idx6_ins_btn.png) no-repeat center/contain;
	width: 1.875em;
	height: 1.875em;
	right: 1.5em;
	top: calc(50% - 1.25em);
}
.home_page .idx6 .idx6_list .idx6_item.ins figure {
	width: 29%;
	max-width: 10.0625em;
}
.home_page .idx6 .idx6_list .idx6_item.ins .ins_ttl {
	width: 100%;
	font-size: 2.25em;
	letter-spacing: 0.2em;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 0.3055555556em;
	text-align: center;
}
.home_page .idx6 .idx6_list .idx6_item.ins .ins_ttl .ins_ttl_span {
	display: block;
	font-size: 0.6666666667em;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-top: 0.625em;
}
@media only screen and (min-width: 769px) {
	.home_page .idx6 .idx6_list .idx6_item:hover {
		transform: translateY(-5px);
	}
	.home_page .idx6 .idx6_list .idx6_item.ins:hover {
		transform: translateY(0);
	}
}
.home_page .idx6 .idx_btn {
	margin-top: 20px;
	margin-bottom: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx6 .idx6_list .idx6_item.ins {
		font-size: 12px;
	}
	.home_page .idx6 .idx6_list .idx6_item.ins figure img {
		width: 100%;
		height: auto;
	}
	.home_page .idx6 .idx6_list .idx6_item .ttl {
		font-size: 18px;
		letter-spacing: 0;
	}
}

.home_page .idx7 {
	padding: 108px 0 90px;
}
.home_page .idx7 h3 .en0 {
	color: #b0d9b1;
}
.home_page .idx7 h3 .en {
	color: #b0d9b1;
}
.home_page .idx7 .inner {
	position: relative;
}
.home_page .idx7 .inner::before,
.home_page .idx7 .inner::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.home_page .idx7 .inner::before,
	.home_page .idx7 .inner::after {
		font-size: 11px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
	.home_page .idx7 .inner::before,
	.home_page .idx7 .inner::after {
		font-size: 10px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 769px) {
	.home_page .idx7 .inner::before,
	.home_page .idx7 .inner::after {
		top: -50px !important;
		font-size: 5px;
	}
}
.home_page .idx7 .inner::before {
	top: -1.125em;
	left: -12.9375em;
	background-image: url(../images/idx7_bg_l.png);
	width: 17.25em;
	height: 31.25em;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.home_page .idx7 .inner::before {
		left: 10px;
	}
}
.home_page .idx7 .inner::after {
	top: -0.75em;
	right: -9.0625em;
	background-image: url(../images/idx7_bg_r.png);
	width: 18em;
	height: 32.875em;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.home_page .idx7 .inner::after {
		right: 10px;
	}
}
.home_page .idx7 .idx7_txt {
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 33px auto 0;
}
.home_page .idx7 .idx7_txt p {
	line-height: 2.3333333333;
	margin-bottom: 18px;
	font-weight: 500;
}
.home_page .idx7 .idx7_name {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 2.625em 0 3.9em;
}
.home_page .idx7 .idx7_name p {
	margin: 0;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
}
.home_page .idx7 .idx7_name .ttl01 {
	font-size: 1.375em;
	letter-spacing: 0.2em;
}
.home_page .idx7 .idx7_name .ttl02 {
	font-weight: 500;
	font-size: 2.25em;
	letter-spacing: 0.2em;
	margin-left: 14px;
	margin-right: 14px;
}
.home_page .idx7 .idx7_name .ttl03 {
	font-family: var(--f-gara);
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	top: 3px;
	font-weight: 600;
}
.home_page .idx7 .idx_group_btn {
	max-width: 830px;
	margin: 0 auto;
}
.home_page .idx7 .idx_group_btn .idx_btn {
	margin: 0;
	width: calc(50% - 15px);
	max-width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.home_page .idx7 .idx7_txt {
		font-size: 16px;
		letter-spacing: 0;
	}
	.home_page .idx7 .idx_group_btn a {
		font-size: 14px;
	}
}

.home_page .idx0 {
	padding: 60px 0 0;
}
.home_page .idx0 .inner {
	position: relative;
	max-width: 1024px;
}
.home_page .idx0 .idx0_txt {
	position: relative;
	z-index: 1;
	padding-top: 40px;
}
@media only screen and (max-width: 768px) {
	.home_page .idx0 .idx0_txt {
		padding-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.home_page .idx0 {
		padding-top: 40px;
	}
}

.home_page .idx9 {
	padding: 80px 0;
	background: url(../images/idx9_bg.jpg) no-repeat top center/cover !important;
}
.home_page .idx9 h3 .en0 {
	color: #e6b1d0;
}
.home_page .idx9 h3 .en {
	color: #fccde9;
}
@media only screen and (min-width: 769px) {
	.home_page .idx9 h3 {
		margin-top: 6.4375em;
		margin-left: -4.8125em;
		position: relative;
		z-index: 2;
	}
	.home_page .idx9 h3 .en {
		position: absolute;
		left: 13.6363636364em;
		bottom: -0.5em;
	}
	.home_page .idx9 h3 .jp {
		margin-top: -0.7142857143em;
		text-align: left;
		padding-left: 1.8095238095em;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
	.home_page .idx9 h3 {
		margin-left: 0;
	}
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under .sitemap {
	padding-top: 40px;
}
.under .sitemap > ul > li p {
	margin-bottom: 0;
	line-height: 1 !important;
}
.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
	display: block;
	width: 100%;
	padding: 15px 15px 15px 30px;
	border-bottom: dotted 1px #ccc;
	color: rgb(51, 51, 51);
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
}
.under .sitemap > ul > li a:before,
.under .sitemap > ul > li p:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 3px;
	background: var(--main-color);
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.under .sitemap > ul > li p:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 14px;
	background: var(--main-color);
	left: 6px;
	top: 50%;
	margin-top: -7px;
}
.under .sitemap > ul > li a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.05);
}
.under .sitemap > ul > li.lv2 > .title {
	font-size: 1.75em;
	color: var(--main-color);
	text-transform: uppercase;
}
.under .sitemap > ul > li li a {
	padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
	left: 40px;
}
.under .sitemap > ul > li li.lv3 > a {
	font-size: 1.1em;
	color: var(--main-color);
	pointer-events: none;
}
.under .sitemap > ul > li li.lv3 > a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 14px;
	background: var(--main-color);
	left: 46px;
	top: 50%;
	margin-top: -7px;
}
.under .sitemap > ul > li li.lv3 > a:hover {
	background: transparent;
	opacity: 1;
}
.under .sitemap > ul > li li.lv3 ul {
	padding-left: 30px;
}
.under .section {
	padding-top: 40px;
}
.under #mainContent {
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin-top: 6.25em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.under #mainContent {
		margin-top: 60px;
	}
}
.under #mainContent .inner {
	max-width: 1190px;
}
.under #mainContent .inner section {
	padding-bottom: 100px;
}
.under #mainContent .inner p {
	letter-spacing: 0.1em;
	font-size: 1.125em;
}
.under #mainContent .topic_path .inner {
	max-width: 1182px !important;
}
.under .key {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/und_key_pc.jpg);
	height: 500px;
	background-size: cover;
	z-index: 2;

	display: none !important;
}
.under .key .inner {
	height: 100%;
	padding: 0px;
}
.under .key .key_text {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	padding-top: 7.5%;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
	.under .key .key_text {
		padding-top: 100px;
	}
}
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
	position: relative;
	line-height: 1.4;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-family: "Noto Serif JP";
}
.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
}
.under h2 {
	font-size: 2.625em;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-shadow:
		0px 0px 27px rgba(5, 4, 2, 0.8),
		0px 0px 27px rgba(5, 4, 2, 0.8);
}
.under h3 {
	background: url(../images/under_h3_icon.png) no-repeat bottom center/auto 0.2222222222em;
	margin-top: 1em;
	font-size: 2.25em;
	text-align: center;
	font-weight: 500;
	color: #8cb6d4;
	padding-bottom: 0.4722222222em;
	margin-bottom: 1em;
}
.under h4 {
	margin-top: 1em;
	font-size: 1.75em;
	background: url(../images/under_h4_bg.jpg) no-repeat top left/cover;
	color: #fff;
	position: relative;
	padding-left: 1.1071428571em;
	padding-top: 0.2142857143em;
	padding-bottom: 0.25em;
	margin-bottom: 0.9285714286em;
}
.under h4::after {
	content: "";
	position: absolute;
	width: 0.1428571429em;
	top: 0.4642857143em;
	bottom: 0.4642857143em;
	background-color: #fff;
	left: 0.3571428571em;
	border-radius: 4px;
}
.under h5 {
	margin: 30px 0;
	font-weight: 500;
	color: #9dc79e;
	font-size: 1.625em;
	letter-spacing: 0.2em;
}
.under h6 {
	margin: 25px 0;
	font-weight: 500;
	color: #eab3d4;
	font-size: 1.375em;
	position: relative;
	padding-left: 0.7272727273em;
}
.under h6::before {
	content: "";
	position: absolute;
	background-color: #eab3d4;
	width: 3px;
	top: 4px;
	bottom: 5px;
	border-radius: 2px;
	left: 0;
}

.under .box_style01 {
	position: relative;
	z-index: 1;
	padding: 63px 30px 63px 84px;
	font-size: 10px;
	background-color: white;
	font-size: 10px;
}
.under .box_style01:before {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.3s;
	right: -1.4em;
	bottom: -3em;
	z-index: -1;
	width: 17em;
	height: 17em;
	background-repeat: no-repeat;
	background-size: 16.4em auto;
	background-position: center;
}
.under .und_faq {
	font-size: 10px;
}
.under .und_faq .faq_box {
	margin-bottom: 50px;
}
.under .und_faq .faq_box:last-child {
	margin-bottom: 0;
}
.under .und_faq .box_a,
.under .und_faq .box_q {
	position: relative;
	margin-left: 7em;
}
.under .und_faq .box_a:after,
.under .und_faq .box_q:after {
	position: absolute;
	font-family: var(--f-en);
	font-size: 4.2em;
	color: #ff83a4;
	line-height: 1;
}
.under .und_faq .box_q {
	z-index: 3;
	cursor: pointer;
}
.under .und_faq .box_q:before {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.3s;
	z-index: 3;
	left: -7.3em;
	top: -1.3em;
	width: 10em;
	height: 9em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9.6em auto;
}
.under .und_faq .box_q:after {
	content: "Q";
	top: 0.23809em;
	left: -0.7381em;
	position: absolute;
	z-index: 3;
}
.under .und_faq .box_q.rotate:after {
	transform: none;
}
.under .und_faq .box_q h4 {
	z-index: 1;
	font-size: 2.4em;
	padding: 0.54166em 10px;
	padding-left: 2.291667em;
	margin-left: 0;
}
.under .und_faq .box_q h4:before {
	display: none;
}
.under .und_faq .box_a {
	z-index: 2;
	background-color: white;
	padding: 3.7em 5em 4.5em 5.6em;
}
.under .und_faq .box_a:after {
	content: "A.";
	top: 1.1190476em;
	left: -1.309524em;
}
.under .und_faq .box_a p {
	font-size: 16px;
}

.under section:first-child h3 {
	margin-top: 1.53em;
	margin-bottom: 0.9em;
}
.under .section > p:last-of-type,
.under section > p:last-of-type {
	margin-bottom: 0;
}
.under section {
	padding-top: 1px;
}
.under section h3 {
	margin-top: 60px;
}
.under .secH4 {
	padding-top: 60px;
}
.under .secH5 {
	padding-top: 50px;
}
.under .secH6 {
	padding-top: 40px;
}
.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
	width: auto;
	max-height: 500px;
}
.under .imgBox.rowImg .image_l {
	float: left;
	margin-right: 68px;
}
.under .imgBox.rowImg .image_r {
	float: right;
	margin-left: 68px;
}
.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
	max-width: 450px;
	margin-bottom: 30px;
	padding-top: 10px;
}
.under .imgBox.rowImg .txt_l {
	float: left;
}
.under .imgBox.rowImg .txt_r {
	float: right;
}
.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
	width: calc(100% - 510px);
}
.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
	max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
	width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
	max-width: 60vw;
}
@media only screen and (min-width: 769px) {
	.under .imgBox.rowImg p {
		padding-top: 10px;
	}
}
.under .imgBox.colImg .list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.under .imgBox.colImg p {
	margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
	margin-bottom: 0;
}
.under .imgBox.colImg figure {
	margin-bottom: 15px;
}
.under .imgBox.colImg .text p {
	font-size: 1em;
}
.under .imgBox.colImg .text .ttl {
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #a98c54;
}
.under .imgBox.colImg3 img,
.under .imgBox.colImg2 img {
	width: 100%;
}
.under .imgBox.colImg3 .item {
	width: 32%;
}
.under .imgBox.colImg2 .item {
	width: 49%;
}
.under .imgBox.colImg1 .item {
	width: 100%;
}
.under .imgBox.colImg1 .item img {
	width: 100%;
	max-height: 500px;
}
.under .acf_block h3,
.under .acf_block h4,
.under .acf_block h5 {
	margin-bottom: 0;
}
.under .acf_block .text_h3 {
	margin: 45px 0 0;
}
.under .acf_block .text_h4 {
	margin: 30px 0 0;
}
.under .acf_block .text_h5 {
	margin: 20px 0 0;
}
.under .acf_block .list01 {
	margin-top: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
	.under .imgBox.rowImg .image_l,
	.under .imgBox.rowImg .image_r {
		float: none;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.under .box_style01 {
		padding: 40px;
		font-size: 9px;
	}
	.under .und_faq {
		font-size: 9px;
	}
}
.under table {
	border-radius: 3px;
}
.under table.rollTable {
	width: 100%;
}
.under table.tbl_style01 th,
.under table.tbl_style01 td {
	border: 1px solid #B99C74;
	padding: 0.625rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
}
.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
	max-width: 100%;
}
.under table.tbl_style01 th {
	background-color: #FBF8F3;
	color: #464646;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 17px 10px 19px 13px;
	font-weight: 500;
}
.under table.tbl_style01 td {
	background-color: #fff;
	color: #4a4a4a;
	font-size: 1em;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
	border-right: 1px solid #B99C74;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
	border-bottom: 1px solid #B99C74;
}
@media only screen and (min-width: 769px) {
	.under table.tbl_style01 {
		margin: 0 auto 15px;
	}
}
.under table.tbl_style02 th,
.under table.tbl_style02 td {
	border: 2px solid #9dba38;
	border-left: none;
	border-right: none;
	padding: 0.625em;
}
.under table.tbl_style02 th img,
.under table.tbl_style02 td img {
	max-width: 100%;
}
.under table.tbl_style02 th {
	background: none;
	font-weight: normal;
	font-size: 1.125em;
	color: #9dba38;
}
.under table.tbl_style02 td {
	font-size: 1em;
}
.under .tbl_note {
	display: none;
	margin-top: 10px;
	color: #b4b4b4;
	font-size: 11px;
	letter-spacing: 0;
}
.under table.tbl_style01.colHead.clinic_tbl01_pink tr:not(:last-child) th {
	border-color: #ffc0cb;
}
.under table.clinic_tbl01_pink th, .under table.clinic_tbl01_pink td {
	border-color: #ffc0cb;
}
.under table.clinic_tbl01_pink th {
	background: #ffeaed;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.under table.tbl_style01 th,
	.under table.tbl_style01 td {
		padding: 0.5rem;
	}
	.under table.tbl_style01 th {
		font-size: 1em;
	}
	.under table.tbl_style01 td {
		/*font-size: 0.9em;*/
	}
	.under table.tbl_style02 th {
		font-size: 1em;
	}
	.under table.tbl_style02 td {
		/*font-size: 0.9em;*/
	}
	.under table.clinic_tbl01 th:first-child {
		width: 150px;
	}
}
.under ul.list01.mcol-2 {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
	.under ul.list01.mcol-2 {
		padding-bottom: 10px;
	}
	.under ul.list01.mcol-2 li:last-child,
	.under ul.list01.mcol-2 li:nth-child(2n + 1) {
		padding-bottom: 0;
	}
}
.under ul.list01.mcol-2 li {
	width: 50%;
	padding-right: 10px;
}
.under ul.list01 li {
	font-size: 1.125em;
	position: relative;
	padding-left: 1.72222em;
	padding-bottom: 1.2em;
	letter-spacing: 0.1em;
}
.under ul.list01 li:last-child {
	padding-bottom: 0;
}
.under ul.list01 li::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	top: 8px;
	left: 2px;
	background: url(../images/ud_list01.png) no-repeat center/contain;
}
.under .list_note {
	margin-top: 15px;
	padding-left: 20px;
}
.under .list_note.no_mt {
	margin-top: 0;
}
.under ul.list02 {
	background-color: #FBF8F3;
	padding: 40px;
}
.under ul.list02.mcol-2 {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.under ul.list01_year li {
	display: flex;
}
.under ul.list01_year li .year {
	width: 8em;
}
.under ul.list01_year li .txt {
	width: calc(100% - 8em);
}
@media only screen and (min-width: 769px) {
	.under ul.list02.mcol-2 {
		padding-bottom: 10px;
	}
	.under ul.list02.mcol-2 li:last-child,
	.under ul.list02.mcol-2 li:nth-child(2n + 1) {
		padding-bottom: 0;
	}
}
.under ul.list02.mcol-2 li {
	width: 50%;
	padding-right: 10px;
}
.under ul.list02 li {
	position: relative;
	padding-left: 2.3em;
	padding-bottom: 0.9em;
	letter-spacing: 0.15em;
	line-height: 1.5;
	font-size: 20px;
}
.under ul.list02 li:last-child {
	padding-bottom: 0;
}
.under ul.list02 li::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 1.35em;
	height: 1.2em;
	background: url(../images/list02_ico.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
	.under ul.list02 {
		padding: 20px;
	}
}
.under .topic_path {
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0.2em;
	padding: 0 10px;
	max-width: 1280px;
	margin: 1em auto;
	background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
	.under .topic_path {
		margin: 0 10px;
	}
}
.under .topic_path ul {
	display: block;
	margin: 0;
	padding: 0;
}
.under .topic_path ul::after {
	content: "";
	display: block;
	clear: both;
}
.under .topic_path ul li {
	float: left;
	color: #4a4a4a;
}
.under .topic_path a {
	text-decoration: none;
	color: #B99C74;
	letter-spacing: 0.15em;
}
.under .topic_path a:hover {
	opacity: 1;
	text-decoration: underline;
}
.under .topic_path span {
	display: inline-block;
	padding: 0 9px;
	color: #B99C74;
	line-height: 1;
	transform: scaleX(0.6);
	position: relative;
	top: 0px;
}
.under .anchor-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0 0;
}
.under .anchor-links > div {
	background-color: var(--main-color);
	border-radius: 3px;
	position: relative;
	display: block;
	min-width: 135px;
	width: 19%;
	margin: 0% 0.5% 1%;
	text-align: center;
	color: #fff;
	font-size: 0.875em;
	line-height: 1.5;
	letter-spacing: 0.15em;
}
.under .anchor-links > div a {
	display: block;
	width: 100%;
	padding: 10px 5px 9px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}
.under .anchor-links > div::after {
	content: "";
	border: 4px solid;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: auto;
	bottom: 2px;
	left: calc(50% - 4px);
	right: auto;
	line-height: 1;
}
.under .anchor-links > div:hover a {
	opacity: 1;
}
.under .anchor-links > div:hover::after {
	bottom: 0;
}
.under .anchor-links > div.ext::after {
	content: ">";
	border: 0;
	position: absolute;
	top: calc(50% - 0.5em);
	bottom: auto;
	left: auto;
	right: 7px;
	font-size: 0.857em;
	line-height: 1;
	letter-spacing: 0;
	transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
	right: 5px;
}
.under .lawyer_box {
	max-width: 700px;
	margin: auto;
	position: relative;
}
.under .lawyer_box p {
	margin-bottom: 0;
}
.under .lawyer_box .lawyer_box_p {
	position: absolute !important;
	left: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.95);
	padding: 20px;
	z-index: 1;
	color: var(--main-color);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: var(--f-en);
}
.under .lawyer_box .lawyer_box_p span {
	font-size: 70%;
	display: block;
}
@media only screen and (max-width: 480px) {
	.under .lawyer_box .lawyer_box_p {
		left: 10px;
		bottom: 10px;
		font-size: 18px;
	}
}
.under .ud_map {
	height: 299px;
}
.under .exp li {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	display: flex;
	border-bottom: 1px solid #3b7ca3;
}
.under .exp li .year {
	width: 6em;
	color: var(--main-color);
	font-weight: 500;
}
.under .exp li .txt {
	width: calc(100% - 6em);
}
.under .clinic_tbl01 th:first-child {
	width: 299px;
}
.under .clinic_tbl02 {
	text-align: center;
}
.under .clinic_tbl02 th:first-child {
	width: 299px;
}
.under .clinic_tbl02 th:not(:first-child) {
	width: calc((100% - 299px) / 7);
}
.under .teeth_box .secH4 {
	width: 48%;
}
.under .teeth_box .secH5 {
	padding-top: 20px !important;
}
.under .teeth_box img {
	max-height: 180px;
}
.under .teeth_box p {
	font-size: 14px;
}
.under .access_box_img01 .block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.under .access_box_img01 .block:nth-child(even) .big {
	order: 1;
}
.under .access_box_img01 .block .big {
	width: calc(0.5 * (100% - 10px));
}
.under .access_box_img01 .block .small {
	width: calc(0.5 * (100% - 10px));
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.under .access_box_img01 .block .small figure {
	width: calc((100% - 10px) * 0.5);
}
.under .access_box_img01 .block figure {
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 10px;
}
.under .access_box_img02 .block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.under .access_box_img02 .block:nth-child(even) .big {
	order: 1;
}
.under .access_box_img02 .block .big {
	width: calc(0.5517241379 * (100% - 10px));
}
.under .access_box_img02 .block .small {
	width: calc(0.4482758621 * (100% - 10px));
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.under .access_box_img02 .block .small figure {
	width: calc((100% - 10px) * 0.5);
}
.under .access_box_img02 .block figure {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0;
}
#pagination:empty {
	display: none;
}
#pagination a,
#pagination span {
	background-color: var(--main-color);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin: 10px 5px;
	width: 32px;
	height: 32px;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
#pagination a.prev,
#pagination a.next,
#pagination span.prev,
#pagination span.next {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7px auto;
	color: transparent;
}
#pagination a.prev,
#pagination span.prev {
	background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next,
#pagination span.next {
	background-image: url(../images/shared_blog_arrow_next.svg);
}
#pagination a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#pagination span {
	opacity: 0.5;
}
#pagination .active a,
#pagination a.active:hover {
	background: none repeat scroll 0 0 #000000;
	color: #ffffff;
}

.blog-content .date {
	margin-bottom: 20px;
	text-align: center;
	color: var(--main-color);
}

.blog_list_style01 .item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: 1px solid #bababa;
	padding-bottom: 30px;
	margin-bottom: 30px;
	align-items: flex-start;
}
.blog_list_style01 .item figure {
	background-color: rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
	border: 3px solid var(--main-color);
	width: 220px;
	height: 220px;
}
.blog_list_style01 .item figure img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.blog_list_style01 .item .info {
    position: relative;
    padding-bottom: 40px;
    width: calc(100% - 240px);
    margin-left: auto;
}
.blog_list_style01 .item .info p {
	margin-bottom: 0;
	line-height: 1.5;
}
.blog_list_style01 .item .info .date {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
	padding-top: 15px;
	font-size: 90%;
}
.blog_list_style01 .item .info .date .tag {
	display: inline-block;
	margin-left: 20px;
	color: transparent;
	font-size: 90%;
	letter-spacing: -1em;
}
.blog_list_style01 .item .info .date .tag a {
	background-color: #EFE3D0;
	display: inline-block;
	margin-left: 2px;
	padding: 0 10px;
	color: #fff;
	letter-spacing: 0;
	text-decoration: none;
	margin-bottom: 2px;
}
.blog_list_style01 .item .info .date .tag a.class-room {
	background-color: #E5DCCF;
}
.blog_list_style01 .item .info .date .tag a.main-hospital {
	background-color: #ebe1f1;
}
.blog_list_style01 .item .info .date .tag a.column {
	background-color: #8cb6d4;
}
.blog_list_style01 .item .info .date .tag a.activity {
	background-color: #f2e0c0;
}
.blog_list_style01 .item .info .date .tag a.habikigaoka {
	background-color: #F5EFE6;
}
@media only screen and (max-width: 1024px) {
	.blog_list_style01 .item .info .date {
		display: block;
	}
	.blog_list_style01 .item .info .date .tag {
		margin-top: 5px;
		display: block;
		margin-left: -1px;
	}
}
.blog_list_style01 .item .info .ttl {
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
	font-size: 120%;
	font-weight: 500;
	color: #333333;
}
.blog_list_style01 .item .info .ttl a {
	color: inherit;
}
.blog_list_style01 .item .info .des {
	padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
	background-color: #fff;
	border: 3px solid #ddd;
	position: absolute;
	bottom: 0px;
	right: 0;
}
.blog_list_style01 .item .info .button a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 5px 15px 5px 10px;
	font-size: 90%;
	color: #333;
	text-decoration: none;
}
.blog_list_style01 .item .info .button a span {
	display: block;
	position: absolute;
	right: 5px;
	line-height: 1em;
	top: calc(50% - 0.55em);
}
@media only screen and (max-width: 768px) {
	.blog_list_style01 .item .info .button a span {
		top: calc(50% - 0.6em);
	}
}
.blog_list_style01 .item .info .button a::before {
	opacity: 0;
}
.blog_list_style01 .item .info .button::after {
	content: "";
	background-color: var(--main-color);
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
	.blog_list_style01 .item .info .button:hover a {
		opacity: 1;
		color: #fff;
	}
	.blog_list_style01 .item .info .button:hover::after {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.blog_list_style01 .item {
		display: block;
	}
	.blog_list_style01 .item figure {
		margin: 0 auto;
	}
	.blog_list_style01 .item .info {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.blog_list_style01 .item .info .button {
		position: relative;
		display: table;
	}
}
.blog_list_style02.colImg .list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.blog_list_style02.colImg p {
	margin-bottom: 5px;
}
.blog_list_style02.colImg p:last-child {
	margin-bottom: 0;
}
.blog_list_style02.colImg figure {
	margin-bottom: 15px;
}
.blog_list_style02.colImg .text p {
	font-size: 1em;
}
.blog_list_style02.colImg .text .ttl {
	font-family: inherit;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #0e7cad;
}
.blog_list_style02.colImg4_blog .item {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 15px;
	position: relative;
}
.blog_list_style02.colImg4_blog .item:nth-child(4) {
	margin-right: 0;
}
.blog_list_style02.colImg4_blog .item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.blog_list_style02.colImg4_blog .item .img {
	background: url(../images/shared_blog_logo.png) center no-repeat;
	background-size: contain;
	background-color: #fff;
	border: 1px solid #000;
	position: relative;
	width: 100%;
	height: 400px;
	margin-bottom: 15px;
}
.blog_list_style02.colImg4_blog .item .img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.blog_list_style02.colImg4_blog .item .img img {
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
}
.blog_list_style02.colImg4_blog .item:hover a {
	opacity: 1;
}
.blog_list_style02.colImg4_blog .item:hover .img img {
	filter: blur(5px) grayscale(50%);
	transform: translate(-50%, -50%) scale(1.15);
}
.blog_list_style02.colImg4_blog figure {
	background-color: #ddd;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.blog_list_style02.colImg4_blog .item .img {
		height: 30vw;
	}
}
@media only screen and (max-width: 768px) {
	.blog_list_style01 .item .info .des {
		padding-bottom: 25px;
	}
	.blog_list_style02.colImg4_blog .item .img {
		height: 280px;
	}
	.blog_list_style02.colImg4_blog figure {
		height: 260px;
	}
}
@media only screen and (max-width: 640px) {
	.blog_list_style02.colImg .list {
		justify-content: space-around;
	}
	.blog_list_style02.colImg .item {
		margin-bottom: 15px;
	}
	.blog_list_style02.colImg figure {
		margin-bottom: 5px;
	}
	.blog_list_style02.colImg .text {
		font-size: 14px;
	}
	.blog_list_style02.colImg4_blog .item {
		width: 49%;
	}
	.blog_list_style02.colImg4_blog .item .img {
		height: 48vw;
	}
	.blog_list_style02.colImg4_blog figure {
		height: 48vw;
	}
}
.blog_detail_style02 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 30px;
}
.blog_detail_style02 .box_gallery {
	width: 35%;
	max-width: 400px;
}
.blog_detail_style02 .box_gallery .main_img {
	background: #ededed;
	position: relative;
	height: 400px;
	margin-bottom: 11px;
}
.blog_detail_style02 .box_gallery .main_img .item {
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
.blog_detail_style02 .box_gallery .main_img .item.active {
	opacity: 1;
}
.blog_detail_style02 .box_gallery .main_img .img {
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 100%;
}
.blog_detail_style02 .box_gallery .main_img .img img {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
}
.blog_detail_style02 .box_gallery .thumb {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.blog_detail_style02 .box_gallery .thumb li {
	background-color: #ededed;
	transition: all 0.2s ease;
	width: calc(12.5% - 4.4px);
	margin-right: 5px;
	margin-bottom: 5px;
	height: 20vw;
	max-height: 40px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.blog_detail_style02 .box_gallery .thumb li:nth-child(8n + 0) {
	margin-right: 0;
}
.blog_detail_style02 .box_gallery .thumb li:hover {
	opacity: 0.7;
}
.blog_detail_style02 .box_gallery .thumb li img {
	width: auto;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.blog_detail_style02 .box_gallery .thumb.col_5 li {
	width: calc(20% - 4px);
	max-height: 77px;
}
.blog_detail_style02 .box_gallery .thumb.col_5 li:nth-child(5) {
	margin-right: 0;
}
.blog_detail_style02 .box_gallery.withSlick .main_img {
	height: auto;
}
.blog_detail_style02 .box_gallery.withSlick .main_img .item {
	height: 400px;
}
.blog_detail_style02 .box_gallery.withSlick .main_img .item:nth-child(n) {
	display: block;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li {
	opacity: 0.5;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li::after {
	content: "";
	transition: all 0.2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid transparent;
	z-index: 1;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li.active {
	opacity: 1;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li.active::after {
	border-color: #ff9933;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li:hover {
	opacity: 1;
}
.blog_detail_style02 .box_gallery.withSlick .controls p {
	display: table;
	cursor: pointer;
}
.blog_detail_style02 .box_gallery.withSlick .controls p:hover {
	text-decoration: underline;
}
.blog_detail_style02 .box_info {
	width: 62%;
	max-width: 710px;
}
.blog_detail_style02 .box_info .intro {
	margin-bottom: 20px;
}
.blog_detail_style02 .box_info table {
	/* &.tbl_style03{
  	th{
  		width: 38%;
  	}
  } */
}
.blog_detail_style02 .box_info table th {
	width: 30%;
	background: #f5f5f5;
	color: var(--main-color);
}
.blog_detail_style02.noGallery .box_info {
	max-width: 100%;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.blog_detail_style02 .box_gallery {
		width: 100%;
		margin: 0 auto 30px;
	}
	.blog_detail_style02 .box_gallery .main_img {
		max-height: 400px;
		height: 100vw;
	}
	.blog_detail_style02 .box_info {
		width: 100%;
		margin: 0 auto;
	}
	.blog_detail_style02 .box_info table th {
		width: 100%;
	}
	.blog_detail_style02 .box_info table.tbl_style03 {
		border-bottom: none;
	}
}
.main_blog_container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 0 10px 100px;
}
.main_blog_container .main_blog_content {
	max-width: 100%;
	width: calc(100% - 250px);
}
.main_blog_container .main_blog_content > div {
	padding-top: 0;
}
.main_blog_container .sidebar {
	width: 220px;
}
.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
	background-color: var(--main-color);
	transform: none;
	position: static;
	display: block;
	margin-bottom: 0;
	padding: 15px 10px;
	width: 100%;
	writing-mode: horizontal-tb;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.main_blog_container .sidebar ul:not(.children) {
	background-color: #fff;
	border: 1px solid #ddebf2;
	border-top: 0;
	padding: 0 10px;
}
.main_blog_container .sidebar ul:not(.children) > li {
	border-bottom: 1px solid #959595;
	padding: 12px 10px;
	font-size: 80%;
}
.main_blog_container .sidebar ul:not(.children) > li:last-child {
	border-bottom: 0;
}
.main_blog_container .sidebar ul:not(.children) > li a {
	color: inherit;
	font-size: inherit;
	text-decoration: underline;
}
.main_blog_container .sidebar ul:not(.children) > li a:hover {
	text-decoration: none;
}
.main_blog_container .sidebar ul.children {
	padding: 7px 7px;
}
.main_blog_container .sidebar ul.children li {
	padding-bottom: 5px;
}
.main_blog_container .sidebar ul.children li:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.main_blog_container .main_blog_content {
		width: auto;
		margin: 0 auto;
	}
	.main_blog_container .sidebar {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 300px;
order: -1;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.main_blog_container {
    padding-bottom: 50px;
    padding-top: 40px !important;
	}
	.main_blog_container .sidebar ul:not(.children) > li{
		font-size: 14px;
	}
}
.blog_post_button {
	clear: both;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 600px;
	margin: 100px auto 0;
}
.blog_post_button > div {
	position: relative;
	width: 32%;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-size: 0.9em;
	overflow: hidden;
	/* &.prev, &.next {
  	span {
  		display: block;
  		a {
  			&::after {
  				content: "";
  				background-repeat: no-repeat;
  				background-position: center;
  				background-size: auto 10px;
  				transform: translateY(-50%);
  				position: absolute;
  				top: 50%;
  				width: 15px;
  				height: 15px;
  				text-decoration: none !important;
  			}
  		}
  	}
  }
  &.prev {
  	a {
  		padding-left: 25px;
  		&::after {
  			background-image: url(../images/angle-double-left.svg);
  			left: 7px;
  		}
  	}
  }
  &.next {
  	a {
  		padding-right: 25px;
  		&::after {
  			background-image: url(../images/angle-double-right.svg);
  			right: 7px;
  		}
  	}
  }
  &:hover {
  	&.prev {
  		a {
  			&::after {
  			}
  		}
  	}
  	&.next {
  		a {
  			&::after {
  			}
  		}
  	}
  } */
}
.blog_post_button > div::before,
.blog_post_button > div::after {
	content: "";
	transition: all 0.2s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog_post_button > div::before {
	background-color: var(--main-color);
}
.blog_post_button > div::after {
	border: 1px solid var(--main-color);
	opacity: 0;
	transform: scale(1.2, 1.2);
}
.blog_post_button > div a {
	transition: all 0.3s;
	display: block;
	position: relative;
	z-index: 1;
	padding: 11px 10px 10px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	line-height: inherit;
	color: inherit;
	text-align: center;
	text-decoration: none;
}
.blog_post_button > div a:hover {
	opacity: 1;
	color: #fff;
}
@media only screen and (min-width: 769px) {
	.blog_post_button > div:hover::before {
		opacity: 0;
		transform: scale(0.8);
	}
	.blog_post_button > div:hover::after {
		opacity: 1;
		transform: scale(1);
	}
	.blog_post_button > div:hover a {
		color: #000;
	}
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
	background-size: cover;
	width: 100%;
	margin: 0 auto 0px;
	overflow: hidden;
	position: relative;
}
.contact-form-style01 .contact-table textarea {
	min-width: 100%;
}
.contact-form-style01 .contact-table::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
	border: 1px solid;
	padding: 4px 8px;
	border-radius: 5px;
	font-size: 1rem;
}
.contact-form-style01 .contact-table input {
	width: 100%;
}
.contact-form-style01 .contact-table textarea {
	max-width: 100%;
	width: 100%;
	height: 7em;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
	transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type="radio"],
.contact-form-style01 .contact-table input[type="checkbox"] {
	margin: 5px 3px 5px 0px;
	width: auto;
}
.contact-form-style01 .contact-table [readonly*="readonly"] {
	background: none;
	border: 0;
	font-weight: bold;
}
.contact-form-style01 .contact-table dl {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (min-width: 769px) {
	.contact-form-style01 .contact-table dl:last-child dt,
	.contact-form-style01 .contact-table dl:last-child dd {
		border-bottom: 0px;
	}
}
.contact-form-style01 .contact-table dt {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 400px;
	padding: 15px 20px;
	font-size: 1.125em;
}
.contact-form-style01 .contact-table dt span {
	display: inline-block;
	border-radius: 7px;
	padding: 2px 7px;
	margin-left: 5px;
	font-size: 70%;
	line-height: 1;
}
.contact-form-style01 .contact-table dd {
	width: calc(100% - 400px);
	padding: 15px 25px;
	background: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
	max-width: 75px;
	margin: 0 5px;
	text-align: center;
}
.contact-form-style01 .contact-table .inline input {
	text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
	width: 70px;
	text-align: center;
}
.contact-form-style01 .contact-table input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form-style01 .contact-table textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
	resize: none;
	width: 100%;
}
.contact-form-style01 .confirm-table input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form-style01 .confirm-table textarea:focus {
	color: inherit;
	background-color: transparent;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 520px;
	margin: 40px auto 0;
}
.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
	color: inherit;
	text-decoration: none;
	line-height: 1;
}
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-form-style01 .input_btn input[type="button"],
.contact-form-style01 .input_btn input[type="submit"],
.contact-form-style01 .button.thanks_btn a,
.contact-form-style01 .input_btn a {
	width: 200px;
	height: 45px;
	border: none;
	padding: 10px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	margin: 10px auto 10px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 40px;
}
.contact-form-style01 .input_btn input[type="button"]:hover,
.contact-form-style01 .input_btn input[type="submit"]:hover,
.contact-form-style01 .button.thanks_btn a:hover,
.contact-form-style01 .input_btn a:hover {
	opacity: 1;
	background-color: var(--main-color);
	transition: 0.3s all ease-in-out;
}
.contact-form-style01 .input_btn input[type="button"],
.contact-form-style01 .input_btn input[type="submit"],
.contact-form-style01 .button.thanks_btn,
.contact-form-style01 .input_btn a {
	background-color: #7ddcfa;
	color: #fff;
	border-radius: 40px;
}
.contact-form-style01 .contact-table {
	border: 1px solid #B99C74;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
	border-color: #B99C74;
}
.contact-form-style01 .contact-table dt {
	background-color: #FBF8F3;
	border-bottom: 1px solid #B99C74;
	color: #464646;
}
.contact-form-style01 .contact-table dt span {
	background-color: #ffffff;
	color: #ff3c7f;
}
@media only screen and (min-width: 769px) {
	.contact-form-style01 .contact-table dt {
		border-right: 1px solid #B99C74;
	}
}
.contact-form-style01 .contact-table dd {
	border-bottom: 1px solid #B99C74;
}
.contact-form-style01 .wpcf7-not-valid-tip {
	display: block;
	margin: 3px 7px 0;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 80%;
	color: #ff3c7f;
}

.wpcf7-response-output {
	padding-top: 20px;
}

.wpcf7-list-item {
	margin-right: 15px;
}

.wpcf7-list-item-label {
	color: #000;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.captcha_box {
	display: table;
	margin: 50px auto 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.contact-form-style01 .contact-table dt {
		width: 40%;
	}
	.contact-form-style01 .contact-table dd {
		width: 60%;
	}
	.contact-form-style02 {
		padding: 50px 30px 50px;
	}
}
@media only screen and (max-width: 768px) {
	.contact-form-style01 .contact-table {
		border: none;
	}
	.contact-form-style01 .contact-table dl {
		display: block;
	}
	.contact-form-style01 .contact-table dl:last-child dd {
		border-bottom: 1px solid #7A5F3C;
	}
	.contact-form-style01 .contact-table dt {
		border-left: 1px solid #7A5F3C;
		border-right: 1px solid #7A5F3C;
	}
	.contact-form-style01 .contact-table dt,
	.contact-form-style01 .contact-table dd {
		width: 100%;
	}
	.contact-form-style01 .contact-table dd {
		border-left: 1px solid #7A5F3C;
		border-right: 1px solid #7A5F3C;
	}
	.contact-form-style01 .contact-table input,
	.contact-form-style01 .contact-table textarea {
		width: 100%;
	}
	.contact-form-style01 .contact-table input[type="checkbox"],
	.contact-form-style01 .contact-table input[type="radio"] {
		width: auto;
	}
	.contact-form-style01 .wpcf7-list-item {
		display: block;
	}
	.contact-form-style02 {
		padding: 40px 30px 40px;
	}
	.contact-form-style02 .contact-table input,
	.contact-form-style02 .contact-table textarea {
		padding-bottom: 20px;
		text-align: center;
	}
	.contact-form-style02 .contact-table dl {
		width: 100%;
	}
	.contact-form-style02 .contact-table dl dt {
		width: 100%;
		text-align: center;
	}
	.contact-form-style02 .contact-table dl:not(.full) dt {
		bottom: 20px;
	}
	.contact-form-style02 .contact-table dl:not(.full).non-empty dt,
	.contact-form-style02 .contact-table dl:not(.full).focus dt {
		font-size: 0.9em;
	}
	.contact-form-style02 .wpcf7-not-valid-tip {
		text-align: center;
	}

	.contact-form-style01 .contact-table dl:first-child dt {
		border-top: 1px solid #7A5F3C;
	}
}
/* END Mail*/
.under .list_reason {
	margin-top: 140px;
}
@media only screen and (max-width: 1024px) {
	.under .list_reason {
		margin-top: 60px;
	}
}
.under .list_reason .reason_num {
	line-height: 1;
	text-transform: uppercase;
	font-family: var(--f-en);
	color: var(--main-color);
	font-weight: 400;
	font-size: 40px;
	padding-left: 40px;
	margin-bottom: -2px;
}
@media only screen and (max-width: 768px) {
	.under .list_reason .reason_num {
		font-size: 30px;
		padding-left: 20px;
	}
}
.under .list_reason .reason_item:not(:last-child) {
	margin-bottom: 40px;
}
.under .list_reason .reason_item .reason_txt {
	border: 2px solid var(--main-color);
	padding: 40px;
	border-radius: 20px;
}
.under .list_reason .reason_item .reason_ttl {
	margin-bottom: 40px;
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.under .list_reason .reason_item .reason_ttl {
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	.under .list_reason .reason_item .reason_txt {
		padding: 20px;
	}
}

.under .ud_tel {
	position: relative;
	margin: 40px auto;
	max-width: 436px;
	width: 80%;
	border: 2px solid var(--main-color);
	border-radius: 50px;
	padding: 1.5em 0 1.5625em 8.25em;
	background-repeat: no-repeat;
	background-position:
		14.5% 50%,
		calc(93% + 2px) 50%;
	background-size: 2.375em, 9px;
	transition: 0.3s all ease-in-out;
}
.under .ud_tel p {
	font-family: var(--f-en);
	line-height: 1;
	transition: 0.15s all ease-in-out;
	color: var(--main-color);
	font-weight: 500;
}
.under .ud_tel p span {
	display: block;
}
.under .ud_tel .ud_tel_num {
	font-size: 1.75em;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.under .ud_tel .ud_tel_ttl {
	font-size: 1em;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
	.under .ud_tel {
		margin: 20px auto;
		width: 100%;
		max-width: 300px;
		font-size: 13px;
		padding-left: 7em;
	}
}
@media only screen and (min-width: 769px) {
	.under .ud_tel:hover {
		transform: translateY(-5px);
	}
}

.under .ud_box {
	padding: 40px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	.under .ud_box {
		padding: 30px;
	}
}
.under .ud_box::before,
.under .ud_box::after {
	content: "";
	position: absolute;
	border-radius: 20px;
}
.under .ud_box::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: repeating-linear-gradient(
		45deg,
		var(--main-color) 0px,
		var(--main-color) 1px,
		transparent 0,
		transparent 50%
	);
	background-size: 8px 8px;
}
.under .ud_box::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	z-index: -1;
	background: #ffffff;
	border: 2px solid var(--main-color);
}
.under .ud_box h5 {
	margin-top: 35px;
}

.under {
	/**/
}
.under .under_box_flow {
	margin-top: 3em;
}
.under .under_box_flow .step_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.under .under_box_flow .step_item:not(:last-child) {
	margin-bottom: 20px;
}
.under .under_box_flow .step_item:not(:last-child) .step_cont:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 40px;
	height: 20px;
	width: 2px;
	background-color: var(--main-color);
}
@media only screen and (max-width: 768px) {
	.under .under_box_flow .step_item:not(:last-child) .step_cont:after {
		left: 30px;
	}
}
.under .under_box_flow .step_cont {
	padding: 40px 20px 40px 60px;
	background-color: transparent;
	width: 100%;
	margin-left: 40px;
	border-left: 2px solid var(--main-color);
}
.under .under_box_flow .step_cont h5 {
	margin: 20px 0;
	margin-top: 50px;
}
.under .under_box_flow .step_cont .ttl + h5 {
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.under .under_box_flow .step_cont {
		margin-left: 30px;
		padding: 25px 10px 25px 45px;
	}
	.under .under_box_flow .step_cont h5 {
		margin-top: 30px;
	}
}
.under .under_box_flow .step_cont .cont {
	line-height: 2.25;
}
.under .under_box_flow .step_cont .ttl {
	font-size: 24px !important;
	color: var(--main-color);
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.under .under_box_flow .step_cont .ttl {
		font-size: 20px !important;
	}
}
.under .under_box_flow .step_num {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 0.8 !important;
	font-weight: 500;
	font-size: 28px !important;
	letter-spacing: 0.05em;
	font-weight: 500;
	position: absolute;
	top: 20px;
	font-family: var(--f-en);
	margin: auto;
	color: var(--main-color);
	z-index: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color);
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	padding: 10px;
	padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.under .under_box_flow .step_num {
		width: 60px;
		height: 60px;
		font-size: 22px !important;
		top: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.under .under_box_flow .step_num {
		font-size: 22px !important;
	}
}
.under .under_box_flow .step_num span {
	display: block;
	font-weight: 500;
	font-size: 70%;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
	.under .under_box_flow .step_num span {
		margin-bottom: 0;
		margin-top: -5px;
	}
}
.under .under_box_flow .step_num:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	background-color: #fff;
	z-index: -1;
}

.under .txt_h3 {
	margin-bottom: 4.45em !important;
}
.under section .entry h3 {
	margin-top: 60px;
	margin-bottom: 36px;
}

.under_box_faq .accContainer:not(:last-child) {
	margin-bottom: 30px;
}
.under_box_faq .accContainer.accContainer_bg {
	position: relative;
	z-index: 1;
}
.under_box_faq .accContainer.accContainer_bg::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 8px;
	left: 8px;
	right: -8px;
	bottom: -8px;
	background: repeating-linear-gradient(-45deg, #bf5356 0px, #bf5356 0.5px, transparent 0, transparent 50%);
	background-size: 7px 7px;
}
@media only screen and (max-width: 1024px) {
	.under_box_faq .accContainer.accContainer_bg {
		margin-right: 10px;
	}
}
.under_box_faq .accBtn {
	background-color: #7ddcfa;
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
	font-size: 24px !important;
	letter-spacing: 0.2em !important;
	padding: 0.5416666667em 0.4166666667em 0.4166666667em 3.7916666667em;
	margin: 0;
	transition: 0.3s all ease-in-out;
	position: relative;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.under_box_faq .accBtn::before {
	display: inline-block;
	content: "Q.";
	font-family: var(--f-en);
	font-size: 1.75em;
	letter-spacing: 0;
	position: absolute;
	left: -0.2142857143em;
	top: -0.2380952381em;
	font-style: italic;
	background: #50b9cc;
	padding: 0.119047619em 0.5714285714em 0.3095238095em 0.5238095238em;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	.under_box_faq .accBtn::before {
		font-size: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.under_box_faq .accBtn {
		font-size: 16px !important;
	}
}
@media only screen and (min-width: 769px) {
	.under_box_faq .accBtn:hover {
		background-color: var(--main-color);
	}
}
.under_box_faq .accBlock {
	background-color: #fff;
	border: 1px solid #76d4fb;
	padding: 2.125em 7.5em 4.6em 5.5em;
	letter-spacing: 0.2em;
	position: relative;
}
.under_box_faq .accBlock::before {
	content: "A.";
	position: absolute;
	font-family: var(--f-en);
	font-size: 2.625em;
	font-style: italic;
	letter-spacing: 0;
	color: #4ec1fc;
	left: 0.6428571429em;
	top: 0.5952380952em;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	.under_box_faq .accBlock::before {
		font-size: 30px;
		left: 0.75em;
	}
}
@media only screen and (max-width: 768px) {
	.under_box_faq .accBlock {
		font-size: 14px;
		padding: 20px;
		padding-right: 10px;
		padding-left: 60px;
	}
}

.ud_links ul {
	margin-top: 40px;
	justify-content: flex-start;
	padding: 30px 30px 20px;
	border-radius: 8px;
	background-color: #FBF8F3;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.ud_links ul {
		padding: 20px;
	}
}
.ud_links ul li {
	display: table;
	margin: 5px 0px;
	width: 50%;
	padding-right: 1em;
}
.ud_links.ud_links_100  ul li {width: 100%;}
@media only screen and (max-width: 768px) {
	.ud_links ul li {
		width: 100%;
		padding-right: 0;
	}
}
.ud_links ul li a {
	display: table;
	text-decoration: none;
	font-weight: 500;
	color: #333;
	font-size: 1.125em;
	position: relative;
	padding-left: 1em;
	transition: all 0.3s;
	padding-bottom: 0.5em;
	letter-spacing: 0.05em;
}
.ud_links ul li a::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background: var(--main-color);
	position: absolute;
	left: 0;
	top: 0.5em;
}
.ud_links ul li a::after {
	content: "";
	position: absolute;
	background-color: var(--main-color);
	width: 0;
	height: 2px;
	left: 1em;
	bottom: 0;
	transition: all 0.4s linear;
}
.ud_links ul li a:hover {
	color: #333;
	opacity: 1;
}
@media only screen and (min-width: 769px) {
	.ud_links ul li a:hover {
		color: var(--main-color);
	}
	.ud_links ul li a:hover::after {
		width: calc(100% - 1em);
	}
}

/*---------add post---------*/
.box_hp_mainvisual {
	background: #fff;
	text-align: center;
	color: #292929;
	padding: 50px 50px;
	position: absolute;
	right: 60px;
	bottom: 110px;
}

.communication .box_hp_mainvisual {
	padding: 50px 20px;
}

.main_txt {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
}

.main_txt_h {
	font-size: 35px;
}

.box_hb_stt {
	background: #fa8f20;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	font-weight: bold;
	height: 130px;
	width: 130px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	bottom: 0;
	transform: translate(-60%, 50%);
	margin-bottom: 0;
}

.main_hp_box .inner {
	position: relative;
	height: 100%;
}

.under #main.lexpage {
	padding: 0 0;
}

.archive_single_list_exlp .boxmain_tab a:last-child {
	border-bottom: 1px solid #dedede;
}

.lexpage .archive_single_list_exlp .list_post {
	margin-bottom: 40px;
}

.ttl_lp01 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	position: relative;
	margin-bottom: 1.7em;
}

.ttl_lp01_s02 {
	padding-bottom: 0.85em;
}

.ttl_lp01_s02:before {
	content: "";
	width: 110px;
	height: 3px;
	background: #1c1c1c;
	position: absolute;
	bottom: 0;
	left: calc(50% - 55px);
}

.ttl_lp01 .sp_onl {
	display: none;
}

.ttl_lp01 strong {
	font-size: 140%;
}

.lpbox {
	padding: 55px 0;
}

.lpbox01 {
	background: #e9f3f5;
}

.lpbox02 {
	background: #faf8ef;
}

.lpbox04 {
	padding-top: 10px;
}

.blog-content .entry > h4 {
	margin-top: 60px;
}

.blog-content .entry > h5 {
	margin-top: 50px;
}

.blog-content .entry .colImg1 img,
.img_wcap_ct img {
	max-height: 500px;
}

.blog-content .entry .list01 {
	margin-top: 30px;
}

ul.list-tab01 {
	padding: 0px;
	list-style: none;
	display: none;
	max-width: 800px;
	margin: 0 auto 30px;
	display: none;
	justify-content: space-between;
}

ul.list-tab01 li {
	width: calc((100% - 20px) / 3);
	background: #b7b7b7;
	color: #fff;
	display: inline-block;
	padding: 10px 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none;
	box-shadow: inset 0px -4px 0px 0px #7f7f7f;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	text-align: center;
}

ul.list-tab01 li.current {
	background: #A8BFA0;
	box-shadow: inset 0px -4px 0px 0px #386934;
}

ul.list-tab01 li:nth-child(3n + 3) {
	margin-right: 0;
}

.list_bxex_02 {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.list_bxex02_col {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 5px;
	position: relative;
}

.list_bxex02_col:nth-child(3n + 3) {
	margin-right: 0;
}

.list_bxex02_col:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid #A8BFA0;
	border-right: 20px solid transparent;
	position: absolute;
	left: 3px;
	top: 3px;
}

.list_bxex02_ttl {
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	position: relative;
	margin-bottom: 35px;
	text-align: center;
}

.list_bxex02_ttl:before {
	content: "";
	background: #A8BFA0;
	width: 60px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -10px;
}

.list_bxex02_col.list_bxex02_cl01:before {
	border-top: 10px solid #A8BFA0;
	border-right: 10px solid transparent;
}

.list_bxex02_cl01 .list_bxex02_ttl:before {
	background: #A8BFA0;
}

.list_bxex02_ttl.list_bxex02_ttl_01 {
	font-size: 20px;
	line-height: 24px;
}

.box_sub01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}

.list_bxex02_btn {
	margin-bottom: 0;
}

.list_bxex02_btn a {
	background-size: 15px auto;
	color: #fff;
	display: inline-block;
	padding: 3px 35px 3px 20px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.2s;
}

.list_bxex02_btn a:hover {
	background-position: right 5px center;
	opacity: 0.8;
}

.list_bxex02_ttl_sub {
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}

.list_bxex02_des_ttl {
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.list_bxex02_des {
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.list_bxex02_pd {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.list_bxex_02 li {
	background: #f9f9f9;
	padding: 10px 1px 10px 1px;
	width: calc((100% - 21px) / 3);
	margin: 0 10px 10px 0;
	text-align: center;
}

.list_bxex_02 li:nth-child(3n + 3) {
	margin-right: 0;
}

.list_bxex_02 li.list2r img {
	margin-bottom: 5px;
}

.list_bxex_02 li img {
	display: block;
	margin: 0 auto 8px;
}

.list_bxex_02 li span {
	font-size: 11px;
	line-height: 14px;
	display: block;
}

.under_post {
	font-size: 17px;
}

.center_img {
	margin: 0 auto 1.5em;
	text-align: center;
}

.inbl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.tag_cate {
	border: 1px solid #C9A876;
	color: #C9A876;
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
	line-height: 20px;
	padding: 0 12px;
}

.post_date {
	font-size: 16px;
	font-weight: bold;
}

.img_wcap_ct {
	margin: 40px auto 40px;
	text-align: center;
}

.box_center {
	max-width: 760px;
	margin: 0 auto 40px;
}

p:empty {
	display: none;
}

.note01 {
	margin-bottom: 30px;
}

.note01 {
	position: relative;
	padding-left: 20px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.note01:before {
	content: "※";
	z-index: 4;
	position: absolute;
	top: 0px;
	left: 0;
}

.note01.note_c {
	color: #d90029;
}

.note01.note_c:before {
	color: #d90029;
}

.box_ctwimg {
	clear: both;
	margin-bottom: 40px;
}

.box_ctwimg p:last-child {
	margin-bottom: 0;
}

.img_r {
	max-width: 420px;
	float: right;
	margin: 0 0 20px 40px;
}

.img_l {
	max-width: 420px;
	float: left;
	margin: 0 40px 20px 0;
}

.catption_txt {
	padding-top: 10px;
	color: #8e8e8e;
	font-size: 15px;
	display: block;
	letter-spacing: -0.05em;
}

.box_lig01 {
	margin-top: 40px;
	position: relative;
	padding: 40px;
	background: #e3edf7;
	margin-bottom: 40px;
}

.box_lig01 p:last-child {
	margin-bottom: 0;
}

.box_lig02 {
	margin-top: 40px;
	position: relative;
	padding: 40px;
	background: #f7f7f7;
	margin-bottom: 40px;
}

.box_lig02 p:last-child {
	margin-bottom: 0;
}

.maint0 {
	margin-top: 0;
}

blockquote p,
blockquote li,
blockquote dt,
blockquote dd,
blockquote a {
	font-size: 16px;
}

blockquote {
	position: relative;
	padding: 25px 30px 25px 70px;
	box-sizing: border-box;
	background: #f7f7f7;
	margin-bottom: 40px;
	border-left: 2px solid #C9A876;
	/*     -webkit-box-shadow: 3px 3px 5px 6px #ccc; 
    -moz-box-shadow:    3px 3px 5px 6px #ccc;   */
	box-shadow: 1px 2px 2px 0px #e0e0e0;
}

blockquote:before {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 2;
	background-size: 40px;
	width: 50px;
	height: 50px;
	content: "";
}

blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

@media screen and (max-width: 960px) {
	.img_l {
		max-width: 300px;
		margin: 0 20px 15px 0;
	}
	.img_r {
		max-width: 300px;
		margin: 0 0px 15px 20px;
	}
}
/*---------add post sp---------*/
@media screen and (max-width: 768px) {
	.img_wcap_ct {
		margin-bottom: 30px;
		width: auto !important;
	}
	.blog-content .entry > h4 {
		margin-top: 40px;
	}
	.blog-content .entry > h5 {
		margin-top: 30px;
	}
	.under .blog-content .entry .colImg1 img,
	.under .img_wcap_ct img {
		max-width: 100%;
	}
	.box_lig01,
	.box_lig02 {
		padding: 20px;
		margin-top: 30px;
	}
	.inbl {
		margin-bottom: 40px;
	}
	.box_lig01,
	.box_lig02 {
		padding: 20px;
	}
	.under_post table th {
		font-size: 15px;
	}
}
@media screen and (max-width: 640px) {
	.img_l,
	.img_r {
		float: none;
		max-width: 100%;
		margin: 0 0px 20px 0;
	}
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

.ud_list li:not(:last-child) {
	margin-bottom: 10px;
}
.ud_list li {
	display: flex;
	flex-wrap: wrap;
}

.ud_list li .col1 {
	width: 10em;
	text-align: center;
}

.ud_list li .col2 {
	width: 10em;
}

.ud_list li .col3 {
	width: calc(100% - 20em);
}

.ud_list li .col4 {
	width: 15em;
	text-align: center;
}

.ud_list li .col5 {
	width: 10em;
}

.ud_list li .col6 {
	width: calc(100% - 25em);
}

@media only screen and (max-width: 768px) {
	.ud_list li .col1,
	.ud_list li .col2,
	.ud_list li .col3,
	.ud_list li .col4,
	.ud_list li .col5,
	.ud_list li .col6 {
		width: 100%;
		text-align: left;
	}
}

.under .tbl_sp {
	    table-layout: fixed;
}

.idx_btn.no_hover a:hover {
	transform: translateY(0) !important;
}