@charset "utf-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
img{
  max-width: 100%;
  vertical-align: top;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
.text p {
  line-height: 34px;
  margin-bottom: 10px;
  font-size: 20px;
  margin: 1em 30px 1.5em;
  text-align: justify;
}
.info p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 1rem;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* 〜767px：SP用表示 */
@media screen and (max-width: 767px) {
  .pc {
    display: none;  /* PC要素を非表示 */
  }
  .sp {
    display: block; /* SP要素を表示 */
  }
}
body {
	color: #242424;
  background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'MS Pゴシック', 'MS PGothic', sans-serif;
font-feature-settings: "palt";
}


.naiyou-container{
  background-color: #ffffff;
  padding: 2rem 0;
}
.naiyou-container p{
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
  top: 3px;
}
.naiyou-img{
  vertical-align: bottom;
}
.naiyou-card{
  /* 上を少しだけ明るくした、なめらかな縦グラデーション */
  background-color: #f1f1f1; /* フォールバック */
  background: linear-gradient(to bottom, #fafafa 0%, #f1f1f1 100%);
  width: 92.5%;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.naiyou-card:last-child{
  margin-bottom: 0;
}
.card-ttl{
  background: #53688c;
  color: #fff;
  position: relative;
}
.naiyou-day-img{
  position: absolute;
  height: 70%;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.card-body {
  padding: 3rem 1rem 1rem;
}

footer {
  width: 100%;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  background-color: #00364F;
  font-size: 90%;
}
footer a {
  color: #fff;
  margin: 10px 0;
}
#container {
  width: 749px;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.countdown {
  background-color: #1e2e53;
  padding: 2.15rem 0 3.5rem;
}
.countdown p {
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05rem;
}
.white {
  color: #e5004f;
  font-size: 2.5rem;
  font-family: 'ヒラギノ角ゴ ProN W7', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  margin: 1rem 0;
  letter-spacing: 0.06rem;
}

.white::after{
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: currentColor;
  margin: 1.25rem auto 1rem;
  border-radius: 2px;
}

/* Mail guide icon style */
.mail-guide .material-symbols-outlined{
  font-variation-settings: 'wght' 400;
  font-size: 1.6rem;
  vertical-align: -6px;
  margin-right: 6px;
  color: #cc7777;
}
.mail-guide{
  font-size: 1.15rem;
  line-height: 1.8;
}
.mail-guide b{
  font-size: 1.35rem;
  line-height: 1.8;
}
.form {
  display: block;
  background-color: #f3f3f3;
  padding: 40px 30px;
}
.form input {
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #5e5e5e;
  height: 6rem;
  width: 100%;
  margin: 10px 0 20px;
  text-align: center;
}
.form input[type="text"]{
  font-size: 2rem;
}
.form .btn {
    background: url(../img/btn.png) center top no-repeat;
    width: 100%;
    height: 257px;
    border: none;
    transition: all 0.3s;/*0.3秒で変化する*/
    filter: drop-shadow(0px 6px 5px #b0b0b0);
}
.form .btn:hover {
  opacity: 0.85;
  position: relative;
  top: 3px;
  filter: drop-shadow(0px 2px 3px #c5c5c5);
}
.countdown-container {
  font-size: 2.35rem;
  color: #00364f;
  background-color: #f8f8f8;
  font-family: 'ヒラギノ角ゴ ProN W7', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
  /* border: 2px solid #cccccc; */
  font-weight: bold;
  padding: 1.3rem 0.8rem;
  text-align: center;
  width: 85%;
  margin: auto;
  border-radius: 6px;
}
.kiyaku {
  overflow-y: scroll;
  margin: 1em auto 0;
  height: 100px;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 13px;
  color: #888;
  margin-bottom: 2%;
  border: solid 1px #f0f0f0;
  border-radius: 3px;
  position: relative;
  left: -2px;
  line-height: 1.7;
  letter-spacing: 0.01rem;
  text-align: left;
  background-color: #ffffffba;
}
.kiyaku dt{
  text-align: center;
}
.kiyaku dd{
  margin: 0;
}

.cta_info{
  font-size: 0.9em;
  border-radius: 0.5rem;
  text-align: justify;
  line-height: 1.5;
  margin: 0.25rem 0 1rem;
}
.form_info{
  padding: 1em 2em;
  background: #fddcdc54;
  border-radius: 0.5rem;
  text-align: justify;
}
.form_info p{
  line-height: 1.5;
}
.form_info p b{
  margin-bottom: 0.4em;
  display: block;
  color: #473f3f;
  letter-spacing: 0.05rem;
  border-bottom: solid 1px #99999975;
  padding-bottom: 0.25em;
  text-align: center;
}
.form_info p span{
  font-size: 0.85em;
  color: #3f3f3f;
  display: table;
}


@media only screen and (max-width: 768px){
.kiyaku {
    line-height: 1.6;
    font-size: 11.5px;
}
}

/* ========================================
   募集終了時のLINE誘導CTA
   ======================================== */
.recruit-closed {
  text-align: center;
  padding: 1.5rem 1rem;
}

/* .closed-message: .whiteと同じスタイル */
.recruit-closed .closed-message {
  color: #e5004f;
  font-size: 2.5rem;
  font-family: 'ヒラギノ角ゴ ProN W7', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  margin: 1rem 0;
  letter-spacing: 0.06rem;
}
.recruit-closed .closed-message::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: currentColor;
  margin: 1.25rem auto 1rem;
  border-radius: 2px;
}

/* .line-guide: .mail-guideと同じアイコンスタイル */
.recruit-closed .line-guide {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.recruit-closed .line-guide .material-symbols-outlined {
  font-variation-settings: 'wght' 400;
  font-size: 1.6rem;
  vertical-align: -6px;
  margin-right: 6px;
  color: #cc7777;
}

.recruit-closed .btn-line-link {
  display: block;
  transition: all 0.3s;
}
.recruit-closed .btn-line-link:hover {
  opacity: 0.85;
  position: relative;
  top: 3px;
}
.recruit-closed .btn-line {
  width: 100%;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0px 6px 5px #b0b0b0);
  transition: filter 0.3s;
}
.recruit-closed .btn-line-link:hover .btn-line {
  filter: drop-shadow(0px 2px 3px #c5c5c5);
}

@media only screen and (max-width: 768px){
  .recruit-closed .closed-message {
    font-size: 1.8rem;
  }
  .recruit-closed .line-guide {
    font-size: 1.15rem;
    line-height: 1.9;
    padding: 0 0.5rem;
  }
}