@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url("https://use.typekit.net/xck3fba.css");

*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.4em;}

btn__default
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: 900;
	color: #9f8b5d;
}
ul {
}
ul li {
	list-style:none;	
}

img {
	width: 100%;
	height: auto;
}

.video-wrap { margin: 0; }
.video-wrap video {
	display: block;
	width: 100%;   /* ビューポート幅にフィット */
	height: auto;  /* アスペクト比維持 */
	max-width: 100%;
}




/* float解除 */
.refresh { 
}
* html .refresh {
	zoom: 100%;
}
*:first-child+html .refresh {
	display: inline-block;
}
.refresh:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
main p {
	margin-bottom: 15px;
}
a:hover {
}
.cap {
	font-size: 1.4rem;
}
.right {
	text-align: right;
}
.pht_right {
	width: 50%;
	float: right;
	margin: 0 0 30px 30px;
}


.btn__default {
	width: 290px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	border-bottom: solid 1px #e8edf4;
	padding-bottom: 0px;
}
.btn__default .view-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
	font-size: 1.4rem;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.btn__default .view-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;

  transform: scaleX(1);
  transform-origin: right center; /* ←ここ重要 */
  transition: transform 0.35s ease;
}

.btn__default .view-btn:hover::after {
  transform: scaleX(0);
}
.btn__default .view-btn.is-show {
  opacity: 1;
  transform: translateX(0);
}

.btn__default .view-btn:hover {
  transform: translateX(0);
}





.btn__back {
	width: 290px;
	position: absolute;
	bottom: 0;
	left: 0;               /* right → left に変更 */
	text-align: left;      /* 右寄せ → 左寄せ */
	border-bottom: solid 1px #e8edf4;
	padding-bottom: 0;
}

.btn__back .view-btn {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	opacity: 0;
	transform: translateX(60px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.btn__back .view-btn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #000;

	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.35s ease;
}

.btn__back .view-btn:hover::after {
	transform: scaleX(0);
}

.btn__back .view-btn.is-show {
	opacity: 1;
	transform: translateX(0);
}

.btn__back .view-btn:hover {
	transform: translateX(0);
}







/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.pc {
	display: block;
}
.sp,
#spFooter {
	display: none;
}




.basicTable {
}
table.basicTable  th {
	text-align: left;
	padding: 10px 20px;
	border-bottom: solid 1px #d7d7d7;
	background: #9f8b5d;
	color: #FFF;
	width: 20%;
}
table.basicTable  td {
	text-align: left;
	padding: 10px 20px;
	border-bottom: solid 1px #d7d7d7;
}





/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family:  "Noto Sans JP", serif;
	font-weight: 500;
	background: #FFF;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.text__en {
	font-family: poppins, sans-serif;
	font-weight: 600;
	font-style: normal;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100%;
	z-index: 2000;
	padding: 50px 60px;
	transition: 0.3s;
	-webkit−transition: 0.3s;
	height: 130px;
}
header.is-animation {
	height: 70px;
	padding: 20px 60px;
	background: none;
}

header h1 {
	position: absolute;
	top: 45px;
	left: 60px;
	width: 90px;
	transform: translateY(0);
	transition: transform 0.4s ease;
}
header.is-animation h1 {
	transform: translateY(-30px);
	transition: transform 0.4s ease;
}

.fat-text {
	display: none;
}


header nav {
	display: inline;
	font-size: 1.6rem;
	text-align: center;
}
header nav li {
	display: inline;
	margin: 0 15px;
}
header nav {
	text-align: center;
}
header p {
	position: absolute;
	top: 50px;
	right: 60px;
	transition: 0.3s;
	transition: width 0.3s ease;
	-webkit−transition: 0.3s;
}
header.is-animation p {
	top: 20px;
}

header p::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: #000;

  transform: translateX(0);
	transition: width 0.3s ease;
	-webkit−transition: 0.3s;
}
header p:hover::after {
  width: 100%;
}

nav a {
  position: relative;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: #000;

  transform: translateX(0);
  transition: width 0.3s ease;
}

/* hoverで中央から伸びる */
nav a:hover::after {
  width: 100%;
}

#swapImage {
  transform-origin: left center;
  transition: 
    opacity 1s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
#swapImage.is-swapped {
  transform: scale(1.1);
}
#swapImage.fade-out {
  opacity: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	position: relative;
	width: calc(100% - 120px);
	max-width: 90%;
	margin: 0 auto;
}


.title__default {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 100px;
}
.title__default h2 {
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 10px;
}
.title__default p {
	font-size: 1.4rem;
}

.title-span{
   color: transparent;
   display: block;
   overflow: hidden;
   position: relative;
   transition: color 0ms 0.5s;
   width: max-content;
	margin: 0 auto;
}
.title-span::after{
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(calc(-100% - 4px));
  width: 100%;
  height: 80%;
  background-color: #6356a3;
}
.title-span.active{
  color: black;
}
.title-span.active::after{
  animation: lineAnime 1s;
}
@keyframes lineAnime {
  0% {
    transform: translateX(calc(-100% - 4px));
  }
  50% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(100%)
  }
}







h3 {
	font-size: 3.3rem;
	margin-bottom: 35px;
}



.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}






ul.dot {
	margin-bottom: 15px;
}
.box ul.dot {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 12px;
		margin-right: 7px;
		width: 6px;
		height: 6px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #9f8b5d;
	}
ul.link {
	margin-bottom: 15px;
}
.box ul.link {
	margin-bottom: 0;
}
	ul.link li {
		margin-bottom: 20px;
	}
	ul.link li:last-child {
		margin-bottom: 0;
	}
	ul.link li:last-child {
		margin-bottom: 0;
	}
	ul.link li::before {
		display: inline-block;
		content: "";
		margin-top: 12px;
		margin-right: 7px;
		width: 6px;
		height: 6px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #9f8b5d;
	}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.section__slide {
	position: relative;
	margin-bottom: 60px;
}
.section__slide li {
	margin: 0 20px;
}
.section__slide li:nth-child(even) {
	margin-top: 40px;
}



footer {
	border-top: solid 1px #e8edf4;
	padding: 100px 0 10px 0;
}
footer .section__info {
	margin: 0 auto;
	width: 1330px;
	max-width: 90%;
}
footer .section__info .section__info-corporate {
	width: 80%;
}
footer .section__info .section__info-links {
	width: 20%;
}
footer .section__info .section__info-links ul {
	width: 50%;
}
footer .section__info .section__info-links ul li {
	margin-bottom: 20px;
}
footer .section__info .section__info-links ul li.con {
	position: relative;
}


footer .section__info .section__info-links ul li.con::before {
  content: "";
  display: block;
  width: 25px;        /* 線の長さ */
  height: 1px;        /* 線の太さ */
  background-color: #000;
  margin-top: 30px;
  margin-bottom: 35px;
}


footer .section__info dt {
	font-size: 3.4rem;
}
footer .section__info dd {
	margin-top: 40px;
	font-size: 1.6rem;
}



.section__footer {
	margin-top: 300px;
	font-size: 1.4rem;
}
.section__footer .inner {
	margin-top: 20px;
}
.section__footer .inner p {
	line-height: 1;
	float: left;
}
.section__footer .inner a {
	line-height: 1;
	float: right;
}








/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

	
	
	
	
	
body {
	font-size: 1.3rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100;
	z-index: 2000;
	padding: 20px;
	transition: 0.3s;
	-webkit−transition: 0.3s;
	background: none;
	height: 70px;
}
header.is-animation {
	height: 70px;
	padding: 20px;
}

header h1 {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 120px;
	transform: translateY(0);
	transition: transform 0.4s ease;
}
header.is-animation h1 {
	transform: translateY(0);
	transition: transform 0.4s ease;
}
	
	
header nav {
	display: none !important;
}
header p {
	display: none !important;
}

#swapImage {
  transform-origin: left center;
  transition: 
    opacity 1s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

#swapImage.is-swapped {
	margin-top: 0px;
	margin-left: -10px;
  transform: scale(1);
}
#swapImage.fade-out {
  opacity: 0;
}
	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
}
	
.btn__default {
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.btn__default .view-btn {
	font-size: 1.3rem;
}
.btn__back {
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: left;
}
.btn__back .view-btn {
	font-size: 1.3rem;
}

	
.title__default {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 100px;
}
.title__default h2 {
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 10px;
}
.title__default h3 {
	font-size: 2.2rem !important;
	line-height: 1;
	margin-bottom: 10px;
}
.title__default p {
	font-size: 1.2rem;
}

.title-span{
   color: transparent;
   display: block;
   overflow: hidden;
   position: relative;
   transition: color 0ms 0.5s;
   width: max-content;
	margin: 0 auto;
}
.title-span::after{
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(calc(-100% - 4px));
  width: 100%;
  height: 80%;
  background-color: #6356a3;
}
.title-span.active{
  color: black;
}
.title-span.active::after{
  animation: lineAnime 1s;
}
	
	
	
	
	
	
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	






ul.dot {
	margin-bottom: 15px;
}
.box ul.dot {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 12px;
		margin-right: 7px;
		width: 6px;
		height: 6px;
		vertical-align: top;
		border-radius: 5px;
	}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	border-top: solid 1px #e8edf4;
	padding: 60px 0 10px 0;
}
footer .section__info {
	margin: 0 auto;
	max-width: 90%;
}
footer .section__info .section__info-corporate {
	width: 100%;
	margin-bottom: 60px;
}
footer .section__info .section__info-links {
	width: 100%;
}
footer .section__info .section__info-links ul {
	width: 50%;
}
footer .section__info .section__info-links ul li {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
footer .section__info .section__info-links ul li.con {
	position: relative;
}


footer .section__info .section__info-links ul li.con::before {
  content: "";
  display: block;
  width: 25px;        /* 線の長さ */
  height: 1px;        /* 線の太さ */
  background-color: #000;
  margin-top: 35px;
  margin-bottom: 35px;
}


footer .section__info dt {
	font-size: 2rem;
}
footer .section__info dd {
	display: none;
}



.section__footer {
	margin-top: 150px;
	font-size: 1.4rem;
}
.section__footer .inner {
	margin-top: 20px;
}
.section__footer .inner p {
	line-height: 1;
	float: left;
}
.section__footer .inner a {
	line-height: 1;
	float: right;
}

	
	

	
	
}