/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  width: 100%;
  position: relative;
}
.header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 534px;
  background: center/cover no-repeat url(../images/about/sub-visual-deco.png);
  z-index: -1;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1820px;
  width: 100%;
  height: 100px;
  padding: 0 50px 0 32px;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
          box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
  border-radius: 0 0 60px 60px;
}
@media (max-width: 1400px) {
  .header-inner {
    padding: 0 30px 0 25px;
  }
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .header-logo a {
    max-width: 260px;
    width: 100%;
  }
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 1008px;
  width: 100%;
}
@media (max-width: 1400px) {
  .header-content {
    max-width: 950px;
  }
}
.header .global-nav {
  max-width: 780px;
  width: 100%;
}
@media (max-width: 1400px) {
  .header .global-nav {
    max-width: 747px;
  }
}
.header .global-nav-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-nav-list-item {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 14px;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 14px;
}
@media (max-width: 1400px) {
  .header .global-nav-list-item:not(:last-child)::after {
    margin-left: 10px;
  }
}
@media (max-width: 1400px) {
  .header .global-nav-list-item:not(:last-child) {
    margin-right: 10px;
  }
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
.header .global-nav-list-item a:hover {
  color: #0060d7 !important;
}
.header .global-nav-list-item a.current {
  color: #0060d7 !important;
}
.header-contact:hover {
  opacity: 0.8;
}
.header .main-visual {
  width: 100%;
  height: 100%;
  margin-bottom: 163px;
}
.header .main-visual-list {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 136px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .main-visual-list-item {
  max-width: 772px;
  width: 100%;
  height: 725px;
}
@media (max-width: 1622px) {
  .header .main-visual-list-item {
    max-width: 617px;
    height: 620px;
  }
}
.header .main-visual-list-item:nth-child(2) {
  margin-left: 56px;
}
@media (max-width: 1622px) {
  .header .main-visual-list-item:nth-child(2) {
    margin-left: 30px;
  }
}
.header .main-visual-list-item:nth-child(2) .main-visual-img {
  margin-bottom: 34px;
}
.header .main-visual-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/common/main-visual-arrow02.png);
}
.header .main-visual-list-item:nth-child(2) a:hover::before {
  right: 21px;
  bottom: 30px;
}
.header .main-visual-list-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
          box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
  border-radius: 5px;
  position: relative;
}
.header .main-visual-list-item a::before {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 30px;
  width: 102px;
  height: 102px;
  background: center/cover no-repeat url(../images/common/main-visual-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1622px) {
  .header .main-visual-list-item a::before {
    width: 80px;
    height: 80px;
  }
}
.header .main-visual-list-item a:hover {
  opacity: 0.8;
}
.header .main-visual-list-item a:hover::before {
  bottom: 21px;
}
.header .main-visual-img {
  width: 100%;
  margin-bottom: 24px;
}
.header .main-visual-title {
  padding-left: 46px;
}
@media (max-width: 1622px) {
  .header .main-visual-title {
    padding-left: 30px;
  }
}
.header .sub-visual {
  width: 100%;
  height: 100%;
  padding-top: 136px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  max-width: 1174px;
  width: 66%;
  height: 384px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: 60px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.3);
          box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.3);
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1620px;
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 173px;
}
.header .sub-visual-title {
  padding-left: 46px;
}
#top {
  position: relative;
}
#top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background: center bottom/cover no-repeat url(../images/common/header-bg-top.png);
  z-index: -1;
}

#privacy .sub-visual-textbox {
  padding-bottom: 140px;
}

#notfound .sub-visual-textbox {
  padding-bottom: 140px;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
}
.top-about-inner {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 97px;
  right: -109px;
  width: 308px;
  height: 212px;
  background: center/cover no-repeat url(../images/top/top-about-illust.png);
  z-index: -1;
}
.top-about-title {
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #151e12;
  text-align: center;
  margin-bottom: 24px;
}
.top-about-title-en {
  display: block;
  font-size: 2.4rem;
  color: #a6adbd;
  margin-bottom: 18px;
}
.top-about-title .gradation {
  font-size: 5rem;
}
.top-about-sub-title {
  text-align: center;
  margin-bottom: 60px;
}
.top-about-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: number 0;
}
.top-about-list-item {
  max-width: 330px;
  width: 100%;
  min-height: 462px;
  padding: 34px 24px 15px 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
          box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
  position: relative;
}
.top-about-list-item::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 22px;
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  color: #00bcd0;
  line-height: 1;
  letter-spacing: 0;
  counter-increment: number 1;
  content: "0" counter(number);
}
.top-about-list-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  color: #0060d7;
  margin-bottom: 17px;
}
.top-about-icon {
  margin: 0 auto 22px auto;
  text-align: center;
}

.top-trouble {
  position: relative;
  z-index: 1;
}
.top-trouble::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center top/cover no-repeat url(../images/top/top-trouble-bg.png);
  z-index: -1;
}
.top-trouble-inner {
  padding: 125px 0 109px 0;
}
.top-trouble-title {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-align: center;
}
.top-trouble-title-en {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 34px;
}
.top-trouble-list {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 60px;
  background-color: #fff;
  border-radius: 3px;
}
.top-trouble-list-item {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #151e12;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-trouble-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 20px;
  margin-right: 18px;
  background: center/cover no-repeat url(../images/top/top-trouble-check.png);
}
.top-trouble-list-item .accent {
  color: #0060d7;
}
.top-trouble-list-item:not(:last-child) {
  margin-bottom: 18px;
}
.top-trouble-textbox {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 55px;
  background-color: #fff;
  border-radius: 3px;
}
.top-trouble-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.top-trouble-text:not(:last-of-type) {
  margin-bottom: 12px;
}
.top-trouble-text .accent {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 8px 9px;
  margin-right: 18px;
  background-color: #0060d7;
}

.top-intro {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-intro::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1369px;
  background: center top/cover no-repeat url(../images/top/top-intro-bg-top.png);
  z-index: -1;
}
.top-intro-inner {
  padding: 66px 0 340px 0;
  position: relative;
  z-index: 1;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  top: 245px;
  left: -122px;
  width: 334px;
  height: 612px;
  background: center/cover no-repeat url(../images/top/top-intro-deco-l.png);
  z-index: -1;
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  top: 249px;
  right: -132px;
  width: 325px;
  height: 616px;
  background: center/cover no-repeat url(../images/top/top-intro-deco-r.png);
  z-index: -1;
}
.top-intro-title {
  text-align: center;
  margin-bottom: 32px;
}
.top-intro-text {
  font-size: 2rem;
  line-height: 2.75;
  text-align: center;
  margin-bottom: 47px;
}
.top-intro-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-intro-btn {
  max-width: 350px;
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: center/cover no-repeat url(../images/top/top-intro-btn-bg.png);
  border-radius: 37.5px;
  position: relative;
  z-index: 1;
}
.top-intro-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: center/cover no-repeat url(../images/top/top-intro-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-intro-btn:hover::before {
  right: 11px;
}
.top-intro-btn:not(:last-of-type) {
  margin-right: 40px;
}

.top-movie {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-movie::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1638px;
  height: 775px;
  background: center/cover no-repeat url(../images/top/top-movie-bg-r-b.png);
  z-index: -1;
}
.top-movie-inner {
  padding-top: 0;
}
.top-movie-inner .cmn-title {
  font-size: 5rem;
}
.top-movie-inner .cmn-title-en {
  font-size: 2.4rem;
}
.top-movie-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.top-movie-content:not(:last-of-type) {
  margin-bottom: 69px;
}
.top-movie-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
  margin-bottom: 7px;
}
.top-movie-wrap {
  width: 100%;
  height: 450px;
}
.top-movie-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.top-movie-wrap video {
  width: 100%;
  height: 100%;
  border: none;
}

.top-example {
  background: center/cover no-repeat url(../images/top/top-example-bg.png);
}
.top-example-inner {
  padding: 110px 0;
}
.top-example-inner .cmn-title {
  text-align: left;
  color: #fff;
  font-size: 5rem;
  margin-bottom: 88px;
}
.top-example-inner .cmn-title-en {
  font-size: 2.4rem;
}
.top-example-list {
  margin-bottom: 22px;
}
.top-example-list-item {
  max-width: 320px;
  width: 100%;
  height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
.top-example-list-item::before {
  position: absolute;
  content: "";
  top: -28px;
  left: 20px;
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/top/top-example-check.png);
}
.top-example-list-item .accent {
  display: block;
  line-height: 1;
  font-size: 2.2rem;
  margin-top: 10px;
}
.top-example-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.07em;
  text-align: right;
}

.flow {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 800px;
  height: 751px;
  background: center/cover no-repeat url(../images/top/flow-bg-l-t.png);
  z-index: -1;
}
.flow-inner {
  padding: 110px 0;
}
.flow-inner .cmn-title {
  margin-bottom: 188px;
  font-size: 5rem;
}
.flow-inner .cmn-title-en {
  font-size: 2.4rem;
}
.flow-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  min-height: 222px;
  padding: 62px 20px 20px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
  border-radius: 3px;
  position: relative;
}
.flow-list-item:not(:nth-child(3n)) {
  margin-right: 60px;
}
.flow-list-item:not(:nth-child(3n))::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 39px;
  background: center/cover no-repeat url(../images/top/flow-arrow.png);
}
.flow-list-item:last-child {
  margin-right: 0;
}
.flow-list-item:last-child::before {
  display: none;
}
.flow-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 203px;
}
.flow-list-title {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.flow-icon {
  position: absolute;
  top: -128px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 280px;
  width: 100%;
  height: 170px;
}
.flow-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6666;
}

.link-banner-inner {
  max-width: none;
  padding: 24px 0 130px 0;
}
.link-banner-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-banner-list-item {
  max-width: 850px;
  width: 100%;
  height: 340px;
}
@media (max-width: 1745px) {
  .link-banner-list-item {
    max-width: 600px;
  }
}
.link-banner-list-item:nth-child(2) {
  margin-left: 24px;
}
.link-banner-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../images/top/link-banner02.png);
}
.link-banner-list-item:nth-child(2) a::after {
  width: 323px;
  background: center/cover no-repeat url(../images/top/link-banner-en02.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 70px 0 0 50px;
  background: center/cover no-repeat url(../images/top/link-banner01.png);
  position: relative;
  border-radius: 5px;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 30px;
  width: 62px;
  height: 62px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-list-item a::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 579px;
  height: 74px;
  background: center/cover no-repeat url(../images/top/link-banner-en01.png);
}
.link-banner-list-item a:hover::before {
  right: 22px;
}
.link-banner-title {
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
}
.link-banner-title .s-font {
  display: block;
  font-size: 2rem;
  margin-top: 26px;
}

.reserve {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1800px;
  width: 100%;
  height: 600px;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  z-index: -1;
}
.reserve-inner {
  max-width: 1280px;
  padding: 200px 0;
}
.reserve-content {
  padding: 110px 128px 110px 100px;
  background-color: #fff;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  right: -45px;
  bottom: -64px;
  width: 195px;
  height: 255px;
  background: center/cover no-repeat url(../images/top/reserve-deco.png);
}
.reserve-textbox {
  max-width: 457px;
  width: 100%;
}
.reserve-title {
  font-size: 4rem;
  margin-bottom: 38px;
}
.reserve-title .accent {
  font-size: 5rem;
  color: #0060d7;
}
.reserve-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.reserve-btn:not(:last-of-type) {
  margin-right: 22px;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.news-inner {
  position: relative;
}
.news-section-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 39px;
  text-align: left;
}
.news-section-title::first-letter {
  color: #0060d7;
}
.news-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news-visual {
  width: 100%;
  height: 168px;
  margin-bottom: 13px;
  border-radius: 3px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: 100%;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 11px;
  background-color: #0060d7;
  border-radius: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}
.news .more-btn {
  position: absolute;
  top: 105px;
  right: 0;
}
.news .more-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #3f4551;
  border: 2px solid #3f4551;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #3f4551;
}
.news-tag-list-item a:hover {
  opacity: 0.7;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-img {
  text-align: center;
  margin-bottom: 35px;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: left;
  color: #3f4551;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(104, 79, 78, 0.2);
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  margin-bottom: 20px;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3f4551;
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #3f4551;
  border-right: 1px solid #3f4551;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #3f4551 !important;
}
.news-detail .paginated-link a:hover {
  color: #3f4551 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#top .reserve-inner {
  padding: 100px 0;
}

/*========================================
about
==========================================*/
.about-inner {
  padding-top: 70px;
}
.about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-img {
  -webkit-box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
          box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
  position: relative;
}
.about-img::before {
  position: absolute;
  content: "";
  right: -55px;
  bottom: -58px;
  width: 280px;
  height: 194px;
  background: center/cover no-repeat url(../images/about/about-deco.png);
}
.about-textbox {
  max-width: 530px;
  width: 100%;
}
.about-textbox .cmn-title {
  text-align: left;
}
.about-text {
  font-size: 1.7rem;
  line-height: 2.1;
}

.area {
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
}
.area-inner {
  padding-bottom: 208px;
  position: relative;
  z-index: 1;
}
.area-inner::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 38px;
  width: 776px;
  height: 559px;
  background: center/cover no-repeat url(../images/about/area-map.png);
  z-index: -1;
}
.area-inner .cmn-title {
  text-align: left;
  color: #fff;
}
.area-inner .cmn-title-en {
  color: #fff;
}
.area-list {
  max-width: 680px;
  width: 100%;
  margin-bottom: 18px;
}
.area-list-item {
  max-width: 220px;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  color: #0060d7;
  padding: 13px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 8px;
}
.area-text {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.66;
}
.area-text .accent {
  font-size: 2rem;
}

/*========================================
plan
==========================================*/
.plan-inner {
  padding-top: 40px;
}
.plan-notice {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.plan-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
}
.plan-content:not(:last-of-type) {
  margin-bottom: 44px;
}
.plan-img {
  max-width: 450px;
  width: 100%;
  height: 254px;
  border-radius: 3px;
  overflow: hidden;
}
.plan-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-textbox {
  max-width: 516px;
  width: 100%;
}
.plan-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 20px;
}
.plan-price {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  line-height: 1;
  color: #0060d7;
  padding: 13px 10px;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 3px;
}
.plan-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
}
.plan-body img {
  max-width: 100%;
}

.note {
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
}
.note-inner {
  position: relative;
  z-index: 1;
}
.note-title {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.note-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 108px;
  height: 69px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/plan/note-deco.png);
}
.note-content-title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  padding: 20px;
  background-color: #00bcd0;
}
.note-textbox {
  padding: 25px 28px;
  background-color: #fff;
}
.note-sub-title {
  font-size: 2rem;
  line-height: 1;
  color: #0060d7;
  padding-left: 9px;
  margin-bottom: 10px;
  border-left: 3px solid #0060d7;
}
.note-sub-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.note-list {
  margin-bottom: 20px;
}
.note-list-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.note-list-item:not(:last-child) {
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.15);
}
.note-list-title {
  width: 135px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #0060d7;
  margin-right: 35px;
  border-right: 2px solid #0060d7;
}
.note-list-text {
  font-size: 1.8rem;
  line-height: 1;
}
.note-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.note-text:not(:last-of-type) {
  margin-bottom: 23px;
}

/*========================================
calendar
==========================================*/
.calendar-inner {
  padding: 40px 0 19px 0;
  position: relative;
}
.calendar-inner::before {
  position: absolute;
  content: "";
  top: 74px;
  left: 0;
  width: 122px;
  height: 153px;
  background: center/cover no-repeat url(../images/calendar/calendar-deco.png);
}
.calendar-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.calendar-list-item {
  max-width: 515px;
  width: 100%;
  margin-bottom: 49px;
  -webkit-box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
          box-shadow: 0 0 30px 0 rgba(53, 53, 53, 0.15);
}
.calendar-title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
  border-radius: 3px 3px 0 0;
}
.calendar-text-list-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.calendar-text-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(53, 53, 53, 0.15);
}
.calendar-text-list-title {
  width: 115px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #0060d7;
  margin-right: 25px;
  border-right: 2px solid #0060d7;
}
.calendar-text {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: -3px;
}
.calendar-text .s-font {
  font-size: 1.5rem;
}
.calendar-btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 20px;
  background-color: #0060d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.calendar-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 12px;
  background: center/cover no-repeat url(../images/calendar/calendar-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calendar-btn:hover {
  opacity: 0.8;
}
.calendar-btn:hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}

/*========================================
voice
==========================================*/
.voice-inner {
  padding-top: 40px;
}
.voice-sub-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0 auto 38px auto;
  padding: 11px 14px 11px 39px;
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
  border-radius: 3px;
  position: relative;
}
.voice-sub-text::before {
  position: absolute;
  content: "";
  top: -42px;
  left: -106px;
  width: 161px;
  height: 118px;
  background: center/cover no-repeat url(../images/voice/voice-deco.png);
}
.voice-list-item {
  width: 100%;
  padding: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
}
.voice-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.voice-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.voice-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.greeting-inner {
  padding-top: 40px;
}
.greeting-img {
  margin-left: -55px;
  position: relative;
  z-index: 1;
}
.greeting-img::before {
  position: absolute;
  content: "";
  left: -366px;
  bottom: 7px;
  width: 947px;
  height: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
  z-index: -1;
}
.greeting-textbox {
  max-width: 530px;
  width: 100%;
}
.greeting-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 10px;
}
.greeting-name {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0060d7;
  text-align: right;
  margin-bottom: 8px;
}
.greeting-name .accent {
  font-size: 2rem;
  color: #0060d7;
}
.greeting-sub-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  padding: 9px 10px;
  background-color: #0060d7;
}
.greeting-sub-text .accent {
  display: inline-block;
  padding-left: 14px;
  margin-right: 14px;
  border-right: 1px solid #fff;
}

.info {
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
}
.info-inner .cmn-title {
  color: #fff;
}
.info-inner .cmn-title-en {
  color: #fff;
}
.info-textbox {
  padding: 50px;
  margin-bottom: 58px;
  background-color: #fff;
}
.info-table {
  width: 100%;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(53, 53, 53, 0.15);
}
.info-table tr th {
  width: 188px;
  padding: 22px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #0060d7;
  text-align: center;
  vertical-align: middle;
}
.info-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 19px 0;
  vertical-align: middle;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.guide {
  position: relative;
  z-index: 1;
}
.guide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 800px;
  height: 751px;
  background: center/cover no-repeat url(../images/info/site-bg-l-t.png);
  z-index: -1;
}
.guide-inner {
  max-width: 800px;
}
.guide-inner .cmn-title {
  text-align: left;
}
.guide-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#092cd6), to(#00bcd0));
  background: -webkit-linear-gradient(left, #092cd6, #00bcd0);
  background: linear-gradient(to right, #092cd6, #00bcd0);
  border-radius: 3px;
}
.guide-wrap {
  width: 100%;
  height: 450px;
  margin-bottom: 42px;
}
.guide-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.guide-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.guide-btn:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #0060d7;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #0060d7;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #0060d7;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #0060d7;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #0060d7;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #0060d7;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #0060d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #0060d7;
  border-right: 1px solid #0060d7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #e2f5f7;
}
.footer-inner {
  padding: 98px 0 109px 0;
}
.footer-logo {
  margin-bottom: 45px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 375px;
  width: 100%;
}
.footer-contact {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 31px;
}
.footer-contact:hover {
  opacity: 0.8;
}
.footer-right {
  max-width: 435px;
  width: 100%;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-sns-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 31px;
}
.footer-sns-list-item:not(:last-child) {
  margin-right: 30px;
}
.footer-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
  margin-bottom: 38px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list {
  width: 100%;
  height: 190px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 25px;
}
.footer-nav-list-item:nth-of-type(5n) {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background-color: #0060d7;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #0060d7 !important;
}
.footer-bottom {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.11em;
}