@charset "UTF-8";
/* Scss Document */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../font/MaterialIcons-Regular.woff2) format('woff2'),
    url(../font/MaterialIcons-Regular.woff) format('woff'),
    url(../font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html {
	box-sizing: border-box;
	font-size: 2.66666667vw;
}

@media only screen and (min-width: 46.875em) {
	html {
		font-size: 1.614205004vw;
	}
}

@media only screen and (min-width: 77.5em) {
	html {
		font-size: 125%;
	}
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

body {
	color: #000;
	overflow-x: hidden;
	line-height: 1.75;
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	height: auto;
	max-width: 100%;
}

svg {
	height: 100%;
	width: 100%;
}

img[srcset] {
	width: 100%;
}

.st-Layout * {
	color: inherit;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition-duration: .5s;
	transition-property: none;
	transition-timing-function: ease-in-out;
}

.st-Layout *::before,
.st-Layout *::after {
	transition-duration: inherit;
	transition-property: inherit;
	transition-timing-function: inherit;
}

.st-Layout li {
	list-style-type: inherit;
}

.font-roboto {
	font-family: 'Roboto', sans-serif;
}

.st-Wrapper {
	overflow: hidden;
	position: relative;
}

.st-Width {
	width: 100%;
	padding-left: calc(20rem / 20);
	padding-right: calc(20rem / 20);
}

@media only screen and (min-width: 46.875em) {
	.st-Width {
		width: 100%;
	}
}

@media only screen and (min-width: 77.5em) {
	.st-Width {
		margin-right: auto;
		margin-left: auto;
		width: calc(1240em / 20);
	}
}

/* ------ */

.st-Header h1 {
	font-size: calc(13rem / 20);
	font-weight: 500;
	width: 100%;
	margin-top: calc(13rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.st-Header h1 {
		font-size: calc(18rem / 20);
		padding-right: calc(100rem / 20);
	}
}

.st-Header_Inner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (max-width: 46.875em) {
	.st-Header_Inner {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
/* 修正箇所 */
.st-Logo {
	/* width: calc(295rem / 20); */
	max-width: 300px;
	width: 100%;
}

@media only screen and (max-width: 46.875em) {
	.st-Logo {
		width: calc(295rem / 20*1.9);
	}
}

.st-LogoArea {
	/* width: calc(983rem / 20); */
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100% !important;
}
/* 20251020 修正箇所 */
.st-Tel {
	min-width: 200px;
	width: calc(218rem / 20);
	background: #122638;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.st-Tel .tel {
	font-size: calc(25rem / 20);
	line-height: 1.5;
}

.st-Tel .txt {
	font-size: calc(12rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.st-Tel {
		min-width: 160px;
		margin-top: calc(10rem / 20);
		margin-bottom: calc(10rem / 20);
		padding-top: calc(10rem / 20);
		padding-bottom: calc(10rem / 20);
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		flex-direction: column;
    width: 100%;
	}
	.st-Tel .tel {
		font-size: calc(33rem / 20);
		margin-right: calc(20rem / 20);
	}
	.st-Tel .txt {
		font-size: calc(20rem / 20);
	}
}

.st-Gnav {
	width: calc(685rem / 20);
}

.st-Gnav > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-left: calc(11rem / 20);
	padding-right: calc(11rem / 20);
	margin-bottom: calc(5rem / 20);
}

.st-Gnav > ul > li {
	/* font-size: calc(16rem / 20); */
	font-size: calc(13.5rem / 20);
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	width: 50%;
}

.st-Gnav > ul > li span {
	display: block;
	transform: scale(0.8);
	font-size: calc(11rem / 20);
	transform-origin: left;
	width: 125%;
}

.st-Gnav > ul > li > a {
	display: block;
	padding-left: calc(11rem / 20);
	padding-right: calc(11rem / 20);
	padding-top: calc(11rem / 20);
	padding-bottom: calc(11rem / 20);
	transition: .3s;
}

.st-Gnav > ul > li > a:hover {
	background: #122638;
	color: #fff;
}


@media only screen and (max-width: 46.875em) {
	.st-Gnav {
		margin: 0 auto;
		/* width: 100%; */
		width: 90%;
		z-index: 99;
		position: fixed;
		left: 0;
		top: -100vh;
		transition: .3s;
		height: 100%;
		background: #fff;
		background: rgba(13, 16, 76, 0.9);
		padding-left: calc(50rem / 20);
		padding-right: calc(50rem / 20);
		padding-top: calc(200rem / 20);
	}
	.st-Gnav > ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border: .1rem solid #fff;
		padding-top: calc(30rem / 20);
		padding-bottom: calc(30rem / 20);
	}
	.st-Gnav > ul > li {
		width: 100%;
		font-size: calc(26rem / 20);
		text-align: left;
		color: #fff;
	}
	.st-Gnav > ul > li a {
		padding-top: calc(15rem / 20);
		padding-bottom: calc(15rem / 20);
	}
	.st-Gnav > ul > li span {
		transform: scale(1);
		font-size: calc(18rem / 20);
		display: inline-block;
		width: auto;
		margin-left: calc(18rem / 20);
	}
}

.menu-trigger {
	display: none;
}

@media only screen and (max-width: 46.875em) {
	.menu-trigger {
		position: fixed;
		right: 0;
		top: 0;
		width: calc(110rem / 20);
		height: calc(110rem / 20);
		z-index: 999;
		display: block;
		background: #122638;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger span {
		position: absolute;
		width: calc(50rem / 20);
		left: calc(33rem / 20);
		height: calc(7rem / 20);
		background-color: #fff;
	}

	.menu-trigger span:nth-of-type(1) {
		top: calc(34rem / 20);
	}

	.menu-trigger span:nth-of-type(2) {
		top: calc(51rem / 20);
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: calc(34rem / 20);
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(0.74em) rotate(-45deg);
		transform: translateY(0.74em) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-0.74em) rotate(45deg);
		transform: translateY(-0.95rem) rotate(45deg);
	}

	.st-Gnav.menu-expanded {
		top: 0;
		height: 100vh;
	}
}

/************/

/* スライドショー */

.home-Fv {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: url("../img/home_fv_bg.jpg");
	background-size: cover;
	padding-top: calc(40rem / 20);
	padding-bottom: calc(50rem / 20);
}

.home-Fv .material-icons.slick-prev {
	left: calc(950rem / 20);
	top: 50%;
	color: #fff;
	font-size: calc(25rem / 20);
	width: calc(40rem / 20);
	height: calc(120rem / 20);
	background: #122638;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home-Fv .material-icons.slick-next {
	right: calc(950rem / 20);
	top: 50%;
	color: #fff;
	font-size: calc(25rem / 20);
	width: calc(40rem / 20);
	height: calc(120rem / 20);
	background: #122638;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home-Fv .slick-slide {
	width: calc(1240rem / 20);
	padding-left: calc(20rem / 20);
	padding-right: calc(20rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.slick-slide {
		width: 100%;
	}
}

#sliderInner {
	position: relative;
	left: 50%;
	width: calc(3100rem / 20);
	margin-left: calc(-1550rem / 20);
}

@media only screen and (max-width: 46.875em) {
	#sliderInner {
		left: 0;
		width: 100%;
		margin-left: 0;
	}
}

.home-Fv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 80em) {
	.home-Fv {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 46.875em) {
	.home-Fv {
		padding-left: calc(25rem / 24);
		padding-right: calc(25rem / 24);
	}
}

.home-Fv ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.home-Fv ul li a:focus {
	outline: none;
}

.home-Fv ul li a img:hover {
	opacity: 1;
}

/* ↑スライドショー */

.home-Sec1 {
	background: url("../img/sec1_bg.jpg");
	background-size: cover;
	padding-top: calc(55rem / 20);
	padding-bottom: calc(45rem / 20);
}

.home-Sec1_About {
	background: #122638;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.home-Sec1_About .txtArea {
	width: calc(599rem / 20);
	padding-left: calc(50rem / 20);
	padding-right: calc(50rem / 20);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.home-Sec1_About .ttl1 {
	font-size: calc(18rem / 20);
	margin-bottom: calc(5rem / 20);
}

.home-Sec1_About .catch {
	font-size: calc(44rem / 20);
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: calc(20rem / 20);
}

.home-Sec1_About .txt {
	font-size: calc(15rem / 20);
}

.home-Sec1_About .img {
	width: calc(601rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Sec1_About {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.home-Sec1_About .txtArea {
		width: 100%;
		padding-top: calc(30rem / 20);
		padding-bottom: calc(30rem / 20);
	}
	.home-Sec1_About .ttl1 {
		font-size: calc(24rem / 20);
	}
	.home-Sec1_About .txt {
		font-size: calc(24rem / 20);
	}
	.home-Sec1_About .img {
		width: 100%;
		text-align: center;
	}
	.home-Sec1_About .img img {
		width: 100%;
	}
}

.home-Search {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: calc(40rem / 20);
	background: #fff;
	padding-top: calc(25rem / 20);
	padding-bottom: calc(25rem / 20);
}

.home-Search .ttl {
	font-size: calc(20rem / 20);
	font-weight: 600;
	border-right: 1px solid #000;
	width: calc(125rem / 20);
}

.home-Search .txt {
	font-size: calc(15rem / 20);
	width: calc(200rem / 20);
	text-align: center;
	border-right: 1px solid #000;
}

.home-Search .day {
	font-size: calc(13rem / 20);
	width: calc(190rem / 20);
	text-align: center;
	font-weight: 600;
}

.home-Search .txt span {
	font-size: calc(55rem / 20);
	font-weight: 600;
	margin-right: calc(3rem / 20);
	line-height: 1;
}

.home-Search .from-Area {
	width: calc(640rem / 20);
	background: #eaeff5;
	margin-right: calc(40rem / 20);
	border-radius: 2rem;
	padding-left: 1rem;
	position: relative;
}

.home-Search .from-Area:before {
	font-family: 'Material Icons';
	content: "\e8b6";
	position: absolute;
	font-size: calc(30rem / 20);
	right: calc(18rem / 20);
	color: #000;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.home-Search .from-Area input[type="text"] {
	width: calc(542rem / 20);
	height: calc(50rem / 20);
	outline: none;
}

.home-Search .from-Area input[type="submit"] {
	outline: none;
	width: calc(50rem / 20);
	z-index: 1;
	position: relative;
	color: transparent;
	cursor: pointer;
}

@media only screen and (max-width: 46.875em) {
	.home-Search {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.home-Search .ttl {
		font-size: calc(24rem / 20);
		font-weight: 600;
		width: 30%;
		text-align: center;
	}
	.home-Search .day {
		font-size: calc(13rem / 20);
		width: 30%;
		text-align: center;
		font-weight: 600;
	}
	.home-Search .txt {
		font-size: calc(24rem / 20);
		width: 30%;
		text-align: center;
		border-right: 1px solid #000;
	}
	.home-Search .from-Area {
		width: 100%;
		margin-top: calc(10rem / 20);
		margin-right: 0;
	}
	.home-Search .from-Area input[type="text"] {
		width: calc(590rem / 20);
		height: calc(70rem / 20);
		outline: none;
	}
	.home-Search .from-Area input[type="submit"] {
		width: calc(70rem / 20);
	}
	.home-Search .from-Area:before {
		font-size: calc(45rem / 20);
		right: calc(43rem / 20);
	}
}

.home-Sec2 {
	padding-top: calc(55rem / 20);
	padding-bottom: calc(80rem / 20);
	background: url("../img/sec2_bg.jpg");
	background-size: cover;
}

.home-Sec2 #map {
	width: 100%;
	height: calc(480rem / 20);
	background: #000;
}

.home-Sec2_Ttl,
.home-Sec3_Ttl,
.home-Access_Ttl,
.home-Sec4_Ttl,
.home-Sec5_Ttl,
.home-Qa_Ttl {
	text-align: center;
	font-size: calc(40rem / 20);
	line-height: 1.4;
	margin-bottom: calc(15rem / 20);
}

.home-Sec2_Ttl span,
.home-Sec3_Ttl span,
.home-Access_Ttl span,
.home-Sec4_Ttl span,
.home-Sec5_Ttl span,
.home-Qa_Ttl span {
	display: block;
	font-size: calc(15rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Sec2_Ttl,
	.home-Sec3_Ttl,
	.home-Access_Ttl,
	.home-Sec4_Ttl,
	.home-Sec5_Ttl,
	.home-Qa_Ttl {
		font-size: calc(45rem / 20);
	}
	.home-Sec2_Ttl span,
	.home-Sec3_Ttl span,
	.home-Access_Ttl span,
	.home-Sec4_Ttl span,
	.home-Sec5_Ttl span,
	.home-Qa_Ttl span {
		font-size: calc(24rem / 20);
	}
}

.home-Sec2_Txt,
.home-Sec4_Txt,
.home-Sec5_Txt,
.home-Qa_Txt {
	font-size: calc(16rem / 20);
	text-align: center;
	margin-bottom: calc(30rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Sec2_Txt,
	.home-Sec4_Txt,
	.home-Sec5_Txt,
	.home-Qa_Txt {
		font-size: calc(26rem / 20);
	}
}

.home-Sec2_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	background: #dfe2e6;
	flex-wrap: wrap;
}

.home-Sec2_List li {
	width: 20%;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: calc(22rem / 20);
	font-weight: 700;
	position: relative;
}

.home-Sec2_List li a:before {
	font-family: 'Material Icons';
	content: "\e038";
	position: absolute;
	font-size: calc(18rem / 20);
	right: calc(18rem / 20);
	color: #122638;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.home-Sec2_List li a.clicked {
	background: #122638;
	color: #fff;
}

.home-Sec2_List li a.clicked:before {
	font-family: 'Material Icons';
	content: "\e038";
	position: absolute;
	font-size: calc(18rem / 20);
	right: calc(18rem / 20);
	color: #fff;
	top: 50%;
	transform: rotate(90deg);
	z-index: 0;
	line-height: 0;
}

.home-Sec2_List li a {
	display: block;
	padding-top: calc(22rem / 20);
	padding-bottom: calc(22rem / 20);
	transition: .3s;
}

.home-Sec2_List li a:hover {
	background: #122638;
	color: #fff;
}

.home-Sec2_List li a:hover::before {
	font-family: 'Material Icons';
	content: "\e038";
	position: absolute;
	font-size: calc(18rem / 20);
	right: calc(18rem / 20);
	color: #fff;
	top: 50%;
	transform: rotate(90deg);
	z-index: 0;
	line-height: 0;
}

@media only screen and (max-width: 46.875em) {
	.home-Sec2_List li {
		width: 50%;
		border-bottom: #fff solid 1px;
	}
}

.home-Sec3 {
	padding-top: calc(70rem / 20);
	padding-bottom: calc(90rem / 20);
	background: #122638;
}

.home-Sec3_Ttl,
.home-Access_Ttl {
	color: #fff;
	margin-bottom: calc(40rem / 20);
}

.home-Sec3_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

@media only screen and (max-width: 46.875em) {
	.home-Sec3_Box {
		-webkit-box-pack: justify;
		-webkit-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

.home-Sec3_Unit {
	width: calc(373rem / 20);
	background: #fff;
	position: relative;
	margin-right: calc(37rem / 20);
	margin-bottom: calc(40rem / 20);
}

.home-Sec3_Unit:nth-child(3n) {
	margin-right: 0;
}

.home-Sec3_Unit a {
	display: block;
	height: 100%;
	transition: .3s;
}

.home-Sec3_Unit a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.home-Sec3_Unit a:hover .img img {
	transform: scale(1.2, 1.2);
}

.home-Sec3_Unit .img {
	position: relative;
	height: calc(237rem / 20);
	overflow: hidden;
}

.home-Sec3_Unit .img img {
	width: 100%;
	transition: .3s;
}

.home-Sec3_Unit .mark {
	position: absolute;
	background: #009356;
	width: calc(87rem / 20);
	text-align: center;
	color: #fff;
	font-size: calc(15rem / 20);
	padding-top: calc(5rem / 20);
	padding-bottom: calc(5rem / 20);
	z-index: 1;
}

.home-Sec3_Unit .txtArea {
	padding-left: calc(37rem / 20);
	padding-right: calc(37rem / 20);
}

.home-Sec3_Unit .txtArea h2 {
	font-size: calc(21rem / 20);
	position: relative;
	font-weight: 700;
	padding-left: calc(60rem / 20);
	border-bottom: .2rem solid #dfe2e6;
	padding-top: calc(12rem / 20);
	padding-bottom: calc(12rem / 20);
	margin-bottom: calc(14rem / 20);
}

.home-Sec3_Unit .txtArea h2 .new {
	font-size: calc(13rem / 20);
	font-weight: 400;
	width: calc(65rem / 20);
	height: calc(65rem / 20);
	border-radius: 50%;
	background: #b6aa23;
	color: #fff;
	position: absolute;
	left: calc(-20rem / 20);
	top: calc(-30rem / 20);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home-Sec3_Unit .txtArea .txt {
	font-size: calc(13rem / 20);
	background: #dfe2e6;
	padding-top: calc(20rem / 20);
	padding-bottom: calc(20rem / 20);
	padding-left: calc(20rem / 20);
	padding-right: calc(20rem / 20);
	margin-top: calc(20rem / 20);
	margin-bottom: calc(20rem / 20);
}

.home-Sec3_Unit .txtArea .btn {
	padding-bottom: calc(32rem / 20);
	text-align: center;
	font-size: calc(15rem / 20);
	position: relative;
	vertical-align: middle;
}

.home-Sec3_Unit .txtArea .btn::before {
	font-family: 'Material Icons';
	content: "\e038";
	font-size: calc(18rem / 20);
	color: #122638;
	z-index: 0;
	margin-right: calc(5rem / 20);
}

.home-Sec3_Unit .txtArea .btn span {
	border-bottom: 3px solid #122638;
	padding-bottom: calc(3rem / 20);
}

.home-Sec3_Unit .txtArea .priceArea {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-line-pack: justify;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home-Sec3_Unit .txtArea .priceArea .tochi {
	width: calc(75rem / 20);
	background: #122638;
	color: #fff;
	text-align: center;
	font-size: calc(16rem / 20);
	padding-top: calc(3rem / 20);
	padding-bottom: calc(3rem / 20);
}

.home-Sec3_Unit .txtArea .priceArea .price {
	text-align: right;
	width: calc(223rem / 20);
	font-size: calc(42rem / 20);
	line-height: 1;
	font-weight: 500;
}

@media only screen and (max-width: 46.875em) {
	.home-Sec3_Unit {
		width: 49%;
		margin-right: 0;
		margin-bottom: calc(20rem / 20);
	}
	.home-Sec3_Unit .mark {
		font-size: calc(24rem / 20);
	}
	.home-Sec3_Unit .txtArea {
		padding-left: calc(20rem / 20);
		padding-right: calc(20rem / 20);
	}
	.home-Sec3_Unit .txtArea h2 {
		padding-left: calc(55rem / 20);
	}
	.home-Sec3_Unit .txtArea h2 .new {
		left: calc(-10rem / 20);
	}
	.home-Sec3_Unit .txtArea .txt {
		font-size: calc(22rem / 20);
	}
	.home-Sec3_Unit .txtArea .btn {
		font-size: calc(24rem / 20);
	}
}

.home-Sec3_kodawari .ttl {
	background: #b6aa23;
	text-align: center;
	font-size: calc(24rem / 20);
	color: #fff;
	padding-top: calc(20rem / 20);
	padding-bottom: calc(20rem / 20);
}

.home-Sec3_kodawari .list {
	background: #e5e5e5;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	font-size: calc(16rem / 20);
	border-top: 1px solid #fff;
}

.home-Sec3_kodawari .list li {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 25%;
	position: relative;
}

.home-Sec3_kodawari .list li::before {
	position: absolute;
	font-family: 'Material Icons';
	content: "\e038";
	font-size: calc(18rem / 20);
	color: #9d7b29;
	margin-right: calc(5rem / 20);
	top: 50%;
	left: calc(15rem / 20);
	transform: translateY(-50%);
}

.home-Sec3_kodawari .list li a {
	display: block;
	padding-top: calc(15rem / 20);
	padding-bottom: calc(15rem / 20);
	padding-left: calc(40rem / 20);
	padding-right: calc(10rem / 20);
}

.home-Sec3_kodawari .list li a:hover {
	background: #ccc;
}

@media only screen and (max-width: 46.875em) {
	.home-Sec3_kodawari .list {
		font-size: calc(21rem / 20);
	}
	.home-Sec3_kodawari .list li {
		width: 50%;
	}
	.home-Sec3_kodawari .list li a {
		padding-top: calc(20rem / 20);
		padding-bottom: calc(20rem / 20);
	}
}

.home-Sec4 {
	padding-top: calc(70rem / 20);
	padding-bottom: calc(70rem / 20);
	background: url(../img/sec2_bg.jpg);
	background-size: cover;
}

.home-Sec4_Ttl,
.home-Sec5_Ttl,
.home-Qa_Ttl {
	margin-bottom: calc(20rem / 20);
}

.home-Sec4_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	padding-bottom: calc(30rem / 20);
}

.home-Sec4_Box::before {
	content: "";
	background: #e9edf2;
	position: absolute;
	width: 129.58%;
	height: calc(190rem / 20);
	bottom: 0;
	left: calc(-175rem / 20);
}

.home-Sec4_Box .home-Sec4_Unit {
	width: calc(384rem / 20);
}

.home-Sec4_Box .home-Sec4_Unit .imgArea {
	height: calc(257rem / 20);
	position: relative;
	margin-bottom: calc(20rem / 20);
}

.home-Sec4_Box .home-Sec4_Unit .imgArea .ico {
	position: absolute;
	background: #0c1926;
	color: #fff;
	font-size: calc(11rem / 20);
	transform: rotate(90deg);
	left: calc(-15rem / 20);
	top: calc(20rem / 20);
	padding-left: calc(7rem / 20);
	padding-top: calc(3rem / 20);
	padding-bottom: calc(3rem / 20);
	padding-right: calc(15rem / 20);
}

.home-Sec4_Box .home-Sec4_Unit .imgArea .ttl {
	width: calc(265rem / 20);
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e9edf2;
	padding-left: calc(20rem / 20);
	padding-top: calc(20rem / 20);
	padding-bottom: calc(20rem / 20);
	padding-right: calc(20rem / 20);
	font-size: calc(18rem / 20);
	line-height: 1.6;
}

.home-Sec4_Box .home-Sec4_Unit .txt {
	font-size: calc(14rem / 20);
	position: relative;
}

@media only screen and (max-width: 48em) {
	.home-Sec4_Box::before {
		width: 100%;
	}
}

@media only screen and (max-width: 46.875em) {
	.home-Sec4_Box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-Sec4_Box::before {
		width: 100%;
		height: 0;
		left: 0;
	}
	.home-Sec4_Box .home-Sec4_Unit {
		width: 100%;
		margin-bottom: calc(60rem / 20);
	}
	.home-Sec4_Box .home-Sec4_Unit .imgArea {
		height: calc(475rem / 20);
	}
	.home-Sec4_Box .home-Sec4_Unit .imgArea .img img {
		width: 100%;
	}
	.home-Sec4_Box .home-Sec4_Unit .imgArea .ttl {
		width: calc(565rem / 20);
		font-size: calc(30rem / 20);
	}
	.home-Sec4_Box .home-Sec4_Unit .imgArea .ico {
		font-size: calc(22rem / 20);
		left: calc(-25rem / 20);
		top: calc(40rem / 20);
	}
	.home-Sec4_Box .home-Sec4_Unit .txt {
		font-size: calc(26rem / 20);
		position: relative;
	}
}

.home-Sec5 {
	padding-top: calc(70rem / 20);
	padding-bottom: calc(70rem / 20);
	background: #f0ece4;
}

.home-Sec5_Ttl {
	margin-bottom: calc(20rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Sec5_Ttl {
		font-size: calc(42rem / 20);
	}
}

.home-Sec5_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.home-Sec5_Box .home-Sec5_Unit {
	width: calc(580rem / 20);
	position: relative;
}

.home-Sec5_Box .home-Sec5_Unit .img {
	width: calc(570rem / 20);
	position: absolute;
	z-index: 1;
}

.home-Sec5_Box .home-Sec5_Unit .txtArea {
	background: #fff;
	z-index: 0;
	top: calc(17rem / 20);
	right: 0;
	width: calc(570rem / 20);
	margin-top: calc(20rem / 20);
	padding-top: calc(200rem / 20);
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-right: calc(20rem / 20);
	padding-bottom: calc(23rem / 20);
}

.home-Sec5_Box .home-Sec5_Unit .txtArea .ttl {
	width: calc(270rem / 20);
	font-size: calc(22rem / 20);
	margin-left: calc(40rem / 20);
}

.home-Sec5_Box .home-Sec5_Unit .txtArea .ttl span {
	display: block;
	font-size: calc(12rem / 20);
}

.home-Sec5_Box .home-Sec5_Unit .txtArea .txt {
	width: calc(300rem / 20);
	font-size: calc(14rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Sec5_Box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-Sec5_Box .home-Sec5_Unit {
		width: 100%;
		margin-bottom: calc(40rem / 20);
	}
	.home-Sec5_Box .home-Sec5_Unit .img {
		width: 98%;
	}
	.home-Sec5_Box .home-Sec5_Unit .img img {
		width: 100%;
	}
	.home-Sec5_Box .home-Sec5_Unit .txtArea {
		width: 98%;
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: calc(248rem / 20);
	}
	.home-Sec5_Box .home-Sec5_Unit .txtArea .ttl {
		width: 100%;
		font-size: calc(38rem / 20);
		line-height: 1.5;
	}
	.home-Sec5_Box .home-Sec5_Unit .txtArea .ttl span {
		font-size: calc(24rem / 20);
	}
	.home-Sec5_Box .home-Sec5_Unit .txtArea .txt {
		width: 100%;
		font-size: calc(24rem / 20);
		margin-left: calc(40rem / 20);
		margin-top: calc(10rem / 20);
	}
}

.home-Sec6 {
	padding-top: calc(70rem / 20);
	padding-bottom: calc(70rem / 20);
	background: url("../img/goog_bg.jpg");
	background-size: cover;
}

.home-Sec6 .home-Sec6_Inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (max-width: 46.875em) {
	.home-Sec6 .home-Sec6_Inner {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.home-Sec6 .ttlArea {
	width: calc(500rem / 20);
}

.home-Sec6 .ttlArea h2 {
	font-size: calc(80rem / 20);
	line-height: 1.3;
	margin-bottom: calc(30rem / 20);
}

.home-Sec6 .ttlArea h2 span {
	font-size: calc(20rem / 20);
	display: block;
	margin-top: calc(30rem / 20);
}

.home-Sec6 .ttlArea p {
	font-size: calc(17rem / 20);
	padding-right: calc(50rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Sec6 .ttlArea {
		width: 100%;
		margin-bottom: calc(30rem / 20);
	}
	.home-Sec6 .ttlArea h2 {
		font-size: calc(60rem / 20);
	}
	.home-Sec6 .ttlArea h2 br:first-child {
		display: none;
	}
	.home-Sec6 .ttlArea h2 span {
		font-size: calc(24rem / 20);
		margin-top: calc(10rem / 20);
	}
	.home-Sec6 .ttlArea p {
		font-size: calc(24rem / 20);
		padding-right: 0;
	}
}

.home-Sec6 .home-Sec6_Box {
	width: calc(650rem / 20);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-Sec6 .home-Sec6_Box .unit {
	width: calc(315rem / 20);
	margin-bottom: calc(20rem / 20);
	position: relative;
}

.home-Sec6 .home-Sec6_Box .unit .txtarea {
	background: #fff;
	margin-left: calc(15rem / 20);
	margin-top: calc(10rem / 20);
	padding-top: calc(135rem / 20);
	padding-bottom: calc(15rem / 20);
	padding-left: calc(20rem / 20);
	padding-right: calc(20rem / 20);
}

.home-Sec6 .home-Sec6_Box .unit .txtarea h2 {
	font-size: calc(16rem / 20);
	line-height: 1.5;
}

.home-Sec6 .home-Sec6_Box .unit .txtarea p {
	font-size: calc(13rem / 20);
}

.home-Sec6 .home-Sec6_Box .unit .img {
	position: absolute;
	top: 0;
	left: 0;
}

.home-Sec6 .home-Sec6_Box .unit .img a:hover img {
	transition: .3s;
	opacity: .8;
}

@media only screen and (max-width: 46.875em) {
	.home-Sec6 .home-Sec6_Box {
		width: 100%;
	}
	.home-Sec6 .home-Sec6_Box .unit {
		width: 48%;
	}
	.home-Sec6 .home-Sec6_Box .unit .txtarea {
		background: #fff;
		margin-top: calc(20rem / 20);
		padding-bottom: calc(20rem / 20);
	}
	.home-Sec6 .home-Sec6_Box .unit .txtarea h2 {
		font-size: calc(26rem / 20);
		line-height: 1.5;
	}
	.home-Sec6 .home-Sec6_Box .unit .txtarea p {
		font-size: calc(22rem / 20);
	}
}

.home-Qa {
	padding-top: calc(70rem / 20);
	padding-bottom: calc(70rem / 20);
	background: #d8dfe7;
}

.home-Qa_Ttl {
	margin-bottom: calc(20rem / 20);
}

.home-Qa_List {
	margin-bottom: calc(13rem / 20);
}

.home-Qa_List dt {
	background: #fff;
	padding-top: calc(40rem / 20);
	padding-bottom: calc(40rem / 20);
	padding-right: calc(45rem / 20);
	padding-left: calc(45rem / 20);
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	transition: .3s;
}

.home-Qa_List dt:hover {
	background: #F1F1F1;
}

.home-Qa_List dt .q1 {
	border-radius: 50%;
	background-color: #00bdaa;
	width: calc(43rem / 20);
	font-size: calc(16rem / 20);
	height: calc(43rem / 20);
	line-height: 1;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-bottom: calc(3rem / 20);
}

.home-Qa_List dt .q2 {
	width: calc(1050rem / 20);
	font-size: calc(18rem / 20);
	font-weight: 600;
	margin-top: calc(6rem / 20);
	padding-right: calc(33rem / 20);
}

.home-Qa_List dt::before {
	font-family: 'Material Icons';
	line-height: 1;
	content: "\e313";
	right: calc(50rem / 20);
	color: #00bdaa;
	position: absolute;
	width: calc(27rem / 20);
	height: calc(27rem / 20);
	font-size: calc(28rem / 20);
	top: 50%;
	transform: translateY(-50%);
}

.home-Qa_List dt.clicked::before {
	font-family: 'Material Icons';
	line-height: 1;
	content: "\e316";
	right: calc(50rem / 20);
	color: #00bdaa;
	position: absolute;
	width: calc(27rem / 20);
	height: calc(27rem / 20);
	font-size: calc(28rem / 20);
	top: 50%;
	transform: translateY(-50%);
}

.home-Qa_List dd {
	background: #fff;
	font-size: calc(15rem / 20);
	padding-bottom: calc(50rem / 20);
	padding-top: calc(20rem / 20);
	padding-right: calc(50rem / 20);
	padding-left: calc(50rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Qa_List dt {
		padding-top: calc(20rem / 20);
		padding-bottom: calc(20rem / 20);
		padding-right: calc(20rem / 20);
		padding-left: calc(20rem / 20);
	}
	.home-Qa_List dt::before {
		right: calc(30rem / 20);
	}
	.home-Qa_List dt.clicked::before {
		right: calc(30rem / 20);
	}
	.home-Qa_List dt .q1 {
		width: calc(50rem / 20);
		height: calc(50rem / 20);
		font-size: calc(24rem / 20);
	}
	.home-Qa_List dt .q2 {
		width: calc(600rem / 20);
		font-size: calc(24rem / 20);
	}
	.home-Qa_List dd {
		font-size: calc(25rem / 20);
	}
}

.home-News {
	background: #0e375b;
	background: -moz-linear-gradient(left, #0e375b 0%, #0e375b 50%, #1d7268 50%, #1d7268 100%);
	background: -webkit-linear-gradient(left, #0e375b 0%, #0e375b 50%, #1d7268 50%, #1d7268 100%);
	background: linear-gradient(to right, #0e375b 0%, #0e375b 50%, #1d7268 50%, #1d7268 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e375b', endColorstr='#1d7268', GradientType=1);
	padding-top: calc(70rem / 20);
	padding-bottom: calc(70rem / 20);
}

.home-News_Ttl,
.home-Sns_Ttl {
	text-align: center;
	font-size: calc(32rem / 20);
	line-height: 1.4;
	margin-bottom: calc(30rem / 20);
	color: #fff;
}

.home-News_Ttl span,
.home-Sns_Ttl span {
	display: block;
	font-size: calc(15rem / 20);
}

.home-News_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.home-News_Box .event {
	width: calc(540rem / 20);
}

.home-News_Box .event .all-btn1 {
	padding-bottom: calc(32rem / 20);
	text-align: center;
	font-size: calc(15rem / 20);
	position: relative;
	vertical-align: middle;
	color: #fff;
}

.home-News_Box .event .all-btn1::before {
	font-family: 'Material Icons';
	content: "\e038";
	font-size: calc(18rem / 20);
	color: #fff;
	z-index: 0;
	margin-right: calc(5rem / 20);
}

.home-News_Box .event .all-btn1 span {
	border-bottom: 2px solid #fff;
	padding-bottom: calc(3rem / 20);
}

.home-News_Box .event .all-btn2 {
	border: .1rem solid #fff;
	width: calc(235rem / 20);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: calc(18rem / 20);
}

.home-News_Box .event .all-btn2 a::before {
	font-family: 'Material Icons';
	content: "\e038";
	position: absolute;
	font-size: calc(18rem / 20);
	left: calc(47rem / 20);
	color: #fff;
	top: 50%;
	transform: rotate(90deg);
	z-index: 0;
	line-height: 0;
}

.home-News_Box .event .all-btn2 a {
	display: block;
	padding-top: calc(15rem / 20);
	padding-bottom: calc(15rem / 20);
}

.home-News_Box .event .all-btn2 a.clicked {
	background: rgba(255, 255, 255, 0.9);
	color: #122638;
}

.home-News_Box .event .all-btn2 a.clicked::before {
	font-family: 'Material Icons';
	content: "\e038";
	position: absolute;
	font-size: calc(18rem / 20);
	left: calc(47rem / 20);
	color: #122638;
	top: 50%;
	transform: rotate(-90deg);
	z-index: 0;
	line-height: 0;
}

.home-News_Box .event .all-btn2:hover {
	background: rgba(255, 255, 255, 0.5);
	transition: .3s;
}

.home-News_Box .event .unit {
	background: #fff;
	margin-bottom: calc(23rem / 20);
}

.home-News_Box .event .unit a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	transition: .3s;
}

.home-News_Box .event .unit a:hover {
	background: #F0F0F0;
}

.home-News_Box .event .unit a:hover .btn span {
	border-bottom: 3px solid #122638;
}

.home-News_Box .event .unit a:hover .img img {
	transform: scale(1.2, 1.2);
}

.home-News_Box .event .unit .img {
	width: calc(211rem / 20);
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: calc(171rem / 20);
}

.home-News_Box .event .unit .img img {
	transition: .3s;
}

.home-News_Box .event .unit .txtArea {
	width: calc(330rem / 20);
	padding-top: calc(15rem / 20);
	padding-bottom: calc(10rem / 20);
	padding-left: calc(20rem / 20);
	padding-right: calc(20rem / 20);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.home-News_Box .event .unit .txtArea .day {
	font-size: calc(14rem / 20);
	font-weight: 700;
}

.home-News_Box .event .unit .txtArea .txt {
	font-size: calc(15rem / 20);
	line-height: 1.5;
}

.home-News_Box .event .unit .txtArea .btn {
	margin-top: auto;
	font-size: calc(14rem / 20);
	text-align: right;
	vertical-align: middle;
}

.home-News_Box .event .unit .txtArea .btn::before {
	font-family: 'Material Icons';
	content: "\e038";
	font-size: calc(18rem / 20);
	color: #122638;
	z-index: 0;
	margin-right: calc(5rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-News {
		background: #fff;
		padding-top: 0;
		padding-bottom: 0;
	}

	.home-News_Box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
	.home-News_Box .event {
		background: #0e375b;
		width: 100%;
		padding-left: calc(20rem / 20);
		padding-right: calc(20rem / 20);
		padding-top: calc(70rem / 20);
		padding-bottom: calc(70rem / 20);
	}
	.home-News_Box .event .unit .txtArea {
		width: 75%;
	}
	.home-News_Box .event .unit .txtArea .day {
		font-size: calc(24rem / 20);
	}
	.home-News_Box .event .unit .txtArea .txt {
		font-size: calc(24rem / 20);
	}
	.home-News_Box .event .unit .txtArea .btn {
		font-size: calc(21rem / 20);
		margin-top: calc(10rem / 20);
		margin-bottom: calc(20rem / 20);
	}
	.home-News_Box .event .unit .img {
		width: 25%;
		position: relative;
	}
	.home-News_Box .event .all-btn1 {
		font-size: calc(24rem / 20);
	}
	.home-News_Box .event .all-btn2 {
		width: 80%;
		font-size: calc(24rem / 20);
	}
}

.home-Sns {
	background: #1d7268;
	background: -moz-linear-gradient(left, #1d7268 0%, #1d7268 50%, #0e375b 50%, #0e375b 100%);
	background: -webkit-linear-gradient(left, #1d7268 0%, #1d7268 50%, #0e375b 50%, #0e375b 100%);
	background: linear-gradient(to right, #1d7268 0%, #1d7268 50%, #0e375b 50%, #0e375b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7268', endColorstr='#0e375b', GradientType=1);
	padding-top: calc(70rem / 20);
	padding-bottom: calc(70rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Sns {
		background: #fff;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.home-Sns_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.home-Sns_Box .sns {
	width: calc(540rem / 20);
	color: #fff;
}

@media only screen and (max-width: 46.875em) {
	.home-Sns_Box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
	.home-Sns_Box .sns {
		width: 100%;
		background: #0e375b;
		width: 100%;
		padding-left: calc(20rem / 20);
		padding-right: calc(20rem / 20);
		padding-top: calc(70rem / 20);
		padding-bottom: calc(70rem / 20);
	}
	.home-Sns_Box .sns:last-child {
		background: #1d7268;
	}
}

.home-Company {
	padding-top: calc(45rem / 20);
	padding-bottom: calc(45rem / 20);
	background: #f2f5f8;
}

.home-Company_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
}

.home-Company_Box .img {
	width: calc(600rem / 20);
}

.home-Company_Box .txtArea {
	width: calc(600rem / 20);
	background: #fff;
	padding-left: calc(70rem / 20);
}

.home-Company_Box .ttl {
	font-size: calc(40rem / 20);
	line-height: 1.4;
	margin-bottom: calc(30rem / 20);
}

.home-Company_Box .ttl span {
	display: block;
	font-size: calc(16rem / 20);
}

.home-Company_Box .txt {
	font-size: calc(14rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Company_Box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-Company_Box .img {
		width: 100%;
		text-align: center;
	}
	.home-Company_Box .txtArea {
		width: 100%;
		padding-left: calc(30rem / 20);
		padding-right: calc(30rem / 20);
		padding-top: calc(30rem / 20);
		padding-bottom: calc(30rem / 20);
	}
	.home-Company_Box .ttl {
		font-size: calc(45rem / 20);
	}
	.home-Company_Box .ttl span {
		font-size: calc(24rem / 20);
	}
	.home-Company_Box .txt {
		font-size: calc(24rem / 20);
	}
}

.home-Company_Table {
	font-size: calc(16rem / 20);
	margin-bottom: calc(25rem / 20);
}

.home-Company_Table th {
	text-align: left;
	width: calc(110rem / 20);
}

@media only screen and (max-width: 46.875em) {
	.home-Company_Table {
		font-size: calc(26rem / 20);
	}
	.home-Company_Table th {
		text-align: left;
		width: calc(180rem / 20);
	}
}

.home-Access {
	padding-top: calc(40rem / 20);
	padding-bottom: calc(70rem / 20);
	background: #14486f;
}

.home-Access .gmap iframe {
	width: 100%;
	height: calc(300rem / 20);
}

.home-Access_Ttl {
	margin-bottom: calc(20rem / 20);
}

.footer {
	padding-top: calc(85rem / 20);
	padding-bottom: calc(85rem / 20);
	background: #122638;
}

@media only screen and (max-width: 46.875em) {
	.footer {
		padding-top: calc(70rem / 20);
		padding-bottom: calc(70rem / 20);
	}
}

.footer_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #fff;
}

.footer_Box .left {
	width: calc(760rem / 20);
}

.footer_Box .left h2 {
	width: calc(530rem / 20);
	margin-bottom: calc(5rem / 20);
}

.footer_Box .left .add {
	font-size: calc(14rem / 20);
}

.footer_Box .left .navibox {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: calc(13rem / 20);
	margin-top: calc(40rem / 20);
}

.footer_Box .left .navibox div {
	position: relative;
	/*width: calc(173rem / 20);*/
	width: 30%;
	/*19%*/
	padding-top: calc(20rem / 20);
}

.footer_Box .left .navibox div::before {
	content: "";
	border-top: .15rem solid #033d87;
	position: absolute;
	width: calc(35rem / 20);
	height: .12rem;
	top: 0;
	left: 0;
	z-index: 1;
}

.footer_Box .left .navibox div::after {
	content: "";
	border-top: .15rem solid #bac1c8;
	position: absolute;
	width: 100%;
	height: .15rem;
	top: 0;
	left: 0;
}

.footer_Box .left .navibox div li:first-child::before {
	content: "";
	margin-right: 0;
}

.footer_Box .left .navibox div li::before {
	content: "-";
	margin-right: calc(5rem / 20);
}

.footer_Box .right {
	width: calc(440rem / 20);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.footer_Box .right .txt1 {
	font-size: calc(44rem / 20);
	font-weight: 600;
	text-align: right;
	line-height: 1;
	margin-bottom: calc(10rem / 20);
	white-space: nowrap;
}

.footer_Box .right .txt2 {
	font-size: calc(14rem / 20);
	text-align: right;
}

.footer_Box .right .sns {
	margin-top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-bottom: calc(14rem / 20);
	line-height: 1;
}

.footer_Box .right .sns a {
	display: block;
	padding-left: calc(7rem / 20);
	padding-right: calc(7rem / 20);
}

.footer_Box .right .copy {
	font-size: calc(14rem / 20);
	text-align: right;
}

@media only screen and (max-width: 46.875em) {
	.footer_Box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_Box .left {
		width: 100%;
	}
	.footer_Box .left h2 {
		margin-left: auto;
		margin-right: auto;
	}
	.footer_Box .left .add {
		font-size: calc(22rem / 20);
		text-align: center;
	}
	.footer_Box .left .navibox {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		font-size: calc(22rem / 20);
	}
	.footer_Box .left .navibox div {
		width: 48%;
		padding-bottom: calc(40rem / 20);
	}
	.footer_Box .right {
		width: 100%;
	}
	.footer_Box .right .txt1 {
		text-align: center;
		font-size: calc(50rem / 20);
	}
	.footer_Box .right .txt2 {
		text-align: center;
		font-size: calc(24rem / 20);
	}
	.footer_Box .right .sns {
		-webkit-box-pack: center;
		-webkit-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: calc(40rem / 20);
		margin-bottom: calc(40rem / 20);
	}
	.footer_Box .right .copy {
		text-align: center;
		font-size: calc(24rem / 20);
	}
}



.gm-style .gm-style-iw-c {
	width: 200px;
	max-height: 180px!important;
	height: 180px!important;
}

.gm-style-iw-d {
	max-height: 180px!important;
	height: 180px!important;
}

.map-window {
	position: relative;
}

.map-window .map-mark {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(185, 72, 73, 1.00);
	padding: 3px 5px;
	margin: 0;
}

.map-window .map-term {
	position: absolute;
	z-index: 8;
	top: 0;
	right: 0;
	background: rgba(15, 36, 196, .8);
	color: #fff;
	padding: 3px 5px;
	margin: 0;
}

.map-window .map-price {
	font-size: 10px;
	margin-top: 2px;
}

.map-window .map-window_name {
	font-size: 10px;
	margin-top: 2px;
}

#map .map-img {
	height: 100px;
	overflow: hidden;
	position: relative;
}

#map .map-img img {
	position: absolute;
	top: -50px;
}

.sp-Secion {
	display: none;
}

@media only screen and (max-width: 46.875em) {
	.sp-Secion {
		display: block;
	}
}

.sp-Secion .home-Search .day {
	margin-left: calc(30rem / 20);
}

.home-Sp_SecList {
	margin-top: calc(30rem / 20);
	margin-bottom: calc(30rem / 20);
}

.home-Sp_SecList li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-top: calc(10rem / 20);
	padding-bottom: calc(10rem / 20);
	font-size: calc(26rem / 20);
	border-bottom: 1px solid #ccc;
}

.home-Sp_SecList .ttl {
	width: calc(480rem / 20);
}

.home-Sp_SecList .day {
	width: calc(220rem / 20);
}

.home-Sp_SecList .up {
	background: rgba(0, 198, 14, 1.00);
	text-align: center;
	color: #fff;
	padding-left: calc(5rem / 20);
	padding-right: calc(5rem / 20);
	margin-right: calc(10rem / 20);
	width: calc(70rem / 20);
}

.home-Sp_SecBox {
	margin-bottom: calc(50rem / 20);
}

.home-Sp_SecBox_Unit {
	width: 100%;
	background: #fff;
	position: relative;
	padding-left: calc(10rem / 20);
	padding-right: calc(10rem / 20);
}

.home-Sp_SecBox_Unit:nth-child(3n) {
	margin-right: 0;
}

.home-Sp_SecBox_Unit a {
	display: block;
	transition: .3s;
}

.home-Sp_SecBox_Unit a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.home-Sp_SecBox_Unit a:hover .img img {
	transform: scale(1.2, 1.2);
}

.home-Sp_SecBox_Unit .img {
	position: relative;
	height: calc(400rem / 20);
	overflow: hidden;
}

.home-Sp_SecBox_Unit .img img {
	width: 100%;
	transition: .3s;
}

.home-Sp_SecBox_Unit .mark {
	position: absolute;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: calc(32rem / 20);
	padding-top: calc(5rem / 20);
	padding-bottom: calc(5rem / 20);
	padding-left: calc(15rem / 20);
	padding-right: calc(5rem / 20);
	z-index: 1;
}

.home-Sp_SecBox_Unit .mark span {
	font-size: calc(32rem / 20);
	color: #fff;
	background: rgba(237, 0, 3, 1.00);
	padding-left: calc(15rem / 20);
	padding-right: calc(15rem / 20);
	padding-top: calc(5rem / 20);
	padding-bottom: calc(5rem / 20);
	margin-left: calc(15rem / 20);
}

.home-Sp_SecBox_Unit .mark time {
	margin-left: calc(15rem / 20);
}

.home-Sp_SecBox_Unit .txtArea {
	padding-left: calc(37rem / 20);
	padding-right: calc(37rem / 20);
}

.home-Sp_SecBox_Unit .txtArea h2 {
	font-size: calc(28rem / 20);
	position: relative;
	font-weight: 700;
	padding-left: calc(10rem / 20);
	border-bottom: .2rem solid #dfe2e6;
	padding-top: calc(12rem / 20);
	padding-bottom: calc(12rem / 20);
	margin-bottom: calc(14rem / 20);
}

.home-Sp_SecBox_Unit .txtArea .txt {
	font-size: calc(23rem / 20);
	background: #dfe2e6;
	padding-top: calc(20rem / 20);
	padding-bottom: calc(20rem / 20);
	padding-left: calc(20rem / 20);
	padding-right: calc(20rem / 20);
	margin-top: calc(20rem / 20);
	margin-bottom: calc(20rem / 20);
}

.home-Sp_SecBox_Unit .txtArea .priceArea {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-line-pack: justify;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home-Sp_SecBox_Unit .txtArea .priceArea .tochi {
	width: calc(175rem / 20);
	background: #122638;
	color: #fff;
	text-align: center;
	font-size: calc(26rem / 20);
	padding-top: calc(3rem / 20);
	padding-bottom: calc(3rem / 20);
}

.home-Sp_SecBox_Unit .txtArea .priceArea .price {
	text-align: right;
	width: calc(223rem / 20);
	font-size: calc(46rem / 20);
	line-height: 1;
	font-weight: 500;
}

.home-Sp_SecBox .slick-dots {
	bottom: 0;
}

.slick-dots li {
	width: 2rem;
}

.home-Sp_SecBox .slick-dots li button {
	background: #ccc;
	width: 2rem;
}

.home-Sp_SecBox .slick-dots li.slick-active button {
	background: rgba(93, 93, 93, 1.00);
}

.home-Sp_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	background: #dfe2e6;
	flex-wrap: wrap;
}

.home-Sp_List li {
	width: 50%;
	border-bottom: #fff solid 1px;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: calc(22rem / 20);
	font-weight: 700;
	position: relative;
}

.home-Sp_List li a:before {
	font-family: 'Material Icons';
	content: "\e038";
	position: absolute;
	font-size: calc(18rem / 20);
	right: calc(18rem / 20);
	color: #122638;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.home-Sp_List li a.clicked {
	background: #122638;
	color: #fff;
}

.home-Sp_List li a.clicked:before {
	font-family: 'Material Icons';
	content: "\e038";
	position: absolute;
	font-size: calc(18rem / 20);
	right: calc(18rem / 20);
	color: #fff;
	top: 50%;
	transform: rotate(90deg);
	z-index: 0;
	line-height: 0;
}

.home-Sp_List li a {
	display: block;
	padding-top: calc(22rem / 20);
	padding-bottom: calc(22rem / 20);
	transition: .3s;
}

.home-Sp_List li a:hover {
	background: #122638;
	color: #fff;
}

.home-Sp_List li a:hover::before {
	font-family: 'Material Icons';
	content: "\e038";
	position: absolute;
	font-size: calc(18rem / 20);
	right: calc(18rem / 20);
	color: #fff;
	top: 50%;
	transform: rotate(90deg);
	z-index: 0;
	line-height: 0;
}

.sp-Secion #mapSp {
	width: 100%;
	height: calc(480rem / 20);
	margin-bottom: calc(50rem / 20);
	background: #000;
}

.sp-Secion .sp-Secion_Ttl {
	font-size: calc(45rem / 20);
	margin-bottom: calc(15rem / 20);
	margin-top: calc(15rem / 20);
	text-align: center;
}
.fix_bnr_sell {
 position: fixed;
 bottom: calc(50rem / 20);
 right: 0;
 width: calc(60rem / 20);
 z-index: 9;
}
/* ------ */

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	*::before,
	*::after,
	*::first-letter,
	*::first-line {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a {
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr {
		page-break-inside: avoid;
	}

	img {
		page-break-inside: avoid;
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


/*PC メニュー用
@media only screen and (min-width: 46.876em){
    .st-Gnav ul li:nth-child(5){
        display: none;
}
     .st-Gnav ul li:nth-child(6){
        display: none;
}
}*/

@media only screen and (max-width: 46.875em) {
	.st-Gnav ul li:nth-child(5) {
		display: block;
	}
	.st-Gnav ul li:nth-child(6) {
		display: block;
	}
}
/* 更新 */
/* 1200px以下でのst-Gnavの中央寄せ */
@media only screen and (max-width: 75em) {
	.st-Gnav {
		margin: 0 auto;
	}
}

/*リクルートバナー*/

.st-recruit_fix_bnr {
	position: fixed;
	right: 0;
	top: calc(20rem / 20);
	width: calc(205rem / 20);
	z-index: 99;
}

@media only screen and (max-width: 48em) {
	.st-recruit_fix_bnr {
		top: auto;
		right: auto;
		left: 0;
		bottom: calc(120rem / 20);
		width: calc(60rem / 20);
	}
}

/* リクルートバナー 2019.12.23 */

.footer_Box .right .pc-recruit_bnr {
	text-align: right;
	margin: 20px 0;
	padding-left: calc(7rem / 20);
}

.sp-recruit_bnr {
	display: none;
}

@media only screen and (max-width: 48em) {
	.footer_Box .right .pc-recruit_bnr {
		display: none;
	}
	.sp-recruit_bnr {
		display: block;
		text-align: center;
		margin-bottom: calc(70rem / 20);
		color: #fff;
		font-size: 1.2rem;
	}
	.sp-recruit_bnr img {
		margin-bottom: 15px;
	}
}

/*---------------------------*/

.wpcf7 .wpcf7-response-output {
	width: 90%;
	max-width: 900px !important;
	margin: 0px auto;
	text-align: center;
}


/*トップお知らせ表示切り替え*/

.display_sp {
	display: none;
}

@media screen and (max-width:736px) {
	.display_sp {
		display: inline-block;
	}

	.display_pc {
		display: none;
	}
}

/*トップお知らせ表示切り替え*/

.display_sp {
	display: none;
}

@media screen and (max-width:736px) {
	.display_sp {
		display: inline-block;
	}

	.display_pc {
		display: none;
	}
}

/*よくある質問*/

.home_faq_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px auto;
	justify-content: space-between;
}

.home_faq_list {
	width: 48%;
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px dotted #ccc;
}

.home_faq_list_info {
	flex-direction: column;
	display: flex;
	position: relative;
	width: 55%;
}

.home_faq_list_more {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #00BDAA;
	text-align: center;
	color: white;
}

.home_faq_list_img {
	width: 40%;
	text-align: center;
	overflow: hidden;
	height: 200px;
	position: relative;
}

.home_faq_list_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	height: auto;
}

.home_faq_list_more_btn {
	background: #14486F;
	padding: 20px;
	color: white;
	width: 40%;
	margin: 30px auto;
	text-align: center;
}

@media screen and (max-width:480px) {
	.home_faq_box {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0px auto;
		justify-content: space-between;
		flex-direction: column;
	}

	.home_faq_list {
		width: 100%;
		display: flex;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 3px dotted #ccc;
		overflow: hidden;
	}

	.home_faq_list_info {
		flex-direction: column;
		display: flex;
		width: 55%;
		margin-left: 10px;
		position: static;
	}

	.home_faq_list_more {
		width: 100%;
		background: #00BDAA;
		text-align: center;
		color: white;
		position: static;
	}

	.home_faq_list_img {
		width: 40%;
		text-align: center;
		overflow: hidden;
		height: 150px;
		position: relative;
	}

	.home_faq_list_more_btn {
		background: #14486F;
		padding: 20px;
		color: white;
		width: 40%;
		margin: 30px auto;
		text-align: center;
	}
}

/* ========================================
   トップページテスト用スタイル上書き
   ======================================== */

/* お知らせセクションの背景を紺色に */
.home-News {
	background: #0e375b;
}

/* お知らせセクションを中央寄せに調整 */
.home-News_Box.st-Width {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* お知らせセクションの幅を調整 */
.home-News_Box .event {
	width: 90%;
	margin: 0 auto;
}

/* お知らせタイトルの中央寄せ */
.home-News_Box .event h2.home-News_Ttl {
	text-align: center;
	margin-bottom: 2rem;
}

/* お知らせエリアの調整 */
.home-News_Box .home-infoArea {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

/* お知らせアイテムの調整 */
.home-News_Box .home-infoArea .unit {
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-News_Box .home-infoArea .unit:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* お知らせ画像の調整 */
.home-News_Box .home-infoArea .unit .img {
	height: 180px;
	overflow: hidden;
}

.home-News_Box .home-infoArea .unit .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* お知らせテキストエリアの調整 */
.home-News_Box .home-infoArea .unit .txtArea {
	padding: 1.5rem;
}

/* お知らせ日付のスタイル */
.home-News_Box .home-infoArea .unit .txtArea .day {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

/* お知らせタイトルのスタイル */
.home-News_Box .home-infoArea .unit .txtArea .txt {
	
	font-size: calc(18rem / 20);
	line-height: 1.5;
	margin-bottom: 1rem;
}

/* お知らせリンクの調整 - 文章部分をボックス内に広げる - 更新: 2025/09/24 */
.home-News_Box .event .unit a {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

/* テキストエリアをフルサイズに */
.home-News_Box .event .unit a .txtArea {
	flex: 1;
	display: flex;
	justify-content: left;
	padding: 0 20px;
}

/* ボタンの調整 */
.button-group {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
}

/* all-btn2のスタイル（既存） */
.home-News_Box .event .all-btn2 {
	border: .1rem solid #fff;
	width: calc(404rem / 20);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: calc(18rem / 20);
}

/* all-btn3のスタイル（all-btn2と同じデザイン、色のみ変更） */
.home-News_Box .event .all-btn3 {
	border: .1rem solid #fff;
	width: calc(404rem / 20);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: calc(18rem / 20);
}

/* all-btn2のリンクスタイル */
.home-News_Box .event .all-btn2 a {
	display: block;
	padding: 1rem;
	color: #fff;
	text-decoration: none;
	background: #00479d;
	transition: background-color 0.3s ease;
}

.home-News_Box .event .all-btn2 a:hover {
	background: #003366;
}

/* all-btn3のリンクスタイル（色のみ変更） */
.home-News_Box .event .all-btn3 a {
	display: block;
	padding: 1rem;
	color: #fff;
	text-decoration: none;
	background: #009356;
	transition: background-color 0.3s ease;
}

.home-News_Box .event .all-btn3 a:hover {
	background: #007a47;
}

/* モバイル版の調整 */
@media only screen and (max-width: 768px) {
	.home-News_Box .home-infoArea {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	/* お知らせアイテムの調整 */
.home-News_Box .home-infoArea .unit {
	padding: 10px;
}
	.home-News_Box .home-infoArea .unit .txtArea {
		padding: 1rem;
	}
	
	.home-News_Box .home-infoArea .unit .img {
		height: 120px;
	}
	
	.button-group {
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
	}
	
	/* モバイル版のボタンスタイル（PC版と同じデザイン） */
	.home-News_Box .event .all-btn2,
	.home-News_Box .event .all-btn3 {
		border: .1rem solid #fff;
		width: calc(404rem / 20);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #fff;
		position: relative;
		font-size: calc(18rem / 20);
	}
	
	.home-News_Box .event .all-btn2 a,
	.home-News_Box .event .all-btn3 a {
		display: block;
		padding: 1rem;
		color: #fff;
		text-decoration: none;
		transition: background-color 0.3s ease;
	}
	
	.home-News_Box .event .all-btn2 a {
		background: #00479d;
	}
	
	.home-News_Box .event .all-btn2 a:hover {
		background: #003366;
	}
	
	.home-News_Box .event .all-btn3 a {
		background: #009356;
	}
	
	.home-News_Box .event .all-btn3 a:hover {
		background: #007a47;
	}
}

/* 2025/10/03 */
.st-LogoArea {
	/* width: calc(983rem / 20); */
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100% !important;
}