@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,700&display=swap');

body {
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.75;
	background-color: #fff;
	/*check*/
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0031c7;
	text-decoration: underline;
	word-break: break-all;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}


em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}


.bold {
	font-weight: bold;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs32 {
	font-size: 32px;
}


.red {
	color: #A90000;
}

.blue {
	color: #027abf;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through 1px solid #d71518;
}

.strike_black {
	text-decoration: line-through 1px solid #000000;
}

.under {
	text-decoration: underline 1px;
	text-underline-offset: 0.3em;
}

.under.double {
	text-decoration-style: double;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

.indent1.join {
	padding-left: 4em;
	text-indent: -4em;
}

.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

.pagetop:hover {
	opacity: 1;
}

.pc_none {
	display: none;
}

.pc_none2 {
	display: none;
}

.sp_none {
	display: block;
}

.iblock {
	display: inline-block;
}

.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s, transform 1s;
}

.fadein-active {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 991px) {
	body {
		background-color: #e6e6e6;
		/* background-image: url(../img/bg_module1.png); */
		/* background-attachment: fixed; */
		background-size: 100%;
	}

	.bg_image {
		width: 100%;
		height: 100vh;
		position: fixed;
		overflow: hidden;
		z-index: -1;
	}

	.bg-slide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: 100% auto;
		background-position: center;
		opacity: 0;
		transform: translateX(-50px);
		transition: opacity 1.2s ease, transform 1.2s ease;
	}

	.bg-slide[data-index="0"] {
		background-image: url(../img/bg_module1.png);
	}

	.bg-slide[data-index="1"] {
		background-image: url(../img/bg_module2.png);
	}

	.bg-slide[data-index="2"] {
		background-image: url(../img/bg_module3.png);
	}

	.bg-slide[data-index="3"] {
		background-image: url(../img/bg_module4.png);
	}

	.bg-slide[data-index="4"] {
		background-image: url(../img/bg_module5.png);
	}

	.bg-slide.active {
		opacity: 1;
		transform: translateX(0);
		z-index: 2;
	}

	.bg-slide.prev {
		opacity: 0;
		transform: translateX(10%);
		z-index: 1;
	}



	.pc_header .logo {
		max-width: 388px;
		width: 100%;
	}

	div#wrapper {
		width: 534px;
		margin: 0px 0 0 47.5%;
		box-shadow: 7px 7px 26px #cccccc;
		margin-right: calc(100% - 534px - 47.5%);
		background-color: #fff;
		z-index: 10;
		position: relative;
	}
}

@media print,
screen and (max-width: 990px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}
}


@media (max-width: 500px) {
	.pc_none2 {
		display: block;
	}
}

/* --------------- header --------------- */

#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 10000;
	background-color: #fff;
	top: 0;
}

#header h1 {
	width: 86%;
	max-width: 564px;
	text-align: left;
}

#header h1 img.sp_none {
	display: none;
}

#header h1 img.pc_none {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#header.scrolled {
	background-color: #780038;
}

#header h1 img.no-scroll {
	display: block;
}

#header h1 img.boot-scroll {
	display: none;
}

#header.scrolled h1 img.no-scroll {
	display: none;
}

#header.scrolled h1 img.boot-scroll {
	display: block;
}


@media (max-width: 720px) {
	#header {
		height: 13.8vw;
	}
}

/*スマホ時ナビ*/
.col_navi {
	width: 90%;
	max-width: 309px;
	height: 80vh;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.9);
	/*check*/
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 100;
	display: none;
	box-shadow: none;
	overflow: auto;
}

@media (max-width: 720px) {
	.col_navi {
		top: 13.8vw;
	}
}

.col_navi .sp-navi-menu {
	max-width: 46px;
	width: 100%;
	margin: 1em 0 0.5em 13%;
}

.col_navi #navi {
	margin: 0;
	padding: 0;
}

.col_navi #navi li {
	width: 78%;
	max-width: 340px;
	margin: 0 auto 0;
	padding: 0.7em 0 0.7em 0;
	padding-left: 2em;
	border-bottom: 1px solid #fff;
	position: relative;
}

.col_navi #navi li::after {
	content: '';
	position: absolute;
	background-image: url(../img/arrow.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	width: 12px;
	height: 24px;
	right: 1em;
	top: 1em;
}

.col_navi #navi li.jigyo {
	padding-bottom: 1.8em;
}

.col_navi #navi li.jigyo::after {
	content: none;
}

.col_navi #navi li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	position: relative;
}

.col_navi #navi li a::before {
	content: '';
	width: 14px;
	height: 15px;
	background-image: url(../img/sp-list-icon.svg);
	background-repeat: no-repeat;
	background-size: 14px 15px;
	position: absolute;
	top: 0.3em;
	left: -1.5em;
}


.col_navi #navi li .submenu {
	margin: 0 0 0 1.6em;
	padding: 0;
}


.col_navi #navi li .submenu li {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
	position: relative;
}

.col_navi #navi li .submenu li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 2px;
	background-color: #ffffff;
	top: 0.8em;
	left: -1em;
}

.col_navi #navi li .submenu li::after {
	right: 1em;
	top: 0.4em;
}

.col_navi #navi li .submenu li a::before {
	content: none;
}

#menubtn {
	max-width: 61px;
	width: 8.5vw;
	max-height: 36px;
	height: 36px;
	margin: 0 3.5vw 0 auto;
	padding: 0;
	display: block;
	position: relative;
	z-index: 2;
}


#menubtn .btn {
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#menubtn .btn span {
	width: 100%;
	height: 1px;
	margin: auto;
	padding: 0;
	background-color: #000;
	display: inline-block;
	-webkit-transition: all .4s;
	position: absolute;
	left: 0;
	right: 0;
}

.scrolled #menubtn .btn span {
	background-color: #ffffff;
}

#menubtn span:nth-child(1) {
	max-width: 29px;
	width: 4.1vw;
	margin: 0 0 0 auto;
	top: 0;
}

#menubtn span:nth-child(2) {
	max-width: 61px;
	width: 8.5vw;
	margin: 0 0 0 auto;
	top: 18px;
}

#menubtn span:nth-child(3) {
	max-width: 43px;
	width: 6vw;
	margin: 0 0 0 auto;
	top: 35px;
}


#menubtn.active span:nth-of-type(1) {
	width: 96%;
	transform: translateY(20px) rotate(-45deg);
	top: 3px;
	max-width: none;
}

#menubtn.active span:nth-of-type(2) {
	opacity: 0;
}

#menubtn.active span:nth-of-type(3) {
	width: 96%;
	transform: translateY(-20px) rotate(45deg);
	top: 43px;
	max-width: none;
}

@media (max-width: 550px) {
	#menubtn span:nth-child(1) {
		top: 7px;
	}

	#menubtn span:nth-child(3) {
		top: 29px;
	}
}

@media (min-width: 991px) {
	#header {
		display: none;
	}

	.pc_header {
		position: fixed;
		top: 4%;
		width: 100%;
		left: 3%;
	}

	.col_navi_pc {
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 60px;
		right: 0;
		z-index: 100;
		box-shadow: none;
		overflow: auto;
		display: flex;
	}

	.pc_menu_mds {
		width: 100%;
		max-width: 13px;
		margin: 65px 0 0 4%;
		padding-top: 6px;
	}

	.col_navi_pc #navi {
		margin: 65px 0 0 3em;
		padding: 0;
	}

	.col_navi_pc a {
		text-decoration: none;
		color: #000;
		font-size: 17px;
		font-weight: 600;
	}

	.col_navi_pc a:hover {
		text-decoration: underline;
	}

	.col_navi_pc li {
		position: relative;
	}

	.col_navi_pc li::before {
		content: '';
		position: absolute;
		background-image: url(../img/list-icon.svg);
		background-size: 14px 15px;
		width: 14px;
		height: 15px;
		top: 0.5em;
		left: -1.5em;
	}

	.col_navi_pc .submenu {
		padding: 0 0 0 1.5em;
		font-weight: 600;
	}

	.col_navi_pc .submenu li {
		position: relative;
	}

	.col_navi_pc .submenu li::before {
		content: '';
		position: absolute;
		width: 5px;
		height: 2px;
		background-color: #000;
		top: 0.8em;
		left: -1em;
	}

	.col_navi_pc li.jigyo {
		margin: 24px 0;
	}

	.col_navi_pc li.jisseki {
		margin: 0 0 24px;
	}

}


/* --------------- footer --------------- */

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #780038;
}

.col_footer {
	width: 92%;
	padding: 9.1vw 0 7.5vw;
	margin: 0 auto;
	display: block;
}

.col_footer a.logo_footer {
	width: 80%;
	max-width: 485px;
	margin: 0 auto 25px;
	display: block;
}

.col_footer a.logo_footer img {
	width: 100%;
}

.col_footer dl.info_footer {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

.col_footer dl.info_footer dt {
	margin: 0;
	padding: 0;
}

.col_footer dl.info_footer dd {
	margin: 0;
	padding: 0;
	font-size: min(4vw, 26px);
}

.copy {
	margin: 7vw auto 0;
	text-align: center;
}

@media (min-width: 991px) {
	.col_footer {
		padding: 46px 0 40px;
	}

	.col_footer dl.info_footer dd {
		font-size: 21px;
	}

	.copy {
		margin: 37px auto 0;
	}

}




/* --------------- top/contact --------------- */

section.contact {
	width: 100%;
	margin: 0;
	padding: 13.4vw 0 14vw;
	position: relative;
	background-color: #fff;
}

h1.img_ttl_contact1 {
	width: 31%;
	max-width: 219px;
	margin: 0 auto 2vw;
}

.ttl_category.contact {
	margin: 0 0 11.5vw;
	font-size: min(5vw, 37px);
	letter-spacing: 6px;
	text-align: center;
	position: relative;
}

.ttl_category.contact:before {
	content: "";
	width: 10%;
	max-width: 64px;
	height: 5px;
	background-color: #000000;
	position: absolute;
	bottom: -43%;
	left: 50%;
	transform: translateX(-50%);
}

.box_contact1 {
	width: 85%;
	max-width: 531px;
	margin: 0 auto;
}

.wrap_topcontact1 {
	width: 87%;
	max-width: 463px;
	margin: 0 auto 15px;
	padding: 0;
	border-bottom: solid 2px #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_icon_contact {
	max-width: 30px;
	margin-right: 0.5em;
	width: 5vw;
}

.img_icon_contact img {
	width: 100%;
}

.wrap_txt_topcontact1 {
	font-size: min(8vw, 55px);
	font-weight: 700;
	color: #780038;
}

.txt_contact1 {
	width: 90%;
	max-width: 414px;
	margin: 0 auto 8.2vw;
	text-align: center;
	font-size: min(4vw, 28px);
	font-feature-settings: "palt";
	letter-spacing: -0.02em;
}

a.btn1.contact {
	width: 100%;
	margin: 0;
	padding: 4.44vw 0;
	display: block;
	border: solid 2px #000000;
	text-decoration: none;
}

.box_btn_contact {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-right: 5vw;
}

.btn_icon1 {
	max-width: 38px;
}

.btn_icon1 img {
	width: 100%;
}

.box_btn_contact span {
	font-size: min(4.5vw, 28px);
	color: #000000;
	line-height: 1.5;
	position: relative;
}

.box_btn_contact span::after {
	content: "";
	width: 18.8%;
	max-width: 50px;
	height: 100%;
	background-image: url(../img/top/icon_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: -12vw;
	top: 30%;
}

@media (min-width: 721px) and (max-width: 990px) {
	section.contact {
		padding: 92px 0 101px;
	}

	h1.img_ttl_contact1 {
		margin: 0 auto 14px;
	}

	.ttl_category.contact {
		margin: 0 0 83px;
		font-size: 36px;
	}

	.wrap_txt_topcontact1 {
		font-size: 55px;
	}

	.txt_contact1 {
		margin: 0 auto 59px;
		font-size: 28px;
	}

	a.btn1.contact {
		padding: 32px 0;
	}

	.box_btn_contact {
		margin-right: 36px;
	}

	.box_btn_contact span {
		font-size: 28px;
	}

	.box_btn_contact span::after {
		right: -86px;
	}
}


@media (min-width: 991px) {
	/* --------------- top/contact --------------- */

	section.contact {
		padding: 68px 0 117px;
	}

	h1.img_ttl_contact1 {
		margin: 0 auto 11px;
	}

	.ttl_category.contact {
		margin: 0 0 51px;
		font-size: 27px;
	}

	.wrap_txt_topcontact1 {
		font-size: 43px;
	}

	.txt_contact1 {
		margin: 0 auto 44px;
		font-size: 21px;
	}

	a.btn1.contact {
		padding: 21px 0;
	}

	.box_btn_contact {
		margin-right: 27px;
	}

	.box_btn_contact span {
		font-size: 24px;
	}

	.box_btn_contact span::after {
		right: -64px;
	}
}