@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  padding: 0;
  margin: 0 auto;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #07272D;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
}

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

ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 24px;
  }
}
.section-title {
  text-align: center;
  padding-bottom: 90px;
}
@media (max-width:768px) {
  .section-title {
    padding-bottom: 24px;
  }
}
.section-title h2 {
  font-weight: 500;
  font-size: 38px;
}
@media (max-width:768px) {
  .section-title h2 {
    font-size: 24px;
  }
}

.btn {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background: #BECAE9;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.btn p {
  line-height: 100%;
  padding: 18px 38px;
  color: #07272D;
}
@media (max-width: 374px) {
  .btn p {
    padding: 18px 15px;
    font-size: 14px;
  }
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.tag p {
  line-height: 100%;
  font-size: 18px;
  padding: 8px 40px;
  border: 1px solid #07272D;
  border-radius: 40px;
}
@media (max-width:768px) {
  .tag p {
    font-size: 14px;
    padding: 4px 20px;
  }
}
@media (max-width:1280px) {
  .tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hover:hover {
  opacity: 0.7;
  /* -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; */
}

.is-pc {
  display: block;
}
@media (max-width:768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width:768px) {
  .is-sp {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media (max-width:1000px) {
  .is-tab {
    display: block;
  }
}

@media (max-width:768px) {
  .no-sp {
    display: none;
  }
}

.sub1-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #417571;
  letter-spacing: 0.1em;
  padding-bottom: 13px;
}
@media (max-width: 430px) {
  .sub1-title {
    font-size: 18px;
    padding-bottom: 3px;
    letter-spacing: -0.05em;
  }
}
.sub1-title:before, .sub1-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #417571;
}
.sub1-title:before {
  margin-bottom: 12px;
}
@media (max-width: 430px) {
  .sub1-title:before {
    margin-bottom: 7px;
  }
}
.sub1-title:after {
  margin-bottom: 5px;
}

.kv img {
  width: 100%;
}

.pr {
  position: relative;
	width: 100%;
  background: #D8DCD7;
}

.pr__inner {
	max-width: 1920px;
	margin: 0 auto;
}

.pr__img-wrap {
	position: relative;
}

.pr img {
  width: 100%;
}
@media (max-width:768px) {
  .pr a {
    width: 100%;
  }
}

.pr-button__wrap {
	position: absolute;
	bottom: min(135px, 7.03vw);
	left: min(890px, 46.35vw);
	width: min(720px, 37.5vw);
	height: min(109px, 5.68vw);
}

@media screen and (max-width: 768px) {
  .pr-button__wrap {
		bottom: 16vw;
		left: 50%;
		transform: translateX(-50%);
		width: 87.2vw;
		height: 15.47vw;
	}
}

.pr-reserve {
  opacity: 0;
  position: absolute;
  z-index: 100;
  bottom: 10%;
  right: 0;
	width: min(19.32vw, 371px);
}
@media screen and (max-width: 768px) {
  .pr-reserve {
    padding: 0;
    background-color: #417571;
		width: 100%;
  }
}

/* .pr-reserve img {

}

@media screen and (max-width: 1400px) {
  .pr-reserve img {

  }
}
@media screen and (max-width: 1400px) and (max-width:768px) {
  .pr-reserve img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1400px) and (max-width:768px) {
  .pr-reserve {
    top: -3%;
  }
} */

.pr-reserve:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .pr-reserve:hover {
    opacity: 1;
  }
}

.fixed {
  transition: 1s;
  opacity: 1;
  position: fixed;
  top: 63%;
  right: 20px;
}

@media (max-width:768px) {
  .fixed {
    transition: 1s;
    width: 100%;
    bottom: 0%;
    right: unset;
    top: unset;
  }
}

.p-worry {
	width: 100%;
	background: #F2F2F2;
}

.p-worry__inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 140px 20px;
}

@media (max-width:768px) {
  .p-worry__inner {
		padding: 40px 24px 70px;
	}
}

.p-heading-wrap {
	text-align: center;
}

.p-heading-wrap__lead {
	color: #40726F;
	font-size: 24px;
	font-family: "Inter", sans-serif;
}

@media (max-width:768px) {
  .p-heading-wrap__lead {
		font-size: 16px;
		line-height: 1;
	}
}

.p-heading-wrap__lead + .c-heading-02 {
	margin-top: 24px;
}

@media (max-width:768px) {
  .p-heading-wrap__lead + .c-heading-02 {
		margin-top: 10px;
		line-height: 1;
	}
}

.c-heading-02 {
	font-size: 46px;
}

@media (max-width:768px) {
  .c-heading-02 {
		font-size: 24px;
		letter-spacing: -1px;
	}
}

.p-worry__text-img-wrap {
	max-width: 880px;
	margin: 56px auto 0;
}

@media (max-width:768px) {
  .p-worry__text-img-wrap {
		margin: 34px auto 0;
	}
}

.p-worry__text-img-wrap img {
	width: 100%;
	height: auto;
}

.p-worry__arrow-wrap {
	margin: 70px auto 0;
}

@media (max-width:768px) {
	.p-worry__arrow-wrap {
		margin: 24px auto 0;
	}
}

.p-worry__arrow-wrap img {
	width: 101px;
	height: auto;
	margin: 0 auto;
}

@media (max-width:768px) {
	.p-worry__arrow-wrap img {
		width: 52px;
	}
}

.p-worry__title-img-wrap {
	max-width: 850px;
	margin: 70px auto 0;
}

@media (max-width:768px) {
	.p-worry__title-img-wrap {
		margin: 24px auto 0;
	}
}

.p-worry__img-wrap {
	max-width: 1270px;
	margin: 80px auto 0;
}

@media (max-width:768px) {
	.p-worry__img-wrap {
		margin: 30px auto 0;
	}
}

.p-worry__img-wrap img {
	width: 100%;
	height: auto;
}

.p-worry__text-wrap {
	max-width: 940px;
	margin: 57px auto 0 20.08%;
}

@media (max-width: 1310px) {
	.p-worry__text-wrap {
		margin: 57px auto 0;
	}
}

@media (max-width:768px) {
	.p-worry__text-wrap {
		margin: 16px auto 0;
	}
}

.p-worry__text-list {
	display: flex;
	font-size: 15px;
}

@media (max-width:768px) {
	.p-worry__text-list {
		display: block;
		font-size: 14px;
	}
}

.p-worry__text-list:not(:first-of-type) {
	margin-top: 12px;
}

.p-worry__text-list dt {
	min-width: 130px;
}

.p-worry__text-list dd {
	margin-left: 10px;
}

@media (max-width:768px) {
	.p-worry__text-list dd {
		margin-left: 0;
		line-height: 1.3;
	}
}




.p-feature {
	position: relative;
}

.p-feature::after {
	position: absolute;
	bottom: -154px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 100%;
	height: 155px;
	background-color: #40726F;
	clip-path: polygon(50% 155px, 0% 0%, 100% 0%);
	z-index: 1;
}

@media (max-width:768px) {
	.p-feature::after {
		bottom: -59px;
		height: 60px;
		clip-path: polygon(50% 60px, 0% 0%, 100% 0%);
	}
}

.p-feature__heading-area {
	position: relative;
	background: #F5E3CC;
	padding: 50px 20px;
}

@media (max-width:768px) {
	.p-feature__heading-area {
		padding: 15px 24px;
	}
}

.p-feature__heading-area::after {
	position: absolute;
	bottom: -79px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 130px;
	height: 80px;
	background: #F5E3CC;
	clip-path: polygon(50% 80px, 0% 0%, 130px 0%);
}

@media (max-width:768px) {
	.p-feature__heading-area::after {
		bottom: -15px;
		width: 36px;
		height: 16px;
		clip-path: polygon(50% 16px, 0% 0%, 36px 0%);
	}
}

.p-feature__body-area {
	padding: 140px 20px 30px;
	background: #40726F;
}

@media (max-width:768px) {
	.p-feature__body-area {
		padding: 55px 24px 50px;
	}
}

.p-feature__body-inner {
	max-width: 1172px;
	margin: 0 auto;
	padding: 80px 96px;
	background: #D8DCD7;
	border-radius: 4px;
}

@media (max-width:768px) {
	.p-feature__body-inner {
		padding: 40px 14px;
	}
}

.p-feature__item-title {
	width: 100%;
	padding: 16px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.8;
	color: #F5E3CC;
	background: #40726F;
	border-radius: 4px;
	text-align: center;
}

@media (max-width:768px) {
	.p-feature__item-title {
		padding: 12px 8px;
		font-size: 18px;
		line-height: 1.4;
	}
}

.p-feature__item:last-of-type {
	margin-top: 64px;
}

@media (max-width:768px) {
	.p-feature__item:last-of-type {
		margin-top: 40px;
	}
}

.p-feature__item-body {
	margin-top: 64px;
	display: flex;
	justify-content: space-between;
}

@media (max-width:1000px) {
	.p-feature__item-body {
		margin-top: 14px;
		flex-direction: column-reverse;
	}
}

.p-feature__content-wrap {
	max-width: 398px;
}

@media (max-width:1000px) {
	.p-feature__content-wrap {
		max-width: none;
	}
}

.p-feature__text-title-wrap {
	padding: 6px 0;
	border-top: 2px solid #07272D;
	border-bottom: 2px solid #07272D;
}

@media (max-width:1000px) {
	.p-feature__text-title-wrap {
		margin-top: 18px;
	}
}

.p-feature__text-title {
	padding: 14px 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
	color: #07272D;
	text-align: center;
	border-top: 1px solid #07272D;
	border-bottom: 1px solid #07272D;
}

@media (max-width:768px) {
	.p-feature__text-title {
		padding: 12px 10px;
		font-size: 18px;
	}
}

.p-feature__text-wrap {
	margin-top: 24px;
}

@media (max-width:768px) {
	.p-feature__text-wrap {
		margin-top: 14px;
	}
}

.p-feature__text {
	font-size: 16px;
	font-weight: 500;
	color: #07272D;
	line-height: 2;
}

@media (max-width:768px) {
	.p-feature__text {
		font-size: 14px;
		line-height: 1.5;
	}
}

.p-feature__text:not(:first-of-type) {
	margin-top: 30px;
}

@media (max-width:768px) {
	.p-feature__text:not(:first-of-type) {
		margin-top: 20px;
	}
}

.p-feature__img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 485px;
	margin-left: 20px;
	background: #FFF;
	border-radius: 4px;
}

@media (max-width:1000px) {
	.p-feature__img-wrap {
		max-width: none;
		margin-left: 0;
	}
}

.p-feature__item:first-of-type .p-feature__img-wrap {
	padding: 30px 10px;
}

@media (max-width:768px) {
	.p-feature__item:first-of-type .p-feature__img-wrap {
		padding: 8px;
	}
}

.p-feature__item:last-of-type .p-feature__img-wrap {
	padding: 36px;
}

@media (max-width:768px) {
	.p-feature__item:last-of-type .p-feature__img-wrap {
		padding: 8px;
	}
}




.p-machine {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom, #D1D5CF 70%, #FFF);
	padding: 270px 0 140px;
}

@media (max-width:768px) {
	.p-machine {
		padding: 152px 0 54px;
	}
}

.p-machine::before {
	position: absolute;
	top: 135px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 2px;
	height: 104px;
	background: url(../img/machine_border.png) no-repeat top left / 100% auto;
}

@media (max-width:768px) {
	.p-machine::before {
		top: 72px;
		width: 2px;
		height: 60px;
	}
}

.p-machine .p-heading-wrap {
	padding: 0 50px;
}

@media (max-width:768px) {
	.p-machine .p-heading-wrap {
		padding: 0 24px;
	}
}

.p-machine .c-heading-02 {
	line-height: 2;
}

@media (max-width:1000px) {
	.p-machine .c-heading-02 {
		line-height: 1.2;
	}
}

.p-machine .c-heading-02 span {
	position: relative;
}

@media (max-width:375px) {
	.p-machine .c-heading-02 span {
		display: block;
		border-right: 2px solid #07272D;
		border-left: 2px solid #07272D;
		padding: 0 10px;
	}
}

.p-machine .c-heading-02 span::before,
.p-machine .c-heading-02 span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 4px;
	height: 42px;
	background: #07272D;
}

@media (max-width:1000px) {
	.p-machine .c-heading-02 span::before,
	.p-machine .c-heading-02 span::after {
		height: 100%;
	}
}

@media (max-width:768px) {
	.p-machine .c-heading-02 span::before,
	.p-machine .c-heading-02 span::after {
		width: 2px;
	}
}

@media (max-width:375px) {
	.p-machine .c-heading-02 span::before,
	.p-machine .c-heading-02 span::after {
		content: none;
	}
}

.p-machine .c-heading-02 span::before {
	left: -25px;
}

@media (max-width:1000px) {
	.p-machine .c-heading-02 span::before {
		left: -210px;
	}
}

@media (max-width:768px) {
	.p-machine .c-heading-02 span::before {
		left: -110px;
	}
}

.p-machine .c-heading-02 span::after {
	right: -25px;
}

@media (max-width:1000px) {
	.p-machine .c-heading-02 span::after {
		right: -50px;
	}
}

@media (max-width:768px) {
	.p-machine .c-heading-02 span::after {
		right: -30px;
	}
}

.p-machine__top-inner {
	max-width: 1210px;
	margin: 84px auto 0;
	padding: 0 20px;
}

@media (max-width:768px) {
	.p-machine__top-inner {
		margin: 24px auto 0;
		padding: 0 24px;
	}
}

.p-machine__top-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width:1000px) {
	.p-machine__top-item {
		flex-direction: column;
	}
}

.p-machine__top-img-wrap {
	max-width: 583px;
}

@media (max-width:1000px) {
	.p-machine__top-img-wrap {
		max-width: none;
	}
}

.p-machine__top-img-wrap img {
	border-radius: 4px;
}

.p-machine__top-content-wrap {
	max-width: 507px;
	margin-left: 20px;
}

@media (max-width:1000px) {
	.p-machine__top-content-wrap {
		max-width: none;
		margin: 40px 0 0;
	}
}

.p-machine__top-item-title {
	font-size: 24px;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}

@media (max-width:768px) {
	.p-machine__top-item-title {
		font-size: 16px;
		line-height: 1.6;
	}
}

.p-machine__top-text-wrap {
	margin-top: 46px;
}

@media (max-width:768px) {
	.p-machine__top-text-wrap {
		margin-top: 24px;
	}
}

.p-machine__top-text {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}

@media (max-width:768px) {
	.p-machine__top-text {
		font-size: 14px;
		line-height: 1.4;
	}
}

.p-machine__top-text:not(:first-of-type) {
	margin-top: 30px;
}

@media (max-width:768px) {
	.p-machine__top-text:not(:first-of-type) {
		margin-top: 20px;
	}
}

.p-machine__top-effect-wrap {
	margin-top: 82px;
	padding: 0 10px;
}

@media (max-width:1000px) {
	.p-machine__top-effect-wrap {
		padding: 0;
	}
}

@media (max-width:768px) {
	.p-machine__top-effect-wrap {
		margin-top: 40px;
	}
}

@media (max-width:1000px) {
	.p-machine__top-effect-title-wrap {
		text-align: center;
	}
}

.p-machine__top-effect-title {
	position: relative;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

@media (max-width:1000px) {
	.p-machine__top-effect-title {
		display: inline-block;
	}
}

@media (max-width:375px) {
	.p-machine__top-effect-title {
		display: block;
	}
}

.p-machine__top-effect-title::before,
.p-machine__top-effect-title::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 111px;
	height: 1px;
	background: #07272D;
}

@media (max-width:768px) {
	.p-machine__top-effect-title::before,
	.p-machine__top-effect-title::after {
		width: 82px;
	}
}

@media (max-width:375px) {
	.p-machine__top-effect-title::before,
	.p-machine__top-effect-title::after {
		width: 21.87vw;
	}
}

.p-machine__top-effect-title::before {
	left: 0;
}

@media (max-width:1000px) {
	.p-machine__top-effect-title::before {
		left: -181px;
	}
}

@media (max-width:768px) {
	.p-machine__top-effect-title::before {
		left: -102px;
	}
}

@media (max-width:375px) {
	.p-machine__top-effect-title::before {
		left: 0;
	}
}

.p-machine__top-effect-title::after {
	right: 0;
}

@media (max-width:1000px) {
	.p-machine__top-effect-title::after  {
		right: -181px;
	}
}

@media (max-width:768px) {
	.p-machine__top-effect-title::after  {
		right: -102px;
	}
}

@media (max-width:375px) {
	.p-machine__top-effect-title::after  {
		right: 0;
	}
}

.p-machine__top-effect-item-group {
	max-width: 408px;
	margin: 40px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width:768px) {
	.p-machine__top-effect-item-group {
		flex-direction: column;
		margin: 28px auto 0;
		justify-content: center;
	}
}

.p-machine__top-effect-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #40726F;
	border-radius: 50%;
}

.p-machine__top-effect-item-group-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 24px;
}

@media (max-width:768px) {
	.p-machine__top-effect-item-group-inner {
		margin-left: 0;
	}
}

.p-machine__top-effect-item-group-inner .p-machine__top-effect-item:not(:first-of-type) {
	margin-left: 24px;
}

.p-machine__top-effect-text {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	color: #F5E3CC;
}

.p-machine__border-wrap {
	margin-top: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:768px) {
	.p-machine__border-wrap {
		margin-top: 40px;
	}
}

.p-machine__border-wrap img {
	width: 2px;
	height: 104px;
}

@media (max-width:768px) {
	.p-machine__border-wrap img {
		height: 60px;
	}
}

.p-machine__price-wrap {
	max-width: 746px;
	margin: 17px auto 0;
	padding: 0 20px;
}

@media (max-width:768px) {
	.p-machine__price-wrap {
		margin: 24px auto 0;
		padding: 0 24px;
	}
}

.p-machine__button-wrap {
	max-width: 757px;
	margin: 42px auto 0;
	padding: 0 20px;
}

@media (max-width:768px) {
	.p-machine__button-wrap {
		padding: 0 24px;
	}
}

.p-machine__triangle-wrap {
	max-width: 144px;
	margin: 124px auto 0;
	padding: 0 20px;
}

@media (max-width:768px) {
	.p-machine__triangle-wrap {
		max-width: 112px;
		margin: 52px auto 0;
		padding: 0 24px;
	}
}

.p-machine__primary-img-wrap {
	max-width: 1920px;
	margin: 112px auto 0;
}

@media (max-width:768px) {
	.p-machine__primary-img-wrap {
		margin: 72px auto 0;
	}
}

.p-machine__primary-img-wrap img {
	padding: 0 min(80px, 4.17vw) 0 min(143px, 7.45vw);
}

@media (max-width:1000px) {
	.p-machine__primary-img-wrap img {
		position: relative;
		left: 2.2vw;
		padding: 0;
	}
}

@media (max-width:768px) {
	.p-machine__primary-img-wrap img {
		position: static;
	}
}

.p-machine__skin-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 985px;
	margin: 12px auto 0;
	padding: 0 20px;
}

@media (max-width:1000px) {
	.p-machine__skin-wrap {
		margin: 43px auto 0;
	}
}

@media (max-width:768px) {
	.p-machine__skin-wrap {
		flex-direction: column-reverse;
		padding: 0 24px;
	}
}

.p-machine__skin-text-wrap {
	max-width: 380px;
}

@media (max-width:768px) {
	.p-machine__skin-text-wrap {
		max-width: none;
		margin-top: 30px;
	}
}

.p-machine__skin-text {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 500;
}

@media (max-width:768px) {
	.p-machine__skin-text {
		font-size: 16px;
		line-height: 1.4;
	}
}

.p-machine__skin-img-wrap {
	max-width: 525px;
	margin-left: 20px;
}

@media (max-width:768px) {
	.p-machine__skin-img-wrap {
		max-width: none;
		margin-left: 0;
	}
}

.p-machine__set-wrap {
	max-width: 735px;
	margin: 80px auto 0;
	padding: 0 20px;
}

@media (max-width:768px) {
	.p-machine__set-wrap {
		max-width: none;
		margin: 60px auto 0;
		padding: 0 24px;
	}
}

.p-machine__set-wrap + .p-machine__button-wrap {
	margin-top: 24px;
}

@media (max-width:768px) {
	.p-machine__set-wrap + .p-machine__button-wrap {
		margin-top: 12px;
	}
}




.p-director {
	width: 100%;
	background: #40726F;
}

.p-director__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1160px;
	margin: 0 auto;
	padding: 160px 20px;
}

@media (max-width:1000px) {
	.p-director__inner {
		flex-direction: column;
	}
}

@media (max-width:768px) {
	.p-director__inner {
		padding: 40px 24px;
	}
}

.p-director__img-wrap {
	max-width: 430px;
}

@media (max-width:768px) {
	.p-director__img-wrap {
		max-width: none;
	}
}

.p-director__text-wrap {
	max-width: 614px;
	margin-left: 20px;
	color: #F5E3CC;
}

@media (max-width:1000px) {
	.p-director__text-wrap {
		max-width: none;
		margin: 40px 0 0;
	}
}

.p-director__comment-wrap {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}

@media (max-width:768px) {
	.p-director__comment-wrap {
		font-size: 16px;
		line-height: 1.3;
	}
}

.p-director__comment:not(:first-of-type) {
	margin-top: 30px;
}

@media (max-width:768px) {
	.p-director__comment:not(:first-of-type) {
		margin-top: 16px;
	}
}

.p-director__profile-wrap {
	position: relative;
	margin-top: 72px;
	padding-left: 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

@media (max-width:768px) {
	.p-director__profile-wrap {
		margin-top: 64px;
		padding-left: 12px;
		line-height: 1.3;
	}
}

.p-director__profile-wrap::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 4px;
	height: 100%;
	background: #F5E3CC;
}

@media (max-width:768px) {
	.p-director__profile-wrap::after {
		width: 2px;
	}
}

.p-director__profile-text:not(:first-of-type) {
	margin-top: 16px;
}








.p-risk {
	width: 100%;
	background: #D1D5CF;
	padding: 80px 0;
}

@media (max-width:768px) {
	.p-risk {
		padding: 40px 0;
	}
}

.p-risk__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width:768px) {
	.p-risk__inner {
		padding: 0 20px;
	}
}

.p-risk__inner-body {
	padding: 40px 50px;
	background: #fff;
	border-radius: 4px;
}

@media (max-width:768px) {
	.p-risk__inner-body {
		padding: 10px;
	}
}

.p-risk__title {
	padding: 10px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	background: #D1D5CF;
}

@media (max-width:768px) {
	.p-risk__title {
		padding: 5px;
		font-size: 14px;
	}
}

.p-risk__text-wrap {
	margin-top: 24px;
}

@media (max-width:768px) {
	.p-risk__text-wrap {
		margin-top: 18px;
	}
}

.p-risk__text-list {
	display: flex;
}

@media (max-width:768px) {
	.p-risk__text-list {
		display: block;
	}
}

.p-risk__text-list:not(:first-of-type) {
	margin-top: 14px;
}

.p-risk__text-list dt {
	min-width: 130px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}

@media (max-width:768px) {
	.p-risk__text-list dt {
		min-width: none;
		font-size: 14px;
	}
}

.p-risk__text-list dd {
	margin-left: 10px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}

@media (max-width:768px) {
	.p-risk__text-list dd {
		font-size: 14px;
		line-height: 1.3;
		margin-left: 0;
	}
}

.p-risk__text-link {
	font-weight: 800;
}




.p-question {
	width: 100%;
	background: #40726F;
	padding-bottom: 174px;
}

@media (max-width:768px) {
	.p-question {
		padding-bottom: 80px;
	}
}

.p-question__heading-wrap {
	padding: 74px 20px 0;
	color: #F5E3CC;
	line-height: 1.5;
	text-align: center;
}

@media (max-width:768px) {
	.p-question__heading-wrap {
		padding: 64px 24px 0;
	}
}

.p-question__heading-wrap-lead {
	font-size: 24px;
	font-family: "Inter", sans-serif;
}

@media (max-width:768px) {
	.p-question__heading-wrap-lead {
		font-size: 14px;
	}
}

.p-question__heading {
	font-size: 42px;
	font-weight: 500;
}

@media (max-width:768px) {
	.p-question__heading {
		font-size: 18px;
	}
}

.p-question__inner {
	max-width: 740px;
	margin: 64px auto 0;
	padding: 0 20px;
}

@media (max-width:768px) {
	.p-question__inner {
		margin: 40px auto 0;
		padding: 0 24px;
	}
}

.p-question__item:not(:first-of-type) {
	margin-top: 64px;
}

@media (max-width:768px) {
	.p-question__item:not(:first-of-type) {
		margin-top: 40px;
	}
}

.p-question__text {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	color: #F5E3CC;
	text-align: center;
}

@media (max-width:768px) {
	.p-question__text {
		font-size: 16px;
		letter-spacing: 0.5px;
	}
}

.p-question__answer-wrap {
	margin-top: 32px;
	padding: 4px;
	border-radius: 4px;
	background: #D1D5CF;
}

@media (max-width:768px) {
	.p-question__answer-wrap {
		margin-top: 12px;
	}
}

.p-question__answer-title {
	padding: 7px 10px;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #F5E3CC;
	text-align: center;
	background: #417571;
	border-radius: 4px 4px 0 0;
}

@media (max-width:768px) {
	.p-question__answer-title {
		font-size: 14px;
	}
}

.p-question__answer-text-wrap {
	margin: 24px 0 20px;
}

@media (max-width:768px) {
	.p-question__answer-text-wrap {
		margin: 14px 0 10px;
	}
}

.p-question__answer-text {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
}

@media (max-width:768px) {
	.p-question__answer-text {
		font-size: 14px;
		line-height: 1.4;
		text-align: left;
	}
}






.p-reservation {
	width: 100%;
	background: #D1D5CF;
	padding: 40px 0 180px;
}

@media (max-width:768px) {
	.p-reservation {
		padding: 20px 0 40px;
	}
}

.p-reservation__triangle-wrap {
	width: 39px;
	height: 75px;
	margin: 0 auto;
}

@media (max-width:768px) {
	.p-reservation__triangle-wrap {
		width: 20px;
		height: 40px;
	}
}

.p-reservation__inner {
	max-width: 1406px;
	margin: 96px auto 0;
	padding: 0 20px;
}

@media (max-width:768px) {
	.p-reservation__inner {
		margin: 20px auto 0;
		padding: 0 24px;
	}
}

.p-reservation__item-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: min(46px, 3.27vw);
}

@media (max-width:1000px) {
	.p-reservation__item-group {
		grid-template-columns: 1fr;
		gap: 46px;
	}
}

.p-reservation__item {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

.p-reservation__label-wrap {
	position: absolute;
	top: 50px;
	left: -20px;
	width: min(171px, 12.16vw);
}

@media (max-width:1000px) {
	.p-reservation__label-wrap {
		width: 171px;
	}
}

@media (max-width:768px) {
	.p-reservation__label-wrap {
		width: min(88px, 23.47vw);
	}
}


.p-reservation__item-title-wrap {
	padding: 0; /* ←いらなくなる */
}

.p-reservation__item-title-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width:768px) {
	.p-reservation__item-title-wrap {
	width: 100%;
	height: auto;
	display: block;
	}
}

.p-reservation__item-title-lead {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width:768px) {
	.p-reservation__item-title-lead {
		font-size: 14px;
	}
}

.p-reservation__item-title {
	margin-top: 10px;
	font-size: 42px;
	font-weight: 500;
}

@media (max-width:768px) {
	.p-reservation__item-title {
		font-size: 24px;
	}
}

.p-reservation__item-inner {
	display: grid;
	grid-template-rows: auto 1fr;
	background: #fff;
}

.p-reservation__img-wrap {
	padding: 14px 14px 0;
}

.p-reservation__item-body {
	grid-row: span 3;
  display: grid;
  grid-template-rows: min(84px, 5.97vw) auto 1fr;
	gap: 24px;
	padding: min(54px, 3.84vw) min(32px, 2.28vw) 40px;
}

@media (max-width:1000px) {
	.p-reservation__item-body {
		grid-template-rows: 84px auto 1fr;
		padding: 54px 32px 40px;
	}
}

@media (max-width:768px) {
	.p-reservation__item-body {
		grid-template-rows: min(42px, 11.2vw) auto 1fr;
		padding: min(25px, 6.67vw) min(14px, 3.73vw) 25px;
		gap: 14px;
	}
}

.p-reservation__price-area {
	display: flex;
	justify-content: space-between;
}

.p-reservation__price-label-group {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.p-reservation__price-label {
	width: min(180px, 12.8vw);
	padding: min(9px, 0.64vw);
	font-size: min(16px, 1.14vw);
	line-height: 1;
	font-weight: 500;
	text-align: center;
}

@media (max-width:1000px) {
	.p-reservation__price-label {
		width: 180px;
		padding: 9px;
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.p-reservation__price-label {
		width: min(28.53vw, 107px);
		padding: min(0.8vw, 3px);
		font-size: min(3.2vw, 12px);
	}
}

.p-reservation__price-label--01 {
	border: 1px solid #07272D;
}

.p-reservation__price-label--02 {
	margin-top: 4px;
	background: #F5E3CC;
}

.p-reservation__price-wrap {
	display: flex;
	align-items: end;
	margin-left: min(0.28vw, 4px);
}

@media (max-width:1000px) {
	.p-reservation__price-wrap {
		margin-left: 4px;
	}
}

@media (max-width:1000px) {
	.p-reservation__price-wrap {
		margin-left: min(1.07vw, 4px);
	}
}

.p-reservation__price {
	font-size: min(5.97vw, 84px);
	line-height: 1;
	font-family: "Inter", sans-serif;
}

@media (max-width:1000px) {
	.p-reservation__price {
		font-size: 84px;
	}
}

@media (max-width:768px) {
	.p-reservation__price {
		font-size: min(9.6vw, 36px);
	}
}

.p-reservation__price-text {
	font-size: min(1.85vw, 26px);
	font-weight: 500;
	line-height: 1.8;
}

@media (max-width:1000px) {
	.p-reservation__price-text {
		font-size: 26px;
	}
}

@media (max-width:768px) {
	.p-reservation__price-text {
		font-size: min(3.2vw, 12px);
	}
}

.p-reservation__list-wrap {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}

@media (max-width:768px) {
	.p-reservation__list-wrap {
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.p-reservation__list-wrap .p-reservation__list:not(:first-of-type) {
		margin-top: 8px;
	}
}

.p-reservation__list-wrap--note {
	padding-left: 1em;
	text-indent: -1em;
}

.p-appeal__link-wrap-01 {
	display: inline-block;
	color: #417571;
	border: 1px solid #417571;
	border-radius: 3px;
}

@media (max-width: 768px) {
	.p-appeal__link-wrap-01 {
		width: 100%;
		margin-top: 30px;
	}
}

.p-appeal__link-wrap-01 a {
	position: relative;
	display: block;
	padding: 18px 70px 18px 18px;
	font-size: min(1.25vw, 24px);
}

@media (max-width: 1280px) {
	.p-appeal__link-wrap-01 a {
		font-size: 12px;
		line-height: 1.5;
	}
}

@media (max-width: 768px) {
	.p-appeal__link-wrap-01 a {
		padding: 18px 30px 18px 8px;
		font-size: 14px;
		letter-spacing: 0;
	}
}

.p-appeal__link-wrap-01 a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	content: '';
	width: min(2.19vw, 42px);
	height: min(0.47vw, 9px);
	background: url(../img/icon-arrow.png) no-repeat top left / 100% auto;
}

@media (max-width: 1280px) {
	.p-appeal__link-wrap-01 a::after {
		width: 20px;
		height: 5px;
	}
}

@media (max-width: 768px) {
	.p-appeal__link-wrap-01 a::after {
		right: 8px;
		width: 20px;
		height: 5px;
	}
}

.appeal {
  padding: 80px 0 120px;
}
@media (max-width:1280px) {
  .appeal {
    padding: 80px 0 60px;
  }
}
@media (max-width: 430px) {
  .appeal {
    padding: 50px 0 0px;
  }
}

.a-content-rev {
  background-color: #D1D5CF;
}

.a-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.05vw, 97px);
  width: 85%;
  margin-left: auto;
  padding: 107px 0 95px;
}
@media (max-width:1280px) {
  .a-content-inner {
    width: 93%;
    padding: 50px 0 40px;
  }
}
@media (max-width:768px) {
  .a-content-inner {
    padding: 24px 0 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (max-width: 430px) {
  .a-content-inner {
    padding: 11px 0 71px;
    width: 88%;
  }
}

.a-content-inner-rev {
  margin-left: unset;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width:768px) {
  .a-content-inner-rev {
    padding: 24px 0 95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .a-content-inner-rev {
    padding: 24px 0 68px;
  }
}

.a-content-img {
  width: 75%;
}
@media (max-width:768px) {
  .a-content-img {
    width: 100%;
  }
}
.a-content-img img {
  max-width: 100%;
}

.a-content-text {
  width: 56%;
}
@media (max-width:1280px) {
  .a-content-text {
    width: 87%;
  }
}
@media (max-width:768px) {
  .a-content-text {
    width: 100%;
  }
}
.a-content-text img {
  width: 100px;
  padding-bottom: 60px;
  padding: 16px 0px 60px;
}
@media (max-width:768px) {
  .a-content-text img {
    max-width: 64px;
    padding: 16px 0px 24px;
  }
}
.a-content-text h3 {
  font-size: 42px;
  font-weight: 500;
  padding-bottom: 77px;
  letter-spacing: 0.1em;
  line-height: 200%;
}
.a-content-text p {
  font-size: 32px;
  letter-spacing: 0.1em;
  padding-bottom: 60px;
  line-height: 200%;
}

@media screen and (max-width: 1600px) {
  .a-content-text h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1385px) {
  .a-content-text h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1385px) and (max-width:1280px) {
  .a-content-text h3 {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1385px) and (max-width:768px) {
  .a-content-text h3 {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1385px) and (max-width: 430px) {
  .a-content-text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1385px) {
  .a-content-text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1385px) and (max-width:1280px) {
  .a-content-text p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 180%;
  }
}
@media screen and (max-width: 1385px) and (max-width:768px) {
  .a-content-text p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 180%;
    padding-bottom: 0;
  }
}
.a-btn {
  background: none;
  border: 1px solid #417571;
}
.a-btn p {
  color: #07272D;
  font-weight: 400;
  line-height: 100%;
  padding: 18px 38px;
  color: #417571;
  font-size: 24px;
}
@media (max-width:1280px) {
  .a-btn p {
    font-size: 12px;
  }
}
.a-btn p:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 7px;
  background-image: url(../img/appeal-btn.png);
  background-size: 26px 7px;
  background-repeat: no-repeat;
  vertical-align: super;
  margin-left: 26px;
}

@media (max-width: 430px) {
  .a-btn.is-sp {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 13px;
  }
}
.a-btn.is-sp p {
  padding: 18px 57px;
  text-align: center;
}
@media (max-width: 430px) {
  .a-btn.is-sp p {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .a-btn.is-sp p:after {
    display: none;
  }
}

.photo {
  padding: 130px 0 80px;
  position: relative;
}
@media (max-width: 430px) {
  .photo {
    padding: 50px 0 80px;
  }
}

.photo-title {
  padding-bottom: 130px;
}
@media (max-width:768px) {
  .photo-title {
    padding-bottom: 24px;
  }
}

.photo-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.container {
  margin: 30px auto 0;
  max-width: 962px;
  width: 100%;
}

.slider {
	margin-bottom: 28px;
}

@media (max-width: 430px) {
  .slider {
		margin-bottom: 16px;
  }
}

.slick-slide {
  height: 491px;
}
@media (max-width: 430px) {
  .slick-slide {
    height: 200px;
  }
}

@media (max-width:768px) {
  .slick-img img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slick-current img {
  height: 491px;
  width: 100%;
}
@media (max-width: 430px) {
  .slick-current img {
    height: 200px;
    max-width: 350px;
    margin: 0 auto;
  }
}

.thumbnail img {
  height: 192px;
  width: 100%;
  max-width: 308px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 430px) {
  .thumbnail img {
    height: 68px;
    max-width: 105px;
  }
}
@media (max-width:1280px) {
  .thumbnail button {
    display: none !important;
  }
}

.thumbnail-img {
  height: 192px;
  margin: 0 13px;
}

@media (max-width: 430px) {
  .thumbnail-img {
    height: 68px;
    max-width: 105px;
    width: 100%;
    margin: 0 5px;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 80px;
  width: 80px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media (max-width:1280px) {
  .slide-arrow {
    height: 44px;
    width: 44px;
  }
}
@media (max-width: 430px) {
  .slide-arrow {
    height: 22px;
    width: 22px;
  }
}

.prev-arrow {
  left: -4%;
}
@media (max-width:1280px) {
  .prev-arrow {
    left: -2%;
  }
}
@media (max-width: 430px) {
  .prev-arrow {
    left: -3%;
  }
}

.next-arrow {
  right: -4%;
}
@media (max-width:1280px) {
  .next-arrow {
    right: -2%;
  }
}
@media (max-width: 430px) {
  .next-arrow {
    right: -3%;
  }
}

.info {
  padding: 132px 0 120px;
  background: #D1D5CF;
}

@media (max-width: 430px) {
  .info {
    padding: 44px 0 30px;
  }
}

.info-inner {
	padding: 0 20px;
}

@media (max-width:768px) {
  .info-inner {
		padding: 0 24px;
	}
}

.info-title {
  padding-bottom: 72px;
}
@media (max-width:768px) {
  .info-title {
    padding-bottom: 34px;
  }
}
@media (max-width: 430px) {
  .info-title {
    padding-bottom: 17px;
  }
}

.info-contents {
  margin: 0 auto;
  max-width: 900px;
}

.info-content-outline {
  padding-bottom: 30px;
}

.info-content-text {
  padding: 30px 0;
  border-bottom: 1px solid #07272D;
  display: block;
	font-size: 24px;
  font-style: normal;
}
@media (max-width:768px) {
  .info-content-text {
    padding: 12px 0;
    font-size: 14px;
  }
}
.info-content-text:nth-child(8) {
  border-bottom: none;
}

@media (max-width: 430px) {
  .info-content-map {
    max-width: 327px;
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }
}
.info-content-map iframe {
  max-width: 100%;
}
@media (max-width: 430px) {
  .info-content-map iframe {
    max-width: 327px;
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 768px) {
  footer {
    margin-bottom: 50px;
    margin-bottom: 14vw;
  }
}
