@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap');
/*
Theme Name: 青果の履歴書
Theme URI: null
Description: Description
Author: 81bridge - SGX
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 50%;
}
body, table, input, textarea, select, option {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 2.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}
.fontMin {
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
.fontGot {
	font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}
#container {
	text-align: left;
	position: relative;
}
#main {
	margin: 0 auto;
	width: 1372px;
	max-width: 90%;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: 62.5%;
	}
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#main {
		width: auto;
		max-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	width: 1372px;
	max-width: 90%;
	height: 134px;
	border-bottom: 8px solid #006837;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	#gHeader {
		width: 100%;
		max-width: 100%;
		height: 84px;
		border-width: 5px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	padding: 90px 0 104px;
	width: 1372px;
	max-width: 90%;
	border-top: 8px solid #006837;
	box-sizing: border-box;
}
#gFooter .ttl {
	margin: 0 0 50px;
	font-size: 9rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 500;
	padding-left: 1em;
	color: #231815;
}
#gFooter .ttl span {
	color: #006535;
}
#gFooter .ttl sub {
	font-size: 4.5rem;
	vertical-align: baseline;
	font-weight: bold;
}
#gFooter .linkList {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#gFooter .linkList li {
	margin-right: 35px;
}
@media all and (min-width: 897px) {
	#gFooter .linkList li a:hover {
		opacity: 0.7;
	}
}
#gFooter .linkList li:last-of-type {
	margin-right: 0;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin: 0 auto;
		padding: 60px 0 65px;
		width: auto;
		max-width: 100%;
		border-top: 5px solid #006837;
	}
	#gFooter .ttl {
		margin: 0 0 30px;
		font-size: 3.5rem;
	}
	#gFooter .ttl sub {
		font-size: 2rem;
	}
	#gFooter .linkList {
		padding-right: 0;
	}
	#gFooter .linkList li {
		margin-right: 20px;
		width: 100px;
	}
}
.borderSec {
	padding-top: 108px;
	border-top: 2px solid #006837;
	position: relative;
}
.borderSec::before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 13px;
	border: 1px solid #006837;
	border-left: none;
	border-right: none;
	content: "";
	transform: translateY(-50%);
}
.headLine01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 111px;
	max-width: 1087px;
	border-radius: 31px;
	font-size: 2.5rem;
	color: #fff;
	background-color: #006535;
	padding: 16px;
	box-sizing: border-box;
	letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
	.borderSec {
		padding: 70px 20px 0;
	}
	.borderSec::before {
		height: 10px;
	}
	.headLine01 {
		margin: 0 auto 20px;
		display: block;
		padding: 5px 10px;
		min-height: inherit;
		border-radius: 20px;
		font-size: 1.6rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.ver {
	writing-mode: tb-rl;
	direction: ltr;
	-webkit-writing-mode: vertical-rl;
}
.mainVisual {
	margin: 99px 0 59px;
	position: relative;
	height: 656px;
}
.mainVisual .rBox {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction:row-reverse;
}
.mainVisual .rBox h1 {
	font-size: 11.258rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #231815;
}
.mainVisual .rBox h1.ver span {
	color: #006535;
}
.mainVisual .rBox h1.ver sub {
	font-size: 5.656rem;
	vertical-align: baseline;
	font-weight: bold;
}
.mainVisual .rBox p {
	margin: 10px 13px 0 0;
	font-size: 4.39rem;
	font-weight: bold;
	color: #231815;
	line-height: 1.75;
}
.mainVisual .ttl {
	position: absolute;
	left: 87px;
	bottom: 0;
	font-size: 6.933rem;
	letter-spacing: 0.05em;
	color: #1A1A1A;
}
.mainVisual .ttl span {
	color: #EC1C24;
}
.mainVisual .ttl small {
	font-size: 4.952rem;
}
.mainVisual .photo {
	margin: 0 320px 0 80px;
	position: relative;
	height: 100%;
}
.mainVisual .photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin: 40px 0;
		height: 410px;
	}
	.mainVisual .rBox h1 {
		font-size: 4.2rem;
	}
	.mainVisual .rBox h1.ver sub {
		font-size: 2.1rem;
	}
	.mainVisual .rBox p {
		margin: 5px 8px 0 0;
		font-size: 2rem;
	}
	.mainVisual .ttl {
		left: 10px;
		font-size: 3.5rem;
	}
	.mainVisual .ttl small {
		font-size: 2.5rem;
	}
	.mainVisual .photo {
		margin: 0 110px 0 10px;
	}
}
#main .sec01 {
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#main .sec01 .icon {
	margin-bottom: 35px;
	display: flex;
	width: 123px;
	height: 123px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.8rem;
	background: #EC1C24;
	border-radius: 50%;
	font-weight: bold;
	writing-mode: tb-rl;
	direction: ltr;
    -webkit-writing-mode: vertical-rl;
	letter-spacing: 0.15em;
}
#main .sec01 h2 {
	font-size: 7rem;
	font-weight: bold;
	letter-spacing: 0em;
	margin-bottom: 32px;
}
#main .sec01 p {
	font-size: 2.6rem;
}
#main .sec01 .idtxt {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.01em;
}
@media all and (max-width: 896px) {
	#main .sec01 {
		margin-bottom: 60px;
	}
	#main .sec01 .icon {
		margin-bottom: 5px;
		width: 60px;
		height: 60px;
		font-size: 1.2rem;
	}
	#main .sec01 h2 {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	#main .sec01 p {
		font-size: 1rem;
	}
	#main .sec01 .idtxt {
		font-size: 1.8rem;
	}
}
#main .sec02 {
	margin-bottom: 100px;
}
#main .sec02 .inn {
	display: flex;
	align-items: flex-start;
    justify-content: center;
}
#main .sec02 dl {
	margin-right: 50px;
	width: 514px;
}
#main .sec02 dl:nth-of-type(2n) {
	margin-right: 0;
}
#main .sec02 dt {
	background: #006535;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 63px;
	border-radius: 33px;
	color: #fff;
	font-size: 2.38rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
}
#main .sec02 dd {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4.7rem;
	min-height: 150px;
	font-weight: bold;
}
#main .sec02 dd img {
	width: 100%;
	max-height: 125px;
	object-fit: contain;
}
@media all and (max-width: 896px) {
	#main .sec02 {
		margin-bottom: 30px;
	}
	#main .sec02 .inn {
		margin: 0 20px;
		flex-wrap: wrap;
	}
	#main .sec02 dl {
		margin-right: 0;
		width: 100%;
	}
	#main .sec02 dt {
		width: 100%;
		height: 42px;
		border-radius: 21px;
		font-size: 1.4rem;
	}
	#main .sec02 dd {
		font-size: 3.3rem;
		min-height: 80px;
	}
	#main .sec02 dd img {
		max-height: 80px;
	}
}

#main .sec03 {
	margin-bottom: 86px;
	overflow: hidden;
}
#main .sec03 .photoList {
	margin: 0 -14px;
}
#main .sec03 .photoList li {
	padding: 0 14px;
	box-sizing: border-box;
}
#main .sec03 .photoList li .pho {
	position: relative;
}
#main .sec03 .photoList li .pho:after {
	content: "";
	display: block;
	padding-bottom: 86.56%;
}
#main .sec03 .photoList li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	#main .sec03 {
		margin-bottom: 40px;
	}
	#main .sec03 .photoList {
		margin: 0 5px;
	}
	#main .sec03 .photoList li {
		padding: 0 5px;
	}
}
#main .sec04 {
	margin-bottom: 124px;
}
#main .sec04 .inn {
	display: flex;
	justify-content: center;
}
#main .sec04 .inn dl {
	margin: 20px 60px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#main .sec04 .inn dt {
	width: 103px;
	flex-shrink: 0;
	position: relative;
	background: url(img/index/sec04_img01.png) no-repeat center top;
	background-size: contain;
}
#main .sec04 .inn dt::after {
	width: 100%;
	display: block;
	content: "";
	padding-bottom: calc(207 / 195 * 100%);
}
#main .sec04 .inn dt span {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.7rem;
	font-weight: bold;
	letter-spacing: 2px;
}
#main .sec04 .inn dd {
	margin: 0 0 0 20px;
	font-size: 3.5rem;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	#main .sec04 {
		margin-bottom: 40px;
	}
	#main .sec04 .inn {
		margin: 0 20px;
		display: block;
	}
	#main .sec04 .inn dl {
		margin: 32px 0 0;
	}
	#main .sec04 .inn dl:first-of-type {
		margin-top: 0;
	}
	#main .sec04 .inn dt {
		width: 70px;	
	}
	#main .sec04 .inn dt span {
		font-size: 1.13rem;
	}
	#main .sec04 .inn dd {
		font-size: 1.9rem;
	}
}

#main .sec05 {
	padding-top: 92px;
	margin-bottom: 94px;
}
#main .sec05 .listUl {
	margin: -69px auto 0;
	width: 1100px;
}
#main .sec05 .listUl li {
	position: relative;
	margin-top: 155px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: 700;
	flex-wrap: wrap;
}
#main .sec05 .listUl li:not(:last-child)::after {
	position: absolute;
	left: 535px;
	bottom: -184px;
	border: 39px solid transparent;
	border-top: 40px solid #006535;
	content: "";
}
#main .sec05 .listUl h4 {
	margin-bottom: 33px;
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 1.2;
	width: 100%;
	letter-spacing: 0.1em;
}
#main .sec05 .listUl .num {
	margin: 0 20px -30px 0;
	font-family: "kaisotai", sans-serif;
	font-weight: 600;
	font-size: 15rem;
	letter-spacing: 0.05em;
	color: #F9BDA7;
	line-height: 1;
	display: inline-block;
}
#main .sec05 .listUl h4 .small {
	margin-top: 16px;
	font-size: 4rem;
	display: inline-block;
	line-height: 1;
}
#main .sec05 .listUl .photo {
	border-radius: 15px;
	overflow: hidden;
	width: 451px;
	flex-shrink: 0;
}
#main .sec05 .listUl .txtBox {
	margin-right: -50px;
	width: calc(100% - 450px);
}
#main .sec05 .listUl .photo img {
	display: block;
}
#main .sec06 {
	padding-top: 92px;
	margin-bottom: 96px;
}
#main .sec06 .imgBox {
	margin: 0 auto;
	width: 910px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .sec06 .imgBox + .imgBox {
	margin-top: 150px;
}
#main .sec06 .imgBox .photoBox {
	border-radius: 50%;
	overflow: hidden;
	width: 357px;
}
#main .sec06 .imgBox .photoBox img {
	aspect-ratio: 1;
	object-fit: cover;
}
#main .sec06 .imgBox .txtBox {
	margin-top: -4px;
	width: 510px;
}
#main .sec06 .imgBox .txtBox h3 {
	margin-bottom: 12px;
	padding-bottom: 52px;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 5px;
	background: url(img/index/sec06_line.png) no-repeat center bottom / 100% auto;
}
#main .sec06 .imgBox .txtBox h3 span {
	font-size: 5.4rem;
}
#main .sec06 .imgBox .txtBox p {
	font-weight: 700;
	letter-spacing: -0.2px;
	line-height: 1.82;
}
#main .sec07 {
	margin-bottom: 110px;
	color: #231815;
}
#main .sec07 h4 {
	margin-bottom: 28px;
	text-align: center;
	font-size: 4.5rem;
	letter-spacing: 5.4px;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;

}
#main .sec07 table {
	margin: 0 auto;
	width: 910px;
	font-size: 3rem;
	border-collapse: collapse;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#main .sec07 table th,
#main .sec07 table td {
	vertical-align: middle;
	border: 2px solid #231815;
	height: 51px;
	font-weight: 500;
	box-sizing: border-box;
}
#main .sec07 table th {
	padding-left: 38px;
	width: 43%;
	letter-spacing: 0.2em;
}
#main .sec07 table td {
	padding-left: 80px;
}
@media all and (max-width: 896px) {
	#main .sec05 {
		padding: 0 20px 0;
		margin-bottom: 60px;
	}
	#main .sec05 .listUl {
		margin-top: 0;
		width: auto;
	}
	#main .sec05 .listUl li {
		margin-top: 60px;
		display: block;
	}
	#main .sec05 .listUl li:not(:last-child)::after {
		left: calc(50% - 10px);
		bottom: -55px;
		border: 20px solid transparent;
		border-top: 20px solid #006535;
	}
	#main .sec05 .listUl .photo {
		margin: 0 auto 10px;
		border-radius: 10px;
		width: 100%;
	}
	#main .sec05 .listUl .photo img {
		width: 100%;
	}
	#main .sec05 .listUl .num {
		margin-bottom: -10px;
		margin-right: 10px;
		font-size: 6rem;
		text-align: center;
	}
	#main .sec05 .listUl h4 {
		margin-bottom: 20px;
		font-size: 3rem;
		text-align: center;
	}
	#main .sec05 .listUl h4 .small {
		font-size: 2rem;
	}
	#main .sec05 .listUl .txtBox {
		width: 100%;
		margin-right: 0;
	}
	#main .sec06 {
		padding: 60px 20px 0;
		margin-bottom: 60px;
	}
	#main .sec06 .imgBox {
		margin: 0 auto;
		width: auto;
		flex-direction: column;
		align-items: center;
	}
	#main .sec06 .imgBox + .imgBox {
		margin-top: 30px;
	}
	#main .sec06 .imgBox .photoBox {
		margin-bottom: 10px;
		border-radius: 50%;
		overflow: hidden;
		width: auto;
		max-width: 200px;
	}
	#main .sec06 .imgBox .txtBox {
		margin-top: 10px;
		width: auto;
		order: 2;
	}
	#main .sec06 .imgBox .txtBox h3 {
		margin-bottom: 15px;
		padding-bottom: 30px;
		font-size: 2rem;
		letter-spacing: 2px;
		background-size: 100% 20px;
	}
	#main .sec06 .imgBox .txtBox h3 span {
		font-size: 3rem;
	}
	#main .sec07 {
		margin-bottom: 65px;
	}
	#main .sec07 h4 {
		margin-bottom: 20px;
		font-size: 2.5rem;
		letter-spacing: 3px;
	}
	#main .sec07 table {
		margin: 0 auto;
		width: 100%;
		font-size: 1.5rem;
		transform: rotate(0.1deg);
	}
	#main .sec07 table th,
	#main .sec07 table td {
		border-width: 1px;
		height: auto;
		display: block;
		width: 100%;
	}
	#main .sec07 table th {
		padding: 3px 10px;
		width: 100%;
		background: #f0efec;
	}
	#main .sec07 table td {
		padding: 5px 10px;
		font-weight: 400;
	}
}
#main .section01 {
	margin-bottom: 104px;
}
#main .section01 h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 70px;
	max-width: 1087px;
	border-radius: 31px;
	font-size: 2.5rem;
	color: #fff;
	background-color: #006535;
	padding: 16px;
	box-sizing: border-box;
	letter-spacing: 0.08em;
}
#main .section01 .imgBox {
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .section01 .imgBox .photo {
	margin-top: 20px;
	margin-left: 50px;
	width: 410px;
}
#main .section01 .imgBox .txt {
	margin-right: -30px;
	width: 590px;
	font-size: 3.2rem;
	line-height: 1.73;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#main .sec05 .listUl .num {
		transform: translateY(15px);
	}
}
@media all and (max-width: 896px) {
	#main .section01 {
		margin: 0 20px 50px;
	}
	#main .section01 h3 {
		margin: 0 auto 20px;
		display: block;
		padding: 5px 10px;
		min-height: inherit;
		border-radius: 20px;
		font-size: 1.6rem;
		text-align: center;
	}
	#main .section01 .imgBox {
		display: block;
	}
	#main .section01 .imgBox .photo {
		margin: 0 auto 20px;
		width: 200px;
		max-width: 100%;
	}
	#main .section01 .imgBox .txt {
		margin-right: 0;
		width: auto;
		font-size: 1.8rem;
	}
}
#gFooter {
	position: relative;
}
.pageTop {
	position: absolute;
	right: 0;
	bottom: calc(100% + 20px);
}
.pageTop a {
	color: #006535;
	font-weight: bold;
	position: relative;
	padding-top: 20px;
}
.pageTop a:before {
	position: absolute;
	top: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	content: "";
	border: 3px solid #006535;
	border-right-color: transparent;
	border-bottom-color: transparent;
	transform: rotate(45deg);
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageTop {
		right: 20px;
	}
}

/* 20231121 */
#main {
	width: 1466px;
}
.mainVisual {
	margin: 0 auto 25px;
	height: auto;
}
.mainVisual .rBox {
	left: 55px;
	top: 80px;
	right: auto;
}
.mainVisual .rBox p {
	margin: 0;
	color: #534741;
	font-size: 2.1rem;
	letter-spacing: 0.17em;
	line-height: 1.68;
}
.mainVisual .photoList {
	margin: 0;
	font-size: 0;
}
.mainVisual .photo {
	margin: 0;
	position: relative;
}
.mainVisual .photo:nth-child(n+2) {
	display: none;
}
.mainVisual .rBox h1 {
	font-size: 12.5rem;
	color: #534741;
	letter-spacing: 0.1em;
	line-height: 1.3;
	width: 145px;
}
.mainVisual .rBox h1.ver span {
	color: #00a89c;
}
.mainVisual .rBox h1.ver sub{
	font-size: 3.7rem;
}
.mainVisual .rBox h1 small {
	font-size: 5.8rem;
}
.mainVisual .photo {
	position: relative;
}
.mainVisual .photo::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 101%;
	width: 253px;
	content: "";
	z-index: 1;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(255, 255, 255, 1) 54.61%,rgba(255, 255, 255, 0) 100%);
	background : -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 54.61%, rgba(255, 255, 255, 0) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.5461,rgba(255, 255, 255, 1) ),color-stop(1,rgba(255, 255, 255, 0) ));
	background : -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 54.61%, rgba(255, 255, 255, 0) 100%);
	background : -ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 54.61%, rgba(255, 255, 255, 0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(255, 255, 255, 1) 54.61%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF' , GradientType=1);
}
.mainVisual .photo img {
	width: 100%;
	height: 45vw;
	object-fit: cover;
	object-position: 50% 40%;
}
.mainVisual .photo p {
	position: absolute;
	right: 33px;
	bottom: 7px;
	font-size: 3.1rem;
	color: #000;
	z-index: 1;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.mainVisual .photo p:before {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-text-stroke: 7px #fff;
	color: #fff;
	content: attr(data-text);
	z-index: -1;
}
.mainVisual .photo p.white {
	color: #fff;
}
.mainVisual .photo p.white:before {
	display: none;
}
#main .nameSec {
	margin-bottom: 70px;
	padding-left: 0.5em;
	text-align: center;
	font-size: 7rem;
	font-weight: 700;
}
#main .nameSec strong {
	font-size: 6.9rem;
}
.headLine01,
#main .section01 h3 {
	max-width: 960px;
	padding: 12px;
	margin-bottom: 50px;
}
#main .section01 .imgBox {
	max-width: 960px;
}
#main .section01 .imgBox .txt {
	margin: 0;
	width: 50%;
	font-size: 2.3rem;
	line-height: 1.8;
}
#main .section01 .imgBox .photo {
	margin: 0;
	width: 50%;
	text-align: center;
}
#main .sec05 {
	padding-top: 0;
}
#main .sec05 .listUl h4 {
	margin-top: -10px;
}
#main .sec05 .listUl {
	width: 100%;
	max-width: 960px;
}
#main .sec05 .listUl li:not(:first-child) {
	margin-top: 190px;
}
#main .sec05 .listUl li:not(:last-child)::after {
	left: 460px;
	bottom: -145px;
	border-width: 34px;
	border-top-width: 34px;
}
#main .sec05 .listUl .photo {
	width: 560px;
}
#main .sec05 .listUl .txtBox {
	margin: 0;
	width: calc(100% - 615px);
}
#main .sec05 .listUl .num {
	margin-right: 10px;
	transform: translateY(10px);
	font-size: 15.4rem;
	letter-spacing: 0.1em;
}
#main .sec05 .listUl .txtBox p {
	font-size: 2.5rem;
}
#gFooter {
	padding: 50px 0 75px;
}
#gFooter .ttl {
	margin: 0;
	padding: 0;
	font-size: 17.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.01em;
	color: #604c3f;
}
#gFooter .ttl span {
	color: #00a89c;
}
#gFooter .ttl sub {
	font-size: 6.7rem;
}
#gFooter .ttl small {
	font-size: 9.2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#main {
		width: auto;
	}
	.mainVisual {
		margin: 0 auto 15px;
		padding-top: 0;
	}
	.mainVisual .rBox {
		left: 26px;
		top: 40px;
		right: auto;
	}
	.mainVisual .rBox p {
		margin: 0;
		font-size: 0.85rem;
		letter-spacing: 0.15em;
	}
	.mainVisual .photoList {
		margin: 0;
		font-size: 0;
	}
	.mainVisual .photo img {
		height: 275px;
	}
	.mainVisual .photo::after {
		width: 126px;
	}
	.mainVisual .rBox h1 {
		font-size: 5rem;
		letter-spacing: 0.05em;
		width: 71px;
	}
	.mainVisual .rBox h1.ver sub {
		font-size: 1.6rem;
	}
	.mainVisual .rBox h1 small {
		font-size: 2.5rem;
	}
	.mainVisual .photo p {
		right: 4.5%;
		bottom: 1%;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}
	.mainVisual .photo p:before {
		-webkit-text-stroke: 3px #fff;
	}
	#main .nameSec {
		margin: 0 20px 70px;
		padding-left: 0;
		text-align: center;
		font-size: 2.5rem;
		font-weight: 700;
	}
	#main .nameSec strong {
		font-size: 2.7rem;
		letter-spacing: 0;
	}
	.headLine01,
	#main .section01 h3 {
		margin-bottom: 20px;
	}
	#main .section01 .imgBox .txt {
		margin: 0;
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#main .section01 .imgBox .photo {
		margin: 0 auto 30px;
		width: 70%;
		text-align: center;
	}
	#main .sec05 {
		padding-top: 0;
	}
	#main .sec05 .listUl h4 {
		margin-top: -10px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		text-align: left;
	}
	#main .sec05 .listUl {
		width: 100%;
		max-width: 960px;
	}
	#main .sec05 .listUl li:not(:first-child) {
		margin-top: 100px;
	}
	#main .sec05 .listUl li:not(:last-child)::after {
		left: calc(50% - 34px);
		bottom: -90px;
		border-width: 34px;
		border-top-width: 34px;
	}
	#main .sec05 .listUl .photo {
		width: 100%;
	}
	#main .sec05 .listUl .txtBox {
		margin: 0;
		width:100%;
	}
	#main .sec05 .listUl .num {
		margin-bottom: 0;
		margin-right: 10px;
		transform: translateY(10px);
		font-size: 10rem;
		letter-spacing: 0.1em;
	}
	#main .sec05 .listUl .txtBox p {
		font-size: 1.5rem;
	}
	#gFooter {
		padding: 25px 0 30px;
	}
	#gFooter .ttl {
		padding: 0 30px;
	}
	#gFooter .ttl sub {
		font-size: 2.5rem;
	}
	#gFooter .ttl small {
		font-size: 4rem;
	}
}
.pdfBtn a {
	position: relative;
	padding: 17px 0 15px;
	margin: -30px auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 910px;
	color: #404040;
	border: 1px solid #404040;
	font-size: 2.4rem;
	letter-spacing: 0rem;
	border-radius: 50px;
	font-weight: 700;
}
.pdfBtn a:after {
	content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 10px;
    background-image: url(img/common/yajirushi.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media all and (min-width: 897px) {
	.pdfBtn a:hover {
		background: #464646;
		color: #fff;
		transition: .3s;
	}
	.pdfBtn a:hover:after {
		background-image: url(img/common/yajirushi-white.svg);
    	transition: .3s;
	}
}
@media all and (max-width: 896px) {
	.pdfBtn {
		padding: 0 20px;
	}
	.pdfBtn a {
		margin: -40px auto 70px;
		max-width: 650px;
		border-radius: 2rem;
		font-size: 14px;
		text-align: center;
		background: none;
	}
}
@media all and (min-width: 897px) {
	#main .sec05 .listUl h4 {
		letter-spacing: 0;
	}
}

#gHeader02 {
	position: relative;
	margin: 0 auto;
	max-width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 60px 0 44px;
}
#gHeader02 .logo {
	width: 317px;
}
#gHeader02 h1 {
	margin: 0 0 -6px -185px;
	font-size : 32px;
	line-height : 45px;
	letter-spacing : 5px;
	color : #4D4D4D;
}
#gHeader02 .menuBtn {
	margin-bottom: 5px;
	position: relative;
	width: 90px;
	height: 45px;
	cursor: pointer;
}
#gHeader02 .menuBtn span {
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
	height: 8px;
	width: 100%;
	border-radius: 4px;
	background-color: #989898;
}
#gHeader02 .menuBtn span:first-child {
	top: 0;
}
#gHeader02 .menuBtn span:last-child {
	top: calc(100% - 8px);
}
#gHeader02 .menuBtn.on span {
	top: calc(50% - 4px) !important;
	opacity: 0;
}
#gHeader02 .menuBtn.on span:first-child {
	opacity: 1;
	transform: rotate(45deg);
}
#gHeader02 .menuBtn.on span:last-child {
	opacity: 1;
	transform: rotate(-45deg);
}
.menuBox {
	position: absolute;
	padding: 120px 0 148px;
	left: 0;
	top: 140px;
	width: 100%;
	background-color: #00A89C;
	z-index: 10;
	display: none;
}
.menuBox .menuList {
	max-width: 515px;
	margin: 0 auto 60px;
}
.menuBox .menuList li:not(:last-child) {
	margin-bottom: 24px;
}
.menuBox .menuList li a {
	display: inline-block;
	position: relative;
	padding-left: 92px;
	color: #fff;
}
.menuBox .menuList li a::before {
	position: absolute;
	left: 0;
	top: calc(50% + 6px);
	width: 55px;
	height: 3px;
	background-color: #fff;
	content: "";
	opacity: 0.5;
}
.menuBox .menuList li.on a::before {
	opacity: 1;
}
.menuBox .menuList li .en {
	display: inline-block;
	font-size: calc(5rem * 1.15);
	letter-spacing: 4px;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	width: 170px;
	opacity: 0.5;
}
.menuBox .menuList li.on .en {
	opacity: 1;
}
.menuBox .menuList li .jp {
	font-size: calc(1.5rem * 1.25);
	letter-spacing: 3px;
	font-weight: 700;
}
.menuBox .logo {
	max-width: 495px;
	margin: 0 auto;
}
.menuBox .logo img {
	width: 385px;
}
#main.page {
	margin-bottom: 215px;
	width: auto;
	max-width: inherit;
}
#page_logo .mainVisual {
	position: relative;
	margin-bottom: 133px;
}
#page_logo .mainVisual .img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-52%,-48%);
	max-width: 454px;
	max-height: 90%;
	aspect-ratio: 1;
}
#page_logo .h2Ttl {
	margin: 0 auto 79px;
	padding-right: 54px;
	width: 186px;
}
#page_logo .imgList {
	margin: 0 auto 75px;
	padding-bottom: 1px;
	width: 1120px;
}
#page_logo .imgItem {
	margin-bottom: 46px;
	display: flex;
	align-items: center;
}
#page_logo .imgItem .logo {
	margin: 0 25px 0 65px;
	width: 340px;
	text-align: center;
}
#page_logo .imgItem .logo img {
	transform: scale(0.8);
	transform-origin: right center;
}
#page_logo .imgItem .text {
	width: 470px;
}
#page_logo .imgItem .text p {
	font-size: 17px;
	line-height: 1.75;
	color: #333;
	font-weight: 600;
}
#page_logo .bgBox {
	margin: 0 auto;
	padding: 85px 0 20px;
	background-color: #fffde5;
	border-radius: 0;
}
#page_logo .bgBox .imgItem {
	margin: 0 auto 35px;
	max-width: 1120px;
}
#gFooter02 {
	padding: 98px 0 89px;
	position: relative;
	background-color: #00A89C;
}
#gFooter02::before {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 88px;
	background: url(img/common/footer_bg.png) no-repeat bottom center;
	background-size: auto 100%;
	content: "";
}
#gFooter02 .logo {
	margin: 0 auto 37px;
	width: 400px;
}
#gFooter02 .fNavi {
	display: flex;
	justify-content: center;
	gap: 90px;
}
#gFooter02 .fNavi a {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
}
#gFooter02 .fNavi a .en {
	font-size: 40px;
	line-height: 1;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
#gFooter02 .fNavi a .jp {
	margin-top: 4px;
	padding: 6px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	min-width: 142px;
}
@media all and (max-width: 1630px) {
	#gHeader02 h1 {
		margin-left: 0;
		font-size: 22px;
	}
}
@media all and (min-width: 897px) {
	#gHeader02 {
		width: 1400px;
		padding: 50px 0 40px;
	}
	#gHeader02 .logo {
		width: 253px;
	}
	#gHeader02 .menuBtn {
		margin-bottom: -2px;
		width: 54px;
		height: 30px;
	}
	#gHeader02 .menuBtn span {
		height: 5px;
	}
	#gHeader02 h1 {
		margin-bottom: -11px;
		font-size: 20px;
		letter-spacing: 3px;
	}
	#gHeader02 .menuBtn span:nth-child(2) {
		top: calc(50% - 4px);
	}
	#gFooter02 .fNavi a:hover {
		opacity: 0.7;
	}
	#gHeader02 .menuBtn:hover {
		opacity: 0.7;
	}
	.menuBox .menuList li a:hover .en {
		opacity: 1;
	}
	.menuBox .menuList li a:hover::before {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gHeader02 {
		max-width: inherit;
		padding: 10px 10px 8px;
		flex-wrap: wrap;
	}
	#gHeader02 .logo {
		width: 121px;
	}
	#gHeader02 h1 {
		margin: 15px 0 0;
		display: block;
		text-align: center;
		width: 100%;
		font-size: 1.2rem;
		letter-spacing: -0.5px;
		line-height: 1;
	}
	#gHeader02 .menuBtn {
		position: absolute;
		right: 17px;
		top: 13px;
		margin-bottom: 0;
		width: 40px;
		height: 20px;
	}
	#gHeader02 .menuBtn span {
		top: calc(50% - 2px);
		height: 4px;
	}
	#gHeader02 .menuBtn span:last-child {
		top: calc(100% - 4px);
	}
	.menuBox {
		position: absolute;
		padding: 60px 0 74px;
		left: 0;
		top: 70px;
	}
	.menuBox .menuList {
		margin-bottom: 30px;
		max-width: 257px;
	}
	.menuBox .menuList li:not(:last-child) {
		margin-bottom: 12px;
	}
	.menuBox .menuList li a {
		padding-left: 46px;
	}
	.menuBox .menuList li a::before {
		top: calc(50% + 3px);
		width: 27px;
		height: 2px;
	}
	.menuBox .menuList li .en {
		font-size: 2.3rem;
		letter-spacing: 2px;
		width: 85px;
	}
	.menuBox .menuList li .jp {
		font-size: 0.7rem;
		letter-spacing: 2px;
	}
	.menuBox .logo {
		max-width: 247px;
		margin: 0 auto;
	}
	.menuBox .logo img {
		width: 193px;
	}
	#main.page {
		margin-bottom: 150px;
	}
	#page_logo .mainVisual {
		position: relative;
		margin-bottom: 70px;
	}
	#page_logo .mainVisual .img {
		max-width: 320px;
	}
	#page_logo .h2Ttl {
		margin: 0 auto 40px;
		padding-right: 0;
		width: 200px;
	}
	#page_logo .imgList {
		margin: 0 auto 30px;
		padding-bottom: 15px;
		width: 90%;
	}
	#page_logo .imgItem {
		margin-bottom: 30px;
		flex-direction: column;
	}
	#page_logo .imgItem .logo {
		margin: 0 auto 10px;
		width: auto;
	}
	#page_logo .imgItem .text {
		width: auto;
	}
	#page_logo .imgItem .text p {
		font-size: 15px;
	}
	#page_logo .bgBox {
		margin: 0 auto;
		padding: 40px 20px 10px;
		width: 90%;
		box-sizing: border-box;
	}
	#page_logo .bgBox .imgItem {
		margin-bottom: 20px;
	}
	#gFooter02 {
		padding: 34px 0 45px;
	}
	#gFooter02::before {
		height: 65px;
		background-size: contain;
		background-position: bottom center;
		background-image: url(img/common/footer_bg_sp.jpg);
	}
	#gFooter02 .logo {
		margin: 0 auto 19px;
		width: 205px;
	}
	#gFooter02 .fNavi {
		gap: 10px;
	}
	#gFooter02 .fNavi a .en {
		font-size: 2rem;
		letter-spacing: 0.5px;
	}
	#gFooter02 .fNavi a .jp {
		padding: 4px 0;
		font-size: 0.8rem;
		min-width: inherit;
	}
}
#main .nameSec .time {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 3.3;
	font-weight: 700;
}
#main .sec01 h2 {
	text-align: center;
}
#main .sec01 h2 .small {
	display: block;
	font-size: 35px;
	margin-top: 13px;
	text-align: center;
}
#main .idBox {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 600px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 27px 0;
}
#main .sec01 .idtxt {
	font-size: 35px;
}
#main .sec01 {
	margin-bottom: 70px;
}
#main .logoList {
	display: flex;
	justify-content: center;
	gap: 130px;
	flex-wrap: wrap;
}
#main .logoList li {
	position: relative;
}
#main .logoList li::after {
	position: absolute;
	right: -65px;
	top: 0;
	bottom: 0;
	border-left: 1px solid #000;
	content: "";
}
#main .logoList li:last-child:after {
	display: none;
}
#main .logoList a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 260px;
}
#main .logoList a .img {
	display: flex;
	align-items: center;
}
#main .logoList .logo01 a .img {
	margin: 0 -20px;
}
#main .logoList .logo06 a .img {
	margin: 0 20px;
}
#main .logoList a .txt {
	margin-top: 2rem;
	font-size: 22px;
	line-height: 1.59;
	font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
#main .linkBox {
	-webkit-tap-highlight-color: transparent;
}
#main .linkBox a.hover {
	opacity: 0.7 !important;
}
#main .linkBox a > * {
	user-select: none;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	#main .logoList li:nth-child(3n):after {
		display: none;
	}
	#main .linkBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 h2 .small {
		font-size: 20px;
	}
	#main .idBox {
		width: auto;
		padding: 20px 10px;
	}#main .logoList {
		flex-direction: column;
		justify-content: center;
		gap: 50px;
	}
	#main .logoList li {
		position: relative;
		width: 100%;
	}
	#main .logoList li::after {
		right: 0;
		left: 0;
		top: auto;
		bottom: -25px;
		border: none;
		border-top: 1px solid #000;
	}
	#main .logoList a {
		margin: 0 auto;
		width: auto;
		max-width: 260px;
	}
	#main .logoList a .txt {
		font-size: 1.5rem;
	}
	#main .sec01 .idtxt {
		font-size: 2.5rem;
	}
}

.mainImg {
	margin: 0 0 127px;
	position: relative;
}
.mainImg img {
	width: 100%;
}
.mainImg .img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-49.5%,-49%);
	width: 455px;
}
.comTtl {
	margin: 0 auto 36px;
	width: 215px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.comTtl .jp {
	margin-top: 12px;
	writing-mode: tb-rl;
	font-size: calc(2.7rem * 1.25);
	color: #4D4D4D;
}
@media all and (max-width: 896px) {
	.mainImg {
		margin: 0 0 16px;
	}
	.mainImg .img {
		transform: translate(-50.5%,-49%);
		width: 223px;
	}
	.mainImg img {
		width: 100%;
	}
	.comTtl {
		margin: 0 auto 12px;
		width: 134px;
		padding-left: 10px;
		box-sizing: content-box;
		position: relative;
	}
	.comTtl .jp {
		position: absolute;
		left: calc(50% + 45px);
		top: 62px;
		width: 100px;
		text-align: left;
		margin-top: 0;
		writing-mode: inherit;
		font-size: 1.6rem;
	}
}
#top .h2Ttl {
	margin-bottom: 125px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#top .h2Ttl img {
	width: 525px;
}
#top .h2Ttl .txt {
	margin-top: 20px;
	font-size: calc(2.5rem * 1.1);
	letter-spacing: 0;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
#top .btnList {
	margin-bottom: 113px;
	display: flex;
	justify-content: center;
	gap: 60px;
	font-size: 0;
}
#top .btnList img {
	width: 230px;
}
#top .pickup {
	margin-top: -18px;
	margin-bottom: 186px;
	position: relative;
	background-color: #fffde5;
	padding: 94px 0 86px;
}
#top .pickup::before {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	background: url(img/top/bg.png) no-repeat center bottom;
	background-size: contain;
	height: 90px;
	content: "";
	user-select: none;
	pointer-events: none;
}
#top .pickup .pickSlide {
	margin: 0 auto;
	width: 1190px;
	max-width: calc(100% - 200px);
}
#top .pickup .pickSlide .slick-arrow {
	position: absolute;
	left: -46px;
	top: 84px;
	appearance: none;
	border: none;
	background: url(img/top/arrow.png) no-repeat center;
	background-size: 33px auto;
	width: 33px;
	height: 34px;
	font-size: 0;
	z-index: 5;
	cursor: pointer;
}
#top .pickup .pickSlide .slick-arrow.slick-next {
	left: auto;
	right: -46px;
	transform: rotate(180deg);
}
#top .pickup .pickSlide .slick-slide li {
	padding: 0 10px;
}
#top .pickup .pickSlide a {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	width: 318px;
}
#top .pickup .pickSlide .img {
	margin-bottom: 14px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	padding-bottom: 70%;
}
#top .pickup .pickSlide .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top .pickup .pickSlide .name {
	font-size: calc(1.7rem * 1.25);
	font-weight: 600;
	color: #333;
}
#top .pickup .pickSlide .ttl {
	font-size: calc(1.7rem * 1.25);
	font-weight: 600;
	color: #4d4d4d;
}
#top .pickup .pickSlide .kana {
	font-size: calc(3rem * 1.25);
	display: block;
}
@media all and (max-width: 896px) {
	#top .h2Ttl {
		margin-left: 5px;
		margin-bottom: 14px;
	}
	#top .h2Ttl img {
		width: 217px;
	}
	#top .h2Ttl .txt {
		margin-top: 5px;
		font-size: 1.1rem;
		letter-spacing: -0.5px;
	}
	#top .spPhoto {
		margin-bottom: 34px;
	}
	#top .spPhoto img {
		width: 100%;
	}
	#top .btnList {
		margin-bottom: 37px;
		gap: 15px;
	}
	#top .btnList li:nth-child(1) img {
		width: 143px;
	}
	#top .btnList li:nth-child(2) img {
		width: 138px;
	}
	#top .pickup {
		margin-top: 33px;
		margin-bottom: 90px;
		padding: 15px 0 7px;
	}
	#top .pickup::before {
		background-image: url(img/top/bg_sp.jpg);
		height: 67px;
		z-index: -1;
	}
	#top .pickup .pickSlide {
		margin: 0 28px;
		width: auto;
		max-width: inherit;
	}
	#top .pickup .pickSlide .slick-arrow {
		left: -21px;
		top: 56px;
		background-size: 20px auto;
		width: 20px;
		height: 21px;
	}
	#top .pickup .pickSlide .slick-arrow.slick-next {
		left: auto;
		right: -21px;
		transform: rotate(180deg);
	}
	#top .pickup .pickSlide .slick-slide li {
		padding: 0;
		margin: 0;
	}
	#top .pickup .pickSlide a {
		margin: 0 5px;
		width: calc(50vw - 37px);
	}
	#top .pickup .pickSlide .img {
		padding-bottom: 86%;
		margin-bottom: 8px;
		border-radius: 3px;
	}
	#top .pickup .pickSlide .name {
		font-size: 1.1rem;
	}
	#top .pickup .pickSlide .ttl {
		font-size: 1.1rem;
		letter-spacing: -0.5px;
	}
	#top .pickup .pickSlide .kana {
		margin-left: -5px;
		font-size: 1.9rem;
	}
}
#search .mainImg {
	margin-top: 1px;
	margin-bottom: 110px;
}
#search .mainImg .img {
	transform: translate(-52%,-50%);
}
#search .comTtl {
	margin-bottom: 55px;
}
#search .columns {
	margin-bottom: 200px;
	display: flex;
	justify-content: center;
	gap: 100px;
	padding-left: 40px;
}
#search .column {
	width: 345px;
}
#search .column .ttl {
	text-align: center;
	min-height: 140px;
	margin-bottom: -39px;
}
#search .column .bg {
	padding: 73px 20px 90px;
	display: flex;
	justify-content: center;
	background : #F4F9ED;
	border-radius : 67px;
}
#search .column:nth-child(2) .bg {
	background : #FFFDE5;
}
#search .column .catList li {
	max-width: 150px;
	display: flex;
}
#search .column .catList li:not(:last-child) {
	margin-bottom: 35px;
}
#search .column .catList a {
	display: flex;
	font-size: calc(2.5rem * 1.15);
	font-weight: 700;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	word-break: keep-all;
	color: #333;
	text-outline : #808080;
}
#search .column .catList a .img {
	margin-left: -60px;
	position: relative;
	width: 100px;
}
#search .column .catList a .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: inherit;
	transform: translate(-50%,-50%) scale(0.78);
}
@media all and (max-width: 896px) {
	#search .mainImg {
		margin-top: 2px;
		margin-bottom: 94px;
	}
	#search .mainImg .img {
		transform: translate(-48.5%,-61%);
		top: 100%;
	}
	#search .comTtl {
		margin-bottom: 30px;
	}
	#search .columns {
		margin: 0 20px 87px;
		flex-direction: column;
		padding: 0;
		gap: 30px;
	}
	#search .column {
		width: auto;
	}
	#search .column .ttl {
		text-align: center;
		min-height: inherit;
		margin-bottom: -31px;
	}
	#search .column .ttl img {
		width: 125px;
	}
	#search .column:nth-child(2) .ttl img {
		width: 133px;
	}
	#search .column .bg {
		padding: 65px 20px 45px;
		border-radius : 66px;
	}
	#search .column:nth-child(2) .bg {
		padding: 65px 20px 35px;
		border-radius: 51px;
	}
	#search .column .catList {
		display: flex;
		flex-wrap: wrap;
		padding-left: 10px;
		gap: 22px 0;
		width: 100%;
	}
	#search .column .catList li {
		max-width: inherit;
		width: 50%;
	}
	#search .column .catList li:not(:last-child) {
		margin-bottom: 0;
	}
	#search .column .catList a {
		font-size: 1.7rem;
		letter-spacing: -1px;
	}
	#search .column .catList a .img {
		margin-left: 0;
		width: 50px;
		flex-shrink: 0;
	}
	#search .column .catList a .img img {
		transform: translate(-50%,-50%) scale(0.42);
	}
	#search .column .catList .small a {
		letter-spacing: -4px;
	}
}
@media all and (max-width: 373px) {
	#search .column .catList .small a {
		font-size: 1.3rem;
	}
}
#category .mainImg {
	margin-bottom: 144px;
}
#category .mainImg .img {
	transform: translate(-51.5%,-48%);
}
#category .h2Ttl {
	margin-bottom: 49px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: calc(5rem * 1.15);
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	gap: 37px;
	color: #333;
}
#category .h2Ttl .img {
	transform: scale(1.25);
	font-size: 0;
}
#category .postList {
	margin: 0 auto 195px;
	max-width: 1020px;
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#category .postList::after {
	content: "";
	width: 309px;
	max-width: 32%;
}
#category .postList li {
	margin-top: 95px;
	width: 309px;
	max-width: 32%;
}
#category .postList li:nth-child(1),
#category .postList li:nth-child(2),
#category .postList li:nth-child(3) {
	margin-top: 0;
}
#category .postList a {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
}
#category .postList .img {
	margin-bottom: 14px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	padding-bottom: 72%;
}
#category .postList .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#category .postList .name {
	font-size: calc(1.7rem * 1.3);
	font-weight: 600;
	color: #333;
}
#category .postList .ttl {
	margin: 0 -10px;
	font-size: calc(2rem * 1.25);
	font-weight: 600;
	color: #333;
	letter-spacing: -2px;
}
#category .postList .ttl .kana {
	display: block;
}
#category.pickup .postList .ttl .kana {
	font-size: calc(3rem * 1.15);
	color: #4d4d4d;
}
@media all and (max-width: 896px) {
	#category .mainImg {
		margin-bottom: 142px;
	}
	#category .mainImg .img {
		transform: translate(-48.4%,-35%);
		width: 225px;
		top: 100%;
	}
	#category .h2Ttl {
		margin-bottom: 24px;
		font-size: 2.7rem;
		gap: 0;
		line-height: 1;
		color: #4D4D4D;
		min-height: 50px;
		justify-content: flex-end;
	}
	#category.pickup .h2Ttl {
		font-size: 2.4rem;
		min-height: 43px;
	}
	#category .h2Ttl .img {
		transform: scale(0.65);
		margin-bottom: -5px;
	}
	#category .postList {
		margin: 0 24px 84px;
		width: auto;
	}
	#category .postList::after {
		width: calc(50% - 10px);
		max-width: inherit;
	}
	#category .postList li,
	#category .postList li:nth-child(3) {
		margin-top: 29px;
		width: calc(50% - 10px);
		max-width: inherit;
	}
	#category .postList li:nth-child(1),
	#category .postList li:nth-child(2) {
		margin-top: 0;
	}
	#category .postList .img {
		padding-bottom: 82%;
		margin-bottom: 8px;
		border-radius: 3px;
	}
	#category .postList .name {
		font-size: 1.1rem;
	}
	#category .postList .ttl {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#category .postList .ttl .kana {
		margin: 0 30px;
		display: block;
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.2;
	}
	#category.pickup .postList .ttl .kana {
		font-size: 1.5rem;
	}
}
@media all and (min-width: 897px) {
	#top .pickup .pickSlide .slick-arrow:hover,
	#top .pickup .pickSlide a:hover,
	#top .btnList a:hover,
	#search .column .catList a:hover,
	#category .postList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#page_logo .mainImg {
		margin-bottom: 94px;
	}
	#page_logo .mainImg .img {
		top: 100%;
		transform: translate(-50.5%,-60%);
	}
	#page_logo .imgItem .logo img {
		transform: scale(1);
	}
}

/* 20250313 */
@media all and (min-width: 897px) {
	#search .columns {
        flex-direction: column;
		align-items: center;
    }
	#search .column {
		width: 700px;
	}
	#search .column .bg {
		padding: 80px 100px;
	}
	#search .column .catList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 60px 0;
	}
	#search .column .catList li {
		margin-bottom: 0 !important;
		width: 40%;
		max-width: inherit;
	}
}
.mainVisual .homeBtn {
	position: absolute;
	right: 67px;
	top: 70px;
	width: 200px;
	z-index: 4;
}
#main .nameSec .small {
	font-size: 0.7em;
}
#gFooter02.single {
	margin-top: 250px;
	padding: 50px 0;
}
#gFooter02.single .pageTop {
	right: calc(50% - 500px);
	bottom: calc(100% + 100px);
	z-index: 5;
}
@media all and (min-width: 897px) {
	#main .nameSec .time {
		font-size: 36px;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .homeBtn {
		right: 20px;
		top: 20px;
		width: 100px;
	}
	#gFooter02.single {
		margin-top: 150px;
		padding: 30px 0;
	}
	#gFooter02.single .pageTop {
		right: 20px;
		bottom: calc(100% + 80px);
	}
}