/* Mgen+ 1mn（英数字のみ・サブセット woff2 / 日本語は unicode-range 外なので既存フォントにフォールバック） */
@font-face {
  font-family: "Mgen+ 1mn";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/mgenplus-1mn-regular.subset.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+2018-2019, U+201C-201D, U+2026, U+2212;
}
@font-face {
  font-family: "Mgen+ 1mn";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/mgenplus-1mn-bold.subset.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+2018-2019, U+201C-201D, U+2026, U+2212;
}

/* ===== ベース/リセット（style_campaign.css より移植） ===== */
/* ※ 旧 @import url(.../notosansjapanese.css) は http・廃止予定のため移植せず、
   日本語は Noto Sans JP（head で読込）＋ヒラギノ/メイリオ等のシステムフォントにフォールバック */
ul {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
  list-style: none;
}
body {
  min-width: 320px;
  overflow-x: hidden;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin: 0;
}
figure {
  margin: 0;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
p {
  margin: 0;
}

/* recommend（SPファースト：base=SP / min-width:768px=PC） */
.recommend {
  padding: 60px 0;
  background: url(../img/refresh-diving/bg_section.jpg) no-repeat left 10% center / cover;
}
.recommend__inr {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}
.recommend__ttl {
  display: flex;
  gap: 7px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.recommend__ttl::before,
.recommend__ttl::after {
  display: inline-block;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
}
.recommend__ttl::before {
  background: url(../img/refresh-diving/icon_recommend_01.svg) no-repeat center center / contain;
}
.recommend__ttl::after {
  background: url(../img/refresh-diving/icon_recommend_02.svg) no-repeat center center / contain;
}
.recommend__ttl .is-large {
  font-size: 22px;
  font-weight: 700;
  color: #0047B4;
  background: linear-gradient(transparent 60%, #FFFAE9 60%);
}
.recommend__card {
  display: grid;
  gap: 30px;
}
.recommend__lead {
  padding: 8px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #006DD7;
  border-radius: 10px 10px 0 0;
}
.recommend__main {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 15px;
  background-color: #F8F8F8;
  border-radius: 0 0 10px 10px;
}
.recommend__img {
  max-width: 205px;
  margin-inline: auto;
}
.recommend__list li {
  font-size: 14px;
}
@media (min-width: 768px) {
  .recommend {
    padding: 80px 0;
    background: url(../img/refresh-diving/bg_section.jpg) no-repeat center center / cover;
  }
  .recommend__ttl {
    gap: 14px;
    margin-bottom: 50px;
    font-size: 28px;
  }
  .recommend__ttl::before,
  .recommend__ttl::after {
    width: 55px;
  }
  .recommend__ttl .is-large {
    font-size: 42px;
  }
    .recommend__card {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
  .recommend__lead {
    padding: 16px;
    font-size: 22px;
  }
  .recommend__main {
    padding: 30px;
  }
  .recommend__list li {
    font-size: 15px;
  }
}

/* features（SPファースト：base=SP / min-width:768px=PC） */
.features {
  background: #F5FFFE;
}
.inner {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.section_pdg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section_pdg_sp {
  padding-bottom: 0;
}
.section_ttl {
  position: relative;
  line-height: 1.3;
  text-align: center;
}
.section_ttl h2 {
  margin-bottom: 18px;
  font-family: "Mgen+ 1mn",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 22px;
  line-height: 1.14;
}
.section_ttl .typesquare_option {
  position: relative;
  display: inline-block;
}
.section_ttl .typesquare_option .hikari {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: visible;
  vertical-align: top;
}
.section_ttl .typesquare_option .hikari img {
  position: relative;
  max-width: none;
  top: -26px;
  left: -25px;
}
@media (min-width: 768px) {
  .section_ttl .typesquare_option .hikari img {
    top: -40px;
    left: -46px;
  }
}
.hikari img {
  width: 72px;
}
.message {
  overflow: hidden;
  text-align: center;
  color: #fff;
  background:#34C0CC;
}
p.diver_txt {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.course_flex {
  padding-bottom: 60px;
}
.course_img {
  width: 100%;
}
.course_txt {
  padding-top: 20px;
}
.course_txt h3 {
  padding-bottom: 10px;
  color: #006DD7;
  font-family: "Mgen+ 1mn",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 21px;
  text-align: center;
}
.course_txt p {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_pdg_sp {
    padding-bottom: 80px;
  }
  .section_ttl h2 {
    margin-bottom: 40px;
    font-size: 42px;
  }
  .hikari img {
    width: 122px;
  }
  p.diver_txt {
    padding-bottom: 60px;
    font-size: 18px;
    line-height: 2;
  }
  .course_flex {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .course_img {
    width: 40%;
  }
  .course_txt {
    width: 60%;
    padding-top: 0;
  }
  .course_txt h3 {
    font-size: 32px;
    text-align: left;
  }
  .course_txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* plan（SPファースト：base=SP / min-width:768px=PC） */
.plan {
  padding: 60px 0;
  background: url(../img/refresh-diving/bg_section.jpg) no-repeat center left 10% / cover;
}
.plan__inr {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}
.plan__block {
  display: grid;
  gap: 50px;
}
.plan__item {
  position: relative;
  padding: 40px 30px 0;
  background-color: #fff;
  border-radius: 10px;
}
.plan__item.is-01 {
  border: 3px solid #006FE5;
}
.plan__item.is-02 {
  border: 3px solid #00A29D;
}
.plan__ttl {
  position: absolute;
  top: -27px;
  left: 50%;
  width: 90%;
  max-width: 360px;
  height: 55px;
  font-size: 18px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 100vw;
  transform: translateX(-50%);
}
.is-01 .plan__ttl {
  background-color: #006FE5;
}
.is-02 .plan__ttl {
  background-color: #00A29D;
}
.plan__summary {
  display: grid;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.plan__img {
  width: 70%;
  margin-inline: auto;
}
.plan__desc {
  font-size: 16px;
}
.plan__info {
  border-top: 1px solid #9FC9F0;
}
.plan__row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
}
.is-01 .plan__row {
  border-bottom: 1px solid #7EB2E8;
}
.is-02 .plan__row {
  border-bottom: 1px solid #70EAE6;
}
.plan__row.is-noborder {
  border-bottom: none;
}
.plan__label {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.is-01 .plan__label {
  color: #006DD7;
}
.is-02 .plan__label {
  color: #00A29D;
}
.plan__icon {
  display: block;
  width: 100%;
  height: auto;
}
.plan__data {
  margin-bottom: 0;
  font-family: "Mgen+ 1mn",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
.plan__price {
  font-size: 28px;
  font-weight: 700;
}
.is-01 .plan__price {
  color: #006DD7;
}
.is-02 .plan__price {
  color: #00A29D;
}
.plan__price .is-small {
  font-size: 20px;
}
.plan__data-list li {
  font-size: 15px;
  line-height: 1.6;
}
.plan__note {
  margin-top: 18px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .plan {
    padding: 80px 0;
    background: url(../img/refresh-diving/bg_section.jpg) no-repeat center center / cover;
  }
  .plan__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
  .plan__ttl {
    font-size: 24px;
  }
  .plan__summary {
    grid-template-columns: 125px 1fr;
    gap: 30px;
  }
  .plan__img {
    width: 100%;
  }
  .plan__row {
    gap: 20px;
    padding: 22px 0;
  }
  .plan__label {
    grid-template-columns: 37px 1fr;
    gap: 20px;
    width: 110px;
    font-size: 22px;
  }
  .plan__price {
    font-size: 36px;
  }
  .plan__price .is-small {
    font-size: 26px;
  }
  .plan__note {
    font-size: 14px;
  }
}

/* voice（SPファースト：base=SP / min-width:768px=PC） */
.voice {
  padding: 60px 0;
  background-color: #F5FFFE;
}
.voice__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}
.voice__list {
  display: grid;
  gap: 30px;
  margin-bottom: 20px;
}
.voice__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  padding: 20px 20px 10px;
  background-color: #fff;
  border: 2px solid #C3DEF7;
  border-radius: 20px;
}
.voice__main {
  display: grid;
  grid-template-columns: 97px 1fr;
  gap: 20px;
  margin-bottom: 10px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #C3DEF7;
}
.voice__lead {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0047B4;
}
.voice__txt {
  font-size: 16px;
  line-height: 1.6;
}
.voice__info {
  font-size: 16px;
  text-align: center;
  color: #0047B4;
}
.voice__note {
  font-size: 14px;
}
@media (min-width: 768px) {
  .voice {
    padding: 80px 0;
  }
  .voice__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 23px;
  }
}

/* flow（SPファースト：base=SP / min-width:768px=PC） */
.flow {
  padding: 60px 0;
  background-color: #EFFBFF;
}
.flow__inr {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}
.flow__list {
  display: grid;
  gap: 60px;
  margin-bottom: 20px;
}
.flow__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
  padding: 43px 30px 27px;
  background-color: #fff;
  border: 2px solid #EAF1F8;
  border-radius: 20px;
}
.flow__item:not(:last-child)::after {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  width: 30px;
  height: 26px;
  background-color: #015FC6;
  clip-path: polygon(0 0, 100% 0, 48% 100%);
  transform: translate(-50%, -50%);
  content: "";
}
.flow__num {
  position: absolute;
  top: -38px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-family: "Mgen+ 1mn",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  border-radius: 50%;
}
.is-01 .flow__num {
  background: #015FC6;
}
.is-02 .flow__num {
  background: #03A7A8;
}
.flow__num .is-large {
  display: block;
  font-size: 30px;
}
.flow__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
}
.is-01 .flow__ttl {
  color: #015FC6;
}
.is-02 .flow__ttl {
  color: #03A7A8;
}
.flow__img {
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
}
.flow__txt {
  font-size: 16px;
  line-height: 1.6;
}
.flow__note {
  font-size: 14px;
  line-height: 1.57;
}
@media (min-width: 768px) {
  .flow {
    padding: 80px 0;
  }
  .flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 68px;
  }
  .flow__item {
    padding: 43px 10px 27px;
  }
  .flow__item:not(:last-child)::after {
    top: 50%;
    left: calc(100% + 34px);
    width: 26px;
    height: 30px;
    clip-path: polygon(0 0, 0% 100%, 100% 48%);
  }
  .flow__ttl {
    font-size: 24px;
  }
  .flow__txt {
    max-width: 208px;
    margin-inline: auto;
    text-align: center;
  }
}

/* faq（SPファースト：base=SP / min-width:768px=PC） */
.faq {
  padding: 60px 0;
  background-color: #F5FFFE;
}
.faq__inr {
  max-width: 1080px;
  margin-inline: auto;
  padding: 0 20px;
}
.qa__box {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.qa__box > dl {
  margin: 0;
}
.qa__box > dl > dt {
  position: relative;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 15px;
  align-items: center;
  padding: 25px 60px 25px 20px;
  background-color: #fff;
  cursor: pointer;
}
.qa__box > dl > dt .crossBar {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
.qa__box > dl > dt .crossBar::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1.6px;
  height: 100%;
  background-color: #1481B5;
  transform: translateX(-50%) rotate(0deg);
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
}
.qa__box > dl > dt .crossBar::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.6px;
  background-color: #1481B5;
  transform: translateY(-50%);
  content: "";
}
.qa__box > dl > dt > span {
  min-width: 20px;
  font-size: 14px;
  font-weight: 500;
}
.qa__box > dl > dd {
  display: flex;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  margin-bottom: 10px;
  padding: 0px 30px;
  background-color: #fff;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dd > span {
  margin-right: 23px;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  color: #5FB1DE;
}
.qa__box > dl > dd.is-open {
  max-height: 500px;
  padding: 25px 30px;
}
.qa__box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);
}
.js-qa__parent span {
  display: grid;
  place-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  color: #fff;
  background: #1481B5;
  border-radius: 50%;
  line-height: 1;
}
.pageSubTitle2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #1481B5;
}
.contentText {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
dt.is-open {
  color: #fff !important;
  background-color: #1481B5 !important;
}
dt.is-open .pageSubTitle2 {
  color: #fff !important;
}
dt.is-open span {
  color: #1481B5 !important;
  background: #fff !important;
}
.qa__box > dl > dt.is-open .crossBar::before {
  background-color: #fff !important;
}
.qa__box > dl > dt.is-open .crossBar::after {
  background-color: #fff !important;
}
@media (min-width: 768px) {
  .faq {
    padding: 80px 0;
  }
  .qa__box > dl > dt > span {
    font-size: 24px;
  }
  .pageSubTitle2 {
    font-size: 16px;
    line-height: 1.7;
  }
  .qa__box > dl > dt {
    grid-template-columns: 35px 1fr;
    padding: 25px 30px;
  }
  .qa__box > dl > dd {
    margin-bottom: 16px;
  }
  .qa__box > dl {
    padding-right: 0;
    padding-left: 0;
  }
  .contentText {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* access（SPファースト：base=SP / min-width:993px=PC。2カラムfloatのため境界は992/993） */
.six_section {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}
.accessArea {
  padding: 40px 20px 0;
}
.accessArea .left {
  width: 100%;
  font-size: 14px;
}
.accessArea .left dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.accessArea .left dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
.accessArea .left dl dt,
.accessArea .left dl dd {
  display: table-cell;
  padding: 23px 0 24px;
  font-size: 14px;
  vertical-align: top;
}
.accessArea .left dl dt {
  width: 115px;
  font-weight: 700;
}
.accessArea .right {
  width: 100%;
  height: 320px;
  overflow: visible;
  padding-top: 30px;
}
.accessArea .right iframe {
  width: 100%;
  aspect-ratio: 600 / 450;
}
@media (min-width: 993px) {
  .six_section {
    max-width: 1040px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .accessArea {
    padding: 40px 0 410px;
  }
  .accessArea .left {
    float: left;
    width: 480px;
  }
  .accessArea .right {
    float: right;
    width: 480px;
    height: 410px;
    overflow: hidden;
    padding-top: 0;
  }
}

/* ===== style_campaign.css 依存分（LP本文用に移植） ===== */
/* 表示・非表示ユーティリティ（992/993px境界。SP=～992px / PC=993px～） */
@media (min-width: 993px) {
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .sp_none {
    display: none !important;
  }
}

/* レスポンシブ改行（992/993px境界。br.xxx の高詳細度でユーティリティと統一） */
/* base=SP（～992px）：pc_none=表示 / sp_none=非表示 */
br.pc_none {
  display: inline !important;
}
br.sp_none {
  display: none !important;
}
@media (min-width: 993px) {
  /* PC（993px～）：pc_none=非表示 / sp_none=表示 */
  br.pc_none {
    display: none !important;
  }
  br.sp_none {
    display: inline !important;
  }
}

/* ボタン（SPファースト：base=SP / min-width:768px=PC） */
.btn_area {
  padding-top: 40px;
  padding-bottom: 40px;
}
.btn {
  padding-top: 60px;
  text-align: center;
}
.btn_pnk,
.btn_blue {
  padding-top: 0;
}
.btn_flex {
  display: block;
}
.btn_pnk a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 60px;
  margin: 0 auto 20px;
  font-family: "Adobe Clean", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  background: #FF628C;
  border-radius: 6px;
}
.btn_blue a,
.btn_blue .more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 60px;
  margin: 0 auto;
  font-family: "Adobe Clean", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  background: #34C0CC;
  border-radius: 6px;
}
.btn_pnk a::after {
  position: absolute;
  top: 3px;
  right: 10px;
  vertical-align: middle;
  transform: scale(0.5);
  content: url(../img_lp/pink_arrow.png);
}
.btn_blue a::after,
.btn_blue .more::after {
  position: absolute;
  top: 3px;
  right: 10px;
  vertical-align: middle;
  transform: scale(0.5);
  content: url(../img_lp/blue_arrow.png);
}
/* 特徴画像 course_img2（元の::afterは//コメント混入で無効のため本体のみ移植） */
.course_img2 {
  position: relative;
}
@media (min-width: 768px) {
  .btn_area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .btn_flex {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
  }
  .btn_pnk a,
  .btn_blue a,
  .btn_blue .more {
    width: 440px;
    height: 70px;
    line-height: 70px;
  }
  .btn_pnk a {
    margin: 0 auto;
  }
}

/* ===== header（style_campaign.css より移植 / サイト共通のため 992px・767px 境界を維持） ===== */
/* ※ .sp_none / .pc_none は当ファイル上部で 992/993px 境界として定義済みのため、ここには再掲しない */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.header__fix {
  position: relative;
  width: 100%;
  max-width: 1145px;
  height: 50px;
  margin: 0 auto;
}
header .logo {
  z-index: 9999;
}
/* ロゴは h1 の背景画像で表示（テキストは visibility:hidden） */
h1 {
  position: absolute;
  top: 7px;
  left: 7px;
  line-height: 0px;
  background: url(../img/common/logo.png) no-repeat;
  background-size: contain;
}
h1 a {
  display: block;
  width: 165px;
  height: 35px;
}
h1 span {
  visibility: hidden;
}
/* PC グローバルナビ（.sp_none で SP 非表示） */
.gnav {
  position: relative;
  width: 100%;
  transition: 1s;
}
.gnav.default,
.fixed-nav {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 13px;
}
.gnav ul {
  align-items: center;
  justify-content: flex-end;
  padding-right: 90px;
  color: #fff;
}
.pc-flx {
  display: flex;
  gap: 30px;
}
nav ul {
  list-style: none;
}
.gnav a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #005DB8;
}
/* SP メニュー開閉ボタン（ハンバーガー） */
.sp_menu_con {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 9998;
  display: block;
  width: 35px;
  height: 32px;
  cursor: pointer;
}
#panel-btn {
  position: relative;
  display: block;
  overflow: initial !important;
  background: #fff;
}
#panel-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26px;
  height: 2px;
  margin-top: 16px;
  background: #015db2;
  transform: translate(-50%, -50%);
  transition: .2s;
}
#panel-btn-icon:before {
  margin-top: -7px;
}
#panel-btn-icon:after {
  margin-top: 6px;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 2px;
  background: #015db2;
  transition: .3s;
  content: "";
}
/* SP メニューオーバーレイ */
.sp_menu_area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow-y: auto;
  background: rgba(51, 51, 51, 0.65);
}
.sp_menu_area.active {
  display: block !important;
}
.sp_menu_area > ul {
  z-index: 9998;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding: 55px 0 30px;
}
.sp_menu_area li {
  position: relative;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
}
.sp_menu_area li > a {
  padding: 15px 10px 15px 20px;
  color: #000;
}
.sp_menu_area a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  text-decoration: none;
  background-size: 18px;
}
.sp_menu_area a:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border-top: 2px solid #015bb3;
  border-right: 2px solid #015bb3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
li.close {
  padding: 15px 10px;
}
.close {
  text-align: center;
}
@media (max-width: 992px) {
  .header__fix {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .sp_menu_con {
    top: 10px;
    right: 20px;
    width: 40px;
  }
  .sp_menu_area > ul {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 50px;
    margin: 0 auto;
    padding: 0 2%;
  }
  .sm_head {
    padding-top: 10px;
  }
  h1 {
    position: inherit;
  }
}

/* ===== footer（style_campaign.css より移植 / サイト共通のため 992px 境界を維持） ===== */
footer {
  background: #f6f8f9;
}
footer .footer__in {
  padding: 60px 30px 70px;
}
footer .logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.box__site_map {
  display: flex;
  margin-bottom: 70px;
}
.box__site_map ul {
  width: 30%;
  max-width: 361px;
}
.box__site_map li {
  position: relative;
  padding: 10px 0 10px 14px;
  font-size: 14px;
}
.box__site_map ul li a:before {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  z-index: -1;
  height: 2px;
  background: #015bb3;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  content: "";
}
.box__site_map li:after {
  position: absolute;
  top: 51%;
  left: -1px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #202374;
  border-top: 2px solid #015bb3;
  border-right: 2px solid #202374;
  border-right: 2px solid #015bb3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.foot_add li {
  margin-bottom: 20px;
  font-size: 14px;
}
address {
  margin-bottom: 0;
  padding: 10px;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  color: #1F1F1F;
}
.footer_sp li a, .fbtn__reserve {
  position: initial;
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: center;
  color: #fff;
  -webkit-transform: initial;
}
.footer_sp li {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  background: #050f55;
}
.footer_sp p:first-of-type {
  padding-top: 8px;
}
.footer_sp p {
  width: 100%;
  font-size: 11px;
  line-height: 1.2;
}
.img__cal img {
  width: 30px;
}
.img__tel img {
  width: 25px;
}
.footer_sp {
  position: fixed;
  right: 9px;
  bottom: 2px;
  z-index: 99;
}
.footer_sp li p:last-of-type {
  position: absolute;
  bottom: 2px;
}
.footer_sp span {
  display: block;
  font-size: 11px;
}
div.box__tel_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 0;
  z-index: 9998;
  display: none;
  width: 100%;
  background: #333333b3;
}
div.box__tel_modal_in {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  padding: 50px;
  background: #fff;
  border: 2px solid #050f55;
  transform: translate(-50%, -50%);
}
.btn__close_modal {
  position: absolute;
  top: -12px;
  right: -14px;
  z-index: 9999;
  padding: 16px 9px 19px;
  font-size: 30px;
  line-height: 0;
  color: #fff;
  background: #015db0;
  border-radius: 70px;
}
.tel__modal_list {
  font-size: 20px;
}
.tel__modal_list span {
  display: block;
  font-size: 16px;
  color: #015bb3;
}
.box__tel_modal_in p {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  footer {
    padding-bottom: 60px;
    background: #f6f8f9;
  }
  footer .footer__in {
    padding: 30px;
  }
  footer .logo {
    margin: 0 auto 30px;
  }
  .footer__in .logo img {
    width: 140px !important;
    margin-left: 0 !important;
  }
  .box__site_map {
    display: block;
    margin-bottom: 20px;
  }
  .box__site_map ul {
    width: 100%;
  }
  .box__site_map ul li a {
    font-size: 12px;
  }
  .foot_add li {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .footer_sp {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footer_sp li {
    float: left !important;
    width: calc(50% - 1px);
    height: initial;
    min-height: 59px;
    margin: 0;
  }
  .footer_sp li:first-of-type {
    border-right: 1px solid #fff;
  }
  .footer_sp span {
    display: inline;
    font-size: 11px;
  }
}
