@charset "utf-8";

/*
theme Name: JFF_BLISS
Author: 
Description: original theme
version： 1.0.0
*/

:root {
	--color-black: #000000;
	--color-black2: #011e3c;
	--color-blue: #345094;
	--color-green: #adbc32;
	--color-green2: #d6df4a;
	--color-green3: #e5ebbf;
	--color-liteblue: #5fa2fb;
	--color-orange: #c99146;
	--color-purple: #cb7db0;
	--color-red: #c1141c;
	--color-gray: #3c3c3c;
	--color-glay2: #dcdcdc;
	--color-gray3: #f4f0ec;
	--color-white1: #fff;
	--color-white2: #f6f2ee;
	--color-white3: #fff8e9;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 18px;
	height: 100%;
	overflow: auto;
	scroll-behavior: smooth;
	width: 100%;
	word-break: keep-all;
}

body {
	color: var(--color-black);
	font-family: athelas, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	margin: 0 auto;
	overflow-x: hidden;
	width: 100%;
	-webkit-text-size-adjust: none;
}

body * {
	box-sizing: border-box
}

body :after,
body :before {
	box-sizing: border-box
}

p {
	margin: 1em auto;
	word-break: keep-all;
}

a {
	color: var(--color-black);
	-webkit-tap-highlight-color: var(--color-black);
	transition: all 0.6s ease;
}

a:visited {
	text-decoration: none;
	color: var(--color-orange);
}

a:hover {
	text-decoration: none;
	color: var(--color-orange);
	opacity: .8;
	transition: all 0.6s ease;
}

a:active {
	text-decoration: none;
	color: var(--color-orange);
}

h1 {
	font-size: 60px;
}

h1.ttl_c {
	border-bottom: 4px solid var(--color-green);
	font-size: 33px;
	line-height: 1.25;
	padding: 100px 0;
	text-align: center;
	word-break: keep-all;
}

h2 {
	color: var(--color-black);
	font-size: 28px;
	line-height: 1.25;
	padding-bottom: 25px;
	position: relative;
}

h2.ttl_c {
	text-align: center;
}

h2.ttl_c::after {
	background: var(--color-orange);
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	line-height: 1.75;
	margin: auto;
	position: absolute;
	right: 0;
	width: 80px;
}

span.new {
	background: var(--color-orange);
	color: #fff;
	display: inline-block;
	padding: 0 10px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {}

table {
	border-collapse: collapse;
	margin: 10px auto;
	table-layout: fixed;
	width: 100%;
}

table tr th,
table tr td {
	border: 1px solid var(--color-black);
	padding: 5px;
	text-align: left;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

img {
	height: auto;
	object-fit: contain;
	max-width: 100%;
}

ul {
	padding-left: 0;
}

ul li {
	list-style: none;
}

li {
	line-height: 1.75;
}

ul.privacypolicy li {
	list-style: disc;
	margin-left: 1em;
}

.ttl_first {
	display: block;
	font-size: 18px;
	padding: 10px 0;
}

.ttl_first::first-letter {
	color: var(--color-green);
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.br_pc {
	display: none;
}

.br_sp {
	display: block;
}

.grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
}

.grid-tmp-col250px {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-tmp-col400px {
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.grid-tmp-col500px {
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

@media (width>=460px) {
	.br_pc {
		display: block;
	}

	.br_sp {
		display: none;
	}

	.df {
		display: flex;
		flex-wrap: wrap;
	}

	.al-center {
		align-items: center;
	}

	.js-sa {
		justify-content: space-around;
	}

	.js-sb {
		justify-content: space-between;
	}

	.fx-reverse {
		flex-direction: row-reverse;
	}
}

header {
	/*background: #ffffffcc;*/
	background: var(--color-white1);
	margin: 0 auto;
	top: 0;
	width: 100%;
	z-index: 1000;
}

header.fixed {
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}

header svg {
	display: flex;
	max-width: 400px;
	padding: 0 5%;
	width: 100%;
}

header svg #logo {
	fill: var(--color-blue);
}

header svg #name {
	fill: var(--color-black);
}

.header__wrap {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 60px;
	margin: auto;
	width: 100%;
}

.header__wrap-img {
	align-items: center;
	display: flex;
	max-width: 450px;/*202507広田　380→450*/
	width: 100%;
	z-index: 100;
}

.header__wrap-img a {
	line-height: 0;
}

.header__wrap-img img {
	height: 60px;
	max-width:  450px;/*202507広田　380→450*/
	padding: 10px;
	width: 100%;
}

.menu_icon {
	cursor: pointer;
	display: block;
	height: 80px;
	position: relative;
	text-align: center;
	width: 60px;
	z-index: 101;
}

.menu_icon span {
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	left: 15px;
	background: var(--color-black);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.menu_icon span:nth-child(1) {
	top: 20px;
}

.menu_icon span:nth-child(2) {
	top: 30px;
}

.menu_icon span:nth-child(3) {
	top: 40px;
}

.menu_icon.active span:nth-child(1) {
	left: 15px;
	top: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.menu_icon.active span:nth-child(2),
.menu_icon.active span:nth-child(3) {
	top: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.menu__wrap {
	overflow-y: auto;
}

.menu__wrap nav {
	margin: 0 auto;
}

.menu__wrap {
	background: #ffffffcc;
	bottom: 0;
	display: none;
	min-height: 100vh;
	overflow: hidden;
	padding: 0 0 30px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
}

nav#menu ul {
	display: block;
	width: 100%;
}

nav#menu ul li {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

nav#menu ul li::after {
	border-bottom: 6px solid inherit;
	content: '';
}

nav#menu ul li.current_page_item {
	pointer-events: none;
}

nav#menu ul li a {
	align-items: center;
	color: var(--color-black);
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-family: YuMincho, 'Yu Mincho', serif;
	justify-content: center;
	padding-top: 10px;
	text-decoration: none;
	width: 100%;
}

nav#menu ul li a span {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 10px;
	line-height: 2;
}

.menu__wrap.active {
	animation-name: close;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	display: block;
	padding: 60px 0 0 0;
	right: -300px;
	z-index: 2;
	-webkit-overflow-scrolling: touch;
}

@keyframes open {
	0% {
		transform: translateX(-250px);
	}

	100% {
		transform: translateX(0);
	}
}

.menu__wrap.close {
	animation-name: open;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	display: block;
	right: -300px;
	width: 300px;
	z-index: 1;
}

@keyframes close {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-300px);
	}
}

.menu__wrap .btn_sns {
	display: none;
}

.menu__wrap .btn_sns.active {
	display: flex;
	margin: auto;
}

@media(width>=801px) {
	header {}

	.header__wrap {
		flex-direction: column;
		flex-wrap: nowrap;
		height: 180px;
		left: 0;
		margin: auto;
		right: 0;
		width: 100%
	}

	.header__wrap-inner {
		align-items: center;
		display: flex;
		height: 150px;/*ロゴ変更による調整*/
		justify-content: space-between;
		margin: auto;
		max-width: 1600px;
		width: 100%;

	}

	.header__wrap-img {
		max-width: 450px;/*ロゴ変更による調整*/
	}

	.header__wrap-img img {
		height: auto;
		padding:40px;/*広田追記202507*/
	}

	.menu_icon {
		display: none;
	}

	.menu__wrap {
		align-items: center;
		background: #000000b3;
		display: flex;
		height: 80px;
		justify-content: space-between;
		margin: auto;
		min-height: auto;
		width: 100%;
	}
/*
	.menu__wrap {
		padding: 0;
		position: inherit;
		width: 100%;
	}*/
    .menu__wrap {
        padding: 0;
        position: absolute;
        width: 100%;
        top: -280px;
        left: 0;
	}
	nav#menu {
		height: 100%;
		width: 100%;
	}

	nav#menu ul {
		display: flex;
		height: 100%;
		justify-content: space-between;
		margin: 0;
		max-width: 1400px;
		margin: auto;
	}

	nav#menu ul li {}

	nav#menu ul li a {
		color: var(--color-white1);
		height: 100%;
		line-height: 1;
		padding: 0;
	}

	.menu__wrap .btn_sns {
		display: flex;
	}
}


/***** footer *****/

.page_top {
	bottom: 30px;
	position: fixed;
	right: 20px;
	z-index: 100;
}

.page_top svg {
	height: 85px;
	width: 85px;
}

.page_top .d {
	fill: var(--color-red);
}

.page_top a:hover {
	opacity: 1;
}

footer {}

footer a {
	text-decoration: none;
}

footer a:visited {
	color: var(--color-orange);
}

.footer__wrap {
	background-image: url('./lib/img/front/footer-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 50px;
	padding: 50px 10px;
}

.footer-menu {
	padding: 50px 0;
	width: 100%;
}

.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-menu ul li {
	font-size: 18px;
	padding-inline: 10px 5px;
	position: relative;
}

.footer-menu ul li::before {
	content: '|';
	left: 0;
	position: absolute;
}

.footer-menu ul li:last-child::after {
	content: '|';
	position: absolute;
	right: -0.25em;
}

@media(width>=461px) {
	.footer-menu {}
}

@media(width>=801px) {
	.footer__wrap {}

	.footer-menu {}
}

@media(width>=1201px) {
	.footer__wrap {}

	.footer-menu {}
}

@media(width>=1601px) {
	.footer__wrap {}

	.footer-menu {}
}

.copy-right {
	align-items: center;
	background: var(--color-black);
	color: var(--color-white1);
	display: flex;
	font-size: 16px;
	height: 60px;
	justify-content: center;
	width: 100%;
}

.mv {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100vh;
	position: relative;
	width: 100vw;
}


.mv-more {
	animation-name: more-updown;
	animation-delay: 0s;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	bottom: 10%;
	position: absolute;
	width: 52px;
}

@keyframes more-updown {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	48% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.page_header {
	margin-top: 48px;
}

.breadcrumb {
	background: var(--color-black);
	color: var(--color-liteblue);
	font-size: 14px;
	height: 50px;
	width: 100%;
}

.breadcrumb nav {
	height: 100%;
}

.breadcrumb_list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 20px;
	width: 100%;
}

.breadcrumb_list li {
	padding: 0 10px 0 0;
	white-space: nowrap;
}

.breadcrumb_list li a {
	color: var(--color-blue);
}

.breadcrumb_item:not(:first-of-type)::before {
	content: ">";
	color: #ddd;
	padding-right: 5px;
}

#pagenavi {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-top: 40px;
}

#pagenavi li.prev::before {
	content: '<';
}

#pagenavi li.next::after {
	content: '>';
}

#pager {
	width: clamp(320px, 100%, 1140px);
	margin: 0 auto 10px;
	padding: clamp(2%, 20px, 20px);
	font-size: 12px;
	line-height: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pager .page-numbers {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 10px 5px;
	padding: 10px;
	border: 1px solid var(--color-black);
	display: flex;
	justify-content: center;
	align-items: center;
}

#pager a.page-numbers:hover {
	background: var(--color-orange);
	color: var(--color-blue);
	border: 1px solid var(--color-orange);
}

#pager .page-numbers.current {
	background: var(--color-orange);
	color: var(--color-blue);
	border: 1px solid var(--color-orange);
}

#pager .prev.page-numbers::after {
	position: absolute;
	content: '<';
}

#pager .next.page-numbers::after {
	position: absolute;
	content: '>';
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 30px auto;
}

.pagination .page-numbers {
	text-decoration: none;
	color: var(--color-orange);
	border: 1px solid var(--color-orange);
	display: inline-block;
	border-radius: 5px;
	padding: 0.5em 1em;
	transition: .3s;
}

.pagination .current {
	background-color: var(--color-orange);
	color: var(--color-white1);
}

.pagination a:hover {
	background-color: var(--color-orange);
	color: var(--color-white1);
}

main {}

section {}

.sec__wrap {
	padding: calc(100vw / 1920 * 150) 0 0;
}

a.more-btn {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	height: 48px;
	justify-content: space-between;
	max-width: 270px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

a.more-btn.min {
	color: var(--color-black);
	max-width: 120px;
}

a.more-btn svg {
	fill: var(--color-purple);
	height: 48px;
	position: absolute;
	right: 0;
	width: 48px;
}

a.more-btn:hover svg {
	right: -10px;
}

a.more-btn:visited {
	color: var(--color-purple);
}

a.read-more {
	align-items: center;
	border-top: 1px solid var(--color-glay2);
	color: var(--color-black);
	display: flex;
	justify-content: flex-end;
	margin: 10px auto;
	padding: 10px 0;
	padding-right: 10px;
	position: relative;
	text-decoration: none;
}

a.read-more svg {
	padding-left: 10px;
	width: 30px;
}

a.read-more .d {
	fill: var(--color-orange);
	stroke-width: 0px;
}

a.read-more:hover {
	padding-right: 0px;
}

a.more-btn:hover {}

a.more-btn.w {
	background: var(--color-white1);
	color: var(--color-black);
}

a.more-btn.w svg {
	fill: var(--color-black);
}

a.more-btn.w:visited {
	color: var(--color-black);
}

a.more-btn.works {
	align-items: center;
	background: none;
	border: none;
	color: var(--color-black);
	display: flex;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	justify-content: flex-start;
	margin: 0 0 0 auto;
	max-width: 100px;
	position: relative;
	width: 100%;
}

a.more-btn.works svg {
	fill: var(--color-black);
}

a[target="_blank"] {
	padding-inline: 0 1em;
	position: relative;
}

a[target="_blank"]::after {
	background-image: url('./lib/img/common/link_mark.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 0.5em;
	margin-left: 0.25em;
	position: absolute;
	width: 1em;
}

a[target="_blank"].target-non {
	padding-inline: 0;
}

a[target="_blank"].target-non::after {
	content: none;
}

a.link-btn {
	align-items: center;
	border: 3px solid var(--color-black);
	color: var(--color-black);
	display: flex;
	font-size: 24px;
	font-weight: bold;
	height: 55px;
	justify-content: center;
	margin: 10px auto;
	max-width: 700px;
	width: 100%;
}

.header_title {
	background-color: var(--color-black);
	background-image: url(./lib/img/common/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	height: 275px;
	margin: 60px 0 0;
	padding: 20px;
	position: relative;
}

.header_title h1 {
	color: var(--textcplor5);
	font-size: 42px;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	left: 10%;
	position: absolute;
	top: 20%;
}

.front_info {
	font-size: 22px;
	background: var(--color-liteblue);
	color: var(--color-blue);
	text-align: center;
	padding: 20px;
}

.title-logo {
	position: relative;
}

.title-logo::after {
	background-image: url(./lib/img/common/header-logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}

.timeline {
	position: relative;
	padding: 0 0 40px;
	overflow: hidden;
}

.timeline::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background: var(--color-blue);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.timeline::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 7px 0px 7px;
	border-color: var(--color-blue) transparent transparent transparent;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.timeline-box {
	height: 60px;
	margin-bottom: 20px;
	position: relative;
}

.timeline-txt {
	opacity: 0;
	position: absolute;
	transition: 0.5s ease all;
	width: 45%;
}

.timeline-txt.pos-left0 {
	text-align: right;
}

.timeline-icon {
	position: absolute;
	top: 10px;
	height: 12px;
	width: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	background: var(--color-blue);
}

@media(max-width:800px) {
	.timeline::before {
		left: 10px;
		right: unset;
	}

	.timeline::after {
		left: 5px;
		right: unset;
	}

	.timeline-icon {
		left: 5px;
		right: unset;
	}

	.timeline-txt {
		padding: 0 0 0 25px;
		position: absolute;
		width: 100%;
	}

	.timeline-txt.pos-left0 {
		text-align: left;
	}
}

.col1 {
	width: calc(100% / 10 * 1);
}

.col2 {
	width: calc(100% / 10 * 2);
}

.col3 {
	width: calc(100% / 10 * 3);
}

.col4 {
	width: calc(100% / 10 * 4);
}

.col5 {
	width: calc(100% / 10 * 5);
}

.col6 {
	width: calc(100% / 10 * 6);
}

.col7 {
	width: calc(100% / 10 * 7);
}

.col8 {
	width: calc(100% / 10 * 8);
}

.col9 {
	width: calc(100% / 10 * 9);
}

.col10 {
	width: 100%;
}

.ali-center {
	align-items: center;
}

.ali-fs {
	align-items: flex-start;
}

.ali-fe {
	align-items: flex-end;
}

.ali-strech {
	align-items: stretch;
}

.ba1 {
	border: 1px solid var(--color-glay2);
}

.ba2 {
	border: 2px solid var(--color-black);
}

.ba5 {
	border: 5px solid var(--color-black);
}

.bb1 {
	border-bottom: 1px solid var(--color-glay2);
}

.bb4-d {
	border-bottom: 4px dotted var(--color-green);
}

.bt1 {
	border-top: 1px solid var(--color-glay2);
}

.bb1g {
	border-bottom: 1px solid var(--color-green);
}

.bt1g {
	border-top: 1px solid var(--color-green);
}

.bt4-d {
	border-top: 4px dotted var(--color-green);
}

.bn {
	border: none;
}

.bg-black {
	background: var(--color-black);
}

.bg-w1 {
	background: var(--color-white1);
}

.bg-w2 {
	background: var(--color-white2);
}

.bg-g3 {
	background: var(--color-gray3);
}

.bg-green3 {
	background: var(--color-green3);
}

.bg-blu {
	background: var(--color-blue);
}

.bg-pur {
	background: var(--color-purple);
}

.bg-case {
	background: #f4f2ce;
}

.bg-orange {
	background: #c9914626;
}

.bg-img-t {
	background-image: url('./lib/img/common/page-bg-t.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-img {
	background-image: url('./lib/img/common/page-bg.png');
	background-position: left;
	background-size: 800px;
	background-repeat: no-repeat;
}

.bg-img2 {
	background-image: url('./lib/img/common/page-bg2.png');
	background-position: right;
	background-size: 800px;
	background-repeat: no-repeat;
}

.bg_no {
	background: none !important;
}

.col1 {
	width: 10%;
}

.col1_5 {
	width: 15%;
}

.col2 {
	width: 20%;
}

.col2_5 {
	width: 25%;
}

.color-black {
	color: var(--color-black);
}

.color-blue {
	color: var(--color-blue);
}

.color-green {
	color: var(--color-green);
}

.color-red {
	color: var(--color-red);
}

.color-white1 {
	color: var(--color-white1);
}

.db {
	display: block;
}

.di {
	display: inline-block;
}

.fd-column {
	flex-direction: column;
}

.fs-i {
	font-style: italic;
}

.fs16px {
	font-size: 16px;
}

.fs18px {
	font-size: 18px;
}

.fs25px {
	font-size: 25px;
}

.fs28px {
	font-size: 28px;
}

.fs28px {
	font-size: 28px;
}

.fs35px {
	font-size: 35px;
}

.fs38px {
	font-size: 38px;
}

.fs60p {
	font-size: 60%;
}

.fs70p {
	font-size: 70%;
}

.fs85p {
	font-size: 85%;
}

.fs100p {
	font-size: 100%;
}

.fs110p {
	font-size: 110%;
}

.fs130p {
	font-size: 130%;
}

.fs170p {
	font-size: 170%;
}

.fs185p {
	font-size: 185%;
}

.fs200p {
	font-size: 200%;
}

.fs250p {
	font-size: 250%;
}

.fs275p {
	font-size: 275%;
}

.fs300p {
	font-size: 300%;
}

.fw-normal {
	font-weight: normal;
}

.fw-bold {
	font-weight: bold;
}

.fw-nowrap {
	flex-wrap: nowrap;
}

.gap10px {
	gap: 10px;
}

.gap20px {
	gap: 20px;
}

.lh0 {
	line-height: 0;
}

.lh1 {
	line-height: 1;
}

.lh1_2 {
	line-height: 1.2;
}

.lh1_5 {
	line-height: 1.5;
}

.lh2 {
	line-height: 2;
}

.lh2_5 {
	line-height: 2.5;
}

.jc-center {
	justify-content: center;
}

.jc-fs {
	justify-content: flex-start;
}

.jc-sa {
	justify-content: space-around;
}

.jc-sb {
	justify-content: space-between;
}

.lh0 {
	line-height: 0;
}

.h40px {
	height: 40px;
}

.h80px {
	height: 80px;
}

.h100p {
	height: 100%;
}

.maa {
	margin: auto;
}

.ma0 {
	margin: 0;
}

.ma2_5p {
	margin: 2.5%;
}

.mb0 {
	margin-bottom: 0;
}

.mb1p {
	margin-bottom: 1%;
}

.mb2_5p {
	margin-bottom: 2.5%;
}

.mb5p {
	margin-bottom: 5%;
}

.mb20px {
	margin-bottom: 20px;
}

.mb25px {
	margin-bottom: 25px;
}

.mb50px {
	margin-bottom: 50px;
}

.mb200px {
	margin-bottom: 200px;
}

.mla {
	margin-left: auto;
}

.mt0 {
	margin-top: 0;
}

.mt2_5p {
	margin-top: 2.5% !important;
}

.mt5p {
	margin-top: 5% !important;
}

.mt20px {
	margin-top: 20px;
}

.mt50px {
	margin-top: 50px;
}

.mt100px {
	margin-top: 100px;
}

.msa {
	margin-left: auto;
	margin-right: auto;
}

.ms2_5p {
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.pa1p {
	padding: 1%;
}

.pa2_5p {
	padding: 2.5%;
}

.pa5p {
	padding: 5%;
}

.pa10p {
	padding: 10%;
}

.pa10px {
	padding: 10px;
}

.pa20px {
	padding: 20px;
}

.pa25px {
	padding: 25px;
}

.pa60px {
	padding: 60px;
}

.pb0 {
	padding-bottom: 0;
}

.pb0_5em {
	padding-bottom: 0.5em;
}

.pb1em {
	padding-bottom: 1em;
}

.pb2em {
	padding-bottom: 2em;
}

.pb0_5p {
	padding-bottom: 0.5%;
}

.pb1p {
	padding-bottom: 1%;
}

.pb2_5p {
	padding-bottom: 2.5%;
}

.pb5p {
	padding-bottom: 5%;
}

.pb5px {
	padding-bottom: 5px;
}

.pb10px {
	padding-bottom: 10px;
}

.pb20px {
	padding-bottom: 20px;
}

.pb30px {
	padding-bottom: 30px;
}

.pb40px {
	padding-bottom: 40px;
}

.pb50px {
	padding-bottom: 50px;
}

.pb70px {
	padding-bottom: 70px;
}

.pb80px {
	padding-bottom: 80px;
}

.pb100px {
	padding-bottom: 100px;
}

.pb150px {
	padding-bottom: 150px;
}

.pb300px {
	padding-bottom: 300px;
}

.pb380px {
	padding-bottom: 380px;
}

.pl1em {
	padding-left: 1em;
}

.pl2em {
	padding-left: 2em;
}

.pt0 {
	padding-top: 0;
}

.pt1em {
	padding-top: 1em;
}

.pt1p {
	padding-top: 1%;
}

.pt2_5p {
	padding-top: 2.5%;
}

.pt5p {
	padding-top: 5%;
}

.pt5px {
	padding-top: 5px;
}

.pt10px {
	padding-top: 10px;
}

.pt20px {
	padding-top: 20px;
}

.pt30px {
	padding-top: 30px;
}

.pt50px {
	padding-top: 50px;
}

.pt70px {
	padding-top: 70px;
}

.pt80px {
	padding-top: 80px;
}

.pt100px {
	padding-top: 100px;
}

.pt200px {
	padding-top: 200px;
}

.ps10px {
	padding-left: 10px;
	padding-right: 10px;
}

.ps10px {
	padding-left: 10px;
	padding-right: 10px;
}

.ps20px {
	padding-left: 20px;
	padding-right: 20px;
}

.ps2_5p {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.pos-absolute {
	position: absolute;
}

.pos-relative {
	position: relative;
}

.pos-full {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.pos-bottom0 {
	bottom: 0;
}

.pos-bottom10p {
	bottom: 10%;
}

.pos-bottomm100px {
	bottom: calc(100vw / 1920 * -100);
}

.pos-left0 {
	left: 0;
}

.pos-left10p {
	left: 10%;
}

.pos-right0 {
	right: 0;
}

.pos-right10p {
	right: 10%;
}

.pos-top10p {
	top: 10%;
}

.pos-top20p {
	top: 20%;
}

.pos-m50px {
	top: -50px;
}

.space {
	height: 50px;
	width: 5%;
}

.mxh1 {
	max-height: 1em;
}

.mxh260px {
	max-height: 260px;
}

.mxha {
	max-height: auto;
}

.mxw10p {
	max-width: 10%;
}

.mxw140px {
	max-width: 140px;
}

.mxw240px {
	max-width: 240px;
}

.mxw260px {
	max-width: 260px;
}

.mxw288px {
	max-width: 288px;
}

.mxw300px {
	max-width: 300px;
}

.mxw440px {
	max-width: 440px;
}

.mxw500px {
	max-width: 500px;
}

.mxw510px {
	max-width: 510px;
}

.mxw520px {
	max-width: 520px;
}

.mxw650px {
	max-width: 650px;
}

.mxw800px {
	max-width: 800px;
}

.mxw900px {
	max-width: 900px;
}

.mxw1200px {
	max-width: 1200px;
}

.mxwmc {
	max-width: max-content;
}

.h100 {
	height: 100%;
}

.w100 {
	width: 100%;
}

.wb-ka {
	word-break: keep-all;
}

/***** スマホonly *****/
.mj-content-fs {
	justify-content: flex-start !important;
}

.mj-content-fe {
	justify-content: flex-end !important;
}

.mmxw50p {
	max-width: 50%;
}

.mmxw70p {
	max-width: 70%;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.td-none {
	text-decoration: none;
}

.pc-view {
	display: none;
}

.front-mv {
	aspect-ratio: 192 / 90;
	background-image: url('./lib/img/front/jff_bliss_front_mv.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
}

.page-mv {
	background-image: url('./lib/img/common/page-mv-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 300px;
	margin-bottom: 90px;
	position: relative;
}

/*
.front-mv .nami,
.pgae-mv .nami {
	background-image: url('./lib/img/front/nami.png');
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.front-mv .nami {
	animation: nami1 25s linear infinite;
}

.front-mv .nami2 {
	animation: nami2 30s linear infinite;
}

@keyframes nami1 {
	0% {
		background-position: -400px 0;
	}

	100% {
		background-position: 2400px 0;
	}
}

@keyframes nami2 {
	0% {
		transform: translateX(-75%);
	}

	100% {
		transform: translateX(125%);
	}
}
*/
.front-mv .train {
	background-image: url('./lib/img/front/train.png');
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.front-mv .train1 {
	aspect-ratio: 384 / 90;
	background-image: url('./lib/img/front/mv_train1.png');
	background-size: cover;
	height: 100%;
	position: absolute;
}

.front-mv .train2 {
	aspect-ratio: 384 / 90;
	background-image: url('./lib/img/front/mv_train2.png');
	background-size: cover;
	height: 100%;
	position: absolute;
}

.front-mv .train {
	animation: train 15s linear infinite;
}

.front-mv .train1 {
	animation: train1 10s linear infinite;
}

.front-mv .train2 {
	animation: train2 10s linear infinite;
}

@keyframes train {
	0% {
		background-position: -6000px 0;
	}

	100% {
		background-position: 2000px 0;
	}
}

@keyframes train1 {
	0% {
		left: -200%;
	}

	100% {
		left: 100%;
	}
}

@keyframes train2 {
	0% {
		left: -150%;
		/*transform: translateX(-75%);*/
	}

	100% {
		left: 150%;
		/*transform: translateX(125%);*/
	}
}

.front-mv-img {
	bottom: 70px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 350px;
	z-index: 2;
}

.triangle {
	background: var(--color-white1);
	bottom: -1px;
	clip-path: polygon(50% 75%, 0% 100%, 100% 100%);
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.page-mv .triangle {
	clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
	margin: auto;
	right: 0;
	width: calc(100vw / 1920 * 1200);
}

/*
.front-mv-ttl {
	background-image: url('./lib/img/front/front-ttl-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 42px;
	position: relative;
	text-align: center;
	top: -150px;
	z-index: 2;
	padding-top: 120px;
	line-height: 1.25;
	width: 100%;
}

.page-mv-ttl {
	background-image: url('./lib/img/common/page-ttl-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0;
	font-size: 42px;
	line-height: 1.25;
	margin: 0;
	padding-top: 100px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
*/
.front-mv-ttl {
	font-size: 42px;
	position: relative;
	text-align: center;
	top: -100px;
	z-index: 2;
	padding-top: 120px;
	line-height: 1.25;
	width: 100%;
}

.page-mv-ttl {
	bottom: 0;
	color: var(--color-white1);
	font-size: 42px;
	line-height: 1.25;
	margin: 0;
	padding-top: 100px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.front__wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	position: relative;
	top: -150px;
}

.flex__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding: 0 10px 50px;
	width: 100%;
}

.flex__wrap.rev {
	flex-direction: column-reverse;
}

.img__wrap-r {
	width: 100%;
}

.img__wrap-r img {
	width: 100%;
}

.img__wrap-l {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	position: relative;
	width: 100%;
}

.img__wrap-l img {
	width: calc(50% - 5px);
}

.img__wrap-l img:first-child {}

.img__wrap-l img:last-child {
	padding-top: 50px;
}

.txt__wrap-l {
	padding-bottom: 50px;
	width: 100%;
}

.txt__wrap-r {
	padding-bottom: 50px;
	width: 100%;
}

.front-img {
	height: 45vw;
	position: relative;
	width: 100%;
}

.front-img img {
	position: absolute;
	z-index: 2;
}

.front-img img:nth-of-type(1) {
	left: 0;
	top: 21vw;
	width: 40vw;
}

.front-img img:nth-of-type(2) {
	left: 21vw;
	top: 0;
	width: 40vw;
}

.front-img img:nth-of-type(3) {
	left: 42vw;
	top: 0vw;
	width: 82vw;
}

.front-img img:nth-of-type(4) {
	left: 30vw;
	top: 45vw;
	width: 20vw;
}

.clip {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.front-bg {
	padding: 10vw 0;
	position: relative;
	z-index: 0;
}

.news__wrap {
	max-width: 1120px;
	padding: 10px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.news-bg {
	align-items: center;
	background-image: url('./lib/img/front/news-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	font-size: 20px;
	height: 100px;
	justify-content: center;
	padding: 0;
	width: 100px;
}

.news-list {
	width: 100%;
}

.post-thumb {
	height: 100px;
	width: 150px;
}

.js-form {
	cursor: pointer;
}

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

.slide_line:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 50%;
	background: linear-gradient(transparent 75%, #fff799 75%);
	z-index: -1;
	transition: all 0.8s;
}

.slide_line.active:after {
	width: 100%;
}

.load_top,
.fade_in {
	opacity: 0;
	transition: all 2s ease 0s;
}

.js-fadein_left {
	transform: translate(-10vw, 0);
}

.js-fadein_left.active {
	opacity: 1;
	transform: translate(0, 0);
}

.fade_in_right {
	transform: translate(10vw, 0);
}

.fade_in_top {
	transform: translate(0, -10vh);
}

.fade_in_bottom {
	transform: translate(0, 5vh);
}

.load_top.active,
.fade_in.active {
	transform: translate(0, 0);
	opacity: 1;
}

.slowin_top {
	transform: translateX(0);
	opacity: 1;
	transition: all 2s ease 0s;
}

.debug {
	max-width: 800px;
	width: 100%;
}

.js-show {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.js-show.move {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.js-fadein {
	opacity: 0;
	transform: translate(0, 5vh);
	transition: all 1s;
}

.js-fadein.active {
	opacity: 1;
	transform: translate(0, 0);
}

.js-topin {
	opacity: 0;
	transform: translate(0, 5vh);
	transition: all 1s;
}

.js-topin.active {
	opacity: 1;
	transform: translate(0, 0);
}


.form_wrap {
	width: 100%;
	padding: 50px 0;
	background: var(--color-white3);
}

.wpcf7 h3 {
	text-align: center;
}

.wpcf7 p {
	margin: 0;
}

.wpcf7 a {
	margin: 0;
	padding: 0;
	color: inherit;
	transition: opacity .25s;
}

.wpcf7 a:hover {
	opacity: .5;
	transition: opacity .25s;
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 textarea {
	width: 100%;
	max-width: 560px;
	height: 40px;
	margin: 2px auto;
	padding: 4px 10px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	background-color: #f7efe3;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: 18px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7 input[type=date],
.wpcf7 input[type=number] {
	width: 100%;
	max-width: max-content;
	height: 40px;
	margin: 2px auto;
	padding: 4px 10px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	background-color: #f7efe3;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: 18px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7 textarea {
	height: 205px;
}

.wpcf7 input[type=text]::-ms-input-placeholder,
.wpcf7 input[type=tel]::-ms-input-placeholder,
.wpcf7 input[type=email]::-ms-input-placeholder,
.wpcf7 input[type=url]::-ms-input-placeholder,
.wpcf7 input[type=date]::-ms-input-placeholder,
.wpcf7 input[type=number]::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
	color: var(--color-gray);
}

.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
	outline: 0;
	border: 1px var(--color-orange) solid;
	box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

/*
.wpcf7 input[type=checkbox] {
	display: none;
}

.wpcf7 input[type=checkbox]+span {
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0 1em 0 1.8em;
	font-size: inherit;
	box-sizing: border-box;
	transition: opacity .25s ease;
}

.wpcf7 input[type=checkbox]+span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.24em;
	height: 1.24em;
	border: 1px solid #c4bbb8;
	border-radius: 4px;
	background-color: #fefefe;
	box-sizing: border-box;
}

.wpcf7 input[type=checkbox]+span::after {
	content: "";
	opacity: 0;
	display: block;
	position: absolute;
	top: 0.15em;
	left: 0.44em;
	width: 0.4em;
	height: .8em;
	border-bottom: 3px solid var(--color-black);
	border-right: 3px solid var(--color-black);
	box-sizing: border-box;
	transform: rotate(40deg);
	transition: opacity .25s ease;
}

.wpcf7 input[type=checkbox]:checked+span {
	color: #c9a063;
	transition: all .25s ease;
}

.wpcf7 input[type=checkbox]:checked+span::before {
	opacity: 1;
	border: 1px solid var(--color-blue);
	box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
	background-color: var(--color-blue);
	transition: opacity .25s ease;
}

.wpcf7 input[type=checkbox]:checked+span::after {
	opacity: 1;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: opacity .25s ease;
}

.wpcf7 input[type=radio] {
	display: none;
}

.wpcf7 input[type=radio]+span {
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0 1em 0 1.8em;
	font-size: inherit;
	box-sizing: border-box;
	transition: opacity .25s ease;
}

.wpcf7 input[type=radio]+span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	border: 1px solid #c4bbb8;
	border-radius: 50%;
	background-color: #fefefe;
	box-sizing: border-box;
	transition: opacity .25s ease;
}

.wpcf7 input[type=radio]+span::after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	box-sizing: border-box;
	transition: opacity .25s ease;
}

.wpcf7 input[type=radio]:checked+span {
	color: #6cb1f0;
}

.wpcf7 input[type=radio]:checked+span::before {
	box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

.wpcf7 input[type=radio]:checked+span::after {
	opacity: 1;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	background-color: var(--color-blue);
	border-radius: 50%;
	box-sizing: border-box;
	transition: opacity .25s ease;
}
*/
/* セレクト */
.wpcf7 span.select-wrap {
	position: relative;
	width: 250px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wpcf7 select {
	cursor: pointer;
	width: 250px;
	max-width: 100%;
	margin: 0;
	padding: .5em 3.5em .5em 1em;
	border: 1px solid #c4bbb8;
	border-radius: 4px;
	box-shadow: none;
	background-color: #fefefe;
	background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
	background-position: 100% 0;
	background-size: 2em 3.5em;
	background-repeat: no-repeat;
	color: inherit;
	font-size: inherit;
	line-height: 1;
	box-sizing: border-box;
	transition: border-color 0.2s ease, outline 0.2s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7 select::-ms-expand {
	display: none;
}

.wpcf7 span.select-wrap::after {
	content: "";
	pointer-events: none;
	position: absolute;
	display: block;
	width: .6em;
	height: .6em;
	top: 50%;
	right: .8em;
	margin-top: -3px;
	border-bottom: 1px solid var(--color-blue);
	border-right: 1px solid var(--color-blue);
	transform: rotate(45deg) translateY(-50%);
	transform-origin: 50% 0;
	box-sizing: border-box;
}

.wpcf7 select:focus {
	outline: 0;
	border: 1px var(--color-blue);
	solid;
	box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

.wpcf7 span.select-wrap:focus-within::after {
	border-bottom: 1px solid var(--color-blue);
	border-right: 1px solidvar(--color-blue);
}

.wpcf7 .submit-btn {
	position: relative;
	width: 100%;
	height: 80px;
	max-width: 100%;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7 input[type="submit"] {
	position: relative;
	cursor: pointer;
	width: 100%;
	max-width: 320px;
	height: 50px;
	background-color: var(--color-blue);
	color: #fff;
	box-shadow: none;
	border: 1px #6cb1f0 solid;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	transition: all .25s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7 input[type="submit"]::before {
	position: absolute;
	left: 40px;
	top: 22px;
	width: 20px;
	height: 20px;
}

.wpcf7 input[type="submit"]:disabled {
	cursor: not-allowed;
	box-shadow: none !important;
	border: 1px solid #f8f8f8 !important;
	background-color: #f8f8f8 !important;
	color: #929292 !important;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #fff;
	color: var(--color-blue);
	transition: all .25s;
}

.wpcf7 input[type="submit"]:focus {
	outline: 0;
	border: 1px var(--color-blue) solid;
}





.wpcf7 dl {
	width: 100%;
	padding: 10px;
}

.wpcf7 dt {
	width: 100%;
	margin: 0 0 20px 0;
}

.wpcf7 dd {
	width: 100%;
	margin: 0;
}

.required {
	display: inline-block;
	width: 60px;
	height: 40px;
	margin: 0 18px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: var(--color-white1);
	background: var(--color-blue);
}

.any {
	display: inline-block;
	width: 60px;
	height: 40px;
	margin: 0 18px 0 0;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: var(--color-white1);
	background: var(--color-orange);
}

.acceptance {
	text-align: center;
	font-size: 18px;
}

.acceptance p {
	line-height: 2;
}

.acceptance a {
	color: var(--color-orange);
}

.acceptance span {
	font-size: 22px;
}

.form_message {
	width: 100%;
	text-align: center;
}

.form_message p {
	line-height: 2;
}

p.submit {
	width: 100%;
	text-align: center;
}

div.wpcf7 .wpcf7-spinner {
	display: none !important;
}

@media (max-width: 800px) {
	.wpcf7 dl {
		flex-direction: column;
		margin: 0;
		padding: 10px 0;
	}

	.wpcf7 dl dt {
		margin: 10px 0;
	}


}

@media (min-width: 801px) {
	.form_wrap {
		max-width: 1100px;
		padding: 50px 0;
		margin: 0 auto;
	}

	.wpcf7 dl {
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 20px 0;
	}

	.wpcf7 dt {
		max-width: 350px;
		text-align: left;
	}

	.wpcf7 dd {
		width: 100%;
		max-width: 560px;
	}

}

.b__wrap {
	border: 1px solid var(--color-glay2);
	border-radius: 20px;
}

a.tel {
	font-size: 31px;
	font-weight: bold;
	text-decoration: none;
}

a.btn-more {
	display: block;
	margin: 0 20px 0 auto;
	text-align: right;
	text-decoration: none;
}

a.btn-more.bg {
	align-items: center;
	background: var(--color-orange);
	color: var(--color-white1);
	display: flex;
	height: 68px;
	justify-content: center;
	margin-top: 50px;
	width: 330px;
}


a.btn-more span {
	position: relative;
}

a.btn-more span::after {
	content: '＞';
	position: absolute;
	right: -20px;
}

a.btn-more:hover span::after {
	right: -40px;
}

a.btn-h {
	display: block;
	line-height: 0;
	position: relative;
	text-decoration: none;
}

a.btn-h span {
	align-items: center;
	background: #59514f99;
	bottom: 0;
	color: var(--color-white1);
	display: flex;
	font-size: 20px;
	height: 60px;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 100%;
}

a.btn-h:hover span {
	background: #cb7db099;
	transition: all 0.6s ease;
}

a.btn-h img {
	width: 100%;
}

.medical-nav__wrap {
	border-bottom: 10px solid var(--color-purple);
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: space-between;
	margin: auto;
	max-width: 1560px;
	position: relative;
	width: 100%;
}

.medical-nav {
	display: block;
	line-height: 0;
	position: relative;
	text-decoration: none;
}

.medical-nav.active span {
	background: #cb7db099;
}

.medical-menu {
	display: none;
}

.medical-menu.show {
	display: flex;
}

a.btn-line {
	align-items: center;
	background: #3aae36;
	border-radius: 25px;
	color: var(--color-white1);
	display: flex;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	margin-bottom: 10px;
	max-width: 300px;
	text-decoration: none;
	width: 100%;
}

a.btn-web {
	align-items: center;
	background: var(--color-purple);
	border-radius: 25px;
	color: var(--color-white1);
	display: flex;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	max-width: 300px;
	text-decoration: none;
	width: 100%;
}

a.btn-web.green {
	background: var(--color-green);
}

a.btn-street {
	align-items: center;
	background: var(--color-green);
	border-radius: 25px;
	color: var(--color-white1);
	display: flex !important;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	margin: auto;
	max-width: 640px;
	text-decoration: none;
	width: 100%;
}

.btn-case,
a.btn-case {
	align-items: center;
	border: 3px solid var(--color-green);
	border-radius: 20px;
	color: var(--color-green);
	display: flex;
	justify-content: center;
	line-height: 1;
	margin: auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	word-break: keep-all;
}

.btn-case.active,
a.btn-case.active {
	background: var(--color-green);
	color: var(--color-white1);
	pointer-events: none;
}

.btn-case:hover,
a.btn-case:hover {
	background: var(--color-green);
	color: var(--color-white1);
}

a.btn-case-ttl {
	color: var(--color-green);
	display: block;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	width: max-content;
}

a.btn-online {
	align-items: center;
	background: var(--color-purple);
	color: var(--color-white1);
	display: flex;
	font-size: 20px;
	font-weight: bold;
	height: 90px;
	justify-content: center;
	max-width: 640px;
	text-decoration: none;
	width: 100%;
}

a.btn-online svg {
	fill: var(--color-white1);
	height: 50px;
	margin-right: 2em;
}

a.btn-online:hover {
	background: var(--color-white1);
	color: var(--color-purple);
	outline: 3px solid var(--color-purple);
}

a.btn-online:hover svg {
	fill: var(--color-purple)
}

a.btn-offical {
	align-items: center;
	background: var(--color-purple);
	color: var(--color-white1);
	display: flex;
	font-size: 14px;
	height: 35px;
	justify-content: center;
	margin: 15px auto;
	text-decoration: none;
	width: 160px;
}

a.btn-shop {
	align-items: center;
	background: var(--color-green);
	color: var(--color-white1);
	display: flex;
	font-size: 14px;
	height: 35px;
	justify-content: center;
	margin: 15px auto;
	text-decoration: none;
	width: 160px;
}

a.btn-offical::after,
a.btn-shop::after {
	content: none;
}

dl.overview {
	display: flex;
	flex-wrap: wrap;
	line-height: 3;
	margin: auto;
	max-width: 840px;
	width: 100%;
}

dl.overview dt {
	border-bottom: 1px solid var(--color-orange);
	max-width: 210px;
	padding: 30px 15px 30px 0;
	text-align: right;
	width: 100%;
}

dl.overview dd {
	border-bottom: 1px solid var(--color-white1);
	margin: 0;
	padding: 30px 0 30px 15px;
	width: calc(100% - 210px);
}

dl.overview dd::first-line {
	margin: -30px;
}

.shishimai {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -100px;
	width: 25vw;
}

.bg_f {
	background: url(./lib/img/front/aoihifuka_front_sec_2_1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media(width<=480px) {
	.jht-info {
		display: none;
	}

	.front__wrap {
		display: block;
	}

	.page-mv {
		background-size: cover;
	}

	.page-mv .triangle {
		width: 100%;
	}
}

@media(width<=800px) {
	.front-mv {
		height: 45vw;
	}

	.front-mv .train,
	.front-mv .train1,
	.front-mv .train2 {
		background-size: cover;
	}

	.front-mv .train {
		animation: train 45s linear infinite;
	}

	.front-mv img {
		object-fit: cover;
	}

	.front-mv .mv-title {
		bottom: 20%;
		font-size: 40px;
		padding: 7%;
		z-index: 5;
	}

	.front-mv .mask {
		background: #000;
		height: 100%;
		opacity: 0.4;
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.front .pc-only {
		display: none !important;
	}

	.page-mv {
		background-size: cover;
	}

	.content-title {
		height: 250px;
		margin-top: 80px;
	}

	.x-df {
		display: flex;
	}

	.x-fw-wrap {
		flex-wrap: wrap;
	}

	.x-jc-sa {
		justify-content: space-around;
	}

	.x-maa {
		margin: auto;
	}

	.x-mt0 {
		margin-top: 0;
	}

	.x-mt50px {
		margin-top: 50px;
	}

	.x-mxw33p {
		max-width: calc((100% - 10px) / 3);
	}

	.x-mxw50p {
		max-width: calc((100% - 10px)/ 2);
	}

	.x-pos-relative {
		position: relative;
	}

	.x-pb0 {
		padding-bottom: 0;
	}

	.x-pt0 {
		padding-top: 0;
	}

	.x-pt2_5p {
		padding-top: 2.5%;
	}

	.x-ps2_5p {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.x-tc {
		text-align: center;
	}

	.x-tl {
		text-align: left;
	}

	.x-w50 {
		width: calc((100% - 10px) / 2);
	}

	.x-w100 {
		width: 100%;
	}
}

@media(801px <=width <=1200px) {
	.m-w25 {
		width: calc(100% / 4);
	}

	.m-pl20px {
		padding-left: 20px;
	}

	.m-fw-nowrap {
		flex-wrap: nowrap;
	}
}

@media(width>800px) {
	.front__wrap {
		flex-wrap: nowrap;
		left: 0;
		margin: auto;
		max-width: 1400px;
		right: 0;
	}

	.front-bg {
		padding: 270px 0;
		top: -270px;
	}

	.news-bg {
		font-size: 34px;
		height: 180px;
		width: 180px;
	}

	.news-list {
		max-width: calc(100% - 240px);
		padding: 50px 0 0;
	}

	.txt__wrap-l {
		margin-right: 100px;
		min-width: 600px;
	}

	.front-img {
		height: 1050px;
		min-width: 880px;
		width: 100%;
	}

	.front-img img:nth-of-type(1) {
		left: 0;
		top: 225px;
		width: 440px;
	}

	.front-img img:nth-of-type(2) {
		left: 225px;
		top: 0;
		width: 440px;
	}

	.front-img img:nth-of-type(3) {
		left: 450px;
		top: 5px;
		width: 880px;
	}

	.front-img img:nth-of-type(4) {
		left: 300px;
		top: 590px;
		width: 220px;
	}

	.flex__wrap {
		display: flex;
		flex-wrap: nowrap;
		margin: auto;
		max-width: 1420px;
		padding: 0 10px 50px;
		position: relative;
		width: 100%;
	}

	.flex__wrap.rev {
		flex-direction: inherit;
	}

	.img__wrap-r {
		max-width: 600px;
		position: relative;
		width: 100%;
	}

	.img__wrap-r img {
		min-width: 960px;
		position: absolute;
	}

	.img__wrap-l {
		position: relative;
		width: 600px;
	}

	.img__wrap-l img {
		min-width: 450px;
		position: absolute;
	}

	.img__wrap-l img:first-child {
		right: 0;
		top: 150px;
	}

	.img__wrap-l img:last-child {
		right: 470px;
	}

	.txt__wrap-l {
		padding-bottom: 50px;
		width: 100%;
	}

	.txt__wrap-r {
		margin-left: 100px;
		max-width: 600px;
		width: 100%;
	}

	.shishimai {
		left: min(10vw, 200px);
		right: auto;
		top: -100px;
		width: min(20vw, 290px);
	}

	.pl110px {
		padding-left: calc(100vw / 1920 * 110);
	}

	.pr110px {
		padding-right: calc(100vw / 1920 * 110);
	}

	.mxh280px {
		max-height: 280px;
	}

	.mxw25p {
		max-width: calc((100% - 40px)/ 4);
	}

	.mxw33p {
		max-width: calc((100% - 40px)/ 3);
	}

	.mxw340px {
		max-width: 340px;
	}

	.mxw380px {
		max-width: 380px;
	}

	.mxw520px {
		max-width: 520px;
	}

	.mxw600px {
		max-width: 600px;
	}

	.mxw640px {
		max-width: 640px;
	}

	.mxw680px {
		max-width: 680px;
	}

	.mxw760px {
		max-width: 760px;
	}

	.mxw780px {
		max-width: 780px;
	}

	.mxw800px {
		max-width: 800px;
	}

	.mxw860px {
		max-width: 860px;
	}

	.mxw880px {
		max-width: 880px;
	}

	.mxw1000px {
		max-width: 1000px;
	}

	.mxw1020px {
		max-width: 1020px;
	}

	.mxw1100px {
		max-width: 1100px;
	}

	.mxw1110px {
		max-width: 1110px;
	}

	.mxw1400px {
		max-width: 1440px;
		padding-inline: 20px;
	}



}

@media(min-width:1201px) {

	.mxw1310px {
		max-width: 1310px;
	}

	.mxw1560px {
		max-width: 1560px;
	}

	.mxw1590px {
		max-width: 1590px;
	}

	.mxw1600px {
		max-width: 1600px;
	}

	.mxw1760px {
		max-width: 1760px;
	}

	/***** スマホreset *****/
}

.model-plan .wp-block-table {
	overflow: auto;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-right: 1px solid #CCC;
}

.model-plan table {
	background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right / 50px 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	border-collapse: collapse;
}

.wp-block-table table,
.model-plan table {
	font-size: 16px;
	margin: 0 auto 0 0;
	width: 1400px !important;
}

.model-plan table th {
	background: var(--color-gray3);
	padding: 1em 0.5em;
	text-align: center;
}

.model-plan table td {
	padding: 1em 0.5em;
	vertical-align: top;
	width: max-content;
}


.model-plan table th,
.model-plan table td {
	border: 0.5px solid var(--color-black);
	word-break: keep-all;
}

.model-plan table th:nth-of-type(1),
.model-plan table th:nth-of-type(3),
.model-plan table th:nth-of-type(4),
.model-plan table th:nth-of-type(5),
.model-plan table td:nth-of-type(1),
.model-plan table td:nth-of-type(3),
.model-plan table td:nth-of-type(4),
.model-plan table td:nth-of-type(5) {
	width: 140px;
}

.model-plan table th:nth-of-type(2),
.model-plan table td:nth-of-type(2) {
	width: 600px;
}

.model-plan table th:nth-of-type(6),
.model-plan table td:nth-of-type(6) {
	width: 240px;
}

/* inbound-page(202211) */

.group {
	background: #e7dabe;
	margin-bottom: 10px;
}

.group ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0.5em;
}

.group ul li {
	line-height: 1;
}

.group ul li a {
	display: block;
	padding: 5px;
}

.group ul li a:hover {
	background: #011d3c6b;
	text-decoration: none;
}

.group ul li a.going {
	background: #011e3c;
	color: #fff;
	pointer-events: none;
}

.inbound-mv {
	display: flex;
	flex-wrap: wrap;
}

.inbound-list {
	overflow: hidden;
	position: relative;
	width: calc(100% / 3);
}

.inbound-list::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.inbound-title {
	position: absolute;
}

.inbound-img {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.inbound-img .caption {
	color: #fff;
	padding: 5%;
}

.inbound-img .mask {
	background-color: #001e3d82;
	bottom: -50%;
	height: 50%;
	left: 0;
	position: absolute;
	transition: all 0.4s ease;
	width: 100%;
	-webkit-transition: all 0.4s ease;
}

a.group_name {
	background: #011e3c;
	color: #fff;
	display: block;
	left: 0;
	padding: 0 10px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: max-content;
	z-index: 1;
}

a.group_name:hover {
	opacity: .5;
}

a.group_name.optional-tour {
	background: #337300;
}

a.group_name.workshop-experiences {
	background: #c99146;
}

a.group_name.sightseeing-spots {
	background: #c1141c;

}

.inbound-img:hover .mask {
	bottom: 0px;
}

.inbound-img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.inbound-img:hover img {
	margin-bottom: 50%;
}

.sidelink.area {
	background: #fff;
}

.sidelink.area h3 a {
	color: #fff;
}

.sidelink.area ul {
	margin: 10px 0;
}

.mxw100 {
	flex: none;
	max-width: 100%;
}

@media(max-width:768px) {
	.inbound-list {
		height: auto;
		width: 100%;
	}

	.inbound-img .mask {
		background-color: #001e3d82;
		bottom: 0;
		height: 30%;
	}
}

.inquiry {
	margin: 20px auto 50px;
	max-width: 1000px;
	padding: 0 10px;
	width: 100%;
}

@media(max-width:500px) {

	.inquiry th,
	.inquiry td {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}

	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important;
	}

	.inquiry .haveto,
	.inquiry .any {
		font-size: 10px;
	}
}

.inquiry th {
	text-align: left;
	font-size: 16px;
	color: #444;
	padding-right: 5px;
	width: 30%;
	background: #f7f7f7;
	border: solid 1px #d7d7d7;
}

.inquiry thead th {
	font-weight: bold;
	text-align: center;
}

.inquiry td {
	background: #fff;
	border: solid 1px #d7d7d7;
	font-size: 13px;
}

.inquiry tbody th[colspan] {
	background: #f7f7f7;
	font-size: 14px;
	text-align: center;
}

.entry-content .inquiry tr,
.entry-content table {
	border: solid 1px #d7d7d7;
}

.requid {
	font-size: 7px;
	padding: 5px;
	background: #ff9393;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

.any {
	font-size: 7px;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

.verticallist .wpcf7-list-item {
	display: block;
}

#formbtn {
	display: block;
	padding: 1em 0;
	margin: 30px auto;
	width: 100%;
	background: var(--color-gray);
	color: var(--color-white1);
	font-size: 18px;
	font-weight: bold;
	border-radius: 2px;
	border: none;
}

#formbtn:hover {
	border: 1px solid var(--color-gray);
	background: var(--color-white1);
	color: var(--color-gray);
}

/*追加
 * /* inquiries 固定ページのみに適用されます */
body.inquiries .wpcf7 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #333;
}

body.inquiries .wpcf7-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-top: 1.5em;
  color: #222;
}

body.inquiries .wpcf7-form label img {
  display: none;
}

body.inquiries .wpcf7-form label:before {
  content: attr(data-required);
  font-size: 0.75em;
  color: #fff;
  background: #b33;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  margin-right: 0.5em;
}

body.inquiries .wpcf7-form input[type="text"],
body.inquiries .wpcf7-form input[type="email"],
body.inquiries .wpcf7-form input[type="tel"],
body.inquiries .wpcf7-form textarea,
body.inquiries .wpcf7-form select {
  width: 100%;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  font-size: 1em;
}

body.inquiries .wpcf7-form input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 0.75em 2em;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1.5em;
  transition: background 0.3s ease;
}

body.inquiries .wpcf7-form input[type="submit"]:hover {
  background: #444;
}
body.inquiries .required{
	display: block;
    width: 80px;
    height: auto;
    padding: 4px;
    line-height: 100%;
    font-size: smaller;
}
body.inquiries .any{
	display: block;
    width: 80px;
    height: auto;
    padding: 4px;
    line-height: 100%;
    font-size: smaller;
	margin: 0 18px;
}

body.inquiries h4{
	display:flex;
}
.modelplan_apps{
	text-align:center;
}
.btn_application{ /*202507広田追加*/
      display: inline-block;
      padding: 10px 20px;
      font-size: 16px;
      background-color: #fff;
      border: solid 1px #D3A568;
      border-radius: 5px;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      transition: background-color 0.3s ease;
}
.btn_application:hover {
      background-color: #D3A568;
	color:#fff;
    }
@media (min-width: 801px) {/*202507広田追加*/
  nav#menu ul li a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.footer_sns{
	height:50px;
	text-align:center;
	margin:20px auto;
}
.footer_sns img {
	height:50px;
	padding:0 20px;
}
