@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP);
@media screen and (max-width: 737px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}
@media screen and (min-width: 738px) {
  .sp {
    display: none !important;
  }
}
body { /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
}

body {
  color: #07393c;
  position: relative;
}
body a, body button {
  color: #07393c;
}
@media screen and (min-width: 738px) {
  body {
    min-width: 1200px;
  }
}

.contents, #lower .lower__concept03 > div, #lower .lower__concept02 > div, #lower .lower__area02 > div .area02_bottom > div, #lower .lower__vicinity03 > div, #lower .lower__vicinity02_bottom > div, #lower .lower__vicinity01 div, #top .top__sec03 > div, #top .top__sec01 > div, .footer > div, .cmn__block01 div {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  .contents, #lower .lower__concept03 > div, #lower .lower__concept02 > div, #lower .lower__area02 > div .area02_bottom > div, #lower .lower__vicinity03 > div, #lower .lower__vicinity02_bottom > div, #lower .lower__vicinity01 div, #top .top__sec03 > div, #top .top__sec01 > div, .footer > div, .cmn__block01 div {
    width: 1200px;
  }
}
@media screen and (max-width: 737px) {
  .contents, #lower .lower__concept03 > div, #lower .lower__concept02 > div, #lower .lower__area02 > div .area02_bottom > div, #lower .lower__vicinity03 > div, #lower .lower__vicinity02_bottom > div, #lower .lower__vicinity01 div, #top .top__sec03 > div, #top .top__sec01 > div, .footer > div, .cmn__block01 div {
    width: 90.667vw;
  }
}

span, strong {
  font-size: inherit;
}

/*  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

.new * {
  font-size: 62.5%;
}
.new body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.new input[type=text], .new input[type=tel], .new input[type=email], .new button, .new textarea, .new select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.new input[type=submit],
.new input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  outline: none;
}
.new input[type=submit]::-webkit-search-decoration,
.new input[type=button]::-webkit-search-decoration {
  display: none;
}
.new input[type=submit]::focus,
.new input[type=button]::focus {
  outline: none;
  outline-offset: -2px;
}
.new input[type=radio], .new input[type=check] {
  margin: 0;
  padding: 0;
}
.new textarea {
  font-family: sans-serif;
}

main {
  display: block;
}

/* general */
@media screen and (min-width: 738px) {
  a:hover, button:hover {
    opacity: 0.8;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}

/* header */
.header {
  width: 100%;
  height: 68px;
  position: fixed;
  top: 0;
  z-index: 11;
}
@media screen and (min-width: 738px) {
  .header {
    background: linear-gradient(to right, #007f9b 65%, transparent 35%);
  }
}
@media screen and (max-width: 737px) {
  .header {
    position: fixed;
    top: 0;
    background: #007f9b;
    height: 73px;
  }
}
.header div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header h2 {
  padding: 7px 0 4px 20px;
  font-size: clamp(12px, 1.0416666667vw, 20px);
  color: #fff;
  display: flex;
  gap: 0 20px;
}
@media screen and (min-width: 738px) {
  .header h2 {
    align-items: center;
  }
}
@media screen and (max-width: 737px) {
  .header h2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 738px) {
  .header h2 img {
    width: 15.234375vw;
  }
}
@media screen and (max-width: 737px) {
  .header h2 img {
    width: 120px;
    display: block;
    margin-bottom: 10px;
  }
}
.header ul {
  height: 100%;
  display: flex;
  gap: 0 2px;
}
@media screen and (max-width: 737px) {
  .header ul {
    display: none;
  }
}
.header ul li {
  width: 162.5px;
  height: 100%;
}
.header ul li:nth-of-type(1) {
  background-color: #7d989b;
}
.header ul li:nth-of-type(2) {
  background-color: #007f9b;
}
.header ul li:nth-of-type(3) {
  background-color: #054148;
}
.header ul li:nth-of-type(4) {
  background-color: #a59b6a;
}
.header ul li:nth-of-type(5) {
  background-color: #054148;
}
.header ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header_nav {
  width: 100%;
  height: 75px;
  position: fixed;
  z-index: 11;
}
@media screen and (min-width: 738px) {
  .header_nav {
    top: 68px;
    transition: background-color 0.5s ease;
  }
}
@media screen and (max-width: 737px) {
  .header_nav {
    display: none;
  }
}
.header_nav.active {
  background-color: #fff;
}
.header_nav nav {
  display: block;
  position: absolute;
  top: 22px;
  right: 45px;
}
.header_nav nav ul {
  display: flex;
}
.header_nav nav ul li {
  position: relative;
}
.header_nav nav ul li:nth-of-type(n + 2)::before {
  content: "/";
  font-size: 16px;
  margin: 0 37.5px;
}
.header_nav nav ul li a {
  font-size: 16px;
}

.menu_btn {
  display: block;
  position: fixed;
  z-index: 9998;
  top: 3px;
  right: 10px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 737px) {
  .menu_btn {
    top: 7px;
  }
}
.menu_btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  background-color: #fff;
  width: 55%;
}
.menu_btn span:nth-of-type(1) {
  top: 18px;
}
.menu_btn span:nth-of-type(2) {
  top: 28px;
}
.menu_btn span:nth-of-type(3) {
  top: 38px;
}
.menu_btn.active span:nth-of-type(1) {
  top: 23px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn.active span:nth-of-type(3) {
  top: 35px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

.menu {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 127, 155, 0.8);
  box-sizing: border-box;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 111;
}
.menu h2 {
  padding: 17px 19px 0;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 738px) {
  .menu h2 img {
    width: 15.234375vw;
  }
}
@media screen and (max-width: 737px) {
  .menu h2 img {
    width: 120px;
    display: block;
    margin-bottom: 10px;
  }
}
.menu ul:nth-of-type(1) {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding: 0 30px;
}
.menu ul:nth-of-type(1) li {
  width: 45%;
}
.menu ul:nth-of-type(1) li:last-child:nth-child(odd) {
  margin-left: auto;
}
.menu ul:nth-of-type(1) li a {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.menu ul:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
  margin-top: 25px;
  margin-bottom: 37.5px;
}
.menu ul:nth-of-type(2) li:nth-of-type(1) {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.menu ul:nth-of-type(2) li:nth-of-type(1) a {
  display: inline-block;
}
.menu ul:nth-of-type(2) li:nth-of-type(n + 2) {
  width: 50%;
  height: 70px;
}
.menu ul:nth-of-type(2) li:nth-of-type(2) {
  background-color: #007f9b;
}
.menu ul:nth-of-type(2) li:nth-of-type(3) {
  background-color: #065d67;
}
.menu ul:nth-of-type(2) li:nth-of-type(4) {
  background-color: #054148;
}
.menu ul:nth-of-type(2) li:nth-of-type(5) {
  background-color: #a59b6a;
}
.menu ul:nth-of-type(2) li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_info {
  background-color: #dde2e5;
  padding: 45px 19px;
}
.menu_info h6 {
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
  color: #282828;
  text-align: center;
}
.menu_info > a {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  color: #007f9b;
  letter-spacing: 0.09em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}
.menu_info > a img {
  position: relative;
  top: -4px;
}
@media screen and (max-width: 737px) {
  .menu_info > a img {
    width: 37px;
    margin-right: 9px;
  }
}
.menu_info p {
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
  margin-top: 33px;
}
.menu_info p span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #007f9b;
  padding: 6px 10px;
  margin-right: 5px;
}

.cmn__block01 {
  background: url("../img/top/bg03.jpg") no-repeat center 0/cover;
}
@media screen and (min-width: 738px) {
  .cmn__block01 {
    padding: 70px 0 65px;
  }
}
@media screen and (max-width: 737px) {
  .cmn__block01 {
    padding: 50px 0 50px;
  }
}
.cmn__block01 div > span {
  display: block;
  text-align: center;
  width: 202px;
  margin: 0 auto;
}
.cmn__block01 div h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .cmn__block01 div h5 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 737px) {
  .cmn__block01 div h5 {
    margin-top: 10px;
  }
}
.cmn__block01 div h6 {
  font-size: 19px;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .cmn__block01 div h6 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 737px) {
  .cmn__block01 div h6 {
    margin-top: 30px;
  }
}
.cmn__block01 div > a {
  display: inline-block;
  font-weight: 600;
  color: #007f9b;
  letter-spacing: 0.1em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 738px) {
  .cmn__block01 div > a {
    font-size: 66px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 737px) {
  .cmn__block01 div > a {
    font-size: 38px;
    margin-top: 5px;
  }
}
.cmn__block01 div > a img {
  position: relative;
  top: -4px;
}
@media screen and (min-width: 738px) {
  .cmn__block01 div > a img {
    width: 60px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 737px) {
  .cmn__block01 div > a img {
    width: 37px;
    margin-right: 9px;
  }
}
.cmn__block01 div p {
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
  margin-top: -3px;
}
@media screen and (max-width: 737px) {
  .cmn__block01 div p {
    margin-top: 5px;
    line-height: 1.75;
  }
}
.cmn__block01 div p span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #007f9b;
  padding: 6px 10px;
  margin-right: 5px;
}
@media screen and (max-width: 737px) {
  .cmn__block01 div p span {
    padding: 3px 10px;
  }
}
.cmn__block01 div ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  .cmn__block01 div ul {
    gap: 0 39px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 737px) {
  .cmn__block01 div ul {
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
    padding: 0 45px;
    margin-top: 30px;
  }
}

/* footer */
.footer {
  background-color: #007f9b;
}
@media screen and (min-width: 738px) {
  .footer {
    padding: 80px 0 115px;
  }
}
@media screen and (max-width: 737px) {
  .footer {
    padding: 30px 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 737px) {
  .footer > div {
    width: 100%;
  }
}
.footer > div ul {
  display: flex;
}
@media screen and (min-width: 738px) {
  .footer > div ul {
    gap: 0 58px;
  }
}
@media screen and (max-width: 737px) {
  .footer > div ul {
    flex-wrap: wrap;
    gap: 0 30px;
  }
}
@media screen and (min-width: 738px) {
  .footer > div ul li {
    width: 100%;
  }
}
@media screen and (max-width: 737px) {
  .footer > div ul li {
    width: calc(50% - 15px);
    margin-top: 20px;
  }
}
.footer > div ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.footer > div ul li a:nth-of-type(1) span {
  margin-top: 0;
}
.footer > div ul li a:nth-of-type(n + 2) {
  margin-top: 13px;
}
.footer > div ul li a span {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  display: block;
  margin-top: 30px;
  white-space: pre;
}
@media screen and (max-width: 737px) {
  .footer > div ul li a span {
    font-size: 12px;
  }
}
@media screen and (min-width: 738px) {
  .footer > span {
    position: absolute;
    bottom: 30px;
    left: 43px;
  }
}
@media screen and (max-width: 737px) {
  .footer > span {
    width: 173px;
    display: block;
    margin: 35px auto 0;
  }
  .footer > span img {
    width: 100%;
  }
}
.footer > small {
  font-size: 10px;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 738px) {
  .footer > small {
    position: absolute;
    bottom: 25px;
    right: 42px;
  }
}
@media screen and (max-width: 737px) {
  .footer > small {
    display: block;
    text-align: center;
    margin-top: 20px;
    white-space: pre;
  }
}

.flex {
  display: flex;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.grid {
  display: grid;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.js-tab-cts.is-active {
  display: block !important;
  animation: fade 0.5s forwards;
}

/*************/
.anime, .anime-list .anime-list__block {
  opacity: 0;
  position: relative;
  top: 50px;
}

.anime-list__block_fade {
  opacity: 0;
  position: relative;
  top: 0px;
}

.anime-list__block_left {
  opacity: 0;
  position: relative;
  left: 50px;
}

.anime-list__block_right {
  opacity: 0;
  position: relative;
  right: 50px;
}

/* top */
#top {
  /***オープニングローダー***/
}
#top #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease; /* ローダー自体のフェードをゆっくり */
}
#top {
  /* 画像スライド */
}
#top #loder_img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  animation: slideRight 3s ease-out forwards;
  transform: translateX(30%);
}
@keyframes slideRight {
  to {
    transform: translateX(-30%);
  }
}
#top {
  /* 白フェードレイヤー */
}
#top #fadeLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 1.5s ease; /* 白フェードをゆっくりに */
}
#top #fadeLayer.active {
  opacity: 1;
}
#top .mainvis {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 738px) {
  #top .mainvis {
    padding-top: 68px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis {
    padding-top: 70px;
    box-sizing: border-box;
  }
}
#top .mainvis > img {
  height: 100%;
  object-fit: cover;
  display: block;
}
#top .mainvis h3 {
  position: absolute;
}
@media screen and (min-width: 738px) {
  #top .mainvis h3 {
    top: 150px;
    right: 2.6041666667vw;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis h3 {
    top: 185px;
    right: 0px;
  }
}
#top .mainvis h3 span {
  font-size: clamp(33px, 2.0833333333vw, 40px);
  color: #282828;
  text-shadow: 0px 1px 30px rgb(255, 255, 255);
}
@media screen and (min-width: 738px) {
  #top .mainvis h3 span {
    padding-left: 30px;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis h3 span {
    font-size: 17px;
    text-align: right;
    display: block;
  }
}
#top .mainvis h3 img {
  display: block;
}
@media screen and (min-width: 738px) {
  #top .mainvis h3 img {
    width: 29.1145833333vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis h3 img {
    width: 236px;
  }
}
#top .mainvis h2 {
  line-height: 1.2;
  white-space: pre;
  position: absolute;
}
@media screen and (min-width: 738px) {
  #top .mainvis h2 {
    bottom: 30px;
    left: 3.3854166667vw;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis h2 {
    top: 90px;
    left: 20px;
  }
}
#top .mainvis h2 span {
  line-height: 1;
  display: inline-block;
  background: linear-gradient(to top, #f8f4f1, #e7d9ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 738px) {
  #top .mainvis h2 span:nth-of-type(1) {
    font-size: clamp(70px, 7.03125vw, 135px);
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis h2 span:nth-of-type(1) {
    font-size: 40px;
  }
}
@media screen and (min-width: 738px) {
  #top .mainvis h2 span:nth-of-type(2) {
    font-size: clamp(70px, 7.03125vw, 135px);
    padding-left: 110px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis h2 span:nth-of-type(2) {
    font-size: 25px;
    padding-left: 5px;
  }
}
#top .top .infomation > div {
  border-top: 2.5px solid #ab9959;
}
#top .top .infomation > div:nth-of-type(1) {
  background: linear-gradient(to right, #004b86, #007f9b);
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(1) {
    padding: 20px 0 35px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div:nth-of-type(1) {
    padding: 10px 0 15px;
  }
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(1) > div {
    justify-content: space-between;
  }
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(1) > div dl::before {
    width: 34px;
    height: 75px;
    left: -25px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div:nth-of-type(1) > div dl dt {
    min-width: 180px;
  }
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(1) > div dl dd span {
    font-size: 21px;
  }
}
#top .top .infomation > div:nth-of-type(2) {
  background: linear-gradient(to right, #007f9b, #004b86);
  border-bottom: 2.5px solid #ab9959;
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(2) {
    padding: 30px 0 45px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div:nth-of-type(2) {
    padding: 13px 0;
  }
}
#top .top .infomation > div:nth-of-type(2) > div {
  justify-content: center;
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(2) > div {
    gap: 0 39px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div:nth-of-type(2) > div {
    gap: 10px 0px;
  }
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(2) > div dl::before {
    width: 26px;
    height: 56px;
    left: -30px;
  }
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(2) > div dl dt {
    font-size: 28px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div:nth-of-type(2) > div dl dt {
    font-size: 12px;
    min-width: 170px;
  }
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(2) > div dl dd {
    font-size: 28px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div:nth-of-type(2) > div dl dd {
    font-size: 10px;
  }
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(2) > div dl dd span {
    font-size: 15px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div:nth-of-type(2) > div dl dd span {
    font-size: 8px;
  }
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div:nth-of-type(2) > div dl dd b {
    font-size: 65px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div:nth-of-type(2) > div dl dd b {
    font-size: 23px;
  }
}
#top .top .infomation > div .contents, #top .top .infomation > div #lower .lower__concept03 > div, #lower #top .top .infomation > div .lower__concept03 > div, #top .top .infomation > div #lower .lower__concept02 > div, #lower #top .top .infomation > div .lower__concept02 > div, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div, #top .top .infomation > div #lower .lower__vicinity03 > div, #lower #top .top .infomation > div .lower__vicinity03 > div, #top .top .infomation > div #lower .lower__vicinity02_bottom > div, #lower #top .top .infomation > div .lower__vicinity02_bottom > div, #top .top .infomation > div #lower .lower__vicinity01 div, #lower .lower__vicinity01 #top .top .infomation > div div, #top .top .infomation > div .top__sec03 > div, #top .top .infomation > div .top__sec01 > div, #top .top .infomation > div .cmn__block01 div, .cmn__block01 #top .top .infomation > div div, #top .top .infomation > div .footer > div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div .contents, #top .top .infomation > div #lower .lower__concept03 > div, #lower #top .top .infomation > div .lower__concept03 > div, #top .top .infomation > div #lower .lower__concept02 > div, #lower #top .top .infomation > div .lower__concept02 > div, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div, #top .top .infomation > div #lower .lower__vicinity03 > div, #lower #top .top .infomation > div .lower__vicinity03 > div, #top .top .infomation > div #lower .lower__vicinity02_bottom > div, #lower #top .top .infomation > div .lower__vicinity02_bottom > div, #top .top .infomation > div #lower .lower__vicinity01 div, #lower .lower__vicinity01 #top .top .infomation > div div, #top .top .infomation > div .top__sec03 > div, #top .top .infomation > div .top__sec01 > div, #top .top .infomation > div .cmn__block01 div, .cmn__block01 #top .top .infomation > div div, #top .top .infomation > div .footer > div {
    gap: 25px 0;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div .contents, #top .top .infomation > div #lower .lower__concept03 > div, #lower #top .top .infomation > div .lower__concept03 > div, #top .top .infomation > div #lower .lower__concept02 > div, #lower #top .top .infomation > div .lower__concept02 > div, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div, #top .top .infomation > div #lower .lower__vicinity03 > div, #lower #top .top .infomation > div .lower__vicinity03 > div, #top .top .infomation > div #lower .lower__vicinity02_bottom > div, #lower #top .top .infomation > div .lower__vicinity02_bottom > div, #top .top .infomation > div #lower .lower__vicinity01 div, #lower .lower__vicinity01 #top .top .infomation > div div, #top .top .infomation > div .top__sec03 > div, #top .top .infomation > div .top__sec01 > div, #top .top .infomation > div .cmn__block01 div, .cmn__block01 #top .top .infomation > div div, #top .top .infomation > div .footer > div {
    justify-content: center;
    gap: 7px 0;
  }
}
#top .top .infomation > div .contents dl, #top .top .infomation > div #lower .lower__concept03 > div dl, #lower #top .top .infomation > div .lower__concept03 > div dl, #top .top .infomation > div #lower .lower__concept02 > div dl, #lower #top .top .infomation > div .lower__concept02 > div dl, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl, #top .top .infomation > div #lower .lower__vicinity03 > div dl, #lower #top .top .infomation > div .lower__vicinity03 > div dl, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl, #top .top .infomation > div #lower .lower__vicinity01 div dl, #lower .lower__vicinity01 #top .top .infomation > div div dl, #top .top .infomation > div .top__sec03 > div dl, #top .top .infomation > div .top__sec01 > div dl, #top .top .infomation > div .cmn__block01 div dl, .cmn__block01 #top .top .infomation > div div dl, #top .top .infomation > div .footer > div dl {
  display: flex;
  align-items: end;
  position: relative;
}
#top .top .infomation > div .contents dl:nth-of-type(n + 2)::before, #top .top .infomation > div #lower .lower__concept03 > div dl:nth-of-type(n + 2)::before, #lower #top .top .infomation > div .lower__concept03 > div dl:nth-of-type(n + 2)::before, #top .top .infomation > div #lower .lower__concept02 > div dl:nth-of-type(n + 2)::before, #lower #top .top .infomation > div .lower__concept02 > div dl:nth-of-type(n + 2)::before, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl:nth-of-type(n + 2)::before, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl:nth-of-type(n + 2)::before, #top .top .infomation > div #lower .lower__vicinity03 > div dl:nth-of-type(n + 2)::before, #lower #top .top .infomation > div .lower__vicinity03 > div dl:nth-of-type(n + 2)::before, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl:nth-of-type(n + 2)::before, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl:nth-of-type(n + 2)::before, #top .top .infomation > div #lower .lower__vicinity01 div dl:nth-of-type(n + 2)::before, #lower .lower__vicinity01 #top .top .infomation > div div dl:nth-of-type(n + 2)::before, #top .top .infomation > div .top__sec03 > div dl:nth-of-type(n + 2)::before, #top .top .infomation > div .top__sec01 > div dl:nth-of-type(n + 2)::before, #top .top .infomation > div .cmn__block01 div dl:nth-of-type(n + 2)::before, .cmn__block01 #top .top .infomation > div div dl:nth-of-type(n + 2)::before, #top .top .infomation > div .footer > div dl:nth-of-type(n + 2)::before {
  content: "";
  background: url("../img/top/slash.png") no-repeat center 0/contain;
  display: inline-block;
  position: absolute;
}
#top .top .infomation > div .contents dl:nth-of-type(3)::before, #top .top .infomation > div #lower .lower__concept03 > div dl:nth-of-type(3)::before, #lower #top .top .infomation > div .lower__concept03 > div dl:nth-of-type(3)::before, #top .top .infomation > div #lower .lower__concept02 > div dl:nth-of-type(3)::before, #lower #top .top .infomation > div .lower__concept02 > div dl:nth-of-type(3)::before, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl:nth-of-type(3)::before, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl:nth-of-type(3)::before, #top .top .infomation > div #lower .lower__vicinity03 > div dl:nth-of-type(3)::before, #lower #top .top .infomation > div .lower__vicinity03 > div dl:nth-of-type(3)::before, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl:nth-of-type(3)::before, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl:nth-of-type(3)::before, #top .top .infomation > div #lower .lower__vicinity01 div dl:nth-of-type(3)::before, #lower .lower__vicinity01 #top .top .infomation > div div dl:nth-of-type(3)::before, #top .top .infomation > div .top__sec03 > div dl:nth-of-type(3)::before, #top .top .infomation > div .top__sec01 > div dl:nth-of-type(3)::before, #top .top .infomation > div .cmn__block01 div dl:nth-of-type(3)::before, .cmn__block01 #top .top .infomation > div div dl:nth-of-type(3)::before, #top .top .infomation > div .footer > div dl:nth-of-type(3)::before {
  display: none;
}
#top .top .infomation > div .contents dl dt, #top .top .infomation > div #lower .lower__concept03 > div dl dt, #lower #top .top .infomation > div .lower__concept03 > div dl dt, #top .top .infomation > div #lower .lower__concept02 > div dl dt, #lower #top .top .infomation > div .lower__concept02 > div dl dt, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dt, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dt, #top .top .infomation > div #lower .lower__vicinity03 > div dl dt, #lower #top .top .infomation > div .lower__vicinity03 > div dl dt, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dt, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dt, #top .top .infomation > div #lower .lower__vicinity01 div dl dt, #lower .lower__vicinity01 #top .top .infomation > div div dl dt, #top .top .infomation > div .top__sec03 > div dl dt, #top .top .infomation > div .top__sec01 > div dl dt, #top .top .infomation > div .cmn__block01 div dl dt, .cmn__block01 #top .top .infomation > div div dl dt, #top .top .infomation > div .footer > div dl dt {
  color: #fff;
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div .contents dl dt, #top .top .infomation > div #lower .lower__concept03 > div dl dt, #lower #top .top .infomation > div .lower__concept03 > div dl dt, #top .top .infomation > div #lower .lower__concept02 > div dl dt, #lower #top .top .infomation > div .lower__concept02 > div dl dt, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dt, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dt, #top .top .infomation > div #lower .lower__vicinity03 > div dl dt, #lower #top .top .infomation > div .lower__vicinity03 > div dl dt, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dt, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dt, #top .top .infomation > div #lower .lower__vicinity01 div dl dt, #lower .lower__vicinity01 #top .top .infomation > div div dl dt, #top .top .infomation > div .top__sec03 > div dl dt, #top .top .infomation > div .top__sec01 > div dl dt, #top .top .infomation > div .cmn__block01 div dl dt, .cmn__block01 #top .top .infomation > div div dl dt, #top .top .infomation > div .footer > div dl dt {
    font-size: 37px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div .contents dl dt, #top .top .infomation > div #lower .lower__concept03 > div dl dt, #lower #top .top .infomation > div .lower__concept03 > div dl dt, #top .top .infomation > div #lower .lower__concept02 > div dl dt, #lower #top .top .infomation > div .lower__concept02 > div dl dt, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dt, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dt, #top .top .infomation > div #lower .lower__vicinity03 > div dl dt, #lower #top .top .infomation > div .lower__vicinity03 > div dl dt, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dt, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dt, #top .top .infomation > div #lower .lower__vicinity01 div dl dt, #lower .lower__vicinity01 #top .top .infomation > div div dl dt, #top .top .infomation > div .top__sec03 > div dl dt, #top .top .infomation > div .top__sec01 > div dl dt, #top .top .infomation > div .cmn__block01 div dl dt, .cmn__block01 #top .top .infomation > div div dl dt, #top .top .infomation > div .footer > div dl dt {
    font-size: 14px;
    padding-bottom: 2px;
    text-align: center;
  }
}
#top .top .infomation > div .contents dl dd, #top .top .infomation > div #lower .lower__concept03 > div dl dd, #lower #top .top .infomation > div .lower__concept03 > div dl dd, #top .top .infomation > div #lower .lower__concept02 > div dl dd, #lower #top .top .infomation > div .lower__concept02 > div dl dd, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dd, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dd, #top .top .infomation > div #lower .lower__vicinity03 > div dl dd, #lower #top .top .infomation > div .lower__vicinity03 > div dl dd, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dd, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dd, #top .top .infomation > div #lower .lower__vicinity01 div dl dd, #lower .lower__vicinity01 #top .top .infomation > div div dl dd, #top .top .infomation > div .top__sec03 > div dl dd, #top .top .infomation > div .top__sec01 > div dl dd, #top .top .infomation > div .cmn__block01 div dl dd, .cmn__block01 #top .top .infomation > div div dl dd, #top .top .infomation > div .footer > div dl dd {
  color: #fff;
  white-space: pre;
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div .contents dl dd, #top .top .infomation > div #lower .lower__concept03 > div dl dd, #lower #top .top .infomation > div .lower__concept03 > div dl dd, #top .top .infomation > div #lower .lower__concept02 > div dl dd, #lower #top .top .infomation > div .lower__concept02 > div dl dd, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dd, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dd, #top .top .infomation > div #lower .lower__vicinity03 > div dl dd, #lower #top .top .infomation > div .lower__vicinity03 > div dl dd, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dd, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dd, #top .top .infomation > div #lower .lower__vicinity01 div dl dd, #lower .lower__vicinity01 #top .top .infomation > div div dl dd, #top .top .infomation > div .top__sec03 > div dl dd, #top .top .infomation > div .top__sec01 > div dl dd, #top .top .infomation > div .cmn__block01 div dl dd, .cmn__block01 #top .top .infomation > div div dl dd, #top .top .infomation > div .footer > div dl dd {
    font-size: 36px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div .contents dl dd, #top .top .infomation > div #lower .lower__concept03 > div dl dd, #lower #top .top .infomation > div .lower__concept03 > div dl dd, #top .top .infomation > div #lower .lower__concept02 > div dl dd, #lower #top .top .infomation > div .lower__concept02 > div dl dd, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dd, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dd, #top .top .infomation > div #lower .lower__vicinity03 > div dl dd, #lower #top .top .infomation > div .lower__vicinity03 > div dl dd, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dd, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dd, #top .top .infomation > div #lower .lower__vicinity01 div dl dd, #lower .lower__vicinity01 #top .top .infomation > div div dl dd, #top .top .infomation > div .top__sec03 > div dl dd, #top .top .infomation > div .top__sec01 > div dl dd, #top .top .infomation > div .cmn__block01 div dl dd, .cmn__block01 #top .top .infomation > div div dl dd, #top .top .infomation > div .footer > div dl dd {
    font-size: 14px;
  }
}
#top .top .infomation > div .contents dl dd span, #top .top .infomation > div #lower .lower__concept03 > div dl dd span, #lower #top .top .infomation > div .lower__concept03 > div dl dd span, #top .top .infomation > div #lower .lower__concept02 > div dl dd span, #lower #top .top .infomation > div .lower__concept02 > div dl dd span, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dd span, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dd span, #top .top .infomation > div #lower .lower__vicinity03 > div dl dd span, #lower #top .top .infomation > div .lower__vicinity03 > div dl dd span, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dd span, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dd span, #top .top .infomation > div #lower .lower__vicinity01 div dl dd span, #lower .lower__vicinity01 #top .top .infomation > div div dl dd span, #top .top .infomation > div .top__sec03 > div dl dd span, #top .top .infomation > div .top__sec01 > div dl dd span, #top .top .infomation > div .cmn__block01 div dl dd span, .cmn__block01 #top .top .infomation > div div dl dd span, #top .top .infomation > div .footer > div dl dd span {
  writing-mode: vertical-rl;
  margin: 0 5px 0 10px;
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div .contents dl dd span, #top .top .infomation > div #lower .lower__concept03 > div dl dd span, #lower #top .top .infomation > div .lower__concept03 > div dl dd span, #top .top .infomation > div #lower .lower__concept02 > div dl dd span, #lower #top .top .infomation > div .lower__concept02 > div dl dd span, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dd span, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dd span, #top .top .infomation > div #lower .lower__vicinity03 > div dl dd span, #lower #top .top .infomation > div .lower__vicinity03 > div dl dd span, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dd span, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dd span, #top .top .infomation > div #lower .lower__vicinity01 div dl dd span, #lower .lower__vicinity01 #top .top .infomation > div div dl dd span, #top .top .infomation > div .top__sec03 > div dl dd span, #top .top .infomation > div .top__sec01 > div dl dd span, #top .top .infomation > div .cmn__block01 div dl dd span, .cmn__block01 #top .top .infomation > div div dl dd span, #top .top .infomation > div .footer > div dl dd span {
    font-size: 9px;
  }
}
#top .top .infomation > div .contents dl dd b, #top .top .infomation > div #lower .lower__concept03 > div dl dd b, #lower #top .top .infomation > div .lower__concept03 > div dl dd b, #top .top .infomation > div #lower .lower__concept02 > div dl dd b, #lower #top .top .infomation > div .lower__concept02 > div dl dd b, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dd b, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dd b, #top .top .infomation > div #lower .lower__vicinity03 > div dl dd b, #lower #top .top .infomation > div .lower__vicinity03 > div dl dd b, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dd b, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dd b, #top .top .infomation > div #lower .lower__vicinity01 div dl dd b, #lower .lower__vicinity01 #top .top .infomation > div div dl dd b, #top .top .infomation > div .top__sec03 > div dl dd b, #top .top .infomation > div .top__sec01 > div dl dd b, #top .top .infomation > div .cmn__block01 div dl dd b, .cmn__block01 #top .top .infomation > div div dl dd b, #top .top .infomation > div .footer > div dl dd b {
  font-weight: 900;
  line-height: 1;
  color: #bbb293;
}
@media screen and (min-width: 738px) {
  #top .top .infomation > div .contents dl dd b, #top .top .infomation > div #lower .lower__concept03 > div dl dd b, #lower #top .top .infomation > div .lower__concept03 > div dl dd b, #top .top .infomation > div #lower .lower__concept02 > div dl dd b, #lower #top .top .infomation > div .lower__concept02 > div dl dd b, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dd b, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dd b, #top .top .infomation > div #lower .lower__vicinity03 > div dl dd b, #lower #top .top .infomation > div .lower__vicinity03 > div dl dd b, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dd b, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dd b, #top .top .infomation > div #lower .lower__vicinity01 div dl dd b, #lower .lower__vicinity01 #top .top .infomation > div div dl dd b, #top .top .infomation > div .top__sec03 > div dl dd b, #top .top .infomation > div .top__sec01 > div dl dd b, #top .top .infomation > div .cmn__block01 div dl dd b, .cmn__block01 #top .top .infomation > div div dl dd b, #top .top .infomation > div .footer > div dl dd b {
    font-size: 85px;
  }
}
@media screen and (max-width: 737px) {
  #top .top .infomation > div .contents dl dd b, #top .top .infomation > div #lower .lower__concept03 > div dl dd b, #lower #top .top .infomation > div .lower__concept03 > div dl dd b, #top .top .infomation > div #lower .lower__concept02 > div dl dd b, #lower #top .top .infomation > div .lower__concept02 > div dl dd b, #top .top .infomation > div #lower .lower__area02 > div .area02_bottom > div dl dd b, #lower .lower__area02 > div #top .top .infomation > div .area02_bottom > div dl dd b, #top .top .infomation > div #lower .lower__vicinity03 > div dl dd b, #lower #top .top .infomation > div .lower__vicinity03 > div dl dd b, #top .top .infomation > div #lower .lower__vicinity02_bottom > div dl dd b, #lower #top .top .infomation > div .lower__vicinity02_bottom > div dl dd b, #top .top .infomation > div #lower .lower__vicinity01 div dl dd b, #lower .lower__vicinity01 #top .top .infomation > div div dl dd b, #top .top .infomation > div .top__sec03 > div dl dd b, #top .top .infomation > div .top__sec01 > div dl dd b, #top .top .infomation > div .cmn__block01 div dl dd b, .cmn__block01 #top .top .infomation > div div dl dd b, #top .top .infomation > div .footer > div dl dd b {
    font-size: 33px;
    position: relative;
    top: 1px;
    right: 3px;
  }
}
#top .top__sec01 {
  background: url("../img/top/bg01.jpg") no-repeat center 0/cover;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 {
    padding: 90px 0 96px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 {
    padding: 30px 0 40px;
  }
}
#top .top__sec01 > div > span {
  text-align: center;
  position: relative;
  display: block;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div > span {
    font-size: 36px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div > span {
    font-size: 22px;
    padding-bottom: 30px;
  }
}
#top .top__sec01 > div > span::after {
  content: "";
  background: url("../img/top/ill01.png") no-repeat center 0/contain;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div > span::after {
    width: 747.5px;
    height: 25px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div > span::after {
    width: 282px;
    height: 9.5px;
  }
}
#top .top__sec01 > div h2 {
  color: #9f8a6f;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div h2 {
    font-size: 60px;
    margin-top: 40px;
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 5px;
  }
}
#top .top__sec01 > div h4 {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div h4 {
    font-size: 14px;
  }
}
#top .top__sec01 > div h4:nth-of-type(2) {
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div h4:nth-of-type(2) {
    text-align: center;
  }
}
#top .top__sec01 > div h3 {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div h3 {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div h3 {
    font-size: 24px;
    line-height: 1.333;
    margin-top: 17px;
  }
}
#top .top__sec01 > div p {
  text-align: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div p {
    font-size: 46px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div p {
    font-size: 30px;
    line-height: 1.25;
    margin-top: 5px;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div p span {
    font-size: 24px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div p span {
    font-size: 16px;
  }
}
#top .top__sec01 > div > h5 span {
  display: block;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div > h5 span {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div > h5 span {
    margin-bottom: 15px;
  }
}
#top .top__sec01 > div > h5 {
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div > h5 {
    font-size: 70px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div > h5 {
    font-size: 28px;
    margin-top: 25px;
  }
}
#top .top__sec01 > div .bnr_wrap {
  display: flex;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 > div .bnr_wrap {
    gap: 0 48px;
    margin-top: 55px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 > div .bnr_wrap {
    flex-direction: column;
    gap: 14px 0;
    margin-top: 15px;
  }
}
#top .top__sec02 {
  border-top: 2.5px solid #ab9959;
  background-color: #007f9b;
}
#top .top__sec02 .flex {
  display: flex;
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .flex_left {
    width: 55%;
  }
}
#top .top__sec02 .flex_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .flex_right {
    width: 45%;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .flex_right {
    padding: 0 19px;
    box-sizing: border-box;
  }
}
#top .top__sec02 .flex_right dl {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .flex_right dl {
    padding: 3.6458333333vw 0 20px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .flex_right dl {
    padding: 30px 0 14px;
  }
  #top .top__sec02 .flex_right dl:nth-of-type(1) dt h3 {
    display: flex;
    align-items: center;
  }
  #top .top__sec02 .flex_right dl:nth-of-type(1) dt h3 b {
    text-align: center;
  }
  #top .top__sec02 .flex_right dl:nth-of-type(3) dt h3 {
    line-height: 1 !important;
  }
  #top .top__sec02 .flex_right dl:nth-of-type(3) dt h3 span {
    font-size: 36px;
  }
}
#top .top__sec02 .flex_right dl dt h3 {
  color: #fff;
  padding: 0 1.5625vw;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .flex_right dl dt h3 {
    font-size: clamp(24px, 1.8229166667vw, 35px);
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .flex_right dl dt h3 {
    font-size: 20px;
    line-height: 1.3333;
    text-align: center;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .flex_right dl dt h3 b {
    font-size: clamp(24px, 1.8229166667vw, 35px);
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .flex_right dl dt h3 b:nth-of-type(1) {
    font-size: 20px;
  }
  #top .top__sec02 .flex_right dl dt h3 b:nth-of-type(2) {
    font-size: 24px;
    margin-left: 32px;
  }
}
#top .top__sec02 .flex_right dl dt h3 span {
  color: #e7d48b;
  font-style: italic;
  text-shadow: 3px 3px 18px rgba(255, 255, 255, 0.4);
  position: relative;
  top: 5px;
  left: 0px;
  margin: 0 9px 0 4px;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .flex_right dl dt h3 span {
    font-size: clamp(46px, 3.5416666667vw, 70px);
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .flex_right dl dt h3 span {
    font-size: 48px;
  }
}
#top .top__sec02 .flex_right dl dd h4 {
  color: #fff;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .flex_right dl dd h4 {
    font-size: clamp(16px, 1.0416666667vw, 20px);
    padding: 0 2.0833333333vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .flex_right dl dd h4 {
    font-size: 14px;
    line-height: 1.75;
    padding: 0 5px;
    margin-top: 23px;
  }
}
#top .top__sec02 .flex_right dl dd h4 span {
  color: #e7d48b;
  font-style: italic;
  text-shadow: 3px 3px 18px rgba(255, 255, 255, 0.4);
  position: relative;
  top: 0px;
  margin-right: 10px;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 .flex_right dl dd h4 span {
    font-size: clamp(25px, 1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 .flex_right dl dd h4 span {
    font-size: 24px;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec02 div.img00 {
    margin-top: 110px;
    border-top: 2.5px solid #ab9959;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 div.img00 {
    margin-top: 40px;
    border-top: 1px solid #ab9959;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec02 div.img00 img {
    width: 80% !important;
  }
}
#top .top__sec03 {
  background-color: #007f9b;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 {
    padding: 100px 0 150px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 {
    padding: 30px 0 70px;
  }
}
#top .top__sec03 > div > span {
  text-align: center;
  display: block;
}
@media screen and (max-width: 737px) {
  #top .top__sec03 > div > span img {
    width: 169px;
  }
}
#top .top__sec03 > div ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 > div ul {
    gap: 0 75px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 > div ul {
    flex-direction: column;
    gap: 40px 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 > div ul li img {
    width: 243px;
    margin: 0 auto;
    display: block;
  }
}
#top .top__sec03 > div ul li h3 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 > div ul li h3 {
    font-size: 24px;
    margin-top: 25px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 > div ul li h3 {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 15px;
  }
}
#top .top__sec03 > div ul li h4 {
  line-height: 1.714;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 > div ul li h4 {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 > div ul li h4 {
    font-size: 12px;
    margin-top: 15px;
  }
}
#top .top__sec03 > div p {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 > div p {
    font-size: 75px;
    margin-top: 105px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 > div p {
    font-size: 30px;
    margin-top: 80px;
  }
}
#top .top__sec03 > div h5 {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 > div h5 {
    font-size: 36px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 > div h5 {
    font-size: 20px;
    line-height: 2;
    margin-top: 30px;
  }
}
#top .top__sec03 > div h6 {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 > div h6 {
    font-size: 21px;
    line-height: 2;
    margin-top: 80px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 > div h6 {
    font-size: 12px;
    line-height: 2;
    margin-top: 30px;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec04 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 {
    padding-bottom: 50px;
  }
}
#top .top__sec04 .flex {
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 .flex:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 .flex {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec04 .flex > div {
    width: 50%;
  }
}
#top .top__sec04 .flex > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#top .top__sec04 .flex_right {
  background: url("../img/top/bg02.jpg") no-repeat center 0/cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 .flex_right {
    padding: 0 2.6041666667vw 0 6.7708333333vw;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 .flex_right {
    padding: 70px 19px 27px;
  }
}
#top .top__sec04 .flex_right span {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  white-space: pre;
  line-height: 1;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 .flex_right span {
    font-size: clamp(100px, 7.03125vw, 135px);
    top: -10px;
    left: -5px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 .flex_right span {
    font-size: 48px;
    top: 0px;
    left: 0px;
  }
}
#top .top__sec04 .flex_right h2 {
  color: #fff;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 .flex_right h2 {
    font-size: clamp(30px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 .flex_right h2 {
    font-size: 20px;
  }
}
#top .top__sec04 .flex_right h3 {
  line-height: 1.714;
  color: #fff;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 .flex_right h3 {
    font-size: clamp(16px, 1.09375vw, 21px);
    margin-top: 35px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 .flex_right h3 {
    font-size: 12px;
    margin-top: 25px;
    font-weight: 600;
  }
}
#top .top__sec04 .flex_right h3 b {
  font-weight: 900;
}
#top .top__sec04 .flex_right a {
  color: #fff;
  text-align: center;
  background-color: #a59b6a;
  display: inline-block;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 .flex_right a {
    font-size: 16px;
    width: 273px;
    height: 56.5px;
    line-height: 56.5px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 .flex_right a {
    font-size: 12px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
}
#top .top__sec04 dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 dl {
    margin-top: 130px;
    gap: 0 22px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 dl {
    flex-direction: column;
    margin-top: 30px;
  }
}
#top .top__sec04 dl dt h6 {
  font-size: 14px;
}
@media screen and (max-width: 737px) {
  #top .top__sec04 dl dt h6 {
    margin-bottom: 20px;
  }
}
#top .top__sec04 dl dd p {
  line-height: 2;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 dl dd p {
    font-size: 14px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 dl dd p {
    font-size: 12px;
  }
}
#top .top__sec04 .contents > h6, #top .top__sec04 #lower .lower__concept03 > div > h6, #lower #top .top__sec04 .lower__concept03 > div > h6, #top .top__sec04 #lower .lower__concept02 > div > h6, #lower #top .top__sec04 .lower__concept02 > div > h6, #top .top__sec04 #lower .lower__area02 > div .area02_bottom > div > h6, #lower .lower__area02 > div #top .top__sec04 .area02_bottom > div > h6, #top .top__sec04 #lower .lower__vicinity03 > div > h6, #lower #top .top__sec04 .lower__vicinity03 > div > h6, #top .top__sec04 #lower .lower__vicinity02_bottom > div > h6, #lower #top .top__sec04 .lower__vicinity02_bottom > div > h6, #top .top__sec04 #lower .lower__vicinity01 div > h6, #lower .lower__vicinity01 #top .top__sec04 div > h6, #top .top__sec04 .cmn__block01 div > h6, .cmn__block01 #top .top__sec04 div > h6, #top .top__sec04 .footer > div > h6, #top .top__sec04 .top__sec01 > div > h6, #top .top__sec04 .top__sec03 > div > h6 {
  letter-spacing: -0.05em;
  line-height: 1.92;
  text-align: justify;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 .contents > h6, #top .top__sec04 #lower .lower__concept03 > div > h6, #lower #top .top__sec04 .lower__concept03 > div > h6, #top .top__sec04 #lower .lower__concept02 > div > h6, #lower #top .top__sec04 .lower__concept02 > div > h6, #top .top__sec04 #lower .lower__area02 > div .area02_bottom > div > h6, #lower .lower__area02 > div #top .top__sec04 .area02_bottom > div > h6, #top .top__sec04 #lower .lower__vicinity03 > div > h6, #lower #top .top__sec04 .lower__vicinity03 > div > h6, #top .top__sec04 #lower .lower__vicinity02_bottom > div > h6, #lower #top .top__sec04 .lower__vicinity02_bottom > div > h6, #top .top__sec04 #lower .lower__vicinity01 div > h6, #lower .lower__vicinity01 #top .top__sec04 div > h6, #top .top__sec04 .cmn__block01 div > h6, .cmn__block01 #top .top__sec04 div > h6, #top .top__sec04 .footer > div > h6, #top .top__sec04 .top__sec01 > div > h6, #top .top__sec04 .top__sec03 > div > h6 {
    font-size: 14px;
    margin-top: 77.5px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 .contents > h6, #top .top__sec04 #lower .lower__concept03 > div > h6, #lower #top .top__sec04 .lower__concept03 > div > h6, #top .top__sec04 #lower .lower__concept02 > div > h6, #lower #top .top__sec04 .lower__concept02 > div > h6, #top .top__sec04 #lower .lower__area02 > div .area02_bottom > div > h6, #lower .lower__area02 > div #top .top__sec04 .area02_bottom > div > h6, #top .top__sec04 #lower .lower__vicinity03 > div > h6, #lower #top .top__sec04 .lower__vicinity03 > div > h6, #top .top__sec04 #lower .lower__vicinity02_bottom > div > h6, #lower #top .top__sec04 .lower__vicinity02_bottom > div > h6, #top .top__sec04 #lower .lower__vicinity01 div > h6, #lower .lower__vicinity01 #top .top__sec04 div > h6, #top .top__sec04 .cmn__block01 div > h6, .cmn__block01 #top .top__sec04 div > h6, #top .top__sec04 .footer > div > h6, #top .top__sec04 .top__sec01 > div > h6, #top .top__sec04 .top__sec03 > div > h6 {
    font-size: 12px;
    margin-top: 20px;
  }
}
#top .btn:hover, #top a:hover {
  opacity: 0.8;
}
#top section {
  overflow: hidden;
}

/* lower */
#lower .lower_nav {
  background-color: #fff;
}
#lower .lower_nav nav {
  top: 26px;
}
#lower .lower_nav nav ul li a {
  display: unset !important;
}
@media screen and (min-width: 738px) {
  #lower main {
    padding-top: 68px;
  }
}
@media screen and (max-width: 737px) {
  #lower main {
    padding-top: 73px;
  }
}
#lower .mainvis {
  width: 100%;
  height: 100%;
  position: relative;
}
#lower .mainvis img {
  display: block;
}
#lower .mainvis h3 {
  font-size: 70px;
  background: linear-gradient(to bottom, #f8f4f1, #e7d9ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 1px 129.01px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  text-align: center;
}
#lower .mainvis h2 {
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(to bottom, #f8f4f1, #e7d9ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 1px 129.01px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 295px;
  left: 0;
  right: 0;
  text-align: center;
}
#lower .lower .location .location__inner {
  display: none;
}
#lower .lower .l-globalnav.panelactive .contact {
  display: block;
  opacity: 1;
}
#lower .lower .l-globalnav.panelactive {
  opacity: 1;
  z-index: 999;
  visibility: initial;
}
#lower .lower .l-globalnav-sub {
  display: none;
}
#lower .lower .tab_block ul {
  display: flex;
}
#lower .lower .tab_block ul li {
  width: 50%;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#lower .lower .tab_block ul li:nth-of-type(1) {
  background: linear-gradient(to bottom, #004c86, #0364ad);
}
#lower .lower .tab_block ul li:nth-of-type(1) span {
  margin-left: auto;
}
#lower .lower .tab_block ul li:nth-of-type(2) {
  background: linear-gradient(to bottom, #017e9b, #0492b3);
}
#lower .lower .tab_block ul li:nth-of-type(2) span {
  margin-right: auto;
}
#lower .lower .tab_block ul li span {
  width: 600px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 19px;
  position: relative;
}
#lower .lower .tab_block ul li span::after {
  content: "";
  background: url("../img/location/vicinity/arrow01.png") no-repeat center 0/contain;
  width: 8px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 45px;
}
#lower .lower {
  /**********************************************/
}
#lower .lower__vicinity01 {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 134px;
}
#lower .lower__vicinity01::before {
  content: "";
  background: url("../img/location/vicinity/bg01.png") no-repeat top 0 left 0/contain;
  width: 100%;
  height: 998.5px;
  display: block;
  position: absolute;
  top: 0;
}
#lower .lower__vicinity01::after {
  content: "";
  background: url("../img/location/vicinity/bg02.png") no-repeat bottom 0 left 0/contain;
  width: 100%;
  height: 998.5px;
  display: block;
  position: absolute;
  bottom: 0;
}
#lower .lower__vicinity01 h3 {
  position: absolute;
  top: 98px;
  right: 9.375vw;
  z-index: 1;
}
#lower .lower__vicinity01 div span.img01 {
  position: absolute;
  top: 0;
  left: -140px;
}
#lower .lower__vicinity01_access {
  padding-top: 600px !important;
}
#lower .lower__vicinity01_access > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#lower .lower__vicinity01_access > div:nth-of-type(1) {
  gap: 5px 80px;
}
#lower .lower__vicinity01_access > div:nth-of-type(1) dl::before {
  width: 32px;
  height: 74px;
  left: -47px;
}
@media screen and (min-width: 738px) {
  #lower .lower__vicinity01_access > div:nth-of-type(1) dl dt {
    font-size: 37px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__vicinity01_access > div:nth-of-type(1) dl dt {
    font-size: 14px;
    padding-bottom: 2px;
    text-align: center;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__vicinity01_access > div:nth-of-type(1) dl dd {
    font-size: 37px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__vicinity01_access > div:nth-of-type(1) dl dd {
    font-size: 14px;
    padding-bottom: 2px;
    text-align: center;
  }
}
#lower .lower__vicinity01_access > div:nth-of-type(1) dl dd span {
  font-size: 21px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 738px) {
  #lower .lower__vicinity01_access > div:nth-of-type(1) dl dd b {
    font-size: 85px;
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__vicinity01_access > div:nth-of-type(1) dl dd b {
    font-size: 33px;
    position: relative;
    top: 1px;
    right: 3px;
  }
}
#lower .lower__vicinity01_access > div:nth-of-type(2) {
  gap: 5px 28px;
  margin-top: 20px;
}
#lower .lower__vicinity01_access > div:nth-of-type(2) dl::before {
  width: 26px;
  height: 56.5px;
  top: 10px;
  left: -24px;
}
@media screen and (min-width: 738px) {
  #lower .lower__vicinity01_access > div:nth-of-type(2) dl dt {
    font-size: 29px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__vicinity01_access > div:nth-of-type(2) dl dt {
    font-size: 14px;
    padding-bottom: 2px;
    text-align: center;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__vicinity01_access > div:nth-of-type(2) dl dd {
    font-size: 29px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__vicinity01_access > div:nth-of-type(2) dl dd {
    font-size: 14px;
    padding-bottom: 2px;
    text-align: center;
  }
}
#lower .lower__vicinity01_access > div:nth-of-type(2) dl dd span {
  font-size: 15px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 738px) {
  #lower .lower__vicinity01_access > div:nth-of-type(2) dl dd b {
    font-size: 68px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__vicinity01_access > div:nth-of-type(2) dl dd b {
    font-size: 33px;
    position: relative;
    top: 1px;
    right: 3px;
  }
}
#lower .lower__vicinity01_access > div dl {
  display: flex;
  align-items: end;
  position: relative;
}
#lower .lower__vicinity01_access > div dl:nth-of-type(n + 2)::before {
  content: "";
  background: url("../img/top/slash.png") no-repeat center 0/contain;
  display: inline-block;
  position: absolute;
}
#lower .lower__vicinity01_access > div dl:nth-of-type(3)::before {
  display: none;
}
#lower .lower__vicinity01_access > div dl dd {
  white-space: pre;
}
@media screen and (min-width: 738px) {
  #lower .lower__vicinity01_access > div dl dd {
    font-size: 36px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__vicinity01_access > div dl dd {
    font-size: 14px;
  }
}
#lower .lower__vicinity01_access > div dl dd span {
  writing-mode: vertical-rl;
  margin: 0 0px 0 10px;
}
#lower .lower__vicinity01_access > div dl dd b {
  font-weight: 900;
  line-height: 1;
  color: #bbb293;
}
#lower .lower__vicinity01 span.img02 {
  margin-top: 80px;
  display: block;
}
#lower .lower__vicinity01 span.img02 img {
  display: block;
  margin: 0 auto;
}
#lower .lower__vicinity01 span.img03 {
  margin-top: 95px;
  display: block;
  position: relative;
  z-index: 1;
}
#lower .lower__vicinity01 span.img03 img {
  display: block;
  margin: 0 auto;
}
#lower .lower__vicinity02_top {
  padding: 70px 0;
  background: url("../img/location/vicinity/bg03.jpg") no-repeat center 0/cover;
}
#lower .lower__vicinity02_top h2 {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
#lower .lower__vicinity02_top h3 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
#lower .lower__vicinity02_top p {
  font-size: 20px;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  margin-top: 70px;
}
#lower .lower__vicinity02_bottom {
  padding: 200px 0 250px;
  background: url("../img/location/vicinity/bg04.jpg") no-repeat center 0/cover;
}
#lower .lower__vicinity02_bottom > div ul {
  padding: 0 32.5px;
}
#lower .lower__vicinity02_bottom > div ul li:nth-of-type(even) .flex {
  flex-direction: row-reverse;
}
#lower .lower__vicinity02_bottom > div ul li:nth-of-type(n + 2) {
  margin-top: 80px;
}
#lower .lower__vicinity02_bottom > div ul li .flex {
  gap: 0 80px;
}
#lower .lower__vicinity02_bottom > div ul li .flex_left h3 {
  font-size: 32px;
  color: #fff;
  margin-top: 40px;
}
#lower .lower__vicinity02_bottom > div ul li .flex_left h4 {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  margin-top: 25px;
}
#lower .lower__vicinity03 {
  background: url("../img/location/vicinity/bg05.jpg") no-repeat center 0/cover;
  padding-bottom: 125px;
}
#lower .lower__vicinity03 > div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 35px;
  margin-top: 150px;
}
#lower .lower__vicinity03 > div ul li {
  width: calc(25% - 26.3px);
}
#lower .lower__vicinity03 > div ul li h4 {
  font-size: 14px;
  line-height: 2;
}
#lower .lower__vicinity03 .local_info {
  margin-top: 55px;
  display: flex;
  gap: 0 30px;
}
#lower .lower__vicinity03 .local_info > div {
  width: 50%;
}
#lower .lower__vicinity03 .local_info dl:nth-of-type(n + 2) {
  margin-top: 20px;
}
#lower .lower__vicinity03 .local_info dl dt {
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #007f9b;
}
#lower .lower__vicinity03 .local_info dl dd {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
#lower .lower__area01 img {
  display: block;
  margin: 105px auto 0;
}
#lower .lower__area01 h3 {
  font-size: 24px;
  position: relative;
  left: 53%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: 60px;
}
#lower .lower__area01 h3 span {
  line-height: 1;
  padding: 0 17px 13px;
  border-bottom: 1px solid #07393c;
  display: block;
}
#lower .lower__area01 h3 span:nth-of-type(1) {
  position: relative;
  left: -107px;
  margin-bottom: 38px;
}
#lower .lower__area01 h3 span b {
  font-size: 40px;
  color: #bbb293;
}
#lower .lower__area02 {
  margin-top: 137px;
}
#lower .lower__area02 > div:nth-of-type(1) .area02_top {
  background: url("../img/location/area/bg01.jpg") no-repeat center 0/cover;
}
#lower .lower__area02 > div:nth-of-type(1) .area02_top h2::after {
  width: 620px;
}
#lower .lower__area02 > div:nth-of-type(2) .area02_top {
  background: url("../img/location/area/bg02.jpg") no-repeat center 0/cover;
}
#lower .lower__area02 > div:nth-of-type(2) .area02_top h2::after {
  width: 620px;
}
#lower .lower__area02 > div:nth-of-type(2) .area02_bottom dl {
  flex-direction: row-reverse;
}
#lower .lower__area02 > div:nth-of-type(2) .area02_bottom dl dd {
  padding-right: 20px;
}
#lower .lower__area02 > div:nth-of-type(3) .area02_top {
  background: url("../img/location/area/bg03.jpg") no-repeat center 0/cover;
}
#lower .lower__area02 > div:nth-of-type(3) .area02_top h2::after {
  width: 820px;
}
#lower .lower__area02 > div .area02_top {
  padding: 99px 0 65px;
}
#lower .lower__area02 > div .area02_top h2 {
  font-size: 80px;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
#lower .lower__area02 > div .area02_top h2::after {
  content: "";
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#lower .lower__area02 > div .area02_top h3 {
  font-size: 24px;
  line-height: 1.166;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
#lower .lower__area02 > div .area02_top p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
#lower .lower__area02 > div .area02_bottom {
  background: url("../img/location/area/bg04.jpg") no-repeat center 0/cover;
  padding: 200px 0;
}
#lower .lower__area02 > div .area02_bottom > div dl {
  display: flex;
  gap: 0 10px;
}
#lower .lower__area02 > div .area02_bottom > div dl dd {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}
#lower .lower__area02 > div .area02_bottom > div ul {
  display: flex;
  gap: 0 19px;
  margin-top: 110px;
}
#lower .lower__area02 > div .area02_bottom > div ul li {
  width: calc(25% - 14px);
}
#lower .lower__area02 > div .area02_bottom > div ul li h3 {
  font-size: 14px;
  line-height: 1;
  text-align: right;
  margin-top: 15px;
}
#lower .lower__mainvisual {
  background: url("../img/common/bglower.jpg") no-repeat center 0/cover;
  height: 333px;
  padding: 120px 0 110px;
  box-sizing: border-box;
}
#lower .lower__mainvisual h3 {
  font-size: 70px;
  line-height: 1;
  background: linear-gradient(to top, #f8f4f1, #e7d9ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.35);
  text-align: center;
}
#lower .lower__mainvisual h2 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
#lower .lower__concept01 > h3 {
  font-size: 45px;
  color: #016691;
  text-align: center;
  line-height: 1;
  padding: 120px 0 110px;
}
#lower .lower__concept01 .img_list {
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
}
#lower .lower__concept01 .img_list img {
  width: 25%;
}
#lower .lower__concept01 .contents, #lower .lower__concept01 .lower__concept03 > div, #lower .lower__concept01 .lower__concept02 > div, #lower .lower__concept01 .cmn__block01 div, .cmn__block01 #lower .lower__concept01 div, #lower .lower__concept01 .footer > div, #lower .lower__concept01 #top .top__sec01 > div, #top #lower .lower__concept01 .top__sec01 > div, #lower .lower__concept01 #top .top__sec03 > div, #top #lower .lower__concept01 .top__sec03 > div, #lower .lower__concept01 .lower__vicinity01 div, #lower .lower__vicinity01 .lower__concept01 div, #lower .lower__concept01 .lower__vicinity02_bottom > div, #lower .lower__concept01 .lower__vicinity03 > div, #lower .lower__concept01 .lower__area02 > div .area02_bottom > div, #lower .lower__area02 > div .lower__concept01 .area02_bottom > div {
  padding: 120px 125px;
}
#lower .lower__concept01 .contents h3, #lower .lower__concept01 .lower__concept03 > div h3, #lower .lower__concept01 .lower__concept02 > div h3, #lower .lower__concept01 .cmn__block01 div h3, .cmn__block01 #lower .lower__concept01 div h3, #lower .lower__concept01 .footer > div h3, #lower .lower__concept01 #top .top__sec01 > div h3, #top #lower .lower__concept01 .top__sec01 > div h3, #lower .lower__concept01 #top .top__sec03 > div h3, #top #lower .lower__concept01 .top__sec03 > div h3, #lower .lower__concept01 .lower__vicinity01 div h3, #lower .lower__vicinity01 .lower__concept01 div h3, #lower .lower__concept01 .lower__vicinity02_bottom > div h3, #lower .lower__concept01 .lower__vicinity03 > div h3, #lower .lower__concept01 .lower__area02 > div .area02_bottom > div h3, #lower .lower__area02 > div .lower__concept01 .area02_bottom > div h3 {
  font-size: 75px;
  line-height: 1;
  color: #016691;
  text-align: center;
}
#lower .lower__concept01 .contents h4, #lower .lower__concept01 .lower__concept03 > div h4, #lower .lower__concept01 .lower__concept02 > div h4, #lower .lower__concept01 .cmn__block01 div h4, .cmn__block01 #lower .lower__concept01 div h4, #lower .lower__concept01 .footer > div h4, #lower .lower__concept01 #top .top__sec01 > div h4, #top #lower .lower__concept01 .top__sec01 > div h4, #lower .lower__concept01 #top .top__sec03 > div h4, #top #lower .lower__concept01 .top__sec03 > div h4, #lower .lower__concept01 .lower__vicinity01 div h4, #lower .lower__vicinity01 .lower__concept01 div h4, #lower .lower__concept01 .lower__vicinity02_bottom > div h4, #lower .lower__concept01 .lower__vicinity03 > div h4, #lower .lower__concept01 .lower__area02 > div .area02_bottom > div h4, #lower .lower__area02 > div .lower__concept01 .area02_bottom > div h4 {
  font-size: 36px;
  line-height: 1;
  color: #016691;
  text-align: center;
  margin-top: 75px;
}
#lower .lower__concept01 .contents p, #lower .lower__concept01 .lower__concept03 > div p, #lower .lower__concept01 .lower__concept02 > div p, #lower .lower__concept01 .cmn__block01 div p, .cmn__block01 #lower .lower__concept01 div p, #lower .lower__concept01 .footer > div p, #lower .lower__concept01 #top .top__sec01 > div p, #top #lower .lower__concept01 .top__sec01 > div p, #lower .lower__concept01 #top .top__sec03 > div p, #top #lower .lower__concept01 .top__sec03 > div p, #lower .lower__concept01 .lower__vicinity01 div p, #lower .lower__vicinity01 .lower__concept01 div p, #lower .lower__concept01 .lower__vicinity02_bottom > div p, #lower .lower__concept01 .lower__vicinity03 > div p, #lower .lower__concept01 .lower__area02 > div .area02_bottom > div p, #lower .lower__area02 > div .lower__concept01 .area02_bottom > div p {
  font-size: 21px;
  line-height: 2.14;
  color: #016691;
  text-align: center;
  margin-top: 62px;
}
#lower .lower__concept01 .contents ul, #lower .lower__concept01 .lower__concept03 > div ul, #lower .lower__concept01 .lower__concept02 > div ul, #lower .lower__concept01 .cmn__block01 div ul, .cmn__block01 #lower .lower__concept01 div ul, #lower .lower__concept01 .footer > div ul, #lower .lower__concept01 #top .top__sec01 > div ul, #top #lower .lower__concept01 .top__sec01 > div ul, #lower .lower__concept01 #top .top__sec03 > div ul, #top #lower .lower__concept01 .top__sec03 > div ul, #lower .lower__concept01 .lower__vicinity01 div ul, #lower .lower__vicinity01 .lower__concept01 div ul, #lower .lower__concept01 .lower__vicinity02_bottom > div ul, #lower .lower__concept01 .lower__vicinity03 > div ul, #lower .lower__concept01 .lower__area02 > div .area02_bottom > div ul, #lower .lower__area02 > div .lower__concept01 .area02_bottom > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 95px;
  margin-top: 65px;
}
#lower .lower__concept02 {
  background: url("../img/concept/bg01.jpg") no-repeat center 0/cover;
  padding: 90px 0 100px;
}
#lower .lower__concept02 > div ul li:nth-of-type(n + 2) {
  margin-top: 156px;
}
#lower .lower__concept02 > div ul li:nth-of-type(even) .flex {
  flex-direction: row-reverse;
}
@media screen and (min-width: 738px) {
  #lower .lower__concept02 > div ul li .flex {
    gap: 0 77px;
  }
}
#lower .lower__concept02 > div ul li .flex_left {
  display: flex;
  align-items: center;
}
#lower .lower__concept02 > div ul li .flex_right h3 {
  font-size: 60px;
  line-height: 1;
  background: linear-gradient(to bottom, #016691, #cfdce2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lower .lower__concept02 > div ul li .flex_right h4 {
  font-size: 30px;
  line-height: 1;
  color: #016691;
  margin-top: 40px;
}
#lower .lower__concept02 > div ul li .flex_right p {
  font-size: 20px;
  line-height: 1.6;
  color: #016691;
  margin-top: 45px;
}
#lower .lower__concept03 {
  padding: 180px 0;
}
#lower .lower__concept03 > div h3 {
  font-size: 54px;
  line-height: 1.45;
  color: #660018;
  position: absolute;
  top: 75px;
  left: 85px;
}
#lower .lower__concept03 > div > img {
  margin: 0 0 0 auto;
  display: block;
}/*# sourceMappingURL=style.css.map */