/* 基本スタイル */
html {
	font-size: 62.5%;
	/* ベースを10pxに指定 */
	overflow-x: hidden;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #1a1a1a;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 1.5rem;
	overflow-x: hidden;
	line-height: 2.6rem;
	letter-spacing: 0.1rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	background-color: #f6f7f7;
	margin: auto;
}

a {
	color: #1a1a1a;
	text-decoration: none;
	transition: .3s all;
}

a:hover {
	opacity: 0.7;
}

.container {
	width: 100%;
}

.co {
	padding-left: 20px;
	padding-right: 20px;
}

.cont001 {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.cont002 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.cont003 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.cont004 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.cont005 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

.fc_bl {
	color: #004585;
}

.bc_wh {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

dl,
dd,
dt {
	margin: 0;
}

.bo {
	font-weight: bold;
}

.pconly {
	display: block !important;
}

.sponly {
	display: none !important;
}

/*------------スマホ 基本スタイル------------*/
@media screen and (max-width: 834px) {
	body {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	.bc_wh {
		background-color: #fff;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.pconly {
		display: none !important;
	}

	.sponly {
		display: block !important;
	}
}

/*
-----------------------------------------------
margin,padding
----------------------------------------------- */
.mt10 {
	margin-top: 10px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mt160 {
	margin-top: 160px;
}

.mt100 {
	margin-top: 100px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb160 {
	margin-bottom: 160px;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.mt60 {
		margin-top: 40px;
	}

	.mt80 {
		margin-top: 60px;
	}

	.mt160 {
		margin-top: 100px;
	}

	.mt100 {
		margin-top: 60px;
	}

	.mb160 {
		margin-bottom: 100px;
	}
}

/*
-----------------------------------------------
GOOGLE FONT
----------------------------------------------- */
.min {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}

/*
-----------------------------------------------
ヘッダー
----------------------------------------------- */
#header {
	background-color: #fff;
}

.scrl_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	margin: 0 auto;
	flex-wrap: wrap;
}

.hdr_logo_link h1 {
	font-size: 19px;
	line-height: 1.6;
	color: #004585;
	font-weight: 700;
}

.hdr_logo_link h1 span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #004585;
}

.pcmenu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.ul01 {
	display: flex;
	justify-content: end;
}

.ul01 li a {
	display: inline-block;
	width: 165px;
	height: 35px;
	line-height: 35px;
	border: 2px solid #004585;
	background-color: #004585;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.ul01 li a:hover {
	background-color: #fff;
	color: #004585;
	opacity: 1;
}
.ul02 {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.ul02 li a {
	font-size: 15px;
	color: #004585;
	font-weight: 700;
	text-decoration: none;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
.hdr_logo_link h1 {
	font-size: 16px;
	line-height: 1.6;
}

.hdr_logo_link h1 span {
	font-size: 11px;
}
.scrl_menu {
	padding: 20px 0;
}
	.pcmenu {
		display: none;
	}

	.apply-btn {
		text-align: center;
	}

	.apply-btn a {
		display: inline-block;
		background-color: #004585;
		color: white;
		padding: 15px 20px;
		border-radius: 8px;
		font-weight: bold;
		font-size: 1.4rem;
		text-decoration: none;
	}
}

/*
-----------------------------------------------
ハンバーガー
----------------------------------------------- */
.btn-trigger {
  position: fixed;
  width: 50px;
  height: 44px;
  cursor: pointer;
	background-color: #004585;
	right: 20px;
	top: 20px;
	z-index: 9999;
	border-radius: 3px;
}
.btn-trigger span {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 6px;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 6px;
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}



/*=============================
#spmenu
=============================*/
.spmenu {
	background-color: #fff;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: all .8s ease-in-out;
	height: 100vh;
	overflow: hidden;
}

.spmenu.active {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

body.active,html.active {
	overflow: hidden;
}

.spmenu-inner {
	padding: 20px;
	position: relative;
	color: #004585;
	height: 100vh;
	overflow-x: auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
@supports (-webkit-touch-callout: none) {
.spmenu-inner {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.spmenu-inner .hdr_logo_link {
	display: block;
	width: fit-content;
	margin-bottom: 30px;
}

.spmenu-inner li {
	margin-top: 20px;
}

.spmenu-inner li a {
	color: #004585;
	font-weight: 600;
}

.spmenu_sns {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 20px;
	padding-bottom: 80px;
}

.spmenu_sns li img {
	height: 30px;
}

.spmenu_imgtree {
	position: absolute;
	left: 240px;
	top: 340px;
	width: 56%;
}

.ul03_hovli_ul {
	margin-left: 20px;
}

.ul03 li {
	line-height: 3.5rem;
}
/*
-----------------------------------------------
main visual
----------------------------------------------- */

.hero-section {
	background: #fff;
	padding: 0;
}

.hero-container {
	display: flex;
	margin: 0 auto;
	align-items: stretch;
}

.hero-left {
	width: 50%;
}

.img-main {
	display: block;
	width: 100%;
	height: 80vh;
	object-fit: cover;
	object-position: right;
	max-width: 100%;
}

.hero-right {
	flex: 1;
	display: grid;
	grid-template-rows: 1fr auto;
	background: #fff;
	padding-right: 40px;
}

.hero-text {
	align-self: center;
	text-align: left;
	font-family: "Noto Serif JP", serif;
	display: block;
	margin: 0 auto;
}

.hero-subtitle {
	font-size: 25px;
	color: #009db3;
	margin: 0 0 10px 0;
}

.hero-title {
	font-size: 54px;
	color: #009db3;
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}

.hero-subimages {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: calc(100% - 800px);
	gap: 20px;
}

.img-sub {
	height: 70px;
	width: auto;
}

.start-info {
	background-color: #ffffff;
	padding: 40px 0;
}

.start-container {
	max-width: 1180px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 60px auto 0;
	flex-wrap: nowrap;
	color: #004585;
	font-family: "Noto Serif JP", serif;
}

.start-left {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	flex-shrink: 0;
	margin-right: 40px;
}

.start-right {
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	line-height: 1.4;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.hero-container {
		display: block;
	}

	.hero-left {
		width: 100%;
	}

	.img-main {
		height: 50vh;
	}

	.hero-title {
		font-size: 35px;
		white-space: nowrap;
	}

	.hero-subtitle {
		font-size: 17px;
		letter-spacing: 0;
	}

	.hero-right {
		margin-top: 40px;
		padding-left: 20px;
		padding-right: 10px;
	}

	.hero-text {
		text-align: right;
		margin-left: auto;
		margin-right: 0;
		text-align: left;
		font-family: "Noto Serif JP", serif;
	}

	.start-container {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
	}

	.start-right {
		margin-top: 20px;
		font-size: 18px;
		text-align: center;
	}

}

/*
-----------------------------------------------
top_about
----------------------------------------------- */
.feature-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.feature-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature-text {
	color: #004585;
	flex: 1;
	font-size: 15px;
	line-height: 30px;
	width: 60%;
}

.feature-title {
	font-size: 40px;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: 600;
	color: #004585;
	text-align: left;
}

.feature-img-side {
	max-width: 380px;
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.img-box.img-side {
	width: 100%;
	object-fit: cover;
}

.feature-bottom {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

.img-box.img-center {
	display: block;
	max-width: 100%;
	height: auto;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.pc-only-br {
		display: none;
	}

	.feature-top {
		display: block;
	}

	.feature-title {
		font-size: 22px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.feature-text p {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1.4rem;
	}

	.feature-text {
		width: 100%;
	}

	.feature-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}

	.feature-img-side {
		max-width: 100%;
		width: 100%;
		margin-top: 20px;
	}

	.feature-img-side img {
		height: 200px;
	}
}

/*
-----------------------------------------------
top_feature
----------------------------------------------- */
.h2_01 {
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.h2_01 span {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
}

.feature-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	justify-content: space-between;
}

.feature-item {
	background-color: #fae39b;
	padding: 20px;
	flex: 1 1 calc(50% - 10px);
	/* 2列レイアウト（gap分考慮） */
	box-sizing: border-box;
}

.feature-item-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.feature-item p {
	font-size: 15px;
	line-height: 1.7;
}

.lecture-images {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	max-width: 100%;
	box-sizing: border-box;
}

.lecture-image {
	flex: 1 1 calc(50% - 10px);
	/* 2列配置、gap考慮 */
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.lecture-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.h2_01 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.h2_01 span {
		font-size: 16px;
		line-height: 24px;
	}

	.lecture-images {
		gap: 10px;
	}

	#top_feature {
		padding-left: 20px;
		padding-right: 20px;
	}

	.feature-item-title {
		font-size: 16px;
	}

	.feature-item p {
		font-size: 13px;
	}

	.feature-grid {
		display: block;
	}

	.feature-item {
		margin-bottom: 15px;
	}

	.feature-item:last-child {
		margin-bottom: 0;
	}
}

/*
-----------------------------------------------
top_recruting
----------------------------------------------- */
.recruit-block {
	color: #1a1a1a;
	line-height: 1.8;
	box-sizing: border-box;
}

.section-divider {
	border: none;
	border-top: 0.5px solid #004585;
}

.recruit-dl {
	padding: 20px;
	border-top: 1px solid #4d4d4d;
}

.recruit-dl:last-of-type {
	border-bottom: 1px solid #4d4d4d;
}

.recruit-dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.recruit-dl dd {
	padding-left: 15px;
}

.recruit-dl h3 {
	font-size: 1.5rem;
}

.recruit-list {
	list-style: disc;
	margin: 10px 0 0;
}

.recruit-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.recruit-table th,
.recruit-table td {
	padding: 8px 20px;
	text-align: left;
}

.recruit-table thead tr {
	background-color: #ffffff;
	font-weight: bold;
}

.recruit-table th:first-of-type {
	width: 26%;
}

.recruit-table th:nth-of-type(2),
.recruit-table th:nth-of-type(3) {
	width: 37%;
}

.recruit-table tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.recruit-table tbody tr:nth-child(even) {
	background-color: #ffffff;
}
.recruit-cta {
	display: flex;
	align-items: center;
	border: 2px solid #005ed9;
	background-color: #005ed9;
	color: #fff;
	border-radius: 12px;
	overflow: hidden;
	font-weight: bold;
}
.cta-button {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.2rem;
	padding: 30px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 2px;
  margin-top: 12.8px;
  border-radius: 9999px;
  background-color: #fff;
}
.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 20px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
.cta-button:hover {
	background-color: #fff;
	color: #005ed9;
	opacity: 1;
}
.cta-button:hover .arrow {
  background-color: #005ed9;
  width: 80px;
  transition: all .3s;
}
.cta-button:hover .arrow::before {
  background-color: #005ed9;
  transition: all .3s;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.recruit-block {
		padding-left: 20px;
		padding-right: 20px;
	}

	.recruit-table th,
	.recruit-table td {
		padding: 8px 10px;
	}

	.recruit-dl dt {
		font-size: 1.5rem;
	}

	.recruit-dl dd {
		font-size: 1.3rem;
		padding-left: 0;
	}

	.recruit-dl h3 {
		font-size: 1.4rem;
	}

	.recruit-dl {
		padding: 20px 10px;
		border-top: 1px solid #4d4d4d;
	}

	.cta-button {
		font-size: 16px;
		padding: 14px 30px;
	}
}

/*
-----------------------------------------------
top_message
----------------------------------------------- */

.message-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.message-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	max-width: none;
	margin-bottom: 60px;
}

.message-photo {
	width: 368px;
	max-width: 100%;
	flex-shrink: 0;
}

.message-photo img {
	width: 100%;
	height: auto;
	display: block;
}

.message-main {
	padding: 0 50px;
}


.message-highlight {
	background-color: #f6a071;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 24px;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.recruit-block {
		padding-left: 20px;
		padding-right: 20px;
	}

	.message-profile {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.message-photo {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.message-info {
		display: inline-block;
		text-align: center;
	}

	.message-main,
	.message-summary {
		padding: 0;
	}

	.message-body {
		line-height: 2.4rem;
		font-size: 1.3rem;
	}

	.message-highlight {
		padding: 10px 16px;
		font-size: 2rem;
		line-height: 3rem;
	}


}

/*
-----------------------------------------------
top_access
----------------------------------------------- */
.access-container {
	text-align: center;
	position: relative;
}

.access-title {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 30px;
}

.access-address {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.access-info {
	font-size: 13px;
	line-height: 2.3rem;
	margin-bottom: 5px;
}

.access-map {
	max-width: 900px;
	margin: 40px auto 0;
	width: 100%;
}

.access-map iframe {
	width: 100%;
	height: 300px;
	display: block;
	border: 0;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.access-map iframe {
		height: 200px;
	}

	.access-address {
		font-size: 12px;
		line-height: 2rem;
	}

	.access-info {
		font-size: 11px;
		line-height: 2rem;
	}
}

/*
-----------------------------------------------
footer-
----------------------------------------------- */
.ftr_logo_link h1 {
	font-size: 19px;
	line-height: 1.6;
	color: #004585;
	font-weight: 700;
	margin-top: 0;
}

.ftr_logo_link h1 span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #004585;
}

.footer {
	background-color: #ffffff;
	color: #004585;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 2;
	padding: 40px 20px;
}

.footer-container {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-left {
	max-width: 50%;
	min-width: 300px;
	color: #004585;
}

.footer-tagline {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.footer-tagline span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}

.footer-contact {
	font-size: 13px;
	line-height: 2.2rem;
	margin-top: 10px;
}

.footer-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-copyright {
	font-size: 12px;
	color: #004585;
	text-align: center;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
	.footer-container {
		display: block;
	}

	.footer-left {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.footer-contact {
		font-size: 12px;
		line-height: 2.2rem;
		margin-top: 10px;
	}
}

/*
-----------------------------------------------
animation
----------------------------------------------- */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}