/*

Theme Name: Twenty Twenty-Five Child

Template: twentytwentyfive

Version: 1.0

*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
	opacity: 0.5;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #454545;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: clip;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 2.2rem 2rem 2rem;
	border-top: 0.1rem solid #DBDBDB;
	position: relative;
	background: #fff;
	z-index: 1000;
}
#pagePath ul {
	margin: 0 auto;
	width: 90rem;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#pagePath li {
	display: inline;
}
#pagePath li br {
	display: none;
}
#pagePath .underline {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		opacity: 1;
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		padding: 1.8rem 3rem 1.6rem;
		z-index: auto;
	}
	#pagePath ul {
		width: auto;
		font-size: 1rem;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* font */
.azoSans {
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 500;
}
/*------------------------------------------------------------
	fix
------------------------------------------------------------*/
.fixIns {
	width: 15rem;
	position: fixed;
	left: 3rem;
	bottom: 1.9rem;
	z-index: 100;
}
.fixIns a {
	display: block;
}
.fixIns img {
	width: 100%;
}
.fixBnr {
	width: 26rem;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.25);
	z-index: 1001;
}
.fixBnr a {
	display: block;
}
.fixBnr img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.fixBnr {
		z-index: 100;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 90rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 2.5rem;
}
.headLine01 .en {
	display: block;
	font-size: 4rem;
	letter-spacing: -0.02em;
	line-height: 1.21;
	white-space: nowrap;
}
@media all and (max-width: 896px) {
	.headLine01 {
		width: auto;
		font-size: 2rem;
		text-align: center;
	}
	.headLine01 .en {
		font-size: 4rem;
		line-height: 1.08;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.2rem;
	padding: 1.4rem 2rem 1.3rem 3.6rem;
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	border-radius: 1rem;
	background: #E4F7F8;
}
.headLine02::before {
	width: 0.6rem;
	position: absolute;
	left: 2rem;
	top: 1.9rem;
	bottom: 1.8rem;
	background: #0D3C8A;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.9rem;
		padding: 1rem 1rem 0.8rem 2rem;
		font-size: 1.3rem;
		line-height: 1.22;
		border-radius: 0.6rem;
	}
	.headLine02::before {
		width: 0.3rem;
		left: 1.2rem;
		top: 1.1rem;
		bottom: 1.1rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	position: relative;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.98;
	letter-spacing: 0.05em;
	z-index: 1;
}
.headLine03 span {
	padding: 1rem 0 1rem 1.3rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background: url(img/common/bg02.jpg) no-repeat left top / 100% 100%;
}
@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 1.8rem;
		line-height: 2.08;
	}
	.headLine03 span {
		padding: 0.5rem 0.3rem 0.5rem 1.3rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 5.4rem;
	font-size: 2.2rem;
}
.headLine04 .en {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 4.4rem;
		text-align: center;
	}
	.headLine04 .en {
		margin-bottom: -0.4rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 6.9rem;
	text-align: center;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
.headLine05 .sm {
	margin-top: 0.8rem;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 3.5rem;
		font-size: 2.8rem;
		line-height: 1.428;
	}
	.headLine05 .sm {
		margin-top: 1.1rem;
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	pageTitle01
------------------------------------------------------------*/
.pageTitle01 {
	padding: 10rem 0 4.1rem;
	background: linear-gradient(#E4F7F8, #E4F7F8) no-repeat left top / 100% 20rem;
}
.pageTitle01 .ptInner {
	margin: 0 auto;
	width: 90rem;
}
@media all and (max-width: 896px) {
	.pageTitle01 {
		margin-bottom: 4.2rem;
		padding: 3.3rem 1rem 3.5rem;
		background: #E4F7F8;
	}
	.pageTitle01 .ptInner {
		width: auto;
	}
}
/*------------------------------------------------------------
	pageTitle01
------------------------------------------------------------*/
.pageTitle02 {
	margin-bottom: 14.8rem;
	position: relative;
}
.pageTitle02 .ptImg {
	margin-left: auto;
	width: calc(50% + 40rem);
}
.pageTitle02 .ptImg img {
	width: 100%;
	height: 20rem;
	border-radius: 0 0 0 60rem;
	object-fit: cover;
}
.pageTitle02 .ptInner {
	margin: -6.1rem auto 0;
	width: 90rem;
}
.pageTitle02 .headLine01 {
	margin-bottom: 7.8rem;
}
.pageTitle02 .headLine01 .en {
	color: #000000;
}
.pageTitle02 .ptTxt {
	position: relative;
	letter-spacing: 0.05em;
	line-height: 2.285;
}
.pageTitle02 .ptTxt::before {
	width: 5rem;
	height: 0.3rem;
	position: absolute;
	left: 0;
	top: -3.5rem;
	background: #414040;
	content: '';
}
@media all and (max-width: 896px) {
	.pageTitle02 {
		margin-bottom: 5.3rem;
	}
	.pageTitle02 .ptImg {
		width: 100%;
	}
	.pageTitle02 .ptImg img {
		height: 12.5rem;
		border-radius: 0 0 0 17.5rem;
	}
	.pageTitle02 .ptInner {
		margin-top: -1.4rem;
		width: auto;
	}
	.pageTitle02 .headLine01 {
		margin-bottom: 2rem;
	}
	.pageTitle02 .headLine01 .en {
		margin-bottom: 0.8rem;
		font-size: 5.1rem;
	}
	.pageTitle02 .ptTxt {
		margin: 0 3rem;
		font-size: 1.3rem;
		line-height: 2;
	}
	.pageTitle02 .ptTxt::before {
		display: none;
	}
}
/*------------------------------------------------------------
	comNavList
------------------------------------------------------------*/
.comNavList {
	margin-bottom: 4.8rem;
	display: flex;
	gap: 0.2rem;
	border-radius: 8rem;
	overflow: hidden;
}
.comNavList li {
	min-height: 8rem;
	flex: 1;
}
.comNavList li a {
	padding: 2rem 6.5rem 1.8rem 3rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	background: #EFEFEF url(img/common/icon03.webp) no-repeat right 1.9rem center / 4rem;
}
.comNavList .current a {
	color: #fff;
	background-color: #0D3C8A;
}
@media all and (min-width: 897px) {
	.comNavList li a:hover {
		opacity: 1;
		color: #fff;
		background-color: #0D3C8A;
	}
}
@media all and (max-width: 896px) {
	.comNavList {
		margin-bottom: 3.6rem;
		flex-wrap: wrap;
		border-radius: 1rem;
	}
	.comNavList li {
		width: 100%;
		min-height: 7.9rem;
		flex: initial;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	display: flex;
}
.comBtn.center {
	justify-content: center;
}
.comBtn a {
	padding: 1.5rem;
	width: 24rem;
	max-width: 100%;
	min-height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 5rem;
	border: 0.1rem solid #000;
	background: #fff url(img/common/icon05.webp) no-repeat right 2.9rem center / 1.4rem;
}
.comBtn a .txt {
	margin-right: 2rem;
}
.comBtn.white a {
	color: #fff;
	background-color: transparent;
	background-image: url(img/common/icon13.webp);
	border-color: #fff;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #fff;
		border-color: #0D3C8A;
		background-image: url(img/common/icon13.webp);
		background-color: #0D3C8A;
		opacity: 1;
	}
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 6rem;
	padding: 0 12rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	position: relative;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0;
	padding: 0.3rem 0 0;
	width: 5rem;
	height: 4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #01082B;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 0.6rem;
	border: 0.2rem solid #C9C9C9;
	background: #fff;
}
.wp-pagenavi span.current {
	background: #01082B;
	border-color: #01082B;
	color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: 10rem;
	position: absolute;
}
.wp-pagenavi .previouspostslink {
	left: 0;
	top: 0;
}
.wp-pagenavi .nextpostslink {
	right: 0;
	top: 0;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 1;
		background: #01082B;
		border-color: #01082B;
		color: #fff;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		padding: 0 0 8.4rem;
		gap: 1.8rem;
	}
	.wp-pagenavi::after {
		width: 100%;
		height: 0.1rem;
		position: absolute;
		left: 0;
		bottom: 6rem;
		background: #C9C9C9;
		content: '';
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 4.8rem;
		height: 3.8rem;
		font-size: 1.3rem;
	}
	.wp-pagenavi .previouspostslink {
		height: 4rem;
		top: auto;
		bottom: 0;
		font-size: 1.4rem;
	}
	.wp-pagenavi .nextpostslink {
		height: 4rem;
		top: auto;
		bottom: 0;
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about .pageTitle02 {
	margin-bottom: 8rem;
}
#about .only {
	margin-bottom: 14.5rem;
	padding: 9.4rem 0 7.4rem;
	position: relative;
}
#about .only::before {
	width: calc(100% - 10rem);
	height: 100%;
	position: absolute;
	left: 5rem;
	top: 0;
	background: url(img/about/bg01.jpg) no-repeat center center / cover;
	content: '';
}
#about .only::after {
	position: absolute;
	top: -2.5rem;
	bottom: -2.5rem;
	left: 10rem;
	right: 10rem;
	border: 0.1rem solid #01082B;
	box-sizing: border-box;
	content: '';
}
#about .only .innerBox {
	position: relative;
	z-index: 2;
}
#about .only h2 {
	margin-bottom: 5.1rem;
	text-align: center;
	font-size: 0%;
	letter-spacing: 0.05em;
}
#about .only h2 .en {
	margin-bottom: 1.2rem;
	display: block;
	font-size: 10rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.03;
}
#about .only h3 {
	margin-bottom: 5.1rem;
	text-align: center;
	font-size: 2.9rem;
	letter-spacing: 0.05em;
}
#about .only h3 .en {
	margin-bottom: 1.2rem;
	display: block;
	font-size: 10rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.03;
}
#about .only .phoList {
	margin-bottom: 5.5rem;
	display: flex;
	gap: 2.4rem;
}
#about .only .phoList li {
	width: 28.4rem;
	border-radius: 1rem;
	box-shadow: 0rem 1rem 1rem rgba(1, 8, 43, 0.08);
}
#about .only .phoList li img {
	width: 100%;
	border-radius: inherit;
}
#about .only p {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2.285;
}
#about .secBox {
	position: relative;
}
#about .secBox .topPho {
	margin-bottom: -10rem;
}
/* PC画像 */
#about .secBox .topPho img.pc {
	width: 100%;
	height: 25rem;
	object-fit: cover;
}
/* SP画像 */
#about .secBox .topPho img.sp {
	width: 100%;
	height: 15rem;
	object-fit: cover;
}
#about .secBox .mapImg {
	width: 58.3rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
#about .secBox .bgWhite {
	margin: 0 auto;
	padding: 6.2rem 0 0rem;
	width: 120rem;
	position: relative;
	z-index: 1;
	background: #fff;
}
#about .secBox .content {
	position: relative;
	z-index: 1;
}
#about .secBox .heading00 {
	text-align: center;
	font-size: 1.8rem;
	color: #000000;
}
#about .secBox .heading01 {
	margin-bottom: 4.9rem;
	letter-spacing:2px;
	text-align: center;
	font-size: 4rem;
	color: #414040;
}
#about .secBox .heading01 span {
	padding-top:1rem;
	padding-bottom: 1.7rem;
	display: inline-block;
	vertical-align: top;
	border-bottom: 0.2rem solid #414040;
	letter-spacing: 2px;
}
#about .secBox p {
	font-size: 1.6rem;
	line-height: 2.375;
}
#about .secBox .heading02 {
	margin-bottom: 4.7rem;
	position: relative;
	letter-spacing: 0.05em;
}
#about .secBox .heading02::after {
	width: 4rem;
	height: 0.4rem;
	position: absolute;
	left: 0;
	bottom: -2.7rem;
	background: #01082B;
	content: '';
}
#about .secBox .heading02 .en {
	margin-top: 1rem;
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}
#about .secBox .subSec {
	margin-left: auto;
	width: calc(50% + 45rem);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: url(img/about/bg02.jpg) no-repeat center top / cover;
	position: relative;
	z-index: 1;
}
#about .secBox .subSec .textBox {
	padding: 4.9rem 0 4.9rem 5rem;
	width: 47%;
	max-width: 55rem;
	position: relative;
	z-index: 1;
}
#about .secBox .subSec .textBox p {
	font-size: 1.2rem;
	line-height: 2.166;
	letter-spacing: 0.05em;
}
#about .secBox .subSec .textBox .snsBox {
	margin-top: 3rem;
	display: flex;
	gap: 3rem;
}
#about .secBox .subSec .textBox .snsBox a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
}
#about .secBox .subSec .textBox .snsBox a .img {
	width: 5rem;
	text-align: center;
}
#about .secBox .subSec .textBox .snsBox a.ins .img img {
	width: 2.6rem;
}
#about .secBox .subSec .textBox .snsBox a .txt {
	text-decoration: underline;
}
#about .secBox .subSec .photoBox {
	padding: 0.8rem 1rem 0 0;
	flex: 1;
	text-align: right;
}
#about .secBox .subSec .photoBox img {
	width: 61rem;
}
#about .sec01 .subSec {
	margin-left: 0;
	background-image: url(img/about/bg03.jpg);
}
#about .sec01 .subSec .textBox {
	padding: 4.9rem 5rem 4rem 0;
}
#about .sec01 .subSec .photoBox {
	margin: -5.4rem 9.4rem 0 0;
	padding: 0;
}
#about .sec01 .subSec .photoBox img {
	width: 25.6rem;
}
@media all and (max-width: 896px) {
	#about .pageTitle02 {
		margin-bottom: 0rem;
	}
	#about .only {
		margin-bottom: 8rem;
		padding: 4.2rem 0 9.2rem;
	}
	#about .only::before {
		width: 100%;
		height: calc(100% - 10.7rem);
		position: absolute;
		left: 0;
		top: 5.4rem;
		background-image: url(img/about/bg01_sp.jpg);
	}
	#about .only::after {
		top: 0;
		bottom: 0;
		left: -1.5rem;
		right: -1.5rem;
	}
	#about .only h2 {
		margin: 0 1.5rem 3rem 2.5rem;
		text-align: left;
		font-size: 2.2rem;
		line-height: 1.75;
	}
	#about .only h2 .en {
		margin-bottom: 1.2rem;
		display: block;
		font-size: 5.1rem;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.03;
	}
	#about .only h3 .en {
		margin-bottom: 0.5rem;
		font-size: 5rem;
	}
	#about .only h3 {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 -0rem -5rem 0rem;
	}
	#about .only .phoList {
		margin: 0 -5.5rem 2.4rem;
		gap: 1.1rem;
	}
	#about .only .phoList li {
		width: calc((100% - 2.2rem) / 3);
		border-radius: 0.6rem;
	}
	#about .only p {
		margin: 0 1.5rem;
		font-size: 1.3rem;
		text-align: left;
		line-height: 2;
	}
	#about .secBox .topPho {
		margin-bottom: -2.9rem;
	}
	#about .secBox .mapImg {
		width: 31.3rem;
	}
	#about .secBox .bgWhite {
		margin: 0 3rem;
		padding: 2.8rem 0 0rem;
		width: auto;
		z-index: 2;
	}
	#about .secBox .content {
		margin: 0;
	}
	#about .secBox .heading01 {
		margin-bottom: 2.3rem;
		font-size: 2rem;
	}
	#about .secBox .heading01 span {
		padding-bottom: 1.1rem;
	}
	#about .secBox p {
		font-size: 1.3rem;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	#about .secBox .heading02 {
		margin: -4.8rem 0 2.8rem;
		text-align: center;
		font-size: 1.4rem;
	}
	#about .secBox .heading02::after {
		left: 50%;
		bottom: -2.7rem;
		transform: translateX(-50%);
	}
	#about .secBox .subSec {
		margin: 0 3rem;
		width: auto;
		display: block;
		background-image: url(img/about/bg02_sp.jpg);
		z-index: 3;
	}
	#about .secBox .subSec .textBox {
		padding: 0.1rem 0 4.3rem;
		width: auto;
		max-width: initial;
	}
	#about .secBox .subSec .textBox p {
		margin: 0 1.4rem;
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 1.692;
	}
	#about .secBox .subSec .textBox .snsBox {
		margin: 2rem 0.9rem 0;
		flex-direction: column;
		gap: 2rem;
	}
	#about .secBox .subSec .photoBox {
		margin-bottom: 2.6rem;
		padding: 0;
		text-align: center;
	}
	#about .secBox .subSec .photoBox img {
		width: 31.5rem;
	}
	#about .sec01 {
		margin-bottom: 12rem;
	}
	#about .sec01 .subSec {
		background-image: url(img/about/bg03_sp.jpg);
	}
	#about .sec01 .subSec .textBox {
		padding: 0.1rem 0 6.5rem;
	}
	#about .sec01 .bgWhite {
		padding-bottom: 9.9rem;
	}
	#about .sec01 .heading02 {
		margin: -4.8rem 0 3.8rem;
	}
	#about .sec01 .subSec .photoBox {
		margin: 0 0 2.5rem;
	}
	#about .sec01 .subSec .photoBox img {
		width: 14.1rem;
	}

}
/* 小菅先生プロフィールページだけ調整 */
.kosuge-profile-page {
  min-width: 0 !important;
}

.kosuge-profile-page .profile-header {
  width: 100% !important;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.kosuge-profile-page .profile-header-inner {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 18px 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.kosuge-profile-page .profile-logo {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #01082B;
  text-decoration: none;
}

.kosuge-profile-page .profile-nav {
  display: flex !important;
  gap: 28px !important;
}

.kosuge-profile-page .profile-nav a {
  font-size: 13px;
  font-weight: 700;
  color: #01082B;
  text-decoration: none;
}

.kosuge-profile-page .profile-footer {
  margin-top: 100px;
  padding: 48px 24px;
  background: #01082B;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 896px) {
  .kosuge-profile-page .profile-header-inner {
    display: block !important;
    text-align: center;
  }

  .kosuge-profile-page .profile-logo {
    display: block;
    margin-bottom: 12px;
  }

  .kosuge-profile-page .profile-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px !important;
  }
}
/* ==============================
  responsive fix
============================== */
body.kosuge-profile-page {
  min-width: 0 !important;
  width: 100%;
  overflow-x: hidden;
}

.kosuge-profile-page #about {
  overflow-x: hidden;
}

.kosuge-profile-page .content {
  width: min(90rem, calc(100% - 6rem)) !important;
  margin: 0 auto !important;
}

.kosuge-profile-page .pageTitle02 .ptImg {
  width: 100% !important;
}

.kosuge-profile-page .pageTitle02 .ptInner {
  width: min(90rem, calc(100% - 6rem)) !important;
}

.kosuge-profile-page #about .only::before {
  width: calc(100% - 6rem);
  left: 3rem;
}

.kosuge-profile-page #about .only::after {
  left: 6rem;
  right: 6rem;
}

.kosuge-profile-page #about .only .phoList {
  justify-content: center;
}

@media all and (max-width: 896px) {
  body.kosuge-profile-page {
    min-width: 0 !important;
  }

  .kosuge-profile-page .content {
    width: auto !important;
    margin: 0 3rem !important;
  }

  .kosuge-profile-page .pageTitle02 .ptImg {
    width: 100% !important;
  }

  .kosuge-profile-page .pageTitle02 .ptInner {
    width: auto !important;
  }

  .kosuge-profile-page #about .only .phoList {
    margin: 0 0 2.4rem !important;
    gap: 1.1rem;
  }

  .kosuge-profile-page #about .only .phoList li {
    width: calc((100% - 2.2rem) / 3) !important;
  }

  .kosuge-profile-page #about .secBox .bgWhite {
    margin: 0 3rem !important;
    width: auto !important;
  }

  .kosuge-profile-page #about .secBox .subSec {
    width: auto !important;
    margin: 0 3rem !important;
  }
}
.profile-hero-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
}

.profile-hero-text {
  flex: 1;
}

.profile-hero-photo {
  width: 28rem;
  flex-shrink: 0;
  text-align: right;
}

.profile-hero-photo img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 897px) {
  .profile-hero-photo {
    position: relative;
    top: 15rem;
  }
}

@media all and (max-width: 896px) {
  .profile-hero-inner {
    display: block;
    text-align: center;
  }

  .profile-hero-photo {
    width: 20rem;
    margin: 3rem auto 0;
    text-align: center;
  }
}
.profile-romaji {
  display: block;
  margin: 1.2rem 0 1.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

@media all and (max-width: 896px) {
  .profile-romaji {
    margin: 0.8rem 0 1.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
  }
}
.research-section {
  padding: 5rem 0;
}

.research-item {
  display: flex;
  gap: 4rem;
  padding: 5rem 0;
  border-top: 1px solid #ddd;
}

.research-number {
  width: 8rem;
  font-size: 3rem;
  font-weight: 500;
  color: #414040;
  flex-shrink: 0;
}

.research-body {
  flex: 1;
}

.research-body h3 {
  margin-bottom: 2rem;
  font-size: 3rem;
}

.research-body p {
  font-size: 1.6rem;
  line-height: 2.2;
}

.research-link {
  margin-top: 2rem;
  display: inline-block;
  text-decoration: underline;
}

@media all and (max-width: 896px) {
  .research-section {
    padding: 2rem 0;
  }

  .section-title {
    margin-bottom: 5rem;
  }

  .section-title .en {
    font-size: 3.8rem;
  }

  .research-item {
    display: block;
    padding: 3.5rem 0;
  }

  .research-number {
    margin-bottom: 1.5rem;
    width: auto;
    font-size: 2.4rem;
  }

  .research-body h3 {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1.5;
  }

  .research-body p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.publication-section,
.teaching-section,
.bio-section,
.contact-section {
  padding: 12rem 0;
  border-top: 1px solid #ddd;
}

.publication-group {
  margin-bottom: 7rem;
}

.publication-group:last-child {
  margin-bottom: 0;
}

.publication-label {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  color: #414040;
}

.publication-item {
  padding: 2.8rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.publication-item.main {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto 1.5rem;
  padding: 3.5rem;
  background: #f7f8fa;
  border-bottom: none;
}

.publication-item h4 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
}

.publication-item p,
.teaching-text,
.bio-text,
.bio-affiliations,
.contact-note {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

.publication-meta {
  margin-bottom: 0.8rem;
  color: #666;
}

.publication-desc {
  margin-top: 0.8rem;
  color: #555;
  font-size: 1.4rem !important;
}

.publication-more {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2;
}

.publication-more a,
.teaching-link a,
.contact-mail a {
  text-decoration: underline;
}

.new-badge {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.2rem 0.8rem;
  font-size: 1rem;
  color: #0D3C8A;
  border: 1px solid #0D3C8A;
  vertical-align: middle;
}

.teaching-link {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}

.bio-affiliations {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e5e5e5;
}

.contact-mail {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}

@media all and (max-width: 896px) {
  .publication-section,
  .teaching-section,
  .bio-section,
  .contact-section {
    padding: 7rem 0;
  }

  .publication-label {
    font-size: 1.7rem;
  }

  .publication-item {
    padding: 2.4rem 0;
  }

  .publication-item.main {
    width: 100%;
    max-width: none;
    margin: 0 auto 1.5rem;
    padding: 2.5rem;
  }

}

  .publication-item h4 {
    font-size: 1.9rem;
  }

  .publication-item p,
  .teaching-text,
  .bio-text,
  .bio-affiliations,
  .contact-note {
    font-size: 1.35rem;
    line-height: 2;
  }

  .contact-mail {
    font-size: 1.6rem;
  }

/* 研究領域と同じ見出し表示 */
.section-title {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 1.8rem;
  color: #414040;
}

.section-title .en {
  margin-top: 1rem;
  padding-bottom: 1.7rem;
  display: inline-block;
  font-size: 3.4rem;
  color: #414040;
  border-bottom: 0.2rem solid #414040;
  letter-spacing: 2px;
}

@media all and (max-width: 896px) {
  .section-title {
    margin-bottom: 5rem;
    font-size: 2rem;
	color: #414040;
  }

  .section-title .en {
    padding-bottom: 1.1rem;
    font-size: 2rem;
  }
}
  .publication-item a,
.publication-more a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}