/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  width: 100%;
  position: relative;
  z-index: 10;
}
.header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/about/sub-visual-deco.png);
  z-index: -1;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  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: 0 0 30px 30px;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  width: 100%;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-tel {
  font-size: 3rem;
  line-height: 1;
}
.header-tel .accent {
  display: inline-block;
  font-size: 2rem;
}
.header-tel .info-tel-txt {
  display: block;
  margin-top: 10px;
}
.header-tel .info-tel-txt img {
  display: block;
  margin-left: auto;
}
.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: 30px;
}
.header .main-visual-list {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .main-visual-list-item {
  max-width: 400px;
  width: 95%;
  height: 360px;
}
.header .main-visual-list-item:nth-child(2) {
  margin-top: 30px;
}
.header .main-visual-list-item:nth-child(2) .main-visual-img {
  margin-bottom: 34px;
}
.header .main-visual-list-item:nth-child(2) .main-visual-title {
  width: 80%;
}
.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 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: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/common/main-visual-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-visual-list-item a:hover {
  opacity: 0.8;
}
.header .main-visual-img {
  width: 100%;
  margin-bottom: 24px;
}
.header .main-visual-title {
  padding-left: 20px;
  width: 90%;
}
.header .sub-visual {
  width: 100%;
  height: 360px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  max-width: 1174px;
  width: 87%;
  height: 190px;
  margin-bottom: 30px;
  margin-left: auto;
  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: 20px;
}
.header .sub-visual-title img {
  height: 50px;
}

#top {
  position: relative;
}
#top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: center bottom/cover no-repeat url(../images/common/header-bg-top.png);
  z-index: -1;
}

#privacy .sub-visual-textbox {
  padding-bottom: 2px;
}
#privacy .sub-visual-textbox img {
  height: 70px;
}

#notfound .sub-visual-textbox {
  padding-bottom: 2px;
}
#notfound .sub-visual-textbox img {
  height: 70px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
}
.top-about-inner {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: -12px;
  right: -55px;
  width: 199px;
  height: 143px;
  background: center/contain no-repeat url(../images/top/top-about-illust.png);
  z-index: -1;
}
.top-about-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #151e12;
  text-align: center;
  margin-bottom: 24px;
}
.top-about-title-en {
  display: block;
  font-size: 2rem;
  color: #a6adbd;
  margin-bottom: 18px;
}
.top-about-title .gradation {
  font-size: 2.4rem;
}
.top-about-sub-title {
  max-width: 500px;
  width: 160%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin-bottom: 30px;
}
.top-about-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: number 0;
}
.top-about-list-item {
  max-width: 330px;
  width: 100%;
  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-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-about-list-title {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  color: #0060d7;
  margin-bottom: 14px;
}
.top-about-icon {
  margin: 0 auto 20px 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-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
}
.top-trouble-title-en {
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
}
.top-trouble-list {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 3px;
}
.top-trouble-list-item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 14px;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-trouble-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 20px;
  margin-right: 13px;
  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 15px;
  background-color: #fff;
  border-radius: 3px;
}
.top-trouble-text {
  font-size: 1.7rem;
  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: 7px 6px;
  margin-right: 10px;
  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: 700px;
  background: center top/cover no-repeat url(../images/top/top-intro-bg-top.png);
  z-index: -1;
}
.top-intro-inner {
  padding-bottom: 89px;
  position: relative;
  z-index: 1;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: -17px;
  width: 146px;
  height: 267px;
  background: center/contain no-repeat url(../images/top/top-intro-deco-l.png);
  z-index: -1;
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  bottom: -3px;
  right: -17px;
  width: 159px;
  height: 301px;
  background: center/contain no-repeat url(../images/top/top-intro-deco-r.png);
  z-index: -1;
}
.top-intro-title {
  width: 105%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin-bottom: 30px;
}
.top-intro-text {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 40px;
}
.top-intro-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-intro-btn {
  max-width: 220px;
  width: 100%;
  height: 47px;
  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.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: center/contain no-repeat url(../images/top/top-intro-btn-bg.png);
  border-radius: 33px;
  position: relative;
  z-index: 1;
}
.top-intro-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  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-bottom: 20px;
}

.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: 20px;
}
.top-movie-wrap {
  width: 100%;
  height: 54vw;
}
.top-movie-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.top-movie-wrap video {
  width: 100%;
  height: 100%;
  border: none;
}
.top-movie-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.top-movie-content:not(:last-of-type) {
  margin-bottom: 25px;
}
.top-movie-content:nth-of-type(2) .top-movie-wrap {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  z-index: 1;
}
.top-movie-content:nth-of-type(2) .top-movie-wrap video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-movie-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  padding: 11px 10px;
  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-example {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-example-bg.png);
}
.top-example-inner .cmn-title {
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}
.top-example-list {
  margin-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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: 2.4rem;
  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: -20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/top/top-example-check.png);
}
.top-example-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.top-example-list-item .accent {
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  margin-top: 10px;
}
.top-example-list-item .accent img {
  height: 38px;
}
.top-example-text {
  font-size: 2rem;
  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 .cmn-title {
  font-size: 2.6rem;
  margin-bottom: 180px;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  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(:last-child) {
  margin-bottom: 169px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 21px;
  height: 39px;
  background: center/cover no-repeat url(../images/top/flow-arrow.png);
}
.flow-list-title {
  font-size: 2.2rem;
  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 {
  overflow: hidden;
}
.link-banner-inner {
  max-width: none;
  padding: 25px 0;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 400px;
  width: 100%;
  height: 195px;
}
.link-banner-list-item:nth-child(2) {
  margin-top: 30px;
}
.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: 158px;
  background: center/contain no-repeat url(../images/top/link-banner-en02.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 35px 0 0 25px;
  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: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  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: 279px;
  height: 36px;
  background: center/contain no-repeat url(../images/top/link-banner-en01.png);
}
.link-banner-list-item a:hover::before {
  right: 22px;
}
.link-banner-title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}
.link-banner-title .s-font {
  display: block;
  font-size: 1.8rem;
  margin-top: 15px;
}

.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: 90%;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  z-index: -1;
}
.reserve-inner {
  max-width: 1280px;
  padding: 100px 0;
}
.reserve-content {
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  right: -24px;
  bottom: -64px;
  width: 106px;
  height: 142px;
  background: center/contain no-repeat url(../images/top/reserve-deco.png);
}
.reserve-textbox {
  max-width: 457px;
  width: 100%;
}
.reserve-title {
  font-size: 2.3rem;
  margin-bottom: 25px;
}
.reserve-title .accent {
  font-size: 2.6rem;
  color: #0060d7;
}
.reserve-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
.reserve-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-btn {
  max-width: 200px;
  width: 100%;
}
.reserve-btn:not(:last-of-type) {
  margin-bottom: 22px;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.news {
  overflow: hidden;
}
.news-inner {
  position: relative;
}
.news-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  text-align: left;
}
.news-section-title::first-letter {
  color: #0060d7;
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.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: 50px;
  right: 0;
  max-width: 110px;
  width: 100%;
}
.news .more-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 250px;
  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: #0060d7;
  border: 2px solid #0060d7;
}
.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: #0060d7;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -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 {
  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.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #0060d7;
  border-bottom: 1px solid #0060d7;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #0060d7;
  border-right: 1px solid #0060d7;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #0060d7 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 20px;
  -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: 231px;
  height: 159px;
  background: center/contain 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 {
  position: relative;
  z-index: 1;
}
.area-inner::before {
  position: absolute;
  content: "";
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  height: 266px;
  background: center/contain no-repeat url(../images/about/area-map.png);
  z-index: -1;
}
.area-inner .cmn-title {
  text-align: left;
  color: #fff;
  margin-bottom: 260px;
}
.area-inner .cmn-title-en {
  color: #fff;
}
.area-list {
  max-width: 400px;
  width: 100%;
  margin-bottom: 18px;
}
.area-list-item {
  max-width: 220px;
  width: 48%;
  font-size: 1.7rem;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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);
}
.plan-content:not(:last-of-type) {
  margin-bottom: 25px;
}
.plan-img {
  max-width: 450px;
  width: 100%;
  height: 254px;
  margin-bottom: 20px;
  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.1rem;
  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: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.note-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 97px;
  height: 61px;
  margin-bottom: 10px;
  background: center/contain no-repeat url(../images/plan/note-deco.png);
}
.note-content-title {
  font-size: 2.1rem;
  line-height: 1.3;
  color: #fff;
  padding: 12px 15px;
  background-color: #00bcd0;
}
.note-textbox {
  padding: 15px;
  background-color: #fff;
}
.note-sub-title {
  font-size: 1.8rem;
  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: 115px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #0060d7;
  margin-right: 25px;
  border-right: 2px solid #0060d7;
}
.note-list-text {
  font-size: 1.6rem;
  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: 36px;
  left: -30px;
  width: 93px;
  height: 122px;
  background: center/contain no-repeat url(../images/calendar/calendar-deco.png);
}
.calendar-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.calendar-title {
  font-size: 2.1rem;
  line-height: 1;
  color: #fff;
  padding: 15px;
  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: 15px;
  -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.7rem;
  font-weight: 500;
  line-height: 1;
  color: #0060d7;
  margin-right: 25px;
  border-right: 2px solid #0060d7;
}
.calendar-text {
  font-size: 1.6rem;
  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: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin: 0 auto 30px auto;
  padding: 8px 14px 8px 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;
}
.voice-sub-text::before {
  position: absolute;
  content: "";
  top: -62px;
  left: -37px;
  width: 125px;
  height: 91px;
  background: center/contain no-repeat url(../images/voice/voice-deco.png);
}
.voice-list-item {
  width: 100%;
  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);
}
.voice-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.voice-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 13px;
  margin-bottom: 14px;
  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 {
  overflow: hidden;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-left: -26px;
  margin-right: -13px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.greeting-img::before {
  position: absolute;
  content: "";
  left: -366px;
  bottom: 7px;
  width: 947px;
  height: 150px;
  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.5rem;
  line-height: 1;
  color: #fff;
  padding: 9px 7px;
  background-color: #0060d7;
}
.greeting-sub-text .accent {
  display: inline-block;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #fff;
}

.info {
  overflow: hidden;
  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: 20px;
  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 {
  display: block;
  padding: 20px 0 10px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #0060d7;
  text-align: center;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 13px 0;
  vertical-align: middle;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.guide {
  overflow: hidden;
  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: 2.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: 54vw;
  margin-bottom: 30px;
}
.guide-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.guide-btn {
  display: block;
  width: 80%;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #0060d7;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #0060d7;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  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.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #0060d7;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #0060d7;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 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-sp
==========================================*/
.footer {
  background-color: #e2f5f7;
}
.footer-inner {
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  width: 80%;
  margin-bottom: 25px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 375px;
  width: 90%;
  text-align: center;
  margin-bottom: 25px;
}
.footer-contact {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  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.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  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: 8px;
  background-color: #0060d7;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #0060d7 !important;
}
.footer-bottom {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}