@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;}
.liGothic {
	font-family: "Roboto Condensed", sans-serif;
}
.min {
	font-family: "Noto Serif JP", serif;
}
.maru {
	font-family: "Zen Maru Gothic", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/


/* content */
.content {
	margin: 0 auto;
	max-width: 115rem;
}
.content02 {
	margin: 0 auto;
	max-width: 102.6rem;
}
@media all and (max-width: 896px) {
	.content02,
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}
/* comBg */
.comBg {
	background-color: #FFF8D8;
}
/* headLine01 */
.headLine01 {
	margin-bottom: 6.9rem;
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.025em;
}
.headLine01 .en {
	margin-bottom: 1.7rem;
	padding-bottom: 1.5rem;
	position: relative;
	display: block;
	color: #f5ab10;
	font-size: 2.55rem;
	letter-spacing: 0.025em;
}
.headLine01 .en::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 5rem;
	height: 0.3rem;
	background: #f5ab10;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	.headLine01 .en {
		margin-bottom: 1rem;
		padding-bottom: 0.5rem;
		font-size: 3rem;
	}
	.headLine01 .en::before {
		height: 0.2rem;
	}
}
/* comLink */
.comLink a {
    margin: 0 auto;
    width: fit-content;
    min-width: 28rem;
    padding: 0.5rem 4.3rem 0.5rem 1.5rem;
    height: 4.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.05em;
    border: 0.2rem solid #f5ab10;
	font-family: "Zen Maru Gothic", sans-serif;
    border-radius: 5rem;
    background: #f5ab10 url(../img/common/icon03.png) no-repeat right 1.5rem center / 2.4rem;
}
.comLink a:hover {
    opacity: 0.7;
}
.comLink.white a {
    min-width: 23.6rem;
    height: 5.3rem;
    color: #f5ab10;
    font-size: 1.748rem;
    background: #fff url(../img/common/icon04.png) no-repeat right 4.8rem center / 1.8rem;
    border-width: 0.12rem;
    letter-spacing: 0.05em;
    padding: 0 3.1rem 0.2rem 0;
}
.comLink.spec a {
	padding-right: 0.8rem;
	height: 5.23rem;
	min-width: 23.6rem;
	font-size: 1.748rem;
	letter-spacing: 0.05em;
	background-image: none;
}
.comLink.spec a span {
	padding-right: 3.8rem;
	 background: url(../img/common/icon03.png) no-repeat right center / 1.7rem;
}
@media all and (max-width: 896px) {
    .comLink a {
        min-width: 22rem;
        padding: 0.1rem 3rem 0.1rem 1rem;
        height: 3.6rem;
        font-size: 1.3rem;
        background-position: right 1rem center;
        background-size: 1.6rem auto;
    }
    .comLink.white a {
        padding-left: 2rem;
        height: 4.4rem;
        font-size: 1.6rem;
        background-position: right 1.5rem center;
        background-size: 2rem auto;
    }
	.comLink.spec a {
		min-width: 16rem;
		height: 4rem;
		font-size: 1.4rem;
	}
	.comLink.spec span {
		background-size: 1.4rem;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 2.7rem;
	padding-bottom: 1.6rem;
	line-height: 1.35;
	font-size: 1.984rem;
	position: relative;
}
.headLine02::after {
	position: absolute;
	bottom: 0;
	left: 0.4rem;
	width: 3.3rem;
	height: 0.35rem;
	background: #EB6200;
	content: '';
}
.headLine02 .en {
	margin-bottom: 0.7rem;
	font-size: 3.118rem;
	color: #EB6200;
	font-weight: 400;
	letter-spacing: 0.025em;
	opacity: 0.5;
	font-family: "Noto Serif JP", serif;
}
.headLine02 span {
	display: block;
}
.headLine02.style {
	margin-bottom: 6rem;
	padding-bottom: 0;
	font-size: 2.55rem;
}
.headLine02.style .en {
	font-size: 4.25rem;
	margin: 0 0 -1px -0.4rem;
}
.headLine02.style::after {
	display: none;
}
@media all and (max-width: 896px) {
	.headLine02 {
		padding-bottom: 1rem;
		font-size: 1.8rem;
	}
	.headLine02 .jp {
		font-size: 1.4rem;
	}
	.headLine02 .en {
		font-size: 1.8rem;
	}
	.headLine02::after {
		height: 2px;
		left: 0;
	}
	.headLine02.style .en {
		font-size: 3.2rem;
		margin: 0;
	}
	.headLine02.style {
		margin-bottom: 5rem;
		font-size: 2rem;
	}
}
/* headLine03 */
.headLine03 {
	font-size: 2.065rem;
	line-height: 1.5;
}
.headLine03 .en {
	display: block;
	font-weight: 600;
	font-size: 6.195rem;
	color: #F05922;
	font-family: "Roboto Condensed", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 1.8rem;
	}
	.headLine03 .en {
		font-size: 4rem;
	}
}
/* headLine05 */
.headLine05 {
	margin-bottom: 1.7rem;
	padding-left: 1.5rem;
	font-size: 2.268rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	position: relative;
}
.headLine05::before {
	width: 0.8rem;
	content: "";
	position: absolute;
	left: -0.2rem;
	top: 0.2rem;
	bottom: 0.3rem;
	background: #EA6200;
}
@media all and (max-width: 896px) {
	.headLine05 {
		font-size: 1.9rem !important;
	}
}
/* comPageTitle */
.comPageTitle {
	padding: 6.4rem 0 9.5rem;
	line-height: 1.35;
	font-size: 2.551rem;
}
.comPageTitle span {
	display: block;
}
.comPageTitle .en {
	font-size: 4.252rem;
	color: #EB6200;
	font-weight: 400;
	letter-spacing: 0.025em;
	opacity: 0.5;
	font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
	.comPageTitle {
		padding: 3rem 0 4rem;
		font-size: 2rem;
	}
	.comPageTitle .en {
		font-size: 2.6rem;
	}
}
/* comTxtList */
.comTxtList > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comTxtList > li .title {
	padding: 1.1rem 0.9rem 1.5rem;
	width: 15.2rem;
	color: #eb6200;
	font-weight: 600;
	line-height: 1.72;
	border-top: 1px solid #eb6200;
}
.comTxtList > li .rBox {
	padding: 1.1rem 0.9rem 1.5rem;
	width: calc(100% - 16.6rem);
	border-top: 1px solid #000;
}
.comTxtList > li .rBox .text {
	font-weight: 600;
	font-size: 1.417rem;
	line-height: 1.724;
	letter-spacing: 0.05em;
}
.comTxtList > li .rBox .text .sub {
	padding: 0 1.4rem;
	display: block;
}
.comTxtList > li .textUl {
	margin-top: 2.5rem;
}
.comTxtList > li .textUl > li {
	margin-bottom: 2.6rem;
	font-weight: 600;
	line-height: 1.72;
}
.comTxtList > li .textUl > li:last-child {
	margin-bottom: 0;
}
.comTxtList > li .textUl .subUl {
	padding: 0 1.3rem;
}
.comTxtList > li .textUl .subUl li {
	margin-bottom: 0.1rem;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.05em;
}
.comTxtList > li .textUl .subUl li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comTxtList > li {
		display: block;
	}
	.comTxtList > li .title {
		padding: 1rem 0;
		width: auto;
	}
	.comTxtList > li .rBox {
		padding: 0 0 1rem;
		width: auto;;
		border: none;
	}
	.comTxtList > li .textUl {
		margin-top: 1.5rem;
	}
	.comTxtList > li .textUl > li {
		margin-bottom: 1.5rem;
	}
	.comTxtList > li .textUl .subUl {
		padding: 0;
	}
}
/* comBox */
.comBox01 {
	padding: 6.4rem 0 7.6rem;
	background: url(../img/common/bg01.jpg) no-repeat center top / cover;
}
.comBox01 .headLine03 {
	margin-bottom: 6.1rem;
}
.comBox01 .inner {
	gap: 11rem;
	align-items: center;
}
.comBox01 p {
	font-size: 2.268rem;
	font-weight: 500;
	flex: 1;
	text-align: center;
	letter-spacing: 0.05em;
}
.comBox01 .comLink {
	margin-right: -1.2rem;
}
.comBox01 .comLink a {
	padding: 0.5rem 2rem 0.5rem 2.5rem;
	min-width: 23.7rem;
	height: 5.2rem;
	font-size: 1.748rem;
	background-image: none;
	letter-spacing: 0.02em;
}
.comBox01 .comLink span {
	padding-right: 4rem;
	background: url(../img/common/icon03.png) no-repeat center right / 1.8rem;
}
@media all and (max-width: 896px) {
	.comBox01 {
		padding: 4rem 0;
	}
	.comBox01 .inner {
		display: block;
	}
	.comBox01 .headLine03 {
		margin-bottom: 3.5rem;
	}
	.comBox01 p {
		margin-bottom: 1.5rem;
		font-size: 1.8rem
	}
}
/* comBanner */
.comBanner {
	margin: 9.3rem auto 9.5rem;
	max-width: 108rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comBanner li {
	width: calc((100% - 4.8rem) / 2);
}
.comBanner a {
	position: relative;
	display: block;
}
.comBanner .photo {
	width: 100%;
}
.comBanner .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) {
	.comBanner a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBanner {
		margin: 4rem 0;
		max-width: inherit;
		display: block;
	}
	.comBanner li {
		margin: 0 auto 2rem;
		width: auto;
		max-width: 34rem;
	}
	.comBanner li:last-child {
		margin-bottom: 0;
	}
}
/* comCta */
.comCta {
	padding: 7.6rem 0;
	background: #F5AB10;
}
.comCta .innerBox {
	margin: 0 auto;
	padding: 2rem 5rem 1.4rem 7rem;
	width: 72.2rem;
	border-radius: 18rem;
	background: #fff;
	position: relative;
	align-items: center;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15)
}
.comCta .posTxt {
	width: 16.2rem;
	left: -2rem;
	top: -4.1rem;
	position: absolute;
}
.comCta .photoBox {
	width: 16rem;
}
.comCta .textBox {
	flex: 1;
}
.comCta .heading {
	margin-bottom: 1.6rem;
	font-size: 1.916rem;
	letter-spacing: 0.025em;
	text-align: center;
}
.comCta .comLink a {
	padding-left: 2.3rem;
	min-width: 27.1rem;
	text-align: left;
	font-size: 1.754rem;
	height: 4.7rem;
	justify-content: flex-start;
	background-size: 2.6rem;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 896px) {
	.comCta {
		padding: 4rem 2rem;
	}
	.comCta .innerBox {
		margin: 0 auto;
		padding: 5rem 2rem 2rem;
		width: auto;
		border-radius: 7rem;
		display: block;
	}
	.comCta .photoBox {
		margin: 2rem auto 0;
	}
	.comCta .posTxt {
		top: -3rem;
		width: 13rem;
	}
}
/* fixedBtn */
.fixedBtn {
	width: 10rem;
	right: 2rem;
	top: 6rem;
	position: fixed;
	z-index: 666;
}
.fixedBtn a {
	display: block;
}
@media all and (min-width: 897px) {
	.fixedBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fixedBtn {
		width: 8rem;
		right: 2rem;
		top: 8rem;
	}
}
/* comList01 */
.comList01 {
	display: flex;
	flex-wrap: wrap;
	gap: 4.7rem 2.599rem;
}
.comList01 li {
	padding-bottom: 3rem;
	width: calc((100% - 5.2rem) / 3);
	border-radius: 2.3rem;
	overflow: hidden;
	border: 0.3rem solid #F35200;
	background: linear-gradient(to bottom,#F35200 2rem,#fff 0%);
}
.comList01 .title {
	margin-bottom: 0.9rem;
	padding: 1.35rem 1rem;
	color: #fff;
	text-align: center;
	font-size: 2.693rem;
	letter-spacing: 0.1em;
	background: #F35200;
}
.comList01 .text {
	margin: 0 1.7rem 1.5rem;
}
.comList01 p {
	font-size: 1.984rem;
	line-height: 1.512;
	font-weight: 500;
	text-align: justify;
}
.comList01 .link a {
	margin: 0 auto;
	width: fit-content;
	min-width: 18.6rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.748rem;
	border-radius: 2rem;
	font-weight: 700;
	border: 1px solid #4D4D4D;
	font-family: "Zen Maru Gothic", sans-serif;
}
.comList01 .link span {
	padding-right: 4rem;
	color: #4D4D4D;
	background: url(../img/common/icon01.png) no-repeat center right / 1.8rem;
}
.comList01 .image {
	height: 14.3rem;
	text-align: center;
}
.comList01 .image img {
	width: auto;
	height: 100%;
}
.comList01 .item01 {
	border-color: #00AE00;
	background: linear-gradient(to bottom,#00AE00 2rem,#fff 0%);
}
.comList01 .item01 .title {
	background: #00AE00;
}
.comList01 .item02 {
	border-color: #007EC9;
	background: linear-gradient(to bottom,#007EC9 2rem,#fff 0%);
}
.comList01 .item02 .title {
	background: #007EC9;
}
.comList01 .item03 {
	border-color: #D30076;
	background: linear-gradient(to bottom,#D30076 2rem,#fff 0%);
}
.comList01 .item03 .title {
	background: #D30076;
}
.comList01 .item04 {
	border-color: #FDD415;
	background: linear-gradient(to bottom,#FDD415 2rem,#fff 0%);
}
.comList01 .item04 .title {
	background: #FDD415;
}
.comList01 .item05 {
	border-color: #C5481A;
	background: linear-gradient(to bottom,#C5481A 2rem,#fff 0%);
}
.comList01 .item05 .title {
	background: #C5481A;
}
.comList01.colums5 {
	margin: 0 auto;
	max-width: 115.6rem;
	gap: 1.349rem;
}
.comList01.colums5 li {
	padding-bottom: 0.8rem;
	width: calc((100% - 5.4rem) / 5);
	border-radius: 1.4rem;
	border-width: 0.2rem;
}
.comList01.colums5 .title {
	padding: 0.7rem 1rem 0.8rem;
	font-size: 1.7rem;
}
.comList01.colums5 .image {
	height: 8.6rem;
}
.comList01.colums5 p {
	font-size: 1.361rem;
	line-height: 1.396;
	letter-spacing: 0;
}
.comList01.colums5 .text {
	margin: 0.5rem 1rem 1.3rem;
}
.comList01.colums5 .link a {
	min-width: 11.2rem;
	font-size: 1.046rem;
	height: 2.4rem;
}
.comList01.colums5 .link span {
	padding-right: 2rem;
	background-size: 1.1rem;
}
@media all and (min-width: 897px) {
	.comList01 .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comList01 {
		display: block;
	}
	.comList01 li {
		padding-bottom: 2rem !important;
		width: 100% !important;
		border-radius: 2rem !important;
		border-width: 2px !important;
	}
	.comList01 li + li {
		margin-top: 2rem;
	}
	.comList01 .title {
		padding: 0.8rem;
		font-size: 1.9rem;
	}
	.comList01 p {
		font-size: 1.6rem;
	}
	.comList01.colums5 {
		margin: 0 2rem;
		max-width: inherit;
	}
}
/* comNavi */
.comNavi {
	display: flex;
	justify-content: space-between;
	gap: 11rem;
}
.comNavi .list {
	display: flex;
	gap: 3.1rem 7.2rem;
	flex-wrap: wrap;
}
.comNavi .list li {
	width: fit-content;
	min-width: 18rem;
}
.comNavi a {
	width: fit-content;
	font-size: 1.224rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	display: block;
	line-height: 1.6;
}
.comNavi .list > li > a {
	margin-bottom: 0.4rem;
}
.comNavi .subList li + li {
	margin-top: 0.2rem;
}
.comNavi p {
	margin-bottom: 0.2rem;
	line-height: 1.4;
	font-size: 1.134rem;
	font-weight: 500;
}
.comNavi .subList a {
	font-size: 1.134rem;
	font-weight: 500;
}
.comNavi .col {
	color: #EB6200;
}
.comNavi .nav01 {
	width: 44rem;
}
.comNavi .nav02 {
	flex: 1;
}
.comNavi .nav02 .list {
	gap: 2rem;
	justify-content: space-between;
}
.comNavi .nav02 .list li {
	min-width: inherit;
}
.comNavi .nav02 > a {
	margin-bottom: 0.4rem;
}
.comNavi .nav02 .subList li + li {
	margin-top: 0;
}
.comNavi .nav02 .subList + .subList {
	margin-top: 0.9rem;
}
@media all and (min-width: 897px) {
	.comNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comNavi {
		display: block;
	}
	.comNavi .list {
		gap: 2rem 1.99rem;
	}
	.comNavi .list li {
		min-width: inherit;
	}
	.comNavi .list > li {
		width: calc(50% - 1rem);
	}
	.comNavi .nav01 {
		margin-bottom: 2rem;
		width: auto;
	}
}
/* comTag */
.comTag {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.comTag span {
	padding: 1px 1.1rem 0.2rem;
	font-size: 1.683rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: #fff;
	background: #F5AB10;
}
@media all and (max-width: 896px) {
	.comTag {
		gap: 0.5rem;
	}
	.comTag span {
		font-size: 1.5rem;
	}
}
/* comVoice */
.comVoice {
	padding: 4.8rem 0 5.7rem;
	background: #FFF8D8;
}
.comVoice .content {
	max-width: 113rem;
}
.comVoice .headLine02 {
	margin: 0 0.8rem 4.4rem;
	padding-bottom: 2.6rem;
	color: #EB6200;
}
.comVoice .headLine02 .jp {
	font-size: 2.268rem;
}
.comVoice .voiceList {
	gap: 3.099rem;
}
.comVoice .voiceList li {
	width: calc((100% - 6.2rem) / 3);
	border-radius: 1.1rem;
	overflow: hidden;
	font-weight: 500;
	box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
	background-color: #FEE46C;
}
.comVoice .voiceList .photo {
	padding: 1.6rem 2.3rem;
	background-color: #fff;
}
.comVoice .voiceList .photo img {
	width: 100%;
}
.comVoice .voiceList .txtBox {
	padding: 1.4rem 2.2rem;
}
.comVoice .voiceList .title {
	margin-bottom: 1rem;
	font-size: 1.417rem;
	font-weight: 600;
}
.comVoice .voiceList dt {
	font-weight: 600;
}
.comVoice .voiceList dt,
.comVoice .voiceList dd {
	font-size: 1.276rem;
	line-height: 1.567;
	text-align: justify;
}
.comVoice .voiceList dd {
	margin-bottom: 0.6rem;
}
.comVoice .voiceList dd:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.comVoice .headLine02::after {
		width: 3.8rem;
		height: 0.5rem;
		left: 0.2rem;
	}
}
@media all and (max-width: 896px) {
	.comVoice {
		padding: 4rem 0;
	}
	.comVoice .headLine02 {
		margin: 0 0 2rem;
		padding: 0 0 1.3rem;
	}
	.comVoice .headLine02 .jp {
		font-size: 2rem;
	}
	.comVoice .voiceList {
		gap: 1.6rem;
	}
	.comVoice .voiceList li {
		width: 100%;
	}
	.comVoice .voiceList .photo {
		padding: 1.5rem;
	}
	.comVoice .voiceList .txtBox {
		padding: 1.5rem;
	}
}

/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 8rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0;
	padding: 0;
	width: 5.8rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3.2rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border: 0.1rem solid #000;
}
.wp-pagenavi a:hover {
	opacity: 0.7;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	font-size: 0;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/icon02.png) no-repeat center center / 2.1rem;
	content: '';
}
.wp-pagenavi .previouspostslink::after {
	transform: rotate(180deg);
}
.wp-pagenavi .current {
	color: #fff;
	background-color: #000;
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 8rem;
		gap: 0.8rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 3.6rem;
		height: 3.6rem;
		font-size: 1.8rem;
	}
	.wp-pagenavi .previouspostslink::after,
	.wp-pagenavi .nextpostslink::after {
		background-size: 1.5rem;
	}
}

/* comArchiveList */
.comArchiveList {
	gap: 13.6rem 8rem;
}
.comArchiveList li {
	width: calc((100% - 16rem) / 3);
}
.comArchiveList li a {
	display: block;
}
.comArchiveList li a:hover {
	opacity: 0.7;
}
.comArchiveList li .photo {
	margin-bottom: 2.1rem;
}
.comArchiveList li .photo img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 658/440;
}
.comArchiveList li .cateBox {
	margin-bottom: 1.9rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.5rem;
}
.comArchiveList li .cateBox .date {
	margin-top: 0.1rem;
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	white-space: nowrap;
}
.comArchiveList li .cateBox .tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
}
.comArchiveList li .cateBox .tag span {
	min-width: 8.2rem;
	padding: 0.1rem 0.5rem 0.1rem;
	display: inline-block;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	border-radius: 5rem;
	border: 0.1rem solid #f5ab10;
}
.comArchiveList li .ttl {
	margin-bottom: 0.5rem;
	font-size: 1.41rem;
	font-weight: bold;
}
.comArchiveList li .text {
	font-size: 1.17rem;
	font-weight: bold;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	.comArchiveList {
		display: block;
	}
	.comArchiveList li {
		margin-bottom: 4rem;
		width: auto;
	}
	.comArchiveList li:last-child {
		margin-bottom: 0;
	}
}

/* comDetail */
.comDetail {
	margin-bottom: 12.4rem;
	max-width: 114.2rem;
}
.comDetail .headLine01 {
	margin-bottom: 7.8rem;
}
.comDetail .ttlBox {
	margin: 0 0.5rem 2.7rem;
	padding: 0 0.4rem 1.3rem;
	position: relative;
	border-bottom: 0.1rem solid #939393;
}
.comDetail .ttlBox::after {
	width: 12.4rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	background: #d7d7d7;
	z-index: 1;
	content: '';
}
.comDetail .ttlBox .tag {
	margin-bottom: 1.1rem;
}
.comDetail .ttlBox .tag span {
	padding: 0 1rem 0.2rem;
	min-width: 11.6rem;
	min-height: 2.9rem;
	display: block;
	text-align: center;
	font-size: 1.54rem;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 5rem;
	border: 0.2rem solid #f5ab10;
}
.comDetail .ttlBox h3 {
	margin-right: 11rem;
	font-size: 3.27rem;
	letter-spacing: 0.025em;
	line-height: 1.3;
}
.comDetail .ttlBox .date {
	margin-top: -1rem;
	text-align: right;
	font-size: 1.96rem;
	font-weight: 600;
}
.comDetail .contsBox {
	margin-bottom:16.5rem;
	font-weight: 600;
	word-break: break-all;
	word-wrap: break-word;
}
.comDetail .contsBox a:hover {
	opacity: 0.7;
}
.comDetail .contsBox figure {
	margin-bottom: 2.5rem;
}
.comDetail .contsBox figure img {
	width: 100%;
}
.comDetail .contsBox p {
	margin: 0 1rem 3.1rem;
	font-size: 1.98rem;
	line-height: 1.96;
	letter-spacing: -0.08rem;
	word-break: break-all;
}
.comDetail .contsBox p + p {
	margin-top: 1em;
}
.comDetail .pageNav {
	display: flex;
	justify-content: center;
	position: relative;
}
.comDetail .pageNav a {
	width: calc((100% - 6.4rem) / 3);
	height: 6.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.67rem;
	font-weight: bold;
	text-align: center;
	border: 0.1rem solid #000;
}
.comDetail .pageNav a .txt {
	display: inline-block;
}
.comDetail .pageNav .prev {
	position: absolute;
	left: 0.5rem;
	top: 0;
}
.comDetail .pageNav .prev .txt {
	padding: 0 2.5rem 0 5.8rem;
	background: url(../img/common/icon08.png) no-repeat left center / 2.2rem;
}
.comDetail .pageNav .next {
	position: absolute;
	right: 0.5rem;
	top: 0;
}
.comDetail .pageNav .next .txt {
	padding: 0 7.5rem 0 0;
	background: url(../img/common/icon09.png) no-repeat right center /2.2rem;
}
@media all and (min-width: 897px) {
	.comDetail .pageNav a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comDetail {
		margin-bottom: 7rem;
	}
	.comDetail .headLine01 {
		margin-bottom: 4rem;
	}
	.comDetail .ttlBox {
		padding-bottom: 0.5rem;
	}
	.comDetail .ttlBox::after {
		width: 7.5rem;
	}
	.comDetail .ttlBox .tag {
		margin-bottom: 0.5rem;
	}
	.comDetail .ttlBox .tag span {
		padding: 0.1rem 0.5rem;
		min-width: 10rem;
		font-size: 1.3rem;
		min-height: initial;
	}
	.comDetail .ttlBox h3 {
		margin: 0 0 0.5rem;
		font-size: 2rem;
	}
	.comDetail .ttlBox .date {
		margin-top: 0;
		font-size: 1.5rem;
	}
	.comDetail .contsBox {
		margin-bottom: 7rem;
	}
	.comDetail .contsBox figure {
		margin-bottom: 3rem;
	}
	.comDetail .contsBox p {
		margin: 0 0 3.1rem;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.comDetail .contsBox p + p {
		margin-top: 1em;
	}
	.comDetail .pageNav {
		justify-content: space-between;
		gap: 1.5rem 0;
		flex-wrap: wrap;
	}
	.comDetail .pageNav a {
		width: 48%;
		height: 5.6rem;
	}
	.comDetail .pageNav .prev {
		position: relative;
		left: auto;
		top: auto;
		margin-right: auto;
	}
	.comDetail .pageNav .prev .txt {
		padding: 0 0 0.2rem 3rem;
		background-size: 1.5rem;
	}
	.comDetail .pageNav .next {
		position: relative;
		right: auto;
		top: auto;
		margin-left: auto;
	}
	.comDetail .pageNav .next .txt {
		padding: 0 3rem 0 0;
		background-size: 1.5rem;
	}
	.comDetail .pageNav .back {
		width: 100%;
	}
}

/* comLinkUl */
.comLinkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 0.6rem;
}
.comLinkUl a {
	padding: 0.7rem 1.7rem 0.9rem;
	line-height: 1;
	font-weight: 600;
	font-size: 1.98rem;
	border: 1px solid #000000;
	display: block;
}
@media all and (min-width: 897px) {
	.comLinkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLinkUl a {
		padding: 0.6rem 1rem 0.7rem;
		font-size: 1.4rem;
	}
}


/* headLine04 */
.headLine04 {
	margin-bottom: 8.2rem;
	padding-bottom: 2.7rem;
	text-align: center;
	font-size: 3.11rem;
	position: relative;
}
.headLine04::after {
	width: 6.4rem;
	height: 0.4rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f5ab10;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 6rem;
		padding-bottom: 1.7rem;
		font-size: 2.8rem;
	}
	.headLine04::after {
		width: 5rem;
	}
}
/* comFlowUl */
.comFlowUl {
    margin: 5.4rem 0 0 0.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
}
.comFlowUl p {
    line-height: 1 !important;
}
.comFlowUl li {
    width: 12.8rem;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.comFlowUl li::after {
    margin-top: -1px;
    width: 2.4rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: -3.3rem;
    transform: translateY(-50%);
    background: url("../img/common/icon10.png") no-repeat left top / 100% 100%;
    content: "";
}
.comFlowUl .noAfter::after {
    display: none;
}
.comFlowUl .num {
    color: #eb6200;
    font-size: 2rem;
    margin-bottom: 0.6rem;
    font-weight: 700;
}
.comFlowUl .image {
    margin-bottom: 1.6rem;
}
@media all and (max-width: 896px) {
    .comFlowUl {
        margin: 5.4rem auto 0;
        max-width: 29.6rem;
        justify-content: flex-start;
    }
    .comFlowUl li:nth-child(2n):after {
        display: none;
    }
}
/* comList02 */
.comList02 {
	margin: 5.3rem 1rem 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}
.comList02 li {
	padding-bottom: 2.5rem;
	width: 32.5rem;
	border: 0.2rem solid #FFB666;
	background-color: #fff;
	border-radius: 0.9rem;
}
.comList02 .title {
	padding: 0.5rem 0;
	font-size: 2.244rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFB666;
}
.comList02 .title02 {
	font-size: 1.81rem;
	line-height: 1.175;
}
.comList02 p {
	margin: 1.6rem 3.7rem 0;
	font-size: 1.5rem;
	line-height: 1.755;
}
@media all and (min-width: 897px) {
	.comList02.colums3 {
		margin: 0 1.5rem;
		gap: 2.4rem;
	}
	.comList02.colums3 li {
		padding-bottom: 1.8rem;
		width: 31.5rem;
		width: calc((100% - 4.8rem) / 3);
	}
	.comList02.colums3 .title {
		padding: 0.4rem 0;
		letter-spacing: 0;
	}
	.comList02.colums3 p {
		margin: 1.6rem 3rem 0;
		font-size: 1.4rem;
	}
	.comList02.colums4 {
		gap: 2rem;
	}
	.comList02.colums4 li {
		padding-bottom: 1.8rem;
		width: 23.6rem;
		width: calc((100% - 6rem) / 4);
	}
	.comList02.colums4 .title {
		padding: 0.4rem 0;
	}
	.comList02.colums4 p {
		margin: 1.2rem 1.8rem 0;
	}
}
@media all and (max-width: 896px) {
	.comList02 {
		margin: 2rem 0;
		display: block;
	}
	.comList02 li + li {
		margin-top: 1.5rem;
	}
	.comList02 li {
		padding-bottom: 1.5rem;
		width: 100% !important;
	}
	.comList02 .title {
		font-size: 1.8rem;
	}
	.comList02 p {
		margin: 1.5rem 2rem 0;
	}
}
/* comFaqDl */
.comFaqDl {
	margin: 0 auto;
	width: 92.9rem;
	max-width: 100%;
}
.comFaqDl dd {
	display: none;
}
.comFaqDl dd .inner {
	padding: 2.2rem 6.4rem;
	position: relative;
	font-size: 1.923rem;
	font-weight: 500;
}
.comFaqDl dt {
	padding: 0.5rem 6.4rem;
	display: flex;
	align-items: center;
	min-height: 8.4rem;
	font-size: 1.923rem;
	position: relative;
	font-weight: 700;
	cursor: pointer;
	border-bottom: 1px solid #C7C7C7;
	font-family: "Zen Maru Gothic", sans-serif;
}
.comFaqDl dt::before,
.comFaqDl dt::after {
	content: "";
	width: 2.8rem;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #EB6200;
	transition: 0.3s;
}
.comFaqDl dt::after {
	transform: translateY(-50%) rotate(90deg);
}
.comFaqDl dt.on::after {
	transform: translateY(-50%) rotate(180deg);
}
.comFaqDl .en {
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	left: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	color: #fff;
	font-size: 2.44rem;
	line-height: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EB6200;
	font-family: "Roboto Condensed", sans-serif;
}
.comFaqDl dd .en {
	top: 2.3rem;
	color: #EB6200;
	background: #fff;
	transform: none;
}
@media all and (max-width: 896px) {
	.comFaqDl dt {
		padding: 0.5rem 3rem 0.5rem 4rem;
		font-size: 1.6rem;
		min-height: 6rem;
	}
	.comFaqDl .en {
		width: 3rem;
		height: 3rem;
		font-size: 2rem;
		left: 0;
	}
	.comFaqDl dt::before,
	.comFaqDl dt::after {
		width: 2rem;
	}
	.comFaqDl dd .inner {
		padding: 1rem 4rem;
		font-size: 1.6rem;
	}
	.comFaqDl dd .en {
		top: 1rem;
	}
}
/* comBlogList */
.comBlogList {
	display: flex;
	flex-wrap: wrap;
	gap: 2.999rem;
}
.comBlogList li {
	width: calc((100% - 6rem) / 3);
	border-radius: 1.5rem;
	box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
	background: #fff;
	overflow: hidden;
}
.comBlogList a {
	padding: 2rem;
	display: block;
	height: 100%;
}
.comBlogList .image {
	aspect-ratio: 344/195;
}
.comBlogList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comBlogList .title {
	margin: 1rem 0;
	font-size: 1.8rem;
}
.comBlogList .date {
	margin-left: auto;
	padding: 0.5rem 1rem;
	width: fit-content;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.02em;
	border-radius: 1.9rem;
	background: #F5AB10;
}
@media all and (min-width: 897px) {
	.comBlogList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBlogList {
		display: block;
	}
	.comBlogList li + li {
		margin-top: 2rem;
	}
	.comBlogList li {
		width: 100%;
	}
}
/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0);
}