/*
Theme Name: finova
Description: finova
Version: 1.0
*/

html {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: auto;
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;

	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@keyframes fadein_toUp {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadein_toLeft {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadein_toRight {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #000;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

p {
	/* text-align: justify; */
	/* text-justify: inter-ideograph; /* IE */
	/* text-justify: inter-character; /* Firefox */
}

body pre {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*IE7*/
*+html body  {
font-size:15px;
}
select,input,button,textarea{
	font: 99% Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img{
	border: none;
	max-width: 100%;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

table{
	font-size: inherit;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s linear;
	word-break: break-word;
}
.contents p a,
.contents li a,
figcaption a,
dd a {
	text-decoration: underline;
}
:before,
:after {
	transition-property: all;
	transition: 0.2s linear;
}

a:hover {
	color: #ccc;
}

li a p,
li a span {
	transition: all 0.2s linear;
}
li a:hover p,
li a:hover span {
	color: #ccc;
}

em {
	font-style:normal;
}


img {
	max-width: 100%;
	vertical-align: middle;
}

.image {
	overflow: hidden;
}
.image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-property: all;
	transition: 0.3s linear;
	margin-left: auto;
	margin-right: auto;
}
.image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}


.image a img.auto {
	width: auto;
}
.size-full img {
	width: 100%;
}


.wp-block-image {
	overflow: hidden;
}
.wp-block-image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-property: all;
	transition: 0.3s linear;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.wp-block-image a img.auto {
	width: auto;
}
.contents .wp-block-image {
	margin-bottom: 0;
}
.contents .wp-block-image + * {
	margin-top: 10px;
}

.wp-block-image.wid_300 img,
.wp-block-image.wid_300 a img {
	width: 300px;
}


/* common */

.obj_fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
img.obj_fit {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


.inner {
	max-width: 1400px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and ( min-width: 1200px ) {
	.inner {
		width: 85%;
	}
}

.inline {
	display: flex;
}
.inline.flex_start {
	align-items: flex-start;
}
.inline.center {
	justify-content: center;
}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.contents.page p.mb_0,
h3.mb_0,
h4.mb_0,
.mb_0 {
	margin-bottom: 0;
}
.contents.page p.mb_5,
.mb_5 {
	margin-bottom: 5px;
}
.contents.page p.mb_10,
.mb_10 {
	margin-bottom: 10px;
}
.contents.page p.mb_15,
.mb_15 {
	margin-bottom: 15px;
}
.contents.page p.mb_20,
.mb_20 {
	margin-bottom: 20px;
}
.contents .wp-block-column.ml_0 {
	margin-left: 0;
}


/* TOPへボタン */
#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 5%;
	right: 3%;
	background: rgba(255,255,255,.5);
	border: 1px solid #888;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: hidden;
}
#page-top:hover{
	background: rgba(255,255,255,1);
}
#page-top:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 19px;
	width: 1px;
	height: 25px;
	background: #444;
}
#page-top:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

.contents.post article img.aligncenter {
	max-width: 100%;
	width: auto;
	height: auto;
}
.contents.post article img.alignright,
.contents.post article img.alignleft {
	max-width: 40%;
	width: auto;
	height: auto;
}


.content-none {
	max-width: 960px;
	margin: 0 auto;
}
.content-none p {
	font-size: 16px;
	line-height: 2;
}
.content-none .in_col {
	margin: 6% 0;
}


th,
td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
}
th {
	font-weight: bold;
}

.note {
	font-size: 90%;
}
.note:before {
	content: '※';
	margin-right: 3px;
}
.note.nomark:before {
	content: none;
	margin-right: 0;
}
.note.table {
	margin: 15px auto 0;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.red {
	color: #f00;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}


.pcnone,
.slick-slider.pcnone {
	display: none;
}

.spnone,
.slick-slider.spnone {
	display: inherit;
}


section {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contents {
	padding-bottom: 100px;
}

.contents.form {
	margin-top: 50px;
}
.contents.form .block {
	max-width: 890px;
	margin: 0 auto 30px;
}
.contents.form .block + form {
	margin-top: 50px;
}

form {
	max-width: 890px;
	margin: auto;
	width: 90%;
}

form .head_box {
	margin-bottom: 50px;
}
form dl {
	display: flex;
	margin-bottom: 10px;
}
form dl:first-of-type {
	padding-top: 0;
}
form .switch_col + dl:first-of-type {
	padding-top: 20px;
}
form dl dl:last-of-type {
	border-bottom: none;
}
form dt,
form dd {
}
form dl:first-of-type dt,
form dl:first-of-type dd {
	padding-top: 0;
}
form dl dl:last-of-type dt,
form dl dl:last-of-type dd {
	padding-bottom: 0;
}

form dt {
	width: 28%;
	position: relative;
	padding-left: 10px;
	padding-right: 40px;
	line-height: 1.4;
	font-size: 15px;
	color: #d3d3d3;
}
form dt span {
	display: block;
	font-size: 85%;
}
form dt .imp {
}
form .imp {
	color: #f00;
	font-weight: 600;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 1;
	display: inline-block;
}
form .imp.before {
	background: none;
	padding: 0;
}

form dd {
	width: 70%;
}
form dl dd input[type="text"],
form dl dd input[type="email"],
form dl dd input[type="tel"],
form dl dd textarea {
	width: 100%;
	padding: 17px 10px;
	background-color: #fff;
	border: none;
	outline: none;
}
form dl dd input[type="text"].mini,
form dl dd input[type="email"].mini,
form dl dd input[type="tel"].mini {
	width: 50%;
}
form dl dd input[type="text"].minmini,
form dl dd input[type="email"].minmini,
form dl dd input[type="tel"].minmini {
	width: 30%;
}
form dl dd input[type="text"]:focus,
form dl dd input[type="email"]:focus,
form dl dd input[type="tel"]:focus,
form dl dd textarea:focus {
	outline: none;
}
form dl dd .label_li li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
form dl dd .label_li li:last-child {
	margin-right: 0;
}

form .custom_select {
	width: 100%;
	text-align: center;
	position: relative;
	border: none;
	border-radius: 2px;
	background: #ffffff;
}
form .inline .custom_select {
	width: 46%;
	margin: 0 2%;
}
form .custom_select select {
	width: 100%;
	padding: 17px 10px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
form .custom_select select:-ms-expand {
	display: none;
}
form .custom_select:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.inquiry_choice {
	display: flex;
}
.label_wrap {
	flex: 1;
	max-width: 50%;
}

::placeholder {
	color: #ccc;
}


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

.custom_check {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
.custom_check:last-of-type {
	margin-right: 0;
}
.custom_check input[type="checkbox"] {
	/*display: none;*/
	position: absolute;
	opacity: 0;
}
.custom_check input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.custom_check input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.custom_check input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #b4b4b4;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.custom_check input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	border: 3px solid #3197EE;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.custom_radio {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
.custom_radio:last-of-type {
	margin-right: 0;
}
.custom_radio input[type=radio] {
	position: absolute;
	opacity: 0;
}
.custom_radio input[type=radio] + .radio_label:before {
	content: "";
	background: #fff;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
.custom_radio input[type=radio]:checked + .radio_label:before {
	background-color: #3197EE;
	box-shadow: inset 0 0 0 4px #fff;
}
.custom_radio input[type=radio]:focus + .radio_label:before {
	outline: none;
	border-color: #3197EE;
}
.custom_radio input[type=radio]:disabled + .radio_label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
.custom_radio input[type=radio] + .radio_label:empty:before {
	margin-right: 0;
}

.submit_area {
	text-align: center;
	margin: 50px auto;
}
.submit_area .submit {
	padding: 15px 50px;
	border-radius: 0;
	background: #888;
	font-weight: bold;
	box-shadow: none;
	border: none;
	outline: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition-property: all;
	transition: 0.1s linear;
}
.submit_area .submit:hover {
	background: #ccc;
}

.back_area .back{
	margin: 5% auto;
	background: #fff;
	padding: 5px 20px;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 0;
	display: block;
}
.back_area .back:hover{
	background: #eee;
}


.ui-datepicker {
	background-color: rgba(255, 255, 255, .9);
	padding: 15px;
	box-shadow: 0 3px 8px 3px rgba(0, 0, 0, .2);
}
.ui-datepicker-header {
	display: flex;
	flex-wrap: wrap;
}
.ui-datepicker-header .ui-corner-all {
	display: block;
	width: 50%;
}
.ui-datepicker-next {
	text-align: right;
}
.ui-datepicker-title {
	margin: 5px 0 0;
}
.ui-datepicker-title select {
	margin: 0 10px;
}
.ui-datepicker-title select:first-of-type {
	margin-left: 0;
}
.ui-datepicker-title select:last-of-type {
	margin-right: 0;
}
.ui-datepicker td {
	text-align: center;
	padding: 0;
}
.ui-datepicker td a {
	display: block;
	padding: 5px 10px;
}



.anchor {
	padding-top: 100px !important;
	margin-top: -100px !important;
}


.block {
	margin: 10px auto;
}
.right {
	text-align: right;
}
.fos {
	font-size: 80%;
}

.is-provider-youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.is-provider-youtube .wp-block-embed__wrapper {
	height: 100%;
}
.is-provider-youtube iframe {
	width: 100%;
	height: 100%;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



ul.disc,
ol.decimal {
	padding-left: 1em;
}
.disc li {
	list-style: disc outside;
}
.decimal li {
	list-style: decimal outside;
}

.contents.page .wp-block-group p,
.contents.page .wp-block-group ul,
.contents.page .wp-block-group ol {
	width: 96%;
	margin: auto;
}



#breadcrumb {
	padding: 20px 0;
	width: 96%;
	margin: 0 auto;
}
#breadcrumb:after {
	content: '';
	display: block;
	clear: both;
}
#breadcrumb li {
	font-size: 12px;
	float: left;
	position: relative;
	margin-right: 20px;
}
#breadcrumb li:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10px;
	width: 3px;
	height: 3px;
	border: 1px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
#breadcrumb li:last-child {
	margin-right: 0;
}
#breadcrumb li:last-child:after {
	content: none;
}

.dl_wrap {
	margin: 10px auto;
}
p + .dl_wrap {
	margin-top: 40px;
}
.dl_wrap dl {
	padding: 15px 10px;
	border-bottom: 1px solid #d4d4d4;
	clear: both;
}
.dl_wrap dl:first-of-type {
	padding-top: 0;
}
.dl_wrap dl:after {
	content: '';
	display: block;
	clear: both;
}
.dl_wrap dt {
	white-space: nowrap;
	float: left;
	font-size: 90%;
}
.dl_wrap dd {
}
.dl_wrap dl.block_col dt {
	float: none;
	width: 100%!important;
}
.dl_wrap dl.block_col dd {
	padding-left: 0!important;
}
.dl_wrap dd dl:first-of-type {
	padding-top: 0;
}
.dl_wrap dd dl:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.dl_wrap.dt_big dt {
	color: #000;
	font-weight: 600;
}
.dl_wrap.dt_big dd {
	font-size: 85%;
}
.dl_wrap.flex dl {
	display: flex;
}
.dl_wrap.flex dd {
	padding-left: 40px!important;
}




.loading {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
  height: 100vh;
}

.loading div {
  top: 50%;
  left: 50%;  
  transform: translate(-50%, -50%);
  position: absolute;
}

.loading img {
  color: #fff;
	width: 230px;
  animation: open 2s ease .5s forwards;
	opacity: 0;
}

@keyframes open{
	0% {
		opacity: 0;
		transform: scaleY(8) scaleX(8);
	}
	100% {
		opacity: 1;
		transform: scaleY(1) scaleX(1);
	}
}





.site_head {
	display: flex;
	align-items: center;
	padding: 30px 5% 30px 5%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.site_head .logo {
	width: 20%;
	max-width: 220px;
	margin-right: auto;
	transition: .3s linear;
}
.site_head .logo img {
	width: 100%;
	transition: .3s linear;
}
.site_head .nav_wrap .gnav {
	display: flex;
}
.site_head .nav_wrap .gnav li {
	padding: 10px 20px;
	margin-right: 5px;
	font-weight: 600;
	font-size: 18px;
}
.site_head .nav_wrap .gnav li:last-child {
	margin-right: 0;
}
.fixed .site_head .logo {
	max-width: 165px;
	min-width: 165px;
}
/*.fixed .site_head {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .95);
	z-index: 100;
}
.fixed .site_head {
	padding: 15px 220px 15px 3%;
}
.fixed .site_head .logo {
	width: 150px;
}*/

.home_head {
	height: 65vh;
	/* background-color: #75ddff; */
	background-color: #52fff5;
	position: relative;
	margin-bottom: 50px;
}
.home_head .read_en {
	margin-top: 7%;
	font-size: 6vw;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5%;
}
@media screen and ( min-width: 1701px ) {
	.home_head .read_en {
		font-size: 100px;
	}
}
.home_head .read_ja {
	font-size: 30px;
	font-weight: 600;
}
.home_head .read_ja span {
	/* color: #c9f9ff; */
	color: #000;
}
.home_head .main_image {
	/* position: absolute;
	right: 5%;
	bottom: -35%; */
	width: 55%;
	overflow: hidden;
	border-radius: 150px;
	margin-left: auto;
	/* margin-top: -70px; */
}


.title_wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: baseline;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.title_wrap .title_en {
	font-size: 46px;
	font-weight: 600;
	margin-right: 30px;
}
.title_wrap .title_ja {
	font-size: 20px;
	font-weight: 600; 
}

#aboutus {
	padding-top: 13%;
}
#aboutus .read_wrap p {
	font-size: 26px;
}

.bg_area {
	background-color: #fff;
	padding: 130px 0;
	position: relative;
	transition: .5s ease;
}
.view .bg_area {
	background-color: #38d3ff;
}
.bg_area .bgarea_col {
	background-color: #fff;
	padding: 70px;
	width: 80%;
	position: relative;
	border-bottom: 5px solid #000;
}
.bg_area .bgarea_col + .bgarea_col {
	margin-top: 100px;
}
.bg_area .bgarea_col.left_col {
	border-radius: 0 100px 100px 0;
	border-right: 5px solid #000;
}
.bg_area .bgarea_col.left_col.inview {
	opacity: 0;
	transform: translateX(100px);
}
.bg_area .bgarea_col.left_col.is_show {
	animation: fadein_toRight 1s ease .5s 1 forwards;
	-webkit-animation: fadein_toRight 1s ease .5s 1 forwards;
}

.bg_area .bgarea_col.right_col {
	border-radius: 100px 0 0 100px;
	margin-left: auto;
	border-left: 5px solid #000;
}
.bg_area .bgarea_col.right_col.inview {
	opacity: 0;
	transform: translateX(100px);
}
.bg_area .bgarea_col.right_col.is_show {
	animation: fadein_toLeft 1s ease .5s 1 forwards;
	-webkit-animation: fadein_toLeft 1s ease .5s 1 forwards;
}

svg.bg_obj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.out-top {
	fill: #fff;
	fill-opacity: .4;
	animation: rotate 20s linear infinite;
	transform-origin: 13px 25px;
}
.in-top {
	fill: #fff;
	fill-opacity: .4;
	animation: rotate 10s linear infinite;
	transform-origin: 13px 25px;
}
.out-bottom {
	fill: #fff;
	fill-opacity: .4;
	animation: rotate 25s linear infinite;
	transform-origin: 84px 93px;
}
.in-bottom {
	fill: #fff;
	fill-opacity: .4;
	animation: rotate 15s linear infinite;
	transform-origin: 84px 93px;
}




.bgarea_col.inquiry_col {
	background: none;
	gap: 5%;
	align-items: center;
	border-bottom: none;
}
.inquiry_col .col {
	width: 50%;
}
.inquiry_col .title_ja,
.inquiry_col .title_en {
	color: #fff;
}
.inquiry_col form dt {
	color: #fff;
}

.link_btn {
	margin-top: 50px;
}
.link_btn a {
	padding: 15px 40px;
	border: 4px solid #000;
	border-radius: 30px;
	text-decoration: none;
}
.link_btn a:hover {
	background-color: #000;
	color: #fff;
}


.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
}
.modal__bg {
	background: rgba(155, 155, 155, .75);
	height: 100vh;
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
}
.modal__content,
.modal__content .wp-block-group__inner-container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	height: 90%;
	overflow: auto;
	background-color: rgba(255, 255, 255, 1);
	padding: 5%;
	z-index: 10;
	max-width: 1000px;
	cursor: default;
}
.modal__content .wp-block-group__inner-container {
	overflow-y: auto;
}
.modal__content .slick-arrow {
	border: none;
}
.modal__content .slick-arrow:before {
	content: none;
}
.modal__content .slick-arrow:after {
  width: 20px;
  height: 20px;
  border: 1px solid;
  transform: rotate(45deg);
}
.modal__content .slick-arrow.prev:after {
	border-color:  transparent transparent #fff #fff;
}
.modal__content .slick-arrow.next:after {
  border-color: #fff #fff transparent transparent;
}
.modal__content .js-modal-close {
	content: '';
	position: absolute;
	top: 5%;
	right: 3%;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.modal__content .js-modal-close:before,
.modal__content .js-modal-close:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.modal__content .js-modal-close:before {
	transform: rotate(45deg);
}
.modal__content .js-modal-close:after {
	transform: rotate(-45deg);
}



.contents.post p {
	margin-bottom: 1em;
}
.contents.post p:last-of-type {
	margin-bottom: 0;
}


.wp-block-group {
	padding-top: 40px;
	padding-bottom: 40px;
}
.wp-block-group:first-of-type {
	padding-top: 0;
}
.wp-block-group .wp-block-group {
	padding: 0;
	margin-bottom: 50px;
}
p + .wp-block-group,
.wp-block-group p + .wp-block-group {
	padding-top: 30px;
}
.wp-block-group .wp-block-group.mini {
	padding: 0;
	margin-bottom: 30px;
}
.wp-block-group .wp-block-group:last-of-type {
	margin-bottom: 0;
}

.wp-block-group.inner {
	width: 100%;
	max-width: none;
}
.wp-block-group.inner .wp-block-group__inner-container {
	max-width: 1400px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and ( min-width:1400px ) {
	.wp-block-group.inner {
		width: 100%;
		max-width: none;
	}
	.wp-block-group.inner .wp-block-group__inner-container {
		width: 85%;
	}
}

.wp-block-group.inner .wp-block-group__inner-container .wp-block-group__inner-container {
	width: 100%;
}


.contents.post {
	display: flex;
}

.post article {
	width: 75%;
	padding-right: 3%;
	border-right: 1px solid #ccc;
}
.post aside {
	width: 25%;
	padding-left: 3%;
}
.post article h1 {
	font-size: 26px;
	padding: 30px 10px 10px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.post article header .meta {
	display: flex;
}
.post article header .meta span {
	line-height: 1;
	padding: 5px;
	font-size: 14px;
}
.post article header .meta .cat {
	background-color: #000;
	color: #fff;
	padding: 5px 15px;
}
.post article header .meta .tag {
	margin-left: 10px;
}
.post article header .meta .tag a {
	text-decoration: underline;
}
.post article header .meta .date {
	font-size: 12px;
	color: #666;
	margin-left: auto;
}

.post_nav_area .post_link {
	margin-bottom: 50px;
}
.post_nav_area a {
	text-decoration: none;
}
.post_nav_area .archive_link {
	text-align: center;
}
.post_nav_area .archive_link a {
	padding: 10px 30px;
	border: 1px solid #000;
}
.post_nav_area .archive_link a:hover {
	color: #fff;
	background-color: #000;
}

.post_content {
	padding-top: 30px;
}

.post aside h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
}
.post aside li {
	padding: 5px 0;
}
.post aside .date {
	font-size: 12px;
	color: #999;
}
.post aside a {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
}



footer {
	background-color: #000;
	padding: 50px 0 80px;
}
footer * {
	color: #fff;
}
footer nav ul {
	display: flex;
	align-items: flex-end;
}
footer nav li {
	font-size: 14px;
}
footer nav li:after {
	content: '｜';
	margin: 0 15px;
}
footer nav li:last-child:after {
	content: none;
}
footer small {
	display: block;
	text-align: center;
	padding: 10px 0 0;
}

@media screen and ( max-width: 1300px ) {
	.home_head .main_image {
		width: 60%;
	}
}

/* タブレット */
@media screen and ( max-width: 1024px ) {
	.home_head .read_en {
		font-size: 8vw;
	}
	.home_head .main_image {
		margin-top: 30px;
	}
	.bg_area .bgarea_col {
		width: 90%;
	}
	.bg_area .bgarea_col .inner {
		width: 100%;
	}
	.bgarea_col.inquiry_col {
		flex-direction: column;
		gap: 0;
	}
	.inquiry_col .col {
		width: 100%;
	}
}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	.nav_wrap {
		display: none;
	}

	section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.site_head .logo {
		max-width: 165px;
		min-width: 165px;
	}
	#aboutus {
		padding-top: 80px;
	}
	.home_head {
		height: auto;
		padding-bottom: 50px;
		margin-bottom: 0;
	}
	.home_head .read_en {
		margin-top: 15%;
	}
	.home_head .read_ja {
		font-size: 22px;
		padding-bottom: 50px;
	}
	.home_head .main_image {
		width: 100%;
		border-radius: 40px;
	}

	.title_wrap .title_en {
		font-size: 36px;
	}

	#aboutus {
		padding-top: 100px;
	}
	#aboutus .read_wrap p {
		font-size: 18px;
	}

	.dl_wrap dt {
		float: none;
		font-size: 16px;
		color: #888;
	}
	.dl_wrap dd {
		padding-left: 0!important;
	}

	.contents.post.inline {
		flex-direction: column;
	}
	.post article {
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.post aside {
		width: 80%;
		padding-left: 0;
		margin: 30px auto;
		padding: 25px;
		background-color: #efefef;
	}
	.post article h1 {
		font-size: 20px;
	}
	.post_content h2 {
		font-size: 18px;
	}
	.post_content h3 {
		font-size: 16px;
	}
	.post_content p {
		font-size: 14px;
	}

}

/* sp main-size */
@media screen and ( max-width:760px ) {
	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
		letter-spacing: .01em;
		line-height: 1.5;
	}


	img.alignright,
	img.alignleft {
		float: none;
	}
	.contents.post article img.aligncenter,
	.contents.post article img.alignright,
	.contents.post article img.alignleft {
		width: 80%;
		max-width: none;
		margin: 20px auto;
		display: block;
	}


	form dl {
		display: block;
	}
	form dt,
	form dd,
	form dl dt,
	form dl dd {
		width: 100%;
	}
	form dt {
		margin-bottom: 10px !important;
		padding-left: 0;
		padding-right: 0;
		font-size: 13px;
		color: #666;
	}
	form dt span {
		display: inline-block;
	}
	form dt .imp {
		position: relative;
		left: auto;
		right: auto;
	}

	.submit_area .submit {
		padding: 10px 40px;
	}

	#aboutus {
		padding-top: 60px;
	}

	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.inner {
		width: 94%;
	}


	.home_head .main_image {
		border-radius: 30px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.bg_area {
		padding: 100px 0;
	}




	.contents .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child),
	.contents .wp-block-column {
		flex-basis: auto!important;
		flex-grow: 1!important;
	}
	.contents .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.wp-block-column {
		margin: 0 0 20px;
		width: 100%;
	}
	.wp-block-column:last-of-type {
		margin-bottom: 0;
	}

	.wp-block-columns .wp-block-column.image {
		order: 1;
		margin-bottom: 20px;
	}
	.wp-block-columns .wp-block-column.text {
		order: 2;
		margin-bottom: 0;
	}

}


@media screen and ( max-width:680px ) {
	html, body, div, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, form, fieldset {
		font-size: 16px;
	}

	th, td {
		font-size: 14px;
	}

	.site_head .logo,
	.fixed .site_head .logo {
		max-width: 130px;
		min-width: 130px;
	}

	.home_head .read_en {
	}

	.bg_area .bgarea_col {
		width: 95%;
	}
	.title_wrap {
		margin-bottom: 30px;
	}
	.title_wrap .title_en {
		font-size: 30px;
		margin-right: 20px;
	}
	.title_wrap .title_ja {
		font-size: 16px;
	}

	.dl_wrap dt {
		font-size: 14px;
	}

	.bg_area .bgarea_col {
		padding: 60px 40px;
	}

	.inline {
		flex-direction: column;
	}
	.pcnone,
	.slick-slider.pcnone {
		display: inherit;
	}
	.spnone,
	.slick-slider.spnone {
		display: none;
	}

	footer {
		padding: 30px 0 120px;
	}
	footer .inline {
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}
	footer p,
	footer .btm_access p,
	footer nav li {
		font-size: 12px;
	}
	footer .col {
		margin: auto;
		width: 100%;
	}
	footer .col .line_area {
		flex-direction: row;
	}
	footer .logo {
		flex-direction: column;
		text-align: center;
	}
	footer .logo img {
		margin: auto;
	}
	footer .logo p {
		font-size: 10px;
		margin-top: 3px;
	}
	footer .logo .image,
	footer .logo a {
		margin: auto;
	}
	footer nav ul {
	}
	footer .btm_access svg {
		width: 20px;
	}

}

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

	#breadcrumb {
		padding: 5px 0;
	}
	#breadcrumb li {
		font-size: 10px;
		color: #999;
	}

}


@media screen and ( max-width:480px ) {
	.fixed .site_head {
		padding: 10px 5% 10px 5%;
	}
	.fixed .site_head .logo {
		max-width: 90px;
		min-width: 90px;
	}
	.home_head .read_en {
		font-size: 37px;
	}
	.home_head .read_ja {
		font-size: 18px;
	}
	.bg_area .bgarea_col {
		padding: 60px 20px;
	}
}



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





/* サイドメニュー */
body.side-open {
	width: 100%;
	height: 100%;
	position: fixed;
}

.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 100px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 3;
}
@media screen and ( max-width:896px ) {
	.overlay {
		top: 80px;
	}
}
.side-open .overlay,
.open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}
.side-open .overlay::after,
.open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}

/* 開閉用ボタン */
.side-menu-btn {
	position: fixed;
	top: 27px;
	right: 5%;
	width: 25px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	display: none;
	font-size: 10px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
 /*ボタンのスタイル */
.side-menu-btn,
.side-menu-btn span {
	transition: all .4s;
	box-sizing: border-box;
}
.side-menu-btn span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 0 0 auto;
	height: 2px;
	background-color: #666;
	border-radius: 4px;
}
.side-menu-btn span:nth-of-type(1) {
	width: 100%;
	top: 0;
}
.side-menu-btn span:nth-of-type(2) {
	width: 75%;
	top: 9px;
}
.side-menu-btn span:nth-of-type(3) {
	width: 50%;
	bottom: 0;
}

.side-open .side-menu-btn {
	height: 22px;
}

.side-open .side-menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.side-open .side-menu-btn span:nth-of-type(2) {
	opacity: 0;
}
.side-open .side-menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
	width: 100%;
}

@media screen and ( max-width:896px ) {
	.side-menu-btn {
		display: inherit;
	}
}

@media screen and ( max-width:680px ) {
	.side-menu h3,
	.side-menu .menu-item-has-children a {
		font-size: 14px;
	}
	.side-menu .sub-menu li a {
		width: auto;
		font-size: 12px;
	}
	.side-menu-btn {
		top: 20px;
	}
}


.circle-bg{
	position: fixed;
	z-index:3;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #52fff5;
	transform: scale(0);
	right:-50px;
	top:-50px;
	transition: all .6s;
}

.side-open .circle-bg {
	transform: scale(50);
	cursor: pointer;
}

.side-menu {
	position: fixed;
	top: 80px;
	right: 0;
	left: 0;
	width: 80%;
	height: 85vh;
	background-color: #fff;
	z-index: 1000;
	box-sizing: border-box;
	padding: 60px 35px;
	overflow: auto;
	transition: opacity 1s, visibility 0s ease 1s;
	opacity: 0;
	visibility: hidden;
	border: 3px solid;
	border-radius: 20px;
	margin: auto;
}
.side-open .side-menu {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
	overflow: auto;
}
.fixed .side-menu,
.fixed .overlay {
	top: 80px;
}
.side-menu a {
	text-decoration: none;
}
.side-menu li {
	color: #000;
}
.side-menu li.menu-item {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.side-menu li a {
	padding: 10px 20px;
	position: relative;
}
@keyframes item_fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.side-open .side-menu li {
	opacity: 0;
}
.side-open .side-menu li:nth-child(1) {
	animation: item_fadein 0.8s ease-out 0.5s forwards;
}
.side-open .side-menu li:nth-child(2) {
	animation: item_fadein 0.8s ease-out 0.6s forwards;
}
.side-open .side-menu li:nth-child(3) {
	animation: item_fadein 0.8s ease-out 0.7s forwards;
}
.side-open .side-menu li:nth-child(4) {
	animation: item_fadein 0.8s ease-out 0.8s forwards;
}
.side-open .side-menu li:nth-child(5) {
	animation: item_fadein 0.8s ease-out 0.9s forwards;
}
.side-open .side-menu li:nth-child(6) {
	animation: item_fadein 0.8s ease-out 1s forwards;
}
.side-open .side-menu li:nth-child(7) {
	animation: item_fadein 0.8s ease-out 1.1s forwards;
}
.side-open .side-menu li:nth-child(8) {
	animation: item_fadein 0.8s ease-out 1.2s forwards;
}
.side-open .side-menu li:nth-child(9) {
	animation: item_fadein 0.8s ease-out 1.3s forwards;
}
.side-open .side-menu li:nth-child(10) {
	animation: item_fadein 0.8s ease-out 1.4s forwards;
}
.side-open .side-menu li:nth-child(11) {
	animation: item_fadein 0.8s ease-out 1.5s forwards;
}
.side-open .side-menu li:nth-child(12) {
	animation: item_fadein 0.8s ease-out 1.6s forwards;
}
.side-open .side-menu li:nth-child(13) {
	animation: item_fadein 0.8s ease-out 1.7s forwards;
}
.side-open .side-menu li:nth-child(14) {
	animation: item_fadein 0.8s ease-out 1.8s forwards;
}
.side-open .side-menu li:nth-child(15) {
	animation: item_fadein 0.8s ease-out 1.9s forwards;
}

.side-open .delay_fadein {
	opacity: 0;
	animation: item_fadein 1.3s ease-out 1s forwards;
}

.side-menu .menu-item-has-children {
	font-size: 16px;
	padding-right: 40px;
	position: relative;
}
.side-menu .menu-item-has-children .arrow {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: 0.2s linear;
}
.side-menu .menu-item-has-children .arrow:before,
.side-menu .menu-item-has-children .arrow:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 3px;
	border-radius: 3px;
	background-color: #eeccc8;
	transition: 0.5s linear;
}
.side-menu .menu-item-has-children .arrow:after {
	transform: rotate(90deg);
}

.side-menu .menu-item-has-children .arrow:hover {
	background-color: #eeccc8;
}
.side-menu .menu-item-has-children .arrow:hover:before,
.side-menu .menu-item-has-children .arrow:hover:after {
	background-color: #fff;
}
.side-menu .menu-item-has-children .arrow.active {
	background-color: #eeccc8;
}
.side-menu .menu-item-has-children .arrow.active:before {
	transform: rotate(360deg);
	background-color: #fff;
}
.side-menu .menu-item-has-children .arrow.active:after {
	transform: rotate(360deg);
	background-color: #fff;
}

/* .side-menu .sub-menu {
	display: block;
}
.side-menu .sub-menu li {
	width: 100%;
} */


.side-menu .cta_line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}
.side-menu .cta_line li {
	text-align: center;
}
.side-menu .cta_line li.btn {
	width: 31%;
	margin: 1%;
}
.side-menu .cta_line li.btn a {
	display: block;
	padding: 10px;
	color: #fff;
}

@media screen and ( max-width:480px ) {
	.side-menu {
		top: 60px;
		padding-bottom: 150px;
	}
	.side-open .site_head .logo,
	.fixed.side-open .site_head .logo,
	.fixed.side-open.up .site_head .logo,
	.fixed.side-open.down .site_head .logo {
		max-width: 150px;
	}
	.side-menu li {
		padding: 3px 0;
	}
	.side-menu li a {
		padding: 10px 10px;
	}
	.side-menu .sub-menu {
		padding: 5px;
	}
	.side-menu .sub-menu li {
		width: 100%;
	}

	.side-menu .cta_line {
		flex-direction: column;
		width: 80%;
		max-width: 300px;
	}
	.side-menu .cta_line li.btn {
		width: 100%;
	}
}


/* メインコンテンツ */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
	overflow: hidden;
}






/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
/* IE6で印刷時の倍率を指定 */
@media print {
	body {
		overflow: visible !important;
		_zoom: 0.75;
		width: 1020px;
		margin: 0 auto;
	}
	html, body {
		height: auto;
	}

}
