/* 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=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* flaot clear
-----------------------------------------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

img {
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

.none { clear: both; width: 100%;}
.none hr { display: none; width: 100%;}

.center {
  text-align: center;
}

.showPc { display: block !important; }
.showSp { display: none !important; }

.ptb30 { padding: 30px 0 }
.ptb20 { padding: 20px 0 }
.ptb10 { padding: 10px 0 }

.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }

.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }

/* 16px換算 */
.fs12 { font-size: 0.75rem; }
.fs14 { font-size: 0.875rem; }
.fs15 { font-size: 0.9375rem; }
.fs18 { font-size: 1.125rem; }
.fs20 { font-size: 1.25rem; }
.fs24 { font-size: 1.5rem; }
.fs28 { font-size: 1.75rem; }
.fs32 { font-size: 2rem; }
.fs36 { font-size: 2.25rem; }
.fs42 { font-size: 2.625rem; }
.fs48 { font-size: 3rem; }

.anchorWrap {
	position: relative;
}
/*
.anchor {
	position: absolute;
	top: -150px;
}
*/
.anchor {
  scroll-margin-top: 150px;
}

a[href*="tel:"] {
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
html,body {
  width: 100%;
  height: 100%;
  font-size: 1.00em;
}
html {
  scroll-behavior: smooth;
}
body * {
  box-sizing: border-box;
}

body {
	/*
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	*/
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
}
p,li,dd,td {
  font-weight:500;
}
h1,h2,h3,h4,h5,dt,th {
  font-weight:bold;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-weight: 500;
	/*
	font-family: "Noto Serif JP", serif;
	*/
}

.tategaki {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
}
.upright {
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

.pivot {
	position: relative;
}

.flex {
	display: flex;
}
.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}
/* 水平 */
.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}
/* 垂直 */
.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}

.outer {
    width: 100%;
    min-width: calc(1214px * 0.8);
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
.inner {
    width: calc(1214px * 0.8);
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

a { color: #000; }

.movie-inner {
	position: relative;
	width: 100%;
/*	padding-top: 56.25%;*/
}
.movie-inner img,
.movie-inner iframe {
/*	position: absolute;
	top: 0;
	right: 0;*/
	width: 100%;
	height: 100%;	
}

#header {
	padding: 1em 0;	
}
#header .outer {
    min-width: 80%;
}
#header .inner {
    min-width: 80%;
}
#gnav ul {
	display: flex;
}
#gnav ul li {
	list-style: none;
	padding: 0 0 0.3em 0;
	margin: 0 1em;
	border-bottom: 2px solid #000;
}
#gnav ul li a {
	text-decoration: none;
	display: inline-block;
	font-size: calc(22px * 0.8);
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#logo div img,
#logo h1 img {
	height: 94px;
}
.btn_wrap a {
	opacity: 1;
	transition: opacity 0.5s;	
}
.btn_wrap a:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}

@media only screen and (max-width: 1024px) {
	.outer {
		min-width: calc(100vw * (1214 / 1280));
	}
	.inner {
		width: calc(100vw * (1214 / 1280));
	}
	#logo img {
		width: calc(100vw * (132 / 1280));
	}
	#gnav ul li {
		margin: 0 calc(100vw * (16 / 1280));
	}
	#gnav ul li a {
		font-size: calc(100vw * (22 / 1280));
	}
	
}

@media only screen and (max-width: 767px) {
  
  img { max-width: 100%; height: auto; }
  
	.showPc { display: none !important; }
	.showSp { display: block !important; }
	.outer {
	    width: 100%;
	}
 
	header {
		height: calc(100vw * (110 / 730));
		transition: all 0.5s 0s ease;
	}
	main {
		margin-top: calc(100vw * (110 / 730));
		margin-top: 0;
	}
	
  .outer {
      width: 100%;
      min-width: 100%;
  }
  .inner {
      width: 100%;
  }
	
	#spHead {
		height: calc(100vw * (110 / 730));
	}
	#splogo {
		display: flex;
		align-items: center;
		padding-left: calc(100vw * (54 / 730));
	}
	#splogo img  {
		width: calc(100vw * (74 / 730));
	}
	
	#spHeadright {
		display: flex;
		align-items: center;
		padding-right: calc(100vw * (65 / 730));
	}
	
  #spgnav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background-color: #fff;
  }
  #spNav {
	background-color: #fff;
	overflow-y: auto;
	overflow: hidden;
	width: 100%;
	position: fixed;
	top: calc(100vw * (110 / 730));
	opacity: 0;
	height: 0;
	animation-duration: 0.6s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
  }
	#spNav.fadeout {
		animation-name: fadeout;
	}
	#spNav.fadein {
		animation-name: fadein;
	}
	
	#spNav .menu {
		list-style: none;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	#spNav .menu li {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	#spNav .menu li a {
		display: block;
		text-align: center;
		text-decoration: none;
		width: 100%;
		font-size: calc(100vw * (24 / 730));
		padding: 0.5em;
		margin: 0.5em 0;
	}
  
  #spNavToggle {
    position: relative;
    z-index: 0;;
    width: calc(100vw * (44 / 730));
    height: calc(100vw * (31 / 730));
  }

  #spNavButton {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    width: calc(100vw * (44 / 730));
    height: calc(100vw * (31 / 730));
    cursor: pointer;
  }

  #spNavButton span,
  #spNavButton::before,
  #spNavButton::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    width: calc(100vw * (44 / 730));
    height: calc(100vw * (2 / 730));
    margin: auto;
    background: #000;
  }
  #spNavButton span {
    overflow: hidden;
    z-index: 1;
    color: #000;
  }
  #spNavButton::before {
    z-index: 2;
    transform: translate(0, calc(100vw * (-15 / 730)));
    content: "";
  }
  #spNavButton::after {
    z-index: 2;
    transform: translate(0, calc(100vw * (15 / 730)));
    content: "";
  }
  #spNavButton span {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  #spNavButton::before,
  #spNavButton::after {
    transition: transform 200ms;
  }
  #spNavButton.active span {
    opacity: 0;
    transition: opacity 150ms;
  }
  #spNavButton.active::before {
    transform: rotate(45deg);
  }
  #spNavButton.active::after {
    transform: rotate(-45deg);
  }
	
}

.footer-logo {
	padding-top: 120px;
	display: flex;
	justify-content: center;
}
.footer-logo img {
	width: calc(303px * 0.8); /* 80% of 303px */
}

#footer-white h2 {
	margin: 70px 100px 0;
	padding: 2px 0;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	font-size: calc(17px * 0.8); /* 80% of 17px */
	text-align: center;
	font-weight: 400;
}

.footer-list {
    display: flex;
    justify-content: space-between;
	margin: 0;
	padding: 0;
    margin-top: 40px;
}
.footer-list li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 300px;*/
	width: calc(280px * 0.8); /* 80% of 280px */
	text-align: center;
}
.footer-list li .title {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #231815;
	font-size: calc(17px * 0.8); /* 80% of 17px */
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.footer-list li .tel {
	margin-top: 5px;
	font-size: calc(38px * 0.8); /* 80% of 38px */
}
.footer-list li .tel a {
	text-decoration: none;
	font-weight: 400;
}
.footer-list li .detail {
	margin: 5px auto 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
.footer-list li .detail a {
	display: inline-block;
	padding: 0px 5px;
	background: #000;
	width: 102px;
	color: #fff;
	text-decoration: none;
}

.footer-contact {
	display: block;
	margin: 130px auto 0 auto;
	width: calc(605px * 0.8); /* 80% of 605px */
}
.footer-contact .company {
	margin: 0;
	padding: 0;
	font-size: calc(28px * 0.8); /* 80% of 28px */
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	
	display: none;
}
.footer-contact .company-address {
	margin-top: 5px;
	font-size: calc(19px * 0.8); /* 80% of 19px */
	text-align: center;
	letter-spacing: 1.2px;
}
.footer-contact .company-tel {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.footer-contact .company-tel li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: calc(28px * 0.8); /* 80% of 28px */
}
.footer-contact .company-tel li a {
	text-decoration: none;
}

#footer-gray {
	margin-top: 100px;
	padding: 30px 0;
	background: #E4E4E5;
}
#footer-gray .flex {
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.fNav ul {
	display: flex;
	margin: 0;
	padding: 0;
	border-left: 2px solid #231815;
}
.fNav ul li {
	list-style: none;
	padding: 0px 20px;
	border-right: 2px solid #231815;
	font-size: calc(15px * 0.8); /* 80% of 15px */
}
.fNav ul li a {
    text-decoration: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-weight: 400;
}
.fCopy {
    font-size: calc(11px * 0.8); /* 80% of 11px */
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1024px) {

	.footer-logo {
		padding-top: calc(100vw * (120 / 1280));
	}
	.footer-logo img {
		width: calc(100vw * (303 / 1280));
	}
	
	#footer-white h2 {
		margin:  calc(100vw * (70 / 1280))  calc(100vw * (100 / 1280)) 0;
		font-size: calc(100vw * (17 / 1280));
	}


	.footer-list {
		margin-top: calc(100vw * (40 / 1280));
	}
	.footer-list li {
		width: calc(100vw * (280 / 1280));
	}
	.footer-list li .title {
		padding-bottom: calc(100vw * (10 / 1280));
		font-size: calc(100vw * (17 / 1280));
	}
	.footer-list li .tel {
		margin-top: calc(100vw * (5 / 1280));
		font-size: calc(100vw * (38 / 1280));
	}

	.footer-list li .detail {
		margin: calc(100vw * (5 / 1280)) auto 0;
		font-size: calc(100vw * (12 / 1280));
	}
	.footer-list li .detail a {
		padding: 0px calc(100vw * (5 / 1280));
		width: calc(100vw * (102 / 1280));
	}


	.footer-contact {
		margin: calc(100vw * (130 / 1280)) auto 0 auto;
		width: calc(100vw * (605 / 1280));
	}
	.footer-contact .company {
		font-size: calc(100vw * (28 / 1280));
	}
	.footer-contact .company-address {
		margin-top: calc(100vw * (5 / 1280));
		font-size: calc(100vw * (19 / 1280));
		letter-spacing: calc(100vw * (2.2 / 1280));
	}

	.footer-contact .company-tel li {
		font-size: calc(100vw * (28 / 1280));
	}

	#footer-gray {
		margin-top: calc(100vw * (100 / 1280));
		padding: calc(100vw * (30 / 1280)) 0;
	}

	.fNav ul li {
		padding: 0px calc(100vw * (20 / 1280));
		font-size: calc(100vw * (15 / 1280));
	}
	.fCopy {
		font-size: calc(100vw * (11 / 1280));
	}

	
}


@media only screen and (max-width: 767px) {

	.footer-logo {
		margin-top: 50px;
	}
	.footer-logo img {
		width: 80%;
        max-width: 180px;
	}
	#footer-white h2 {
		margin: 50px 50px 0;
		padding: 2px 0;
		border-top: 1px solid #231815;
		border-bottom: 1px solid #231815;
		font-size: 15px;
		text-align: center;
	}
	
	.footer-list {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0px;
	}
	.footer-list li {
		/*width: 80%;*/
		width: calc(100vw * (224 / 730));
		max-width: calc(100vw * (224 / 730));
		margin: 30px 10px 0;
		text-align: center;
	}
	
	.footer-list li .title {
		padding-bottom: 10px;
		border-bottom: 1px solid #231815;
		font-size: calc(100vw * (20 / 730));
	}
	.footer-list li .tel {
		margin-top: 5px;
		font-size: calc(100vw * (30 / 730));
	}

	.footer-list li .detail {
		margin: 5px auto 0;
		font-size: calc(100vw * (16 / 730));
		text-align: center;
		color: #FFF;
	}
	.footer-list li .detail a {
		padding: 0px calc(100vw * (10 / 730));
		width: calc(100vw * (140 / 730));
	}

	.footer-contact {
		width: 100%;
	}

	.footer-contact {
		display: block;
		margin-top: 50px;
		width: 100%;
	}
	.footer-contact .company {
        font-size: 20px;
        font-weight: bold;
		display: none;
	}
	.footer-contact .company-address {
        margin-top: 10px;
        font-size: calc(100vw * (22 / 730));
        text-align: center;
        letter-spacing: 0px;
	}
	.footer-contact .company-tel {
		flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
		align-items: center;
        margin-top: 10px;
	}
	.footer-contact .company-tel li {
		margin: 0 10px;
		font-size: calc(100vw * (24 / 730));
	}
	.footer-contact .company-tel li a {
		text-decoration: none;
	}


	#footer-gray {
		margin-top: 50px;
		padding: 30px 0;
		background: #E4E4E5;
	}
	#footer-gray .flex {
		flex-direction: column;
	}

	.fNav ul {
		flex-wrap: wrap;
		justify-content: center;
		border-left: none;
	}
	.fNav ul li {
		margin: 10px 0 10px -2px;
        padding: 0px 20px;
		/*border-right: none;
        border-bottom: 1px solid #231815;*/
		border-left: 2px solid #231815;
		border-right: 2px solid #231815;
        font-size: 15px;
	}
	.fNav ul li a {
		display: block;
	}
	.fCopy {
		margin-top: 30px;
		text-align: center;
		font-size: 10px;
	}

	
}



.tragetClass {
    position: relative;
    overflow: hidden;
	display: flex;
	line-height: 1.2;
}
.tragetClass span {
	overflow: hidden;
	display: block;
	position: relative;
	min-width: 0.5em;
}
.tragetClass span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.tragetClass span.sw {
	color: #000;
	display: block;
	animation: color-change 0.75s both;
}
.tragetClass span.sw:after {
	left: 100%;
	transition: all 0.75s ease-out;
}
@keyframes color-change {
	0% {
		color: inherit;
	}
	50% {
		color: #fff;
	}
	100% {
		color: inherit;
	}
}


@keyframes fadein {
  0% {
	 height: 100vh;
     opacity: 0;
  }
  99% {
	 height: 100vh;
     opacity: 1;
  }
  100% {
	 height: 100vh;
     opacity: 1;
  }
}
@keyframes fadeout {
  0% {
	height: 100vh;
    opacity: 1;
  }
  99% {
	height: 100vh;
    opacity: 0;
  }
  100% {
	opacity: 0;
	height: 0;
  }
}

