@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
@media (max-width: 767px){
	header .header_nav > .header_nav__inner ul a{
		padding: 12px 20px 12px 0px !important;
	}
}
header,
footer,
#module-th {
	font-family: "Yu Gothic", メイリオ, Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #231815;
}
header img,
footer img,
#module-th img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.relative-all * {
	position: relative;
	z-index: 1;
}

.only_sp {
	display: inline-block !important;
}

.only_pc {
	display: none !important;
}

a {
	text-decoration: none;
}

#module-th .hidden-2025{
	display: none !important;
}

@media (min-width: 768px) {
	.only_sp {
		display: none !important;
	}

	.only_pc {
		display: inline-block !important;
	}
}
@media (max-width: 768px) {
	header.is-page.fixed .header_logo,
	header.is-page.fixed .header_hotline {
		display: none;
	}

	header.is-page.fixed .container {
		padding-top: 0;
		padding-bottom: 0;
	}
}
/*header*/

header {
	position: var(--position);
	top: 0;
	z-index: 100;
	width: 100%;
	left: 0;
	right: 0;
	background-color: var(--color);
	transition: 0.3s all 0s;
}

header.sticky .header_logo,
header.sticky .header_hotline {
	display: none;
}

header .header_line {
	background: linear-gradient(45deg, var(--color-from), var(--color-to));
	height: 6.6px;
	width: 100%;
}

header .header_logo {
	width: 100%;
	max-width: 154px;
	height: auto;
	display: block;
}

header .header_nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../../images/bg-menu.png);
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-color: #ffff;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 28.8px 22.8px;
	transition: 0.3s all 0s;
}

header .header_nav.open {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

header .container {
	padding-top: 8.4px;
	padding-left: 12.5px;
	padding-right: 12.5px;
	position: relative;
	z-index: 1;
}

header .header_hotline {
	font-size: 18px;
	font-weight: 700;
	margin-top: 11px;
	margin-left: 3px;
}

header .header_hotline * {
	color: #fff;
	text-decoration: none;
}

header .header_hotline .header_hotline__phone {
	display: block;
	width: fit-content;
	margin-bottom: 3.4px;
	line-height: 1;
	pointer-events:none;
}

header .header_hotline span {
	font-size: 8.4px;
	display: block;
	font-weight: 400;
	font-family: "Meiryo";
	margin-bottom: 0;
}
header .header_hotline span:last-child {
	margin-bottom: 0;
}

header .header_menu {
	width: 54px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: linear-gradient(45deg, #e85f9d, #fcd25b);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	position: absolute;
	top: 8.4px;
	right: 15px;
	z-index: 1;
}

header .header_menu svg {
	width: 30px;
	height: auto;
}

header .box {
	display: block;
}

header .header_nav .header_nav__logo {
	max-width: 155px;
	width: 100%;
	display: block;
}

header .header_nav .header_nav__logo svg {
	width: 100%;
	height: auto;
}

header .header_nav > .header_nav__inner ul > li > a {
	font-size: 17px;
	font-family: "DNP ShueiMGoStd";
}

header .header_nav > .header_nav__inner ul > li > a span {
	font-size: 14px;
}

header .header_nav > .header_nav__inner ul a {
	color: #ea6d8d;
	text-decoration: none;
	font-weight: 700;
	padding: 12px 0;
	border-top: solid 0.5px #ea6d8d42;
	width: 100%;
	display: block;
	position: relative;
}

header .header_nav > .header_nav__inner ul ul > li > a {
	font-size: 13px;
	padding-left: 13px;
	position: relative;
	display: block;
	width: 100%;
}

header .header_nav .header_nav__inner > ul > li:has(> ul) > a:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='43.705' height='24.485' viewBox='0 0 43.705 24.485'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_2343' data-name='Rectangle 2343' width='24.485' height='43.705' fill='%23ea6d8d'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_10527' data-name='Group 10527' transform='translate(43.705) rotate(90)'%3E%3Cg id='Group_9626' data-name='Group 9626' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_9223' data-name='Path 9223' d='M23.72,24.4a4.627,4.627,0,0,0-.4-5.613l-1.251-1.409L15.956,10.5,9.619,3.364,8.092,1.645A4.663,4.663,0,0,0,3.346.164,4.626,4.626,0,0,0,.2,5.942,6.713,6.713,0,0,0,1.816,8.367l5.944,6.69,5.621,6.328.41.461c.023.025-.193.236-.215.262l-2,2.249L4.838,31.943,2.114,35.01A13.682,13.682,0,0,0,.694,36.7a4.623,4.623,0,0,0,1.722,6.471A4.644,4.644,0,0,0,8.08,42.08L12.4,37.211,23.317,24.927a4.938,4.938,0,0,0,.4-.524' transform='translate(0 0)' fill='%23ea6d8d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	width: 13px;
	height: 13px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	aspect-ratio: 1/1;
	position: absolute;
	right: 0;
	background-position: center center;
	top: 50%;
	transform: translateY(-50%);
}

header .header_nav .header_nav__inner > ul > li:nth-last-child(2) a span {
	display: block;
	margin-top: 5px;
}

header .header_nav .header_nav__inner > ul ul > li > a:before {
	content: "";
	height: 1.25px;
	width: 8px;
	background: #ea6d8d;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .header_nav .header_nav__inner > ul > li:has(> ul) {
	margin-bottom: 23.5px;
}

header .header_nav .header_nav__inner > ul > li:first-child > a {
	border-top: transparent;
}

header .header_nav .header_nav__inner > ul > li:nth-child(3):has(> ul) {
	display: none;
}

header .header_nav .header_nav__inner > ul > li:nth-child(4) a {
	border-top: transparent;
}

/*header .header_nav .header_nav__inner > ul > li:nth-child(5) {*/
/*	display: none;*/
/*}*/

header .header_nav .header_nav__inner {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	max-height: 70vh;
	overflow-y: auto;
}

header .header_current__page {
	display: block;
	text-decoration: none;
	font-size: 16.5px;
	font-weight: 700;
	color: #ea6d8d;
	font-family: "DNP ShueiMGoStd";
	margin-top: 17.5px;
}

header .header_nav .header_nav__inner > ul {
	margin-top: 9.5px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}

header .header_nav__contact {
	width: 100%;
	background: #ea6d8d;
	display: flex;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	border-radius: 50px;
	align-items: center;
	font-size: 15px;
	font-family: "Kozuka Gothic Pr6N";
	height: 42px;
	gap: 7px;
	margin-bottom: 33px;
	margin-top: 34px;
}

header .header_nav__contact svg {
	width: 17px;
	height: auto;
}

header .header_nav__hotline * {
	color: #212121;
	text-decoration: none;
}

header .header_nav__hotline span {
	display: block;
	font-size: 9px;
	margin-bottom: 3.5px;
}

header .header_nav__hotline .header_hotline__phone {
	font-size: 20px;
	font-weight: 700;
	font-family: "Yu Gothic";
	margin-bottom: 5px;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

header .header_nav__hotline {
	text-align: center;
	margin-bottom: 9.5px;
}

header .header_nav .header_nav__copyright {
	font-size: 7px;
	font-weight: 500;
	font-family: "Yu Gothic";
	text-align: center;
}

header .header_menu .close,
header .header_menu,
header .header_menu .open {
	transition: 0.3s all 0s;
}

header .header_menu .close {
	display: none;
}

header .header_menu .open .open {
	display: block;
}

header .header_menu.open .open {
	display: none;
}

header .header_menu.open .close {
	display: block;
}

header .header_menu.open {
	background: transparent;
}
@media(max-width:768px){
	header .header_nav .header_nav__inner > ul > li:has(> ul) ul {
		display: none;
	}

	header .header_nav .header_nav__inner > ul > li:has(> ul) {
		margin-bottom: 0;
	}
	header .header_nav .header_nav__inner > ul > li:has(> ul.is-open){
		margin-bottom:23.5px;
	}
}
@media (min-width: 769px) {
	header .container {
		padding-bottom: 0.5989583333vw;
	}

	header.sticky {
		background-color: var(--color);
		position: var(--position);
	}

	header.sticky .header_logo,
	header.sticky .header_hotline {
		display: block;
	}

	header .header_line {
		height: 0.625vw;
	}

	header .header_nav {
		position: static;
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		padding: 0;
		background: transparent;
	}

	header .header_menu,
	header .header_nav .header_nav__logo,
	header .header_nav__contact,
	header .header_nav__hotline,
	header .header_nav .header_nav__copyright,
	header .header_current__page {
		display: none;
	}

	header .header_nav .header_nav__inner > ul > li {
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	header .header_nav .header_nav__inner > ul > li:has(> ul) {
		margin-bottom: 0;
	}

	header .header_nav .header_nav__inner > ul {
		display: flex;
		align-items: flex-start;
	}

	header .box {
		display: flex;
	}

	header .header_nav .header_nav__inner > ul > li:nth-child(3):has(> ul),
	header .header_nav .header_nav__inner > ul > li:nth-child(5) {
		display: inline-block;
	}

	header .header_nav > .header_nav__inner ul > li > a span {
		display: block;
	}

	header .header_nav .header_nav__inner {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 26px;
		max-height: inherit;
		overflow: unset;
	}
	header .header_nav .header_nav__inner > ul {
		max-height: inherit;
		overflow: unset;
	}

	header .header_logo {
		max-width: 16.71875vw;
		margin-top: 11px;
	}

	header .header_nav > .header_nav__inner ul > li:first-child > a {
		padding-right: 0;
	}

	header .header_nav > .header_nav__inner ul > li > a {
		font-size: 0.7458333333vw;
		color: #fff;
		padding: 0;
		padding-right: 20px;
	}

	header .header_nav > .header_nav__inner ul > li > a span {
		font-size: 0.7375vw;
		width: 100%;
		order: 3;
	}

	header .header_nav .header_nav__inner > ul > li:not(:last-child) {
		margin-right: 2.0833333333vw;
	}
	header .header_nav .header_nav__inner > ul > li:nth-child(1) {
		margin-right: 3.35vw;
	}

	header .header_nav .header_nav__inner > ul > li:nth-child(2) {
		margin-right: 2.35vw;
	}

	header .header_nav .header_nav__inner > ul > li:nth-child(4) {
		margin-right: 1vw;
	}
	header .header_nav .header_nav__inner > ul {
		margin-right: 3.2552083333vw;
		margin-left: 4.9479166667vw;
	}

	header .header_nav > .header_nav__inner ul a {
		border-top: transparent;
	}

	header .header_nav .header_nav__inner > ul > li:has(> ul) > a:after {
		position: absolute;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.86' height='18.458' viewBox='0 0 10.86 18.458'%3E%3Cpath id='Path_6389' data-name='Path 6389' d='M.509,15.427l6.072-6.2L.509,3.03A1.783,1.783,0,1,1,3.056.535L10.35,7.981a1.783,1.783,0,0,1,0,2.495L3.056,17.922a1.783,1.783,0,1,1-2.547-2.5' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
		transform: translateY(50%) rotateZ(90deg);
		top: 5px;
	}

	header .container {
		padding-top: 16.5px;
		padding-left: 1.3541666667vw;
		padding-right: 1.3541666667vw;
	}
	header.is-page .container {
		padding-top: 9.5px;
		padding-left: 1.6vw;
		padding-right: 1.3541666667vw;
		padding-bottom: 8px;
	}

	header.is-page .header_nav .header_nav__inner {
		margin-top: 34px;
	}

	header.is-page .header_hotline {
		margin-left: 59px;
		margin-top: 14px;
	}
	header .header_hotline {
		font-size: 1.9270833333vw;
		margin-top: 5px;
		margin-left: auto;
	}

	header .header_hotline span {
		font-size: 0.78125vw;
	}

	header .header_nav .header_nav__inner > ul {
		margin-top: 0;
		margin-right: 0;
	}

	header .header_nav .header_nav__inner > ul > li ul {
		position: absolute;
		top: 100%;
		background: #fff;
		border-radius: 20px;
		padding: 12px 21px 20px 21px;
		min-width: 16.75vw;
		left: 0;
		z-index: 10;
		pointer-events: none;
		transition: 0.3s all 0s;
		opacity: 0;
		visibility: hidden;
		transform: scale(0);
		transform-origin: left top;
	}

	header .header_nav .header_nav__inner > ul > li:hover > a strong {
		text-decoration: underline;
	}
	header .header_nav .header_nav__inner > ul > li:hover{
		z-index:10;
	}
	header .header_nav .header_nav__inner > ul > li:hover > ul {
		pointer-events: all;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}

	header .header_nav .header_nav__inner > ul > li ul a {
		color: #707070;
		padding-left: 0;
		font-size: 20px;
		text-decoration: underline;
	}
	header .header_nav .header_nav__inner > ul > li ul a:hover,
	header .header_nav .header_nav__inner > ul > li ul a:focus {
		color: var(--footer-color);
	}

	header .header_nav .header_nav__inner > ul > li ul li:not(:last-child) {
		margin-bottom: 10.5px;
	}

	header .header_nav .header_nav__inner > ul > li ul a:before {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1651px) {
	header.is-page .header_nav .header_nav__inner {
		margin-top: 20px;
	}
	header.is-page .header_hotline {
		margin-left: auto;
		margin-top: 14px;
	}
	header .header_nav .header_nav__inner > ul > li:has(> ul) > a:after {
		top: 0;
	}
	header .header_nav .header_nav__inner > ul > li ul a {
		font-size: 14px;
		padding-right:0!important;
	}
	header .header_nav .header_nav__inner > ul {
		margin-right: 2.2135416667vw;
		margin-left: 3.3854166667vw;
	}

	header .header_nav .header_nav__inner > ul > li:has(> ul) a,
	header .header_nav > .header_nav__inner ul > li:first-child > a {
		padding-right: 20px;
	}

	header .header_nav .header_nav__inner > ul > li:not(:last-child) {
		margin-right: 1.3020833333vw;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	header .header_nav .header_nav__inner > ul > li ul a {
		font-size: 12px;
		padding-right:0!important;
	}
	header .header_nav > .header_nav__inner ul > li > a {
		padding-right: 0;
	}
	header .header_nav .header_nav__inner,
	header .header_logo {
		margin-top: 0;
	}
	header .header_nav .header_nav__inner > ul > li:has(> ul) > a:after {
		top: 0;
		transform: translateY(0) rotateZ(90deg);
	}

	header .header_nav .header_nav__inner > ul {
		margin-right: 1.171875vw;
		margin-left: 1.8229166667vw;
	}
}
/*header*/
.box {
	display: flex;
	flex-wrap: wrap;
}

#module-th {
	overflow-x: hidden;
	background: #FFF7ED;
background: linear-gradient(180deg,rgba(255, 247, 237, 1) 0%, rgba(255, 252, 249, 1) 50%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
}

.container {
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

/*banners*/
#banners {
	position: static;
}

#banners .banners_title {
	font-size: 4.8177083333vw;
	color: #fff;
	font-family: "TA_oonishi";
	text-align: center;
	font-weight: 400;
}

#banners .container {
	position: absolute;
	top: 34.0625vw;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#banners .banners_heading .banners_heading__img {
	max-width: 35.15625vw;
}

#banners .banners_heading .banners_heading__text {
	font-size: 14.5833333333vw;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	color: #fff;
	line-height: 1;
	left: -2.6041666667vw;
}

#banners .banners_heading {
	display: flex;
	align-items: center;
	margin-bottom: 6.5px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

#banners .banners_description {
	font-size: 3.515625vw;
	color: #fff;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	text-align: center;
	margin-bottom: 5.604167vw;
}

#banners .banners_note {
	color: #707070;
	font-weight: 600;
	font-family: "Hiragino Sans";
	text-align: center;
	font-size: 2.6041666667vw;
}

#banners .action {
	position: absolute;
	top: 12px;
	right: 80px;
	z-index: 100;
}

#banners picture img {
	display: block;
}

#banners .action img {
	max-width: 56px;
	height: 56px;
}

@media (min-width: 768px) {
	#banners .banners_heading {
		margin-bottom: 14.5px;
	}
	#banners .banners_title {
		font-size: 2.7604166667vw;
	}

	#banners .container {
		top: 8.5vw;
	}

	#banners .banners_heading .banners_heading__text {
		font-size: 8.0729166667vw;
		left: -1.5625vw;
	}

	#banners .banners_heading .banners_heading__img {
		max-width: 20.1041666667vw;
	}

	#banners .banners_description {
		font-size: 2.03125vw;
		margin-bottom: 1.7447916667vw;
	}

	#banners .banners_note {
		font-size: 1.0416666667vw;
	}

	#banners .action {
		top: 7.8125vw;
		right: 2.7083333333vw;
		position: absolute;
	}

	#banners .action img {
		max-width: 9.5833333333vw;
		height: 9.5833333333vw;
	}
}
@media (min-width: 768px) and (max-width: 1651px) {
	#banners .action {
		top: 8.8541666667vw;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#banners .action {
		top: 11.4583333333vw;
	}
}
/*banners*/
/*support*/
#support {
	padding-top: 45px;
	padding-bottom: 40px;
	text-align: center;
}

#support .support_title svg {
	height: 45px;
	width: auto;
}

#support .support_title {
	margin-bottom: 0;
}

#support .box {
	justify-content: center;
}

#support .support_description {
	font-size: 16.5px;
	line-height: 27px;
	text-align: left;
	font-weight: 500;
}

#support .box_column:nth-child(1) {
	margin-bottom: 25.5px;
}

#support .support_img {
	max-width: 251px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#support:before {
		position: absolute;
		content: "";
		top: 0;
		width: 100%;
		left: 0;
		background: linear-gradient(45deg, #e85f9d, #fcd25b);
		height: 0.625vw;
		display:none;
	}

	#support {
		padding-top: 7.8vw;
		padding-bottom: 5.25vw;
	}

	#support .support_description {
		font-size: 1.71875vw;
		line-height: 2.8125vw;
		letter-spacing: -2px;
	}

	#support .support_title svg {
		height: 4.796875vw;
		width: auto;
	}

	#support .support_img {
		max-width: 25.9895833333vw;
	}

	#support .box {
		gap: 4.84375vw;
	}
	#support .box_column:nth-child(1) {
		left: -1.45vw;
	}
	#support .box_column:nth-child(2) {
		left: -2vw;
		top: -1.25vw;
	}
	#support .support_title {
		margin-bottom: 4px;
		text-align: left;
	}
}
/*support*/
/*step*/
#steps {
	padding-bottom: 60px;
}

#steps .step_title {
	background: linear-gradient(45deg, #e85f9d, #fcd25b);
	color: #fff;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 15.5px;
	font-weight: 600;
	font-family: "Hiragino Sans";
	max-width: 254px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 21.5px;
}

#steps .step_items {
	display: flex;
	gap: 10px;
	justify-content: center;
}

#steps .box {
	display: block;
}

#steps .step_items .step_item {
	width: calc(100% / 2 - 5px);
	max-width: 162px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 13.5px;
	aspect-ratio: 1/1;
}

#steps .step_items .step_item.step_item_1 .step_item__image img {
	max-width: 66px;
	display: block;
	top: -10px;
}

#steps .step_items .step_item .step_item__image img {
	display: block;
	margin: auto;
}

#steps .step_items .step_item .step_item__text img {
	height: auto;
	margin: auto;
	display: block;
	margin-bottom: 5.25px;
	height: 16px;
}

#steps .step_items .step_item.step_item_2 .step_item__image img {
	max-width: 102.5px;
}

#steps .step_items .step_item .step_item__description {
	font-size: 9.5px;
	line-height: 13.8px;
	padding-top: 5px;
	border-top: solid 0.5px #000000;
	margin-left: 15px;
	margin-right: 15px;
	letter-spacing: -0.5px;
}

#steps .step_items .step_item .step_item__image {
	margin-bottom: 6px;
	margin-top: auto;
}

#steps .step_items .step_item:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='304.502' height='304.502' viewBox='0 0 304.502 304.502'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23d96c99'/%3E%3Cstop offset='1' stop-color='%23ffd483'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_1124' data-name='Group 1124' transform='translate(0)'%3E%3Cpath id='Path_4452' data-name='Path 4452' d='M304.866,152.615A152.251,152.251,0,1,1,152.615.364,152.251,152.251,0,0,1,304.866,152.615' transform='translate(-0.364 -0.364)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Path_740' data-name='Path 740' d='M391.722,1238.269a150.861,150.861,0,1,1-150.861-150.861,150.861,150.861,0,0,1,150.861,150.861' transform='translate(-89.025 -1086.019)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
	border-radius: 50%;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
}

#steps .step_description {
	font-weight: 500;
	color: #000000;
	font-size: 10.2px;
	line-height: 19.2px;
	text-align: center;
	margin-top: 10.5px;
	margin-bottom: 11.5px;
}

#steps .step_notes .step_note {
	border: solid 1px #ea6d8d;
	color: #ea6d8d;
	font-size: 15.5px;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	height: 38px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: 0.3s all 0s;
	max-width: 233px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}

#steps .step_notes .step_note:hover {
	background-color: #ea6d8d;
	color: #fff;
}

#steps .step_notes .step_note .step_note__xs {
	font-size: 9.6px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 3px;
}

#steps .step_notes .step_note:not(:last-child) {
	margin-bottom: 12.5px;
}

#steps .box_column:nth-child(1) {
	margin-bottom: 51.5px;
}

#steps .step_items .step_item.step_item_4 .step_item__image img {
	max-width: 99px;
	width: 100%;
	top: -5px;
}

@media (min-width: 768px) {
	#steps {
		padding-bottom: 86px;
	}
	#steps .box {
		display: flex;
		max-width: 1558px;
		margin-left: auto;
		justify-content: space-between;
		margin-right: auto;
		width: 100%;
		gap: 5.5208333333vw;
	}

	#steps .box_column {
		max-width: calc(100% / 2 - 58px);
		width: 100%;
	}

	#steps .step_notes .step_note:not(:last-child) {
		margin-bottom: 1.5364583333vw;
	}

	#steps .step_title {
		font-size: 1.6145833333vw;
		max-width: 26.25vw;
		height: 4.2708333333vw;
		margin-bottom: 4.0104166667vw;
	}

	#steps .step_description {
		font-size: 1.09375vw;
		line-height: 2.0833333333vw;
		margin-bottom: 2.75vw;
		min-height: 6.25vw;
	}

	#steps .step_notes .step_note {
		font-size: 1.6229166667vw;
		height: 4.2890625vw;
		line-height: 1;
		max-width: 511px;
		margin-left: auto;
		margin-right: auto;
	}

	#steps .step_notes .step_note .step_note__xs {
		font-size: 0.9895833333vw;
	}

	#steps .step_items .step_item .step_item__description {
		font-size: 1.1979166667vw;
		line-height: 1.4583333333vw;
		max-width: 14.84375vw;
		margin-left: auto;
		margin-right: auto;
		border-color: #a3a3a3;
		width: 100%;
		letter-spacing: -1.75px;
	}

	#steps .step_items .step_item {
		max-width: 17.7083333333vw;
		padding-bottom: 2.0833333333vw;
	}

	#steps .step_items .step_item .step_item__text img {
		height: 1.8229166667vw;
		margin-bottom: 0.546875vw;
	}

	#steps .step_items .step_item.step_item_1 .step_item__image img {
		max-width: 7.1354166667vw;
		top: 0;
		transform: translateY(-0.5208333333vw) scale(1.1);
	}

	#steps .step_items .step_item.step_item_2 .step_item__image img {
		max-width: 11.7708333333vw;
	}

	#steps .step_items .step_item .step_item__image img {
		max-width: 16.0416666667vw;
	}

	#steps .step_items .step_item.step_item_4 .step_item__image img {
		max-width: 11.09375vw;
	}

	#steps .step_items .step_item .step_item__image {
		margin-bottom: 0.6770833333vw;
	}

	#steps .step_items {
		gap: 2.7083333333vw;
		margin-bottom: 1.5625vw;
	}
}
@media (min-width: 1921px) {
	#steps .step_items .step_item.step_item_1 .step_item__image img {
		max-width: 6.135417vw;
	}

	#steps .step_items .step_item.step_item_2 .step_item__image img,
	#steps .step_items .step_item.step_item_4 .step_item__image img {
		max-width: 9vw;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#steps .step_items .step_item {
		max-width: 20.8333333333vw;
	}
}
/*step*/
/*category*/
/*category-all*/
.category .category_title {
	color: #ea6d8d;
}

.category .category_title svg path {
	stroke: #ea6d8d;
}
.category_title {
	font-size: 26.5px;
	font-weight: 700;
	color: var(--color);
	font-family: "DNP ShueiMGoStd";
	text-align: center;
	margin-bottom: 13.5px;
}

.category_title svg path,
.category_title svg rect {
	stroke: var(--color);
}

.category_title .category_title__en svg {
	max-width: 245px;
	height: auto;
}

.category_title .category_title__jp {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

/*category-all*/
.category .category_links .category_link {
	font-size: 17.5px;
	font-weight: 700;
	text-decoration: none;
	font-family: "DNP ShueiMGoStd";
	color: #ea6d8d;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7.5px;
	border: solid 1px #ea6d8d;
	border-radius: 50px;
	height: 41px;
	max-width: 255px;
	margin-left: auto;
	margin-right: auto;
}

.category .category_links .category_link svg {
	width: 7.5px;
	height: auto;
}

.category .category_links .category_link:not(:last-child) {
	margin-bottom: 28px;
}

.category .category_links {
	margin-bottom: 50px;
}

.category .category_banners__title {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #000000;
	margin-bottom: 12.5px;
	font-family: "DNP ShueiMGoStd";
}

.category .category_banners .category_banner {
	position: relative;
	z-index: 1;
	display: block;
}

.category .category_banners .category_banner .categort_banner__text {
	position: absolute;
	top: 50%;
	left: 2.34375vw;
	transform: translateY(-50%);
	font-size: 4.6875vw;
	color: #fff;
	z-index: 10;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	line-height: 6.640625vw;
}

.category .category_archive__link {
	background: var(--footer-color);
	color: #fff;
	border-radius: 50px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 17.5px;
	font-weight: 700;
	margin-top: 37.5px;
	margin-bottom: 68px;
	font-family: "DNP ShueiMGoStd";
	max-width: 255px;
	margin-left: auto;
	margin-right: auto;
}

.category .category_banners .category_banner .categort_banner__text span {
	display: block;
}

@media (min-width: 768px) {
	.category .category_title .category_title__jp {
		top: 44%;
	}
	.category .category_title {
		margin-bottom: 1.05vw;
	}
	/*page-category*/
	.category_title {
		font-size: 2.7604166667vw;
		margin-bottom: 2.0833333333vw;
	}

	.category_title .category_title__en svg {
		max-width: 25.46875vw;
	}

	/*page-category*/
	.category .category_links .category_link {
		font-size: 1.8229166667vw;
		height: 4.2994791667vw;
		width: 100%;
		max-width: 26.6145833333vw;
		margin-left: 0;
		margin-right: 0;
	}

	.category .category_links .category_link svg {
		width: 0.78125vw;
		height: auto;
	}

	.category .category_links {
		display: flex;
		justify-content: center;
		gap: 1.5625vw;
		margin-bottom: 1.25vw;
	}

	.category .category_banners__title {
		font-size: 1.4583333333vw;
		margin-bottom: 1.2vw;
	}

	.category .category_banners .category_banner .categort_banner__text {
		font-size: 2.2395833333vw;
		line-height: 2.65625vw;
		left: 1.2239583333vw;
		top: 47%;
	}

	.category .category_banners .category_banner {
		max-width: 51.6145833333vw;
		margin-left: auto;
		margin-right: auto;
	}

	.category .category_banners .category_banner .categort_banner__text br {
		display: none;
	}

	.category .category_archive__link {
		height: 4.2708333333vw;
		font-size: 1.8229166667vw;
		max-width: 26.6145833333vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4.0625vw;
	}

	.category .category_banners .category_banner img {
		display: block;
	}

	.category .category_banners {
		margin-bottom: 4.84375vw;
	}
}
/*category*/
/*footer*/
footer {
	background: var(--footer-color);
	color: #fff;
	padding-top: 23px;
	padding-bottom: 7px;
}

footer .footer_logo {
	order: 3;
	max-width: 135px;
	width: 100%;
	margin-left: 20px;
}

footer .footer_hotline {
	order: 4;
	margin-left: 15px;
	flex: 1;
	margin-right: 20px;
}

footer .footer_logo svg {
	width: 100%;
	height: auto;
}

footer .footer_nav__title {
	font-size: 17.5px;
	font-weight: 700;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: solid 0.5px #ffffff4d;
	max-width: 226px;
}

footer .footer_nav__title small {
	font-size: 14px;
}

footer .footer_nav .footer_nav__column {
	margin-bottom: 15.5px;
}

footer .footer_nav {
	font-family: "DNP ShueiMGoStd";
	font-weight: 700;
}

footer .footer_nav ul li a {
	color: #fff;
	text-decoration: none;
}

footer .footer_nav ul li:not(:last-child) {
	margin-bottom: 0;
}

footer .container {
	padding-left: 0;
	padding-right: 0;
}

footer .footer_nav {
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

footer .footer_hotline .footer_hotline__phone {
	font-size: 18px;
	font-weight: 700;
	font-family: "Yu Gothic";
	text-decoration: none;
	color: #fff;
	margin-bottom: 3px;
	display: block;
	width: fit-content;
	pointer-events:none;
}

footer .footer_hotline .footer_hotline__note {
	font-family: "Yu Gothic";
	font-weight: 500;
	font-size: 9.6px;
	display: block;
	margin-bottom: 3px;
}

footer .footer_copyright {
	font-size: 8.4px;
	text-align: center;
	margin-top: 18px;
}

footer .footer_nav .footer_nav__column:nth-child(1) ul li a,
footer .footer_nav .footer_nav__column:nth-child(3) ul li a{
	font-size: 12px;
}

footer .footer_nav .footer_nav__column:nth-child(2) ul li a {
	font-size: 12.5px;
}

@media (min-width: 480px) {
	footer .footer_nav__title {
		max-width: 100%;
	}

	footer .footer_hotline {
		flex: none;
		margin-left: auto;
	}
}
@media (min-width: 769px) {
	footer .footer_nav .footer_nav__column {
		margin-bottom: 0;
	}

	footer .footer_logo {
		order: 1;
		margin-left: 0;
		max-width: 11.385417vw;
		height: auto;
		margin-right: 1vw;
	}

	footer .footer_hotline {
		order: 3;
		margin-right: 14px;
		margin-top: 23px;
	}

	footer .footer_nav {
		order: 2;
		width: auto;
		flex: 1;
		display: flex;
		gap: 2vw;
		padding-top: 0.95vw;
		flex-wrap: wrap;
	}

	footer .container {
		padding-left: 1.75vw;
		padding-right: 1.75vw;
	}

	footer .footer_nav__title {
		font-size: 1.1979166667vw;
		padding-left: 15px;
		padding-right: 15px;
	}

	footer .footer_nav__title small {
		font-size: 0.9895833333vw;
	}

	footer .footer_nav .footer_nav__column:nth-child(1) ul li a,
	footer .footer_nav .footer_nav__column:nth-child(2) ul li a,
	footer .footer_nav .footer_nav__column:nth-child(3) ul li a{
		font-size: 0.8854166667vw;
	}
	footer .footer_nav ul li:not(:last-child) {
		margin-bottom: 0.25vw;
	}
	footer .footer_nav .footer_nav__column ul {
		padding-left: 0.78125vw;
	}

	footer .footer_hotline .footer_hotline__phone {
		font-size: 2.0833333333vw;
		line-height: 1;
		margin-bottom: 5px;
	}

	footer .footer_hotline .footer_hotline__note {
		font-size: 0.9375vw;
		position: relative;
		z-index: 1;
		left: 15px;
	}

	footer .footer_copyright {
		font-size: 0.7291666667vw;
		margin-top: 6.9791666667vw;
	}

	footer {
		padding-top: 2vw;
		padding-bottom: 1.3020833333vw;
	}
}
/*footer*/
/*all*/
.category .category_links .category_link,
.category .category_archive__link {
	transition: 0.3s all 0s;
}

.category .category_links .category_link:hover {
	background: #ea6d8d;
	color: #fff;
}

.category .category_links .category_link:hover svg path {
	fill: #fff;
}

.category .category_archive__link:hover {
	background-color: #ce748a;
	color: #fff;
}

/*all*/
/*page-category*/
.category_logo .category_logo__slogan {
	font-size: 2.734375vw;
	font-weight: 400;
	font-family: "TA_oonishi";
}

.category_logo {
	color: var(--color);
	margin-bottom: 3.4635416667vw;
	margin-left: 4.1666666667vw;
	display:block;
	width:fit-content;
}

.category_logo .category_logo__heading___text {
	font-size: 8.203125vw;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	margin-bottom: 0.5859375vw;
}

.category_logo .category_logo__heading___text .large {
	border: solid 0.5px;
	border-radius: 50%;
	aspect-ratio: 1/1;
	display: inline-flex;
	width: 11.1979166667vw;
	text-align: center;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.category_logo .category_logo__heading___text .small {
	left: -1.8229166667vw;
}

.category_logo .category_logo__heading___textxs span {
	font-size: 2.9947916667vw;
	font-family: "DNP ShueiMGoStd";
	font-weight: 700;
	display: block;
}

#p_category {
	padding-top: 3.984375vw;
}

#p_category .category_title .category_title__jp {
	font-size: 5.5989583333vw;
	top: 37.5%;
}

.category_logo .category_logo__heading___text .large:nth-child(2) {
	margin-left: -3.125vw;
}

#p_category .category_title {
	margin-bottom: 10.8072916667vw;
}

#p_category .box {
	margin-bottom: 12.109375vw;
	gap: 3.90625vw;
}

#p_category .blogs_link {
	font-family: "DNP ShueiMGoStd";
	font-size: 4.8177083333vw;
	text-decoration: none;
	color: #fff;
	background: var(--color);
	border-radius: 50px;
	max-width: 70.8333333333vw;
	width: 100%;
	display: flex;
	height: 11.4583333333vw;
	align-items: center;
	justify-content: center;
	margin: auto auto 89.0625vw auto;
}

.blog_item .blog_item__image,
.blog_item .blog_item__image img {
	display: block;
	aspect-ratio: 4/2.77;
	object-fit: cover;
	width: 100%;
}
#p_category .blog_item .blog_item__label {
	font-size: 13px;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	background: #5DC1CF;
	color: #fff;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 156px;
	border-radius: 30px;
	top: -12.5px;
	z-index: 2;
	left: -6.5px;
	position:absolute;
}
@media(min-width:1200px){
	#p_category .blog_item .blog_item__label {
		font-size: 26px;
		max-width: 313px;
		height: 50px;
		top: -25px;
		left: -12.5px;
	}
}
@media (min-width: 768px) {
	.category_logo .category_logo__slogan {
		font-size: 1.09375vw;
	}

	.category_logo .category_logo__heading___text .large {
		width: 4.3229166667vw;
	}

	.category_logo .category_logo__heading___text {
		font-size: 3.28125vw;
	}

	.category_logo .category_logo__heading___text .small {
		left: -0.625vw;
	}

	#p_category .category_logo .category_logo__heading___text .large:nth-child(2) {
		margin-left: -1.3020833333vw;
	}

	.category_logo .category_logo__heading___textxs span {
		font-size: 1.1979166667vw;
	}

	.category_logo .category_logo__heading {
		display: flex;
		align-items: center;
	}

	#p_category .category_title .category_title__jp {
		font-size: 2.8645833333vw;
	}

	#p_category .category_title {
		margin-bottom: 1.75vw;
	}
	#p_category .category_logo {
		margin-left: 3.05vw;
		margin-bottom: 1.75vw;
	}

	#p_category .category_logo .category_logo__slogan {
		line-height: 1;
		margin-left: 0.75vw;
	}

	#p_category .category_title .category_title__en svg {
		max-width: 27.5vw;
		height: auto;
		width: 100%;
		margin-left: 3.75vw;
	}

	#p_category .blog_item .blog_item__image img {
		aspect-ratio: 4 / 2.74;
		width: 100%;
	}
	.blog_item {
		max-width: calc(100% / 2 - 17px);
		width: 100%;
		margin-bottom: 1.6666666667vw;
	}

	#p_category .box {
		margin-left: 6.2vw;
		margin-right: 6.2vw;
		margin-bottom: 8.6979166667vw;
		justify-content: space-between;
		gap: 0;
	}

	#p_category .blogs_link {
		font-size: 1.9270833333vw;
		max-width: 28.3333333333vw;
		border-radius: 50px;
		height: 4.5572916667vw;
		margin: auto auto 20.2083333333vw auto;
	}

	#p_category {
		padding-top: 1.6666666667vw;
	}
}
/*page-category*/
/*single-1*/
#p_single.single-1 {
	background: #FFFDE9;
	padding-bottom: 19.53125vw;
	padding-top: 3.598958vw;
}
#p_single.single-1 .single_image {
	margin-left: 7.8125vw;
	margin-right: 4.8177083333vw;
	margin-bottom: 5.2083333333vw;
}
#p_single.single-1 .single_image .single_image__label {
	position: absolute;
	max-width: 19.7916666667vw;
	width: 100%;
	top: -19.020833vw;
	right: 11.71875vw;
	z-index: -1;
	pointer-events: none;
}
#p_single.single-1 .single_box__description .single_box__label {
	font-size: 4.9479166667vw;
	font-weight: 700;
	background: #F36F20;
	border-radius: 50%;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	max-width: 23.6979166667vw;
	text-align: center;
	line-height: 1.3;
	flex: 1;
}
#p_single.single-1 .single_box__description .single_box__label:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.923' height='44.783' viewBox='0 0 32.923 44.783'%3E%3Cpath id='Path_25145' data-name='Path 25145' d='M348.1,691.191,315.173,668.8v44.783Z' transform='translate(-315.173 -668.8)' fill='%23f36f20'/%3E%3C/svg%3E%0A");
	position: absolute;
	top: 50%;
	right: -3.125vw;
	transform: translateY(-50%);
	width: 4.4270833333vw;
	height: 5.7291666667vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#p_single.single-1 .single_box__description {
	display: flex;
	font-family: "DNP ShueiMGoStd";
	align-items: center;
	margin-left: 5.9895833333vw;
	margin-right: 2.0833333333vw;
	margin-bottom: 8.203125vw;
}
#p_single.single-1 .single_box__description .single_box__value {
	flex: 1;
	padding-left: 4.9479166667vw;
}
#p_single.single-1 .single_box__description .single_box__value .title {
	font-size: 4.5572916667vw;
	font-weight: 700;
}
#p_single.single-1 .single_box__description .single_box__value .value {
	font-weight: 700;
	font-size: 2.6041666667vw;
	letter-spacing: -0.015104vw;
}
#p_single.single-1 .single_box__description .single_box__value .value p {
	display: inline;
}
#p_single.single-1 .single_box__infos {
	margin-left: 14.5833333333vw;
	margin-right: 14.5833333333vw;
	margin-bottom: 4.1666666667vw;
}
#p_single.single-1 .single_box__infos .single_info:not(:last-child) {
	margin-bottom: 2.34375vw;
}
#p_single.single-1 .single_box__note {
	font-size: 3.2552083333vw;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	color: #00aecb;
	margin-left: 13.9322916667vw;
	margin-right: 13.9322916667vw;
	margin-bottom: 14.84375vw;
}
#p_single.single-1 .single_box__links.single_box__links___upgrade .single_box__link:nth-child(2) {
	color: #ea6d8d;
	border-color: #ea6d8d;
}
#p_single.single-1 .single_box__contents {
	font-size: 2.0833333333vw;
	font-weight: 500;
	line-height: 2;
	margin-left: 11.71875vw;
	margin-right: 11.71875vw;
	margin-bottom: 5.2083333333vw;
}
#p_single.single-1 .single_box__contents p:not(:last-child) {
	margin-bottom: 3.125vw;
}
#p_single.single-1 .single_box__time {
	color: #5dc1cf;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	font-size: 3.6458333333vw;
	text-align: center;
	margin-bottom: 4.5572916667vw;
}
#p_single.single-1 .single_box__time > *:not(:last-child) {
	margin-bottom: 1.3020833333vw;
}

/*single-all*/
.single_box__download {
	background: #fff;
	border: solid 1px #ea6d8d;
	border-radius: 5.3px;
	padding: 2.6041666667vw 2.734375vw;
	display: flex;
	align-items: center;
	margin-left: 14.5833333333vw;
	margin-right: 14.5833333333vw;
	margin-bottom: 4.1666666667vw;
}

.single_box__download span {
	font-size: 4.1666666667vw;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	color: #ea6d8d;
	flex: 1;
	text-align: center;
	line-height: 1.2;
}

.single_box__download svg {
	width: 10.546875vw;
	height: auto;
}

.single_box__links .single_box__link {
	border: solid 1.5px;
	background: #fff;
	border-radius: 4.9479166667vw;
}

.single_box__links {
	font-family: "DNP ShueiMGoStd";
	font-weight: 700;
	font-size: 4.1666666667vw;
	margin-left: 14.7135416667vw;
	margin-right: 14.7135416667vw;
	margin-bottom: 6.25vw;
	
	max-width: 66.6666666667vw;
}

.single_box__links .single_box__link:nth-child(1),
#p_single.single-2 .single_box__links .single_box__link:nth-child(2){
	border-color: #ea6d8d;
	color: #ea6d8d;
}

.single_box__links .single_box__link:nth-child(2) {
	color: #6fb92c;
	border-color: #6fb92c;
}

.single_box__links .single_box__link svg {
	width: 1.953125vw;
	height: auto;
	position: absolute;
	right: 4vw;
	top: 50%;
	transform: translateY(-50%);
}

.single_box__links .single_box__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.734375vw;
	text-decoration: none;
	height: 10.0260416667vw;
}

.single_box__links .single_box__link:not(:last-child) {
	margin-bottom: 3.7760416667vw;
}

.single_box__maps {
	margin-bottom: 11.0677083333vw;
}

.single_box__maps .single_box__map___title {
	font-size: 4.1666666667vw;
	font-weight: 700;
	font-family: "DNP ShueiMGoStd";
	color: #00aecb;
	text-align: center;
	margin-bottom: 3.515625vw;
}

.single_box__maps iframe {
	height: 58.0729166667vw;
	background: #ebebebeb;
	width: 100%;
}

.single_box__maps .single_box__map:not(:last-child) {
	margin-bottom: 9.1145833333vw;
}

.single_box__all {
	font-family: "DNP ShueiMGoStd";
	font-size: 4.5572916667vw;
	font-weight: 700;
	text-decoration: none;
	color: #ea6d8d;
	border: solid 0.75px #ea6d8d;
	background: #fff;
	border-radius: 30px;
	max-width: 66.6666666667vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	height: 10.8072916667vw;
}

/*single-all*/
@media (min-width: 768px) {
	#p_single.single-1 .single_box__links.single_box__links___upgrade {
		max-width: 58vw;
		display: flex;
		justify-content: space-between;
	}

	#p_single.single-1 .single_box__links.single_box__links___upgrade svg {
		transform: translateY(-50%);
		right: 1vw;
	}

	#p_single.single-1 .single_box__links.single_box__links___upgrade .single_box__link {
		max-width: calc(100%/2 - 1vw);
		width: 100%;
	}

	#p_single.single-1 .category_logo__heading {
		margin-left: 0;
	}

	#p_single.single-1 .category_logo {
		margin-left: 3.1vw;
		margin-bottom: 1.5vw;
	}

	#p_single.single-1 .category_logo__slogan {
		margin-bottom: -3px;
	}
	#p_single.single-1 {
		padding-top: 1.45vw;
		padding-bottom: 10vw;
	}
	#p_single.single-1 .single_box__maps iframe {
		height: 446px;
	}
	#p_single.single-1 .single_image,
	#p_single.single-1 .single_box {
		position: static;
	}
	#p_single.single-1 .single_image .single_image__label {
		right: -0.385417vw;
		top: -0.46875vw;
		max-width: 15.5vw;
	}
	#p_single.single-1 .single_image {
		margin-left: 20.8333333333vw;
		margin-right: 15.0520833333vw;
		margin-bottom: 2.85vw;
	}
	#p_single.single-1 .single_box__description {
		margin-left: 20.2083333333vw;
		margin-right: 21.3020833333vw;
		margin-bottom: 1.0677083333vw;
	}
	#p_single.single-1 .single_box__description .single_box__label {
		max-width: 9.4791666667vw;
		font-size: 2.03125vw;
	}
	#p_single.single-1 .single_box__description .single_box__label:after {
		width: 1.6666666667vw;
		height: 2.2916666667vw;
		right: -1.3020833333vw;
	}
	#p_single.single-1 .single_box__description .single_box__value .title {
		font-size: 1.8229166667vw;
		margin-bottom: 0.5729166667vw;
		margin-left: -1vw;
	}
	#p_single.single-1 .single_box__description .single_box__value .value {
		font-size: 1.1979166667vw;
	}
	#p_single.single-1 .single_box__description .single_box__value {
		padding-left: 1.7vw;
	}
	#p_single.single-1 .single_box__infos {
		display: flex;
		gap: 1.6354166667vw;
		margin-bottom: 1.25vw;
		max-width: 58vw;
		margin-left: auto;
		margin-right: auto;
	}
	#p_single.single-1 .single_box__note {
		text-align: center;
		font-size: 1.3020833333vw;
		margin-bottom: 4.6875vw;
	}
	#p_single.single-1 .single_box__infos .single_info:not(:last-child) {
		margin-bottom: 0;
	}
	#p_single.single-1 .single_box__contents {
		margin-left: 25.78125vw;
		margin-right: 20.78125vw;
		font-size: 1.40625vw;
		line-height: 1.3;
		margin-bottom: 6.3vw;
	}
	#p_single.single-1 .single_box__maps .single_box__map___title {
		margin-bottom: 1.2vw;
	}

	#p_single.single-1 .single_box__maps .single_box__map:not(:last-child) {
		margin-bottom: 5.85vw;
	}
	#p_single.single-1 .single_box__contents p:not(:last-child) {
		margin-bottom: 2.45vw;
	}

	#p_single.single-1 .single_box__download {
		margin-bottom: 1.45vw;
	}

	#p_single.single-1 .single_box__link {
		margin-bottom: 1.25vw;
	}

	#p_single.single-1 .single_box__links {
		margin-bottom: 3.5vw;
	}

	#p_single.single-1 .single_box__time {
		margin-bottom: 4.2vw;
	}
	#p_single.single-1 .single_box__time {
		font-size: 1.6666666667vw;
		margin-bottom: 3.9vw;
	}
	#p_single.single-1 .single_box__time > *:not(:last-child) {
		margin-bottom: 13px;
	}
	#p_single.single-1 .single_box__description .single_box__value .value p {
		display: block;
	}
}
/*single-2*/
@media (min-width: 768px) {
	/*single-all*/
	.category_logo .category_logo__heading___text .large:nth-child(2) {
		margin-left: -1.3020833333vw;
	}

	.single_box__maps .single_box__map___title {
		font-size: 1.6666666667vw;
		margin-bottom: 2.25vw;
	}

	.single_box__maps .single_box__map:not(:last-child) {
		margin-bottom: 4.85vw;
	}

	.single_box__maps {
		margin-bottom: 7.05vw;
	}

	.single_box__download span {
		font-size: 1.6666666667vw;
		flex: 1;
	}

	.single_box__download svg {
		width: 4.21875vw;
		height: auto;
	}

	.single_box__download {
		max-width: 27.5vw;
		margin-left: auto;
		margin-right: auto;
		height: 6.4583333333vw;
		border-radius: 10.6px;
		gap: 0;
		padding: 0.9375vw 1.09375vw;
	}

	.single_box__links {
		max-width: 27.5vw;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.6666666667vw;
	}

	.single_box__links .single_box__link svg {
		width: 0.78125vw;
		height: auto;
	}

	.single_box__links .single_box__link {
		height: 4.3vw;
		gap: 1.0416666667vw;
	}

	.single_box__all {
		max-width: 26.6666666667vw;
		font-size: 1.8229166667vw;
		height: 4.3229166667vw;
		border-radius: 50px;
		border: solid 1.5px;
	}
}
/*single-2*/
#p_single.single-2 {
	padding-top: 3.598958vw;
}
#p_single.single-2 .category_logo {
	margin-bottom: 1.5625vw;
	position: relative;
	z-index: 3;
}
#p_single.single-2 .single_box__image {
	margin-left: 7.8125vw;
}
#p_single.single-2 .single_box__description .single_box__description___image {
	max-width: 47.9166666667vw;
	width: 100%;
	margin-left: 5vw;
	margin-bottom: 4.7395833333vw;
}
#p_single.single-2 .single_box__description .single_box__description___texts .title {
	font-size: 4.9479166667vw;
	font-weight: 700;
	color: #e75297;
	margin-bottom: 1.8880208333vw;
}
#p_single.single-2 .single_box__description .single_box__description___texts .value {
	font-size: 2.2135416667vw;
	line-height: 3.4765625vw;
	font-weight: 500;
}
#p_single.single-2 .single_box__contents .single_box__contents___texts .title {
	font-size: 4.5572916667vw;
	font-weight: 700;
	color: #e75297;
	text-align: center;
	margin-bottom: 4.9479166667vw;
}
#p_single.single-2 .single_box__description {
	margin-bottom: 5.9895833333vw;
}
#p_single.single-2 .single_box__contents .single_box__contents___texts .value {
	font-size: 2.2135416667vw;
	line-height: 3.0598958333vw;
}
#p_single.single-2 .single_box__contents {
	margin-bottom: 7.8125vw;
}
#p_single.single-2 .single_box__infos {
	margin-bottom: 9.1145833333vw;
}
#p_single.single-2 .single_box__links {
	font-size: 4.5572916667vw;
	margin-bottom: 9.375vw;
}
#p_single.single-2 .single_box__download {
	border-radius: 9.375vw;
	height: 9.375vw;
	max-width: 44.2708333333vw;
	font-size: 4.5572916667vw;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #fff;
	background: #ea6d8d;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 4.4270833333vw;
}
#p_single.single-2 .single_box__download svg {
	width: 7.2916666667vw;
	height: auto;
}
#p_single.single-2 .single_box__download span {
	color: #fff;
}
#p_single.single-2 .single_box__download svg path {
	fill: #fff;
}
#p_single.single-2 .single_box__all___note {
	color: #6fb92c;
	font-size: 3.2552083333vw;
	font-family: "DNP ShueiMGoStd";
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.8229166667vw;
	margin-bottom: 4.1666666667vw;
}
#p_single.single-2 .single_box__maps {
	margin-top: 9.2447916667vw;
	margin-bottom: 22.9166666667vw;
}

#module-th .pdf-event{
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	#module-th .pdf-event{
		margin-top: -9.95vw;
		margin-bottom: 50px;
	}
	#p_single.single-2 {
		padding-top: 1vw;
	}
	#p_single.single-2 .category_logo .category_logo__slogan {
		line-height: 1.2;
	}
	#p_single.single-2 .category_logo {
		margin-left: 3.45vw;
	}
	#p_single.single-2 .category_logo__heading {
		margin-left: -7px;
	}
	#p_single.single-2 .single_box__image {
		margin-left: 9.4791666667vw;
		margin-top: -9.95vw;
		margin-bottom: -6.25vw;
	}

	#p_single.single-2 .single_box__description .single_box__description___image {
		max-width: 19.1666666667vw;
		margin-bottom: 0;
		margin-left: 0;
		margin-top: -0.8vw;
		margin-right: 4px;
	}

	#p_single.single-2 .single_box__description {
		display: flex;
		margin-left: auto;
		margin-right: auto;
		gap: 1.6145833333vw;
		margin-bottom: 1.9791666667vw;
	}

	#p_single.single-2 .single_box__contents {
		margin-bottom: 2vw;
	}

	#p_single.single-2 .single_box__contents .single_box__contents___texts .title {
		font-size: 1.8229166667vw;
		margin-bottom: 0.5vw;
	}

	#p_single.single-2 .single_box__contents .single_box__contents___texts .value {
		font-size: 0.8125vw;
		line-height: 1.21875vw;
	}

	#p_single.single-2 .container {
		max-width: 64vw;
		margin-left: auto;
		margin-right: auto;
	}

	#p_single.single-2 .single_box__description .single_box__description___texts .title {
		font-size: 1.9791666667vw;
		margin-bottom: 1.0416666667vw;
	}

	#p_single.single-2 .single_box__description .single_box__description___texts .value {
		font-size: 0.8125vw;
		line-height: 1.2864583333vw;
	}

	#p_single.single-2 .single_box__infos {
		margin-bottom: 3.28125vw;
	}

	#p_single.single-2 .single_box__links {
		font-size: 1.8229166667vw;
		margin-bottom: 6.8229166667vw;
	}
	#p_single.single-2 .single_box__links .single_box__link {
		max-width: calc(100%/2 - 30px);
		width: 100%;
	}
	#p_single.single-2 .single_box__links .single_box__link svg {
		position: absolute;
		right: 2.6041666667vw;
		top: 50%;
		transform: translateY(-50%);
	}

	#p_single.single-2 .single_box__maps iframe {
		height: 446px;
	}

	#p_single.single-2 .single_box__download {
		max-width: 17.4479166667vw;
		font-size: 1.8229166667vw;
		height: 4.7vw;
		border-radius: 1.40625vw;
		margin-bottom: 1.75vw;
	}

	#p_single.single-2 .single_box__download span {
		font-size: 1.8229166667vw;
	}

	#p_single.single-2 .single_box__download svg {
		width: 3vw;
	}

	#p_single.single-2 .single_box__all {
		height: 82px;
		font-size: 35px;
		max-width: 512px;
	}

	#p_single.single-2 .single_box__links {
		max-width: 100%;
		display: flex;
		gap: 60px;
	}

	#p_single.single-2 .single_box__all___note {
		font-size: 25px;
		margin-top: 14px;
		margin-bottom: 32px;
	}

	#p_single.single-2 .single_box__maps {
		margin-top: 182px;
		margin-bottom: 211px;
	}
}
/*single-2*/
/*guide-book*/
#p_single.guide-book-1 .category_logo {
	padding-top: 5.46875vw;
}
#p_single.guide-book-1 .category_title {
	font-size: 5.46875vw;
	margin-bottom: 0;
}
#p_single.guide-book-1 .category_title .category_title__en svg {
	max-width: 104.1666666667vw;
	width: 100%;
	height: auto;
}
#p_single.guide-book-1 .guidebook_title {
	font-family: "Kozuka Gothic Pr6N";
	font-weight: 400;
	font-size: 3.125vw;
	text-align: center;
	margin-bottom: 3px;
}
#p_single.guide-book-1 .guidebook_desc {
	font-family: "Kozuka Gothic Pr6N";
	font-weight: 400;
	font-size: 3.7760416667vw;
	text-align: center;
	margin-bottom: 2.8645833333vw;
	line-height: 4.6875vw;
	letter-spacing: -0.25px;
}
#p_single.guide-book-1 .container.supports {
	padding-left: 2.6041666667vw;
	padding-right: 2.6041666667vw;
	background: linear-gradient(45deg, #d96c99, #ffd483);
	padding-top: 3.3854166667vw;
	padding-bottom: 9.8958333333vw;
	width: calc(100% - 60px);
}
#p_single.guide-book-1 .container {
	margin-left: auto;
	margin-right: auto;
}
#p_single.guide-book-1 .guide_item {
	background: #fff;
	margin-left: 6.25vw;
	margin-right: 6.25vw;
	width: 100%;
}
#p_single.guide-book-1 .guide_item:not(:last-child) {
	margin-bottom: 3.90625vw;
}
#p_single.guide-book-1 .guide_item .title {
	background: #fff7ed;
	color: #0055a6;
	padding: 3.6458333333vw 3.90625vw;
	letter-spacing: 1px;
}
#p_single.guide-book-1 .guide_item .title img {
	max-height: 5.859375vw;
}
#p_single.guide-book-1 .guide_item .wrapper > .desc {
	color: #ea6e8e;
	font-size: 5.46875vw;
	font-family: "DNP ShueiMGoStd";
	letter-spacing: 0.5px;
	margin-bottom: 2.0833333333vw;
}
#p_single.guide-book-1 .guide_item .wrapper {
	padding: 2px 3.6458333333vw 4.1666666667vw 3.6458333333vw;
}
#p_single.guide-book-1 .guide_item .wrapper .contents .text {
	font-size: 2.734375vw;
	left: 2px;
	line-height: 1.575;
}
#p_single.guide-book-1 .guide_item.guide_item1 .wrapper .contents .text {
	max-width: 38.8020833333vw;
}
#p_single.guide-book-1 .guide_item .wrapper .contents {
	display: flex;
	align-items: flex-start;
}
#p_single.guide-book-1 .guide_item.guide_item1 .wrapper .contents .image img {
	max-width: 14.0625vw;
	margin-top: -1.0416666667vw;
	right: -2.8645833333vw;
}
#p_single.guide-book-1 .guide_item .wrapper .lists .cell_title {
	color: #ea6e8e;
}
#p_single.guide-book-1 .guide_item .wrapper .lists {
	font-size: 2.734375vw;
}
#p_single.guide-book-1 .guide_item.guide_item1 .wrapper .lists {
	margin-top: -6.5104166667vw;
}
#p_single.guide-book-1 .guide_item .wrapper .lists .cell_line {
	padding-left: 2.6041666667vw;
}
#p_single.guide-book-1 .guide_item.guide_item1 .wrapper .lists .cell_line {
	margin-bottom: -2px;
	letter-spacing: -0.65px;
}
#p_single.guide-book-1 .guide_item.guide_item5 .wrapper .lists .cell_line {
	letter-spacing: -0.25px;
}
#p_single.guide-book-1 .guide_item.guide_item5 .wrapper {
	padding: 2px 3.6458333333vw 3.6458333333vw 3.6458333333vw;
}
#p_single.guide-book-1 .guide_item .wrapper .lists .cell_note {
	padding-left: 2.34375vw;
	font-size: 2.34375vw;
}
#p_single.guide-book-1 .guide_item .wrapper .lists .cell:not(:last-child) {
	margin-bottom: 2.6041666667vw;
}
#p_single.guide-book-1 .guide_item.guide_item2 .wrapper {
	padding: 2px 3.6458333333vw 3.90625vw 3.90625vw;
}
#p_single.guide-book-1 .guide_item.guide_item2 .wrapper .contents {
	display: flex;
	flex-direction: column-reverse;
}
#p_single.guide-book-1 .guide_item.guide_item2 .wrapper .contents img {
	max-width: 40.625vw;
	margin-left: auto;
	margin-right: 7.2916666667vw;
	margin-top: -11.4583333333vw;
	margin-bottom: 6.25vw;
}
#p_single.guide-book-1 .guide_item.guide_item2 .wrapper .contents * {
	width: 100%;
	max-width: 100%;
}
#p_single.guide-book-1 .guide_item.guide_item2 .wrapper .link {
	font-size: 2.734375vw;
	border-radius: 7.8125vw;
	height: 8.8541666667vw;
	background: #ea6e8e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	margin-top: 2.8645833333vw;
	padding: 0 2px 0 2.34375vw;
}
#p_single.guide-book-1 .guide_item .wrapper > .desc small {
	font-size: 2.0833333333vw;
	letter-spacing: -0.2px;
	margin-left: -1px;
	top: -5px;
}
#p_single.guide-book-1 .guide_item.guide_item3 .wrapper > .desc {
	margin-bottom: 5px;
}
#p_single.guide-book-1 .guide_item.guide_item3 .wrapper > .contents,
#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .contents,
#p_single.guide-book-1 .guide_item.guide_item5 .wrapper > .contents {
	display: block;
}
#p_single.guide-book-1 .guide_item.guide_item3 .wrapper > .contents * {
	max-width: 100%;
	width: 100%;
}
#p_single.guide-book-1 .guide_item.guide_item3 .wrapper .contents .text {
	margin-bottom: 4px;
}
#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .contents .image img {
	max-width: 46.09375vw;
	margin-left: auto;
	margin-right: auto;
}
#p_single.guide-book-1 .guide_item.guide_item3 .wrapper .contents .image img {
	max-width: 47.65625vw;
	margin-left: auto;
	margin-right: 3.6458333333vw;
}
#p_single.guide-book-1 .guide_item.guide_item4 .contents {
	display: block;
}
#p_single.guide-book-1 .guide_item.guide_item4 .contents .text {
	max-width: 100%;
	width: 100%;
}
#p_single.guide-book-1 .guide_item.guide_item4 .contents .image img {
	max-width: 44.7916666667vw;
	margin-left: auto;
	margin-right: 4.9479166667vw;
	margin-bottom: 3.90625vw;
}
#p_single.guide-book-1 .guide_item.guide_item5 .contents .image img {
	max-width: 39.0625vw;
	margin-left: auto;
	margin-right: 11.71875vw;
	margin-bottom: -5px;
}
#p_single.guide-book-1 .guide_item.guide_item4 .contents .text {
	margin-bottom: 5.2083333333vw;
}
#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .contents .text {
	letter-spacing: -0.45px;
	margin-bottom: 3.125vw;
}
#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .desc {
	margin-bottom: 5px;
}
#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .notes {
	font-size: 2.2135416667vw;
	margin-top: 2.8645833333vw;
}
#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .notes .note {
	position: relative;
	z-index: 1;
	padding-left: 2.34375vw;
	letter-spacing: -0.375px;
	margin-bottom: 1.05px;
}
#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .notes .note small {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#p_single.guide-book-1 .guide_item.guide_item6 .wrapper {
	padding: 2px 3.6458333333vw 3.6458333333vw 3.6458333333vw;
}
#p_single.guide-book-1 .faqs .title svg {
	max-width: 32.03125vw;
	height: auto;
}
#p_single.guide-book-1 .guide_faqs {
	padding-top: 9.375vw;
	padding-left: 1.3020833333vw;
}
#p_single.guide-book-1 .guide_faqs .faq_items .faq_item {
	font-size: 2.4739583333vw;
}
#p_single.guide-book-1 .guide_faqs .faq_items .faq_item .faq_item__question {
	color: #0055a6;
	margin-bottom: 2px;
}
#p_single.guide-book-1 .guide_faqs .faq_items .faq_item img {
	max-width: 2.9947916667vw;
}
#p_single.guide-book-1 .guide_faqs .faq_items .faq_item .faq_item__question span,
#p_single.guide-book-1 .guide_faqs .faq_items .faq_item .faq_item__answer span {
	display: flex;
	align-items: flex-start;
	gap: 2.0833333333vw;
}
#p_single.guide-book-1 .guide_faqs .faq_items {
	padding-top: 2px;
	padding-left: 3px;
	font-family: "DNP ShueiMGoStd";
}
#p_single.guide-book-1 .guide_faqs .faq_items .faq_item:not(:last-child) {
	margin-bottom: 4px;
}
#p_single.guide-book-1 .guide_faqs .faq_items .faq_item:nth-child(2) .faq_item__question {
	margin-bottom: 0;
}
#p_single.guide-book-1 .guide_faqs .faq_items .faq_item .faq_item__answer span {
	line-height: 1.45;
}
#p_single.guide-book-1 .guides .title svg {
	max-width: 62.7604166667vw;
	height: auto;
}
#p_single.guide-book-1 .guides {
	padding-top: 7.8125vw;
}
#p_single.guide-book-1 .guides .title {
	margin-bottom: 2.34375vw;
}
#p_single.guide-book-1 .guides .guide_visit {
	text-decoration: none;
	border: solid thin #0055a6;
	font-size: 3.90625vw;
	font-family: "DNP ShueiMGoStd";
	color: #0055a6;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 56.5104166667vw;
	height: 9.1145833333vw;
	margin-top: 2.34375vw;
	letter-spacing: -2px;
	margin-bottom: 13.8020833333vw;
}
#p_single.guide-book-1 .single_box__download {
	max-width: 44.53125vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	background: #ea6d8d;
	padding: 1.953125vw 2.6041666667vw;
	border: solid thin #fff;
	margin-bottom: 3.6458333333vw;
}
#p_single.guide-book-1 .single_box__download svg {
	max-width: 7.5520833333vw;
}
#p_single.guide-book-1 .single_box__download span {
	color: #fff;
}
#p_single.guide-book-1 .single_box__download svg path {
	fill: #fff;
}
#p_single.guide-book-1 .single_box__all {
	background: #ea6d8d;
	color: #fff;
	margin-bottom: 14.0625vw;
}

@media (min-width: 768px) {
	#p_single.guide-book-1 .category_logo {
		padding-top: 1.390625vw;
		margin-bottom: 1.9270833333vw;
	}
	#p_single.guide-book-1 .category_title .category_title__en svg {
		max-width: 55.8333333333vw;
		left: 0.8854166667vw;
	}
	#p_single.guide-book-1.single .category_title .category_title__en svg {
		max-width: 26.3541666667vw;
	}
	#p_single.guide-book-1 .category_title {
		font-size: 2.7083333333vw;
		margin-bottom: 3.6979166667vw;
	}
	#p_single.guide-book-1 .category_title .category_title__jp {
		top: 44%;
	}
	#p_single.guide-book-1 .container.supports {
		padding-top: 1.1458333333vw;
		margin-left: 7.1354166667vw;
		margin-right: 6.5625vw;
		width: 100%;
		max-width: 86.3020833333vw;
		padding-left: 1.5625vw;
		padding-right: 1.5625vw;
		padding-bottom: 0px;
	}
	#p_single.guide-book-1 .guidebook_title {
		font-size: 1.5625vw;
		font-weight: 600;
		margin-bottom: 0.8333333333vw;
	}
	#p_single.guide-book-1 .guidebook_desc {
		font-size: 2.5520833333vw;
		font-weight: 700;
		letter-spacing: -0.078125vw;
		line-height: 1;
		margin-bottom: 2.1354166667vw;
	}
	#p_single.guide-book-1 .guidebook_desc br {
		display: none;
	}
	#p_single.guide-book-1 .guide_item {
		max-width: calc(100% / 3 - 20px);
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 20px;
	}
	#p_single.guide-book-1 .guide_item .title {
		padding: 1.09375vw 1.4583333333vw;
	}
	#p_single.guide-book-1 .guide_item .title img {
		max-height: 2.34375vw;
	}
	#p_single.guide-book-1 .container.supports .box {
		justify-content: space-between;
	}
	#p_single.guide-book-1 .guide_item .wrapper {
		padding: 0.625vw 1.6666666667vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper > .desc {
		font-size: 2.1875vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper {
		padding: 0.625vw 1.6666666667vw 0 1.6666666667vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper > .desc {
		font-size: 2.1875vw;
		margin-bottom: 0.625vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper .contents .text {
		font-size: 1.0416666667vw;
		font-weight: 700;
		letter-spacing: -0.0234375vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item1 .wrapper .contents .text {
		max-width: 14.21875vw;
		line-height: 1.5;
	}
	#p_single.guide-book-1 .guide_item.guide_item1 .wrapper .contents .image img {
		max-width: 5.625vw;
		right: -2.2395833333vw;
		top: 0.78125vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item1 .wrapper .lists {
		font-size: 1.1458333333vw;
		margin-top: -1.5625vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item1 .wrapper .lists .cell_line {
		padding-left: 0.8854166667vw;
		line-height: 1;
		margin-bottom: 0.2604166667vw;
		letter-spacing: -0.1302083333vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper .lists .cell_title {
		line-height: 1;
		margin-bottom: 0.3125vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper .lists .cell_note {
		font-size: 0.8854166667vw;
		padding-left: 0.8333333333vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper .lists .cell:not(:last-child) {
		margin-bottom: 1.1979166667vw;
	}
	#p_single.guide-book-1 .guide_item:not(:last-child),
	#p_single.guide-book-1 .guide_item:last-child {
		margin-bottom: 1.5625vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item2 .wrapper {
		padding: 0.6770833333vw 1.5104166667vw 0;
	}
	#p_single.guide-book-1 .guide_item.guide_item2 .wrapper .contents img {
		max-width: 16.3020833333vw;
		margin-left: auto;
		margin-right: 1.71875vw;
		margin-top: -4.3229166667vw;
		margin-bottom: 2.2916666667vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item2 .wrapper .link {
		height: auto;
		font-size: 1.0416666667vw;
		padding: 0.9895833333vw 0.9895833333vw;
		margin-top: 0.7291666667vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper > .desc small {
		font-size: 0.78125vw;
		margin-left: 0;
		top: -0.4166666667vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item3 .wrapper > .desc {
		margin-bottom: 0.6770833333vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item3 .wrapper {
		padding: 0.625vw 1.4583333333vw 0 1.4583333333vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item3 .wrapper .contents .image img {
		max-width: 18.8541666667vw;
		margin-right: 1.5625vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item4 .contents .image img {
		max-width: 17.7083333333vw;
		margin-right: 1.875vw;
		margin-bottom: 0;
	}
	#p_single.guide-book-1 .guide_item.guide_item5 .wrapper {
		padding: 1.875vw 1.3020833333vw 1.875vw 1.5625vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item4 .wrapper .contents .text {
		margin-bottom: 1.71875vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item5 .contents .image img {
		max-width: 16.0416666667vw;
		margin-right: 4.6875vw;
		margin-top: 1.9270833333vw;
	}
	#p_single.guide-book-1 .guide_item .wrapper .lists {
		font-size: 1.1vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item5 .wrapper .lists .cell_line {
		padding-left: 1.0416666667vw;
		letter-spacing: -1.5px;
	}
	#p_single.guide-book-1 .guide_item.guide_item5 .wrapper .lists .cell_title {
		margin-bottom: 0;
	}
	#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .contents .image img {
		max-width: 18.8020833333vw;
		margin-right: 2.34375vw;
		margin-top: 1.5625vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item6 .wrapper {
		padding: 0.625vw 1.5625vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .desc {
		margin-bottom: 0.7291666667vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .contents .text {
		margin-bottom: 0;
	}
	#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .notes {
		font-size: 0.85vw;
		margin-top: 1.0416666667vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item6 .wrapper .notes .note {
		padding-left: 0.9635416667vw;
	}
	#p_single.guide-book-1 .guide_item.guide_item4 .wrapper,
	#p_single.guide-book-1 .guide_item.guide_item5 .wrapper,
	#p_single.guide-book-1 .guide_item.guide_item6 .wrapper {
		padding: 0.6770833333vw 1.6666666667vw 0 1.6666666667vw;
	}
	#p_single.guide-book-1 .container {
		max-width: 88.125vw;
	}
	#p_single.guide-book-1 .guide_faqs {
		padding-top: 3.3333333333vw;
	}
	#p_single.guide-book-1 .guide_faqs .faq_items .faq_item {
		font-size: 1.3020833333vw;
	}
	#p_single.guide-book-1 .guide_faqs .faq_items .faq_item .faq_item__question span,
	#p_single.guide-book-1 .guide_faqs .faq_items .faq_item .faq_item__answer span {
		gap: 1.09375vw;
	}
	#p_single.guide-book-1 .guide_faqs .faq_items .faq_item img {
		max-width: 1.5625vw;
		top: 0.3645833333vw;
	}
	#p_single.guide-book-1 .guide_faqs .faq_items {
		padding-left: 0.46875vw;
		padding-top: 0.8333333333vw;
	}
	#p_single.guide-book-1 .guide_faqs .faq_items .faq_item .faq_item__question {
		margin-bottom: 5px;
		line-height: 1.45;
	}
	#p_single.guide-book-1 .guide_faqs .faq_items .faq_item:not(:last-child) {
		margin-bottom: 0.8333333333vw;
	}
	#p_single.guide-book-1 .guide_faqs .box > .faqs {
		max-width: 45.625vw;
	}
	#p_single.guide-book-1 .guides {
		max-width: 35.78125vw;
		padding-top: 0;
	}
	#p_single.guide-book-1 .guide_faqs .box {
		justify-content: space-between;
	}
	#p_single.guide-book-1 .guides .title {
		margin-bottom: 1.25vw;
	}
	#p_single.guide-book-1 .guides .guides_image img {
		max-width: 94.5%;
		margin-left: 0.3125vw;
	}
	#p_single.guide-book-1 .guides .guide_visit {
		font-size: 1.5104166667vw;
		padding: 0.625vw 0.5208333333vw;
		height: auto;
		margin-top: 1.5625vw;
		max-width: 22.5520833333vw;
		margin-bottom: 0;
		left: 2px;
	}
	#p_single.guide-book-1 .single_box__download {
		max-width: 17.9166666667vw;
		height: auto;
		padding: 0.8854166667vw 1.0416666667vw;
		left: -0.7291666667vw;
		margin-top: 6.09375vw;
		border: solid 2px #fff;
		border-radius: 0.78125vw;
		margin-bottom: 1.25vw;
		box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
	}
	#p_single.guide-book-1 .single_box__download svg {
		width: 2.96875vw;
	}
	#p_single.guide-book-1 .single_box__all {
		left: -0.78125vw;
		max-width: 27.34375vw;
	}
}
/*guide-book*/
.no-result {
	margin: 20px auto;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: var(--color, "#3E3A39");
}

.s-content ol {
	list-style: decimal;
	margin-left: 15px;
	margin-bottom: 10px;
}

.s-content ul {
	list-style: initial;
	margin-left: 15px;
	margin-bottom: 10px;
}

.s-content li {
	list-style: inherit;
	margin-bottom: 5px;
}

.s-content p {
	margin-bottom: 10px;
}

.s-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	object-fit: contain;
}

.s-content iframe,
.s-content table {
	max-width: 100%;
}

.s-content iframe {
	width: 100%;
	height: 392px;
}

.s-content table {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #0000006e;
}

.s-content table td {
	border-collapse: collapse;
	border: solid 1px #0000006e;
	padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
	display: block;
	margin-left: 0;
	margin-right: 0;
	font-weight: 700;
}

.s-content h1 {
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

.s-content h2 {
	font-size: 1.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.s-content h3 {
	font-size: 1.17em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.s-content h4 {
	font-size: 1em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.s-content h5 {
	font-size: 0.83em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.s-content h6 {
	font-size: 0.67em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.s-content i {
	font-style: italic;
}

.s-content strong {
	font-weight: 600;
}

.s-content iframe {
	max-width: 100%;
}

@media (max-width: 768px) {
	.s-content iframe {
		height: auto;
	}

	.s-content iframe {
		height: 205px;
	}
}
#p_single.single .single_title {
	font-size: 28px;
	text-align: center;
	margin: 5.2083333333vw auto 5.2083333333vw auto;
}
#p_single.single .s-content {
	font-size: 14.5px;
	line-height: 1.5;
	margin-bottom: 7.8125vw;
}

@media (min-width: 768px) {
	#p_single.single .single_title {
		font-size: 36px;
	}
	#p_single.single .s-content {
		font-size: 16.5px;
	}
}
input,
textarea,
select,
button {
	outline: none;
}
#contact .title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}

#contact {
	padding-top: 30px;
	padding-bottom: 30px;
}

#contact .container {
	max-width: 1108px;
	margin-left: auto;
	margin-right: auto;
}

#contact .description {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

#contact .wpcf7 label {
	font-weight: 400;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#contact .wpcf7 label input,
#contact .wpcf7 label textarea {
	margin-top: 5px;
	border: solid thin #ebebeb;
	width: 100%;
	height: 31.5px;
	border-radius: 5px;
	font-family: "Yu Gothic", メイリオ, Meiryo, sans-serif;
}

#contact .wpcf7 label textarea {
	min-height: 75px;
}

#contact .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item label {
	display: flex;
	width: fit-content;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	font-weight: 400;
	text-decoration: underline;
}

#contact .wpcf7 .wpcf7-form-control-wrap {
	text-align: left;
	display: block;
}

#contact .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item label input {
	width: 15px;
	height: 15px;
	margin: 0;
	margin-right: 5px;
}

#contact .wpcf7 p {
	line-height: 1.5;
	font-size: 14px;
}

#contact .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item {
	margin-left: 0;
}

#contact .wpcf7 .wpcf7-submit {
	background: #ea6d8d;
	border-radius: 60px;
	border: solid thin transparent;
	color: #fff;
	max-width: 511px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 6px;
	font-weight: 700;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: "Yu Gothic", メイリオ, Meiryo, sans-serif;
}
#contact .wpcf7 .wpcf7-response-output {
	margin: 0;
	border: solid 2px #036eb8;
	background: #fff;
	padding: 20px 15px;
	font-size: 16px;
}
@media (min-width: 768px) {
	#contact .title {
		font-size: 36px;
	}

	#contact .description {
		font-size: 18px;
	}

	#contact .wpcf7 p {
		font-size: 16px;
	}

	#contact .wpcf7 label input,
	#contact .wpcf7 label textarea {
		height: 42px;
	}

	#contact .wpcf7 .wpcf7-submit {
		font-size: 20px;
		padding: 12px 6px;
		margin-top: 50px;
	}

	#contact {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#contact .wpcf7 .wpcf7-response-output {
		padding: 15px 15px;
		font-size: 14px;
	}
}

/*upgrade*/
@media(min-width:768px) and (max-width:1024px){
	footer .footer_nav__title small{
		display:none;
	}
	footer .footer_nav__title{
		padding-left:0;
		padding-right:0;
	}
	footer .footer_logo {
		max-width: 15.385417vw;
	}
}
@media (min-width: 768px) and (max-width: 1300px) {
	.module-other {
		/*footer*/
	}
	.module-other header .container {
		padding-bottom: 11.5px; /* 0.5989583333 * 19.2 */
	}
	.module-other header .header_line {
		height: 12px; /* 0.625 * 19.2 */
	}
	.module-other header .header_logo {
		max-width: 180px; /* 16.71875 * 19.2 */
		margin-top: 11px;
	}
	.module-other header .header_nav > .header_nav__inner ul > li > a {
		font-size: 16px; /* 1.1458333333 * 19.2 */
		color: #fff;
		padding: 0;
		padding-right: 20px;
	}
	.module-other header .header_nav > .header_nav__inner ul > li > a span {
		font-size: 12px; /* 0.9375 * 19.2 */
		width: 100%;
		order: 3;
	}
	.module-other header .header_nav .header_nav__inner > ul > li:not(:last-child) {
		margin-right: 40px; /* 2.0833333333 * 19.2 */
	}
	.module-other header .header_nav .header_nav__inner > ul > li:nth-child(1) {
		margin-right: 27.32px; /* 3.35 * 19.2 */
	}
	.module-other header .header_nav .header_nav__inner > ul > li:nth-child(2) {
		margin-right: 27.12px; /* 2.35 * 19.2 */
	}
	.module-other header .header_nav .header_nav__inner > ul > li:nth-child(4) {
		margin-right: 19.2px; /* 1 * 19.2 */
	}
	.module-other header .header_nav .header_nav__inner > ul > li ul {
		min-width: 321px;
	}
	.module-other header .header_nav .header_nav__inner > ul > li ul a {
		color: #707070;
		font-size: 14px;
	}
	.module-other header .header_nav .header_nav__inner > ul {
		margin-right: 30px; /* 3.2552083333 * 19.2 */
		margin-left: 30px; /* 4.9479166667 * 19.2 */
	}
	.module-other header .container {
		padding-top: 16.5px;
		padding-left: 26px; /* 1.3541666667 * 19.2 */
		padding-right: 26px; /* 1.3541666667 * 19.2 */
	}
	.module-other header.is-page .container {
		padding-top: 9.5px;
		padding-left: 15px; /* 1.6 * 19.2 */
		padding-right: 15px; /* 1.3541666667 * 19.2 */
		padding-bottom: 8px;
	}
	.module-other header .header_hotline,
	.module-other header.is-page .header_hotline {
		font-size: 20px; /* 1.9270833333 * 19.2 */
		margin-top: 14px;
		margin-left: auto;
	}
	.module-other header.is-page .header_nav .header_nav__inner {
		margin-top: 15px;
	}
	.module-other header .header_hotline span {
		font-size: 10px; /* 0.78125 * 19.2 */
	}
	.module-other footer .footer_nav .footer_nav__column {
		margin-bottom: 0;
	}
	.module-other footer .footer_logo {
		order: 1;
		margin-left: 0;
		max-width: 200px; /* 18.3854166667 * 19.2 */
		height: auto;
		margin-right: 20px; /* 5 * 19.2 */
	}
	.module-other footer .footer_hotline {
		order: 3;
		margin-right: 0;
		margin-top: 23px;
	}
	.module-other footer .footer_nav {
		order: 2;
		width: auto;
		flex: 1;
		display: flex;
		gap: 16px; /* 2 * 19.2 */
		padding-top: 18.24px; /* 0.95 * 19.2 */
		padding-left: 0;
		padding-right: 0;
		flex-wrap:wrap;
	}
	.module-other footer .container {
		padding-left: 15px; /* 3.75 * 19.2 */
		padding-right: 15px; /* 2.5520833333 * 19.2 */
	}
	.module-other footer .footer_nav__title {
		font-size: 22px; /* 1.1979166667 * 19.2 */
		padding-left: 0;
		padding-right: 0;
	}
	.module-other footer .footer_nav__title small {
		display:none;
	}
	.module-other footer .footer_nav .footer_nav__column:nth-child(1) ul li a,
	.module-other footer .footer_nav .footer_nav__column:nth-child(3) ul li a,
	.module-other footer .footer_nav .footer_nav__column:nth-child(2) ul li a {
		font-size: 14px; /* 0.8854166667 * 19.2 */
	}
	.module-other footer .footer_nav ul li:not(:last-child) {
		margin-bottom: 4.8px; /* 0.25 * 19.2 */
	}
	.module-other footer .footer_nav .footer_nav__column ul {
		padding-left: 15px; /* 0.78125 * 19.2 */
	}
	.module-other footer .footer_hotline .footer_hotline__phone {
		font-size: 30px; /* 2.0833333333 * 19.2 */
		line-height: 1;
		margin-bottom: 5px;
	}
	.module-other footer .footer_hotline .footer_hotline__note {
		font-size: 16px; /* 0.9375 * 19.2 */
		position: relative;
		z-index: 1;
		left: 0;
	}
	.module-other footer .footer_copyright {
		font-size: 14px; /* 0.7291666667 * 19.2 */
		margin-top: 50px; /* 6.9791666667 * 19.2 */
	}
	.module-other footer {
		padding-top: 38.4px; /* 2 * 19.2 */
		padding-bottom: 25px; /* 1.3020833333 * 19.2 */
	}
}
/*edit*/
.single_box__download___note {
	text-align: center;
	font-size: 14px;
	margin-left: auto;
	display: block;
	width: fit-content;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: -10px;
}



.single_box__links__columns {
	display: flex;
	justify-content: center;
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
}
.single_box__links__columns .title_links {
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
.single_box__links__columns .column {
	max-width: calc(100%/2 - 20px);
	width: 100%;
}
.single_box__links__columns .column .single_box__links {
	margin-left: auto;
	margin-right: auto;
}

/* .single_box__links__columns .column:nth-child(1) .single_box__links {
	margin-left: auto;
	margin-right: 15px;
} */

.single_box__links__columns .column:nth-child(2) .single_box__links {
	margin-right: auto;
	margin-left: 15px;
}
@media(max-width:768px){
	.single_box__links__columns .title_links{
		font-size: 24px;
	}
	.single_box__links__columns .column{
		max-width: 100%;
	}
/* 	.single_box__links__columns .column:nth-child(1) .single_box__links,
	.single_box__links__columns .column:nth-child(2) .single_box__links{
		margin-left: 15px;
		margin-right: 15px;
	} */
}

@media (max-width: 767px) {
	footer .footer_nav {
		padding-bottom: 30px;
		border-bottom: solid 1px #fff;
		margin-bottom: 30px;
	}
}