@charset "UTF-8";
/* google font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,500;0,700;1,400&display=swap");

/* ------------------------------------------------------------
  base
------------------------------------------------------------ */
body {
  width: auto;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt"1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #3592E6;
  text-decoration: none;
}
a > span {
  border-bottom: 1px solid #3592e6;
}
a:hover {
  opacity: 0.8;
}

/* ------------------------------------------------------------
  pc <=> sp view change
------------------------------------------------------------ */
.pc-view {
  display: inline;
}
div.pc-view,
p.pc-view {
  display: block;
}
.sp-view {
  display: none;
}
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  white-space: nowrap !important
}
/* ------------------------------------------------------------
  header
------------------------------------------------------------ */
h1{
  display:block;
	font-size: 3.2rem;
	color: #fff;
	margin-inline: auto;
}

h1 span img{
  vertical-align:top;
}
.form__header_img {
	width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
	max-width: 1260px;
}


/* ------------------------------------------------------------
  main
------------------------------------------------------------ */
main {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
main .inner {
  margin: 1em 5vw;
  max-width: 1080px;
  width: auto;
  display: inline-block;
}
main .inner > div {
  text-align: left;
  margin-top: 60px;
}
main h2 {
  background-color: #000;
  color: #fff;
  font-size: 175%;
  font-weight: 700;
  padding: 0.4em 0;
  text-align: center;
  letter-spacing: 0.2em;
}

/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */

.footer {
  padding: 4.7rem 0;
  background: #2e2e2e;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px
}
.footer__inner p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
/* ------------------------------------------------------------
  guide
------------------------------------------------------------ */
.guide {
  overflow: hidden;
}
.guide h3 {
  text-align: center;
  font-size: 25px;
  margin: 3em 0 1em;
}
.guide .how {
  padding: 0 5%;
}
.guide .how h3 {
  text-align: left;
  margin-bottom: 0;
}
.guide .how p,
.guide .how h4 {
  text-align: left;
  margin: 1em 0 0 0;
  font-size: 20px;
}
.guide .how h4 + p {
  margin-top: .5em;
}
.guide .how h4 {
  margin-top: 2.4em;
  font-size: 22px !important;
}
.guide .how h3 + h4 {
  margin-top: 1.0em;
}
.how a {
  text-decoration: underline;
}

.guideh {
  text-align: center;
  width: 100%;
  max-width: 615px;
  margin: 30px auto 0;
}
.guide_close {
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.guide_close img {
  width: 100%;
}
.guide_close_sp {
  /* PCでは実質使わないが、念のため非表示にしておいてもOK */
  text-align: center;
  font-size: 20px;
  line-height: 3;
  width: 40%;
  margin: 5em auto 0 !important;
}
.guide_close_sp a {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  border-radius: 1em;
  text-decoration: none;
}

/* add20251113 */
/* PC：3カラム */
.guideBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; /* カラム間の余白を少し広めに */
  max-width: 1080px;
  margin: 0 auto;
}
.guideBlock__item {
  text-align: center; /* 見出し＋枠を中央寄せ */
}
.guide h3:not(.guideBlock__head) {
  text-align: center;
  font-size: 25px;
  margin: 3em 0 1em;
}
.guideBlock__head {
  margin-bottom: 10px !important;
  font-size: 16px !important;
  text-align: center !important;
  font-weight: 700;
  text-align: left !important;
  padding-left: 10px;
  margin-top: 4vw !important;
}
/* 枠を細め＋中央寄せにする */
.guideBlock__frame {
  display: inline-block;
  border: solid 3px #F00;
  padding: 0px; /* 枠内の余白（撮影範囲の感じ） */
  background: #fff;
  /*max-width: 320px;*/
  width: 100%;
}
.guideBlock__frame img {
  display: block;
  width: 100%;
  height: auto;
}
/* 「※撮影範囲」 */
.guideBlock__txt {
  /*max-width: 320px;*/
  margin: 6px auto 0;
  text-align: right;
  color: #F00;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px){
  .inner{
    width: 100%;
  }
}
/* モーダル
ベース */
.imgZoom {
  border: none;
  margin-inline: auto;
  margin-block: auto;
  padding: 1.2vw;
  width: min(43vw, 590px);
  max-width: 43vw;
  max-height: 100svh;
  background: #111;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

/* バックドロップ */
.imgZoom::backdrop { background: rgba(0,0,0,.8); }

/* コンテンツ */
.imgZoom__figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  width: 100%;
  height: min(92vh, 92vw * .75 + 60px);
}
#imgZoom__img {
  width: fit-content;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  background: #000;
}
.imgZoom__cap {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 14px;
  color: #eee;
}

/* 閉じるボタン */
.imgZoom__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* クリックできる見た目（任意） */
.guideBlock__frame { cursor: zoom-in; }
.guideBlock__frame img { display:block; width:100%; height:auto; }
