/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  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;
  max-width: 155px;
}
.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: 103vw;
  margin-top: 80px;
  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: -30px;
  width: 250px;
  height: 457px;
  background: center/contain 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: 0;
  z-index: 2;
}
.header .main-visual-textbox img {
  height: 130px;
}
.header .sub-visual {
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -15px;
  width: 184px;
  height: 235px;
  background: center/contain 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: 50px;
}
.header .sub-visual-textbox img {
  height: 72px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-campaign {
  overflow: hidden;
}
.top-campaign-inner {
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.top-campaign-inner::before {
  position: absolute;
  content: "";
  top: 38px;
  left: -13px;
  width: 70px;
  height: 99px;
  background: center/contain no-repeat url(../images/top/top-campaign-deco-illust.png);
  z-index: 2;
}
.top-campaign-inner::after {
  position: absolute;
  content: "";
  bottom: -1px;
  right: 14px;
  width: 74px;
  height: 92px;
  background: center/contain no-repeat url(../images/top/top-about-illust.png);
  z-index: 2;
}
.top-campaign-content {
  max-width: 515px;
  width: 100%;
  padding: 59px 35px 55px 35px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.top-campaign-content::before {
  position: absolute;
  content: "";
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 290px;
  height: 110px;
  background: center/contain no-repeat url(../images/top/top-campaign-icon01.png);
}
.top-campaign-content:nth-of-type(1) {
  margin-bottom: 100px;
}
.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: 110px;
  background: center/contain no-repeat url(../images/top/top-campaign-icon02.png);
}
.top-campaign-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #004b8b;
  margin-bottom: 25px;
  text-align: center;
}
.top-campaign-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  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-content:nth-of-type(2) .top-campaign-price img {
  height: 33px;
}
.top-campaign-sub-title {
  max-width: 343px;
  width: 70%;
  margin: 0 auto;
  font-size: 1.8rem;
  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: 37px;
  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: 37px;
  background: center/cover no-repeat url(../images/top/top-campaign-sub-title-deco02.png);
}
.top-campaign-price {
  text-align: left;
  padding-left: 20px;
}
.news-list {
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 15px;
  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: 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: #00447e;
  border: 2px solid #00447e;
}
.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: #00447e;
}
.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 #00447e;
  border-bottom: 1px solid #00447e;
}
.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 #00447e;
  border-right: 1px solid #00447e;
}
.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: #00447e !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-about {
  overflow: hidden;
  position: relative;
}
.top-about::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 350px;
  height: 77px;
  background: center/contain no-repeat url(../images/top/top-about-bg-r-b.png);
  z-index: 2;
}
.top-about-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.top-about-img {
  margin-left: -20px;
  z-index: -1;
}
.top-about-textbox {
  max-width: 545px;
  width: 100%;
  padding: 20px 0;
  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-en img {
  height: 60px;
}
.top-about-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.12em;
  color: #004b8b;
  margin-bottom: 25px;
}
.top-about-title .accent {
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 5px;
  padding: 7px 10px;
  background-color: #004b8b;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
  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: 100%;
  height: calc(100% - 70px);
  background-color: #fff;
  z-index: -1;
}
.top-feature-title {
  width: 100%;
  overflow: hidden;
  height: 200px;
  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 img {
  height: 70px;
}
.top-feature-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.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: -41px;
  left: -62px;
  width: 326px;
  height: 176px;
  background: center/contain no-repeat url(../images/top/top-feature-title-deco.png);
}
.top-feature-inner {
  position: relative;
}
.top-feature-inner::before {
  position: absolute;
  content: "";
  top: 653px;
  left: -155px;
  width: 141px;
  height: 189px;
  background: center/contain no-repeat url(../images/top/top-feature-illust-l.png);
}
.top-feature-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-feature-content:nth-of-type(even) .top-feature-img {
  margin-right: -20px;
  margin-left: auto;
}
.top-feature-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.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 {
  left: -15px;
  width: 101px;
  height: 55px;
  background: center/contain 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(3) .top-feature-textbox::before {
  width: 112px;
  height: 52px;
  background: center/contain 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: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.top-feature-content-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 52px;
  height: 46px;
  margin-right: 8px;
  background: center/contain 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: -20px;
}
.top-feature-textbox {
  max-width: 470px;
  width: 100%;
  padding-top: 60px;
  position: relative;
}
.top-feature-textbox::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -10px;
  width: 110px;
  height: 50px;
  background: center/contain 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;
}
.top-feature-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-feature-flex {
  margin-bottom: 35px;
}
.top-feature-sub-content:not(:last-of-type) {
  margin-bottom: 25px;
}
.top-feature-sub-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  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: 20px;
}
.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;
  padding-left: 10px;
}
.top-feature-sub-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.top-voice {
  overflow: hidden;
  background: left bottom/350px 77px 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: 339px;
  height: 96px;
  background: center/contain 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: -7px;
  top: -3px;
  width: 69px;
  height: 104px;
  background: center/contain no-repeat url(../images/top/top-feature-illust-r.png);
}
.top-voice-title {
  text-align: center;
  margin-bottom: 70px;
  margin-right: -30px;
}
.top-voice-title img {
  height: 112px;
}
.top-voice-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 57px;
}
.top-voice-list-item {
  max-width: 325px;
  width: 100%;
}
.top-voice-list-item:not(:last-child) {
  margin-bottom: 35px;
}
.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-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
  color: #004b8b;
  margin-bottom: 40px;
  text-align: center;
}
.top-plan-title-en {
  display: block;
  margin-bottom: 27px;
}
.top-plan-title-en img {
  height: 70px;
}
.top-plan-title .accent {
  font-size: 2.6rem;
}
.top-plan-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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: -34px;
  left: 112px;
  width: 91px;
  height: 52px;
  background: center/contain no-repeat url(../images/top/top-plan-no01.png);
}
.top-plan-list-item:nth-child(2)::before {
  width: 96px;
  background: center/contain no-repeat url(../images/top/top-plan-no02.png);
}
.top-plan-list-item:nth-child(3)::before {
  width: 95px;
  background: center/contain no-repeat url(../images/top/top-plan-no03.png);
}
.top-plan-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.top-plan-list-title {
  font-size: 2.2rem;
  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: 3rem;
  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-price img {
  height: 25px;
}
.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: 30px;
}
.top-apply-title img {
  height: 68px;
}
.top-apply-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.top-apply-list-item {
  max-width: 350px;
  width: 100%;
  height: 276px;
}
.top-apply-list-item:nth-child(2) {
  margin-top: 20px;
}
.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: -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);
}
.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 {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-info-map {
  max-width: 920px;
  width: 100%;
  height: 60vw;
}
.top-info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.top-info-right {
  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: 25px 20px;
  background-color: #fff;
}
.top-info-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #004b8b;
  margin-bottom: 30px;
}
.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: 2rem;
  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: 20px 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: 50px;
  height: 50px;
  margin-right: 20px;
  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: 350px;
  height: 77px;
  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-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.reserve-title-en {
  display: block;
  margin-bottom: 20px;
}
.reserve-title-en img {
  height: 60px;
}
.reserve-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-list-item {
  width: 90%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.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-bottom: 20px;
}
.reserve-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-btn {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.reserve-btn:not(:last-of-type) {
  margin-bottom: 20px;
}

/*========================================
feature
==========================================*/
#feature .top-feature {
  background: center/1920px 3862px repeat url(../images/feature/feature-bg.png);
}
#feature .top-feature-inner::after {
  position: absolute;
  content: "";
  top: 1858px;
  right: -36px;
  width: 120px;
  height: 648px;
  background: center/contain no-repeat url(../images/feature/feature-deco-r.png);
}
#feature .top-feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
#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% - 40px);
  background-color: #fff;
  z-index: -5;
}
.guide::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 350px;
  height: 77px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r-b.png);
  z-index: -1;
}
.guide-inner {
  position: relative;
}
.guide-inner::before {
  position: absolute;
  content: "";
  top: 299px;
  right: -5px;
  width: 124px;
  height: 92px;
  background: center/contain no-repeat url(../images/guide/guide-bg-r.png);
}
.guide-inner .cmn-title {
  margin: 0 0 30px 0;
}
.guide-flex {
  margin-bottom: 138px;
}
.guide-img {
  margin-bottom: 25px;
}
.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;
}
.guide-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.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;
}
.guide .top-campaign-sub-content .top-campaign-price img {
  height: 60px;
}
.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: 90px 0;
  position: relative;
}
.voice-inner::before {
  position: absolute;
  content: "";
  top: 240px;
  right: 0;
  width: 124px;
  height: 92px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r.png);
}
.voice-list-item {
  max-width: 832px;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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: 65px;
  height: 65px;
  margin-bottom: 15px;
  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 {
  width: 100%;
}
.voice-icon {
  max-width: 72px;
  width: 100%;
  height: 72px;
  margin-bottom: 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: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 6px 7px;
  margin-bottom: 12px;
  background-color: #004b8b;
}
.voice-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

#guide .top-feature-title {
  height: 175px;
}
#guide .top-feature-title .accent::before {
  top: -23px;
  left: -26px;
  width: 364px;
  height: 127px;
  background: center/contain 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: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.flow-content-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 52px;
  height: 46px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/top-feature-no01.png);
}
.flow-wrap {
  max-width: 740px;
  width: 100%;
  padding: 20px 15px;
  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;
}
.flow-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.question {
  position: relative;
  z-index: 1;
}
.question::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 350px;
  height: 77px;
  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: 339px;
  height: 96px;
  background: center/cover no-repeat url(../images/guide/question-bg-r-t.png);
  z-index: -1;
}
.question-list {
  padding: 15px;
  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: 40px;
  height: 40px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/guide/Q.png);
}
.question-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.question-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #004b8b;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #97d5de;
}
.question-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

/*========================================
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% - 70px);
  background-color: #fff;
  z-index: -5;
}
.plan-inner {
  padding: 90px 0;
  position: relative;
}
.plan-inner::before {
  position: absolute;
  content: "";
  top: 64px;
  right: 0;
  width: 124px;
  height: 92px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r.png);
}
.plan-content {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow-x: auto;
}
.plan-table {
  width: 720px;
}
.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: 15px 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: 15px 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;
}
.plan-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.plan-text:last-of-type {
  margin-bottom: 95px;
}
.plan-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan-list-item {
  max-width: 340px;
  width: 100%;
  min-height: 465px;
  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-item:not(:last-child) {
  margin-bottom: 20px;
}
.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;
  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: 350px;
  height: 77px;
  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: 339px;
  height: 96px;
  background: center/cover no-repeat url(../images/guide/question-bg-r-t.png);
  z-index: -1;
}
.price-content:not(:last-of-type) {
  margin-bottom: 80px;
}
.price-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.price-wrap {
  width: 100%;
  overflow-x: auto;
}
.price-table {
  width: 720px;
}
.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: 20px 15px;
  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;
}

/*========================================
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% - 70px);
  background-color: #fff;
  z-index: -5;
}
.info-inner {
  padding: 100px 0;
  position: relative;
}
.info-inner::before {
  position: absolute;
  content: "";
  top: -2px;
  right: -14px;
  width: 124px;
  height: 92px;
  background: center/cover no-repeat url(../images/guide/guide-bg-r.png);
}
.info-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.info-sub-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.info-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-map {
  max-width: 470px;
  width: 100%;
  height: 418px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info-textbox {
  padding: 20px 15px;
  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;
}
.info-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-img-list-item {
  max-width: 340px;
  width: 100%;
  margin-bottom: 30px;
}
.info-img-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.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 10px;
  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;
  height: 14px;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #00447e;
}
.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: #00447e;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #00447e;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #00447e;
  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 #00447e;
}
.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 #00447e;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #00447e;
  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 #00447e;
  border-right: 1px solid #00447e;
  -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: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 45px 0;
  text-align: center;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 25px;
}
.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 {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.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;
  margin-bottom: 15px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 27px;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.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: 12px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
.footer-bottom #copyright {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.footer-sub-list {
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
}