@charset "UTF-8";
.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

.delay11 {
  transition-delay: 1.1s !important;
}

.delay12 {
  transition-delay: 1.2s !important;
}

.delay13 {
  transition-delay: 1.3s !important;
}

.delay14 {
  transition-delay: 1.4s !important;
}

.delay15 {
  transition-delay: 1.5s !important;
}

.delay16 {
  transition-delay: 1.6s !important;
}

.delay17 {
  transition-delay: 1.7s !important;
}

.delay18 {
  transition-delay: 1.8s !important;
}

.delay19 {
  transition-delay: 1.9s !important;
}

.delay20 {
  transition-delay: 2s !important;
}

.delay21 {
  transition-delay: 2.1s !important;
}

.delay22 {
  transition-delay: 2.2s !important;
}

.delay23 {
  transition-delay: 2.3s !important;
}

.delay24 {
  transition-delay: 2.4s !important;
}

/* スクロール時のアニメーション */
.laser {
  position: relative;
  overflow: hidden;
}
.laser::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 3s ease;
  transition: all 3s ease;
}
.laser .hide {
  opacity: 0;
  transition: all 3s ease;
  transition-delay: 1s !important;
}
.laser.inview-on::after {
  left: 100%;
}
.laser.inview-on .hide {
  opacity: 1;
}

/* fade in */
.fade-in {
  opacity: 0;
  transition: all 0.5s ease;
}
.fade-in.inview-on {
  opacity: 1;
}

.inview-on .fade-in {
  opacity: 1;
}

/* fade in zoom */
.fade-in-zoom {
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-zoom.inview-on {
  transform: scale(1);
  opacity: 1;
}

.inview-on .fade-in-zoom {
  transform: scale(1);
  opacity: 1;
}

/* fade in up */
.fade-in-up {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-up {
  transform: translateY(0px);
  opacity: 1;
}

/* fade in down */
.fade-in-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-down {
  transform: translateY(0px);
  opacity: 1;
}

/* fade in left */
.fade-in-left {
  transform: translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-left.inview-on {
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-left {
  transform: translateX(0px);
  opacity: 1;
}

/* fade in right */
.fade-in-right {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-right.inview-on {
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-right {
  transform: translateX(0px);
  opacity: 1;
}

/* fade in up left */
.fade-in-up-left {
  transform: translateY(20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-left.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-left {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in up right */
.fade-in-up-right {
  transform: translateY(20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-right.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-right {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down left */
.fade-in-down-left {
  transform: translateY(-20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-left.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-left {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down right */
.fade-in-down-right {
  transform: translateY(-20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-right.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-right {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.mv {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 1.5rem;
  }
}
.mv .obi--01 {
  background: linear-gradient(90deg, rgb(249, 183, 0) 0%, rgb(255, 225, 0) 100%);
  padding: 0.2rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .mv .obi--01 {
    padding: 0.4rem 0;
  }
}
.mv .obi--01 .wrap {
  position: relative;
}
.mv .obi--01 .ttl {
  width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .mv .obi--01 .ttl {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mv .obi--01 .area {
    position: absolute;
    top: -1.5rem;
    right: 0;
    width: 7.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .obi--01 .area {
    width: 5.5rem;
    margin: 0 auto;
  }
}
.mv .obi--02 {
  background: #0071D8;
  padding: 0.1rem 0;
}
@media screen and (max-width: 767px) {
  .mv .obi--02 {
    padding: 0.5rem 0;
  }
}
.mv .obi--02 .fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mv .obi--02 .fl {
    display: block;
    position: relative;
  }
}
.mv .obi--02 .fl .badge {
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .mv .obi--02 .fl .badge {
    position: absolute;
    top: 0.3rem;
    right: -0.2rem;
  }
}
.mv .obi--02 .fl .text {
  font-size: 0.36rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv .obi--02 .fl .text {
    font-size: 0.3rem;
  }
}
.mv .obi--02 .fl .recruit {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .mv .obi--02 .fl .recruit {
    width: 5.4rem;
    margin: 0.5rem auto 0;
  }
}

.contact_box {
  margin-top: 0.2rem;
  background: #fff;
  border-radius: 7px;
  padding: 0.2rem 0.5rem 0.3rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact_box {
    display: block;
  }
}
.contact_box .logo {
  width: 5.8rem;
}
@media screen and (max-width: 767px) {
  .contact_box .logo {
    width: 5.4rem;
    margin: 0 auto;
  }
}
.contact_box .tel {
  font-size: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_box .tel {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 1.5px, transparent 1.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    margin-top: 0.2rem;
    padding-top: 0.3rem;
  }
}
.contact_box .tel .text {
  font-weight: 700;
}
.contact_box .tel img {
  width: 6.1rem;
}
@media screen and (max-width: 767px) {
  .contact_box .tel img {
    display: block;
    margin: 0.1rem 0;
  }
}
.contact_box .mail {
  font-size: 0.3rem;
}
@media screen and (max-width: 767px) {
  .contact_box .mail {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 1.5px, transparent 1.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }
}
.contact_box .mail .text {
  font-weight: 700;
  text-align: center;
}
.contact_box .mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.1rem;
  font-size: 0.36rem;
  color: #fff;
  padding-left: 0.7rem;
  background-color: #F15A23;
  background-image: url(../images/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 0.7rem 50%;
  background-size: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact_box .mail a {
    background-position: 1.5rem 50%;
    margin-top: 0.1rem;
  }
}
.contact_box .mail a:hover {
  opacity: 1;
  background-color: rgb(211.5384615385, 66.3461538462, 13.4615384615);
}

.h2_ttl {
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h2_ttl {
    font-size: 0.6rem;
  }
}

.sec_about {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec_about {
    margin-top: 0.5rem;
  }
}
.sec_about .prepend {
  position: relative;
}
.sec_about .prepend .ttl {
  font-size: 0.52rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec_about .prepend .ttl {
    font-size: 0.4rem;
  }
}
.sec_about .prepend .text {
  font-size: 0.36rem;
  margin-top: 0.3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_about .prepend .text {
    font-size: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_about .prepend .image {
    position: absolute;
    top: 0.3rem;
    right: 0;
    width: 15rem;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .sec_about .prepend .image {
    margin-top: -1.7rem;
  }
}
.sec_about .body {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec_about .body {
    margin-top: 0.5rem;
  }
}
.sec_about .body .main_ttl {
  text-align: center;
}
.sec_about .body .main_ttl span {
  display: inline-block;
  font-size: 0.52rem;
  font-weight: 900;
  color: #F15A23;
  border-bottom: 7px solid rgba(252, 238, 33, 0.6980392157);
}
@media screen and (max-width: 767px) {
  .sec_about .body .main_ttl span {
    font-size: 0.38rem;
    border-width: 5px;
  }
}
.sec_about .body .grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .sec_about .body .grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
.sec_about .body .grid .box {
  background: rgba(241, 90, 35, 0.15);
  position: relative;
  padding: 0.7rem 0.5rem 0.5rem;
  border-radius: 7px;
}
.sec_about .body .grid .box .num {
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.52rem;
  font-weight: 800;
  color: #F15A23;
  font-family: "Roboto", sans-serif;
  padding-top: 0.25rem;
}
.sec_about .body .grid .box .ttl {
  font-size: 0.4rem;
  font-weight: 700;
  color: #F15A23;
  border-bottom: 1px solid rgba(241, 90, 35, 0.2);
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_about .body .grid .box .ttl {
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.sec_about .body .grid .box .text strong {
  font-size: 0.36rem;
  font-weight: 700;
  color: #F15A23;
}
@media screen and (max-width: 767px) {
  .sec_about .body .grid .box .text strong {
    font-size: 0.32rem;
  }
}
.sec_about .body .grid .box .text em {
  font-weight: 700;
  font-style: normal;
}

.sec_guide {
  background: #F3F3F3;
  margin-top: 1.5rem;
  padding: 1rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec_guide {
    margin-top: 1rem;
    padding: 0.5rem 0 1rem;
  }
}
.sec_guide .inner {
  margin-top: 0.5rem;
}
.sec_guide .inner:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec_guide .inner:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}
.sec_guide .inner .obi {
  font-size: 0.4rem;
  background: #0071D8;
  color: #fff;
  border-radius: 7px;
  text-align: center;
}
.sec_guide .inner .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.8rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec_guide .inner .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    align-items: end;
  }
}
.sec_guide .inner .box {
  position: relative;
}
.sec_guide .inner .box .ttl {
  font-size: 0.38rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_guide .inner .box .ttl {
    font-size: 0.3rem;
  }
}
.sec_guide .inner .box .image {
  margin-top: 0.1rem;
}
.sec_guide .inner .box .year {
  position: absolute;
  bottom: -0.2rem;
  right: 0.2rem;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .sec_guide .inner .box .year {
    bottom: -0.1rem;
    right: -0.1rem;
    width: 1.4rem;
  }
}

.sec_safety {
  margin-top: 1rem;
}
.sec_safety .prepend {
  position: relative;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec_safety .prepend {
    overflow: hidden;
    margin-top: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_safety .prepend .cont {
    width: 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_safety .prepend .cont {
    margin-top: 0.3rem;
  }
}
.sec_safety .prepend .cont .border_ttl span {
  font-size: 0.5rem;
  font-weight: 900;
  border-bottom: 7px solid rgba(252, 238, 33, 0.6980392157);
  color: #0071D8;
}
@media screen and (max-width: 767px) {
  .sec_safety .prepend .cont .border_ttl span {
    font-size: 0.4rem;
    line-height: 1.9;
    border-width: 5px;
  }
}
.sec_safety .prepend .cont .text {
  font-weight: 700;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .sec_safety .prepend .image {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    z-index: -1;
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_safety .prepend .image {
    width: 8rem;
    margin-left: -0.7rem;
  }
}

.cta--01 {
  margin-top: 1rem;
  background: #0071D8;
  padding: 0.4rem 0 0.8rem;
}
.cta--01 .mainttl {
  font-size: 0.48rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .cta--01 .mainttl {
    font-size: 0.38rem;
    line-height: 1.4;
  }
}
.cta--01 .mainttl em,
.cta--01 .mainttl strong {
  font-size: 0.64rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .cta--01 .mainttl em,
  .cta--01 .mainttl strong {
    font-size: 0.52rem;
  }
}
.cta--01 .mainttl strong {
  color: #FCEE21;
}
.cta--01 .mainttl span.symbol {
  margin: 0 -0.1rem;
}
.cta--01 .mainttl span.comma {
  margin-right: -0.2rem;
}

.sec_limit {
  background: url(../images/limit_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec_limit {
    background: url(../images/limit_bg_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 0.2rem 0 1rem;
  }
}
.sec_limit .ttl {
  width: 18rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_limit .ttl {
    width: 100%;
  }
}
.sec_limit .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: auto 8rem;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_limit .grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.sec_limit .grid .text {
  color: #fff;
  font-weight: 500;
}
.sec_limit .grid .text em {
  color: #FCEE21;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sec_limit .grid .text em {
    font-size: 0.4rem;
    font-weight: 600;
  }
}
.sec_limit .grid .text strong {
  font-size: 0.64rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec_limit .grid .order1 {
    order: 1;
  }
  .sec_limit .grid .order2 {
    order: 2;
  }
}

.sec_faq {
  margin-top: 1rem;
}
.sec_faq dl {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .sec_faq dl {
    margin-top: 0.2rem;
  }
}
.sec_faq dl dt {
  font-size: 0.46rem;
  font-weight: 900;
  color: #F15A23;
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
}
@media screen and (max-width: 767px) {
  .sec_faq dl dt {
    font-size: 0.38rem;
  }
}
.sec_faq dl dt:before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_faq dl dt:before {
    font-size: 0.5rem;
  }
}
.sec_faq dl dd {
  margin-top: 0.1rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
}
.sec_faq dl dd:before {
  content: "A.";
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  line-height: 1;
  color: #0071D8;
}
@media screen and (max-width: 767px) {
  .sec_faq dl dd:before {
    font-size: 0.5rem;
  }
}
.sec_faq dl dd small {
  font-weight: 400;
}

.sec_flow {
  margin-top: 1.5rem;
  background: #F3F3F3;
  padding: 1rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec_flow {
    padding-bottom: 1rem;
  }
}
.sec_flow .grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec_flow .grid {
    grid-template-columns: 1fr;
  }
}
.sec_flow .grid .box {
  background: #fff;
  border-radius: 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .sec_flow .grid .box {
    height: 3.8rem;
  }
}
.sec_flow .grid .box:after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border: 0;
  border-top: solid 2px #B8B8B8;
  border-right: solid 2px #B8B8B8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.48rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec_flow .grid .box:after {
    border-top: none;
    border-bottom: solid 2px #B8B8B8;
    border-right: solid 2px #B8B8B8;
    top: auto;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    z-index: 2;
  }
}
.sec_flow .grid .box:last-child:after {
  content: none;
}
.sec_flow .grid .box .num {
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  background: #F3F3F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.52rem;
  font-weight: 800;
  color: #0071D8;
  font-family: "Roboto", sans-serif;
  padding-top: 0.25rem;
}
.sec_flow .grid .box .ttl {
  font-size: 0.46rem;
  font-weight: 700;
  color: #0071D8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_flow .grid .box .text {
    margin-top: 0.2rem;
  }
}
.sec_flow .arrange {
  font-size: 0.36rem;
  font-weight: 700;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec_flow .arrange {
    font-size: 0.32rem;
  }
}
.sec_flow .body {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec_flow .body {
    margin-top: 0.5rem;
  }
}
.sec_flow .body .fl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_flow .body .fl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
  }
}
.sec_flow .body .fl .image {
  width: 4.2rem;
}
.sec_flow .body .ttl {
  font-size: 0.64rem;
  font-weight: 900;
  text-align: center;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .sec_flow .body .ttl {
    font-size: 0.38rem;
  }
}
.sec_flow .body .ttl strong {
  font-size: 0.84rem;
  color: #F15A23;
}
@media screen and (max-width: 767px) {
  .sec_flow .body .ttl strong {
    font-size: 0.52rem;
  }
}

.sec_contact {
  margin-top: 1.5rem;
}
.sec_contact .ttl_wrap {
  text-align: center;
}
.sec_contact .ttl_wrap .text {
  font-weight: 700;
}
.sec_contact dl.list {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 3.8rem auto;
}
@media screen and (max-width: 767px) {
  .sec_contact dl.list {
    grid-template-columns: 1fr;
  }
}
.sec_contact dl.list dt,
.sec_contact dl.list dd {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
}
.sec_contact dl.list dt:last-of-type,
.sec_contact dl.list dd:last-of-type {
  border: none;
}
@media screen and (max-width: 767px) {
  .sec_contact dl.list dt,
  .sec_contact dl.list dd {
    padding: 0;
  }
}
.sec_contact dl.list dt {
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_contact dl.list dt {
    border-bottom: none;
    padding-top: 0.5rem;
  }
}
.sec_contact dl.list dt.required p {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_contact dl.list dt.required p {
    width: 100%;
  }
}
.sec_contact dl.list dt.required p:after {
  content: "必須";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background: #F15A23;
  color: #fff;
  border-radius: 3px;
  font-size: 0.24rem;
  width: 0.68rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.05rem;
}
@media screen and (max-width: 767px) {
  .sec_contact dl.list dt.required p:after {
    right: -0.8rem;
  }
}
.sec_contact dl.list dt p {
  font-weight: 700;
}
.sec_contact dl.list dd {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec_contact dl.list dd {
    padding-left: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
}
.sec_contact dl.list dd em {
  font-style: normal;
}
.sec_contact dl.list dd em.bold {
  font-weight: 700;
}
.sec_contact dl.list dd em.blue {
  color: #0071D8;
}
.sec_contact dl.list dd p + p {
  margin-top: 0.3rem;
}
.sec_contact .item-radio .wpcf7-list-item {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .item-radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .sec_contact .item-radio .wpcf7-list-item.first {
    margin-top: 0;
  }
}
.sec_contact .your-name,
.sec_contact .name-kana {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .your-name,
  .sec_contact .name-kana {
    gap: 0.2rem;
  }
}
.sec_contact .your-name .inner p,
.sec_contact .name-kana .inner p {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.sec_contact .your-name .ttl,
.sec_contact .name-kana .ttl {
  display: block;
  width: 0.7rem;
  text-align: right;
  font-weight: 700;
}
.sec_contact .your-name input[type=text],
.sec_contact .name-kana input[type=text] {
  width: 5.8rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .your-name input[type=text],
  .sec_contact .name-kana input[type=text] {
    width: 2.4rem;
  }
}
.sec_contact .your-tel input[type=tel] {
  width: 5.8rem !important;
}
@media screen and (max-width: 767px) {
  .sec_contact .your-tel input[type=tel] {
    width: 100% !important;
  }
}
.sec_contact .address .address-zip {
  width: 5.8rem !important;
}
.sec_contact .address .wpcf7-form-control-wrap:nth-of-type(n+2) {
  margin-top: 0.2rem;
  display: block;
}
.sec_contact .your-file .custom-file-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec_contact .your-file .custom-file-wrap {
    display: block;
  }
}
.sec_contact .your-file .select {
  background: rgba(241, 90, 35, 0.15);
  color: #F15A23;
  border: 1px solid;
  font-weight: 700;
  width: 2.6rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_contact .your-file .custom-file-wrap input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* ← 元の「選択されていません」を完全に透過 */
  cursor: pointer;
}
.sec_contact .your-file .custom-file-text {
  pointer-events: none;
  width: calc(100% - 2.8rem);
  height: 0.8rem;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  border: 1px solid #b8b8b8;
}
@media screen and (max-width: 767px) {
  .sec_contact .your-file .custom-file-text {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.sec_contact .privacypolicy .box {
  border: 1px solid #b8b8b8;
  padding: 0.4rem;
  height: 5rem;
  overflow-x: scroll;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .privacypolicy .box {
    padding: 0.3rem;
  }
}
.sec_contact .submit {
  margin-top: 0.3rem;
}
.sec_contact .submit input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 1.1rem;
  margin: 0 auto;
  font-size: 0.36rem;
  color: #fff;
  padding-left: 0.8rem;
  background-color: #F15A23;
  background-image: url(../images/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 0.6rem 50%;
  background-size: 0.5rem;
  border: none;
  font-weight: 600;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .sec_contact .submit input[type=submit] {
    width: 100%;
    background-position: 1.5rem 50%;
  }
}
.sec_contact .submit input[type=submit]:hover {
  opacity: 1;
  background-color: rgb(211.5384615385, 66.3461538462, 13.4615384615);
}
.sec_contact input[type=text],
.sec_contact input[type=email],
.sec_contact input[type=tel],
.sec_contact textarea {
  border: 1px solid #b8b8b8;
  width: 100%;
  padding: 0.2rem;
  border-radius: 0;
}
.sec_contact input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.sec_contact .wpcf7-list-item.first {
  margin-left: 0;
}
.sec_contact span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
}
.sec_contact span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #b8b8b8;
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.2rem;
}
.sec_contact span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 0.15rem;
  height: 0.15rem;
  background-color: #fff;
  left: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.sec_contact input[type=radio]:checked + span.wpcf7-list-item-label::before {
  background: #9EC54C;
}
.sec_contact input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.sec_company {
  margin-top: 1.5rem;
  background: #F3F3F3;
  padding: 1rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec_company {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}
.sec_company dl {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 3.8rem auto;
}
@media screen and (max-width: 767px) {
  .sec_company dl {
    margin-top: 0.5rem;
    grid-template-columns: 1fr;
  }
}
.sec_company dl dt,
.sec_company dl dd {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
  padding: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .sec_company dl dt,
  .sec_company dl dd {
    padding: 0;
  }
}
.sec_company dl dt {
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_company dl dt {
    border: none;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_company dl dd {
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
  }
}
.sec_company dl dd em {
  font-style: normal;
}
.sec_company dl dd em.bold {
  font-weight: 700;
}
.sec_company dl dd em.blue {
  color: #0071D8;
}
.sec_company dl dd p + p {
  margin-top: 0.3rem;
}

.president {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .president {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .president .wrap {
    margin: 0;
  }
}
.president .fl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .president .fl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
}
.president .fl .text {
  text-align: center;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .president .fl .text {
    position: absolute;
    top: 0;
    left: 0.2rem;
    font-size: 0.22rem;
  }
}
.president .fl .text em {
  display: block;
  font-size: 0.4rem;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .president .fl .text em {
    font-size: 0.3rem;
  }
}
.president .fl .text strong {
  font-size: 0.6rem;
  color: #0071D8;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .president .fl .text strong {
    font-size: 0.45rem;
  }
}
.president .fl .image {
  width: 5.8rem;
}
@media screen and (max-width: 767px) {
  .president .fl .image {
    margin-left: auto;
    width: 5.2rem;
  }
}

.cta--02 {
  background: #0071D8;
  padding: 0.4rem 0 0.8rem;
}
.cta--02 .mainttl {
  font-size: 0.64rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cta--02 .mainttl {
    font-size: 0.38rem;
  }
}
.cta--02 .mainttl em,
.cta--02 .mainttl strong {
  font-size: 0.84rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .cta--02 .mainttl em,
  .cta--02 .mainttl strong {
    font-size: 0.52rem;
  }
}
.cta--02 .mainttl strong {
  color: #FCEE21;
}
.cta--02 .mainttl span.symbol {
  margin: 0 -0.1rem;
}
.cta--02 .contact_box {
  background: none;
  padding: 0;
  border-radius: 0;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-top: 0.7rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .cta--02 .contact_box {
    margin-top: 0.4rem;
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .cta--02 .contact_box .tel {
    background: none;
    margin: 0;
    padding: 0;
  }
}
.cta--02 .contact_box .tel img {
  width: 8rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .cta--02 .contact_box .tel img {
    margin-top: 0.2rem;
  }
}
.cta--02 .contact_box .tel .text {
  font-size: 0.36rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta--02 .contact_box .tel .text {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .cta--02 .contact_box .mail {
    background: none;
    padding-top: 0;
    margin-top: 0.4rem;
  }
}
.cta--02 .contact_box .mail a {
  width: 7.4rem;
  height: 1.6rem;
  font-size: 0.38rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cta--02 .contact_box .mail a {
    width: 100%;
    height: 1.1rem;
    font-size: 0.36rem;
    background-position: 0.6rem 50%;
  }
}/*# sourceMappingURL=top.css.map */