/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  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-content {
  max-width: 480px;
  width: 100%;
}
.header-tel {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  padding-top: 15px;
  color: #00366f;
  position: relative;
  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;
}
.header-tel::before {
  content: "";
  margin-right: 9px;
  width: 29px;
  height: 30px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00366f;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-text .accent {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  margin-right: 8px;
  padding: 5px 10px;
  background-color: #00366f;
  border-radius: 12px;
}
.header-contact:hover {
  opacity: 0.8;
}
.header .global-nav {
  width: 100%;
  padding: 29px 0;
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.header .global-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 42px;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
}
.header .global-nav-list-item:last-child {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.header .global-nav-list-item:nth-child(2) a::before {
  width: 30px;
  height: 32px;
  background: center/cover no-repeat url(../images/common/nav-icon02.png);
}
.header .global-nav-list-item:nth-child(3) a::before {
  width: 29px;
  height: 25px;
  background: center/cover no-repeat url(../images/common/nav-icon03.png);
}
.header .global-nav-list-item:nth-child(4) a::before {
  width: 28px;
  height: 27px;
  background: center/cover no-repeat url(../images/common/nav-icon04.png);
}
.header .global-nav-list-item:nth-child(5) a::before {
  width: 20px;
  height: 33px;
  background: center/cover no-repeat url(../images/common/nav-icon05.png);
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00366f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .global-nav-list-item a::before {
  content: "";
  width: 32px;
  height: 30px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/common/nav-icon01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover {
  opacity: 0.8;
}
.header .global-nav-list-item a:hover::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header .main-visual {
  width: 100%;
  height: 380px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-top: 115px;
}
.header .main-visual-textbox img {
  height: 145px;
  margin-left: -18px;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 288px;
  height: 77px;
  background: center/contain no-repeat url(../images/course/sub-visual-l-b.png);
  z-index: -1;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: -25px;
  padding: 60px 0 0 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .sub-visual-textbox img {
  height: 96px;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 380px;
  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;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
  position: relative;
}
#mv li .main-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#mv li .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
  background: left -100px top -100px/370px 363px no-repeat url(../images/top/top-about-l-t.png), left -100px bottom -100px/610px 356px no-repeat url(../images/top/top-about-l-b.png), right -100px top -100px/465px 306px no-repeat url(../images/top/top-about-r-t.png), right -100px bottom -100px/386px 331px no-repeat url(../images/top/top-about-r-b.png), center/1920px 1034px repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 23px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  padding: 105px 0 175px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  left: -36px;
  bottom: 20px;
  width: 154px;
  height: 138px;
  background: center/contain no-repeat url(../images/top/top-about-deco-l.png);
}
.top-about-inner::after {
  position: absolute;
  content: "";
  right: -31px;
  bottom: 14px;
  width: 190px;
  height: 176px;
  background: center/contain no-repeat url(../images/top/top-about-deco-r.png);
  z-index: -1;
}
.top-about-title {
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 1;
}
.top-about-title::before {
  position: absolute;
  content: "";
  left: -23px;
  bottom: 46px;
  width: 157px;
  height: 157px;
  background: center/cover no-repeat url(../images/top/top-about-ttl-l.png);
  z-index: -1;
}
.top-about-title::after {
  position: absolute;
  content: "";
  right: -38px;
  bottom: 60px;
  width: 137px;
  height: 153px;
  background: center/contain no-repeat url(../images/top/top-about-ttl-r.png);
  z-index: -1;
}
.top-about-title img {
  height: 96px;
}
.top-about-textbox {
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  padding: 23px 12px;
  background-color: #fff;
  margin-bottom: 46px;
  border: 2px solid #ffae0d;
  border-radius: 40px;
}
.top-about-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: center;
}
.top-about-btn {
  max-width: 340px;
  width: 100%;
  height: 58px;
  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;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.2em;
  margin: 0 auto;
  background: center/cover no-repeat url(../images/top/top-about-btn.png);
  position: relative;
}
.top-about-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-about-btn:hover {
  opacity: 0.8;
}
.top-about-btn:hover::before {
  right: 15px;
}

.top-feature {
  background-color: #00366f;
}
.top-feature-title {
  text-align: center;
  margin-bottom: 30px;
}
.top-feature-title img {
  height: 125px;
}
.top-feature-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-feature-list-item {
  max-width: 356px;
  width: 100%;
  padding: 35px 28px 20px 28px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 0 0 #000a24;
          box-shadow: 3px 3px 0 0 #000a24;
  border-radius: 30px;
  position: relative;
}
.top-feature-list-item::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 20px;
  width: 71px;
  height: 83px;
  background: center/cover no-repeat url(../images/top/top-feature-no01.png);
}
.top-feature-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/top/top-feature-no02.png);
}
.top-feature-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/top/top-feature-no03.png);
}
.top-feature-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-feature-list-title {
  width: 100%;
  min-height: 70px;
  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;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}
.top-feature-list-title .accent {
  font-size: 2.5rem;
}
.top-feature-icon {
  max-width: 270px;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 10px;
  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;
}
.top-feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.73;
}

.top-course {
  background: center/cover no-repeat url(../images/top/top-course-bg.png);
  position: relative;
  z-index: 1;
}
.top-course::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: center/cover no-repeat url(../images/top/top-course-bg-top.png);
  z-index: -1;
}
.top-course-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-course-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.top-course-img {
  margin-bottom: 20px;
}
.top-course-textbox {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.top-course-title {
  margin-bottom: 30px;
}
.top-course-title img {
  height: 75px;
}
.top-course-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.top-course-btn {
  max-width: 295px;
  width: 100%;
  height: 63px;
  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;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.2em;
  margin: 0 auto;
  background: center/cover no-repeat url(../images/top/top-course-btn.png);
  position: relative;
  -webkit-box-shadow: 3px 3px 0 0 #000a24;
          box-shadow: 3px 3px 0 0 #000a24;
  border-radius: 37.5px;
}
.top-course-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-course-btn:hover {
  opacity: 0.8;
}
.top-course-btn:hover::before {
  right: 15px;
}

.reserve {
  background: center/1918px 1319px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: center/cover no-repeat url(../images/top/news-bg-bottom.png);
  z-index: -1;
}
.reserve-inner {
  max-width: none;
}
.reserve-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
}
.reserve-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffae0d;
  margin-bottom: 15px;
}
.reserve-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.reserve-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  border: 1px dashed #fff;
  z-index: -1;
  border-radius: 50px;
}
.reserve-content {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px 20px 15px;
  background-color: rgba(247, 247, 247, 0.85);
  border-radius: 30px;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 121px;
  height: 63px;
  background: center/contain no-repeat url(../images/top/reserve-deco01.png);
}
.reserve-content::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 4px;
  width: 121px;
  height: 63px;
  background: center/contain no-repeat url(../images/top/reserve-deco02.png);
}
.reserve-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-textbox {
  margin-bottom: 20px;
}
.reserve-tel {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  padding-top: 15px;
  color: #00366f;
  position: relative;
  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;
}
.reserve-tel::before {
  content: "";
  margin-right: 9px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00366f;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-text .accent {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  margin-right: 8px;
  padding: 4px 15px;
  background-color: #00366f;
  border-radius: 17px;
}
.reserve-btn {
  max-width: 263px;
  width: 100%;
  -webkit-box-shadow: 6px 6px 0 0 #d68e00;
          box-shadow: 6px 6px 0 0 #d68e00;
  border-radius: 26px;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.news {
  background: center/1918px 1319px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: center/cover no-repeat url(../images/top/news-bg-bottom.png);
  z-index: -1;
}
.news-inner {
  position: relative;
}
.news-section-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 39px;
  text-align: left;
}
.news-section-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffae0d;
  margin-bottom: 15px;
}
.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: 5px solid #fff;
  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: #00c9d0;
}
.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: 81px;
  right: 0;
  max-width: 95px;
  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: #00366f;
  border: 2px solid #00366f;
}
.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: #00366f;
}
.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 #00366f;
  border-bottom: 1px solid #00366f;
}
.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 #00366f;
  border-right: 1px solid #00366f;
}
.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: #00366f !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#top .reserve {
  padding: 0;
}
#top .reserve::before {
  display: none;
}

/*========================================
course
==========================================*/
.course {
  overflow: hidden;
  background: left -100px top -100px/370px 363px no-repeat url(../images/top/top-about-l-t.png), left -150px bottom -150px/610px 356px no-repeat url(../images/top/top-about-l-b.png), right -100px top -100px/465px 306px no-repeat url(../images/top/top-about-r-t.png), right -150px bottom -150px/386px 331px no-repeat url(../images/top/top-about-r-b.png), center/1920px 1034px repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.course::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 23px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.course-inner .cmn-title {
  margin-bottom: 40px;
}
.course-link-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.course-link-list-item {
  max-width: 320px;
  width: 100%;
  height: 75px;
}
.course-link-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../images/course/course-btn-bg02.png);
  -webkit-box-shadow: 3px 3px 0 0 #009a9f;
          box-shadow: 3px 3px 0 0 #009a9f;
}
.course-link-list-item:nth-child(3) a {
  background: center/cover no-repeat url(../images/course/course-btn-bg03.png);
  -webkit-box-shadow: 3px 3px 0 0 #ff1970;
          box-shadow: 3px 3px 0 0 #ff1970;
}
.course-link-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.course-link-list-item a {
  width: 100%;
  height: 100%;
  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;
  color: #fff;
  letter-spacing: 0.2em;
  background: center/cover no-repeat url(../images/course/course-btn-bg01.png);
  border-radius: 37.5px;
  -webkit-box-shadow: 3px 3px 0 0 #bb7c00;
          box-shadow: 3px 3px 0 0 #bb7c00;
  position: relative;
}
.course-link-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 10px;
  background: center/cover no-repeat url(../images/course/course-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.course-link-list-item a .s-font {
  font-size: 1.6rem;
}
.course-link-list-item a:hover {
  opacity: 0.8;
}
.course-link-list-item a:hover::before {
  top: 57%;
}
.course-wrap {
  padding-top: 90px;
  margin-top: -90px;
}
.course-table-wrap .course-table {
  width: 1080px;
}
.course-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.course-content:first-of-type {
  position: relative;
}
.course-content:first-of-type::before {
  position: absolute;
  content: "";
  top: -47px;
  left: 10px;
  width: 140px;
  height: 52px;
  background: center/contain no-repeat url(../images/course/course-deco01.png);
  z-index: -1;
}
.course-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 20px;
  background-color: #ffae0d;
  margin-bottom: 22px;
  border-radius: 20px;
}
.course-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
.course-img {
  margin-bottom: 10px;
}
.course-textbox {
  max-width: 516px;
  width: 100%;
}
.course-table {
  width: 100%;
  border: 1px solid #007f41;
}
.course-table:not(:last-of-type) {
  margin-bottom: 17px;
}
.course-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #007f41;
}
.course-table tr th {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 19px 23px;
  background-color: #007f41;
}
.course-table tr th:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.course-table tr th.w575 {
  width: 575px;
}
.course-table tr th.w413 {
  width: 413px;
}
.course-table tr th.w160 {
  width: 160px;
}
.course-table tr th.w138 {
  width: 138px;
}
.course-table tr th.w344 {
  width: 344px;
}
.course-table tr th.w332 {
  width: 332px;
}
.course-table tr th.yellow {
  background-color: #ffae0d;
}
.course-table tr td {
  font-size: 1.8rem;
  font-weight: 700;
  color: #007f41;
  padding: 16px 22px;
  background-color: #fcfdfd;
}
.course-table tr td:not(:first-of-type) {
  border-left: 1px solid #007f41;
}
.course-table tr td.center {
  text-align: center;
}
.course-table tr td.v-center {
  vertical-align: middle;
}
.course-table tr td.w270 {
  width: 270px;
}
.course-table tr td.w432 {
  width: 432px;
}
.course-table tr td.w210 {
  width: 210px;
}
.course-table tr td.w120 {
  width: 120px;
}
.course-table tr td.flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px !important;
}
.course-table tr td span:not(:last-of-type) {
  margin-right: 45px;
}
.course-table tr td .txt-line {
  display: block;
}
.course-table tr td .txt-line:not(:last-of-type) {
  margin-bottom: 20px;
}
.course-table tr td .s-font {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.course-table tr td.s-td {
  padding: 13px 16px;
  text-align: right !important;
}
.course-table tr td.b-left {
  border-left: 1px solid #007f41;
}
.course-table tr td.other-box {
  padding: 20px 10px !important;
  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;
  text-align: left !important;
}
.course-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.course-sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.course-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.course-sub-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 23px;
}
.course-btn {
  max-width: 330px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  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;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.2em;
  background: center/cover no-repeat url(../images/top/top-about-btn.png);
  position: relative;
}
.course-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.course-btn:hover {
  opacity: 0.8;
}
.course-btn:hover::before {
  right: 15px;
}
.course-notice {
  font-size: 1.5rem;
  font-weight: 500;
  color: #007f41;
  text-align: left;
  margin-top: 13px;
}
.course-scroll {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
  color: #999;
}
.course-sub-notice {
  line-height: 1;
  color: #fff;
  margin-top: 8px;
}

#course01 .course-inner {
  padding-bottom: 154px;
}

#course02 {
  background: #00366f;
}
#course02 .cmn-title {
  color: #fff;
}
#course02 .course-title {
  background-color: #00c9d0;
}
#course02 .course-content:first-of-type::before {
  top: -45px;
  width: 72px;
  height: 54px;
  background: center/contain no-repeat url(../images/course/course-deco02.png);
}
#course02 .course-content:first-of-type::after {
  position: absolute;
  content: "";
  top: -41px;
  right: 20px;
  width: 66px;
  height: 50px;
  background: center/contain no-repeat url(../images/course/course-deco03.png);
  z-index: -1;
}
#course02 .course-sub-title {
  color: #fff;
}
#course02 .course-text {
  color: #fff;
}

#course03 {
  background: center/cover no-repeat url(../images/course/course-bg02.png);
  position: relative;
  z-index: 1;
}
#course03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: center/cover no-repeat url(../images/top/top-course-bg-top.png);
  z-index: -1;
}
#course03 .course-inner {
  padding-top: 60px;
}
#course03 .course-title {
  background-color: #ff5e9b;
}
#course03 .course-content:first-of-type::before {
  top: -49px;
  width: 84px;
  height: 54px;
  background: center/contain no-repeat url(../images/course/course-deco04.png);
}

.notice {
  background: center/1918px 1319px repeat url(../images/top/cmn-pattern.png);
}
.notice-inner {
  padding: 25px 0;
}
.notice-textbox {
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 3px solid #ffae0d;
  border-radius: 40px;
}
.notice-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left;
}
.notice-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.notice-text .accent {
  display: block;
  font-size: 2rem;
  margin-bottom: 7px;
}

/*========================================
menu
==========================================*/
#menu .course-title {
  max-width: 384px;
  width: 100%;
  min-height: 150px;
  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;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}
#menu .course-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#menu .course-table tr th {
  text-align: center;
}
#menu .course-table tr td:not(:last-of-type) {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#menu .course-table tr td:last-of-type {
  text-align: right;
}

#menu01 .course-inner {
  padding-bottom: 154px;
}
#menu01 .course-content:first-of-type {
  margin-top: 48px;
}
#menu01 .course-content:first-of-type::before {
  top: -51px;
  width: 149px;
  height: 55px;
  background: center/contain no-repeat url(../images/menu/menu-deco01.png);
}

#menu02 {
  background: #00366f;
}
#menu02 .cmn-title {
  color: #fff;
}
#menu02 .course-title {
  background-color: #00c9d0;
}
#menu02 .course-content:first-of-type {
  margin-top: 48px;
}
#menu02 .course-content:first-of-type::before {
  top: -52px;
  width: 146px;
  height: 56px;
  background: center/contain no-repeat url(../images/menu/menu-deco02.png);
}
#menu02 .course-sub-title {
  color: #fff;
}
#menu02 .course-text {
  color: #fff;
}
#menu02 .course-sub-text {
  color: #fff;
}

#menu03 {
  background: center/cover no-repeat url(../images/course/course-bg02.png);
  position: relative;
  z-index: 1;
}
#menu03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: center/cover no-repeat url(../images/top/top-course-bg-top.png);
  z-index: -1;
}
#menu03 .course-inner {
  padding-top: 60px;
}
#menu03 .course-title {
  background-color: #ff5e9b;
}
#menu03 .course-content:first-of-type {
  margin-top: 55px;
}
#menu03 .course-content:first-of-type::before {
  top: -58px;
  left: 8px;
  width: 100px;
  height: 65px;
  background: center/contain no-repeat url(../images/menu/menu-deco03.png);
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  background: left -200px top -200px/370px 363px no-repeat url(../images/top/top-about-l-t.png), left -200px bottom -200px/610px 356px no-repeat url(../images/top/top-about-l-b.png), right -79px top -210px/465px 306px no-repeat url(../images/top/top-about-r-t.png), right -200px bottom -200px/386px 331px no-repeat url(../images/top/top-about-r-b.png), center/1920px 1034px repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 23px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-textbox {
  max-width: 515px;
  width: 100%;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
}
.about-text .accent {
  color: #ff0001;
}

#about .course {
  background: center/cover no-repeat url(../../images/about/course-bg.png);
  position: relative;
  z-index: 1;
}
#about .course::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: center/cover no-repeat url(../images/top/top-course-bg-top.png);
  z-index: -1;
}
#about .course-content::before {
  display: none;
}
#about .course-sub-notice {
  color: #007f41;
}
#about .course-sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #007f41;
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 2px solid #007f41;
}
#about .course-table th {
  text-align: center;
  font-size: 1.67rem;
  letter-spacing: 0.05em;
  padding: 15px 7px;
}
#about .course-table th.w332 {
  width: auto;
}
#about .course-table td {
  height: 58px;
  font-size: 1.5rem;
  padding: 0 2px 0 4px;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.07em;
}
#about .course-table td.w210 {
  width: auto;
}

.school {
  background: #00366f;
}
.school .cmn-title {
  color: #fff;
}
.school-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.school-img {
  max-width: 400px;
  width: 90%;
  margin-bottom: 20px;
}
.school-textbox {
  max-width: 545px;
  width: 100%;
}
.school-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.school-list-title {
  width: 130px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 24px;
  background-color: #ffae0d;
  border-radius: 18px;
}
.school-text {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  background: left -100px top -100px/370px 363px no-repeat url(../images/top/top-about-l-t.png), left -100px bottom -100px/610px 356px no-repeat url(../images/top/top-about-l-b.png), right -100px top -100px/465px 306px no-repeat url(../images/top/top-about-r-t.png), right -100px bottom -100px/386px 331px no-repeat url(../images/top/top-about-r-b.png), center/1920px 1034px repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.info-table {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.info-table::before {
  position: absolute;
  content: "";
  top: -61px;
  right: -6px;
  width: 138px;
  height: 68px;
  background: center/contain no-repeat url(../images/info/info-deco.png);
  z-index: -1;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background-color: #00366f;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  padding: 19px 15px 19px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.info-tel-txt img {
  display: block;
}
.info-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.info-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 18px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.info-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 32px;
  margin-right: 12px;
  background: center/contain no-repeat url(../images/info/info-icon.png);
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
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: #00366f;
}
.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: #00366f;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #00366f;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #00366f;
  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 #00366f;
}
.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 #00366f;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #00366f;
  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 #00366f;
  border-right: 1px solid #00366f;
  -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: #00366f;
}
.footer-inner {
  padding: 30px 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: 24px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 443px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  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-tel::before {
  content: "";
  margin-right: 9px;
  width: 29px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.footer-text .accent {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #00366f;
  letter-spacing: 0.05em;
  margin-right: 11px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 12px;
}
.footer-contact {
  display: block;
  max-width: 250px;
  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-nav {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list {
  width: 100%;
  height: 193px;
  -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: 28px;
}
.footer-nav-list-item:nth-of-type(5) {
  margin-bottom: 0;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.1em;
  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: 7px;
  background-color: #fff;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #8f8362 !important;
}
.footer-bottom {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}