@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* line 5, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
footer {
	background: #f7ddbe;
	padding: 40px 0 70px;
}
@media screen and (max-width:780px){
	footer {
		padding: 30px 0 50px:
	}
}
ol, ul {
  list-style: none;
}
a img {
  border: none;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.sp {display: none}
.pc {display: block}
@media screen and (max-width: 780px) {
	.sp {display: block}
	.pc {display: none}
}
.h-img img {
	width: 100%;
}
.f-box {
	display: flex;
}
.f-box-sp {
	display: flex;
}
@media screen and (max-width: 780px) {
	.f-box-sp {
		display: block;
	}
}
.f-box-js {
	display: flex;
	justify-content: space-between;
}
.f-box-js-sp {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:780px){
	.f-box-js-sp {
		display: block;
	}
}
.mb20 {
	margin-bottom: 20px;
}
.mb50 {
	margin-bottom: 50px;
}
@media screen and (max-width:780px){
	.mb50 {
		margin-bottom: 30px;
	}
}
.mb40 {
	margin-bottom: 40px;
}
.mb70 {
	margin-bottom: 70px;
}
@media screen and (max-width:780px){
	.mb70 {
		margin-bottom: 40px;
	}
}
.mb100 {
	margin-bottom: 100px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
}
#container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	z-index: 999;
	transition:.4s all;
}
header.HeightMin {
	position: fixed;
	width: 100%;
	z-index: 999;
	animation: DownAnime 0.0s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-242px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
header .header-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 235px;
	background: #012770;
	background: linear-gradient(90deg,rgba(1, 39, 112, 1) 0%, rgba(0, 175, 195, 1) 100%);
	transition: .3s all;
}
header.HeightMin .header-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 155px;
	background: #012770;
	background: linear-gradient(90deg,rgba(1, 39, 112, 1) 0%, rgba(0, 175, 195, 1) 100%);
}
header .header-top-inner {
	max-width: 568px;
	transition: .3s all;
}
header.HeightMin .header-top-inner {
	max-width: 368px;
}
@media screen and (max-width: 780px) {
	header .header-top {
		height: 110px;
	}
	header.HeightMin .header-top {
		height: 110px;
	}
}
header .ht-icon {
	max-width: 339px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	transition: .3s all;
}
header.HeightMin .ht-icon {
	max-width: 239px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
	header .header-top-inner {
		width: 263px;
	}
	header .ht-icon {
		width: 180px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px!important;
	}
}
.h-img img {
	width: 100%;
}

header .header-bottom {
	text-align: center;
	line-height: 150%;
	font-weight: 600;
	width: 100%;
	background: #E7932B;
	font-size: 1.5rem;
	color: #012770;
	padding: 10px 0;
	transition: .3s all;
}
header.HeightMin .header-bottom {
	text-align: center;
	line-height: 150%;
	font-weight: 600;
	width: 100%;
	background: #E7932B;
	font-size: 1.25rem;
	color: #012770;
	padding: 7px 0;
}
@media screen and (max-width: 780px) {
	header .header-bottom,header.HeightMin .header-bottom {
		font-size: 1rem;
		padding: 7px 0;
	}
}
.bp {
	display: inline-block;
	white-space: nowrap;
}
.elem {
  opacity: 0;
  transition: .6s;
}
.elem.on {
  opacity: 1;
}
.top-space {
	padding-top: 290px;
	padding-bottom: 0;
	background: #E5F8FF;
	background: linear-gradient(180deg,rgba(229, 248, 255, 1) 290px, rgba(253, 253, 253, 1) 290px);
}
@media screen and (max-width: 780px) {
	.top-space {
		padding-top: 150px;
		padding-bottom: 0;
		background: #E5F8FF;
		background: linear-gradient(180deg,rgba(229, 248, 255, 1) 100px, rgba(253, 253, 253, 1) 100px);
	}
}
.back-gra {
	width: 100%;
	padding-top: 50px;
	background: #E5F8FF;
	background: linear-gradient(180deg,rgba(229, 248, 255, 1) 0%, rgba(253, 253, 253, 1) 100%);
}
.contents {
	max-width: 1300px;
	padding: 0 20px 70px;
	margin-left: auto;
	margin-right: auto;
}
.contents-first {
	max-width: 1100px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
	.contents {
		padding: 0 30px 70px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents-first {
		padding: 0;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 50px;
	}
}
.b-back {
	background: #F4FCFF;
	padding: 30px;
	margin-bottom: 35px;
}
@media screen and (max-width: 780px) {
	.b-back {
		background: #F4FCFF;
		padding: 20px;
		display: block;
		margin-bottom: 35px;
	}
}
.myacces {
	width: 45%;
}
@media screen and (max-width: 780px) {
	.myacces {
		width: 80%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}
.myacces-txt {
	width: 50%;
	font-size: 1rem;
	line-height: 200%;
}
@media screen and (max-width: 780px) {
	.myacces-txt {
		width: 100%;
		font-size: 0.95rem;
		line-height: 200%;
	}
}
.btn {
  margin-top: 30px;
  background: #05A3E0;
  background-position: right;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 60px;
  padding: 25px 35px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 780px) {
  .btn {
    font-size: 1rem;
    max-width: 335px;
    padding: 25px 20px;
    margin-top: 16px;
  }
}
.btn:hover:after {
  transform: translate(4px, 0);
}
@media screen and (max-width: 780px) {
  .btn:hover:after {
    transform: translate(4px, 0);
  }
}
.btn:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/arrow.svg");
  transition: .6s;
  margin-left: 22px;
  transform: translate(0, 0);
}
@media screen and (max-width: 780px) {
  /* line 447, ../../sass/_common.scss */
  .btn:after {
    transform: translate(0, 0);
  }
}
.b-back-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width:780px){
	.b-back-inner {
		display: block;
	}
}
.b-center {
	display: flex;
	justify-content: center;
}
.sub-title {
	display: inline-block;
	font-size: 36px;
	color: #012770;
	background: #CEDFFF;
	font-weight: 600;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
	.sub-title {
	display: inline-block;
	font-size: 1.5rem;
		font-weight: 600;
	color: #51BA97;
	background: #E2F7F0;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
}

.img-one {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.b-table {
	border: solid 2px #012770;
	border-radius: 10px;
	padding: 50px;
	width: 100%;
}
@media screen and (max-width:780px){
	.b-table {
		padding: 30px;
	}
}
.rst-logo {
	width: 25%;
	max-width: 282px;
	margin-right: 2%;
}
@media screen and (max-width:780px){
	.rst-logo {
		width: 60%;
		margin: 0 auto 20px;
	}
}

.b-table-inner {
	width: 70%;
}
@media screen and (max-width:780px){
	.b-table-inner {
		width: 100%;
	}
}
.b-table-inner h3 {
	font-size: 2rem;
	color: #012770;
	margin-bottom: 20px;
	font-weight: 600;
}
@media screen and (max-width:780px){
	.b-table-inner h3 {
		font-size: 1.5rem;
	}
}
.b-table-inner h4 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: 600
}
@media screen and (max-width:780px){
	.b-table-inner h4 {
		font-size: 1.145rem;
	}
}
.main-txt {
	font-size:  1.125rem;
	line-height: 170%;
}
.main-txt a {
	color: #012770;
}
@media screen and (max-width:780px){
	.main-txt {
		font-size: 1rem;
	}
}
.txt-box-a {
	width: 40%;
}
@media screen and (max-width:780px){
	.txt-box-a {
		width: 100%;
		margin-bottom: 30px;
	}
}

.slide-outer {
	padding: 40px 0;
}

.txt-box-b {
	margin-bottom: 30px;
}
@media screen and (max-width:780px){
	.txt-box-b {
		width: 100%;
		margin-bottom: 0
	}
}

.f-list-a {
	height: 58px;
	width: 19.8%;
	background: #012770;
	color: #FFF;
	border-right: solid 1px #FFF;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.f-list-b {
	height: 58px;
	width: 80%;
	background: #012770;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-list {
	display: flex;
	font-size: 1.125rem;
}
@media screen and (max-width:780px){
	.f-list {
		font-size: 0.925rem;
	}
}

.f-list-c {
	height: 58px;
	margin-left: 0.5%;
	width: 19.5%;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #707070;
	box-sizing: border-box;
}
.f-list-d {
	height: 58px;
	width: 80%;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #707070;
	box-sizing: border-box;
	padding: 0 10px;
}
.f-list-e {
	height: 58px;
	margin-left: 0.5%;
	width: 19.5%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.f-list-f {
	height: 58px;
	width: 80%;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.gr-back {
	max-width: 925px;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	background: #EFEFEF;
	border-radius: 10px;
}
@media screen and (max-width:780px){
	.gr-back {
		padding: 20px;
	}
}

.yell-title {
	height: 60px;
	border-radius: 36px;
	padding: 0 25px;
	background: #F1B833;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	color: #FFF;
	margin-bottom: 20px;
}
@media screen and (max-width:780px){
	.yell-title {
		height: 40px;
		font-size: 1rem;
		width: 100%;
	}
}

.shoseki-photo-a {
	width: 110px;
	margin-right: 20px;
}

.shoseki-title {
	font-size: 1.5rem;
	line-height: 150%;
	margin-bottom: 20px;
	font-weight: 600;
}
@media screen and (max-width:780px){
	.shoseki-title {
		font-size: 1.25rem;
	}
}
.shoseki-title span {
	font-size: 1.125rem;
	display: block;
}

.shoseki-txt {
	font-size: 1rem;
	line-height: 170%;
}
@media screen and (max-width:780px){
	.shoseki-txt {
		font-size: 0.925rem;
		margin-bottom: 20px;
	}
}

.shoseki-r {
	width: 80%;
	margin-right: 5%;
}

.shoseki-img {
	width: 35%;
}
@media screen and (max-width:780px){
	.shoseki-img {
		width: 100%;
		max-width: 380px;
		padding: 0 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

.shoseki-a {
	width: 60%;
}
@media screen and (max-width:780px){
	.shoseki-a {
		width: 100%;
	}
}

.contents-second {
	background: #fcf7f1;
	width: 100%;
	position: relative;
	padding: 50px 30px;
}
@media screen and (max-width:780px){
	.contents-second {
		padding: 30px;
	}
}
.ore-title {
	text-align: center;
	font-size: 3rem;
	line-height: 150%;
	color: #E7932B;
	font-weight: 600;
	margin-bottom: 50px;
}
@media screen and (max-width:780px){
	.ore-title {
		font-size: 1.25rem;
		margin-bottom: 30px;
	}
}
.contents-inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.point-title {
	position: relative;
	background: #012770;
	padding:10px 10px 10px 90px;
	border-radius: 10px;
	font-size: 1.5rem;
	color: #FFF;
	font-weight: 600;
}
@media screen and (max-width:780px){
	.point-title {
		font-size: 1rem;
		padding:10px 10px 10px 60px;
	}
}
.point-title span {
	position: absolute;
	content: "";
	left: 0;
	top: -12px;
	width: 74px;
	height: 74px;
}
@media screen and (max-width:780px){
	.point-title span {
		width: 50px;
		height: 50px;
		top: -5px;
	}
}

.point-box {
	width: 48%;
	padding-left: 65px;
}
@media screen and (max-width:780px){
	.point-box {
		width: 100%;
		padding-left: 40px;
		margin-bottom: 30px;
	}
}

.point-sub {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}
@media screen and (max-width:780px){
	.point-sub {
		font-size: 1.25rem;
	}
}
.point-sub::before {
	position: absolute;
	content: "";
	background-image: url("../images/check.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
	left: -68px;
	top: -10px;
}
@media screen and (max-width:780px){
	.point-sub::before {
		width: 30px;
		height: 30px;
		top: -3px;
		left: -40px;
	}
}

.point-img {
	max-width: 276px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
.p-left {
	padding-left: 50px;
}
@media screen and (max-width:780px){
	.p-left {
		padding-left: 0px;
	}
}

.ore-sub {
	font-size: 1.5rem;
	color: #E7932B;
	font-weight: 600;
	margin-bottom: 10px;
}
@media screen and (max-width:780px){
	.ore-sub {
		font-size: 1.145rem;
	}
}

.contents-third {
	background: #f9e8d3;
	width: 100%;
	position: relative;
	padding: 50px 30px 100px;
}
@media screen and (max-width:780px){
	.contents-third {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 50px;
	}
}
.b-back-title {
	color: #FFF;
	font-size: 26px;
	background: #E7932B;
	border-radius: 50px;
	padding: 10px 35px;
	line-height: 170%;
	margin-bottom: 30px;
	display: inline-flex;
	align-items: center;
	width: 100%;
	position: relative;
	font-weight: 600;
}
@media screen and (max-width: 780px) {
	.b-back-title {
	color: #FFF;
	font-size: 20px;
	background: #E7932B;
	border-radius: 50px;
	padding: 10px 20px;
	line-height: 150%;
	margin-bottom: 30px;
	display: inline-flex;
	align-items: center;
	width: 100%;
		position: relative;
}
}
.list-l {
	background: #F7DDBE;
	width: 16%;
	display: flex;
	align-items: center;
	padding: 3%;
	font-size: 1rem;
	line-height: 170%;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	box-sizing: border-box;
}

.list-r {
	width: 74%;
	padding: 3%;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 170%;
	display: flex;
	align-items: center;
}

.list-mark li {
	position: relative;
	margin-left: 20px;
	font-size: 1.145rem;
	line-height: 170%;
	margin-bottom: 10px;
}
@media screen and (max-width:780px){
	.list-mark li {
		font-size: 1rem;
	}
}
.list-mark li::before {
	position: absolute;
	content: "●";
	left: -20px;
	color: #E7932B;
}

.price-txt {
	font-size: 1.1425rem;
	line-height: 170%;
}
.price-txt span {
	font-size: 3rem;
	font-weight: 600;
}
@media screen and (max-width:780px){
	.price-txt {
		font-size: 1rem;
	}
	.price-txt span {
		font-size: 1.5rem;
	}
}
.dosa-a {
	background: #F7DDBE;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
	padding: 3%;
	width: 16%;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	line-height: 170%;
}
.dosa-b {
	background: #F7DDBE;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
	padding: 3%;
	width: 28%;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	line-height: 170%;
}
.dosa-c {
	background: #F7DDBE;
	display: flex;
	align-items: center;
	font-size: 1rem;
	padding: 3%;
	width: 28%;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	line-height: 170%;
}
.dosa-d {
	display: flex;
	align-items: center;
	font-size: 1rem;
	padding: 3%;
	width: 28%;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	line-height: 170%;
}
.dosa-e {
	display: flex;
	align-items: center;
	font-size: 1rem;
	padding: 3%;
	width: 28%;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	line-height: 170%;
}
.dosa-f {
	width: 84%;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
}
.dosa-g {
	display: flex;
	align-items: center;
	font-size: 1rem;
	padding: 3%;
	width: 33.4%;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	line-height: 170%;
}
.dosa-h {
	display: flex;
	align-items: center;
	font-size: 1rem;
	padding: 3%;
	width: 32.5%;
	box-sizing: border-box;
	border-bottom: solid 1px #FFF;
	line-height: 170%;
}
.dosa-i {
	font-size: 1rem;
	padding: 3%;
	width: 84%;
	box-sizing: border-box;
	line-height: 170%;
}
@media screen and (max-width:780px){
	.dosa-a,.dosa-b,.dosa-c,.dosa-d,.dosa-e,.dosa-f,.dosa-g,.dosa-h,.dosa-i {
		font-size: 0.925rem;
	}
}
.dosa-i span {
	color: #E7932B;
	margin-right: 5px;
}
.dosa-list {
	width: 100%;
}

.fotter-inner {
	text-align: center;
}
.anchor {
  margin-top: -220px;
  padding-top: 220px;
}
@media screen and (max-width: 780px) {
  /* line 582, ../../sass/_common.scss */
  .anchor {
    margin-top: -200px;
    padding-top: 200px;
  }
}
/* line 990, ../../sass/_common.scss */
.contact-area {
  text-align: center;
  padding-bottom: 64px;
}
/* line 994, ../../sass/_common.scss */
.contact-area .btn {
	background: #E7932B;
	padding: 38px 61px;
  font-size: 2rem;
	margin-bottom: 20px;
}
/* line 997, ../../sass/_common.scss */
.contact-area .btn:after {
  padding-bottom: 3px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  /* line 994, ../../sass/_common.scss */
  .contact-area .btn {
    padding: 28px 62px;
    font-size: 1.5rem;
    width: 100%;
  }
  /* line 1005, ../../sass/_common.scss */
  .contact-area .btn:after {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  /* line 990, ../../sass/_common.scss */
  .contact-area {
    padding-top: 0;
    padding-bottom: 48px;
  }
}
/* line 1014, ../../sass/_common.scss */
.contact-area.pt-0 {
  padding-top: 0;
}
/* line 1018, ../../sass/_common.scss */
.contact-area > p:first-of-type {
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  /* line 1018, ../../sass/_common.scss */
  .contact-area > p:first-of-type {
    font-size: 14px;
  }
}
.footer-logo-inner {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
@media screen and (max-width:780px){
	.footer-logo-inner {
		width: 260px;
	}
}
.copy {
	font-size: 12px;
}
.top {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 5%;
  bottom: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E7932B;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  .top {
    width: 48px;
    height: 48px;
    font-size: 12px;
	  position: absolute;
  right: 5%;
  bottom: 30px;
  border-radius: 50%;
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  background: #E7932B;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-decoration: none;
  flex-direction: column;
  }
}
/* line 539, ../../sass/_common.scss */
.top:hover:before {
  transform: rotate(-90deg) translate(2px, 0);
}
/* line 543, ../../sass/_common.scss */
.top:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-image: url("../images/arrow.svg");
  transform: rotate(-90deg);
  margin-bottom: 4px;
  transition: .6s;
}
@media screen and (max-width: 780px) {
  /* line 543, ../../sass/_common.scss */
  .top:before {
    width: 12px;
    height: 12px;
  }
}
/*slick*/
.slider-container {
  position: relative;
  max-width: 1055px;
  margin: 0 auto;
}

.image-slider img {
  max-width: 94%;
  display: block;
	border: solid 1px #EFEFEF;
	margin-left: 3%;
}

.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
	border: solid 1px #012770;
  font-size: 30px;
  width: 72px;
  height: 72px;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (max-width: 1300px){
	.custom-arrow {
		width: 48px;
		height: 48px;
		font-size: 16px;
	}
}
@media screen and (max-width:780px){
	.custom-arrow {
		width: 25px;
		height: 25px;
		font-size: 10px;
	}
}
.slick-prev {
  left: -7%;
}
.slick-next {
  right: -7%;
}
@media screen and (max-width: 1300px){
	.slick-prev {
    left: -5%;
  }
	.slick-next {
    right: -5%;
  }
}
@media screen and (max-width: 780px) {
	.slick-prev {
    left: -20px;
  }
	.slick-next {
    right: -20px;
  }
}
.table-wrap .table-wrap {
	width: 100%;
}
@media screen and (max-width:780px){
	.table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-wrap .txt-box-b {
		min-width: 430px;
		width: 100%;
		border-collapse: collapse;
	}
}
#scroll-menu {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 30px;
	display: block;
}
@media (max-width: 780px) {
	#scroll-menu {
		position: fixed;
		z-index: 999;
		right: 0;
		bottom: 30px;
		display: none;
	}
}
#scroll-menu_open {
	width: 180px;
	background: #E7932B;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 25px 0px 15px 30px;
}
#scroll-menu_open li a {
	font-size: 0.975rem;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: flex;
	text-decoration: none;
}
#scroll-menu_open li a span {
	position: absolute;
	left: -12px;
	top: 12px;
	width: 8px;
	height: 2px;
	background: #FFF;
}

#scroll-menu_close {
	background: #E7932B;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#scroll-menu_close figure {
	width: 8px;
	height: 38px;
}
#scroll-menu_close figure img {
	width: 100%;
}
.header-wrapper {
  display: none;
}
@media (max-width: 780px) {
  .header-wrapper {
    display: block;
  }
}
.header-menu {
  position: fixed;
  top: 22px;
  right: 25px;
  display: none;
	z-index: 1001;
}

.header-menu li a {
  font-size: 0.975rem;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	display: flex;
	text-decoration: none;
}

.header-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: #E7932B;
  opacity: 0;
  z-index: 1000;
  transition: 0.3s;
}

header.is-active .header-bg {
  width: 180px;
  height: 225px;
  opacity: 1;
  border-radius: 0 0 0 10px;
}

.header-menu li a span {
  position: absolute;
	left: -12px;
	top: 12px;
	width: 8px;
	height: 2px;
	background: #FFF;
}

header #header-navi {
  position: fixed;
  top: 10px;
  right: 10px;
}

.header-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #FFF;
  position: relative;
}

header #header-navi #navi-btn {
  width: 60px;
  height: 60px;
  background-color: #E7932B;
  position: relative;
}

header.is-active #header-navi #navi-btn {
  display: none;
}

.header-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

header #header-navi #navi-btn span {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 3px;
  left: 18px;
  background-color: #FCF7F0;
  border-radius: 3px;
}

header.is-active #header-navi #navi-btn span {
  left: 25px;
}
header #header-navi #navi-btn span:nth-of-type(1) {
  top: calc(50% - 10px);
}

header #header-navi #navi-btn span:nth-of-type(2) {
  top: calc(50% - 1px);
}

header #header-navi #navi-btn span:nth-of-type(3) {
  top: calc(50% + 8px);
}

header.is-active .header-wrapper #header-navi #navi-btn span:nth-of-type(1) {
  transform: rotate(45deg);
}

header.is-active .header-wrapper #header-navi #navi-btn span:nth-of-type(2) {
  display: none;
}

header.is-active .header-wrapper #header-navi #navi-btn span:nth-of-type(3) {
  transform: rotate(135deg);
  top: 20px;
}

/* 初期状態で非表示にする */
#scroll-menu_open,
#scroll-menu_close {
  display: none;
}

/* 表示制御クラス */
#scroll-menu_open.show {
  display: block;
}
#scroll-menu_close.show {
  display: flex;
}

/* スムーズな2段階折りたたみアニメーション（cubic-bezierで滑らかに） */
@keyframes foldCollapse {
  0% {
    height: auto;
    width: 180px;
    transform: translateX(0);
  }
  50% {
    height: 80px;
    width: 180px;
    transform: translateX(0);
  }
  100% {
    height: 80px;
    width: 80px;
    transform: translateX(100px);
  }
}

#scroll-menu_open.fold-animate {
  animation: foldCollapse 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  overflow: hidden;
  transform-origin: top right;
}

#scroll-menu_open.fold-animate li {
  opacity: 0;
  transition: opacity 0.4s ease;
}

#scroll-menu_close.delayed-show figure {
  opacity: 0;
  animation: fadeInFigure 0.4s ease forwards;
}

@keyframes fadeInFigure {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* header-menu 開閉アニメーション */
.header-bg,
.header-menu {
  transition: all 0.4s ease;
}

.header-menu.slide-down {
  display: block;
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}