@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*  --------------------------------------------------------------------------------
  style.css
--------------------------------------------------------------------------------  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 30px;
  }
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

p, li, td, th, dt, dd {
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 769px) {
  a, button {
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  a:hover, button:hover {
    opacity: 0.4;
  }
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.cmn-inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.cmn-inner.w-800 {
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .cmn-inner {
    max-width: 760px;
  }
  .cmn-inner.w-800 {
    max-width: 740px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 460px;
  }
  .cmn-inner.w-800 {
    max-width: 460px;
  }
}
.cmn-ttl {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 0 30px 3px;
  position: relative;
}

.cmn-ttl.is-big {
  font-size: 58px;
}

.cmn-ttl::before {
  background: #fff;
  border-radius: 1.5px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 6px;
}

@media screen and (max-width: 768px) {
  .cmn-ttl {
    font-size: 26px;
    margin-bottom: 35px;
    padding: 0 0 16px 3px;
  }
  .cmn-ttl.is-big {
    font-size: 30px;
  }
  .cmn-ttl::before {
    width: 45px;
    height: 4px;
  }
}
.header {
  width: 100%;
}

.header-mv {
  display: block;
}
.header-mv-box {
  background: #667ebe;
  margin: 0 auto;
  padding: 20px 40px 80px;
}

.header-mv .img01 {
  display: block;
}

.header-mv .img02 {
  display: block;
  margin: -50px auto 0;
  max-width: 1200px;
  width: 100%;
}

.header-mv__organizer {
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
  margin: 10px auto 0;
  padding: 0 20px;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-mv-box {
    padding: 20px;
  }
  .header-mv-box .cmn-inner {
    max-width: 100%;
  }
  .header-mv .img01 {
    display: block;
  }
  .header-mv .img02 {
    margin: -20px auto 0;
    max-width: 500px;
    width: 90%;
  }
  .header-mv__organizer {
    text-align: center;
    margin: 20px auto 0;
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
  }
}
.main {
  background: #667ebe;
  border-bottom: solid #667ebe 2px;
}

.main {
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .main {
    padding: 20px 0 0;
  }
}
.header-btBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 100px auto 110px;
  max-width: 1020px;
  width: 100%;
}

.entry-bt {
  background: #FFF365;
  border: solid #667ebe 2px;
  border-radius: 10px;
  color: #667ebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding-right: 15px;
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 88px;
}
.entry-bt.is-end, .entry-bt.is-end02 {
  background: #ff2f2f;
  color: #fff;
}
.entry-bt.is-end::before, .entry-bt.is-end02::before {
  content: none;
}
.entry-bt.is-end h3, .entry-bt.is-end02 h3 {
  color: #fff;
}
.entry-bt.is-end h3 small, .entry-bt.is-end02 h3 small {
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.entry-bt.is-line h3 {
  font-size: 28px;
}
.entry-bt.is-big {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 580px;
  height: 124px;
}
.entry-bt.is-big small {
  color: #ff0a0a;
  display: block;
  font-size: 22px;
}
.entry-bt.is-big h3 {
  font-size: 24px;
}
.entry-bt h3 {
  color: #667ebe;
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
}
.entry-bt p {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .entry-bt {
    font-size: 18px;
    height: 88px;
  }
  .entry-bt.is-end h3 small {
    font-size: 12px;
  }
  .entry-bt.is-big {
    height: 90px;
  }
  .entry-bt.is-big small {
    font-size: 14px;
  }
  .entry-bt.is-big h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .entry-bt h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .entry-bt p {
    font-size: 16px;
  }
}

.entry-bt::before {
  background: url(../img/ico_arrow02_yel.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .entry-bt::before {
    width: 24px;
    height: 24px;
  }
}

.entry-bt.is-line::before {
  background: url(../img/ico_arrow02_grn.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .entry-bt.is-line::before {
    width: 24px;
    height: 24px;
  }
}

.entry-bt + .entry-bt {
  margin-left: 30px;
}

.entry-bt.is-red {
  background: #ff4c4c;
  color: #fff;
}

.entry-bt.is-red::before {
  background: url(../img/ico_arrow02_red.svg) no-repeat;
  background-size: 100% auto;
}

.header-btBox__txt {
  text-align: center;
  margin-top: 20px;
}

.header-btBox__txt span {
  display: inline;
  border-bottom: solid #667ebe 5px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.header-btTtl {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.header-btList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 80px;
  max-width: 1000px;
  width: 100%;
}

.header-btList-item {
  width: 23%;
  height: 68px;
}

.header-btList-item a {
  background: #FFF365;
  border: solid #667ebe 2px;
  border-radius: 7px;
  color: #667ebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding: 8px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header-btBox {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 58px auto 62px;
    padding: 0 20px;
    max-width: 320px;
  }
  .entry-bt {
    font-size: 16px;
    padding-right: 8px;
    height: 68px;
  }
  .entry-bt + .entry-bt {
    margin-top: 32px;
    margin-left: 0;
  }
  .header-btBox__txt {
    margin-top: 10px;
  }
  .header-btBox__txt span {
    border-bottom: solid #FFF365 4px;
    font-size: 18px;
  }
  .header-btTtl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .header-btList {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 58px;
    padding: 0 20px;
    max-width: 540px;
  }
  .header-btList-item {
    margin-bottom: 20px;
    width: 48%;
    height: 58px;
  }
  .header-btList-item a {
    font-size: 13px;
  }
}
.footer {
  background: #fff;
  padding: 30px 20px;
}

.footer ul li {
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.footer-box ul li a {
  border-bottom: solid #231815 1px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__ttl {
  background: #667ebe;
  border-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  width: 85px;
  height: 60px;
}

.footer-box {
  color: #231815;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-left: 20px;
}

.footer-box .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.footer-box .list01 .txt {
  font-weight: bold;
  font-size: 18px;
  margin-top: 4px;
  margin-right: 25px;
}

.footer-box .list01 .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 20px;
}

.footer-box .list01 .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-box .list01 .tel a small {
  font-weight: bold;
  font-size: 14px;
  margin-top: 4px;
}

.footer-box .list01 .tel span {
  border: solid #231815 2px;
  border-radius: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-left: 10px;
  padding: 3px;
  width: 100px;
}

.footer-box .list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-box .list02 li {
  margin-right: 25px;
}

.footer-box .list02 .txt {
  font-weight: bold;
  font-size: 16px;
}

.footer-box .list02 .mail {
  font-weight: bold;
  font-size: 16px;
}

.footer-box .list02 .url {
  font-weight: bold;
  font-size: 16px;
}

.footer-inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 900px;
  width: 100%;
}
.footer-inner02-ttl h3 {
  color: #667ebe;
  font-size: 22px;
  font-weight: bold;
}
.footer-inner02-ttl p {
  font-size: 14px;
  margin-top: 20px;
}
.footer-inner02-logo {
  min-width: 250px;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 50px 20px 25px;
  }
  .footer-inner {
    display: block;
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }
  .footer__ttl {
    border-radius: 19px;
    font-size: 18px;
    margin-bottom: 30px;
    width: 100%;
    height: 38px;
  }
  .footer-box {
    padding-left: 0;
  }
  .footer-box .list01 {
    display: block;
    margin-bottom: 20px;
  }
  .footer-box .list01 .txt {
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer-box .list01 .tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
  }
  .footer-box .list01 .tel a small {
    font-size: 12px;
    margin-top: 2px;
  }
  .footer-box .list01 .tel span {
    margin-left: 12px;
  }
  .footer-box .list02 {
    display: block;
  }
  .footer-box .list02 li {
    margin-right: 0;
  }
  .footer-box .list02 .txt {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-box .list02 .mail {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-box .list02 .url {
    text-align: center;
  }
  .footer-inner02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 80px;
    max-width: 500px;
  }
  .footer-inner02-ttl h3 {
    color: #667ebe;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .footer-inner02-ttl p {
    font-size: 12px;
    margin-top: 10px;
  }
  .footer-inner02-logo {
    margin: 0 auto;
    min-width: auto;
    max-width: 250px;
  }
}
.info {
  color: #FFF;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .info {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.flowSec {
  padding: 0 40px 80px;
}
.flowSec__imgTtl {
  display: block;
  margin: 0 auto 10px;
  max-width: 300px;
  width: 100%;
}
.flowSec-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.flowSec-list-item {
  display: block;
  position: relative;
}
.flowSec-list-item span {
  background: #FFF365;
  color: #667ebe;
  border-radius: 25vw;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 0.1;
  letter-spacing: 0;
  padding-bottom: 3px;
  position: absolute;
  inset: -20px auto auto 5px;
  width: 45px;
  height: 45px;
}
.flowSec-list-item + .flowSec-list-item::before {
  background: url(../img/ico_arrow03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 auto 20px -20px;
  margin: auto;
  width: 16px;
  height: 29px;
}
@media screen and (max-width: 1024px) {
  .flowSec-list-item span {
    font-size: 20px;
    inset: -16px auto auto 0;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .flowSec {
    padding: 0 20px 20px;
  }
  .flowSec__imgTtl {
    max-width: 200px;
  }
  .flowSec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 17px 0;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
  .flowSec-list-item {
    width: 48%;
    margin: 0 auto;
  }
  .flowSec-list-item span {
    font-size: 18px;
    inset: -15px auto auto -2px;
    width: 30px;
    height: 30px;
  }
  .flowSec-list-item + .flowSec-list-item {
    margin-top: 0;
  }
  .flowSec-list-item + .flowSec-list-item::before {
    content: none;
  }
}

.entrywSec-endBox {
  background: #d62d2d;
  margin-bottom: 50px;
  padding: 50px 20px;
}
.entrywSec-endBox h2 {
  color: #fff;
  font-size: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entrywSec-endBox {
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .entrywSec-endBox h2 {
    font-size: 24px;
  }
}

.entrywSec {
  padding: 0 50px 100px;
}
.entrywSec .cmn-inner {
  background: #FFF;
  padding: 80px 40px 100px;
}
.entrywSec-ttlBox {
  margin-bottom: 80px;
}
.entrywSec-ttlBox img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.entrywSec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entrywSec-list-item {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.entrywSec-list-item-btTxt {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.entrywSec-list-item-btTxt strong {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  color: #06c755;
  font-size: 32px;
  margin-right: 10px;
  padding: 0 6px 3px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.entrywSec-list-item .entry-bt {
  margin: 35px auto 0;
}
.entrywSec-list-item-step {
  display: -ms-grid;
  display: grid;
  gap: 60px;
  margin: 0 auto 40px;
  max-width: 550px;
  width: 100%;
}
.entrywSec-list-item-step .item {
  position: relative;
}
.entrywSec-list-item-step .item + .item::before {
  background: url(../img/ico_arrow03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: -46px 0 auto 0;
  margin: auto;
  width: 15px;
  height: 28px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.entrywSec-list-item-step .item .ttl {
  background: #FFF365;
  border-radius: 20px;
  color: #667ebe;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 auto;
  position: relative;
  width: 150px;
  height: 40px;
}
.entrywSec-list-item-step .item .txt {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 15px;
}
.entrywSec-list-item-step .item .bnr {
  display: block;
  margin: 15px auto 0;
  max-width: 350px;
  width: 100%;
}
.entrywSec-list-item-linkBox {
  border: solid #fff 3px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 25px;
  padding: 35px 10px 45px;
  max-width: 550px;
  width: 100%;
}
.entrywSec-list-item-linkBox h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.entrywSec-list-item-linkBox h3 strong {
  color: #FFF365;
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.04em;
}
.entrywSec-list-item-linkBox .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}
.entrywSec-list-item-linkBox .linkList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entrywSec-list-item-linkBox .linkList .item h4 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
.entrywSec-list-item-linkBox .linkList .item h4 strong {
  color: #FFF365;
  letter-spacing: 0;
  margin-left: 5px;
}
.entrywSec-list-item-linkBox .linkList .item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.entrywSec-list-item-linkBox .linkList .item .box a {
  background: #FFF365;
  border-radius: 50vw;
  color: #667ebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: 0 10px 2px 7px;
  position: relative;
  width: 120px;
  height: 38px;
}
.entrywSec-list-item-linkBox .linkList .item .box a::before {
  background: url(../img/ico_arrow02_yel.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 10px 1px auto;
  margin: auto;
  width: 16px;
  height: 16px;
}
.entrywSec-list-item-bt {
  padding-right: 40px;
  position: relative;
}
.entrywSec-list-item-bt::before {
  background: url(../img/ico_arrow02_yel02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
}
.entrywSec-list-item-bt p {
  display: inline-block;
  border-bottom: solid #667ebe 3px;
  color: #667ebe;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .entrywSec {
    padding: 20px 20px 40px;
  }
  .entrywSec .cmn-inner {
    padding: 50px 20px 60px;
  }
  .entrywSec-ttlBox {
    margin-bottom: 50px;
  }
  .entrywSec-ttlBox img {
    width: 80%;
  }
  .entrywSec-list {
    display: block;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
  .entrywSec-list-item {
    width: 100%;
  }
  .entrywSec-list-item-btTxt {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .entrywSec-list-item-btTxt strong {
    font-size: 24px;
    margin-right: 7px;
    padding: 0 6px 3px;
  }
  .entrywSec-list-item-step {
    gap: 60px;
  }
  .entrywSec-list-item-step .item + .item::before {
    inset: -44px 0 auto 0;
    width: 13px;
    height: 26px;
  }
  .entrywSec-list-item-step .item .txt {
    font-size: 22px;
    line-height: 1.4;
  }
  .entrywSec-list-item-step .item .bnr {
    max-width: 280px;
  }
  .entrywSec-list-item-linkBox {
    padding: 30px 10px 40px;
  }
  .entrywSec-list-item-linkBox h3 strong {
    font-size: 24px;
  }
  .entrywSec-list-item-linkBox .linkList {
    display: -ms-grid;
    display: grid;
    gap: 30px;
  }
  .entrywSec-list-item-linkBox .linkList .item {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    width: 100%;
  }
  .entrywSec-list-item-linkBox .linkList .item h4 {
    font-size: 24px;
  }
  .entrywSec-list-item-linkBox .linkList .item h4 strong {
    display: none;
  }
  .entrywSec-list-item-linkBox .linkList .item .box {
    gap: 25px;
  }
  .entrywSec-list-item-linkBox .linkList .item .box a {
    width: 125px;
    height: 42px;
  }
  .entrywSec-list-item-bt {
    padding-right: 30px;
  }
  .entrywSec-list-item-bt::before {
    width: 22px;
    height: 22px;
  }
  .entrywSec-list-item-bt p {
    border-bottom: solid #667ebe 2px;
    font-size: 20px;
  }
  .entrywSec-list-item + .entrywSec-list-item {
    margin-top: 35px;
  }
}

.videoSec {
  padding: 20px 50px 80px;
}
.videoSec-list {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  max-width: 700px;
  margin: 0 auto;
}
.videoSec-list li h3 {
  color: #FFF365;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.videoSec-video {
  aspect-ratio: 16/9;
}
.videoSec-video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .videoSec-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .videoSec-list li h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .videoSec-video {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .videoSec {
    padding: 20px 20px 60px;
  }
  .videoSec-video {
    max-width: 420px;
  }
}

.cmn-cat {
  border: solid #667ebe 2px;
  border-radius: 5px;
  color: #667ebe;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 8px;
}
.cmn-cat small {
  font-size: 11px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .cmn-cat {
    font-size: 12px;
    padding: 4px 8px;
  }
  .cmn-cat small {
    font-size: 10px;
    margin-bottom: 2px;
  }
}

.companySec {
  padding: 20px 50px 80px;
}
.companySec .cmn-inner {
  max-width: 1440px;
}
.companySec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.companySec-list::after {
  content: "";
  width: 32%;
}
.companySec-list-item {
  background: #fff;
  border-radius: 15px;
  padding: 20px 20px 30px;
  width: 32%;
}
.companySec-list-item .ttl {
  border-bottom: solid #667ebe 2px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 10px;
  margin-bottom: 20px;
  min-height: 75px;
}
.companySec-list-item .ttl small {
  font-size: 16px;
}
.companySec-list-item .imgBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.companySec-list-item .imgBox.is-column01 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto 20px;
  width: 50%;
}
.companySec-list-item .imgBox div {
  overflow: hidden;
  height: 180px;
}
.companySec-list-item .imgBox div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.companySec-list-item .imgBox .img {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.companySec-list-item .imgBox .img img {
  width: 100%;
}
.companySec-list-item .imgBox .img.is-60 img {
  margin: auto;
  width: 60%;
}
.companySec-list-item .imgBox .img.is-70 img {
  margin: auto;
  width: 70%;
}
.companySec-list-item .imgBox .img.is-80 img {
  margin: auto;
  width: 80%;
}
.companySec-list-item .imgBox .img.is-90 img {
  margin: auto;
  width: 90%;
}
.companySec-list-item .imgBox .logo {
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: 0 auto;
}
.companySec-list-item .imgBox .logo img {
  width: 100%;
}
.companySec-list-item .imgBox .logo.is-60 img {
  margin: auto;
  width: 60%;
}
.companySec-list-item .imgBox .logo.is-70 img {
  margin: auto;
  width: 70%;
}
.companySec-list-item .imgBox .logo.is-80 img {
  margin: auto;
  width: 80%;
}
.companySec-list-item .imgBox .logo.is-90 img {
  margin: auto;
  width: 90%;
}
.companySec-list-item .txtBox {
  margin-bottom: 20px;
}
.companySec-list-item .txtBox .catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}
.companySec-list-item .txtBox .copy {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.companySec-list-item .txtBox .copy h3 {
  display: block;
}
.companySec-list-item .txtBox .copy h3 p {
  background: #667ebe;
  color: #FFF365;
  display: inline;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.9;
  padding: 2px 7px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.companySec-list-item .detailBox {
  margin-bottom: 35px;
}
.companySec-list-item .detailBox .detail {
  margin-bottom: 20px;
}
.companySec-list-item .detailBox .detail p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
}
.companySec-list-item .detailBox .date {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.companySec-list-item .detailBox .date .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px auto;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.companySec-list-item .detailBox .date .item.t-center {
  display: block;
  text-align: center;
}
.companySec-list-item .detailBox .date .item + .item {
  margin-top: 7px;
}
.companySec-list-item .detailBox .date .item span {
  background: #667ebe;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 12px;
  margin-top: -2px;
  width: 70px;
}
.companySec-list-item .detailBox .date .item p {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
.companySec-list-item .detailBox .date .item p small {
  font-size: 11px;
}
.companySec-list-item .linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 17px;
}
.companySec-list-item .linkBox .is-hpBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.companySec-list-item .linkBox a {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #667ebe;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0;
}
.companySec-noneBox {
  background: #fff;
  color: #ff00b7;
  display: none;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 1440px) {
  .companySec .cmn-inner {
    max-width: 1000px;
  }
  .companySec-list::after {
    content: none;
  }
  .companySec-list-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .companySec {
    padding: 20px 20px 40px;
  }
  .companySec-list {
    display: block;
  }
  .companySec-list-item {
    border-radius: 10px;
    padding: 20px 12px 30px;
    width: 100%;
  }
  .companySec-list-item + .companySec-list-item {
    margin-top: 20px;
  }
  .companySec-list-item .ttl {
    font-size: 18px;
    padding: 0 0 17px;
    min-height: auto;
  }
  .companySec-list-item .imgBox {
    gap: 10px;
  }
  .companySec-list-item .imgBox div {
    overflow: initial;
    height: auto;
  }
  .companySec-list-item .imgBox div img {
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: initial;
       object-position: initial;
  }
  .companySec-list-item .txtBox .catList {
    gap: 7px;
  }
  .companySec-list-item .txtBox .copy h3 p {
    font-size: 18px;
  }
  .companySec-list-item .detailBox .detail p {
    font-size: 13px;
  }
  .companySec-list-item .detailBox .date .item {
    gap: 7px;
  }
  .companySec-list-item .detailBox .date .item + .item {
    margin-top: 5px;
  }
  .companySec-list-item .detailBox .date .item span {
    font-size: 12px;
    width: 55px;
  }
  .companySec-list-item .detailBox .date .item p {
    font-size: 14px;
  }
  .companySec-list-item .detailBox .date .item p small {
    font-size: 10px;
  }
  .companySec-list-item .linkBox {
    gap: 10px 20px;
  }
  .companySec-list-item .linkBox a {
    font-size: 16px;
  }
  .companySec-noneBox {
    font-size: 18px;
    padding: 30px 15px;
  }
}

/*  --------------------------------------------------------------------------------
  _search.scss
--------------------------------------------------------------------------------  */
button {
  background: #fff;
  border: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.search-bt {
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: 0 auto;
  position: fixed;
  inset: auto 0 0 0;
  width: 100%;
  height: 120px;
  z-index: 999;
}
.search-bt button {
  background: #ff7f00;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.04em;
  margin: 0 auto;
  width: 600px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .search-bt {
    height: 70px;
  }
  .search-bt button {
    font-size: 18px;
    width: 300px;
    height: 45px;
  }
}

.searchForm.modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.searchForm .modal-bg {
  background: rgba(31, 31, 31, 0.8);
  cursor: pointer;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.searchForm-wap {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.searchForm .modal-content {
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  max-width: 1000px;
  width: 100%;
  overflow-y: auto;
  overflow-x: initial;
  z-index: 3;
}
.searchForm .closeBt {
  background: #ff7f00;
  border-radius: 25vw;
  color: #fff;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 0.8;
  position: absolute;
  inset: 10px 10px auto auto;
  width: 40px;
  height: 40px;
}
.searchForm__mainTtl {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
.searchForm-ttl {
  background: #35a27d;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.searchForm-ttl p {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
.searchForm-ttl p span {
  background: #fff;
  color: #ff00b7;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 2px 5px;
  margin-left: 10px;
}
.searchForm-ttl p small {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
  margin-left: 10px;
}
.searchForm-list {
  display: -ms-grid;
  display: grid;
  gap: 40px 0;
  margin-bottom: 30px;
  max-width: 750px;
  width: 100%;
}
.searchForm-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  width: 100%;
}
.searchForm-list-item-content.is-study label:nth-child(3) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 100%;
}
.searchForm-list-item-content.is-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.searchForm-list-item-content.is-select {
  display: -ms-grid;
  display: grid;
  gap: normal;
  -ms-grid-columns: none;
  grid-template-columns: none;
  place-content: center;
}
.searchForm-list-item-content select, .searchForm-list-item-content label {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.searchForm-list-item-content label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.searchForm-list-item-content input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ccc;
  border-radius: 0;
  margin: 0 8px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.searchForm-list-item-content input[type=checkbox]:checked {
  position: relative;
}
.searchForm-list-item-content input[type=checkbox]:checked::before {
  background: #35a27d;
  background-size: 100%;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
}
.searchForm-list-item-content input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 8px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.searchForm-list-item-content input[type=radio]:checked {
  position: relative;
}
.searchForm-list-item-content input[type=radio]:checked::before {
  background: #35a27d;
  background-size: 100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
}
.searchForm-list-item-content .selectBox {
  position: relative;
}
.searchForm-list-item-content .selectBox::before {
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #35a27d;
  border-bottom: 0;
  width: 0;
  height: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0 10px 0 auto;
  margin: auto;
  z-index: 2;
}
.searchForm-list-item-content .selectBox select {
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid #ccc 2px;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 300px;
  padding: 12px 15px;
  padding-right: 10px;
}
.searchForm-bt, .searchForm-clearBt {
  background: #ff7f00;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin: 0 auto;
  width: 320px;
  height: 50px;
}
.searchForm-bt {
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .searchForm .modal-content {
    padding: 20px;
    max-width: 90%;
    height: 90svh;
  }
  .searchForm .closeBt {
    font-size: 20px;
    inset: 5px 5px auto auto;
    width: 32px;
    height: 32px;
  }
  .searchForm__mainTtl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .searchForm-ttl {
    margin-bottom: 15px;
    padding: 5px 10px;
  }
  .searchForm-ttl p {
    font-size: 20px;
  }
  .searchForm-ttl p span {
    font-size: 12px;
    margin-left: 8px;
  }
  .searchForm-ttl p small {
    font-size: 12px;
    margin-left: 8px;
  }
  .searchForm-list {
    display: -ms-grid;
    display: grid;
    gap: 20px 0;
    margin-bottom: 35px;
    width: 100%;
  }
  .searchForm-list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  .searchForm-list-item-content.is-study label:nth-child(3) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 8px 0 0 2px;
  }
  .searchForm-list-item-content.is-select {
    display: -ms-grid;
    display: grid;
    gap: normal;
    -ms-grid-columns: none;
    grid-template-columns: none;
    place-content: center;
  }
  .searchForm-list-item-content select, .searchForm-list-item-content label {
    color: #1f1f1f;
    font-size: 14px;
  }
  .searchForm-list-item-content input[type=checkbox] {
    margin: 0 6px 0 0;
    width: 18px;
    height: 18px;
  }
  .searchForm-list-item-content input[type=checkbox]:checked {
    position: relative;
  }
  .searchForm-list-item-content input[type=checkbox]:checked::before {
    background: #35a27d;
    background-size: 100%;
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
  }
  .searchForm-list-item-content input[type=radio] {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 8px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
  }
  .searchForm-list-item-content input[type=radio]:checked {
    position: relative;
  }
  .searchForm-list-item-content input[type=radio]:checked::before {
    background: #35a27d;
    background-size: 100%;
    border-radius: 50%;
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
  }
  .searchForm-list-item-content .selectBox {
    position: relative;
  }
  .searchForm-list-item-content .selectBox::before {
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #35a27d;
    border-bottom: 0;
    width: 0;
    height: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0 10px 0 auto;
    margin: auto;
    z-index: 2;
  }
  .searchForm-list-item-content .selectBox select {
    background: #fff;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: solid #ccc 2px;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 300px;
    padding: 12px 15px;
    padding-right: 10px;
  }
  .searchForm-bt, .searchForm-clearBt {
    font-size: 18px;
    max-width: 300px;
    width: 100%;
    height: 45px;
  }
  .searchForm-bt {
    margin: 0 auto 18px;
  }
}

/*  --------------------------------------------------------------------------------
  _info.scss
--------------------------------------------------------------------------------  */
body.infoBody {
  padding-bottom: 0;
}
body.infoBody .main {
  background: #fff;
}

.infoHeader {
  padding: 40px 40px 20px;
}
.infoHeader-inner {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .infoHeader {
    padding: 20px;
  }
}

.endBox {
  background: #d62d2d;
  padding: 60px 20px;
}
.endBox h2 {
  color: #fff;
  font-size: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .endBox {
    padding: 30px 20px;
  }
  .endBox h2 {
    font-size: 28px;
  }
}

.infoSec-ttl {
  background: #eba248;
  border-radius: 10px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 40px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .infoSec-ttl {
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 20px;
  }
}

.infoDate {
  padding: 0 40px 50px;
}
.infoDate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.infoDate-box .infoSec-ttl {
  margin-bottom: 0;
  min-width: 115px;
  width: 115px;
}
.infoDate-box p {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.6;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .infoDate {
    padding: 0 20px 30px;
  }
  .infoDate-box {
    display: block;
  }
  .infoDate-box .infoSec-ttl {
    margin-bottom: 15px;
    min-width: auto;
    width: auto;
  }
  .infoDate-box p {
    font-size: 16px;
    margin-left: 0;
  }
}

.infoEntry {
  padding: 50px 40px;
}
.infoEntry-box__txt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.infoEntry-box__deadline {
  color: red;
  font-weight: bold;
  font-size: 26px;
  margin: 15px 0;
}
.infoEntry-box__remarks {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .infoEntry {
    padding: 30px 20px;
  }
  .infoEntry-box__txt {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .infoEntry-box__deadline {
    font-size: 18px;
    line-height: 1.6;
    margin: 15px 0;
  }
  .infoEntry-box__remarks {
    font-size: 14px;
    line-height: 1.6;
  }
}

.infoTime-note {
  color: #d62d2d;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .infoTime-note {
    font-size: 30px;
  }
}
.infoTime {
  padding: 50px 40px;
}
.infoTime-box {
  background: rgba(102, 126, 190, 0.15);
  padding: 25px 20px;
}
.infoTime-box-bnr {
  display: block;
  margin: 20px auto 0;
  width: 100%;
}
.infoTime-box.m-btm {
  margin-bottom: 60px;
}
.infoTime-box-ttlList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.infoTime-box-ttlList li {
  width: 50%;
}
.infoTime-box-ttlList li:nth-child(1) p {
  font-size: 52px;
  letter-spacing: 0;
}
.infoTime-box-ttlList li:nth-child(2) p small {
  display: block;
}
.infoTime-box-ttlList li span {
  background: #667ebe;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  padding: 5px 10px;
  margin-bottom: 8px;
}
.infoTime-box-ttlList li p {
  color: #667ebe;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
}
.infoTime-box-ttlList li p small {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
.infoTime-box-remarks {
  font-weight: bold;
  font-size: 20px;
}
.infoTime-box-time-list {
  background: #fff;
  border-bottom: solid #1f1f1f 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoTime-box-time-list:first-child {
  border-top: solid #1f1f1f 1px;
}
.infoTime-box-time-list:nth-child(even) {
  background: rgba(45, 147, 214, 0.15);
}
.infoTime-box-time-list.is-blk {
  background: #525252;
  border-bottom: solid #fff 1px;
  color: #fff;
}
.infoTime-box-time-list.is-blk li {
  border-left: solid #fff 1px;
}
.infoTime-box-time-list.is-blk li:nth-child(1) {
  border-left: solid #1f1f1f 1px;
}
.infoTime-box-time-list.is-org {
  background: #FFCE83;
}
.infoTime-box-time-list.is-yel {
  background: #FFF464;
}
.infoTime-box-time-list li {
  border-left: solid #1f1f1f 1px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 5px;
}
.infoTime-box-time-list li p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.infoTime-box-time-list li p small {
  font-size: 13px;
}
.infoTime-box-time-list li p small.is-block {
  display: block;
}
.infoTime-box-time-list li:nth-child(1) {
  width: 100px;
}
.infoTime-box-time-list li:nth-child(1) p {
  letter-spacing: 0;
}
.infoTime-box-time-list li:nth-child(2) {
  width: calc(100% - 100px - 250px);
}
.infoTime-box-time-list li:nth-child(3) {
  border-right: solid #1f1f1f 1px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .infoTime {
    padding: 30px 0;
  }
  .infoTime .infoSec-ttl {
    margin: 0 0 30px 20px;
  }
  .infoTime-box {
    background: rgba(102, 126, 190, 0.15);
    padding: 30px 20px;
  }
  .infoTime-box.m-btm {
    margin-bottom: 40px;
  }
  .infoTime-box-ttlList {
    display: block;
    margin-bottom: 35px;
  }
  .infoTime-box-ttlList li {
    text-align: center;
    width: 100%;
  }
  .infoTime-box-ttlList li:nth-child(1) {
    margin-bottom: 20px;
  }
  .infoTime-box-ttlList li:nth-child(1) p {
    font-size: 42px;
  }
  .infoTime-box-ttlList li:nth-child(2) p small {
    display: block;
  }
  .infoTime-box-ttlList li span {
    font-size: 16px;
    padding: 4px 8px;
    margin-bottom: 5px;
  }
  .infoTime-box-ttlList li p {
    font-size: 28px;
    line-height: 1.2;
  }
  .infoTime-box-ttlList li p small {
    font-size: 16px;
    line-height: 1.2;
  }
  .infoTime-box-remarks {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .infoTime-box-scroll {
    background: #667ebe;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    padding: 3px 25px 3px 10px;
    position: relative;
  }
  .infoTime-box-scroll::before {
    background: url(../img/ico_arrow03.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    inset: 1.5px 7px 0 auto;
    margin: auto;
    width: 8px;
    height: 15px;
  }
  .infoTime-box-inner {
    overflow-x: auto;
  }
  .infoTime-box-time {
    min-width: 500px;
  }
  .infoTime-box-time-list li {
    font-size: 16px;
  }
  .infoTime-box-time-list li p {
    font-size: 16px;
  }
  .infoTime-box-time-list li p small {
    font-size: 11px;
  }
  .infoTime-box-time-list li:nth-child(1) {
    min-width: 80px;
  }
  .infoTime-box-time-list li:nth-child(2) {
    min-width: calc(100% - 80px - 140px);
  }
  .infoTime-box-time-list li:nth-child(3) {
    min-width: 140px;
  }
}

.cmn-dl {
  border: solid #667ebe 3px;
}
.cmn-dl dl {
  border-bottom: solid #667ebe 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-dl dl:last-child {
  border-bottom: none;
}
.cmn-dl dl dt {
  border-right: solid #667ebe 3px;
  text-align: center;
  padding: 20px 5px;
  width: 250px;
}
.cmn-dl dl dt.dt02 p {
  line-height: 1.2;
}
.cmn-dl dl dt p {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
}
.cmn-dl dl dt span {
  line-height: 1;
}
.cmn-dl dl dd {
  padding: 20px;
  position: relative;
  width: calc(100% - 250px);
}
.cmn-dl dl dd .txtIco {
  display: block;
  position: absolute;
  inset: 0 30px 0 auto;
  margin: auto;
  width: 140px;
}
.cmn-dl dl dd p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.cmn-dl dl dd small {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .cmn-dl {
    border: solid #667ebe 2px;
  }
  .cmn-dl dl {
    border-bottom: solid #667ebe 2px;
    display: block;
  }
  .cmn-dl dl dt {
    border-bottom: solid #667ebe 2px;
    border-right: none;
    padding: 12px 10px;
    width: 100%;
  }
  .cmn-dl dl dt p {
    font-size: 22px;
  }
  .cmn-dl dl dd {
    padding: 12px 10px;
    width: 100%;
  }
  .cmn-dl dl dd .txtIco {
    inset: -25px -10px auto auto;
    width: 120px;
  }
  .cmn-dl dl dd p {
    font-size: 20px;
  }
  .cmn-dl dl dd p.sp-ceter {
    text-align: center;
  }
  .cmn-dl dl dd small {
    font-size: 16px;
  }
}

.contactSec {
  padding: 50px 40px;
}
.contactSec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactSec-list + .contactSec-list {
  margin-top: 40px;
}
.contactSec-list-txtItem {
  width: 50%;
}
.contactSec-list-txtItem h4 {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.contactSec-list-txtItem p {
  font-size: 18px;
  line-height: 1.8;
}
.contactSec-list-txtItem a {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-color: #667ebe;
  margin-bottom: 5px;
}
.contactSec-list-txtItem a small {
  font-weight: normal;
  font-size: 18px;
}
.contactSec-list-imgItem {
  width: 45%;
}
.contactSec-list-imgItem.is-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactSec-list-imgItem.is-logo img {
  display: block;
  margin: auto;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .contactSec {
    padding: 30px 20px;
  }
  .contactSec-list {
    display: block;
  }
  .contactSec-list + .contactSec-list {
    margin-top: 50px;
  }
  .contactSec-list-txtItem {
    margin-bottom: 30px;
    width: 100%;
  }
  .contactSec-list-txtItem h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .contactSec-list-txtItem p {
    font-size: 14px;
  }
  .contactSec-list-txtItem a {
    font-size: 16px;
    line-height: 1.6;
    text-decoration: underline;
    text-decoration-color: #667ebe;
    margin-bottom: 5px;
  }
  .contactSec-list-txtItem a small {
    font-weight: normal;
    font-size: 14px;
  }
  .contactSec-list-imgItem {
    width: 100%;
  }
  .contactSec-list-imgItem img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .contactSec-list-imgItem.is-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contactSec-list-imgItem.is-logo img {
    display: block;
    margin: auto;
    width: 65%;
  }
}