@charset "UTF-8";
/* color */
/* font-family */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
.wrap__cont {
  /* ブラウザのUAスタイルシートのすべてのスタイルを削除、displayは除く */
}
.wrap__cont *:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
.wrap__cont *,
.wrap__cont *::before,
.wrap__cont *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap__cont ol,
.wrap__cont ul {
  list-style: none;
}
.wrap__cont img {
  max-width: 100%;
  display: block;
}
.wrap__cont table {
  border-collapse: collapse;
}
.wrap__cont a {
  cursor: pointer;
}

body {
  margin: 0;
}

.wrap__cont h1,
.wrap__cont h2,
.wrap__cont h3,
.wrap__cont h4,
.wrap__cont h5,
.wrap__cont h6,
.wrap__cont p,
.wrap__cont a,
.wrap__cont span,
.wrap__cont ul,
.wrap__cont li,
.wrap__cont dt,
.wrap__cont dd,
.wrap__cont a:link,
.wrap__cont a:visited,
.wrap__cont a:active {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin: 0;
}
.wrap__cont a {
  -webkit-transform: 0.3s;
          transform: 0.3s;
  text-decoration: none;
}
.wrap__cont a:hover {
  opacity: 0.8;
}
.wrap__cont img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap__cont .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wrap__cont .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont .sp_br {
    display: inline-block;
  }
}

.wrap__cont {
  overflow: hidden;
  /*-------------------------------
    キービジュアル
  -------------------------------*/
  /*-------------------------------
    ナビ
  -------------------------------*/
  /*-------------------------------
    共通パーツ
  -------------------------------*/
  /*-------------------------------
    ▼新ランクのご案内
  -------------------------------*/
  /*-------------------------------
    ▼新しいランクプログラムが始まります
  -------------------------------*/
  /*-------------------------------
    ▼会員利用規約
  -------------------------------*/
  /*-------------------------------
    ▼お知らせ
  -------------------------------*/
  /*-------------------------------
    ▼お問い合わせ先
  -------------------------------*/
}
.wrap__cont .kv {
  width: 100%;
  margin: 0 auto 85px auto;
  padding-top: 90px;
  background: url(../img/kv_bg_img.jpg) top center/contain repeat-x;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv {
    margin: 0 auto 4em auto;
  }
}
.wrap__cont .kv__inner {
  max-width: 977px;
  width: 95%;
  margin: 0 auto;
}
.wrap__cont .kv__top {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__top {
    margin-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.wrap__cont .kv__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wrap__cont .kv__item {
    /* width: 61.4124872057%; */
    width: 66.4124872057%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap__cont .kv__item {
    width: 70%;
  }
}
.wrap__cont .kv__item_logo {
  width: 21.4035087719%;
  margin: 0 auto 85px auto;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__item_logo {
    width: 20%;
    margin: 0 auto 2em auto;
  }
}
.wrap__cont .kv__item_title {
  font-size: 28px;
  font-size: calc(28 / 16)rem;
  color: #00495c;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap__cont .kv__item_title {
    font-size: 25px;
    font-size: calc(25 / 16)rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__item_title {
    font-size: 17px;
    font-size: calc(17 / 16)rem;
    margin-bottom: 1em;
  }
}
.wrap__cont .kv__item_text {
  font-size: 18px;
  font-size: calc(18 / 16)rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap__cont .kv__item_text {
    font-size: 16px;
    font-size: calc(16 / 16)rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__item_text {
    padding: 0 1em;
    font-size: 13px;
    font-size: calc(13 / 16)rem;
    margin-bottom: 2em;
  }
}
.wrap__cont .kv__img {
  width: 36.8474923234%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap__cont .kv__img {
    width: 30%;
  }
}
.wrap__cont .kv__img img {
  margin-right: -2%;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__img {
    width: 36%;
    margin: 0 auto 2em auto;
  }
}
.wrap__cont .kv__btm {
  max-width: 560px;
  margin: 0 120px 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__btm {
    max-width: 80%;
    margin: 0 auto;
  }
}
.wrap__cont .kv__btm_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wrap__cont .kv__btm_item:nth-of-type(1) a, .wrap__cont .kv__btm_item:nth-of-type(2) a {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__btm_item:nth-of-type(1) a, .wrap__cont .kv__btm_item:nth-of-type(2) a {
    width: 70%;
    margin: 0 auto;
  }
}
.wrap__cont .kv__btm_item:nth-of-type(2) {
  margin: 0 45px;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__btm_item:nth-of-type(2) {
    margin: 0 -1em 0 0;
  }
}
.wrap__cont .kv__btm_item a {
  display: block;
  font-size: 16px;
  font-size: calc(16 / 16)rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__btm_item a {
    font-size: 13px;
    font-size: calc(13 / 16)rem;
  }
}
.wrap__cont .kv__btm_item p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__btm_item p {
    font-size: 13px;
    font-size: calc(13 / 16)rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont .kv__btm .qr_code {
    width: 25%;
    margin: 0 auto 2em auto;
  }
}
.wrap__cont .nav {
  width: 100%;
  background: #007f8e;
}
.wrap__cont .nav__inner {
  max-width: 1015px;
  width: 95%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap__cont .nav__inner li a {
  font-size: 18px;
  font-size: calc(18 / 16)rem;
  color: #fff;
  position: relative;
}
.wrap__cont .nav__inner li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 0.5em;
}
.wrap__cont .section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrap__cont .section {
    padding-top: 90px;
    margin-top: -90px;
  }
}
.wrap__cont .section__inner {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap__cont .section__inner {
    width: 90%;
  }
}
.wrap__cont .section .section__title {
  font-size: 35px;
  font-size: calc(35 / 16)rem;
  color: #00495c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap__cont .section .section__title {
    font-size: 18px;
    font-size: calc(18 / 16)rem;
    margin-bottom: 2.5rem;
  }
}
.wrap__cont .section .section__title::before, .wrap__cont .section .section__title::after {
  content: "";
  display: block;
  background: #00495c;
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap__cont .section .section__title::before {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .wrap__cont .section .section__title::before {
    margin-right: 0.5rem;
  }
}
.wrap__cont .section .section__title::after {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .wrap__cont .section .section__title::after {
    margin-left: 0.5rem;
  }
}
.wrap__cont .section .section__title span {
  font-size: 20px;
  font-size: calc(20 / 16)rem;
}
@media screen and (max-width: 767px) {
  .wrap__cont .section .section__title span {
    font-size: 12px;
    font-size: calc(12 / 16)rem;
  }
}
.wrap__cont .section .section_p__title {
  font-size: 28px;
  font-size: calc(28 / 16)rem;
  color: #00495c;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrap__cont .section .section_p__title {
    font-size: 18px;
    font-size: calc(18 / 16)rem;
    margin-bottom: 2.5rem;
  }
}
.wrap__cont .section .section_p__note {
  font-size: 18px;
  font-size: calc(18 / 16)rem;
  color: #00495c;
}
@media screen and (max-width: 767px) {
  .wrap__cont .section .section_p__note {
    font-size: 14px;
    font-size: calc(14 / 16)rem;
  }
}
.wrap__cont #about {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrap__cont #about {
    padding-top: 0;
    margin-top: 0;
  }
}
.wrap__cont #about .section__inner {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .wrap__cont #about .section__inner {
    width: 100%;
  }
}
.wrap__cont #about .section__item {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item {
    padding-top: 1em;
  }
}
.wrap__cont #about .section__item::before {
  content: "";
  position: absolute;
  background: url(../img/about_bg.svg) right/contain no-repeat;
  width: 100vw;
  height: 83vh;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1501px) {
  .wrap__cont #about .section__item::before {
    top: -10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap__cont #about .section__item::before {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item::before {
    background: url(../img/about_bg_sp.svg) right/contain no-repeat;
  }
}
@media screen and (max-width: 450px) {
  .wrap__cont #about .section__item::before {
    top: -30%;
  }
}
.wrap__cont #about .section__item_inner {
  max-width: 1060px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4em;
  }
}
.wrap__cont #about .section__item_img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item_img {
    width: 70%;
    margin: 0 auto 2em auto;
  }
}
.wrap__cont #about .section__item_col {
  width: 53%;
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item_col {
    width: 85%;
    margin: 0 auto;
  }
}
.wrap__cont #about .section__item_col_title {
  margin-bottom: 35px;
}
.wrap__cont #about .section__item_col_title img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item_col_title {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item_col_text {
    font-size: 14px;
    font-size: calc(14 / 16)rem;
  }
}
.wrap__cont #about .section__item:nth-of-type(2)::before {
  background: url(../img/about_bg02.svg) left/contain no-repeat;
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item:nth-of-type(2)::before {
    background: url(../img/about_bg02_sp.svg) left/contain no-repeat;
  }
}
@media screen and (max-width: 450px) {
  .wrap__cont #about .section__item:nth-of-type(2)::before {
    top: -55%;
  }
}
.wrap__cont #about .section__item:nth-of-type(2) .section__item_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .wrap__cont #about .section__item:nth-of-type(2) .section__item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 768px) {
  .wrap__cont #about .section__item:nth-of-type(3) {
    margin-bottom: 220px;
  }
}
.wrap__cont #program {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .wrap__cont #program {
    margin-bottom: 4em;
  }
}
.wrap__cont #program .section__lead {
  width: 91.5178571429%;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 767px) {
  .wrap__cont #program .section__lead {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .wrap__cont #program .section__lead img {
    margin: 0 auto;
  }
}
.wrap__cont #program .section__text {
  font-size: 22px;
  font-size: calc(22 / 16)rem;
  text-align: center;
  margin-bottom: 80px;
}
.wrap__cont #program .program__text {
  font-size: 16px;
  font-size: calc(22 / 16)rem;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap__cont #program .section__text {
    font-size: 20px;
    font-size: calc(20 / 16)rem;
  }
  .wrap__cont #program .program__text {
    font-size: 16px;
    font-size: calc(20 / 16)rem;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont #program .section__text {
    font-size: 14px;
    font-size: calc(14 / 23)rem;
    text-align: left;
    margin-bottom: 2.5em;
  }
  .wrap__cont #program .program__text {
    font-size: 13px;
    font-size: calc(14 / 23)rem;
  }
}
.wrap__cont #program .section__list {
  width: 92.6785714286%;
  margin: 0 auto;
}
.wrap__cont #terms {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .wrap__cont #terms {
    margin-bottom: 3.5rem;
  }
}
.wrap__cont #terms .section__inner {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap__cont #terms .section__btn {
  width: 32%;
  height: 60px;
  font-size: 18px;
  font-size: calc(18 / 16)rem;
  color: #fff;
  font-weight: 500;
  background: #007f8e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .wrap__cont #terms .section__btn {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-size: calc(15 / 16)rem;
    margin-bottom: 1.3em;
  }
}
.wrap__cont #terms .section__btn span {
  display: block;
  line-height: 1.4;
  padding-left: 1.3em;
  position: relative;
}
.wrap__cont #terms .section__btn span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap__cont #terms .section__btn span::before {
    left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont #terms .section__btn span::before {
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 1rem 0 -1rem;
  }
}
.wrap__cont #news {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .wrap__cont #news {
    margin-bottom: 6rem;
  }
}
.wrap__cont #news .section__title {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .wrap__cont #news .section__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .wrap__cont #news .section__item {
    width: 67.4107142857%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont #news .section__item {
    margin-right: 1.5rem;
  }
}
.wrap__cont #news .section__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.wrap__cont #news .section__item dl:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap__cont #news .section__item dl {
    margin-bottom: 15px;
  }
}
.wrap__cont #news .section__item dl dt,
.wrap__cont #news .section__item dl dd,
.wrap__cont #news .section__item dl dd a {
  font-size: 21px;
  font-size: calc(21 / 16)rem;
}
@media screen and (max-width: 767px) {
  .wrap__cont #news .section__item dl dt,
  .wrap__cont #news .section__item dl dd,
  .wrap__cont #news .section__item dl dd a {
    font-size: 14px;
    font-size: calc(14 / 16)rem;
  }
}
.wrap__cont #news .section__item dl dt {
  font-weight: bold;
  padding: 9px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap__cont #news .section__item dl dt {
    font-size: 12px;
    font-size: calc(12 / 16)rem;
    padding: 0.3rem 0.5rem;
  }
}
.wrap__cont #news .section__item dl dt::before, .wrap__cont #news .section__item dl dt::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #888888;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .wrap__cont #news .section__item dl dt::before, .wrap__cont #news .section__item dl dt::after {
    width: 2px;
  }
}
.wrap__cont #news .section__item dl dt::before {
  left: 0;
}
.wrap__cont #news .section__item dl dt::after {
  right: 0;
}
.wrap__cont #news .section__item dl dd {
  padding: 9px 0 9px 30px;
}
@media screen and (max-width: 767px) {
  .wrap__cont #news .section__item dl dd {
    font-size: 13px;
    font-size: calc(13 / 16)rem;
    padding: 0 0 0 1rem;
  }
}
.wrap__cont #news .section__item dl dd a {
  color: #000000;
  border-bottom: 2px solid #036eb7;
}
@media screen and (max-width: 767px) {
  .wrap__cont #news .section__item dl dd a {
    font-size: 13px;
    font-size: calc(13 / 16)rem;
    border-bottom: 1px solid #036eb7;
  }
}
.wrap__cont #news .section__item dl dd a:hover {
  color: #036eb7;
}
.wrap__cont #contact {
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap__cont #contact {
    margin-bottom: 70px;
  }
}
.wrap__cont #contact h2 {
  font-size: 35px;
  font-size: calc(35 / 16)rem;
  color: #00495c;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .wrap__cont #contact h2 {
    font-size: 25px;
    font-size: calc(25 / 16)rem;
    margin-bottom: 0.5rem;
  }
}
.wrap__cont #contact h2 span {
  display: block;
  font-size: 21px;
  font-size: calc(21 / 16)rem;
}
@media screen and (min-width: 768px) {
  .wrap__cont #contact h2 span {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .wrap__cont #contact h2 span {
    font-size: 14px;
    font-size: calc(14 / 16)rem;
  }
}
.wrap__cont #contact p,
.wrap__cont #contact a {
  font-size: 24px;
  font-size: calc(24 / 16)rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .wrap__cont #contact p,
  .wrap__cont #contact a {
    font-size: 16px;
    font-size: calc(16 / 23)rem;
  }
}
@media screen and (min-width: 768px) {
  .wrap__cont a[href*="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}/*# sourceMappingURL=app_style.css.map */


/* 以下　231121　トップページ スマホメニュー作成 */
@media screen and (max-width: 767px) {
  .wrap__cont .nav{
    margin-bottom:4em;
  }
  .wrap__cont .nav__inner{
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content:center;
    height: auto;
    width: 100%;
    /* 下のsectionのpaddingによって隠れるため最前面にする処理 */
    position: relative;
    z-index: 1;
  }
  .wrap__cont .nav__inner li{
    width:33.3%;
    text-align: center;
    height: 50px;
    border:0.5px solid #fff;
  }
  .wrap__cont .nav__inner li a{
    font-size:14px;
    line-height: 50px;
    white-space: nowrap;
    display: block;
  }
  .wrap__cont .nav__inner li a::before{
    display: none;
  }
  .wrap__cont #program,.wrap__cont #news,.wrap__cont #contact,.wrap__cont #terms {
    padding-top: 90px;
    margin-top: -90px;
  }
}

@media screen and (max-width: 500px) {
  .wrap__cont .nav__inner li a.nav_service{
    /* 入り切らないので文字サイズ小さくした */
    font-size:12px;
  }
}

/* 以下　240129　トップページ カードをお持ちの方へ作成 */
#card{
  max-width:860px;
  margin:90px auto;
}
#card .card__title img{
  display: inline-block;
  margin-right:1rem;
  vertical-align: middle;
}
#card .card__title{
  color:#00495c;
  font-weight: bold;
  margin-bottom:20px;
  font-size:22px;
  text-align: center;
  white-space: nowrap;
}
#card .card__coupon{
  text-align: center;
  margin-top:10px;
}
#card .card__coupon img{
  max-width:200px;
}
@media screen and (max-width: 767px) {
  #card .card__title{
    font-size:17px;
  }
  #card p{
    font-size:14px;
  }
  #card .card__title img{
    max-width:20%;
  }
}

/* 240327_追加 */
.btn{
	width: 32%;
    height: 60px;
    font-size: 18px;
    font-size: calc(18 / 16) rem;
    color: #fff!important;
    font-weight: 500;
    background: #007f8e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin:30px auto!important;
}
.btn span{
	display: block;
    line-height: 1.4;
    padding-left: 1.3em;
    position: relative;
}
.btn span::before{
	content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
@media (max-width: 767px){
	.btn{
		width: 100%;
		height: 40px;
		font-size: 15px;
		font-size: calc(15 / 16) rem;
		margin-bottom: 1.3em;
	}
}


  /*-------------------------------
    2025.4.1　LP微修正
  -------------------------------*/
  .section__item_col_title{
    font-size:20px;
    color:#00495c;
    font-weight: bold;
    line-height: 1.6!important;
  }
  .section__item_col_title span{
    font-size:30px;
    font-weight: normal;
    line-height: 1.2!important;
  }
  h2.section__lead_2403{
    font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
    font-size:40px;
    color:#00495c;
    font-weight: bold;
    text-align: center;
    border-bottom:2px solid #b07932;
    line-height: 1.6;
    padding:12px 0;
  }
  @media screen and (min-width: 768px) {
    .pc_none{
      display: none;
    }
  }
  @media (max-width: 767px){
    h2.section__lead_2403{
      font-size:26px;
      border-top:2px solid #b07932;
    }
  }