@charset "UTF-8";
/* font定義 */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/notosansjp/notosansjp-light.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-light.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/notosansjp/notosansjp-regular.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-regular.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/notosansjp/notosansjp-bold.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-bold.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../webfonts/YakuHanJP/YakuHanJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: Bold;
  src: url("../webfonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../webfonts/YakuHanJP/YakuHanJP-Bold.otf") format("opentype");
}
/* 要素セレクタに対するスタイル */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  font-size: 2.1rem;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.6s ease; /* ふわっと表示 */
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

body.loaded {
  opacity: 1;
}

/* ユーティリティクラス */
.pc-only {
  display: block !important;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.pc-only-flex {
  display: flex !important;
}
@media (max-width: 767px) {
  .pc-only-flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.text-color-link {
  color: #3363d1;
}
.text-color-link > img {
  width: 1em;
  margin-left: 0.4rem;
  position: relative;
  top: 0.1rem;
}

.text-normal {
  color: #333333 !important;
  font-size: inherit !important;
}

.bracket-adjust {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

.inline-block {
  display: inline-block;
}

.inline-block-spOnly {
  display: inline-block;
}
@media (max-width: 767px) {
  .inline-block-spOnly {
    display: inline;
  }
}

.indent-second-line {
  /* 2行目以降を1文字下げる */
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.font-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/* ユーティリティクラス 終わり*/
/* header */
.header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header__img {
  width: 100%;
}

.campaign-end-overlay {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 10;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .campaign-end-overlay {
    font-size: 13px;
    padding: 6px 10px;
  }
}

/* main-container */
.main-container {
  background-color: #fceff0;
  width: 100%;
}
.main-container__inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  background-color: #ffffff;
}

/* top */
.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e9eff4;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .top {
    padding: 0 10px;
  }
}
.top__inner {
  width: 100%;
  max-width: 1080px;
  margin: 90px 0;
  padding: 80px 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .top__inner {
    margin: 34px 0px;
    padding: 30px 16px 30px;
    border-radius: 20px;
  }
}
.top__header > p {
  font-size: 4rem;
  font-weight: bold;
  color: #005bab;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top__header > p {
    font-size: 1.9rem;
    margin-bottom: 16px;
  }
}
.top__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top__banner {
    flex-direction: column;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .top__banner > picture {
    width: 110px;
    margin-bottom: 10px;
  }
}
.top__banner > p {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
}
@media (max-width: 1022px) {
  .top__banner > p {
    max-width: 344px;
  }
}
@media (max-width: 767px) {
  .top__banner > p {
    min-width: initial;
    font-size: 2rem;
    margin-left: 0;
  }
}
.top__banner > p > span {
  font-size: 1.2em;
  color: #e50012;
}
@media (max-width: 767px) {
  .top__banner > p > span {
    font-size: inherit;
  }
}
.top__button {
  text-align: center;
  margin-bottom: 20px;
}
.top__overview {
  padding: 0 0px;
  margin-bottom: 60px;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .top__overview {
    padding: 0;
    margin-bottom: 40px;
    font-size: initial;
  }
}
.top__link {
  margin-top: 30px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .top__link {
    /* margin-top: 14px; */
  }
}

.itemBox {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .itemBox {
    margin-bottom: 30px;
  }
}
.itemBox__title {
  background-color: #005bab;
  color: #ffffff;
  max-width: 160px;
  text-align: center;
  border-radius: 30px;
  padding: 8px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .itemBox__title {
    max-width: 116px;
    font-size: 1.7rem;
    padding: 4px 0;
    margin-bottom: 10px;
    margin-left: -6px;
  }
}
.itemBox__text {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .itemBox__text {
    margin-bottom: 18px;
  }
}
.itemBox__text > span {
  color: #e50012;
  font-weight: bold;
}
.itemBox__text--description {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .itemBox__text--description {
    margin-bottom: 12px;
  }
}
.itemBox__text--kind1 {
  padding-left: 1.6em;
  text-align: left;
  text-indent: -1.6em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .itemBox__text--kind1 {
    margin-bottom: 12px;
  }
}
.itemBox__text--kind1 > span {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .itemBox__text--kind1 > span {
    font-size: 0.98em;
  }
}
.itemBox__text--kind2 {
  padding-left: 1.6em;
  text-align: left;
  text-indent: -1.6em;
}
.itemBox__text--kind2 > span {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .itemBox__text--kind2 > span {
    font-size: 0.98em;
  }
}
.itemBox__text--note {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.howTo {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7b400;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .howTo {
    padding: 0 14px;
  }
}
.howTo__inner {
  width: 100%;
  max-width: 1080px;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .howTo__inner {
    padding: 50px 0 30px;
  }
}
.howTo__title {
  background-color: #005bab;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  margin-bottom: 80px;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .howTo__title {
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 50px;
    width: 100%;
  }
}
.howTo__box {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .howTo__box {
    margin-bottom: 40px;
  }
}

.entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .entry {
    padding: 30px 0px;
  }
}
.entry__description {
  margin-bottom: 30px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .entry__description {
    margin-bottom: 30px;
    padding: 0 20px;
    margin-bottom: 16px;
  }
}
.entry__qr {
  color: #005bab;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.entry__qr > p {
  margin-bottom: 16px;
}
.entry__qr > img {
  max-width: 180px;
}
.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .app {
    padding: 30px 0px 40px;
  }
}
.app__detail {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .app__detail {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}
.app__detail > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  color: #e94e00;
  font-size: 2rem;
  min-width: 100px;
  max-width: 100px;
}
@media (max-width: 767px) {
  .app__detail > div {
    flex-direction: initial;
    /* margin-right: 0;
    margin-bottom: 20px; */
    max-width: calc(100%);
    margin: 10px auto 20px;
  }
}
.app__detail > div > img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .app__detail > div > img {
    width: 70px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.app__img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .app__img {
    width: 80%;
  }
}
.app__download {
  text-align: center;
}
.app__download > p {
  color: #333333;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .app__download > p {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
.app__download > div {
  display: flex;
}
@media (max-width: 767px) {
  .app__download > div {
    /* flex-direction: column; */
  }
}
.app__ios {
  display: flex;
  align-items: center;
  margin-right: 4.2vw;
}
@media (max-width: 767px) {
  .app__ios {
    width: calc(50%);
    margin-right: 0px;
    flex-direction: column;
  }
}
.app__ios > a {
  min-width: 221px;
}
@media (max-width: 767px) {
  .app__ios > a {
    width: 80%;
  }
}
.app__ios > img {
  width: 30%;
}
.app__android {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .app__android {
    width: calc(50%);
    flex-direction: column;
  }
}
.app__android > a {
  min-width: 221px;
}
@media (max-width: 767px) {
  .app__android > a {
    width: 81%;
  }
}
.app__android > img {
  width: 30%;
}
@media (max-width: 480px) {
  .app__download > div {
    flex-direction: column;
  }
  .app__android,
  .app__ios{
    width: 100%;
  }
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .step {
    padding: 0 14px;
  }
}
.step__inner {
  width: 100%;
  max-width: 1080px;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .step__inner {
    padding: 50px 0 0;
  }
}
.step__title {
  background-color: #005bab;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  margin-bottom: 80px;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .step__title {
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 50px;
    width: 100%;
  }
}
.step__box {
  display: flex;
  flex-wrap: wrap; /* 折り返し許可 */
  column-gap: 28px; /* アイテム間の横の隙間 */
  row-gap: 60px; /* アイテム間の縦の隙間 */
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .step__box {
    column-gap: 16px; /* アイテム間の横の隙間 */
    row-gap: 20px; /* アイテム間の縦の隙間 */
    justify-content: center;
    margin-bottom: 20px;
  }
}
.step__box > picture {
  width: 30%;
}
@media (max-width: 767px) {
  .step__box > picture {
    display: block;
    width: 47%;
  }
}
.step__notes {
  align-self: flex-start;
  margin-left: 40px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .step__notes {
    margin-left: 0px;
  }
}

.station {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .station {
    padding: 0 14px;
  }
}
.station__inner {
  width: 100%;
  max-width: 1460px;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .station__inner {
    padding: 50px 0 70px;
  }
}
.station__title {
  background-color: #005bab;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 50px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .station__title {
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
.station__description {
  font-weight: bold;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .station__description {
    margin-bottom: 30px;
    font-weight: normal;
  }
}

.event {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  font-size: 4rem;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .event {
    padding: 0 14px;
    font-size: 1.8rem;
  }
}
.event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 252px;
  background: url("../img/event_bg_top_pc.png") repeat-x;
  background-size: contain;
  background-position-y: top;
  z-index: 1;
}
@media (max-width: 767px) {
  .event::before {
    background: url("../img/event_bg_top_sp.png") repeat-x;
    background-size: contain;
    background-position-y: top;
  }
}
.event::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 252px;
  background: url("../img/event_bg_under_pc.png") repeat-x;
  background-size: contain;
  background-position-y: bottom;
}
@media (max-width: 767px) {
  .event::after {
    background: url("../img/event_bg_under_sp.png") repeat-x;
    background-size: contain;
    background-position-y: bottom;
  }
}
.event__inner {
  width: 100%;
  max-width: 1080px;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .event__inner {
    padding: 50px 0 50px;
  }
}
.event__title {
  background-color: #005bab;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 50px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .event__title {
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 50px;
    width: 100%;
  }
}
.event__message {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .event__message {
    font-weight: normal;
    margin-bottom: 20px;
  }
}
.event__place {
  margin-bottom: 60px;
}
.event__place > div:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .event__place > div:nth-of-type(1) {
    margin-bottom: 30px;
    text-align: center;
  }
}
.event__place > div:nth-of-type(1) > picture {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .event__place > div:nth-of-type(1) > picture {
    width: 140px;
    margin-right: 2px;
  }
}
.event__img {
  text-align: center;
}
.event__img > img {
  width: 66%;
}
@media (max-width: 767px) {
  .event__img > img {
    width: 90%;
  }
}
.event__link {
  margin: 0 auto;
  width: 66%;
  align-self: flex-start;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .event__link {
    width: 90%;
    font-size: initial;
    font-weight: normal;
  }
}
.event__link > a {
  word-break: break-all;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e94e00;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .faq {
    padding: 0 14px;
  }
}
.faq__inner {
  width: 100%;
  max-width: 1080px;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .faq__inner {
    padding: 50px 0px;
  }
}
.faq__title {
  background-color: #005bab;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
/* footer */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 50px 0 30px;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }
  .footer > picture {
    width: 300px;
  }
}

/* スクリーンリーダー用のスタイル */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* スクリーンリーダー用のスタイル 終わり */
/* TOPへ戻るボタン関連 */
#scroll-to-top {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  width: 105px;
  aspect-ratio: 1;
  opacity: 0; /* 初期は透明 */
  pointer-events: none; /* 非表示時はクリック無効 */
  transition: opacity 0.3s ease; /* フェードのアニメーション */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  #scroll-to-top {
    width: 70px;
  }
}
#scroll-to-top.show {
  opacity: 1; /* 表示時は不透明 */
  pointer-events: auto; /* クリック有効 */
}

/* TOPへ戻るボタン関連 終わり */
.button1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 48%;
  border-radius: 1.2rem;
  box-shadow: 0 0.5rem #b3b3b3;
  padding: 2.4rem 0 1.5rem;
  line-height: 1.4;
  border: none;
  background-color: #e73468;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.button1--blue {
  background-color: #003b83;
}
.button1 > img {
  width: 1em;
  position: relative;
}

.button2 {
  width: 100%;
  max-width: 32rem;
  border-radius: 5rem;
  border: solid 3px #e94e00;
  box-shadow: 0 0.6rem #e94e00;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  color: #e94e00;
  font-size: 1.9rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.button2 > img {
  width: 1em;
  margin-left: 1.2rem;
  position: relative;
  top: -0.2rem;
}

.accordion {
  width: 100%;
}
.accordion__container {
  margin: 0 auto;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .accordion__container {
    font-size: initial;
  }
}
.accordion__title {
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #005bab;
  font-weight: bold;
  padding: 22px 40px 22px 20px;
  padding-left: 3em;
  text-align: left;
  text-indent: -1.3em;
  margin-top: 3px;
  position: relative;
  cursor: pointer;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  .accordion__title {
    font-weight: normal;
    padding: 10px 30px 10px 10px;
    padding-left: 2.2em;
  }
}
.accordion__title::before, .accordion__title::after {
  content: "";
  display: block;
  background-color: #005bab;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 4px;
  right: 25px;
}
@media (max-width: 767px) {
  .accordion__title::before, .accordion__title::after {
    width: 14px;
    height: 3px;
    right: 12px;
  }
}
.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.1s;
}
.accordion__title.is-active::before {
  opacity: 0;
}
.accordion__title.is-active::after {
  transform: rotate(0);
}
.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  padding-left: 3em;
  text-align: left;
  text-indent: -1.1em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #a83300;
  color: #ffffff;
}
@media (max-width: 767px) {
  .accordion__content {
    padding-left: 2.22em;
  }
}
.accordion__content.is-open {
  line-height: normal;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
}
@media (max-width: 767px) {
  .accordion__content.is-open {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* 

  ikegaya custom 

*/
/* header 取得期間テキスト start */
.header__period{
  background-color: #D2E5F6;
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.header__period p{
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .header__period{
    gap: 10px;
    flex-direction: column;
  }
}
/* header 取得期間テキスト end */

/* info お知らせ掲載部分の用意 start */
.info{
  margin: 50px auto 50px;
  width: calc(100% - 60px);
  max-width: 1080px;
}
@media (max-width: 767px) {
  .info{
    margin: 20px auto;
    width: calc(100% - 20px);
  }
}
/* info お知らせ掲載部分の用意 end */

/* top link  start */
.top__link--title{
  background-color: #005BA8;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 3px 10px;
  margin-bottom: 30px;
}
.top__link--title.mt60{
  margin-top: 60px;
}
.top__link--row{
  display: flex;
  justify-content: space-between
}
.top__link--row div{
  width: calc(50% - 10px);
}
.text-indent{
  padding-left: 1em;
}
@media (max-width: 767px) {
  .top__link--row{
    flex-direction: column;
  }
  .top__link--row div{
    width: 100%;
    /* margin-bottom: 30px; */
  }
  .top__link--row div.sp--mb30{
    margin-bottom: 30px;
  }
  .top__link--row img{
    margin-bottom: 10px;
  }
  .top__link--title,
  .top__link--title.mt60{
    margin: 30px 0px 20px;
  }
}
/* top link  end */

/* app  start */
.app--line{
  height: 1px;
  width: calc(100% - 40px);
  margin: 10px auto;
  background-color: #333333;
}
/* app  end */
/* event  start */
.event__item{
  display: flex;
  width: calc(100%);
  justify-content: space-between;
  margin-bottom: 60px;
}
.event__item img{
  width: calc(40% - 10px);
  height: fit-content;
}
.event__item div{
  width: calc(60% - 10px);
}
.event__item p{
  font-size: 2.1rem;
}
.event__item p.event__item--title{
  font-size: 3rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .event__item{
    flex-direction: column;
    width: calc(100% - 30px);
  }
  .event .event__item:last-child{
    margin-bottom: 10px;
  }
  .event__item img,
  .event__item div{
    width: calc(100%);
  }
  .event__item p{
    font-size: 1.5rem;
  }
  .event__item p.event__item--title{
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/* event  end */
/* inquiry  start */
.inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0F0F0;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .inquiry {
    padding: 0 14px;
  }
}
.inquiry__inner {
  width: 100%;
  max-width: 1080px;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inquiry__inner p{
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .inquiry__inner {
    padding: 50px 0px;
  }
}
.inquiry__title {
  background-color: #005bab;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 10px 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .inquiry__title {
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
/* inquiry  end */
/* custom */
.bg__yellow{
  background-color: #f7b400;
}
/* custom */
