@charset "utf-8";

/* CSS Document */
/************************************
	clearfix 
************************************/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #FCFCFC;
	color: #222222;
	text-underline-offset: 0.1em;
}

main,
header,
footer,
navi {
	display: block;
}

p {
	font-feature-settings: "pkna";
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.antialias {
	transform: rotate(0.03deg);
}

.link {
	color: #d4599f;
}

.link:hover {
	text-decoration: underline;
}

.external-link::after {
	font: var(--fa-font-solid);
	content: "\f35d";
	margin-left: 0.3em;
}

.pdf-link::after {
	font: var(--fa-font-solid);
	content: "\f1c1";
	margin-left: 0.3em;
}

.only-sp {
	display: none;
}

header {
	position: relative;
}

.header-top {
	position: relative;
}

.header-bar {
	background: #D4599F;
	height: 6px;
	width: 65%;
	border-radius: 0 0 100px 0;
}

.header-nav {
	position: absolute;
	left: 67%;
	top: 0;
	display: flex;
	gap: 20px;
}

.header-nav a {
	background: #5974D4;
	padding: 0 40px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 0.9em;
	display: block;
}

.header-nav a.header-kashi {
	background: #5974D4;
}

.header-nav a.header-kashi:hover {
	background: #2c4cbf;
}

.header-nav a.header-line {
	background: #63B44F;
}

.header-nav a.header-line:hover {
	background: #2f7f1c;
}

.header-box {
	margin: auto;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0 4%;
	padding-top: 3%;
	padding-bottom: 1.5%;
}

.main-title-box {
	width: 28%;
	font-size: 1.4em;
}

.main-title-typo {
	color: #222;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}

.main-title-box img {
	width: 1.8em;
}

.header-msg-box {
	width: 42%;
	padding: 0 3%;
}

.header-msg {
	font-size: 0.83em;
	line-height: 1.3em;
}

.header-nav-box {
	width: 15%;
	padding: 0 1%;
}

.header-nav-box:hover img {
	opacity: 0.8;
}

.top-navi {
	width: 1200px;
	margin: 1% auto;
	font-weight: 500;
}

.top-navi>ul {
	display: flex;
	justify-content: space-between;
}

.top-navi>ul>li {
	position: relative;
}

.top-navi>ul>li>a {
	display: block;
	color: #350420;
	position: relative;
	transition-duration: 0.1s;
	text-underline-offset: 3px;
}

.top-navi>ul>li>a::after {
	content: "";
	border-right: dotted 1px #957889;
	position: absolute;
	right: -45px;
	top: 0;
	height: 1.5em;
}

.top-navi>ul>li:last-child>a::after {
	border: 0;
}

.top-navi>ul>li>a:hover {
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
}

.pull-down-menu {
	position: absolute;
	background: #fee6e6;
	width: calc(100% + 112px);
	left: -53px;
	padding: 10px 20px;
	font-size: 0.85em;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
	top: 28px;
	box-shadow: 1px 1px 2px 0px #838383;
	z-index: 3;
}

.pull-down-menu-open {
	visibility: visible;
	opacity: 1;
}

.pull-down-menu>a {
	display: block;
	color: #3b0925;
	margin: 5% 0;
	transform: rotate(0.03deg);
}

.pull-down-menu>a:hover {
	text-decoration: underline;
}

.pull-down-menu>a>i {
	font-size: 0.8em;
}

#menu-btn {
	position: fixed;
	top: 2%;
	right: 4%;
	width: 130px;
	z-index: 101;
	cursor: pointer;
	transition-duration: 0.2s;
	border: solid 2px #FCFCFC;
	border-radius: 12px;
	overflow: hidden;
}

#menu-btn:hover {
	transform: scale(1.05);
}

.menu-btn-imgs {
	position: relative;
}

#menu-open,
#menui-close {
	position: absolute;
	transition-duration: 0.1s;
}

.open-btn #menu-open {
	opacity: 0;
}

.open-btn #menu-close {
	opacity: 1;
}


.menu-box {}

.menu-bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgb(0 0 0 / 50%);
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
	backdrop-filter: blur(5px);
}

.open .menu-bg {
	display: block;
}

.hamburger-menu-title {
	display: flex;
	align-items: center;
	gap: 4%;
	padding: 12%;
	padding-bottom: 0;
	padding-top: 8%;
	font-size: 1.5em;
}

.hamburger-menu-title img {
	height: 3em;
}

.hamburger-menu-title span {
	font-weight: 500;
}

.hamburger-menu {
	background-color: rgb(255 255 255 / 95%);
	background-image: url(../img/standard-hagitama.png);
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: bottom 5% right 5%;
	border-left: solid 8px #d4599f;
	z-index: 100;
	position: fixed;
	width: 700px;
	height: 100vh;
	right: -100%;
	top: 0;
	transition-duration: 0.2s;
	overflow: auto;
}

.open .hamburger-menu {
	right: 0;
}

.hamburger-menu ul {
	padding: 12%;
	padding-top: 8%;
}

.hamburger-menu ul>li {}

.hamburger-menu ul>li>a {
	color: #222;
	margin-bottom: 5%;
	display: inline-block;
	font-size: 1.3em;
	padding: 1% 2%;
	text-decoration-color: #d4599f;
	text-underline-offset: 0.3em;
	transition-duration: 0.2s;
}

.hamburger-menu ul>li>a:hover {
	text-decoration: underline;
	text-decoration-color: #d4599f;
	text-underline-offset: 0.5em;
	text-decoration-thickness: 3px;
}

main {}

.common-section {
	overflow: hidden;
	padding-top: 70px;
}

.common-section-box {
	width: 1200px;
	margin: auto;
	border-top: solid 1px #222;
	transform: translateY(300px);
	opacity: 0;
	transition-duration: 1s;
}

.common-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -27px;
}

.section-box-slidein {
	transform: translateY(0);
	opacity: 1;
}

.common-section-title h2 {
	position: relative;
	padding: 0 40px 0 15px;
	background: #FCFCFC;
}

.common-section-title h2>img {
	position: absolute;
	left: 0;
	top: -32px;
	width: 50px;
}

.common-section-title h2>span {
	background: #D4599F;
	display: block;
	padding: 7px 40px;
	padding-left: 60px;
	font-size: 1.3em;
	color: #fff;
	border-radius: 0 100px 100px 0;
}

.common-section-title-en {
	background: #FCFCFC;
	padding-left: 40px;
	font-size: 2.2em;
	letter-spacing: 2px;
}

.contents-box {
	padding: 3% 2%;
}

.contents-flex {
	display: flex;
	align-items: flex-start;
}

.flex-center {
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.common-btn {
	text-align: center;
}

.common-btn a {
	display: block;
	width: fit-content;
	margin: auto;
	padding: 1% 12%;
	border: solid 1px #D4599F;
	border-radius: 3px;
	color: #D4599F;
	transition-duration: 0.2s;
}

.common-btn a:hover {
	background: #D4599F;
	color: #fff;
}

.common-section-sub-title {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 0.5%;
}

footer {
	border-top: solid 5px #D4599F;
	background-color: #FEE6E6;
	margin-top: 5%;
}

.footer-main-box {}

.footer-main-con {
	width: 1200px;
	margin: auto;
	padding: 3% 2%;
	display: flex;
	gap: 5%;
	align-items: center;
}

.footer-left {
	width: 50%;
}

.footer-map {
	width: 100%;
	height: 400px;
}

.footer-right {
	width: 50%;
}

.footer-title {
	display: flex;
	align-items: center;
	gap: 2%;
	margin-bottom: 3%;
}

.footer-title>img {
	width: 3em;
}

.footer-title-text {
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.3em;
}

.footer-info {
	background: #fff;
	padding: 4% 6%;
	border-radius: 13px;
	position: relative;
}

.footer-info-category {
	background: #D4599F;
	color: #fff;
	padding: 0.2% 3%;
	border-radius: 4px;
	font-size: 0.9em;
}

.footer-info-name {
	display: block;
	padding-left: 0.5em;
	margin-top: 1%;
	font-size: 1.1em;
}

.footer-info-sub-box-1 {
	width: 55%;
	margin-top: 2%;
	padding: 1% 2%;
	border-bottom: dotted 1px #aaa;
	padding-bottom: 3%;
	margin-bottom: 2%;
}

.footer-info-information {
	display: flex;
	gap: 6%;
	align-items: center;
	margin: 2% 0;
}

.footer-information-title {
	border: solid 1px #222;
	padding: 0.2% 0;
	width: 7em;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
	border-radius: 3px;
}

.footer-information-content {
	font-size: 1.1em;
}

.footer-info-sub-box-2 {
	padding: 2% 2%;
	position: relative;
	z-index: 1;
}

.footer-info-sub-box-3 {
	padding: 1% 5%;
}

.footer-tel-box {}

.footer-tel {
	font-size: 1.3em;
	font-weight: 500;
}

.footer-tel span {
	margin-right: 0.3em;
}

.footer-fax {
	padding-left: 1em;
	font-weight: 500;
}

.footer-fax span {
	margin-right: 0.3em;
}

.footer-mail {
	padding-left: 1em;
	font-weight: 500;
}

.footer-mail span {
	margin-right: 0.3em;
	white-space: nowrap;
}

.footer-mail a {
	color: #d4599f;
	word-break: break-all;
}

.footer-address-box {}

.footer-address-box>div {}

.footer-hagi {
	position: absolute;
	width: 39%;
	right: 5%;
	bottom: 5%;
}

.footer-nav-box {
	background: #D4599F;
}

.footer-nav-box nav {}

.footer-nav-box nav ul {
	display: flex;
	gap: 4%;
	width: 1200px;
	margin: auto;
	padding: 0.5%;
	justify-content: center;
}

.footer-nav-box nav ul li {}

.footer-nav-box nav ul li a {
	display: block;
	color: #fff;
	font-size: 0.95em;
}

.footer-nav-box nav ul li a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 0.8em;
	text-align: center;
	margin-top: 0.5%;
}

.pagetop {
	position: fixed;
	right: -200px;
	bottom: 4%;
	transition-duration: 0.2s;
	z-index: 10;
}

.pagetop-active {
	right: 2%;
}

.pagetop img {
	width: 150px;
}

.pagetop:hover {
	transform: scale(1.1);
}