@charset "utf8";
/*
Theme Name: 株式会社 L.I.C 四国
Description:
Version:
Author:
*/

body {
	margin: 0;
	max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #3a3a3a;
}

ul, h2, h3 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align:top;
}

a {
	text-decoration: none;
	color: #3a3a3a;
}

li {
	list-style: none;
}

/****************************************************************************************************
************************************** header *******************************************************
*****************************************************************************************************  */
.header {
	max-width: 100%;
  width: 100%;
  height: auto;
}

.header-top {
  width: 100%;
  height: 90px;
  position: fixed;
  display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 3px 5px -5px gray
}

.header-logo {
	padding-left: 64px;
  height: auto;
	display: flex;
	align-items: flex-end;
}

.header-logo-img {
  width: 25%;
}

.header-logo-img a {
	display: block;
}

.header-logo img {
  width: 100%;
}

.brand-name {
	padding-left: 8px;
	color: #315296;
}

.burger-nav,
.drawer_hidden {
	display: none;
}

.nav-wrap {
	width: 500px;
	height: 100%;
  display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav {
	padding-right: 32px;
	width: 100%;
  display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav li {
	/* padding: 0 32px; */
}

.nav li a {
	color: #315296;
	padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#315296, #315296);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.nav li a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 2px; /* 下線の横幅を100%にする */
}

.nav-contact {
	width: 200px;
	height: 100%;
	/* padding: 0 32px; */
	display: flex;
	align-items: center;
	background: #315296;
}

.nav-contact a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
  /* padding: 0 10px; */
	transition: 0.5s;
}

.nav-contact a:hover {
	color: #315296;
	background: #fff;
	border-left: 1px solid #315296;
}

.header-img-area {
	width: 100%;
	height: 800px;
	position: relative;
}

.header-img {
	width: 100%;
	height: 100%;
}

.header-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.header-intro-wrap {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(49, 82, 150, 0.5);
}

.header-intro {
	width: auto;

}

.header-intro-text {
	padding: 24px;
	font-size: 38px;
	font-weight: 200;
	font-family: 'Noto Serif JP', serif !important;
	color: #fff;
}

.header-intro-text br {
	display: none;
}

/****************************************************************************************************
************************************** パンくずリスト **************************************************
*****************************************************************************************************  */
.pan {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
}

.pan ul {
  width: 80%;
  margin: 0 auto;
  position: relative;
  list-style: none;
}

.pan ul li {
  display: inline;
  font-size: 12px;
}

.pan ul li a {
  color: #3a3a3a;
  text-decoration: none;
  font-size: 12px;
}

.pan ul li + li {
  /* margin: 0 32px; */
}

.pan li + li:before {
  content: '\f105'; /* 矢印をここで指定 */
	font-family: 'Font Awesome 5 Free'; /* フォントの指定 */
	font-weight: 900; /* ウェイトの指定 */
  display: inline-block; /* 表示方法をinline-blockに変更 */
  margin: 0 16px; /* 矢印とテキストの間にマージンを追加 */
	transform: scale(0.8); /* サイズを80%に縮小 */
}

/****************************************************************************************************
************************************** concept *******************************************************
*****************************************************************************************************/
.concept {
	position: relative;
}

.concept-bg {
	height: 480px;
	background-image: url('img/bg_v1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 0 15px 0;
	/* width: 90%;
	height: 550px; */
	position: absolute;
	top: 0;
	right: 160px;
	/* border-radius: 0 0 15px 0;
	background: rgba(206,221,255,0.5); */
	position: relative;
/* アニメーション↓ */
	opacity: 0;
	transform: translateY(-15px);
	transition: opacity .5s, transform .5s;
}

.concept-bg.visible {
	opacity: 1;
	transform: translateY(0);
}

.concept-bg-inner {
	margin: auto;
	width: 1024px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.concept-content {
	padding-top: 96px;
	font-size: 24px;
	color: #315296;
	text-align: center;
	line-height: 2.0em;
}

.concept-img {
	margin: -16px auto 0;
	width: 160px;
	height: auto;
}

.concept-img img {
	width: 100%;
	height: 100%;
}

/* .concept-bg-sub {
	content: '';
	position: absolute;
	bottom: -30px;
	right: 15px;
	width: 0;
	height: 0;
	border-left: 300px solid transparent;
	border-right: 300px solid transparent;
	border-top: 30px solid rgba(206,221,255,0.5); 
} */

/****************************************************************************************************
************************************** work *******************************************************
*****************************************************************************************************/
.work {
	margin: auto;
	width: 100%;
	height: 650px;
}

.work-inner {
	margin: auto;
	width: 1024px;
	height: 100%;
	/* display: flex;
	justify-content: center; */
	position: relative;
}

.work-img {
	width: 45%;
	height: 650px;
	position: absolute;
	top: -50px;
	left: 0;
	border-radius: 2%;
	overflow: hidden;
	/* アニメーション↓ */
	opacity: 0;
	transform: translateY(0px);
	transition: opacity .5s, transform .5s;
}

.work-img.visible {
	opacity: 1;
	transform: translateY(-50px);
}

.work-img	img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.work-content {
	width: 48%;
	height: auto;
	position: absolute;
	top: 150px;
	right: 0;
	opacity: 0;
	transform: translateY(top 200px);
	transition: opacity .5s, transform .5s;
}
.work-content.visible {
	opacity: 1;
	transform: translateY(top 150px);
}

h2.work-content-heading {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	color: #315296;
}

.work-content-text {
	padding-top: 32px;
	font-size: 24px;
	line-height: 2.0em;
	color: #315296;
}

/****************************************************************************************************
************************************** company *******************************************************
*****************************************************************************************************/
.company {
	margin: 64px 0 84px 0;
	margin-left: auto;
	width: 100%;
	position: relative;
}

.company-bg {
	width: 90%;
	position: relative; /* ← absolute を relative に */
	margin-left: auto;
	border-radius: 15px 0 0 15px;
	background: rgba(206,221,255,0.5);
	/* アニメーション↓ */
	opacity: 0;
	transform: translateY(0px);
	transition: opacity .5s, transform .5s;
}

.company-bg.visible {
	opacity: 1;
	transform: translateY(0);
}

.company-bg-inner {

	padding: 64px;
	  max-width: 1200px;
  margin: 0 auto;
}

.company-content {
	width: 480px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 32px;
  flex-shrink: 0; /* 横幅が縮まないようにする */
}

h2.company-content-heading {
	font-size: 40px;
	font-weight: 500;
	color: #315296;
}

.company-content-subheading {
	width: 240px;
	font-size: 16px;
	color: #315296;
	text-align: center;
}

.company-content-img-area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px; /* 画像間の隙間調整 */
	/* width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}

.company-content-img-a {
	margin-bottom: 32px;
	flex: 1 1 calc(33.333% - 16px); /* 3列レイアウト、間の余白分引く */
	min-width: 260px; /* 幅が狭くなりすぎるのを防止 */
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	position: relative;
		background-image: url('img/26272430_s.jpg');
	/* width: 400px;
	height: 300px;
	margin-top: 48px;
	background-image: url('img/26272430_s.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5%;
	position: relative; */
}

.company-content-img-b {
	margin-bottom: 32px;
	flex: 1 1 calc(33.333% - 16px); /* 3列レイアウト、間の余白分引く */
	min-width: 260px; /* 幅が狭くなりすぎるのを防止 */
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	position: relative;
		background-image: url('img/31832925_s.jpg');
	/* width: 400px;
	height: 300px;
	margin-top: 48px;
	background-image: url('img/31832925_s.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5%;
	position: relative; */
}

.company-content-img-c {
	flex: 1 1 calc(33.333% - 16px); /* 3列レイアウト、間の余白分引く */
	min-width: 260px; /* 幅が狭くなりすぎるのを防止 */
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	position: relative;
		background-image: url('img/27488020_s.jpg');
	/* width: 400px;
	height: 300px;
	margin-top: 48px;
	background-image: url('img/27488020_s.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5%;
	position: relative; */
}

button.company-content-label {
  width: 60%;
  max-width: 280px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px; /* ← 右寄りに配置 */
  background: #315296;
  border-radius: 50px;
  border: none;
  color: #fff;
  transition: 0.5s;
	/* width: 280px;
	height: 60px; */

	/* font-weight: bold; */

	/* display: flex;
	justify-content: center;
	align-items: center; */

	position: absolute;
	top: 90%;
	left: 45%;
	background: #315296;
	border-radius: 50px;
	border: none;
	color: #fff;
	transition: 0.5s;
}

button.company-content-label a {
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;

}
button.company-content-label:hover {
	color: #315296;
	background: #fff;
	transition: 0.5s;
}

button.company-content-label a:hover {
	color: #315296;
}

/****************************************************************************************************
************************************** news *******************************************************
*****************************************************************************************************/
.news {
	margin: 64px auto;
	width: 1024px;
	height: auto;
}

.news-content {
	text-align: center;
	/* アニメーション↓ */
	opacity: 0;
	transform: translateY(0px);
	transition: opacity .5s, transform .5s;
}

.news-content.visible {
	opacity: 1;
	transform: translateY(-50px);
}

.news-content-heading {
	font-size: 40px;
	font-weight: 500;
	color: #315296;
}

.news-content-subheading {
	font-size: 16px;
	color: #315296;

}

.news-menu {
	margin-top: 32px;
	/* アニメーション↓ */
	opacity: 0;
	transform: translateY(0px);
	transition: opacity .5s, transform .5s;
}

.news-menu.visible {
	opacity: 1;
	transform: translateY(-50px);
}

table.news-table {
	width: 100%;
	border-collapse: collapse;
}

table.news-table tr {


}

table.news-table tr td {
	padding: 24px;

	border-bottom: 0.5px solid #315296;
}

.news-date {
	width: 30%;
	font-size: 14px;
}

.news-heading {
	width: 70%;
	font-size: 18px;
}

.news-heading a {
	display: block;
}

.news-nopost {
	width: 100%;
	text-align: center;
}

.news-more {
	margin-top: 32px;
	width: 100%;
	text-align: center;
}

button.news-more-label {
	width: 200px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	border: 0.5px solid #315296;
	color: #315296;
}

button.news-more-label a {
	width: 100%;
	height: 100%;
	color: #315296;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

button.news-more-label a:hover {
	font-weight: 600;
}

/****************************************************************************************************
************************************** contact *******************************************************
*****************************************************************************************************/
.contact {
	margin: auto;
	width: 100%;
	height: 400px;
	background: #315296;
	background-image: url('img/laptop-5987093_1920.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.contact-overlay {
	position: absolute; /* 絶対位置を指定 */
	top: 0; /* 上端を0に */
	left: 0; /* 左端を0に */
	right: 0; /* 右端を0に */
	bottom: 0; /* 下端を0に */
	background-color: rgba(49,82,150,0.9);
	/* pointer-events: none; */
}

.contact-inner {
	margin: auto;
	padding: 48px 0;
	width: 1024px;
	height: auto;
	z-index: 1;
	/* アニメーション↓ */
	opacity: 0;
	transform: translateY(0px);
	transition: opacity .5s, transform .5s;
}

.contact-inner.visible {
	opacity: 1;
	transform: translateY(-50px);
}

.contact-content {
	margin: auto;
	width: 25%;
}

h2.contact-content-heading {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.contact-content-subheading {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.contact-lead-area {
	margin-top: 32px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

p.contact-lead {

}

span.br-sp {
	display: none;
}

.contact-menu {
	margin: 40px auto 0;
	width: 70%;
	display: flex;
	justify-content: space-between;
}

.contact-menu-tel {
	width: 340px;
	height: 80px;
}

.contact-menu-tel img {
	width: 11%;
}

.contact-menu-tel-circle {
	width: 100%;
	height: 100%;
}

.contact-menu-tel-circle a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.contact-menu-tel-circle a:hover {
	color: #315296;
	background: #fff;
}

.contact-menu-tel-circle i {
	margin-right: 8px;
	font-size: 24px;
}

.contact-menu-form {
	width: 340px;
	height: 80px;
}

.contact-menu-form img {
	width: 14%;
}

.contact-menu-form-circle {
	width: 100%;
	height: 100%;
}

.contact-menu-form-circle a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.contact-menu-form-circle a:hover {
	color: #315296;
	background: #fff;
}

.contact-menu-form-circle i {
	margin-right: 8px;
	font-size: 32px;
}

/****************************************************************************************************
************************************** footer *******************************************************
*****************************************************************************************************/
footer {

}

.footer {
	margin: 80px auto;
	width: 1024px;
}

.footer-logo {
	display: flex;
	align-items: flex-end;
}

.footer-logo-img {
	width: 10%;
}

.footer-logo-img a {
	display: block;
}

.footer-logo-img img {
	width: 100%;
}

.footer-logo-secondary {
	padding-left: 8px;
	color: #315296;
}

.footer-info {
	margin-top: 32px;
	display: flex;
}

.footer-info-lists {
	width: 40%;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.footer-info-lists li {
	padding: 8px 0;
}

.footer-menu-wrap {
	width: 80%;
	display: flex;
}

.footer-menu-left {
	margin: auto;
	width: 50%;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.footer-menu-right {
	margin: auto;
	width: 40%;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.footer-menu-lists {

}

.footer-menu-lists li {
	padding: 4px 0;
}

.footer-menu-lists li a {
	transition: 0.5s;
}
.footer-menu-lists li a:hover {
	font-weight: 400;
}

.footer-menu-lists li:nth-of-type(1) {
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: 400;
}

.footer-under {
	width: 100%;
	height: 50px;
	background: #315296;
}

.footer-under-inner {
	margin: auto;
	width: 1024px;
	height: 100%;
}

.footer-under-lists {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-under-lists li {

}

.footer-under-lists li a {
	font-size: 14px;
	color: #fff;
	transition: 0.5s;
}
.footer-under-lists li a:hover {
	font-weight: 400;
}

span.lists-separator {
	margin: 0 10px;
	color: #fff;
}

/****************************************************************************************************
************************************** page *******************************************************
*****************************************************************************************************/
.page-content {
	margin: 64px auto;
	width: 1200px;
	letter-spacing: 0.1em;
}

.page-content ol li {
	margin: 0.5em 0;
  list-style-type: none;
  counter-increment: cnt;
}

.page-content ol li:before {
	content: "("counter(cnt)")";
}

.header-page-img {
	width: 100%;
	height: 400px;
	background: #315296;
	background-image: url('img/商談ルーム１.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.header-page-img-overlay {
	width: 100%;
	height: 100%;
	position: absolute; /* 絶対位置を指定 */
	top: 0; /* 上端を0に */
	left: 0; /* 左端を0に */
	right: 0; /* 右端を0に */
	bottom: 0; /* 下端を0に */
	background-color: rgba(49,82,150,0.9);
}

h2.pg-heading {
	font-size: 32px;
	font-weight: 500;
	color: #315296;
	text-align: center;
}

.pg-heading-under {
	margin: 8px auto 0;
	width: 5%;
	border-bottom: 3px solid #315296;
}

/****************************************************************************************************
************************************** 固定-金融 *******************************************************
*****************************************************************************************************/
.page-id-26 .page-content img {
  width: 500px;
  display: block;
  margin: 64px auto;
}

/****************************************************************************************************
************************************** page-company *******************************************************
*****************************************************************************************************/

.header-page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header-page-title-wrap {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 1;
}

.header-page-title {
	/* width: 50%; */
	text-align: center;
	/* position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, 0%); */
	font-size: 32px;
	color: #315296;
	font-weight: 500;
	letter-spacing: 4px;
	/* z-index: 1; */
	padding: 16px 80px;
	/* background: rgba(255, 255, 255, 0.7) */
}

.pg-section {
	margin-top: 112px;
	width: 100%;
}

.pg-philosophy {
	margin: auto;
	width: 1000px;
	text-align: center;
}

.pg-philosophy-content-wrap {
	margin-top: 80px;
	padding: 32px;
	border: 1px solid #315296;
	border-radius: 5px;;
}

.pg-philosophy-content {
	font-size: 24px;
	color: #315296;
	line-height: 2em;
}

.pg-message {
	margin: auto;
	width: 1000px;
}

.pg-message-group {
	margin-top: 64px;
}

.pg-message-info {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 740 / 400; /* 高さ比率を自動計算 */
  background-image: url('img/itou_long.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 100%;
  height: 400px;
  background-image: url('img/itou_long.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
  /* position: relative;
  width: 100%;
  aspect-ratio: 740 / 400;
  background-image: url('img/itou_long.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	height: auto; */
	/* position: relative;
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: 30% 0;
	background-image: url('img/itou_long.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */
}

.pg-message-info-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%; /* 左から7割の幅 */
	height: 100%;
	background: rgba(255, 255, 255, 1); /* 白のベタ */
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* 右端に向かって透過 */
}

.pg-message-info-text {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%); /* 中央に配置 */
	color: #315296; /* テキストの色 */
	font-size: 24px; /* フォントサイズ */
	line-height: 1.8em;
}

table.pg-message-table {
	margin-top: 64px;
	width: 100%;
	border-collapse: collapse;
}

table.pg-message-table tr td {
	padding: 24px 64px;
	border-bottom: 0.5px solid #315296;

}

table.pg-message-table tr:last-child td {
	border-bottom: none;
}

.top-align {
	vertical-align: top;
}

.message-table-date {
	width: 30%;
	font-size: 16px;
	font-weight: 400;
	color: #315296;
	text-align: right;
}

.message-table-date-name {
	width: 70%;
	font-size: 28px;
	font-weight: 500;
}

.message-table-date-name span.message-table-date-name-s {
	font-size: 24px;
	font-weight: 300;
}

.message-table-prof {
	width: 70%;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.pg-staff-about {
	margin: 64px auto;
	width: 1000px;
	font-size: 20px;
	text-align: center;
}

.pg-staff-group {
	margin: auto;
	width: 1000px;
}

.pg-staff-card {
	margin-bottom: 96px;
	width: 100%;
	height: 450px;
	position: relative;
}

.pg-staff-card-img {
	width: 25%;
	height: 215px;
	position: absolute;
	top: 0;
	left: -90px;
	z-index: 1;
}

.pg-staff-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 10%;
	border-radius: 5px;
	box-shadow: 10px 10px 15px -10px;
}

.pg-staff-card-content {
	width: 88%;
	height: auto;
	position: absolute;
	top: 30px;
	right: 0;
	background: #ededed;
}

.pg-staff-card-content-inner {
	padding: 32px 64px;
}

.pg-staff-card-content-name-s {
	font-size: 24px;
	font-weight: 300;
}

table.pg-staff-card-content-lists {
	/* width: 40%; */
	border-spacing: 0 8px;
}

table.pg-staff-card-content-lists td.pg-staff-card-content-lists-item {
	width: 15%;
	text-align: right;
}

table.pg-staff-card-content-lists td {
	font-size: 16px;
	text-align: left;
}

.pg-staff-card-content-name {
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: 500;
}

.pg-staff-card-content-window {
	margin: 32px 0;
	padding: 0 8px;
	width: 98%;
	height: 100px;
	background: #fff;
}

.pg-staff-card-content-window-item {
	height: 30%;
	font-size: 16px;
	line-height: 30px;
}

.pg-staff-card-content-window-line {
	margin: auto;
	width: 100%;
	border: 1px solid #ededed;
}

.pg-staff-card-content-window-message {
	padding: 4px 0;
	font-size: 16px;
}



.pg-access-map {
	position: relative;
	margin: 64px auto;
	width: 1024px;
	padding-top: 25%;
	overflow: hidden;
}

.pg-access-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/****************************************************************************************************
************************************** お問い合わせ **************************************************
*****************************************************************************************************  */
.cf-container {
	margin: 0 auto 64px;
	width: 1000px;
}

.cf-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	border-bottom: 1px dashed #ccc;
	transition: all .3s;
}

.cf-area select {
	width: 80%; /* プルダウンの幅を調整 */
	padding: 0.8em;
	border: 1px solid #ededed;
	border-radius: 5px;
	font-size: 16px;
}

.cf-area:last-child {
	border-bottom: none;
}

.cf-area dt {
  width: 20%;
  padding-right: 30px;
  text-align: right;
	line-height: 1.5em;
}

.cf-area dd {
	width: 20%;
  flex: 1;
}

.cf-area dd.drop {
  
}

.cf-area input, .cf-area textarea {
  width: 80%;
  padding: 0.8em;
	border: 1px solid #ededed;
	border-radius: 5px;
  /* background-color: #ededed; */
  font-size: 16px;
	resize: vertical;
	transition: all .3s;
}

.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #dde2e9;
}

.cf-required {
	background: #ffa9a1;
	color: #d5000f;
	font-size: 0.8em;
	padding: 2px 6px;
	border-radius: 2px
}

.cf-send input {
	display: block;
	background: #ededed;
	/* width: 400px;
	height: 50px;
	margin: 30px auto 0; */
	margin: 0 auto;
	border: none;
	border-radius: 10px;
	color: #3a3a3a;
	box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	transition: all .5s;
}

.cf-send input:hover {
	filter: brightness(1.5);
	color: #3a3a3a;
	background: #bdbdbd;
}

.wpcf7-form-control {
  width: 40%;
  padding: 12px;
  font-size: 14px;
  /* border: 1px solid #bdbdbd; */
	border-radius: 2px;
	color: #3a3a3a;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: center;
}


/* 種類の追加 */
.cf-check-area input {
	margin: 3px 3px 0 0;
}
/* 同意ボタンの追加 */
.wpcf7-list-item label {
	display:flex;
	justify-content: flex-start;
}
/* 同意ボタン、送信の追加 */
.cf-send {
	margin: auto;
	text-align: center;
}

.wpcf7-response-output {
	margin: 32px auto 64px !important;
	width: 80%;
	padding: 32px 0 !important;
	border-top: 5px solid #315296 !important;
	border-bottom: 5px solid #315296 !important;
	border-right: none !important;
	border-left: none !important;
	font-size: 20px;
	text-align: center;
	background: rgba(206, 221, 255, 0.5);
}

/* 同意チェックボタンの追加 */
.cf-send .wpcf7-list-item label input {
	margin: 0 6px 16px 0;
	height: 20px;
	box-shadow: none;
}

.ct-container {
	margin: 0 auto 64px;
	width: 800px;
	height: 20%;
}

.ct-inner {
	padding: 24px 0;
	width: 100%;
	border: 1px solid #dde2e9;
	text-align: center;
}

.ct-intro {
	font-size: 24px;
}

.ct-num-group {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px 0;
}

.ct-num-img {
	padding-top: 6px;
	width: 45px;
}

.ct-num-img i {
	color: #315296;
	font-size: 28px;
}

.ct-num a {
	font-size: 40px;
	font-weight: 500;
	color: #315296;
}

.ct-text {
	font-size: 16px;
}


.cf-check-area {
	margin: 0;
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	transition: all .3s;
}

.cf-check-area dt {
	width: 20%;
	text-align: right;
}

.cf-check-area dd {
	margin: 0;
	width: 75%;
	font-size: 12px;
}

.cf-check-area dd p span.wpcf7-form-control {
	display: inline-block;
	padding: 0;
	width: 100%;
	font-size: 12px;
}

.cf-check-area dd p span.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

/****************************************************************************************************
************************************** 404 **************************************************
*****************************************************************************************************  */
.pg404 {
	margin: auto;
	width: 1000px;
	font-size: 18px;
	text-align: center;
}

.pg404-heading {
	padding: 64px 0;
	font-size: 64px;
	font-weight: 800;
	text-align: center;
	color: #ededed;
}

.pg404-message {

}

.pg404-btn {
	margin-top: 64px;
}

button.pg404-btn-label {
	width: 300px;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #3a3a3a;
	color: #3a3a3a;
}

button.pg404-btn-label a {
	width: 100%;
	height: 100%;
	color: #315296;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

button.pg404-btn-label a:hover {
	font-weight: 700;
}

/****************************************************************************************************
************************************** home(news投稿一覧) **************************************************
*****************************************************************************************************  */
.news-lists {
	margin: 32px auto;
	width: 60%;
}

.news-paging {
	margin: 32px;
}

/* .custom-pagination {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.custom-pagination .page-numbers {
	padding: 4px 16px;
	margin: 0 5px;
	background-color: #315296;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}

.custom-pagination .page-numbers:hover {
	background-color: #284b91;
} */




.custom-pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.custom-pagination .page-numbers {
    padding: 4px 16px;
    margin: 0 5px;
    background-color: #fff; /* その他のページの背景色 */
    color: #315296; /* その他のページの文字色 */
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #ccc; /* 境界線の色（任意） */
}

.custom-pagination .page-numbers.current {
    background-color: #315296; /* 現在のページの背景色 */
    color: #fff; /* 現在のページの文字色 */
}

.custom-pagination .page-numbers:hover {
    background-color: #284b91; /* ホバー時の背景色 */
    color: #ffffff; /* ホバー時の文字色 */
}

/****************************************************************************************************
************************************** news 投稿内容 **************************************************
*****************************************************************************************************  */
.article {
	width: 800px;
}

.article-date {

}

.article-title {
	margin-top: 32px;
	font-size: 24px;
	font-weight: 600;
}

.article-title-underline {
	margin: 16px 0 32px;
	border-bottom: 1px solid #3a3a3a;
}

.article-content {

}