@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* 下層共通 */
/* ============================================ */
.second-main {
  background-color: #EBF8FF;
  background: url(../../assets/images/common/mainttl_bg.jpg) center center/cover no-repeat;
  display: flex;
  align-items: center;
  height: 420px;
}
@media all and (max-width: 1367px) {
  .second-main {
    height: 350px;
  }
}
@media all and (max-width: 600px) {
  .second-main {
    height: 250px;
  }
}
@media all and (max-width: 480px) {
  .second-main {
    height: 200px;
    align-items: flex-end;
    padding-bottom: 20px;
  }
}
.second-main__en {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.08rem + 0.6vw, 1.8rem);
  margin-top: 10px;
  color: #fff;
  background: #0079C0;
  padding: 4px 8px;
}
@media all and (max-width: 480px) {
  .second-main__en {
    margin-top: 0;
    padding: 2px 8px;
  }
}
.second-main__ttl {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.4rem, 1.88rem + 2.6vw, 5rem);
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: 0.05em;
  color: #0079C0;
  background: #fff;
  padding: 4px 8px;
}
@media all and (max-width: 480px) {
  .second-main__ttl {
    line-height: 40px;
  }
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 28px auto 0;
  gap: 26px;
}
@media all and (max-width: 896px) {
  .breadcrumb {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
@media all and (max-width: 480px) {
  .breadcrumb {
    margin: 15px auto 0;
  }
}
.breadcrumb li {
  position: relative;
  flex-shrink: 0;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  color: #212121;
}
@media all and (max-width: 480px) {
  .breadcrumb li {
    font-size: 1.1rem;
  }
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li::after {
  content: "";
  position: absolute;
  background: url(../../assets/images/common/arrow_right_gray.svg) center center/cover no-repeat;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
}
@media all and (max-width: 480px) {
  .breadcrumb li::after {
    top: 55%;
  }
}
.breadcrumb li a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #0079C0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
}
.breadcrumb li a:hover {
  opacity: 1;
}

.notfound-wrapper {
  padding-top: 48px;
}
@media all and (max-width: 896px) {
  .notfound-wrapper {
    padding-top: 32px;
  }
}
.notfound-txt {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 34px;
}
@media all and (max-width: 480px) {
  .notfound-txt {
    line-height: 28px;
  }
}
.notfound .second-main {
  background: none;
  height: 200px;
  margin-top: 100px;
}
@media all and (max-width: 1367px) {
  .notfound .second-main {
    height: 200px;
  }
}
@media all and (max-width: 600px) {
  .notfound .second-main {
    height: 200px;
  }
}
@media all and (max-width: 480px) {
  .notfound .second-main {
    margin-top: 0;
  }
}
.notfound .second-main__ttl {
  margin: auto;
  font-size: clamp(1.4rem, 0.88rem + 2.6vw, 4rem);
  text-align: center;
}

body.ok .form-wrapper .width {
  max-width: 970px;
}
body.ok .form-catch {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  margin-top: 30px;
}
body.ok .form-catch__large {
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 100px;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  body.ok .form-catch__large {
    font-size: 2rem;
    margin-top: 50px;
  }
}
body.ok .form-catch.txt_c {
  text-align: center;
  inline-size: auto;
  word-break: keep-all;
}
body.ok .form-inner {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  body.ok .form-inner {
    margin-top: 30px;
  }
}