.page-head {
	padding: 140px 0;
	margin-bottom: 30px;
}

.page-head h1 {
	color: #324e90;
}

.service-page .page-head {
	background: url(../images/page/service01.jpg) no-repeat right;
	background-size: auto 100%;
}

.recruit-page .page-head {
	background: url(../images/page/recruit01.jpg) no-repeat right;
	background-size: auto 100%;
}

.company-page .page-head {
	background: url(../images/page/recruit01.jpg) no-repeat right;
	background-size: auto 100%;
}


.service-title {
	font-size: 32px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}

.service-title h2 {
	position: relative;
	z-index: 2;
}

.service-title:after {
	content: '';
	display: block;
	width: 60%;
	height: 140px;
	transform: skewX(27deg);
	background-color: #324e90;
	position: absolute;
	left: -50px;
	top: 0;
	z-index: 1;
}

.service-page #sec01,
.service-page #sec02,
.service-page #sec03 {
	padding: 90px 0;
}

.service-page .column2 {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 4%;
	margin-bottom: 50px;
}

.service-page img {
	border-radius: 20px;
}

.service-page #sec02 .column2 .img {
	order: 1;
}

.service-page #sec02 .column2 .text {
	order: 2;
}

.column3 {
	margin-bottom: 40px;
}

 .column3 ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
}

.service-bg01 {
	background: url(../images/page/service-bg01.svg) no-repeat right bottom;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	padding: 15px;
	color: #fff;
	position: relative;
}

.service-bg01 .cap {
	color: #324e90;
	font-weight: bold;
	position: absolute;
	left: 10px;
	bottom: 0;
}

.service-bg01 table {
	width: 90%;
	margin: 0 auto;
}

.service-bg01 th {
	width: 60%;
	font-weight: normal;
}

.service-bg01 td {
	width: 40%;
	text-align: right;
}

.service-page h3,
.recruit-page h2{
	color: #324e90;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

.service-page h4,
.recruit-page h3 {
	color: #324e90;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}

.souko-sec img {
	width: 220px;
	float: right;
	display: block;
	margin: 0 0 15px 25px;
}

.souko-sec {
	margin-bottom: 50px;
}

.souko-sec-inner {
	display: grid;
	grid-template-columns: 60% 35%;
	gap: 5%;
}

.souko-sec h5 {
	font-size: 21px;
	font-weight: bold;
	color: #324e90;
	margin-bottom: 15px;
}

.souko-sec h5 span {
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	padding-left: 10px;
}

.souko-sec .sec2 {
	background: url(../images/page/service-bg02.svg) no-repeat left top;
	background-size: 100% auto;
	border-radius: 0 0 10px 10px;
	padding: 70px 25px 15px 25px;
	color: #324e90;
	position: relative;
}

.souko-sec .sec2 h6 {
	text-align: right;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 20px;
}

.souko-sec .sec2 p {
	font-size: 15px;
	line-height: 1.6;
}

.souko-sec .sec2 .cap {
	position: absolute;
	left: 10px;
	top: 0;
	font-size: 21px;
	font-weight: bold;
}

.service-page #sec03 {
	margin-bottom: 60px;
}

.service-page #sec01,
.service-page #sec02,
.service-page #sec03 {
	position: relative;
}

.triangle05 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 80px solid #324e90;
	border-bottom: 0 solid transparent;
	border-top: 180px solid transparent;
}

.triangle06 {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-right: 80px solid #e6e6e6;
	border-bottom: 180px solid transparent;
	border-top: 0 solid transparent;
}

.read-text {
	color: #666;
	margin-bottom: 40px;
}

.recruit-page #sec01 {
	position: relative;
}

.recruit-page #sec02 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.triangle07 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 300px solid #324e90;
	border-bottom: 0 solid transparent;
	border-top: 800px solid transparent;
	z-index: 0;
}

.interview-box {
	display: grid;
	grid-template-columns: 50% 45%;
	gap: 5%;
}

.interview-box dt {
	font-size: 19px;
	margin-bottom: 5px;
	color: #324e90;
	font-weight: bold;
}

.interview-box dd {
	margin-bottom: 30px;
}

.interview-box dd:last-child {
	margin-bottom: 0;
}

.prof-name {
	font-size: 32px;
	color: #324e90;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: -30px;
	position: relative;
	padding-left: 50px;
}

.prof-name span {
	font-weight: bold;
	font-size: 16px;
	color: #666;
	display: block;
}

.prof-name:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 25px solid #324e90;
    border-top: 0 solid transparent;
    border-bottom: 55px solid transparent;
    position: absolute;
    top: 10px;
    left: 0;
}

.interview-box table {
	color: #324e90;
}

.interview-box th {
	font-weight: normal;
	white-space: nowrap;
	border-right: 1px solid #324e90;
	padding-right: 30px;
}

.interview-box td {
	padding-left: 30px;
}

.interview-box h3 {
	position: relative;
	padding-left: 60px;
}

.interview-box h3:after {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../images/page/interview-icon.svg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.blue-bg {
	background: #ebf4ff;
	padding: 70px 0;
	margin: 70px 0;
}

.blue-bg .text {
	order: 2;
}

.blue-bg .img {
	order: 1;
}


.magazine-head {
	background: url(../images/page/magazine01.jpg) no-repeat;
	background-size: cover;
	padding: 120px 0;
	position: relative;
}

.magazine-category {
	background: #e6e6e6;
	padding: 80px 0;
}

.magazine-head h1 {
	width: 300px;
	margin: 0 auto;
}

.magazine-category .magazine-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
	margin-bottom: 60px;
}

.magazine-category .magazine-thumbnail {
    aspect-ratio: 4 / 3;
	position: relative;
}

.cateIcon {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px;
	color:#fff;
	display: flex;
    gap: 5px;
	
}

.cateIcon .cate01 {
	border-radius: 6px;
	padding: 2px 10px;
	background: #67bdeb;
}

.cateIcon .cate02 {
	border-radius: 6px;
	padding: 2px 10px;
	background: #00a99d;
}

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi span.current {
	background: #324e90;
	color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
	text-align:center;
	line-height: 28px;
	color: #324e90;
	border: none;
	margin: 0 5px;
}

.wp-pagenavi a:hover {
	opacity: 0.7;
}

.magazine-category #content {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 20px;
	position: relative;
}

.magazine-category #content .cateIcon {
    position: relative;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
	margin-bottom: 15px;
	display: flex;
    gap: 10px;
}

#content h1 {
    background: #ebf5ff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    padding: 10px 15px;
    border-left: 6px solid #324e90;
	margin-bottom: 0;
}

#content h2 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #324e90;
	color: #324e90;
	margin-bottom: 20px;
	margin-top: 40px;
}

#content h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #324e90;
	margin-bottom: 20px;
	margin-top: 30px;
}

.pageTime {
	font-size: 13px;
	margin-bottom: 10px;
}


#content p {
	margin-bottom: 15px;
	margin-top: 20px;
}

#content img {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

.postNav {
	text-align: center;
	padding: 20px 0 20px 0;
}

.postNav ul {
	display: flex;
	justify-content: center;
	font-size: 13px;
	gap: 25px;
}

.postNav a {
	color: #324e90;
	line-height: 1;
	display: flex;
	align-items: center;
}

.archive-link a {
	padding: 5px 60px;
	
	
}

.next_post a {
	padding: 5px 0 5px 60px;
	border-left: 1px solid #324e90;
}

.previous_post a {
	padding: 5px 60px 5px 0;
	border-right: 1px solid #324e90;
}



.privacy-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}

.privacy-policy h1 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.privacy-policy h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #324e90;
  font-weight: 600;
	color: #324e90;
}

.privacy-policy h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.privacy-policy p {
  margin-bottom: 15px;
}

.privacy-policy ol {
  margin-left: 20px;
  padding-left: 10px;
}

.privacy-policy ol li {
  margin-bottom: 10px;
}

.privacy-policy ul {
  margin: 10px 0 20px 20px;
  list-style: disc;
}

.privacy-policy ul li {
  margin-bottom: 5px;
}

/* リンク */
.privacy-policy a {
  color: #2064c8;
  text-decoration: underline;
}

.privacy-policy a:hover {
  opacity: 0.7;
}

/* 会社情報ボックス */
.privacy-company {
  margin-top: 40px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 6px;
  border: 1px solid #ddd;
	margin-bottom: 30px;
}

.privacy-company p {
  margin: 5px 0;
  line-height: 1.6;
}

/* ------------------------------
   スマホ最適化
------------------------------ */
@media (max-width: 768px) {
  .privacy-policy {
    font-size: 15px;
    padding: 30px 25px 80px 25px;

	}
}


.company-page .service-title {
	margin-bottom: 30px;
}


.company-page #sec01 {
	padding: 80px 0 0 0;
}

.company-page #sec01 h2 span,
.company-page #sec02 h2 span,
.company-page #sec03 h2 span,
.company-page #sec04 h2 span,
.company-page #sec05 h2 span,
.company-page #sec06 h2 span,
.company-page #sec07 h2 span {
	color: #324e90;
}

.company-page #sec01 .sec01-inner {
	display: grid;
	grid-template-columns: 45% 50%;
	gap: 5%;
	margin-bottom: 80px;
}

.company-page #sec01 p {
	margin-bottom: 20px;
}

.company-page #sec01 p:last-child {
	margin-bottom: 0;
}

.company-page #sec01 p.name {
	text-align: right;
}


.top-youtube {
	margin: 60px auto 0 auto;
	max-width: 600px;
	width: 100%;
}

.top-youtube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.top-youtube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.company-page #sec02 .sec02-inner {
	display: flex;
	flex-direction: column;
    align-items: center;
	gap:20px;
}

.company-page #sec02 h3 {
	font-size: 30px;
	font-weight: bold;
	color: #324e90;
}

.company-page #sec02 h4 {
	font-size: 20px;
	font-weight: bold;
	color: #324e90;
}

.company-page #sec02 .img {
	max-width: 300px;
	margin: 0 auto;
}

.company-page #sec03 {
	margin-bottom: 80px;
}

.company-page #sec04 .company03 {
	display: block;
	width: 500px;
	margin-top: 10px;
}

.company-page #sec05 {
	margin-bottom: 100px;
}

.company-page #sec05 ul {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.company-page #sec06 ul {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.company-page #sec05 li,
.company-page #sec06 li{
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}

.company-page #sec05 h3,
.company-page #sec06 h3 {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #324e90;
	color: #324e90;
}

.company-page #sec05 li a,
.company-page #sec06 li a{
	color: #324e90;
	text-decoration: underline;
}

.company-page #sec05 li a:hover,
.company-page #sec06 li a:hover{
	text-decoration: none;
}

.mb0 {
	margin-bottom: 0;
}



.contact-sec02 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.contact-form table,
.contact-form tr,
.contact-form tbody,
.contact-form th,
.contact-form td {
	display: block;
	width: 100%;
}

.contact-form th {
	padding-bottom: 10px;
}

.contact-form td {
	padding-bottom: 40px;
}

.contact-form .wpcf7-text {
	width: 100%;
	background: #f2f6ff;
	padding: 10px;
	border: 1px solid #95a5c6;
	border-radius: 4px;
}

.contact-form th span {
    background: #e13d54;
    color: #fff;
    font-size: 12px;
    padding: 1px 8px 2px 8px;
    line-height: 1;
    position: relative;
    left: 10px;
}

.wpcf7-select {
	width: 40%;
	background: #f2f6ff;
	padding: 10px;
	border: 1px solid #95a5c6;
	border-radius: 4px;
}

textarea {
	width: 100%;
	background: #f2f6ff;
	padding: 10px;
	border: 1px solid #95a5c6;
	border-radius: 4px;
	height: 150px;
}

.privacy-policy-text,
.privacy-policy-text02 {
	text-align: center;
}

.privacy-policy-text02 a {
	font-size: 12px;
	color: #008ad4;
	text-decoration: underline;
}

.privacy-policy-text02 a:hover {
	text-decoration: none;
}

.wpcf7-list-item {
    display: block;
}

.send-bt {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0 auto;
}

.wpcf7-submit {
    width: 100%;
    display: block;
    background: #324e90;
    font-size: 18px;
	font-weight: bold;
    height: 60px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}

.wpcf7-submit:hover {
	opacity: 0.7;
}

.contact-sec01 {
	padding: 50px 0;
}

.thanks-page h3 {
	color: #324e90;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.thanks-page p {
	margin-bottom: 30px;
}

.news-title-page {
	text-align: center;
}

.news-title-page {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.news-title-page span {
    display: block;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 64px;
    font-style: italic;
	color: #324e90;
}

.news-category .news-release-list {
	padding: 40px 0;
}

.news-category {
	padding-bottom: 100px;
}

.recruit-text {
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}

