@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.main-container {
  text-wrap: wrap;
  overflow-wrap: anywhere;
  /* fixed header height */
  padding-top: 55px;
}
@media (min-width: 768px) {
  .main-container {
    padding-top: 70px;
  }
}
@media print {
  .main-container {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    /* フェードインアニメーション */
  }
  .main-container .fadeIn_up {
    transform: translate(0, 0);
    opacity: 1;
  }
  .main-container {
    /* 見出しアニメーション */
  }
  .main-container .title-text-group {
    opacity: 1 !important;
  }
  .main-container .line-left,
  .main-container .line-right {
    stroke-dashoffset: 0 !important;
  }
}
.main-container .note-box {
  color: #777;
  text-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

/* kv */
.kv-box {
  position: relative;
}
.kv-box .bg-box {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  content-visibility: visible !important;
  contain: none !important;
  will-change: auto !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 98.3333333333%;
  background-image: url(../img/top/kv_bg01_sp.jpg);
}
@media (min-width: 768px), print {
  .kv-box .bg-box {
    padding-top: 85.625%;
    background-image: url(../img/top/kv_bg01_pc.jpg);
  }
}
@media print {
  .kv-box .bg-box {
    background-image: url(../img/top/kv_bg01_pc.jpg) !important;
  }
}
.kv-box .bg-box .title-box {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 74%;
}
@media (min-width: 768px) {
  .kv-box .bg-box .title-box {
    width: 60%;
  }
}
.kv-box .kv-note-box {
  background-color: #fff;
  color: #777;
  padding: 1em 4%;
}
@media (min-width: 768px) {
  .kv-box .kv-note-box {
    background: none;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 1em;
    width: 60%;
    color: #000;
    text-shadow: 0px 0px 1px rgb(255, 255, 255), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 13px rgba(255, 255, 255, 0.9);
  }
}

.kv-access-box {
  background-color: #10afa3;
  color: #fff;
  padding-top: clamp(16px, 6vw, 32px);
  padding-bottom: clamp(16px, 6vw, 32px);
}
.kv-access-box .kv-access-flex-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px), print {
  .kv-access-box .kv-access-flex-box {
    align-items: normal;
  }
}
.kv-access-box .kv-access-flex-box .item-box01 {
  flex-basis: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: clamp(16px, 4vw, 32px);
  margin-bottom: clamp(16px, 4vw, 32px);
  display: flex;
  justify-content: space-between;
}
.kv-access-box .kv-access-flex-box .item-box01 img {
  height: min(8vw, 76px);
}
@media (min-width: 768px), print {
  .kv-access-box .kv-access-flex-box .item-box01 {
    flex-basis: 34.8%;
    display: block;
    padding-right: 3%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
  .kv-access-box .kv-access-flex-box .item-box01 .item01b {
    padding-right: 10%;
  }
}
.kv-access-box .kv-access-flex-box .item-box02 {
  flex-basis: 56%;
  border-right: 1px solid #fff;
  padding-right: 4%;
}
@media (min-width: 768px), print {
  .kv-access-box .kv-access-flex-box .item-box02 {
    flex-basis: 33.2%;
    display: flex;
    align-items: center;
    padding: 0 3%;
  }
}
.kv-access-box .kv-access-flex-box .item-box03 {
  flex: 1;
  padding-left: 3%;
}
@media (min-width: 768px), print {
  .kv-access-box .kv-access-flex-box .item-box03 {
    display: flex;
    align-items: center;
  }
}
.kv-access-box .kv-access-note-box {
  padding-top: clamp(16px, 6vw, 32px);
  color: #fff;
}
@media (min-width: 1000px) {
  .kv-access-box .kv-access-note-box {
    width: calc(100% + 2em);
  }
}

.contents-title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  color: #00003f;
}
@media (min-width: 768px) {
  .contents-title {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
.contents-subtitle {
  font-size: 28px;
  text-align: center;
  padding-bottom: 10px;
  color: #00003f;
}
@media (min-width: 768px) {
  .contents-subtitle {
    font-size: 42px;
    padding-bottom: 30px;
  }
}

/* catch */
.catch-box {
  line-height: 2.4;
  overflow: hidden;
  padding: 40px 0 16px;
  background-image: url("../img/top/catch_bg01_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-weight: 500;
}
@media (min-width: 768px), print {
  .catch-box {
    background-image: url("../img/top/catch_bg01_pc.svg");
  }
}
@media print {
  .catch-box {
    line-height: 2;
  }
}
.catch-box .catch-title01-box {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .catch-box .catch-title01-box {
    /*
    padding: 0 10%;
    */
  }
}
.catch-box .catch-title01-box h2 {
  position: relative;
  transform: translateX(1%);
}
@media (min-width: 768px), print {
  .catch-box .catch-title01-box h2 {
    transform: translateX(3%);
    max-width: 976px;
  }
}
.catch-box .catch-title02-box {
  background-image: url("../img/top/catch_title01_bg01.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  line-height: 1;
  margin: 8vw auto 0;
  width: 84%;
  text-align: center;
  font-size: 4vw;
  padding-inline: 6%;
  padding-bottom: 10vw;
}
@media (min-width: 768px), print {
  .catch-box .catch-title02-box {
    background-position: center center;
    width: 80%;
    margin-top: min(8vw, 80px);
    padding-inline: 20%;
    padding-bottom: 0;
  }
}
.catch-box .color-orange {
  color: #e5772e;
}
.catch-box .catch-text01-box {
  margin-top: min(8vw, 80px);
  text-align: center;
  position: relative;
  z-index: 1;
  padding-inline: 10%;
  font-size: min(4.5vw, 36px);
}
@media (min-width: 768px), print {
  .catch-box .catch-text01-box {
    font-size: min(8vw, 18px);
    max-width: 900px;
    margin-inline: auto;
  }
}
.catch-box .catch-text01-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 2%;
  width: 8%;
  height: 100%;
  background-image: url("../img/top/catch_text01_bg01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.catch-box .catch-title03-box {
  margin-top: min(8vw, 80px);
  text-align: center;
  font-size: min(5.5vw, 40px);
  position: relative;
  z-index: 0;
}
@media (min-width: 768px), print {
  .catch-box .catch-title03-box {
    font-size: min(12vw, 20px);
  }
}
.catch-box .catch-title03-box .img-box {
  margin-top: min(6vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110%;
  position: relative;
  z-index: -1;
  left: -5%;
}
.catch-box .catch-title03-box .img-box .item-box01 {
  flex-basis: 53%;
  text-align: left;
}
.catch-box .catch-title03-box .img-box .item-box02 {
  flex-basis: 43%;
  text-align: right;
}
@media (min-width: 768px), print {
  .catch-box .catch-title03-box .img-box {
    margin: 0;
  }
  .catch-box .catch-title03-box .img-box .item-box01 {
    position: absolute;
    z-index: 0;
    top: -2em;
    right: 50%;
    width: 50vw;
    max-width: 710px;
  }
  .catch-box .catch-title03-box .img-box .item-box01 .inner-box {
    padding-right: 13em;
  }
  .catch-box .catch-title03-box .img-box .item-box02 {
    position: absolute;
    z-index: 0;
    bottom: -2em;
    left: 50%;
    width: 50vw;
    max-width: 710px;
  }
  .catch-box .catch-title03-box .img-box .item-box02 .inner-box {
    padding-left: 13em;
  }
}
.catch-box {
  /* catch img */
}
.catch-box .img01a {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  border-radius: 0 10px 10px 0;
}
@media (min-width: 768px), print {
  .catch-box .img01a {
    border-radius: 10px;
  }
}
.catch-box .img01b {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  border-radius: 10px 0 0 10px;
}
@media (min-width: 768px), print {
  .catch-box .img01b {
    border-radius: 10px;
  }
}
.catch-box .img01c {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  border-radius: 10px;
}
@media (min-width: 768px), print {
  .catch-box .img01c {
    border-radius: 10px;
  }
}
.catch-box .catch-text02-box {
  margin-top: min(8vw, 80px);
  text-align: center;
  font-size: min(4.5vw, 36px);
}
@media (min-width: 768px), print {
  .catch-box .catch-text02-box {
    font-size: min(8vw, 18px);
    position: relative;
    z-index: 1;
  }
}
.catch-box .catch-text02-box .img-box {
  margin-top: min(6vw, 100px);
  padding-top: 1em;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  left: -5%;
}
.catch-box .catch-text02-box .img-box .item-box01 {
  flex-basis: 30%;
  text-align: left;
  position: relative;
  top: -3vw;
}
.catch-box .catch-text02-box .img-box .item-box02 {
  flex-basis: 53%;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media print {
  .catch-box .catch-text02-box .img-box .item-box02 {
    padding-top: 1em;
  }
}
.catch-box .catch-text02-box .img-box .item-box02 .icon01b {
  position: absolute;
  z-index: 0;
  width: 40%;
  right: -10%;
  top: 90%;
}
@media (min-width: 768px), print {
  .catch-box .catch-text02-box .img-box {
    margin: 0;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 50vw;
    max-width: 600px;
    padding-left: 13em;
  }
  .catch-box .catch-text02-box .img-box .item-box01 {
    top: 1em;
    margin-bottom: min(6vw + 2em, 80px);
    padding-left: 50%;
  }
}
.catch-box .catch-text03-box {
  margin-top: min(8vw, 80px);
  text-align: center;
  font-size: min(4.5vw, 36px);
}
@media (min-width: 768px), print {
  .catch-box .catch-text03-box {
    font-size: min(8vw, 18px);
    position: relative;
    z-index: 1;
    padding-bottom: min(8vw, 100px);
  }
}
.catch-box .catch-text03-box .img-box {
  margin-top: min(6vw, 100px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
  width: 110%;
  position: relative;
  z-index: 1;
  left: -5%;
}
.catch-box .catch-text03-box .img-box .item-box01 {
  flex-basis: 30%;
  text-align: left;
  position: relative;
  top: -3vw;
}
.catch-box .catch-text03-box .img-box .item-box02 {
  flex-basis: 53%;
  text-align: center;
}
.catch-box .catch-text03-box .img-box .item-box02 .icon01d {
  max-width: 160px;
}
@media (min-width: 768px), print {
  .catch-box .catch-text03-box .img-box {
    margin: 0;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: calc(50% - 13em);
  }
  .catch-box .catch-text03-box .img-box .item-box01 {
    top: 0;
    margin-bottom: min(6vw + 2em, 80px);
    left: max(-6vw, -100px);
    max-width: 170px;
  }
}

/* img line box */
.img-line-box {
  line-height: 1;
}
.img-line-box img {
  width: 100%;
}
@media (min-width: 768px), print {
  .img-line-box {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .img-line-box .item-box01 {
    flex-basis: 44.1025641026%;
  }
  .img-line-box .item-box02 {
    flex: 1;
  }
  .img-line-box::after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
@media print {
  .img-line-box::after {
    display: none;
  }
}

/* all image text */
.all-image {
  text-align: right;
  padding-right: 4%;
  font-size: 10px;
}

/* 見出し、タイトル設定 */
.section-title {
  width: 90vw;
  margin-inline: auto;
}

.section-title svg {
  display: block;
  width: 100%;
  height: auto;
}

/* スクリーンリーダー用テキスト */
.section-title .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* svg設定 */
.title-text {
  fill: #10afa3;
}

.title-text-sub {
  fill: #a2eae3;
}

.title-line {
  fill: none;
  stroke: #10afa3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.42px;
}

/* 線の初期状態 */
.line-left,
.line-right {
  fill: none;
}

/* 文字を非表示 */
.title-text-group {
  opacity: 0;
}

/* アニメーション */
.js-draw-title.is-active .line-left {
  animation: drawLine 0.8s ease forwards;
}

.js-draw-title.is-active .title-text-group {
  animation: titleFade 0.3s ease forwards;
  animation-delay: 0.7s;
}

.js-draw-title.is-active .line-right {
  animation: drawLine 0.8s ease forwards;
  animation-delay: 1s;
}

/* keyframes */
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes titleFade {
  to {
    opacity: 1;
  }
}
/* タイトル個別 */
/* landscape */
.title-landscape {
  width: 153.1%;
  position: relative;
  left: -19.8%;
}

/* access */
.title-access {
  width: 147.4%;
  position: relative;
  left: -19.8%;
}

/* location */
.title-location {
  width: 155.9%;
  position: relative;
  left: -26.8%;
}

/* map */
.title-map {
  width: 149.1%;
  position: relative;
  left: -23.8%;
}

/* sec box */
.sec-box {
  margin-top: min(6vw + 2em, 100px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-box .sec-title-catch-box {
    font-size: min(4vw, 24px);
  }
}
.sec-box .round-bg-title-box {
  margin-top: 40px;
  border-radius: 2em;
  padding: 0.2em 0.5em;
  margin-bottom: 40px;
  background-color: #10afa3;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: min(6vw, 32px);
}
@media (min-width: 768px) {
  .sec-box .round-bg-title-box {
    font-size: min(6vw, 48px);
  }
}

/* landscape */
.landscape-box .sec-title-catch-box {
  position: relative;
  z-index: 1;
}
.landscape-box .sec-title-catch-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 100%;
  right: 0;
  width: 20%;
  height: 170px;
  max-width: 170px;
  background-image: url("../img/top/landscape_icon01.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  .landscape-box .sec-title-catch-box::after {
    right: auto;
    left: 93%;
  }
}
.landscape-box .round-bg-title-box {
  margin-top: 64px;
  position: relative;
  z-index: 1;
  border-radius: 3em;
  padding-inline: 2em;
}
.landscape-box .round-bg-title-box > * {
  max-width: 756px;
  margin: 0 auto;
}
.landscape-box .round-bg-title-box::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 100%;
  right: 1em;
  width: 20%;
  height: 40px;
  max-width: 160px;
  background-image: url("../img/top/landscape_icon02.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.landscape-box .img-box01 {
  text-align: center;
}
.landscape-box .img-box02 {
  text-align: center;
  margin-top: min(6vw, 32px);
}
.landscape-box .note-box {
  margin-top: min(6vw, 32px);
}

/* access */
.access-box .sec-title-catch-box {
  margin-top: min(4vw, 32px);
}
.access-box .round-bg-title-box {
  margin-top: 64px;
  position: relative;
  z-index: 1;
  border-radius: 3em;
  padding-inline: 2em;
}
.access-box .round-bg-title-box > * {
  max-width: 756px;
  margin: 0 auto;
}
.access-box .round-bg-title-box::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 100%;
  right: 1em;
  width: 22%;
  height: 40px;
  max-width: 200px;
  background-image: url("../img/top/access_icon01.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.access-box {
  /* access img */
}
.access-box .radius-shadow {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  border-radius: 10px;
}
.access-box .img-box01 {
  text-align: center;
}
.access-box .img-box02 {
  margin-top: 6vw;
  display: flex;
  align-items: end;
}
.access-box .img-box02 .item01 {
  flex-basis: 64.1%;
}
.access-box .img-box02 .item02 {
  flex-basis: 0;
  flex-grow: 1;
}
.access-box .img-box02 .item02 .inner-box {
  width: calc(100% + 6vw);
}
@media (min-width: 960px) {
  .access-box .img-box02 {
    margin-top: min(6vw + 2em, 80px);
    max-width: 740px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
  }
  .access-box .img-box02 .item01 {
    flex-basis: inherit;
    width: 509px;
  }
  .access-box .img-box02 .item02 {
    position: absolute;
    z-index: 1;
    left: 509px;
    bottom: -16px;
    width: calc((100vw - 510px) / 2 + 9vw);
    max-width: 570px;
  }
}
.access-box .img-box03 {
  margin-top: min(6vw + 2em, 80px);
  max-width: 794px;
  display: flex;
  align-items: end;
}
.access-box .img-box03 .item01 {
  flex-basis: 0;
  flex-grow: 1;
}
.access-box .img-box03 .item02 {
  flex-basis: 52.9%;
}
.access-box .note-box {
  margin-top: min(6vw, 32px);
}

/* location */
.location-box {
  background-image: url("../img/top/location_bg01.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.location-box .sec-title-catch-box {
  margin-top: min(4vw, 32px);
  margin-bottom: 64px;
}
.location-box .location-sec + .location-sec {
  margin-top: min(6vw + 2em, 80px);
}
.location-box .location-flex {
  max-width: 640px;
  margin-inline: auto;
}
@media (min-width: 768px), print {
  .location-box .location-flex {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
  }
}
.location-box .location-flex + .location-flex {
  margin-top: 40px;
}
.location-box .location-flex .item-box + .item-box {
  margin-top: 40px;
}
@media (min-width: 768px), print {
  .location-box .location-flex .item-box + .item-box {
    margin-top: 0;
  }
}
.location-box .location-flex .item-box .img-box {
  margin-bottom: 0.7em;
}
.location-box .location-flex .item-box .img-box img {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  border: 1px solid #777;
}
.location-box .location-flex .item-box .title {
  font-size: 1.25em;
  margin-bottom: 0.3em;
}
@media (min-width: 768px), print {
  .location-box .location-flex.column2 {
    justify-content: space-between;
  }
  .location-box .location-flex.column2 .item-box {
    flex-basis: 48%;
  }
}
@media (min-width: 768px), print {
  .location-box .location-flex.column3 {
    justify-content: center;
  }
  .location-box .location-flex.column3 .item-box {
    flex-basis: 32%;
    margin-left: 2%;
  }
  .location-box .location-flex.column3 .item-box:nth-child(3n-2) {
    margin-left: 0;
  }
  .location-box .location-flex.column3 .item-box:nth-child(n+4) {
    margin-top: 40px;
  }
}
.location-box .note-box {
  margin-top: min(4vw + 2em, 64px);
}

/* map */
.map-box .img-box01 {
  margin-top: min(4vw + 2em, 64px);
  text-align: center;
}
.map-box .img-box01 img {
  border: 1px solid #777;
}
.map-box .img-box02 {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  margin-top: min(4vw + 2em, 64px);
  margin-bottom: min(4vw + 2em, 64px);
}
.map-box .note-box {
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .map-box .note-box {
    margin-bottom: 100px;
  }
}
.map-box .note-box .note-inner-box {
  display: inline-block;
  text-align: left;
}
.map-box .btn-box {
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .map-box .btn-box {
    margin-bottom: 100px;
  }
}
@media print {
  .map-box .btn-box {
    display: none;
  }
}
.map-box .btn-box .flex-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .map-box .btn-box .flex-box {
    justify-content: space-between;
    flex-direction: row;
  }
}
.map-box .btn-box .flex-box .item-box {
  width: 80%;
  max-width: 300px;
  display: flex;
}
@media (min-width: 768px) {
  .map-box .btn-box .flex-box .item-box {
    flex-basis: 48%;
    width: 48%;
  }
}
.map-box .btn-box .flex-box .item-box + .item-box {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .map-box .btn-box .flex-box .item-box + .item-box {
    margin-top: 0;
  }
}
.map-box .btn-box .flex-box {
  /* 印刷ボタン */
}
@media (max-width: 767px) {
  .map-box .btn-box .flex-box .item-box:nth-child(2) {
    display: none;
  }
}
.map-box .btn-box .flex-box a,
.map-box .btn-box .flex-box button {
  flex-basis: 100%;
  background-color: #10afa3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  border-radius: 8px;
  transition: all 0.5s;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.map-box .btn-box .flex-box a:hover,
.map-box .btn-box .flex-box button:hover {
  opacity: 0.8;
}

/* 環境大賞 */
.kankyoutaishou {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-inline: 15px;
}
@media print {
  .kankyoutaishou {
    display: none;
  }
}
.kankyoutaishou .inner-box {
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .kankyoutaishou .inner-box {
    max-width: 1000px;
  }
}
.kankyoutaishou .inner-box a {
  display: block;
  transition: all 0.5s;
}
.kankyoutaishou .inner-box a:hover {
  opacity: 0.5;
}
.kankyoutaishou .inner-box .title {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .kankyoutaishou .inner-box .title {
    font-size: 13px;
  }
}

/* cta flex button */
.footer .cta {
  padding-inline: 0;
}
.footer .cta .bg-box {
  background: url(../img/common/cta-bg.png) no-repeat left center;
  background-size: cover;
  padding: 50px 15px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .footer .cta .bg-box {
    background-size: auto 100%;
  }
}
.footer .cta .bg-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer .cta .inner-box {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer .cta .cta-flex-text {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  margin-bottom: 24px;
}
.footer .cta .cta-flex-button-box {
  width: 100%;
  flex-basis: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer .cta .cta-flex-button-box {
    justify-content: space-between;
  }
}
.footer .cta .cta-flex-button-box .item-box {
  flex-basis: 100%;
  display: flex;
  max-width: 420px;
}
.footer .cta .cta-flex-button-box .item-box + .item-box {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .footer .cta .cta-flex-button-box .item-box + .item-box {
    margin-top: 0;
  }
}
.footer .cta .cta-flex-button-box .item-box a {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border-radius: 2em;
  transition: all 0.5s;
  font-weight: 500;
  font-size: clamp(16px, 3vw, 24px);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 1;
}
.footer .cta .cta-flex-button-box .item-box a::after {
  content: "";
  display: inline-block;
  border-left: 0.86em solid #fff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 0;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.footer .cta .cta-flex-button-box .item-box a:hover {
  opacity: 0.8;
}
.footer .cta .cta-flex-button-box .item01 a {
  background-color: #0e345f;
  color: #fff;
}
.footer .cta .cta-flex-button-box .item02 a {
  background-color: #e5772e;
  color: #fff;
}
@media (min-width: 768px) {
  .footer .cta .cta-flex-button-box {
    flex-direction: row;
  }
  .footer .cta .cta-flex-button-box .item-box {
    flex-basis: 48%;
  }
}
.footer .cta .all-image {
  margin-top: 40px;
  color: #fff;
}

/* sp fixed cta */
.footersp .item-box {
  flex-basis: 100%;
}
.footersp .item02 a {
  background-color: #e5772e;
  color: #fff;
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=top.css.map */