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

.pc {
	display: block;
}

.sp {
	display: none;
}

body {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #202020;
	line-height: 1;
	margin: 0;
}

a {
	color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
	opacity: 0.6;
}

ol, ul {
	list-style: none;
}

html {
	font-size: 10px;
}

/* header */

.header-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-top: min(1.5625vw, 30px);
	padding-bottom: min(2.083333333333333vw, 40px);
	padding-left: min(4.6875vw, 90px);
	padding-right: min(4.6875vw, 90px);
}

.header-logo {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.logo {
	width: min(14.16666666666667vw, 272px);
}

.header-text {
	font-size: 1.2rem;
	font-weight: 400;
	padding-left: 10px;
}

/* navigation */

.navigation .navigation-inner,
.navigation .navigation-inner .navigation-menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.navigation-item {
	font-size: clamp(1.4rem, 1.458333333333333vw, 2.8rem);
	font-weight: 600;
	padding-right: min(2.864583333333333vw, 55px);
	position: relative;
}

.navigation-link {
	cursor: pointer;
}

.navigation-children {
	display: none;
	width: 100%;
	position: absolute;
	top: min(15.625vw, 30px);
	transition: all 0.5s;
	z-index: 2;
}

.navigation-item:hover .navigation-children {
	display: block;
}

.navigation-children-menu {
	padding: min(15.625vw, 30px) min(1.875vw, 36px);
	width: min(14.21875vw, 273px);
	background-color: #fff;
	border: 1px solid #CC1313;
	border-radius: 2px;
}

.navigation-child {
	font-size: clamp(1.4rem, 1.145833333333333vw, 2.2rem);
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CC1313;
	position: relative;
}

.navigation-child::after {
	position: absolute;
	content: "";
	top: calc(50% - 3px);
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #202020;
	border-right: 0;
}

.navigation-child:first-child {
	padding-top: 0;
}

.navigation-child:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.navigation-child:first-child::after {
	top: calc(50% - 10.5px);
}

.navigation-child:last-child::after {
	top: calc(50% + 4.5px);
}

.navigation-conversions {
	font-size: clamp(1.4rem, 1.458333333333333vw, 2.8rem);
	font-weight: 600;
	padding: 15px 18px 15px 60px;
	padding-top: min(0.78125vw, 15px);
	padding-bottom: min(0.78125vw, 15px);
	padding-right: min(0.9375vw, 18px);
	padding-left: min(3.125vw, 60px);
	color: #fff;
	position: relative;
	background-color: #CC1313;
	transition: all 0.3s;
	cursor: pointer;
}

.navigation-conversions::before {
	position: absolute;
	content: "";
	background-image: url("../image/mail_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: min(2.083333333333333vw, 40px);
	height: min(2.083333333333333vw, 40px);
	top: min(0.5208333333333333vw, 10px);
	left: min(0.7291666666666667vw, 10px);
}

.navigation-conversions:hover {
	opacity: 0.6;
}

/*header_under*/

.header_under {
	background-color: #C31400!important;
	color: #fff;
}

.header_under .navigation-children-menu .navigation-link {
	color: #202020;
}

.header_under .navigation-conversions {
	background-color: #fff;
	color: #C31400;
}

.header_under .navigation-conversions::before {
	background-image: url("../image/mail_icon2.png");
}

/* breadlist */
.breadlist ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #757575;
	font-size: 1.4rem;
	padding-top: 25px;
	padding-bottom: 50px;
}

.breadlist li:after {/* >を表示*/
  content: '>';
  padding: 0 8px;
  color: #757575;
}

.breadlist li:last-child:after {
  content: '';
}

.breadlist li a {
	text-decoration: underline;
}

/* fix-navigation */
.fix-navigation {
	width: min(14.0625vw, 270px);
	z-index: 10;
	position: absolute;
	left: min(3.125vw, 60px);
}

.fix-navigation.is-fixed {
  position: fixed;
	top: 20px;
	left: min(3.125vw, 60px);
}

.fix-navigation-inner {
	background-color: #fff;
	border: 2px solid #C31400;
	border-bottom: none;
	position: relative;
	margin-top: min(3.28125vw, 63px);
	padding-top: min(4.479166666666667vw, 86px);
	padding-right: min(2.083333333333333vw, 40px);
	padding-left: min(2.083333333333333vw, 40px);
} 

.fix-navigation-inner::before {
	position: absolute;
	content: "";
	background-image: url("../image/fixnavigation-daruma.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
	width: min(6.770833333333333vw, 130px);
	height: min(8.489583333333333vw, 160px);
	right: calc(50% - min(3.385416666666667vw, 65px));
	top: min(-3.645833333333333vw, -70px);
}

.fix-navigation-tool a {
	display: block;
	font-size: clamp(1.4rem, 1.25vw, 2.4rem);
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #202020;
}

.fix-navigation-tool a:last-of-type {
	border-bottom: none;
}

.fix-navigation-item a {
	display: block;
	font-size: clamp(1.4rem, 1.25vw, 2.4rem);
	padding-left: min(1.770833333333333vw, 34px);
	padding-bottom: 18px;
	position: relative;
}
.fix-navigation-item .fix-navigation-link-flow::before {
	position: absolute;
	content: "";
	background-image: url("../image/fix-navigation-link-flow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
	width: min(1.354166666666667vw, 26px);
	height: min(1.354166666666667vw, 26px);
	left: 0;
	top: 0;

}
.fix-navigation-item .fix-navigation-link-faq::before {
	position: absolute;
	content: "";
	background-image: url("../image/fix-navigation-link-faq.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: min(1.354166666666667vw, 26px);
	height: min(1.354166666666667vw, 26px);
	left: 0;
	top: 0;
}

.fix-button-mail {
	display: block;
	font-size: clamp(1.4rem, 1.25vw, 2.4rem);
	width: 100%;
	background-color: #CC1313;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: min(4.166666666666667vw, 80px);
	border: 2px solid #C31400;
	position: relative;
}

.fix-button-mail::before {
	position: absolute;
	content: "";
	background-image: url("../image/fix-button-mail.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: min(1.5625vw, 30px);
	height: min(1.5625vw, 30px);
	left: min(2.083333333333333vw, 40px);
	top: calc(50% - min(0.78125vw, 15px));
}

.calendar {
	margin-top: 20px;
}

.calendar iframe {
	width:100%;
	max-width: min(14.0625vw, 270px);
	height: 340px;
}

.pageContents {
	position: relative;
}

/* inner */
.inner {
	width: min(56.25vw, 1080px);
	margin: 0 auto;
}

/* buttonWrap */
.buttonWrap {
	padding-top: min(6.25vw, 120px);
	padding-bottom: min(6.25vw, 120px);
}

.buttonWrap .inner {
	width: min(44.27083333333333vw, 850px);
	margin: 0 auto;
}

.buttonText {
	text-align: center;
	font-size: clamp(3.0rem, 2.395833333333333vw, 4.6rem);
	font-weight: 800;
	margin-bottom: 30px;
}

.buttonText span {
	position: relative;
}

.buttonText span::before {
	position: absolute;
	content: "";
	background-image: url("../image/button-line1.png");
	background-repeat: no-repeat;
	background-size: contain;
	left: -2.604166666666667vw;
	bottom: 0;
	width: min(2.135416666666667vw, 41px); 
	height: min(2.447916666666667vw, 47px);
}

.buttonText span::after {
	position: absolute;
	content: "";
	background-image: url("../image/button-line2.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: -2.604166666666667vw;
	bottom: 0;
	width: min(2.135416666666667vw, 41px); 
	height: min(2.447916666666667vw, 47px);
}

.buttonWrap .button {
	background-color: #E81111;
	border: 2px solid #202020;
	box-shadow: 3px 5px 0px 0px rgba(33, 0, 0, 1);
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	text-align: center;
	font-size: clamp(2.4rem, 2.395833333333333vw, 4.6rem);
	font-weight: 800;
}

.buttonWrap .button span {
	position: relative;
}

.buttonWrap .button span::after {
	position: absolute;
	content: "▶";
	top: calc(50% - 1vw);
	right: -8%;
	/*transform: translateX(5vw);*/
	color: #fff;
	font-size: clamp(1.4rem, 1.979166666666667vw, 3.8rem);
}

.pagebutton.scale {   
	animation-name:scale;	/* アニメーション名の指定 */
	animation-delay:0s;		/* アニメーションの開始時間指定 */
	animation-duration: 1.5s;	/* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;
	/* アニメーションの動き（徐々に早く徐々に遅く）*/
	/*animation-iteration-count: infinite;*/ /* アニメーションをループさせる */
}
@keyframes scale {
	0% {
	transform: scale(1);
	}
	40% {
	transform: scale(1);
	}
	50% {
	transform: scale(1.1);
	}
	60% {
	transform: scale(1);
	}
	100% {
	transform: scale(1);
	}
}

/* back-red */
.back-red {
	background-color: #FFFBFB;
}

/* page-Title */
.page-Title {
	text-align: center;
	font-size: clamp(1.4rem, 2.1875vw, 4.2rem);
	font-weight: 800;
	padding-bottom: 15px;
	padding-top: min(5.208333333333333vw, 100px);
}

.page-Title span {
	border-bottom: 7px solid #CC1313;
}

/* footer */
.footer-head {
	background-color: #FFFBFB;
	padding-top: min(3.125vw, 60px);
	padding-bottom: min(3.125vw, 60px);
}

.footer-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.sitemaps {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.sitemap-parent {
	font-size: clamp(1.4rem, 1.25vw, 2.4rem);
	font-weight: 600;
}

.sitemap-group1 .sitemap-child {
	padding-top: 28px;
	margin-left: 12px;
}

.sitemap-group2 .sitemap-child {
	padding-top: 28px;
}

.sitemap-group2 .sitemap-child:first-child {
	padding-top: 0;
}

.sitemap-child {
	font-size: clamp(1.4rem, 1.145833333333333vw, 2.2rem);
	font-weight: 500;
}

.sitemap-buttonText {
	text-align: center;
	font-size: clamp(1.4rem, 1.302083333333333vw, 2.5rem);
	font-weight: 600;
	margin-bottom: 16px;
}

.sitemap-buttonText span {
	position: relative;
}

.sitemap-buttonText span::before {
	position: absolute;
	content: "";
	background-image: url("../image/sitemap-button-line1.png");
	background-repeat: no-repeat;
	background-size: contain;
	left: -12%;
	bottom: 0;
	width: min(1.354166666666667vw, 26px); 
	height: min(1.5625vw, 30px);
}

.sitemap-buttonText span::after {
	position: absolute;
	content: "";
	background-image: url("../image/sitemap-button-line2.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: -12%;
	bottom: 0;
	width: min(1.354166666666667vw, 26px); 
	height: min(1.5625vw, 30px);
}

.sitemap-button {
	background-color: #E81111;
	border: 2px solid #202020;
	box-shadow: 3px 5px 0px 0px rgba(33, 0, 0, 1);
	color: #fff;
	padding-top: 13px;
	padding-bottom: 13px;
	display: block;
	text-align: center;
	font-size: clamp(2.0rem, 1.354166666666667vw, 2.6rem);
	font-weight: 600;
}

.sitemap-button span {
	position: relative;
}

.sitemap-button span::after {
	position: absolute;
	content: "▶";
	top: calc(50% - 0.56vw);
	right: -16%;
	color: #fff;
	font-size: clamp(1.4rem, 1.145833333333333vw, 2.2rem);
}

.sitemap-buttonUnder-children {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: min(2.083333333333333vw, 40px);
	padding-top: 13px;
	border-top: 1px solid #707070;
	font-size: 1.4rem;
	font-weight: 500;
}

.footer-bottom {
	background-color: #CC1313;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	padding: 12px 0;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.fix-navigation {
		display: none;
	}
	.inner {
		width: 92vw;
	}
	.header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 6000;
		background-color: #fff;
	}
	.header-inner {
		padding-top: 0.6vh;
		padding-bottom: 0.6vh;
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.header-logo {
		flex-direction: column;
	}
	.logo {
		width: 39.0625vw;
	}
	.header-text {
		font-size: 1.5625vw;
	}
	.breadlist ul {
		padding-bottom: 15.625vw;
	}
	.buttonWrap {
		padding-top: 15.625vw;
		padding-bottom: 15.625vw;
	}
	.buttonWrap .inner {
		width: 92vw;
	}
	.buttonText {
		font-size: 6.25vw;/*4.8rem*/
		margin-bottom: 3.90625vw;/*30px*/
	}
	.buttonText span::before {
		left: -5.338541666666667vw;
		bottom: 0;
		width: 5.338541666666667vw; 
		height: 6.25vw;
	}
	.buttonText span::after {
		right: -5.338541666666667vw;
		bottom: 0;
		width: 5.338541666666667vw; 
		height: 6.25vw;
	}
	.buttonWrap .button {
		padding-top: 3.90625vw;/*30px*/
		padding-bottom: 3.90625vw;/*30px*/
		font-size: 5.46875vw;/*42px*/
	}
	.buttonWrap .button span::after {
		/*border-top: 1.432291666666667vw solid transparent;
		border-bottom: 1.432291666666667vw solid transparent;
		border-left: 2.604166666666667vw solid #ffffff;
		border-right: 0;*/
		top: calc(50% - 2.473958333333334vw);
		right: -7vw;
		font-size: 4.947916666666667vw;/*3.8rem*/
	}
	.footer-head {
		padding-top: 15.625vw;
		padding-bottom: 15.625vw;
	}
	.footer-inner {
		width: 82vw;
	}
	.sitemaps {
		flex-wrap: wrap;
	}
	.sitemap-parent {
		font-size: 5.46875vw;/*4.2rem;*/
	}
	.sitemap-group1 .sitemap-child {
		padding-top: 25px;
		margin-left: 15px;
	}
	.sitemap-child {
		font-size: 4.6875vw;/*3.6rem*/
	}
	.sitemap-group2 {
		padding-right: 2.083333333333333vw;
	}
	.sitemap-group3 {
		width: 100%;
		padding-top: 15.625vw;
	}
	.sitemap-buttonText {
		text-align: center;
		font-size: 4.6875vw;/*3.6rem*/
	}
	.sitemap-buttonText span {
		position: relative;
	}
	.sitemap-buttonText span::before {
		position: absolute;
		content: "";
		background-image: url("../image/sitemap-button-line1.png");
		background-repeat: no-repeat;
		background-size: contain;
		left: -7vw;
		bottom: 0;
		width: 3.385416666666667vw; 
		height: 3.90625vw;
	}
	.sitemap-buttonText span::after {
		position: absolute;
		content: "";
		background-image: url("../image/sitemap-button-line2.png");
		background-repeat: no-repeat;
		background-size: contain;
		right: -7vw;
		bottom: 0;
		width: 3.385416666666667vw; 
		height: 3.90625vw;
	}
	.sitemap-button {
		font-size: 4.947916666666667vw;/*3.8rem*/
	}
	.sitemap-button span::after {
		top: calc(50% - 2.083333333333333vw);
		right: -6vw;
		font-size: 4.166666666666667vw;/*3.2rem*/
	}
	.sitemap-buttonUnder-children {
		margin-top: 5.859375vw;/*45px*/
		font-size: 3.385416666666667vw;
	}
	.footer-bottom {
		font-size: 2.604166666666667vw;
	}
	.hamburger-fade {
	  top: 1vw;
	  right: 4vw;
	  z-index: 1000;
	  width: 60px;
	  height: 60px;
	  padding: 0;
	  border: none;
	  background: transparent;
	  cursor: pointer;
	}

	.hamburger-fade__wrapper {
	  position: relative;
	  width: 30px;
	  height: 20px;
	  margin: 20px auto;
	}
	.hamburger-fade__line {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #333;
	  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	}
	.header_under .hamburger-fade__line {
	  background-color: #fff;
	}
	.hamburger-fade__line:nth-child(1) { top: 0; }
	.hamburger-fade__line:nth-child(2) { top: 9px; }
	.hamburger-fade__line:nth-child(3) { top: 18px; }
	.hamburger-fade.active .hamburger-fade__line {
	  background-color: #fff;
	}
	.hamburger-fade.active .hamburger-fade__line:nth-child(1) {
	  transform: translateY(9px) rotate(45deg);
	}
	.hamburger-fade.active .hamburger-fade__line:nth-child(2) {
	  opacity: 0;
	  transform: translateX(20px);
	}
	.hamburger-fade.active .hamburger-fade__line:nth-child(3) {
	  transform: translateY(-9px) rotate(-45deg);
	}
	.nav-fade {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
	  visibility: hidden;
	  z-index: 900;
	}
	.nav-fade__bg {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(32, 32, 32, 1);
	  opacity: 0;
	  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	}
	.nav-fade.active {
	  visibility: visible;
	}
	.nav-fade.active .nav-fade__bg {
	  opacity: 1;
	}
	.nav-fade__wrapper {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  width: 100%;
	  height: 100%;
	  padding: 5vh 10vw;
	}
	.nav-fade__list {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.nav-fade__item {
	  position: relative;
	  text-align: center;
	  margin-bottom: 6vh;
	  opacity: 0;
	  transform: translateY(20px);
	  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	}
	.nav-fade__item:nth-last-child(2) {
		margin-bottom: 7vh;
	}
	.nav-fade.active .nav-fade__item {
	  opacity: 1;
	  transform: translateY(0);
	}
	.nav-fade.active .nav-fade__item:nth-child(1) { transition-delay: 0.2s; }
	.nav-fade.active .nav-fade__item:nth-child(2) { transition-delay: 0.3s; }
	.nav-fade.active .nav-fade__item:nth-child(3) { transition-delay: 0.4s; }
	.nav-fade.active .nav-fade__item:nth-child(4) { transition-delay: 0.5s; }
	.nav-fade.active .nav-fade__item:nth-child(5) { transition-delay: 0.6s; }
	.nav-fade.active .nav-fade__item:nth-child(6) { transition-delay: 0.7s; }
	.nav-fade__link {
	  display: inline-block;
	  color: #fff;
	  font-size: 5.46875vw;/*4.2rem*/
	  text-decoration: none;
	  transition: color 0.3s ease;
	}
	.nav-fade__link-conversion {
		background-color: #fff;
		color: #222;
		display: block;
		text-align: center;
		padding: 15px 0 18px;
		border-radius: 26px;
	}
}
