@charset "utf-8";

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
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, header, footer, main, nav, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #4C4948;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #fff;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#container::before {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/common/bg01.jpg) no-repeat center top / cover;
	content: '';
	z-index: 0;
}
#main {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#container {
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 24px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	left: 0;
	top: 0;
	background: url(../img/common/bg01.jpg) no-repeat center top / 100%;
	z-index: 100;
}
#gHeader h1 {
	margin-top: 1px;
	width: 116px;
}
#gHeader h1 a {
	display: inline-block;
	line-height: 1;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		height: 51px;
		display: block;
		position: static;
		background: none;
	}
	#gHeader .hBox {
		width: 100%;
		padding: 8px 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		left: 0;
		top: 0;
		background: url(../img/common/bg01.jpg) no-repeat center top / 100%;
		z-index: 100;
	}
	#gHeader h1 {
		margin-top: 0;
		width: 101px;
	}
	.menu {
		width: 30px;
		height: 30px;
		position: relative;
		cursor: pointer;
		z-index: 100;
	}
	.menu span {
		width: 23px;
		height: 2px;
		position: absolute;
		left: 4px;
		top: 8px;
		background: #001632;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 14px;
	}
	.menu span:nth-child(3) {
		top: 21px;
	}
	.menuBox {
		width: 328px;
		max-width: 95%;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		color: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		background: rgba(0, 22, 50, 0.86);
		z-index: 200;
		transform: translateX(100%);
		transition: 0.3s;
	}
	.menuBox.on {
		transform: translateX(0);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi .naviList {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 40px;
}
#gNavi .naviList li a {
	padding-bottom: 2px;
	display: block;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #001632;
}
#gNavi .naviList li a:hover {
	opacity: 0.7;
}
#gNavi .naviList .cta {
	width: 168px;
}
#gNavi .naviList .cta a {
	padding: 15px 10px 13px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	background: #001632;
}
#gNavi .naviList .cta a .txt {
	padding: 0 0 3px 25px;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left center / 18px;
}
@media all and (max-width: 896px) {
	#gNavi {
		margin: 0 auto;
		padding: 129px 0;
		width: 168px;
	}
	#gNavi .logo {
		margin-bottom: 69px;
		width: 116px;
	}
	#gNavi .logo a {
		display: inline-block;
	}
	#gNavi .naviList {
		margin-bottom: 39px;
		display: block;
	}
	#gNavi .naviList li a {
		padding: 11px 0 12px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.51;
	}
	#gNavi .naviList .cta {
		width: auto;
	}
	#gNavi .naviList .cta a {
		padding: 10px 0;
		text-align: left;
		border-radius: 0;
		background: transparent;
	}
	#gNavi .naviList .cta a .txt {
		padding: 0;
		background: no-repeat;
	}
	#gNavi .close {
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	#gNavi .close span {
		padding: 10px;
		display: inline-block;
		cursor: pointer;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 40px 0 37px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.714;
	letter-spacing: 0.04em;
	background: #001632;
	position: relative;
	z-index: 1;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1000px;
}
#gFooter .fLogo {
	margin-bottom: 33px;
	width: 116px;
}
#gFooter .fLogo a {
	display: inline-block;
}
#gFooter .fInfoTxt {
	margin-bottom: 24px;
}
#gFooter .fNaviBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#gFooter .fNaviList {
	margin-bottom: 14px;
	display: flex;
	justify-content: flex-end;
	order: 1;
	gap: 0 40px;
}
#gFooter .fNaviList li a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	font-style: normal;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 40px 10px 37px;
		font-size: 1.2rem;
		line-height: 1.666;
	}
	#gFooter .fBox {
		width: auto;
	}
	#gFooter .fLogo {
		margin-bottom: 24px;
		width: 101px;
	}
	#gFooter .fInfoTxt {
		margin-bottom: 40px;
	}
	#gFooter .fNaviBox {
		padding-top: 38px;
		display: block;
		border-top: 1px solid #D6D6D6;
	}
	#gFooter .fNaviList {
		margin-bottom: 37px;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
	}
	#gFooter .fNaviList li:not(:last-child) {
		margin-bottom: 21px;
	}
	#gFooter .copyright {
		text-align: center;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1000px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 10px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 58px;
	text-align: center;
	font-weight: 700;
	font-size: 6rem;
	letter-spacing: 0.1em;
	color: #001632;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 31px;
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index {
	padding: 80px 0 120px;
}
#index .mainVisual {
	margin: 0 auto 119px;
	width: 1160px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#index .mainVisual .photo {
	width: 580px;
	order: 1;
}
#index .mainVisual .photo img {
	width: 100%;
	border-radius: 200px 80px;
}
#index .mainVisual .textBox {
	margin: 0 -200px 39px 0;
	flex: 1;
	position: relative;
	z-index: 1;
	color: #001632;
}
#index .mainVisual .textBox h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.42;
	letter-spacing: 0.1em;
}
#index .mainVisual .textBox h2 .en {
	margin-top: 62px;
	display: block;
	font-size: 8rem;
	letter-spacing: 0.1em;
}
#index .mainVisual .textBox p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.78;
}
#index .headLine01 {
	margin-bottom: 78px;
}
#index .service {
	margin-bottom: 119px;
}
#index .service .imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 80px 0;
}
#index .service .imgList li {
	padding: 21px 24px 24px;
	width: 460px;
	background: #fff;
}
#index .service .imgList li .ttl {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#index .service .imgList li .ttl .img {
	margin: 0 25px 0 -1px;
	width: 81px;
}
#index .service .imgList li .ttl .txt {
	margin-top: 3px;
	flex: 1;
}
#index .service .imgList li p {
	line-height: 2;
}
#index .news {
	margin-bottom: 94px;
}
#index .news .headLine01 {
	margin-bottom: 54px;
}
#index .news .newsList li:not(:last-child) {
	border-bottom: 1px solid #D6D6D6;
}
#index .news .newsList li a {
	padding: 24px 0;
	display: flex;
	align-items: center;
}
#index .news .newsList li a:hover {
	opacity: 0.7;
}
#index .news .newsList li .tag {
	margin: 0 16px 0 0;
	width: 116px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	gap: 5px 0;
}
#index .news .newsList li .tag span {
	padding: 4px 5px 3px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	background: #001632;
}
#index .news .newsList li .date {
	width: 6.2em;
	color: #8C8787;
	letter-spacing: 0;
}
#index .news .newsList li .text {
	flex: 1;
}
#index .about {
	margin-bottom: 119px;
}
#index .about .headLine01 {
	margin-bottom: 64px;
}
#index .about .textList {
	display: flex;
	flex-wrap: wrap;
	gap: 0 4%;
}
#index .about .textList li {
	padding: 15px 0;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #D6D6D6;
}
#index .about .textList .wid01 {
	width: 46%;
}
#index .about .textList li .ttl {
	width: 7.45em;
}
#index .about .textList li .text {
	flex: 1;
}
#index .contact .mailForm .cTxt {
	margin-bottom: 60px;
	text-align: center;
}
#index .contact .thanksBox p {
	margin-bottom: 40px;
	text-align: center;
}
#index .contact .thanksBox p:last-child {
	margin-bottom: 0;
}
#index .contact .thanksBox p a {
	color: #2864F0;
}
#index .contact .thanksBox p a:hover {
	opacity: 0.7;
}
/* formrun embed */
#index .contact .formrun-embed {
	margin-top: 40px;
}
@media all and (max-width: 896px) {
	#index {
		padding: 43px 0 80px;
	}
	#index .mainVisual {
		margin: 0 10px 79px;
		width: auto;
		display: block;
	}
	#index .mainVisual .photo {
		margin-left: 80px;
		width: auto;
		position: relative;
	}
	#index .mainVisual .photo::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		border-radius: 100px 40px;
		opacity: 0.31;
		z-index: 1;
	}
	#index .mainVisual .photo img {
		border-radius: 100px 40px;
	}
	#index .mainVisual .textBox {
		margin: 0;
		padding-top: 25px;
	}
	#index .mainVisual .textBox h2 {
		margin-bottom: 14px;
		width: 100%;
		position: absolute;
		left: 1px;
		bottom: 100%;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	#index .mainVisual .textBox h2 .en {
		margin-top: 38px;
		font-size: 3.2rem;
	}
	#index .mainVisual .textBox p {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	#index .headLine01 {
		margin-bottom: 38px;
	}
	#index .service {
		margin-bottom: 78px;
	}
	#index .service .imgList {
		display: block;
	}
	#index .service .imgList li {
		margin-bottom: 32px;
		padding: 24px;
		width: auto;
	}
	#index .service .imgList li:last-child {
		margin-bottom: 0;
	}
	#index .service .imgList li .ttl {
		margin-bottom: 23px;
		font-size: 1.8rem;
	}
	#index .service .imgList li .ttl .img {
		margin: 0 16px 0 0;
		width: 56px;
	}
	#index .service .imgList li .ttl .txt {
		margin-top: 1px;
	}
	#index .service .imgList li p {
		line-height: 1.73;
	}
	#index .news {
		margin-bottom: 64px;
	}
	#index .news .headLine01 {
		margin-bottom: 24px;
	}
	#index .news .newsList li a {
		padding: 15px 0;
		flex-wrap: wrap;
		font-size: 1.2rem;
	}
	#index .news .newsList li .tag {
		margin: 0 8px 0 0;
		width: 104px;
	}
	#index .news .newsList li .tag span {
		padding: 4px 5px 3px;
		font-size: 1.2rem;
	}
	#index .news .newsList li .date {
		line-height: 2.2;
	}
	#index .news .newsList li .text {
		margin-top: 10px;
		width: 100%;
		flex: initial;
		line-height: 1.75;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#index .about {
		margin-bottom: 78px;
	}
	#index .about .headLine01 {
		margin-bottom: 23px;
	}
	#index .about .textList {
		display: block;
	}
	#index .about .textList li {
		padding: 16px 0 16px;
		width: auto !important;
		line-height: 1.72;
	}
	#index .about .textList li .ttl {
		width: 7.1em;
	}
	#index .contact .headLine01 {
		margin-bottom: 39px;
	}
	#index .contact .mailForm .cTxt {
		line-height: 1.73;
	}
	#index .contact .thanksBox p {
		margin-bottom: 24px;
		line-height: 1.7;
	}
	#index .contact .thanksBox p:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	news-detail
------------------------------------------------------------*/
#news-detail {
	padding: 80px 0 120px;
}
#news-detail .ttlBox {
	margin-bottom: 61px;
}
#news-detail .ttlBox .date {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	color: #8C8787;
	letter-spacing: 0;
	line-height: 1.75;
}
#news-detail .ttlBox .date .tag {
	padding: 3px 20px 3px;
	min-width: 116px;
	min-height: 28px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	background: #001632;
}
#news-detail .ttlBox h2 {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.1em;
}
#news-detail .detailBox {
	line-height: 1.62;
	letter-spacing: 0.1em;
}
#news-detail .detailBox h2 {
	margin: 40px 0 16px;
	font-weight: 700;
}
#news-detail .detailBox p {
	margin-bottom: 26px;
}
#news-detail .detailBox p:last-child {
	margin-bottom: 0;
}
#news-detail .detailBox figure {
	margin: 40px auto;
	max-width: 594px;
	text-align: center;
}
#news-detail .detailBox figure:last-child {
	margin-bottom: 0;
}
#news-detail .detailBox a {
	color: #2864F0;
}
#news-detail .detailBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#news-detail {
		padding: 43px 0 80px;
	}
	#news-detail .ttlBox {
		margin-bottom: 42px;
	}
	#news-detail .ttlBox .date {
		margin-bottom: 33px;
		font-size: 1.2rem;
		line-height: 2.1;
		gap: 8px;
	}
	#news-detail .ttlBox .date .tag {
		padding: 3px 15px;
		min-width: 104px;
		min-height: 25px;
		font-size: 1.2rem;
	}
	#news-detail .ttlBox h2 {
		font-size: 2.4rem;
		line-height: 1.33;
	}
	#news-detail .detailBox {
		line-height: 1.57;
	}
	#news-detail .detailBox h2 {
		margin: 26px 0 10px;
	}
	#news-detail .detailBox p {
		margin-bottom: 22px;
	}
	#news-detail .detailBox p:last-child {
		margin-bottom: 0;
	}
	#news-detail .detailBox figure {
		margin: 23px 0 27px;
		max-width: initial;
	}
	#news-detail .detailBox figure:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy {
	padding: 79px 0 120px;
}
#privacy .secBox {
	margin-bottom: 40px;
}
#privacy .secBox:last-child {
	margin-bottom: 0;
}
#privacy .secBox .h3Ttl {
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#privacy .secBox p {
	margin-bottom: 28px;
	line-height: 1.75;
}
#privacy .secBox p:last-child {
	margin-bottom: 0;
}
#privacy .secBox .numTxtList {
	margin-bottom: 28px;
	line-height: 1.75;
	counter-reset: my-counter;
}
#privacy .secBox .numTxtList:last-child {
	margin-bottom: 0;
}
#privacy .secBox .numTxtList li {
	padding-left: 1.5em;
	position: relative;
}
#privacy .secBox .numTxtList li::before {
	content: counter(my-counter) ".";
	counter-increment: my-counter;
	position: absolute;
	left: 0.3em;
	top: 0;
}
@media all and (max-width: 896px) {
	#privacy {
		padding: 42px 0 80px;
	}
	#privacy .secBox {
		margin-bottom: 23px;
	}
	#privacy .secBox:last-child {
		margin-bottom: 0;
	}
	#privacy .secBox .h3Ttl {
		margin-bottom: 8px;
		font-size: 1.8rem;
	}
	#privacy .secBox p {
		margin-bottom: 24px;
		line-height: 1.714;
	}
	#privacy .secBox p:last-child {
		margin-bottom: 0;
	}
	#privacy .secBox .numTxtList {
		margin-bottom: 24px;
		line-height: 1.714;
	}
	#privacy .secBox .numTxtList:last-child {
		margin-bottom: 0;
	}
}