/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  padding: 0;
  background: center/cover no-repeat url(../images/common/header-bg.png);
  z-index: 10;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
}
.header .global-nav {
  max-width: 635px;
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header .global-nav-list-item a:hover {
  color: #004b8b;
}
.header-line:hover {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 1080px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -105px;
  width: 650px;
  height: 1185px;
  background: center/cover no-repeat url(../images/common/main-visual-bg-r-b.png);
  z-index: 1;
}
.header .main-visual-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .main-visual-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 226px;
  z-index: 2;
}
.header .sub-visual {
  width: 100%;
  height: 680px;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -100px;
  width: 610px;
  height: 780px;
  background: center/cover no-repeat url(../images/feature/sub-visual-bg-r-b.png);
  z-index: -1;
}
.header .sub-visual-textbox {
  width: 100%;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 140px;
}
.header .page-top {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
}
.header .page-top:hover {
  bottom: 60px;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-campaign-inner {
  padding: 223px 0 113px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.top-campaign-inner::before {
  position: absolute;
  content: "";
  top: 188px;
  left: -112px;
  width: 148px;
  height: 194px;
  background: center/cover no-repeat url(../images/top/top-campaign-deco-illust.png);
  z-index: 2;
}
.top-campaign-inner::after {
  position: absolute;
  content: "";
  bottom: -185px;
  right: -80px;
  width: 204px;
  height: 256px;
  background: center/cover no-repeat url(../images/top/top-about-illust.png);
  z-index: 2;
}
.top-campaign-content {
  max-width: 515px;
  width: 100%;
  padding: 59px 40px 55px 40px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.top-campaign-content::before {
  position: absolute;
  content: "";
  top: -102px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 290px;
  height: 146px;
  background: center/cover no-repeat url(../images/top/top-campaign-icon01.png);
}
.top-campaign-content:nth-of-type(1)::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: center/cover no-repeat url(../images/top/top-campaign-bg01.png);
  z-index: -1;
  border-radius: 35px;
}
.top-campaign-content:nth-of-type(2)::before {
  width: 227px;
  height: 145px;
  background: center/cover no-repeat url(../images/top/top-campaign-icon02.png);
}
.top-campaign-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #004b8b;
  margin-bottom: 35px;
  text-align: center;
}
.top-campaign-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 43px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff4ad));
  background: -webkit-linear-gradient(transparent 50%, #fff4ad 50%);
  background: linear-gradient(transparent 50%, #fff4ad 50%);
}
.top-campaign-sub-content:not(:last-of-type) {
  margin-bottom: 27px;
}
.top-campaign-sub-title {
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 9px 0 10px 0;
  margin-bottom: 23px;
  background-color: #004b8b;
  position: relative;
}
.top-campaign-sub-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -46px;
  width: 46px;
  height: 39px;
  background: center/cover no-repeat url(../images/top/top-campaign-sub-title-deco01.png);
}
.top-campaign-sub-title::after {
  position: absolute;
  content: "";
  top: 0;
  right: -46px;
  width: 46px;
  height: 39px;
  background: center/cover no-repeat url(../images/top/top-campaign-sub-title-deco02.png);
}
.top-campaign-price {
  text-align: left;
  padding-left: 38px;
}
.news-list {
  margin-bottom: 40px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 21px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 21px;
  border-bottom: 1px solid #586168;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 12px;
}
.news-accent-tag .accent {
  color: #004b8b;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-right: 17px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.news .cmn-btn {
  margin: 0 auto;
}
.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: #004b8b;
  border: 2px solid #004b8b;
}
.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: #004b8b;
}
.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: 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-title {
  font-size: 2.5rem;
  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 #004b8b;
  border-bottom: 1px solid #004b8b;
}
.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;
}
.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 #004b8b;
  border-right: 1px solid #004b8b;
}
.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: #004b8b !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.top-about {
  overflow: hidden;
  position: relative;
}
.top-about::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1333px;
  height: 294px;
  background: center/cover no-repeat url(../images/top/top-about-bg-r-b.png);
  z-index: 2;
}
.top-about-inner {
  padding: 110px 0 220px 0;
  position: relative;
  z-index: 1;
}
.top-about-img {
  position: absolute;
  top: 0;
  left: -420px;
  z-index: -1;
}
.top-about-textbox {
  max-width: 545px;
  width: 100%;
  margin-left: auto;
  padding-top: 62px;
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  right: -420px;
  width: 1210px;
  height: 901px;
  background: center/cover no-repeat url(../images/top/top-about-textbox.png);
  z-index: -1;
}
.top-about-en {
  margin-bottom: 10px;
}
.top-about-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.12em;
  color: #004b8b;
  margin-bottom: 40px;
}
.top-about-title .accent {
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 5px;
  padding: 7px 11px;
  background-color: #004b8b;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 35px;
}

.top-feature {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-feature-bg.png);
  position: relative;
  z-index: 1;
}
.top-feature::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1720px;
  width: 95%;
  height: calc(100% - 180px);
  background-color: #fff;
  z-index: -1;
}
.top-feature-title {
  width: 100%;
  overflow: hidden;
  height: 300px;
  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: center;
  background: center/cover no-repeat url(../images/top/top-feature-title-bg.png);
}
.top-feature-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  margin: 0 auto;
  position: relative;
}
.top-feature-title .accent::before {
  position: absolute;
  content: "";
  top: -60px;
  left: -69px;
  width: 483px;
  height: 260px;
  background: center/cover no-repeat url(../images/top/top-feature-title-deco.png);
}
.top-feature-inner {
  padding: 0 0 90px 0;
  position: relative;
}
.top-feature-inner::before {
  position: absolute;
  content: "";
  top: 653px;
  left: -155px;
  width: 141px;
  height: 189px;
  background: center/cover no-repeat url(../images/top/top-feature-illust-l.png);
}
.top-feature-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-feature-content:nth-of-type(even) .top-feature-img {
  margin-left: auto;
  margin-right: -420px;
}
.top-feature-content:nth-of-type(even) .top-feature-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-feature-content:nth-of-type(1) .top-feature-textbox {
  margin-top: 90px;
}
.top-feature-content:nth-of-type(1) .top-feature-flex {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-feature-content:nth-of-type(1) .top-feature-flex .top-feature-textbox {
  margin-bottom: -20px;
}
.top-feature-content:nth-of-type(2) .top-feature-textbox::before {
  top: -95px;
  left: -15px;
  width: 151px;
  height: 76px;
  background: center/cover no-repeat url(../images/top/top-feature-en02.png);
}
.top-feature-content:nth-of-type(2) .top-feature-content-title::before {
  background: center/cover no-repeat url(../images/top/top-feature-no02.png);
}
.top-feature-content:nth-of-type(2) .top-feature-flex {
  margin-bottom: 0;
}
.top-feature-content:nth-of-type(2) .top-feature-sub-content:nth-of-type(2) {
  margin-top: -150px;
  margin-bottom: 120px;
}
.top-feature-content:nth-of-type(3) .top-feature-textbox::before {
  top: -117px;
  left: -40px;
  width: 189px;
  height: 88px;
  background: center/cover no-repeat url(../images/top/top-feature-en03.png);
}
.top-feature-content:nth-of-type(3) .top-feature-content-title::before {
  background: center/cover no-repeat url(../images/top/top-feature-no03.png);
}
.top-feature-content-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.58;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.top-feature-content-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 73px;
  height: 64px;
  margin-right: 19px;
  background: center/cover no-repeat url(../images/top/top-feature-no01.png);
}
.top-feature-content-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: center/cover no-repeat url(../images/top/top-feature-border.png);
}
.top-feature-img {
  margin-left: -420px;
}
.top-feature-textbox {
  max-width: 470px;
  width: 100%;
  position: relative;
}
.top-feature-textbox::before {
  position: absolute;
  content: "";
  top: -115px;
  left: -40px;
  width: 190px;
  height: 88px;
  background: center/cover no-repeat url(../images/top/top-feature-en01.png);
}
.top-feature-textbox .cmn-btn {
  margin: 0;
  margin-top: 25px;
}
.top-feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
.top-feature-text:not(:last-of-type) {
  margin-bottom: 37px;
}
.top-feature-flex {
  margin-bottom: 110px;
}
.top-feature-sub-content:not(:last-of-type) {
  margin-bottom: 75px;
}
.top-feature-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #004b8b;
  -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;
  margin-bottom: 30px;
}
.top-feature-sub-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/feature/feature-sub-title-deco.png);
}
.top-feature-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
  padding-left: 25px;
}
.top-feature-sub-text:not(:last-of-type) {
  margin-bottom: 40px;
}

.top-voice {
  background: left bottom/1333px 294px no-repeat url(../images/top/top-voice-bg-l-b.png);
  position: relative;
  z-index: 1;
}
.top-voice::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 739px;
  height: 209px;
  background: center/cover no-repeat url(../images/top/top-voice-bg-r-t.png);
  z-index: -1;
}
.top-voice-inner {
  padding: 87px 0 167px 0;
  position: relative;
}
.top-voice-inner::after {
  position: absolute;
  content: "";
  right: -58px;
  top: -180px;
  width: 169px;
  height: 257px;
  background: center/cover no-repeat url(../images/top/top-feature-illust-r.png);
}
.top-voice-title {
  text-align: center;
  margin-bottom: 70px;
  margin-right: -57px;
}
.top-voice-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;
  margin-bottom: 57px;
}
.top-voice-list-item {
  max-width: 325px;
  width: 100%;
}
.top-voice-list-item:nth-child(2) {
  margin-top: 95px;
}
.top-voice-list-item:not(:last-child) {
  margin-right: 50px;
}
.top-voice-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.top-voice-img {
  max-width: 320px;
  width: 100%;
  height: 320px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.top-voice-img::before {
  position: absolute;
  content: "";
  top: -27px;
  left: -15px;
  width: 342px;
  height: 356px;
  background: center/cover no-repeat url(../images/top/top-voice-img-flame.png);
  z-index: -1;
}
.top-voice-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-voice-profile {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 7px 9px;
  margin-bottom: 12px;
  background-color: #004b8b;
}
.top-voice .cmn-btn {
  max-width: 280px;
  height: 56px;
  background: center/cover no-repeat url(../images/top/top-voice-btn-bg.png);
}

.top-plan {
  background: center/cover no-repeat url(../images/top/top-plan-bg.png);
}
.top-plan-inner {
  padding-bottom: 150px;
}
.top-plan-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
  color: #004b8b;
  margin-bottom: 108px;
  text-align: center;
}
.top-plan-title-en {
  display: block;
  margin-bottom: 27px;
}
.top-plan-title .accent {
  font-size: 3rem;
}
.top-plan-list-item {
  max-width: 320px;
  width: 100%;
  padding: 40px 20px 30px 20px;
  background-color: #fff;
  position: relative;
}
.top-plan-list-item::before {
  position: absolute;
  content: "";
  top: -55px;
  left: 112px;
  width: 91px;
  height: 65px;
  background: center/cover no-repeat url(../images/top/top-plan-no01.png);
}
.top-plan-list-item:nth-child(2)::before {
  width: 96px;
  background: center/cover no-repeat url(../images/top/top-plan-no02.png);
}
.top-plan-list-item:nth-child(3)::before {
  width: 95px;
  background: center/cover no-repeat url(../images/top/top-plan-no03.png);
}
.top-plan-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  margin-bottom: 25px;
}
.top-plan-list-title .border {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 5px 2px 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff4ad));
  background: -webkit-linear-gradient(transparent 70%, #fff4ad 30%);
  background: linear-gradient(transparent 70%, #fff4ad 30%);
}
.top-plan-sub-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  text-align: center;
}
.top-plan-sub-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 7px;
  background-color: #004b8b;
}
.top-plan-sub-title .bg:not(:last-of-type) {
  margin-bottom: 7px;
}
.top-plan-textbox {
  padding: 40px 9px;
  background: center/cover no-repeat url(../images/top/top-plan-box-bg.png);
}
.top-plan-price {
  text-align: center;
  margin-bottom: 22px;
}
.top-plan-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.top-apply-title {
  text-align: center;
  margin-bottom: 69px;
}
.top-apply-list {
  padding: 0 50px 70px 50px;
  position: relative;
}
.top-apply-list-item {
  max-width: 510px;
  width: 100%;
  height: 276px;
}
.top-apply-list-item:nth-child(2) {
  position: absolute;
  right: 50px;
  bottom: 0;
}
.top-apply-list-item:nth-child(2) a {
  padding-left: 50px;
  background: center/cover no-repeat url(../images/top/top-apply-box02.png);
}
.top-apply-list-item:nth-child(2) .top-apply-icon::before {
  background: center/cover no-repeat url(../images/top/top-apply-en02.png);
}
.top-apply-list-item a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 68px;
  background: center/cover no-repeat url(../images/top/top-apply-box01.png);
}
.top-apply-list-item a:hover {
  opacity: 0.8;
}
.top-apply-list-item a:hover .top-apply-title::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.top-apply-icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 22px;
  position: relative;
}
.top-apply-icon::before {
  position: absolute;
  content: "";
  top: -35px;
  left: -43px;
  width: 91px;
  height: 91px;
  background: center/cover no-repeat url(../images/top/top-apply-en01.png);
}
.top-apply-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-apply-title::after {
  content: "";
  width: 6px;
  height: 10px;
  margin-left: 18px;
  background: center/cover no-repeat url(../images/top/top-apply-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-info {
  background: center/cover no-repeat url(../images/top/top-plan-bg.png);
  padding: 19px 0 0 0;
}
.top-info-inner {
  max-width: none;
  padding: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-info-map {
  max-width: 920px;
  width: 50%;
  height: 800px;
}
.top-info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.top-info-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 68px;
  background-color: #fff;
}
.top-info-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #004b8b;
  margin-bottom: 91px;
}
.top-info-title-en {
  display: block;
  margin-bottom: 20px;
}
.top-info-list {
  width: 100%;
}
.top-info-list-item {
  width: 100%;
}
.top-info-list-item:first-child a {
  background: left bottom/100% 2px no-repeat url(../images/top/top-info-border.png), left top/100% 2px no-repeat url(../images/top/top-info-border.png);
}
.top-info-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/top/top-info-icon02.png);
}
.top-info-list-item:nth-child(3) a::before {
  background: center/cover no-repeat url(../images/top/top-info-icon03.png);
}
.top-info-list-item a {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 22px 0;
  background: left bottom/100% 2px no-repeat url(../images/top/top-info-border.png);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-info-list-item a::before {
  content: "";
  width: 60px;
  height: 60px;
  margin-right: 30px;
  background: center/cover no-repeat url(../images/top/top-info-icon01.png);
}
.top-info-list-item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 21px;
  background: center/cover no-repeat url(../images/top/top-info-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-info-list-item a:hover {
  color: #004b8b;
}
.top-info-list-item a:hover::after {
  right: -7px;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1333px;
  height: 294px;
  background: center/cover no-repeat url(../images/top/reserve-bg-r-b.png);
  z-index: -1;
}
.reserve::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/cover no-repeat url(../images/top/reserve-bg-top.png);
}
.reserve-inner {
  padding-top: 120px;
  padding-bottom: 150px;
}
.reserve-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
.reserve-title-en {
  display: block;
  margin-bottom: 20px;
}
.reserve-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
.reserve-list-item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
}
.reserve-list-item::before {
  content: "";
  width: 17px;
  height: 14px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/top/reserve-check.png);
}
.reserve-list-item:not(:last-child) {
  margin-right: 50px;
}
.reserve-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.reserve-btn:not(:last-of-type) {
  margin-right: 50px;
}

/*========================================
feature
==========================================*/
#feature .top-feature {
  background: center/1920px 3862px repeat url(../images/feature/feature-bg.png);
}
#feature .top-feature-inner::after {
  position: absolute;
  content: "";
  top: 928px;
  right: -57px;
  width: 248px;
  height: 1338px;
  background: center/cover no-repeat url(../images/feature/feature-deco-r.png);
}
#feature .top-feature-content:not(:last-of-type) {
  margin-bottom: 108px;
}
#feature .cmn-btn {
  max-width: 280px;
  height: 56px;
  background: center/cover no-repeat url(../images/feature/feature-bg-bg.png);
}

/*========================================
guide
==========================================*/
.guide {
  overflow: hidden;
  background: center/1920px 3862px repeat url(../images/feature/feature-bg.png);
  position: relative;
  z-index: 1;
}
.guide::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1720px;
  width: 100%;
  height: calc(100% - 90px);
  background-color: #fff;
  z-index: -5;
}
.guide::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1333px;
  height: 294px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r-b.png);
  z-index: -1;
}
.guide-inner {
  padding-top: 190px;
  position: relative;
}
.guide-inner::before {
  position: absolute;
  content: "";
  top: 820px;
  right: 0;
  width: 216px;
  height: 160px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r.png);
}
.guide-inner .cmn-title {
  margin: 0 0 50px 0;
}
.guide-flex {
  margin-bottom: 138px;
}
.guide-img {
  margin-left: -420px;
}
.guide-textbox {
  max-width: 630px;
  width: 100%;
  position: relative;
}
.guide-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
.guide-text:not(:last-of-type) {
  margin-bottom: 37px;
}
.guide .top-campaign-sub-content {
  max-width: 437px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.guide .top-campaign-sub-content .top-campaign-price {
  text-align: center;
  padding-left: 0;
}
.voice {
  overflow: hidden;
  background: center/1920px 3862px repeat url(../images/feature/feature-bg.png);
  position: relative;
  z-index: 1;
}
.voice::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1720px;
  width: 100%;
  height: calc(100% - 90px);
  background-color: #fff;
  z-index: -5;
}
.voice-inner {
  padding: 180px 0;
  position: relative;
}
.voice-inner::before {
  position: absolute;
  content: "";
  top: 220px;
  right: -370px;
  width: 216px;
  height: 160px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r.png);
}
.voice-list-item {
  max-width: 832px;
  width: 100%;
  padding: 30px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: center/cover no-repeat url(../images/guide/voice-box-bg.png);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.voice-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 72px;
  height: 72px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/guide/voice-icon.png);
}
.voice-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.voice-list-item:nth-child(even) {
  margin-left: auto;
}
.voice-list-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #004b8b;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #97d5de;
}
.voice-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
.voice-icon {
  max-width: 72px;
  width: 100%;
  height: 72px;
  margin-right: 20px;
}
.voice-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-profile {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 7px 9px;
  margin-bottom: 12px;
  background-color: #004b8b;
}
.voice-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
}

#guide .top-feature-title .accent::before {
  width: 663px;
  height: 231px;
  background: center/cover no-repeat url(../images/guide/guide-feature-titile-deco.png);
}

.flow {
  background: center/1920px 3862px repeat url(../images/feature/feature-bg.png);
}
.flow-content {
  position: relative;
}
.flow-content:nth-of-type(2) .flow-content-title::before {
  background: center/cover no-repeat url(../images/top/top-feature-no02.png);
}
.flow-content:nth-of-type(3) .flow-content-title::before {
  background: center/cover no-repeat url(../images/top/top-feature-no03.png);
}
.flow-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.flow-content-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.58;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #97d5de;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.flow-content-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 73px;
  height: 64px;
  margin-right: 19px;
  background: center/cover no-repeat url(../images/top/top-feature-no01.png);
}
.flow-img {
  position: absolute;
  top: 70px;
  right: -100px;
}
.flow-wrap {
  max-width: 740px;
  width: 100%;
  height: 440px;
  padding: 0 100px;
  margin-left: -100px;
  background-color: #fff;
  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;
}
.flow-textbox {
  max-width: 530px;
  width: 100%;
  position: relative;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
.flow-text:not(:last-of-type) {
  margin-bottom: 37px;
}

.question {
  position: relative;
  z-index: 1;
}
.question::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1333px;
  height: 294px;
  background: center/cover no-repeat url(../images/guide/question-bg-l-b.png);
  z-index: -1;
}
.question::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 739px;
  height: 209px;
  background: center/cover no-repeat url(../images/guide/question-bg-r-t.png);
  z-index: -1;
}
.question-inner {
  padding: 120px 0;
}
.question-list {
  padding: 70px;
  background-color: #fff;
}
.question-list-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/guide/Q.png);
}
.question-list-item:not(:last-child) {
  margin-bottom: 44px;
}
.question-list-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #004b8b;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #97d5de;
}
.question-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
.question-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
}

/*========================================
plan
==========================================*/
.plan {
  overflow: hidden;
  background: center/1920px 3862px repeat url(../images/feature/feature-bg.png);
  position: relative;
  z-index: 1;
}
.plan::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1720px;
  width: 100%;
  height: calc(100% - 180px);
  background-color: #fff;
  z-index: -5;
}
.plan-inner {
  padding: 200px 0 210px 0;
  position: relative;
}
.plan-inner::before {
  position: absolute;
  content: "";
  top: 464px;
  right: 0;
  width: 216px;
  height: 160px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r.png);
}
.plan-content {
  margin-bottom: 138px;
}
.plan-table {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.plan-table tr {
  width: 100%;
}
.plan-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.plan-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #fff;
}
.plan-table tr th {
  width: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 19px 0;
  text-align: center;
  background-color: #004b8b;
}
.plan-table tr th:first-of-type {
  width: 320px;
}
.plan-table tr th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.plan-table tr td {
  width: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 19px 0;
  text-align: center;
  background-color: #eef6fd;
}
.plan-table tr td:first-of-type {
  width: 320px;
}
.plan-table tr td:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.plan-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
.plan-text:not(:last-of-type) {
  margin-bottom: 37px;
}
.plan-text:last-of-type {
  margin-bottom: 95px;
}
.plan-list-item {
  max-width: 340px;
  width: 100%;
  min-height: 560px;
  padding: 30px 20px;
  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;
  background: center/cover no-repeat url(../images/plan/plan-box-bg.png);
  position: relative;
}
.plan-list-item::before {
  position: absolute;
  content: "";
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  height: 72px;
  background: center/cover no-repeat url(../images/plan/plan-icon01.png);
}
.plan-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/plan/plan-icon02.png);
}
.plan-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/plan/plan-icon03.png);
}
.plan-list-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #004b8b;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.plan-list-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 2px;
  border-bottom: 2px dashed #97d5de;
}
.plan-sub-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.plan-sub-title::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 10px;
  background: center/cover no-repeat url(../images/plan/plan-arrow.png);
}
.plan-sub-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 7px;
  background-color: #004b8b;
}
.plan-sub-title .bg:not(:last-of-type) {
  margin-bottom: 7px;
}
.plan-sub-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.85;
  margin-bottom: 35px;
}
.plan-sub-text .accent {
  color: #004b8b;
}
.plan .cmn-btn {
  max-width: 280px;
  height: 56px;
  background: center/cover no-repeat url(../images/feature/feature-bg-bg.png);
}

.price {
  background: center/cover no-repeat url(../images/plan/price-bg.png);
  position: relative;
  z-index: 1;
}
.price::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1333px;
  height: 294px;
  background: center/cover no-repeat url(../images/guide/question-bg-l-b.png);
  z-index: -1;
}
.price::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 739px;
  height: 209px;
  background: center/cover no-repeat url(../images/guide/question-bg-r-t.png);
  z-index: -1;
}
.price-inner {
  padding: 120px 0;
}
.price-content {
  padding-top: 100px;
  margin-top: -100px;
}
.price-content:not(:last-of-type) {
  margin-bottom: 110px;
}
.price-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.price-table {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.price-table tr {
  width: 100%;
}
.price-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.price-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #fff;
}
.price-table tr:nth-of-type(even) td {
  background-color: #eef6fd;
}
.price-table tr th {
  width: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 19px 0;
  text-align: center;
  background-color: #004b8b;
}
.price-table tr th:first-of-type {
  width: 520px;
}
.price-table tr th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.price-table tr td {
  width: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 19px 0;
  text-align: center;
  background-color: #ffffff;
}
.price-table tr td:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.price-sub-textbox {
  width: 100%;
  min-height: 435px;
  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;
  padding: 30px;
  background: center/cover no-repeat url(../images/plan/price-box-bg.png);
}
.price-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
}

/*========================================
voice
==========================================*/
#voice .voice-list-item {
  max-width: 950px;
}
#voice .voice-list-item::before {
  display: none;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  background: center/1920px 3862px repeat url(../images/feature/feature-bg.png);
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1720px;
  width: 100%;
  height: calc(100% - 180px);
  background-color: #fff;
  z-index: -5;
}
.info-inner {
  padding: 200px 0 210px 0;
  position: relative;
}
.info-inner::before {
  position: absolute;
  content: "";
  top: 745px;
  right: 0;
  width: 216px;
  height: 160px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r.png);
}
.info-content {
  padding-top: 100px;
  margin-top: -100px;
}
.info-content:not(:last-of-type) {
  margin-bottom: 138px;
}
.info-sub-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.info-map {
  max-width: 470px;
  width: 100%;
  height: 418px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info-textbox {
  padding: 45px 50px;
  background: center/cover no-repeat url(../images/info/info-box-bg.png);
}
.info-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #004b8b;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #97d5de;
}
.info-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
}
.info-img-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info-img-list-item {
  max-width: 340px;
  width: 100%;
  margin-bottom: 30px;
}
.info-img-list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.info-table {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.info-table tr {
  border-bottom: 1px solid #97d5de;
}
.info-table tr th {
  width: 180px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #004b8b;
  padding: 18px 0 18px 20px;
  vertical-align: middle;
}
.info-table tr td {
  width: 660px;
  font-size: 1.6rem;
  padding: 10px 0;
  font-weight: 500;
  vertical-align: middle;
}
.info-tel-txt img {
  display: block;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #004b8b;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #004b8b;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #004b8b;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #004b8b;
  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 #004b8b;
}
.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 #004b8b;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #004b8b;
  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 #004b8b;
  border-right: 1px solid #004b8b;
  -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: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 90px 0;
  text-align: center;
}
.footer-logo {
  margin-bottom: 50px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px auto;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 19px;
}
.footer-tel::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 30px;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-sns-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.footer-sns-list-item:not(:last-child) {
  margin-right: 25px;
}
.footer-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 17px;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer-nav-list-item a:hover {
  color: #0f88ee;
}
.footer-bottom {
  background: -webkit-gradient(linear, left top, right top, from(#0f88ee), color-stop(#006bc7), to(#00447e));
  background: -webkit-linear-gradient(left, #0f88ee, #006bc7, #00447e);
  background: linear-gradient(to right, #0f88ee, #006bc7, #00447e);
}
.footer-bottom-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 0;
}
.footer-bottom #copyright {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.footer-sub-list-item {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 17px;
}