@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*======================================================================*/
/*Module
/*======================================================================*/
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .inner {
    max-width: calc(960 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .inner {
    max-width: calc(690 * 100vw / 750);
  }
}

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

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*js
/*------------------------------------------*/
.fade-in {
  opacity: 0;
  transition: 0.8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transition: 0.8s;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
}

.slide-right {
  opacity: 0;
  transition: 0.8s;
  transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
}

.slide-up {
  opacity: 1;
  transition: 0.8s;
  transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
}

.slide-in {
  opacity: 1;
  transition: 0.8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*======================================================================*/
/*index.html
/*======================================================================*/
/*------------------------------------------*/
/*contents-common
/*------------------------------------------*/
.contents {
  width: 100%;
}

section {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

section:first-child {
  padding-top: 0;
}

/*------------------------------------------*/
/*header
/*------------------------------------------*/
header {
  position: relative;
}
header h1 {
  position: absolute;
  top: 82px;
  left: 30px;
}
@media (max-width: 1600px) {
  header h1 {
    top: calc(82 * 100vw / 1600);
    left: calc(30 * 100vw / 1600);
    width: calc(629 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  header h1 {
    top: 5vw;
    left: 4vw;
    width: calc(542 * 100vw / 750);
  }
}

/*------------------------------------------*/
/*kv
/*------------------------------------------*/
.kv-inner img {
  width: 100%;
  height: auto;
}

/*------------------------------------------*/
/*cvbtn
/*------------------------------------------*/
.cv {
  background: #b11732;
  padding: 60px 0 110px;
}
@media (max-width: 1600px) {
  .cv {
    padding: calc(60 * 100vw / 1600) 0 calc(110 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv {
    padding: calc(50 * 100vw / 750) 0 calc(70 * 100vw / 750);
  }
}
.cv ul {
  display: flex;
  margin: auto;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cv ul {
    gap: calc(20 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv ul {
    gap: calc(26 * 100vw / 750);
  }
}
.cv ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.cv ul li p.ttl {
  color: #fff;
  position: relative;
  padding: 0 20px 10px;
  font-size: 46px;
  font-weight: 500;
  display: inline-block;
  width: auto;
}
@media (max-width: 1600px) {
  .cv ul li p.ttl {
    padding: 0 calc(20 * 100vw / 1600) calc(10 * 100vw / 1600);
    font-size: calc(46 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv ul li p.ttl {
    padding: 0 calc(20 * 100vw / 750) calc(6 * 100vw / 750);
    font-size: calc(35.6 * 100vw / 750);
    margin-bottom: calc(3 * 100vw / 750);
  }
}
.cv ul li p.ttl:before, .cv ul li p.ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 50px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-30deg);
}
@media (max-width: 1600px) {
  .cv ul li p.ttl:before, .cv ul li p.ttl:after {
    width: calc(3 * 100vw / 1600);
    height: calc(50 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv ul li p.ttl:before, .cv ul li p.ttl:after {
    width: calc(2 * 100vw / 750);
    height: calc(40 * 100vw / 750);
  }
}
.cv ul li p.ttl:after {
  transform: rotate(30deg);
  left: inherit;
  right: 0;
}
.cv ul li p.btn a {
  height: 160px;
  border: 4px solid #5d5d5d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b11732;
  font-weight: 900;
  flex-direction: column;
  font-size: 52px;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 0;
  padding-right: 20px;
  font-feature-settings: "palt";
  position: relative;
  padding-bottom: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 1600px) {
  .cv ul li p.btn a {
    height: calc(160 * 100vw / 1600);
    border-width: calc(4 * 100vw / 1600);
    border-radius: calc(100 * 100vw / 1600);
    font-size: calc(52 * 100vw / 1600);
    padding-right: calc(20 * 100vw / 1600);
    padding-bottom: calc(8 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv ul li p.btn a {
    height: calc(124 * 100vw / 750);
    border-width: calc(4 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
    border-radius: calc(100 * 100vw / 750);
    padding-right: calc(10 * 100vw / 750);
    padding-bottom: calc(4 * 100vw / 750);
  }
}
.cv ul li p.btn a:hover {
  opacity: 0.8;
}
.cv ul li p.btn a:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #b11732;
  height: 40px;
  width: 26px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
}
@media (max-width: 1600px) {
  .cv ul li p.btn a:after {
    height: calc(40 * 100vw / 1600);
    width: calc(26 * 100vw / 1600);
    right: calc(35 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv ul li p.btn a:after {
    height: calc(31 * 100vw / 750);
    width: calc(20 * 100vw / 750);
    right: calc(23 * 100vw / 750);
  }
}
.cv ul li p.btn a span {
  font-size: 42px;
  display: block;
}
@media (max-width: 1600px) {
  .cv ul li p.btn a span {
    font-size: calc(42 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv ul li p.btn a span {
    font-size: calc(33 * 100vw / 750);
  }
}
.cv ul li p.btn.app a {
  width: 472px;
  background: #fff075;
  outline: 13px solid #fff;
  outline-offset: -17px;
}
@media (max-width: 1600px) {
  .cv ul li p.btn.app a {
    width: calc(472 * 100vw / 1600);
    outline: calc(13 * 100vw / 1600) solid #fff;
    outline-offset: calc(-17 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv ul li p.btn.app a {
    outline: calc(9 * 100vw / 750) solid #fff;
    outline-offset: calc(-13 * 100vw / 750);
    width: calc(367 * 100vw / 750);
  }
}
.cv ul li p.btn.visit a {
  width: 383px;
  background: #fff;
  font-size: 42px;
}
@media (max-width: 1600px) {
  .cv ul li p.btn.visit a {
    width: calc(383 * 100vw / 1600);
    font-size: calc(42 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .cv ul li p.btn.visit a {
    width: calc(297 * 100vw / 750);
    font-size: calc(33 * 100vw / 750);
  }
}
.cv ul li p.btn.visit a:after {
  right: 23px;
}
@media (max-width: 1600px) {
  .cv ul li p.btn.visit a:after {
    right: calc(23 * 100vw / 1600);
  }
}
.cv.fixed {
  display: none;
}
@media (max-width: 767px) {
  .cv.fixed {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: calc(15 * 100vw / 750) 0 calc(15 * 100vw / 750);
    z-index: 1000;
  }
  .cv.fixed .ttl {
    display: none;
  }
  .cv.fixed ul {
    gap: calc(20 * 100vw / 750);
  }
}

/*------------------------------------------*/
/*campaign
/*------------------------------------------*/
.campaign {
  overflow: visible;
  background: #e3e3e3;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .campaign {
    padding-bottom: calc(70 * 100vw / 750);
  }
}
.campaign:before, .campaign:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/02_cpn/img_campaign_bg01.png) no-repeat center/contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: calc(50vw - 480px);
  height: calc((50vw - 480px) * 546 / 320);
}
@media (max-width: 1600px) {
  .campaign:before, .campaign:after {
    width: calc(320 * 100vw / 1600);
    height: calc(546 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .campaign:before, .campaign:after {
    display: none;
  }
}
.campaign:after {
  background-image: url(../img/02_cpn/img_campaign_bg02.png);
  left: inherit;
  right: 0;
}
.campaign .inner {
  overflow: visible;
  transform: translateY(-4vw);
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .campaign .inner {
    transform: none;
  }
}
.campaign .campaign-ttl img {
  width: auto;
  margin: auto;
}
@media (max-width: 1600px) {
  .campaign .campaign-ttl img {
    width: calc(805 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .campaign .campaign-ttl img {
    width: calc(672 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
  }
}
.campaign.second {
  padding: 120px 0 80px;
}
@media (max-width: 1600px) {
  .campaign.second {
    padding: calc(120 * 100vw / 1600) 0 calc(80 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .campaign.second {
    padding: calc(60 * 100vw / 750) 0 calc(80 * 100vw / 750);
  }
}
.campaign.second:before, .campaign.second:after {
  top: 10vw;
}
.campaign.second .inner {
  transform: none;
}
.campaign .main img {
  transition: 0.3s;
}
.campaign .main a {
  background: #fff;
  display: inline-block;
}
.campaign .main a:hover img {
  opacity: 0.8;
}

/*------------------------------------------*/
/*renewal
/*------------------------------------------*/
.renewal {
  background: url(../img/03_renewal/bg_renewal_pc.png) no-repeat top center/cover;
  padding: 64px 0;
}
@media (max-width: 1600px) {
  .renewal {
    padding: calc(64 * 100vw / 1600) 0;
  }
}
@media (max-width: 767px) {
  .renewal {
    padding: calc(50 * 100vw / 750) 0 calc(80 * 100vw / 750);
  }
}
@media (max-width: 767px) {
  .renewal {
    background-image: url(../img/03_renewal/bg_renewal_sp.png);
  }
}
.renewal img {
  width: auto;
  margin: auto;
}
@media (max-width: 1600px) {
  .renewal img {
    width: calc(960 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .renewal img {
    width: calc(690 * 100vw / 750);
  }
}

/*------------------------------------------*/
/*about
/*------------------------------------------*/
.about {
  position: relative;
  z-index: 100;
}
.about:before, .about:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/04_about/img_about_bg01.png) no-repeat center/contain;
  left: 0;
  top: 15vw;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: calc(50vw - 480px);
  height: calc((50vw - 480px) * 546 / 320);
}
@media (max-width: 1600px) {
  .about:before, .about:after {
    width: calc(320 * 100vw / 1600);
    height: calc(546 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about:before, .about:after {
    display: none;
  }
}
.about:after {
  background-image: url(../img/04_about/img_about_bg02.png);
  left: inherit;
  right: 0;
}
.about .inner {
  overflow: visible;
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 1600px) {
  .about .inner {
    padding: calc(80 * 100vw / 1600) 0;
  }
}
@media (max-width: 767px) {
  .about .inner {
    padding: calc(40 * 100vw / 750) 0;
  }
}
.about .inner h2 {
  font-size: 96px;
  text-align: center;
  color: #b11732;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media (max-width: 1600px) {
  .about .inner h2 {
    font-size: calc(96 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner h2 {
    font-size: calc(61 * 100vw / 750);
    margin-bottom: calc(5 * 100vw / 750);
  }
}
.about .inner h3 {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  color: #535353;
  line-height: 78px;
  font-feature-settings: "palt";
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .about .inner h3 {
    font-size: calc(48 * 100vw / 1600);
    line-height: calc(78 * 100vw / 1600);
    margin-bottom: calc(80 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner h3 {
    font-size: calc(45 * 100vw / 750);
    line-height: calc(74 * 100vw / 750);
    margin-bottom: calc(40 * 100vw / 750);
  }
}
.about .inner h3 span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff075 70%);
}
.about .inner h3 span + span {
  margin-left: 16px;
}
@media (max-width: 1600px) {
  .about .inner h3 span + span {
    margin-left: calc(16 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner h3 span + span {
    margin-left: calc(15 * 100vw / 750);
  }
}
.about .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1600px) {
  .about .inner ul {
    gap: calc(60 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul {
    display: block;
  }
}
.about .inner ul li {
  width: 450px;
  background: #e3e3e3;
  padding: 18px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .about .inner ul li {
    width: calc(450 * 100vw / 1600);
    padding: calc(18 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li {
    width: 100%;
    padding: calc(12 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }
}
.about .inner ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 0;
  left: 0;
  background: #0eb3c7;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 138px;
  height: 138px;
}
@media (max-width: 1600px) {
  .about .inner ul li:before {
    width: calc(138 * 100vw / 1600);
    height: calc(138 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li:before {
    width: calc(100 * 100vw / 750);
    height: calc(100 * 100vw / 750);
  }
}
.about .inner ul li div {
  background: #fff;
  position: relative;
  z-index: 100;
  padding: 12px;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 1600px) {
  .about .inner ul li div {
    padding: calc(12 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li div {
    padding: calc(10 * 100vw / 750) calc(40 * 100vw / 750) calc(20 * 100vw / 750) calc(20 * 100vw / 750);
  }
  .about .inner ul li div:after {
    content: "";
    display: block;
    clear: both;
  }
}
.about .inner ul li div h4 {
  font-size: 54px;
  font-weight: 500;
  color: #535353;
  text-align: center;
}
@media (max-width: 1600px) {
  .about .inner ul li div h4 {
    font-size: calc(54 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li div h4 {
    font-size: calc(39 * 100vw / 750);
    text-align: left;
    margin-bottom: calc(10 * 100vw / 750);
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}
.about .inner ul li div img {
  width: auto;
  margin: 10px auto;
}
@media (max-width: 1600px) {
  .about .inner ul li div img {
    margin: calc(10 * 100vw / 1600) auto;
    width: calc(200 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li div img {
    float: left;
    width: calc(142 * 100vw / 750);
    margin: 0 calc(40 * 100vw / 750) 0 calc(30 * 100vw / 750);
  }
}
.about .inner ul li div p {
  font-size: 24px;
  line-height: 34px;
  color: #535353;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .about .inner ul li div p {
    font-size: calc(24 * 100vw / 1600);
    line-height: calc(34 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li div p {
    font-size: calc(22 * 100vw / 750);
    letter-spacing: 0;
    line-height: calc(30 * 100vw / 750);
    font-feature-settings: "palt";
  }
}
.about .inner ul li:nth-of-type(2):before {
  background: #47b393;
}
.about .inner ul li:nth-of-type(2) h4 {
  font-size: 42px;
  line-height: 1.23;
}
@media (max-width: 1600px) {
  .about .inner ul li:nth-of-type(2) h4 {
    font-size: calc(42 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li:nth-of-type(2) h4 {
    font-size: calc(38 * 100vw / 750);
  }
  .about .inner ul li:nth-of-type(2) h4 br {
    display: none;
  }
}
@media (max-width: 1600px) {
  .about .inner ul li:nth-of-type(2) img {
    width: calc(237 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li:nth-of-type(2) img {
    width: calc(171 * 100vw / 750);
    margin-left: calc(10 * 100vw / 750);
    margin-top: calc(10 * 100vw / 750);
    margin-right: calc(30 * 100vw / 750);
  }
}
.about .inner ul li:nth-of-type(3):before {
  background: #f7beb3;
}
.about .inner ul li:nth-of-type(3) img {
  margin: 22px auto;
}
@media (max-width: 1600px) {
  .about .inner ul li:nth-of-type(3) img {
    margin: calc(22 * 100vw / 1600) auto;
    width: calc(131 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li:nth-of-type(3) img {
    width: calc(94 * 100vw / 750);
    margin: 0 calc(60 * 100vw / 750);
  }
}
.about .inner ul li:nth-of-type(4):before {
  background: #ea78a9;
}
.about .inner ul li:nth-of-type(4) h4 {
  font-size: 50px;
  font-feature-settings: "palt";
}
@media (max-width: 1600px) {
  .about .inner ul li:nth-of-type(4) h4 {
    font-size: calc(50 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li:nth-of-type(4) h4 {
    font-size: calc(39 * 100vw / 750);
  }
}
@media (max-width: 1600px) {
  .about .inner ul li:nth-of-type(4) img {
    width: calc(354 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .about .inner ul li:nth-of-type(4) img {
    width: calc(249 * 100vw / 750);
    margin: 0 calc(20 * 100vw / 750) 0 0;
  }
}

/*------------------------------------------*/
/*facility
/*------------------------------------------*/
.facility {
  background: url(../img/05_facility/bg_facility_pc.png) no-repeat top center/cover;
  position: relative;
  padding: 100px 0 200px;
}
@media (max-width: 1600px) {
  .facility {
    padding: calc(100 * 100vw / 1600) 0 calc(200 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .facility {
    padding: calc(60 * 100vw / 750) 0 calc(240 * 100vw / 750);
    background-image: url(../img/05_facility/bg_facility_sp.png);
  }
}
.facility:before, .facility:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 534px;
  height: 534px;
  background: url(../img/05_facility/img_facility_bg01.png) no-repeat center/contain;
  top: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .facility:before, .facility:after {
    width: calc(534 * 100vw / 1600);
    height: calc(534 * 100vw / 1600);
  }
}
.facility:after {
  background-image: url(../img/05_facility/img_facility_bg02.png);
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
}
.facility h3 {
  font-size: 65px;
  font-weight: 700;
  color: #535353;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1;
}
@media (max-width: 1600px) {
  .facility h3 {
    font-size: calc(65 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .facility h3 {
    text-align: left;
    font-size: calc(48 * 100vw / 750);
    max-width: calc(690 * 100vw / 750);
    margin: auto;
  }
}
.facility h3 span {
  font-size: 56px;
}
@media (max-width: 1600px) {
  .facility h3 span {
    font-size: calc(56 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .facility h3 span {
    font-size: calc(41 * 100vw / 750);
  }
}
.facility h3 strong {
  color: #0eb3c7;
  display: inline-block;
  padding: 10px 10px 15px;
  background: #fff;
  margin: 0 5px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .facility h3 strong {
    padding: calc(10 * 100vw / 1600) calc(10 * 100vw / 1600) calc(15 * 100vw / 1600);
    margin: 0 calc(5 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .facility h3 strong {
    font-size: calc(48 * 100vw / 750);
    padding: calc(8 * 100vw / 750) calc(8 * 100vw / 750) calc(12 * 100vw / 750);
    margin: 0 calc(2 * 100vw / 750);
  }
}
.facility h2 {
  font-weight: 700;
  color: #b11732;
  font-size: 90px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .facility h2 {
    font-size: calc(90 * 100vw / 1600);
    margin-bottom: calc(60 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .facility h2 {
    max-width: calc(690 * 100vw / 750);
    margin: 0 auto calc(20 * 100vw / 750);
    text-align: left;
    font-size: calc(72 * 100vw / 750);
    position: relative;
    z-index: 100;
    letter-spacing: 0;
  }
}
.facility ul {
  display: flex;
  max-width: 1384px;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
  z-index: 100;
}
@media (max-width: 1600px) {
  .facility ul {
    max-width: calc(1384 * 100vw / 1600);
    gap: calc(30 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .facility ul {
    justify-content: space-between;
    max-width: calc(690 * 100vw / 750);
  }
}
.facility ul li img {
  width: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1600px) {
  .facility ul li img {
    box-shadow: 0 0 calc(20 * 100vw / 1600) rgba(0, 0, 0, 0.3);
    width: calc(440 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .facility ul li img {
    width: calc(335 * 100vw / 750);
    box-shadow: 0 0 calc(20 * 100vw / 750) rgba(0, 0, 0, 0.3);
  }
}

/*------------------------------------------*/
/*indoor
/*------------------------------------------*/
.indoor {
  background: url(../img/06_indoor/bg_indoor_pc.png) no-repeat top center/cover;
  padding: 80px 0 120px;
}
@media (max-width: 1600px) {
  .indoor {
    padding: calc(80 * 100vw / 1600) 0 calc(120 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .indoor {
    background-image: url(../img/06_indoor/bg_indoor_sp.png);
    padding: calc(60 * 100vw / 750) 0 calc(120 * 100vw / 750);
  }
}
.indoor h2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 89px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .indoor h2 {
    font-size: calc(89 * 100vw / 1600);
    margin-bottom: calc(30 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .indoor h2 {
    font-size: calc(54 * 100vw / 750);
    line-height: 1.5;
    margin-bottom: calc(40 * 100vw / 750);
  }
}
.indoor h2 span {
  display: block;
  font-size: 52px;
}
@media (max-width: 1600px) {
  .indoor h2 span {
    font-size: calc(52 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .indoor h2 span {
    font-size: calc(37 * 100vw / 750);
  }
}
.indoor .view {
  margin: auto;
  width: 1280px;
  height: 720px;
  border: 8px solid #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .indoor .view {
    width: calc(1280 * 100vw / 1600);
    height: calc(720 * 100vw / 1600);
    border-width: calc(8 * 100vw / 1600);
    border-radius: calc(8 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .indoor .view {
    width: calc(680 * 100vw / 750);
    height: calc(382 * 100vw / 750);
    border-width: calc(4 * 100vw / 750);
    border-radius: calc(4 * 100vw / 750);
  }
}
.indoor .view iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------*/
/*problem
/*------------------------------------------*/
.problem {
  padding: 40px 0 200px;
  background: url(../img/07_problem/bg_problem_pc.png) no-repeat top center/cover;
  text-align: center;
}
@media (max-width: 1600px) {
  .problem {
    padding: calc(40 * 100vw / 1600) 0 calc(200 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .problem {
    background-image: url(../img/07_problem/bg_problem_sp.png);
    padding: calc(40 * 100vw / 750) 0 calc(160 * 100vw / 750);
  }
}
.problem .balloon {
  padding: 7px 30px 13px;
  border: 7px solid #d1d1d1;
  background: #fff;
  font-size: 41px;
  text-align: center;
  color: #535353;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 100px;
  margin: 0 auto 10px;
}
@media (max-width: 1600px) {
  .problem .balloon {
    padding: calc(7 * 100vw / 1600) calc(30 * 100vw / 1600) calc(13 * 100vw / 1600);
    border-width: calc(7 * 100vw / 1600);
    font-size: calc(41 * 100vw / 1600);
    border-radius: calc(100 * 100vw / 1600);
    margin-bottom: calc(10 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .problem .balloon {
    padding: calc(8 * 100vw / 750) calc(30 * 100vw / 750) calc(16 * 100vw / 750);
    border-width: calc(7 * 100vw / 750);
    font-size: calc(31 * 100vw / 750);
    border-radius: calc(100 * 100vw / 750);
    margin-bottom: calc(10 * 100vw / 750);
  }
}
.problem .balloon:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 40px;
  background: url(../img/07_problem/icon_arrow_down_pc.png) no-repeat center/contain;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}
@media (max-width: 1600px) {
  .problem .balloon:before {
    width: calc(60 * 100vw / 1600);
    height: calc(40 * 100vw / 1600);
    bottom: calc(-40 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .problem .balloon:before {
    width: calc(46 * 100vw / 750);
    height: calc(31 * 100vw / 750);
    bottom: calc(-31 * 100vw / 750);
  }
}
.problem .balloon:nth-of-type(1) {
  transform: translateX(-60px);
}
@media (max-width: 1600px) {
  .problem .balloon:nth-of-type(1) {
    transform: translateX(calc(-60 * 100vw / 1600));
  }
}
@media (max-width: 767px) {
  .problem .balloon:nth-of-type(1) {
    transform: translateX(calc(-65 * 100vw / 750));
  }
}
.problem .balloon:nth-of-type(2) {
  transform: translateX(240px);
}
@media (max-width: 1600px) {
  .problem .balloon:nth-of-type(2) {
    transform: translateX(calc(240 * 100vw / 1600));
  }
}
@media (max-width: 767px) {
  .problem .balloon:nth-of-type(2) {
    transform: translateX(calc(168 * 100vw / 750));
  }
}
.problem .balloon:nth-of-type(3) {
  transform: translateX(-160px);
}
@media (max-width: 1600px) {
  .problem .balloon:nth-of-type(3) {
    transform: translateX(calc(-160 * 100vw / 1600));
  }
}
@media (max-width: 767px) {
  .problem .balloon:nth-of-type(3) {
    transform: translateX(calc(-141 * 100vw / 750));
  }
}
.problem ul {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .problem ul {
    gap: calc(50 * 100vw / 1600);
    margin-top: calc(50 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .problem ul {
    max-width: calc(690 * 100vw / 750);
    margin: calc(40 * 100vw / 750) auto 0;
    gap: 0;
    justify-content: space-between;
  }
}
.problem ul li img {
  width: auto;
}
@media (max-width: 1600px) {
  .problem ul li img {
    width: calc(400 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .problem ul li img {
    width: calc(221 * 100vw / 750);
  }
}
.problem ul li p {
  background: #0eb3c7;
  width: 336px;
  margin: -50px auto 0;
  position: relative;
  z-index: 100;
  text-align: center;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 29px;
  line-height: 39px;
  padding: 18px 0;
}
@media (max-width: 1600px) {
  .problem ul li p {
    width: calc(336 * 100vw / 1600);
    margin-top: calc(-50 * 100vw / 1600);
    font-size: calc(29 * 100vw / 1600);
    line-height: calc(39 * 100vw / 1600);
    padding: calc(18 * 100vw / 1600) 0;
  }
}
@media (max-width: 767px) {
  .problem ul li p {
    width: calc(193 * 100vw / 750);
    margin-top: calc(-30 * 100vw / 750);
    font-size: calc(23 * 100vw / 750);
    line-height: calc(29 * 100vw / 750);
    padding: calc(3 * 100vw / 750) 0;
  }
}

/*------------------------------------------*/
/*wants
/*------------------------------------------*/
.wants {
  padding: 0;
  background: url(../img/08_wants/bg_wants_pc.png) no-repeat center top/cover;
  overflow: visible;
  height: 1112px;
}
@media (max-width: 1600px) {
  .wants {
    height: calc(1112 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants {
    background-image: url(../img/08_wants/bg_wants_sp.png);
    height: calc(773 * 100vw / 750);
  }
}
.wants .inner {
  overflow: visible;
  padding: 0;
  transform: translateY(-150px);
}
@media (max-width: 1600px) {
  .wants .inner {
    transform: translateY(calc(-150 * 100vw / 1600));
  }
}
@media (max-width: 767px) {
  .wants .inner {
    transform: translateY(calc(-140 * 100vw / 750));
    max-width: 100%;
  }
}
.wants .inner h2 {
  width: 882px;
  height: 294px;
  background: url(../img/08_wants/img_wants_balloon_pc.png) no-repeat center/contain;
  color: #b11732;
  font-size: 56px;
  font-weight: 700;
  padding-top: 80px;
  text-align: center;
  margin: auto;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .wants .inner h2 {
    width: calc(882 * 100vw / 1600);
    height: calc(294 * 100vw / 1600);
    font-size: calc(56 * 100vw / 1600);
    padding-top: calc(80 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner h2 {
    width: calc(684 * 100vw / 750);
    height: calc(228 * 100vw / 750);
    background-image: url(../img/08_wants/img_wants_balloon_sp.png);
    font-size: calc(44 * 100vw / 750);
    padding-top: calc(60 * 100vw / 750);
  }
}
.wants .inner ul li {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  color: #535353;
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  width: 760px;
  margin: auto;
  padding: 18px 0 25px;
  font-feature-settings: "palt";
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .wants .inner ul li {
    font-size: calc(46 * 100vw / 1600);
    width: calc(760 * 100vw / 1600);
    padding: calc(18 * 100vw / 1600) 0 calc(25 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner ul li {
    width: calc(561 * 100vw / 750);
    padding: calc(15 * 100vw / 750) 0 calc(20 * 100vw / 750);
    margin-left: calc(46 * 100vw / 750);
    margin-right: auto;
    font-size: calc(34 * 100vw / 750);
  }
}
.wants .inner ul li:before, .wants .inner ul li:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 95px;
  transform: rotate(45deg);
  background: #b11732;
  top: -28px;
  left: 18px;
}
@media (max-width: 1600px) {
  .wants .inner ul li:before, .wants .inner ul li:after {
    width: calc(5 * 100vw / 1600);
    height: calc(95 * 100vw / 1600);
    top: calc(-28 * 100vw / 1600);
    left: calc(18 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner ul li:before, .wants .inner ul li:after {
    width: calc(3 * 100vw / 750);
    height: calc(80 * 100vw / 750);
    top: calc(-26 * 100vw / 750);
    left: calc(10 * 100vw / 750);
  }
}
.wants .inner ul li:after {
  top: inherit;
  left: inherit;
  right: 18px;
  bottom: -28px;
}
@media (max-width: 1600px) {
  .wants .inner ul li:after {
    right: calc(18 * 100vw / 1600);
    bottom: calc(-28 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner ul li:after {
    right: calc(10 * 100vw / 750);
    bottom: calc(-26 * 100vw / 750);
  }
}
.wants .inner ul li span {
  color: #b11732;
  font-size: 56px;
}
@media (max-width: 1600px) {
  .wants .inner ul li span {
    font-size: calc(56 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner ul li span {
    font-size: calc(41 * 100vw / 750);
  }
}
.wants .inner ul li + li {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .wants .inner ul li + li {
    margin-top: calc(60 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner ul li + li {
    margin-top: calc(35 * 100vw / 750);
  }
}
.wants .inner p {
  position: relative;
  color: #fff075;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 62px;
  width: 961px;
  height: 388px;
  background: url(../img/08_wants/img_wants_bg_red_pc.png) no-repeat center/contain;
  margin: 65px auto 0;
  padding-top: 80px;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .wants .inner p {
    font-size: calc(62 * 100vw / 1600);
    width: calc(961 * 100vw / 1600);
    height: calc(388 * 100vw / 1600);
    margin-top: calc(65 * 100vw / 1600);
    padding-top: calc(80 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner p {
    width: 100%;
    height: calc(309 * 100vw / 750);
    background-image: url(../img/08_wants/img_wants_bg_red_sp.png);
    font-size: calc(49 * 100vw / 750);
    margin-top: calc(90 * 100vw / 750);
    padding-top: calc(60 * 100vw / 750);
    font-feature-settings: normal;
  }
}
.wants .inner p span {
  font-size: 44px;
  display: block;
}
@media (max-width: 1600px) {
  .wants .inner p span {
    font-size: calc(44 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner p span {
    font-size: calc(35 * 100vw / 750);
  }
}
.wants .inner p strong {
  font-size: 74px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1600px) {
  .wants .inner p strong {
    font-size: calc(74 * 100vw / 1600);
    border-width: calc(2 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner p strong {
    font-size: calc(58 * 100vw / 750);
    border-width: calc(2 * 100vw / 750);
  }
}
.wants .inner p small {
  font-size: 52px;
}
@media (max-width: 1600px) {
  .wants .inner p small {
    font-size: calc(52 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner p small {
    font-size: calc(41 * 100vw / 750);
  }
}
.wants .inner p:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 259px;
  height: 98px;
  left: 0;
  right: 0;
  margin: auto;
  top: -35px;
  background: url(../img/08_wants/icon_double_arrow_pc.png) no-repeat center/contain;
}
@media (max-width: 1600px) {
  .wants .inner p:before {
    width: calc(259 * 100vw / 1600);
    height: calc(98 * 100vw / 1600);
    top: calc(-35 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .wants .inner p:before {
    width: calc(259 * 100vw / 750);
    height: calc(98 * 100vw / 750);
    top: calc(-65 * 100vw / 750);
  }
}

/*------------------------------------------*/
/*reason
/*------------------------------------------*/
.reason {
  margin-top: 190px;
}
@media (max-width: 1600px) {
  .reason {
    margin-top: calc(190 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason {
    margin-top: calc(250 * 100vw / 750);
  }
}
.reason .inner {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 1600px) {
  .reason .inner {
    padding: calc(80 * 100vw / 1600) 0;
  }
}
@media (max-width: 767px) {
  .reason .inner {
    padding: calc(30 * 100vw / 750) 0 calc(70 * 100vw / 750);
  }
}
.reason .inner h2 {
  display: inline-block;
  position: relative;
  color: #535353;
  text-align: center;
  font-weight: 700;
  padding: 0 5px;
  font-size: 60px;
  font-feature-settings: "palt";
  background: url(../img/09_reason/line_reason01_pc.png) no-repeat bottom center/contain;
  margin-bottom: 33px;
}
@media (max-width: 1600px) {
  .reason .inner h2 {
    padding: 0 calc(5 * 100vw / 1600);
    font-size: calc(60 * 100vw / 1600);
    margin-bottom: calc(33 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner h2 {
    font-size: calc(49 * 100vw / 750);
    padding: 0 calc(5 * 100vw / 750);
    margin-bottom: calc(45 * 100vw / 750);
  }
}
.reason .inner h2 span {
  font-size: 48px;
}
@media (max-width: 1600px) {
  .reason .inner h2 span {
    font-size: calc(48 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner h2 span {
    font-size: calc(39 * 100vw / 750);
  }
}
.reason .inner h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 23px;
  background: url(../img/09_reason/icon_reason01_pc.png) no-repeat center/contain;
  right: -15px;
  top: 0;
}
@media (max-width: 1600px) {
  .reason .inner h2:after {
    width: calc(26 * 100vw / 1600);
    height: calc(23 * 100vw / 1600);
    right: calc(-15 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner h2:after {
    width: calc(26 * 100vw / 750);
    height: calc(23 * 100vw / 750);
    right: calc(-15 * 100vw / 750);
  }
}
.reason .inner ul li {
  border: 10px solid #e3e3e3;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .reason .inner ul li {
    border-width: calc(10 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li {
    border-width: calc(10 * 100vw / 750);
  }
}
.reason .inner ul li h3 {
  background: #b11732;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 42px;
  padding: 5px 0 10px;
}
@media (max-width: 1600px) {
  .reason .inner ul li h3 {
    font-size: calc(42 * 100vw / 1600);
    padding: calc(5 * 100vw / 1600) 0 calc(10 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li h3 {
    font-size: calc(30 * 100vw / 750);
    padding: calc(8 * 100vw / 750) 0 calc(10 * 100vw / 750);
  }
}
.reason .inner ul li .flex {
  display: flex;
}
.reason .inner ul li .flex .photo {
  width: 358px;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .photo {
    width: calc(358 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .photo {
    width: calc(257 * 100vw / 750);
  }
}
.reason .inner ul li .flex .text {
  width: 602px;
  padding: 20px 30px 0;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text {
    width: calc(602 * 100vw / 1600);
    padding: calc(20 * 100vw / 1600) calc(30 * 100vw / 1600) 0;
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text {
    width: calc(100% - 257 * 100vw / 750);
    padding: calc(18 * 100vw / 750) calc(24 * 100vw / 750) 0;
  }
}
.reason .inner ul li .flex .text p {
  color: #535353;
  font-weight: 700;
  font-size: 27px;
  line-height: 36px;
  font-feature-settings: "palt";
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text p {
    font-size: calc(27 * 100vw / 1600);
    line-height: calc(36 * 100vw / 1600);
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text p {
    font-size: calc(19 * 100vw / 750);
    line-height: calc(26 * 100vw / 750);
    letter-spacing: 0;
  }
}
.reason .inner ul li .flex .text p.small {
  font-size: 24px;
  line-height: 30px;
  margin-top: 25px;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text p.small {
    font-size: calc(24 * 100vw / 1600);
    line-height: calc(30 * 100vw / 1600);
    margin-top: calc(25 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text p.small {
    font-size: calc(17 * 100vw / 750);
    line-height: calc(22 * 100vw / 750);
    margin-top: calc(15 * 100vw / 750);
  }
}
.reason .inner ul li .flex .text dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text dl {
    margin-bottom: calc(10 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text dl {
    margin-bottom: calc(10 * 100vw / 750);
  }
}
.reason .inner ul li .flex .text dl dt {
  font-size: 28px;
  font-weight: 700;
  color: #b11732;
  box-sizing: border-box;
  border: 4px solid #b11732;
  width: 150px;
  height: 46px;
  text-align: center;
  line-height: 1;
  padding: 3px 0 0;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text dl dt {
    font-size: calc(28 * 100vw / 1600);
    border-width: calc(4 * 100vw / 1600);
    width: calc(150 * 100vw / 1600);
    height: calc(46 * 100vw / 1600);
    padding-top: calc(3 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text dl dt {
    font-size: calc(20 * 100vw / 750);
    border-width: calc(4 * 100vw / 750);
    width: calc(108 * 100vw / 750);
    height: calc(33 * 100vw / 750);
    padding-top: calc(1 * 100vw / 750);
  }
}
.reason .inner ul li .flex .text dl dt:nth-of-type(1) {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text dl dt:nth-of-type(1) {
    margin-bottom: calc(25 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text dl dt:nth-of-type(1) {
    margin-bottom: calc(18 * 100vw / 750);
  }
}
.reason .inner ul li .flex .text dl dt:nth-of-type(1):before {
  content: "+";
  position: absolute;
  display: inline-block;
  color: #535353;
  font-family: "Courier New", Courier, monospace;
  font-size: 35px;
  font-weight: 600;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text dl dt:nth-of-type(1):before {
    font-size: calc(35 * 100vw / 1600);
    bottom: calc(-35 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text dl dt:nth-of-type(1):before {
    font-size: calc(30 * 100vw / 750);
    bottom: calc(-30 * 100vw / 750);
  }
}
.reason .inner ul li .flex .text dl dd {
  font-size: 39px;
  color: #b11732;
  line-height: 1;
  font-weight: 700;
  width: calc(100% - 150px);
  text-align: left;
  padding-top: 3px;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text dl dd {
    font-size: calc(39 * 100vw / 1600);
    width: calc(100% - 150 * 100vw / 1600);
    padding-top: calc(3 * 100vw / 1600);
    padding-left: calc(10 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text dl dd {
    font-size: calc(28 * 100vw / 750);
    width: calc(100% - 108 * 100vw / 750);
    padding-top: 0;
    padding-left: calc(10 * 100vw / 750);
    letter-spacing: 0;
  }
}
.reason .inner ul li .flex .text dl dd:nth-of-type(1) {
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text dl dd:nth-of-type(1) {
    margin-bottom: calc(25 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text dl dd:nth-of-type(1) {
    margin-bottom: calc(18 * 100vw / 750);
  }
}
.reason .inner ul li .flex .text dl dd span {
  font-size: 27px;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text dl dd span {
    font-size: calc(27 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text dl dd span {
    font-size: calc(19 * 100vw / 750);
  }
}
.reason .inner ul li .flex .text dl dd small {
  font-size: 24px;
}
@media (max-width: 1600px) {
  .reason .inner ul li .flex .text dl dd small {
    font-size: calc(24 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li .flex .text dl dd small {
    font-size: calc(17 * 100vw / 750);
  }
}
.reason .inner ul li + li {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .reason .inner ul li + li {
    margin-top: calc(60 * 100vw / 1600);
  }
}
.reason .inner ul li:nth-of-type(2) .flex .text {
  padding-top: 18px;
}
@media (max-width: 1600px) {
  .reason .inner ul li:nth-of-type(2) .flex .text {
    padding-top: calc(18 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li:nth-of-type(2) .flex .text {
    padding-top: calc(12 * 100vw / 750);
  }
}
.reason .inner ul li:nth-of-type(3) h3 {
  font-size: 38px;
}
@media (max-width: 1600px) {
  .reason .inner ul li:nth-of-type(3) h3 {
    font-size: calc(38 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li:nth-of-type(3) h3 {
    font-size: calc(27 * 100vw / 750);
  }
}
.reason .inner ul li:nth-of-type(3) .flex .text p {
  line-height: 46px;
}
@media (max-width: 1600px) {
  .reason .inner ul li:nth-of-type(3) .flex .text p {
    line-height: calc(46 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li:nth-of-type(3) .flex .text p {
    line-height: calc(33 * 100vw / 750);
  }
}
.reason .inner ul li:nth-of-type(4) h3 {
  font-size: 40px;
}
@media (max-width: 1600px) {
  .reason .inner ul li:nth-of-type(4) h3 {
    font-size: calc(40 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li:nth-of-type(4) h3 {
    font-size: calc(29 * 100vw / 750);
  }
}
.reason .inner ul li:nth-of-type(4) .flex .text p {
  line-height: 46px;
}
@media (max-width: 1600px) {
  .reason .inner ul li:nth-of-type(4) .flex .text p {
    line-height: calc(46 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .reason .inner ul li:nth-of-type(4) .flex .text p {
    line-height: calc(33 * 100vw / 750);
  }
}

/*------------------------------------------*/
/*option
/*------------------------------------------*/
.option {
  background: url(../img/10_option/bg_option_pc.png) no-repeat center/cover;
  padding: 80px 0;
}
@media (max-width: 1600px) {
  .option {
    padding: calc(80 * 100vw / 1600) 0;
  }
}
@media (max-width: 767px) {
  .option {
    background-image: url(../img/10_option/bg_option_sp.png);
    padding: calc(60 * 100vw / 750) 0;
  }
}
.option .inner {
  overflow: visible;
}
.option .inner h2 {
  color: #0eb3c7;
  font-size: 53px;
  line-height: 72px;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-feature-settings: "palt";
  padding-bottom: 18px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .option .inner h2 {
    font-size: calc(53 * 100vw / 1600);
    line-height: calc(72 * 100vw / 1600);
    padding-bottom: calc(18 * 100vw / 1600);
    margin-bottom: calc(30 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .option .inner h2 {
    font-size: calc(38 * 100vw / 750);
    line-height: calc(52 * 100vw / 750);
    padding-bottom: calc(10 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }
}
.option .inner h2:before, .option .inner h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.5px;
  height: 130px;
  background: #0eb3c7;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transform: rotate(-20deg);
  transform-origin: top;
}
@media (max-width: 1600px) {
  .option .inner h2:before, .option .inner h2:after {
    width: calc(2.5 * 100vw / 1600);
    height: calc(130 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .option .inner h2:before, .option .inner h2:after {
    width: calc(2.5 * 100vw / 750);
    height: calc(100 * 100vw / 750);
  }
}
.option .inner h2:after {
  left: inherit;
  right: 0;
  transform: rotate(20deg);
}
.option .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1600px) {
  .option .inner ul {
    gap: calc(32 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .option .inner ul {
    gap: 0;
  }
}
.option .inner ul li {
  width: 464px;
}
@media (max-width: 1600px) {
  .option .inner ul li {
    width: calc(464 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .option .inner ul li {
    width: calc(339 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }
}
.option .inner ul li img {
  width: auto;
  margin: auto;
}
@media (max-width: 1600px) {
  .option .inner ul li img {
    width: calc(460 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .option .inner ul li img {
    width: calc(339 * 100vw / 750);
  }
}
.option .inner ul li p {
  color: #535353;
  font-weight: 700;
  font-size: 27px;
  line-height: 36px;
  width: 405px;
  margin: 16px auto 0;
}
@media (max-width: 1600px) {
  .option .inner ul li p {
    font-size: calc(27 * 100vw / 1600);
    line-height: calc(36 * 100vw / 1600);
    width: calc(405 * 100vw / 1600);
    margin-top: calc(16 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .option .inner ul li p {
    font-size: calc(20 * 100vw / 750);
    line-height: calc(27 * 100vw / 750);
    width: calc(300 * 100vw / 750);
    margin-top: calc(10 * 100vw / 750);
  }
}

/*------------------------------------------*/
/*shop
/*------------------------------------------*/
.shop {
  padding: 96px 0;
}
@media (max-width: 1600px) {
  .shop {
    padding: calc(96 * 100vw / 1600) 0;
  }
}
@media (max-width: 767px) {
  .shop {
    padding: calc(40 * 100vw / 750) 0 calc(60 * 100vw / 750);
  }
}
.shop .inner {
  text-align: center;
}
.shop .inner h2 {
  font-size: 46.4px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #535353;
  display: inline-block;
  border-bottom: 5px solid #b11732;
  margin-bottom: 50px;
  padding-bottom: 2px;
}
@media (max-width: 1600px) {
  .shop .inner h2 {
    font-size: calc(46.4 * 100vw / 1600);
    border-width: calc(5 * 100vw / 1600);
    margin-bottom: calc(50 * 100vw / 1600);
    padding-bottom: calc(2 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner h2 {
    font-size: calc(46.4 * 100vw / 750);
    border-width: calc(5 * 100vw / 750);
    margin-bottom: calc(40 * 100vw / 750);
    padding-bottom: calc(2 * 100vw / 750);
  }
}
.shop .inner h3 {
  width: 412px;
  margin: 0 auto 30px;
}
@media (max-width: 1600px) {
  .shop .inner h3 {
    width: calc(412 * 100vw / 1600);
    margin-bottom: calc(30 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner h3 {
    width: calc(412 * 100vw / 750);
    margin-bottom: calc(35 * 100vw / 750);
  }
}
.shop .inner .flex {
  display: flex;
  padding-left: 40px;
}
@media (max-width: 1600px) {
  .shop .inner .flex {
    padding-left: calc(40 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex {
    display: block;
    padding-left: 0;
  }
}
.shop .inner .flex .photo {
  width: 440px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .shop .inner .flex .photo {
    width: calc(440 * 100vw / 1600);
    padding-right: calc(30 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex .photo {
    width: calc(556 * 100vw / 750);
    padding-right: 0;
    margin: 0 auto calc(35 * 100vw / 750);
  }
}
.shop .inner .flex .text {
  width: 480px;
}
@media (max-width: 1600px) {
  .shop .inner .flex .text {
    width: calc(480 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex .text {
    width: 100%;
  }
}
.shop .inner .flex .text dl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop .inner .flex .text dl.info {
    justify-content: center;
  }
}
.shop .inner .flex .text dl.info > dt {
  background: #b11732;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .shop .inner .flex .text dl.info > dt {
    font-size: calc(16 * 100vw / 1600);
    width: calc(73 * 100vw / 1600);
    min-height: calc(88 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex .text dl.info > dt {
    width: calc(105 * 100vw / 750);
    font-size: calc(16 * 100vw / 750);
    min-height: calc(88 * 100vw / 750);
  }
}
.shop .inner .flex .text dl.info > dt:not(:first-of-type) {
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .shop .inner .flex .text dl.info > dt:not(:first-of-type) {
    margin-top: calc(20 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex .text dl.info > dt:not(:first-of-type) {
    margin-top: calc(25 * 100vw / 750);
  }
}
.shop .inner .flex .text dl.info > dd {
  width: calc(100% - 73px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  box-sizing: border-box;
  text-align: left;
  line-height: 28px;
  color: #535353;
  background: #f9f9f9;
  padding: 10px 0 10px 10px;
}
@media (max-width: 1600px) {
  .shop .inner .flex .text dl.info > dd {
    width: calc(100% - 73 * 100vw / 1600);
    font-size: calc(16 * 100vw / 1600);
    line-height: calc(28 * 100vw / 1600);
    padding: calc(10 * 100vw / 1600) 0 calc(10 * 100vw / 1600) calc(10 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex .text dl.info > dd {
    width: calc(495 * 100vw / 750);
    font-size: calc(18 * 100vw / 750);
    line-height: calc(25 * 100vw / 750);
    padding: calc(10 * 100vw / 750) 0 calc(10 * 100vw / 750) calc(18 * 100vw / 750);
  }
}
.shop .inner .flex .text dl.info > dd:not(:first-of-type) {
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .shop .inner .flex .text dl.info > dd:not(:first-of-type) {
    margin-top: calc(20 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex .text dl.info > dd:not(:first-of-type) {
    margin-top: calc(25 * 100vw / 750);
  }
}
.shop .inner .flex .text dl.info > dd:nth-of-type(3) {
  display: block;
}
@media (max-width: 767px) {
  .shop .inner .flex .text dl.info > dd:nth-of-type(3) dl {
    justify-content: flex-start;
  }
}
.shop .inner .flex .text dl.info > dd:nth-of-type(3) dt {
  line-height: 24px;
  min-width: 6em;
}
@media (max-width: 1600px) {
  .shop .inner .flex .text dl.info > dd:nth-of-type(3) dt {
    line-height: calc(24 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex .text dl.info > dd:nth-of-type(3) dt {
    line-height: calc(24 * 100vw / 750);
  }
}
.shop .inner .flex .text dl.info > dd:nth-of-type(3) dd {
  padding-top: 2px;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1600px) {
  .shop .inner .flex .text dl.info > dd:nth-of-type(3) dd {
    padding-top: calc(2 * 100vw / 1600);
    font-size: calc(15 * 100vw / 1600);
    line-height: calc(24 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .shop .inner .flex .text dl.info > dd:nth-of-type(3) dd {
    font-size: calc(16 * 100vw / 750);
    line-height: calc(24 * 100vw / 750);
    padding-top: calc(5 * 100vw / 750);
  }
}
.shop .inner .flex .text dl.info > dd:nth-of-type(4) a {
  color: #535353;
}

/*------------------------------------------*/
/*map
/*------------------------------------------*/
@media (max-width: 767px) {
  .map {
    text-align: center;
    padding-bottom: calc(60 * 100vw / 750);
  }
}
.map iframe {
  width: 100%;
  height: 800px;
  vertical-align: bottom;
}
@media (max-width: 1600px) {
  .map iframe {
    height: calc(800 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  .map iframe {
    width: calc(690 * 100vw / 750);
    margin: auto;
    height: calc(350 * 100vw / 750);
  }
}

/*------------------------------------------*/
/*footer
/*------------------------------------------*/
footer {
  width: 100%;
  background: #b11732;
  color: #fff;
  font-size: 16px;
  padding-top: 42px;
  height: 200px;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  footer {
    font-size: calc(16 * 100vw / 1600);
    padding-top: calc(42 * 100vw / 1600);
    height: calc(200 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  footer {
    font-size: calc(16 * 100vw / 750);
    padding: calc(42 * 100vw / 750) 0 0;
    height: calc(320 * 100vw / 750);
  }
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  footer ul {
    margin-bottom: calc(50 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  footer ul {
    margin-bottom: calc(50 * 100vw / 750);
  }
}
footer ul li {
  padding: 0 20px;
  line-height: 1;
}
@media (max-width: 1600px) {
  footer ul li {
    padding: 0 calc(20 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  footer ul li {
    padding: 0 calc(20 * 100vw / 750);
  }
}
footer ul li:not(:first-of-type) {
  border-left: 1px solid #fff;
}
@media (max-width: 1600px) {
  footer ul li:not(:first-of-type) {
    border-width: calc(1 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  footer ul li:not(:first-of-type) {
    border-width: calc(1 * 100vw / 750);
  }
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
footer ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
footer p {
  text-align: center;
}

/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 70%;
  font-weight: 800;
  bottom: -100px;
  transition: 0.3s;
}
@media (max-width: 1600px) {
  #page-top {
    bottom: calc(20 * 100vw / 1600);
    right: calc(20 * 100vw / 1600);
    bottom: calc(-100 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  #page-top {
    bottom: calc(20 * 100vw / 750);
    right: calc(20 * 100vw / 750);
    bottom: calc(-100 * 100vw / 750);
  }
}

#page-top.show {
  bottom: 20px;
  transition: 0.3s;
  z-index: 100;
}
@media (max-width: 1600px) {
  #page-top.show {
    bottom: calc(20 * 100vw / 1600);
  }
}
@media (max-width: 767px) {
  #page-top.show {
    bottom: calc(170 * 100vw / 750);
  }
}

#page-top a {
  background: #fff;
  opacity: 0.5;
  text-decoration: none;
  color: #333;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: 0.3s;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.3;
}

/*-----------*\
$animation
\*-----------*/
/*----- fadeIn -----*/
.js-fadeIn {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.1s;
}

.fadeIn {
  opacity: 1;
}

/*----- Up slide -----*/
.js-Up {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.8s;
}
@media (max-width: 1600px) {
  .js-Up {
    transform: translate(0, calc(40 * 100vw / 1600));
  }
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- zoomIn -----*/
.js-zoomIn {
  opacity: 0.5;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
}

.zoomIn {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*----- zoomIn fancy -----*/
.js-zoomIn_fancy {
  opacity: 0.5;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.8, 0.8);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.zoomIn_fancy {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* js-fadeIn_delay */
.js-fadeIn_delay li {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}
@media (max-width: 1600px) {
  .js-fadeIn_delay li {
    transform: translate(0, calc(60 * 100vw / 1600));
  }
}

.js-fadeIn_delay li.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- fadeInLeft -----*/
.btnflash {
  animation: move-btnflash 0.5s ease 1 alternate;
}
@keyframes move-btnflash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */