@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* =================================================================

  JA Life Event Styles

================================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1200px;
}
.l-container {
  position: relative;
  width: 100%;
}
.inner {
  max-width: 1200px;
  width: calc(690 / 750 * 100%);
  margin: auto;
}
a img { transition: all .3s; }
a:hover img { opacity: .7; }

figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
  body { min-width: initial; }
}

/*
  Header
================================================================= */
.l-header {
  position: relative;
  padding: 20px 0;
}
.l-header h1 {
  width: 180px;
  height: auto;
}

@media screen and (max-width:768px) {
  .l-header {
    padding: calc(30 / 768 * 100vw) 0;
  }
  .l-header h1 { width: max(calc(135 / 768 * 100vw), 118px); }
}

/*
  Footer
================================================================= */
.l-footer {
  position: relative;
  padding: 30px 0 105px;
  text-align: center;
  color: #ffffff;
  background-color: #004435;
}
.l-footer h2 {
  width: 164px;
  height: auto;
  margin: 0 auto 45px;
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width:768px) {
  .l-footer { padding: calc(30 / 768 * 100vw) 0 calc(105 / 768 * 100vw) }
  .l-footer h2 {
    width: calc(164 / 768 * 100vw);
    margin: 0 auto calc(45 / 768 * 100vw);
  }
  .copy { font-size: calc(18 / 768 * 100vw); }
}

/*
  Main Visual
================================================================= */
.mv {
  position: relative;
  /*
  height: 453px;
  background-color: #f8b856;
  */
}
.mv figure { position: relative; }
.mv figure figcaption {
  position: absolute;
  bottom: calc(70 / 1500 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.mv figure figcaption a {
  width: calc(95 / 1500 * 100vw);
  height: auto;
  display: inline-block;
  animation: shake .5s infinite ease-in-out;
}
.mv figure figcaption a img {
  width: 100%;
  height: auto;
}
.mvbg {
  position: absolute;
  z-index: 1;
  top: 0;
  width: calc((100vw - 1200px) / 2);
  height: 100%;
}
.mvbg.left {
  left: 0;
  background: linear-gradient(to right, rgba(248,184,86,0) 0%, rgba(246,162,57,1) 100%);
}
.mvbg.right {
  right: 0;
  background: linear-gradient(to right, rgba(246,162,57,1) 0%, rgba(248,184,86,0) 100%);
}

@media screen and (max-width:768px) {
  .mv { height: auto; }
  .mv figure figcaption { bottom: calc(138 / 750 * 100vw); }
  .mv figure figcaption a { width: calc(125 / 750 * 100vw); }
  .mvbg { display: none; }
}

@keyframes blinking {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes shake {
  0% { transform: translateY(0); }
	40% { transform: translateY(-2.5px); }
	80% { transform: translateY(2.5px); }
	100% { transform: translateY(0); }
}

/*
  Section
================================================================= */
section { position: relative; }

/* Section01
----------------------------------------------------------------- */
.sec01 figure {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sec01 figure img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* Section02
----------------------------------------------------------------- */
.sec02 {
  padding: 30px 0 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/life-event_sec02_bg.png);
  background-size: cover;
}

.sec02 figure {
  margin: auto;
  max-width: 1084px;
  height: auto;
}

.sec02 figure:first-of-type {
  margin: 0 auto 44px;
}

.life-event__sec02__ttl {
  margin: 0 auto 10px;
  width: 554px;
}

@media screen and (max-width:768px) {
  .sec02 {
    background-image: url(../images/life-event_sec02_bg_sp.png);
    padding: calc(30 / 768 * 100vw) 0 2.4vw;
    position: relative;
    margin-top: 9.86667vw;
  }

  .sec02::before {
    content: '';
    background-image: url(../images/life-event_sec02_ttl_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 11.6vw;
    position: absolute;
    top: -11.73334vw;
    left: 0;
  }

  .sec02 figure {
    max-width: initial;
    width: calc(698 / 750 * 100vw);
    /* transform: translateX(.53334vw); */
    transform: initial;
  }
  .sec02 figure:first-of-type {
    margin: 0 auto calc(40 / 750 * 100vw);
  }

  .life-event__sec02__ttl {
    margin: 0 auto calc(18 / 750 * 100vw);
    width: calc(663 / 750 * 100vw);
  }
}





/* Section03
----------------------------------------------------------------- */
.sec03 {
  background-image: url(../images/life-event_sec03_bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 20px;
}
.sec03 figure {
  max-width: 870px;
  height: auto;
  margin: auto;
}

@media screen and (max-width:768px) {
  .sec03 {
    padding: calc(30 / 768 * 100vw) 0 4.8vw;
    background-image: url(../images/life-event_sec03_bg_sp.png);
  }

  .sec03 a {
    display: block;
    margin: 0 auto;
    width: 87.2vw;
    transform: translateX(-.66667vw);
  }

  .sec03 figure {
    margin: auto;
    max-width: initial;
  }

}

/* Section04
----------------------------------------------------------------- */
.sec04 {
  padding: 40px 0 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/life-event_sec04_bg.png);
  background-size: cover;
}

.sec04 figure {
  max-width: 1077px;
  height: auto;
  margin: auto;
  display: block;
}

.sec04 figure:first-of-type { margin: 0 auto 20px; }

@media screen and (max-width:768px) {
  .sec04 {
    padding: calc(30 / 768 * 100vw) 0 calc(20 / 768 * 100vw);
    background-image: url(../images/life-event_sec04_bg_sp.png);
  }

  .sec04 figure:first-of-type {
    margin: 0 auto 2.66667vw;
  }
  
  .sec04 figure {
    max-width: initial;
    width: 93.06667vw;
  }
}

/* Section05
----------------------------------------------------------------- */
.sec05 {
  padding: 60px 0;
  background-color: #f3f3f3;
}
.sec05 .inner { padding: 0 165px; }

@media screen and (max-width:768px) {
  .sec05 { padding: calc(60 / 768 * 100vw) 0; }
  .sec05 .inner { padding: 0; }
}

/* 応募規約 */
.app-terms {
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  margin: 0 0 68px;
}
.app-terms h3 {
  position: relative;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  line-height: 96px;
  cursor: pointer;
}
.app-terms h3::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 17px;
  aspect-ratio: 2 / 1;
  background: url(../images/life-event_sec05_arrow.png) no-repeat 0 0;
  background-size: cover;
}
.app-terms h3.is-opened::after { transform: translateY(-50%) rotate(180deg); }

.app-terms-contents {
  display: none;
  width: calc(100% - 40px);
  padding: 30px 0 0 25px;
  background-color: #ffffff;
  border-top: solid 1px #e2e2e2;
  margin: auto;
}
.app-terms-contents dl {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.app-terms-contents dl dt {
  color: #838383;
  margin: 0 0 .75em;
}
.app-terms-contents dl dt::before { content: "◆"; }
.app-terms-contents dl dd {
  line-height: calc(26 / 16);
  margin: 0 0 3em;
}
.app-terms-contents dl dd ul li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.app-terms-contents dl dd ul.personal-info { margin: 3em 0 0; }
.app-terms-contents dl dd ul.personal-info li a {
  color: #009d84;
  text-decoration: none;
}
.app-terms-contents dl dd ul.personal-info li a::before {
  content: "＞";
  transform: scale(.6,1.0);
  transform-origin: center left;
  display: inline-block;
}

.app-terms-contents .margin_tb {
  margin: 26px 0;
}

@media screen and (max-width:768px) {
  .app-terms {
    margin: 0 0 9.86667vw;
  }
  .app-terms h3 {
    font-size: calc(36 / 768 * 100vw);
    line-height: initial;
    padding: 3.06667vw 0;
  }
  .app-terms h3::after {
    right: calc(45 / 768 * 100vw);
    width: calc(34 / 768 * 100vw);
    height: calc(17 / 768 * 100vw);
  }
  .app-terms-contents { padding: calc(55 / 768 * 100vw) 0 0 calc(35 / 768 * 100vw); }
  .app-terms-contents dl { font-size: calc(24 / 768 * 100vw); }
  .app-terms-contents dl dt { margin: 0 0 .5em; }
  .app-terms-contents dl dd { line-height: calc(36 / 24); }


  .app-terms-contents .margin_tb {
    margin: 4.8vw 0;
  }
}

/* よくある質問 */
.faq-unit h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  margin: 0 0 12px;
}
.faq {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  border-top: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
}
.faq dt {
  position: relative;
  min-height: 80px;
  color: #009d84;
  background-color: #ffffff;
  border-bottom: solid 1px #e2e2e2;
  cursor: pointer;
}
.faq dt::before {
  content: "";
  background: url(../images/life-event_sec05_question.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  /* top: 15px; */
  top: 50%;
  left: 25px;
  width: 49px;
  height: 52px;
  transform: translateY(-50%);
}
.faq dt::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 17px;
  aspect-ratio: 2 / 1;
  background: url(../images/life-event_sec05_arrow.png) no-repeat 0 0;
  background-size: cover;
}
.faq dt.is-toggled::after { transform: translateY(-50%) rotate(180deg); }
.faq dt span {
  display: block;
  padding: 25px 100px 25px calc(49px + 25px + 15px);
}
.faq dd {
  display: none;
  position: relative;
  background-color: #effffc;
  border-bottom: solid 1px #e2e2e2;
}
.faq dd::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 25px;
  width: 49px;
  height: 50px;
  background: url(../images/life-event_sec05_answer.png) no-repeat 0 0;
  background-size: cover;
}
.faq dd span {
  line-height: calc(30 / 18);
  display: inline-block;
  padding: 28px 30px 28px calc(49px + 25px + 15px);
}
.faq dd span a {
  color: #009d84;
  text-decoration: none;
}
.faq dd span a i {
  font-style: normal;
  display: inline-block;
  transform: scale(.6,1.0);
  transform-origin: center left;
}

@media screen and (max-width:768px) {
  .faq-unit h2 {
    font-size: calc(36 / 768 * 100vw);
    letter-spacing: initial;
  }
  .faq { font-size: calc(24 / 768 * 100vw); }
  .faq dt {
    min-height: initial;
    height: auto;
  }
  .faq dt::before {
    top: 50%;
    left: calc(25 / 768 * 100vw);
    width: calc(49 / 768 * 100vw);
    height: calc(52 / 768 * 100vw);
    transform: translateY(-50%);
  }
  .faq dt::after {
    right: calc(45 / 768 * 100vw);
    width: calc(34 / 768 * 100vw);
    height: calc(17 / 768 * 100vw);
  }
  .faq dt span {
    padding: 6.13334vw 13.33334vw 5.33334vw 12.53334vw;
  }
  .faq dd::before {
    top: calc(30 / 768 * 100vw);
    left: calc(25 / 768 * 100vw);
    width: calc(49 / 768 * 100vw);
    height: calc(50 / 768 * 100vw);
  }
  .faq dd span {
    line-height: calc(42 / 24);
    padding: calc(25 / 768 * 100vw) 4vw calc(25 / 768 * 100vw) 12.53334vw;
  }
}

/* お問い合わせはこちら */
.contact-unit {
  position: relative;
  margin: 40px 0 0;
  padding: 18px 0 18px 35px;
}
.contact-unit::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 6px;
  height: 10%;
  display: inline-block;
  background-color: #009d84;
  border-radius: 6px;
}
.contact-unit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  display: inline-block;
  background-color: #056354;
  border-radius: 6px;
}
.contact-unit h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0 0 .75em;
}
.contact-unit dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: calc(30 / 18);
  margin: 0 0 .75em;
}
.contact-unit dl dt a {
  font-weight: 500;
  color: #009d84;
  text-decoration: none;
}
.contact-unit dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
}

@media screen and (max-width:768px) {
  .contact-unit {
    margin: calc(75 / 768 * 100vw) 0 0 3.2vw;
    padding: 2vw calc(20 / 768 * 100vw) 2vw calc(30 / 768 * 100vw);
  }
  .contact-unit::before, .contact-unit::after { width: calc(6 / 768 * 100vw); }
  
  .contact-unit h3 {
    font-size: calc(24 / 768 * 100vw);
    margin: 0 0 2.93334vw;
  }
  .contact-unit dl dt {
    font-size: calc(24 / 768 * 100vw);
    margin: 0 0 2.93334vw;
  }
  .contact-unit dl dd {
    font-size: calc(24 / 768 * 100vw);
    letter-spacing: 0;
    line-height: calc(36 / 22);
  }
}

/* Section06
----------------------------------------------------------------- */
.sec06 {
  padding: 30px 0 55px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/life-event_sec06_bg.png);
  background-size: cover;
}
.sec06 a {
  max-width: 870px;
  height: auto;
  margin: auto;
  display: block;
}

@media screen and (max-width:768px) {
  .sec06 {
    padding: calc(30 / 768 * 100vw) 0 calc(55 / 768 * 100vw);
    background-image: url(../images/life-event_sec06_bg_sp.png);
  }
  .sec06 a {
    max-width: initial;
    width: calc(640 / 690 * 100%);
    margin: auto;
  }
  .sec06 a img {
    width: 100%;
    height: auto;
  }
}

.sec06__note {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  margin: 24px auto 0;
  width: 870px;
}

@media screen and (max-width:768px) {
  .sec06__note {
    font-size: 2.13334vw;
    margin: 3.2vw auto 0;
    width: 85.33334vw;
  }
}

/* 応募ボタン
----------------------------------------------------------------- */
.app-unit {
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/life-event_app_bg.png);
  background-size: cover;
  padding: 26px 0 16px;
}

.app-unit a {
  max-width: 898px;
  margin: auto;
  height: auto;
  display: block;
}

@media screen and (max-width:768px) {
  .app-unit {
    background-image: url(../images/life-event_app_bg_sp.png);
    padding: 6.93334vw 0 5.33334vw;
  }
  
  .app-unit a {
    max-width: initial;
    width: 89.33334vw;
  }

}

/* 応募ボタン（Fixed）
----------------------------------------------------------------- */
.fixed-btn {
  position: fixed;
  z-index: 1;
  top: 60vh;
  right: 0;
}
.fixed-btn a {
  display: block;
  width: 150px;
}


.fixed-btn-sp { display: none; }

@media screen and (max-width:768px) {
  .fixed-btn { display: none }
  
  .fixed-btn-sp {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background: rgba(255,235,59,.1); */
    display: block;
    transition: all .3s ease;
  }

  .fixed-btn-sp.is-hidden {
    transform: translateY(110%);
  }

  .fixed-btn-sp a {
    display: block;
    margin: 0 auto;
    width: 86.66667vw;
  }
}