@charset "UTF-8";

/*共通部分
-----------------------*/
html {
    font-size: 16px;
}
body {
	font-family: 'YakuHanJP_Noto', 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.8;
    letter-spacing: 0.06em;
    text-align: left;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

ul {
	width:100%;
}

.fade-in {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a {
	color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
	height: auto;
}

* {
    box-sizing: border-box;
}

ul, ol, li {
    list-style: none;
	padding-inline-start: 0;
	margin-block-start: 0;
}

#contents-wrap {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

/* 何故か2つあったので無効
  .breadcrumb {
  width: 85%;
  margin: 0 auto;
	margin: 96px 0 120px;
} */

main {
	max-width: 90%;
  width: 960px;
  margin: 0 auto;
}

main > section {
  position: relative;
  padding: 96px 0;
}

@media only screen and (min-width: 960px){
  main > section {
    padding: 176px 0;
  }
}

main > section:nth-of-type(even)::before {
  position: absolute;
  top: 0px;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  bottom: 0px;
  z-index: -1;
  background-color: #E6EBF5;
  content: "";
}

/*フォント関連
-----------------------*/
@font-face {
	font-family: 'Corbel';
	src: url('/css/font/corbel-bold-2.ttf') format('truetype');
  }
  
  .font_main {
	font-family: fot-cezanne-pron, sans-serif;
	font-weight: 500;
	font-style: normal;
  }

  .font_copy {
    font-family: "vdl-v7marugothic", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .font_accent {
	font-family: Corbel light, sans-serif;
  }
  
  .font_base_m {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  .font_base_l {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  .font_base_b {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
  }

/*ヘッダー
-----------------------*/

#header {
    width: 100%;
    display: block;
    align-items: center;
	background-color: #FFFFFF;
}

.header-logo {
    align-items: center;
    width: 280px;
    z-index: 8000;
}

.header-logo img {
	padding: 5%;
}

.header-img {
  max-width: 100%;
	height: 600px;
	background-color: #dfdbdb;
}


.header-gnav-pc-list {
	display: none;
}

@media only screen and (min-width: 960px){
.header-gnav-pc-list {
    display: block;
	z-index: 10;
}
}

.header-gnav-pc-list.active {
  display: none;
}

@media only screen and (min-width: 960px){
.header-gnav-pc-list li {
    position: relative;
    display: inline-block;
    width: 1em;
    margin-left: 32px;
}
}

@media only screen and (min-width: 960px){
.header-gnav-pc-list a {
    position: relative;
    display: inline-block;
    padding: 50px 0 3px;
    line-height: 1.4;
    letter-spacing: 0.23em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
	  background-image: linear-gradient(90deg, #EBCA73, #EBCA73); /* マーカーの色を指定 */
    background-repeat: no-repeat;
	  background-position: top; /* マーカーの発生位置を左下に設定 */
  	background-size: 100% 0; /* マーカーの横幅 / 縦幅 */
  	transition: all 0.4s ease; /* マーカーを引く速度 */
    cursor: pointer;
}
}

@media only screen and (min-width: 960px){
	.header-gnav-pc-list a:hover {
	background-size: 100% 100%; /* マーカーの横幅を100%にする */
	color: #fff;
  }
}

@media only screen and (min-width: 960px){
.pc {
    display: block !important;
}
}

/* slide-menu-btn */
.slide-menu-btn {
	position: fixed;
	top: 35px;
	right: 35px;
	z-index: 10000;
}

/* g-nav */
.g-nav {
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	z-index: 9000;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

@media only screen and (min-width: 960px){
  .g-nav {
    right: 0;
    left: auto;
    width: 30%;
  }
}

.g-nav.active {
	visibility: visible;
	opacity: 1;
}

@media only screen and (min-width: 960px){
.g-nav.active {
  background: rgba(255, 255, 255, 0.7);
}
}

.g-nav-logo {
	position: absolute;
  height: 65px;
  width: 280px;
}

@media only screen and (min-width: 960px){
  .g-nav-logo {
    display: none;
  }
}

.g-nav-logo img {
	padding: 5%;
}

.g-nav-list {
	display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
.g-nav-list > .g-nav-list-low {
  margin-top: 40px;
  font-size: 0.8em;
}

.g-nav li {
	width: 100%;
	height: auto;
	padding: .5em 1em;
	text-align: center;
	color: #333;
	box-sizing: border-box;
}

.g-nav ul a {
	background-image: linear-gradient(90deg, #EBCA73, #EBCA73); /* マーカーの色を指定 */
	background-size: 0 2px; /* マーカーの横幅 / 縦幅 */
	background-position: bottom right; /* マーカーの発生位置を左下に設定 */
	background-repeat: no-repeat;
	transition: background-size 0.3s ease-out; /* マーカーを引く速度 */
  letter-spacing: 0.23rem;
  padding-bottom: 4px;
}

.g-nav ul a:hover {
	background-size: 100% 2px; /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
	background-position: bottom left;  /* 左下に配置 */
	color: #4380DF;
}

#g-nav.active li {
    opacity: 1;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
    position: fixed;
    z-index: 9999;
    top: 1%;
    right: 1%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #666;
    border-radius: 100%;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 19px;
	height: 1px;
	background-color: #fff;
}
.menu-trigger.active span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 18px;
	left: 16px;
}
.menu-trigger span:nth-of-type(2) {
	bottom: 19px;
	left: 16px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

@media only screen and (min-width: 960px){
.header-gnav-pc {
    position: absolute;
    top: 0;
    right: 183px;
    z-index: 1000;
    text-align: right;
  }
}

.main-visual{
  background-color: #C0CEE6;
}

.main-visual-area {
	position: relative;
	width: 100%;
  height: 70vh;
  height: calc(var(--vh, 1vh) * 70);
  line-height: 0;
	background-color: #C0CEE6;
  /* overflow-x: hidden; */
}

@media only screen and (min-width: 450px){
  .main-visual-area {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  }
}

@media only screen and (min-width: 960px){
  .main-visual-area {
    height: 85vh;
    height: calc(var(--vh, 1vh) * 85);
  }
}

/*画像に差し替えたため不要
.main-visual-copy {
    position: absolute;
    top: calc(50% - 50px);
    left: 5%;
    padding-left: 20px;
    z-index: 100;
}

@media only screen and (min-width: 960px){
.main-visual-copy {
    position: absolute;
    top: calc(70% - 140px);
    left: 8.59%;
    margin-top: 0;
    padding-left: 40px;
    z-index: 100;
}
}

.main-visual-copy span {
	color: #4380DF;
}

.main-copy-jp {
	font-size: 1.5rem;
    position: relative;
    margin-bottom: 21px;
}

@media only screen and (min-width: 960px){
.main-copy-jp {
	font-size: 3rem;
    position: relative;
    margin-bottom: 35px;
}
}
-----------------------*/

/* .breadcrumb {
	margin: 0;
	padding-left: 1%;
	list-style: none;
	}

.breadcrumb li {
	display: inline;
	list-style: none;
  }

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #555;
  }

.breadcrumb li:last-child {
	font-weight: bold;
  }

.breadcrumb li:last-child:after {
	content: '';
  } */

/* --------------------*/
/* パンくずリスト */
/*-----------------------*/  
.breadcrumb {
	display: flex;
	margin: 24px auto 40px;
	width: 90%;
  max-width: 960px;
	/* list-style: none; */
	border-bottom:1px solid;
  font-size: 0.8em;
  font-weight: bold;
  /* padding: 50px 0px 3px 0px; */
}

@media only screen and (min-width: 960px){
  .breadcrumb {
    margin: 100px auto 120px;
  }
}
/* 
.breadcrumb li {
	display: inline;
	list-style: none;
	font-size: 0.5em;
}

.breadcrumb li:after {
	content: '▶';
	padding: 0 0.2em;
	color: #555;
}

.breadcrumb li:last-child {
	font-weight: bold;
}

.breadcrumb li:last-child:after {
	content: '';
} */


/* footer-inner */
.footer-inner {
  display: grid;
	position: relative;
	height: 100%;
}

.footer-logo {
  grid-row: 2/3;
  grid-column: 1/3;
	display: block;
	padding: 70px 0;
  text-align: left;
}

@media only screen and (max-width: 450px){
  .footer-logo {
    width: 75%;
  }
}

@media only screen and (min-width: 960px){
  .footer-logo {
    grid-row: 1/2;
    grid-column: 1/3;
    padding: 70px;
    text-align: center;
  }
}

.footer-fnav {
  grid-row: 1/2;
  grid-column: 1/2;
	display: block;
  text-align: left;
  margin-top: 64px;
}

@media only screen and (min-width: 960px){
  .footer-fnav {
    grid-row: 2/3;
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    padding: 40px 0 20px 0;
    margin-top: 0;
    /* flex-direction: column; */
  }
}

@media only screen and (max-width: 959px){
.fnav-policy{
  font-size: 0.8em;
}
}

@media only screen and (max-width: 959px){
li:not(.fnav-policy) + .fnav-policy {
  margin-top: 24px;
}
}

.footer-fnav a {
  position: relative;
	background-image: linear-gradient(90deg, #EBCA73, #EBCA73); /* マーカーの色を指定 */
	background-size: 0 2px; /* マーカーの横幅 / 縦幅 */
	background-position: bottom right; /* マーカーの発生位置を左下に設定 */
  background-repeat: no-repeat;
	transition: background-size 0.3s ease-out; /* マーカーを引く速度 */
  letter-spacing: 0.1rem;
  padding-bottom: 4px;
}

@media only screen and (min-width: 960px) and (max-width: 1163px){
  .footer-fnav a {
    font-size: 0.8em;
  }
}


@media only screen and (min-width: 960px){
  .footer-fnav a {
    font-weight: 500 !important;
    letter-spacing: 0.2rem;
  }
}

.footer-fnav a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 5px;
  border-radius: 3px;
  background-color:#EBCA73;
  padding-bottom:4px;
  position: absolute;
  top: 5px;
  left: -100px;
  transition: 0.3s ease-out;
}

.footer-fnav a:hover::before {
  width: 90px;
}

@media only screen and (min-width: 960px){
  .footer-fnav a:hover::before {
    display: none;
    width: 0;
  }
}

.footer-fnav a:hover {
  background: size 0;
	color: #4380DF;
}

@media only screen and (min-width: 960px){
  .footer-fnav a:hover {
    background-size: 100% 2px; /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
    background-position: bottom left;  /*左下に配置 */
  }
}

/* @media only screen and (max-width: 960px){
  .footer-fnav {
      text-align: left;
  }
} */

@media only screen and (max-width: 960px){
  .footer-fnav li:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 960px){
  .footer-fnav li:not(:first-child) {
    margin-left: 24px;
  }
}

.page-top {
	display: block;
	position: absolute;
	top: 55%;
	right: 0px;
	width: 63px;
	height: 63px;
	border: 1px solid #707070;
	border-radius: 50%;
	background-color: #FFF;
}

.page-top::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12.5px 21.7px 12.5px;
	border-color: transparent transparent #707070 transparent;
	z-index: 10;
}

#footer {
	text-align: center;
	height: 600px;
  width: 80%;
  margin: 0 auto;
	background-color: #E6EBF5;
}

.footer-inner::before {
  position: absolute;
  top: 0px;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  bottom: 0px;
  z-index: -1;
  background-color: #E6EBF5;
  content: "";
}

.footer-frex {
	display: flex;
}

.footer-illust-area {
  grid-row: 1/2;
  grid-column: 2/3;
	text-align: left;
	margin-top: 192px;
}

@media only screen and (min-width: 960px){
	.footer-illust-area {
  grid-row: 3/4;
  grid-column: 1/3;
	text-align: left;
	margin: 0 0 70px 0;
	}
}

.footer-copyright{
  display: grid;
  grid-column: 1/3;
	text-align: center;
}


.footer-illust {
	width: 160px;
	height: auto;
}

@media only screen and (min-width: 960px){
	.footer-illust {
		width: 100%;
	}
}

.footer-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
}

@media only screen and (min-width: 960px){
  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 0;
  }
}

/* --------------------*/
/* 会社情報 */
/*-----------------------*/  
.coporate-info {
	padding-bottom: 176px;
}

.coporate-info h2{
	margin: 0px auto;
	border-bottom:2px solid;
	padding-bottom: 3px;
	margin-bottom: 60px;
	font-weight:bold;
  width: 100%;
}

@media only screen and (min-width: 960px){
  .coporate-info h2{
    max-width: 920px;
  }
}

.coporate-info table {
	margin:0px auto;
}

.coporate-info table tr {
	height:60px;
}
.coporate-info table tr th{
	width: 45%;
	text-align: left;
  line-height: 40px;
}
  
.coporate-info table tr th::before {
	content:"■";
	color: #f8cb5c;
}

.coporate-info table tr td{
	width: 314px;
	text-align: left;
	line-height:40px;
}

@media only screen and (max-width: 960px){
  .coporate-info th,
  .coporate-info td {
    display: block;
  }
}

/* --------------------*/
/* ボタン */
/*-----------------------*/

.page-link-area {
  text-align: center;
  width: 100%;
  /* cursor: pointer; */
}

.link-button-cover {
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-top: 80px;
  padding: 20px;
  background-color: #EBCA73;
}

.button-move {
  position: absolute;
  width: 84px;
  height: 0;
  translate: -24% -141%;
  z-index: 1;
  background-color: #EBCA73;
  transition: 0.3s ease;
}

.link-button-cover:hover .button-move {
  height: 48px;
}

.page-link-button {
  display: inline-block;
  font-size: 1.5rem;
  transition: .3s ease-in-out;
}

.link-button-cover:hover .page-link-button {
  transform: scale(1.1);
}

main > section:nth-of-type(even) .page-link-button {
  background-color: #4380DF;
  color: #FFFFFF;
}

main > section:nth-of-type(even) .link-button-cover {
  background-color: #4380DF;
}

main > section:nth-of-type(even) .button-move {
  background-color: #4380DF;
  translate: 233% -141%;
}

/* --------------------*/
/* お知らせ */
/*-----------------------*/
.title-flex {
  display: flex;
  padding: 30px 50px;
}

.flex-item:nth-child(1) {
  width:30%;
}

.flex-item:nth-child(2) {
  padding:30px 0px;
}

.news-ul {
    margin:0 auto;
    width:100%;
    padding: 0 30px 176px;
}
.news-ul li {
  border-bottom: 1px solid #777777;;
  margin:0 auto;
}

.eyecatch {
  width: 70%;
  object-fit: cover; 
  border: solid 1px #777777;
}

.js-accordion {
    position:relative;
    cursor:pointer;
}

.js-contents {
  font-size: 14px;
  padding: 0 20px 15px 20px;
  margin-bottom: 5px;
}

.news-text {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* 2025.10.08追加 */

.news-text a {
  color: #007BFF; /* 青系の色 */
  text-decoration: underline; /* 下線を付ける（任意） */
}

/* ここまで */

.news-text.is-open {
  padding: 50px 130px;
  line-height: normal;
  height: auto;
  opacity: 1;
}

.u-mgt8 {
  margin-top:8px;
}

.u-mgt16 {
  margin-top:16px;
}

.u-mgt32 {
  margin-top:32px;
}

/* スマホの場合は縦並び */
@media screen and (max-width: 767px) {
	.title-flex {
		display: block;
	}
	.title-flex .flex-item:nth-child(1) {
		width: 130%;
		margin: 0 auto;
	}
	.title-flex .flex-item:nth-child(2) {
		width: 100%;
		margin: 0 auto;
	}
	.news-text.is-open {
		padding:0;
		padding-bottom: 50px;
	}
}

/* カードデザイン */
.card-area {
  margin: 72px calc(50% - 50vw) 0;
  width: 100vw;
}

.card-space {
  display: block;
}

@media only screen and (min-width: 1680px){
  .card-space {
    display: flex;
    justify-content: center;
    margin: 0 24px;
  }
}

.card {
  width: 90%;
  max-width: 400px;
  height: auto;
  background-color: white;
  border-radius: 8px;
  opacity: 1;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 40% 60%;
  margin: 24px auto 0;
}

@media only screen and (min-width: 1680px){
  .card {
    width: 100%;
    max-width: 524px;
    margin: 0;
    /* height: 332px; */
  }
}

.card:not(:first-child) {
  margin-left: auto;
}

@media only screen and (min-width: 1680px){
  .card:not(:first-child) {
    margin-left: 16px;
  }
}

.card img {
  margin: auto 0 auto 15%;
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  width: 80%;
}
.book_info {
  margin: 20% 10% 0 2.5%;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.book_info > h4 {
  margin: 0;
  font-size: 14px;
  text-align: left;
}

@media only screen and (min-width: 1680px){
  .book_info > h4 {
    font-size: 22px;
  }
}

.book_info > p {
  font-size: 14px;
  color: #333333;
  text-align: left;
}

@media only screen and (min-width: 1680px){
  .book_info > p {
    font-size: 16px;
  }
}

.card_button > a {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  background: white;
  border: 1px solid #4380DF;
  border-radius: 50px;
  position: relative;
  display: flex;
  /* justify-content: space-around; 中央寄せ解除の為一旦無効 */
  align-items: center;
  margin: 20% auto 14%;
  width: 144px;
  padding: 4px 0 4px 16px;
  color: #666666;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  text-decoration:none;
}

@media only screen and (min-width: 1680px){
  .card_button > a {
    width: 176px;
    font-size: 16px;
  }
} 

.card_button > a:hover {
  background: #4380DF;
  color: #FFF;
}
.card_button > a:after {
  font-family: 'Material Symbols Sharp';
  content: '\eaaa';
  color: #4380DF;
  font-size: 24px;
  position: absolute;
  top: 30%;
  right: 6px;
  margin-top: -15px;
  transition: 0.3s ease-in-out;
}
.card_button > a:hover:after {
  color: white;
  transition: 0.3s ease-in-out;
}