@charset "UTF-8";
html {
  width: 100%;
  font-size: 16px;
}

body {
  overflow-x: hidden;
  line-height: 1.7;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  font-size: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
  border-spacing: 0;
}

select:invalid {
  color: #e7e7e7;
}

.hp_fw {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.hp_bg {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.hp_bold {
  font-weight: bold;
}

.hp_underline {
  text-decoration: underline;
}

.hp_accent {
  color: #FF8A00;
}

.sm_only {
  display: inherit;
}

.md_only,
.lg_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .md_only {
    display: block;
  }
  .sm_only,
  .lg_only {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .md_only,
  .sm_only {
    display: none;
  }
  .lg_only {
    display: block;
  }
}
/* ======================
    共通
======================= */
.container {
  max-width: 1080px;
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  width: 11.25rem;
  max-width: 100%;
  text-align: center;
  font-size: clamp(0.75rem, 0.6923076923rem + 0.1602564103vw, 0.8125rem);
  border-radius: 30px;
  padding: 1em;
  border: 2px solid transparent;
  transition: 0.3s all;
  background: #FF8A00;
  color: #fff;
}
.btn:hover, .btn:focus {
  border: 2px solid currentColor;
  color: #FF8A00;
  background-color: #fff;
  transition: 0.3s all;
}

.sec-head {
  text-align: center;
}
.sec-head__sttl {
  display: inline-block;
}
.sec-head__ttl {
  margin-top: 0.4375rem;
  font-size: clamp(1.5rem, 1.0384615385rem + 1.2820512821vw, 2rem);
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .sec-head__ttl {
    font-size: clamp(2rem, 1.5384615385rem + 1.2820512821vw, 2.5rem);
  }
}

/* ======================
    header
======================= */
.header {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 60px;
}
@media screen and (min-width: 992px) {
  .header {
    background-color: transparent;
    height: 100px;
  }
}
.header__inner {
  width: 100%;
  height: inherit;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 992px) {
  .header__inner {
    justify-content: space-between;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header.is-fixed {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.is-fixed .gnav__item {
  color: #000000;
}

.site-ttl__link {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
@media screen and (min-width: 992px) {
  .site-ttl__link {
    gap: 0.875rem;
  }
}
.site-ttl__logo {
  width: 31px;
  height: 36px;
}
@media screen and (min-width: 992px) {
  .site-ttl__logo {
    width: 42px;
    height: 51px;
  }
}
.site-ttl__txt {
  display: block;
  color: #FF8A00;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .site-ttl__txt {
    font-size: 1.25rem;
  }
}
.site-ttl__stxt {
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 992px) {
  .site-ttl__stxt {
    font-size: 0.75rem;
  }
}

.gnav__link {
  transition: 0.3s all;
}
.gnav__link:hover, .gnav__link:focus {
  opacity: 0.7;
  transition: 0.3s all;
}
.gnav__btn:first-child {
  background-color: #FFB800;
}
.gnav__btn:first-child:hover, .gnav__btn:first-child:focus {
  background-color: #fff;
  color: #FFB800;
}

@media screen and (max-width: 991px) {
  .gnav {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    width: 18.75rem;
    background: #fff;
    padding: 3.125rem 0.9375rem;
    position: fixed;
    top: 0;
    left: -18.75rem;
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 20;
  }
  .is-open .gnav {
    left: 0;
    opacity: 1;
  }
  .gnav__list, .gnav__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }
  .ham {
    width: 3.75rem;
    height: 3.75rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    z-index: 30;
    background-color: transparent;
  }
  .ham__line {
    width: 33.333%;
    height: 1px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .ham__line:nth-child(1) {
    top: 25px;
  }
  .ham__line:nth-child(2) {
    top: 31px;
  }
  .ham__line:nth-child(3) {
    top: 37px;
  }
  .is-open .ham__line {
    background-color: #fff;
  }
  .is-open .ham__line:nth-child(1) {
    transform: translate(-50%, 6px) rotate(-315deg);
  }
  .is-open .ham__line:nth-child(2) {
    opacity: 0;
  }
  .is-open .ham__line:nth-child(3) {
    transform: translate(-50%, -6px) rotate(315deg);
  }
  .ham__mask {
    display: none;
    transition: 0.5s;
  }
  .is-open .ham__mask {
    width: 100%;
    height: 100%;
    background-color: #000000;
    cursor: pointer;
    display: block;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 992px) {
  .gnav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.8125rem;
  }
  .gnav__list {
    display: flex;
    align-items: center;
    gap: 1.8125rem;
  }
  .gnav__item {
    font-size: clamp(0.75rem, 0.6923076923rem + 0.1602564103vw, 0.8125rem);
    color: #fff;
    line-height: normal;
  }
  .gnav__btns {
    display: flex;
    gap: 0.75rem;
  }
}
/* ======================
    slider
======================= */
.mv {
  display: relative;
  text-align: right;
  height: 100vh;
}
.mv__slide {
  margin-right: auto;
}
.mv__slide-wrap {
  position: absolute;
  top: 74px;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .mv__slide-wrap {
    top: 0;
  }
}
.mv__bg {
  position: absolute;
  background: linear-gradient(180deg, #FF8A00 0%, #FFB800 99.98%);
  top: 28%;
  left: 0;
  width: 87.361%;
  z-index: -1;
  height: 72vh;
}
.mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__img-wrap {
  position: absolute;
  aspect-ratio: 578/173;
  z-index: 3;
  top: 83%;
  left: 4.236%;
  transform: translateY(-50%);
  filter: drop-shadow(6px 10px 5px #000000);
  max-width: 83%;
}
@media screen and (min-width: 992px) {
  .mv__img-wrap {
    max-width: 40.138%;
    top: 78%;
    left: 9.236%;
    max-width: 70%;
  }
}

.slide {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 85%;
  height: 75vh;
}
@media screen and (min-width: 992px) {
  .slide {
    height: 93vh;
    width: 77.916%;
  }
}
.slide__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: mv-slider 24s linear infinite;
}
.slide__img:nth-child(1) {
  background-image: url(../img/firstview-img01.jpeg);
  animation-delay: -2s;
}
.slide__img:nth-child(2) {
  background-image: url(../img/firstview-img02.jpg);
  animation-delay: 6s;
}
.slide__img:nth-child(3) {
  background-image: url(../img/firstview-img03.jpg);
  animation-delay: 14s;
}

@keyframes mv-slider {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  42% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
/* ======================
    intro
======================= */
.intro {
  background-image: url(../img/mission-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-top: 4.625rem;
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .intro {
    padding-bottom: 16.375rem;
  }
}
.intro__main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .intro__main {
    margin-top: 8.25rem;
  }
}
.intro__body {
  width: 100%;
}
.intro__body + .intro__body {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .intro__body + .intro__body {
    margin-top: 6.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .intro__body:nth-of-type(odd) {
    text-align: left;
    margin-right: auto;
  }
  .intro__body:nth-of-type(even) {
    text-align: right;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .txt-item {
    max-width: 73%;
  }
}
.txt-item__img {
  max-width: 100%;
}
.txt-item__lead {
  font-size: clamp(1.25rem, 1.0192307692rem + 0.641025641vw, 1.5rem);
  line-height: 1.5;
  margin-top: 1.5625rem;
}
.txt-item__desc {
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  line-height: 2.5;
  margin-top: 1.5625rem;
}

/* ======================
    message
======================= */
.message {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 4rem;
  }
}
.message__content {
  margin-top: 2.5rem;
  padding-top: 4.375rem;
  padding-bottom: 1.25rem;
  background: url(../img/seo-message-sp.jpg) no-repeat center top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .message__content {
    margin-top: 4.375rem;
    background: url(../img/ceo-message.jpg) no-repeat center top;
    padding-top: 2.5rem;
    background-size: cover;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .message__content {
    padding-top: 0rem;
    padding-bottom: 0.9375rem;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
}
@media screen and (min-width: 1600px) {
  .message__content {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 992px) {
  .message__name-box {
    position: absolute;
    bottom: 3.375rem;
    margin-top: 5rem;
    right: 0;
  }
}
.message__desc {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .message__desc {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .message__desc {
    margin-top: 0;
  }
}

.main-message {
  text-shadow: 3px 3px 10px rgb(255, 255, 255);
}
.main-message__lead {
  font-size: clamp(1.5rem, 1.0384615385rem + 1.2820512821vw, 2rem);
  margin: 0.7em 0;
}
@media screen and (min-width: 768px) {
  .main-message__lead {
    max-width: 38.125rem;
  }
}
.main-message__txt {
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  line-height: 2.3;
  margin: 0.8em 0;
}
@media screen and (min-width: 768px) {
  .main-message__txt {
    max-width: 34.375rem;
  }
}

.name-box {
  background-color: transparent;
  padding: 0.3125rem;
}
@media screen and (min-width: 992px) {
  .name-box {
    padding: 0.9375rem 1.625rem 1.375rem;
    background-color: #fff;
    width: 18.75rem;
    max-width: 100%;
  }
}
.name-box__txt {
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
}
.name-box__img {
  margin-top: 0.9375rem;
  width: 9.75rem;
  max-width: 100%;
}

/* ======================
    job-list
======================= */
.job-list {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .job-list {
    padding-top: 4.0625rem;
    padding-bottom: 6.0625rem;
  }
}
.job-list__lead {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .job-list__lead {
    margin-top: 2.5rem;
  }
}
.job-list__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  margin: 2.8125rem calc(50% - 50vw) 0rem;
  padding: 1.875rem calc(50vw - 50%) 2.5rem;
}
@media screen and (min-width: 768px) {
  .job-list__body {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 6% calc(50vw - 50%) 5.1875rem 6%;
    margin: 4.3125rem calc(50% - 50vw) 0rem -6%;
  }
}

.card {
  display: inline-block;
  position: relative;
  margin-bottom: 5.625rem;
  transition: 0.5s all;
}
@media screen and (min-width: 768px) {
  .card {
    width: calc((100% - 6.125rem) / 2);
    margin-bottom: 8.3125rem;
  }
}
.card:hover, .card:focus {
  transform: translateY(-4px);
  transition: 0.5s all;
  opacity: 0.8;
}
.card__img-wrap {
  aspect-ratio: 431/267;
  max-width: 26.9375rem;
  width: 100%;
}
.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__body {
  position: absolute;
  width: 100%;
  margin-top: -5rem;
  z-index: 1;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card__body {
    margin-left: 1.25rem;
  }
}
.card__label {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.2em 1em;
  text-align: center;
  width: 7.5rem;
  max-width: 100%;
  text-transform: uppercase;
}
.card__txt {
  background-color: #fff;
  font-size: 0.75rem;
  max-width: 26.875rem;
  width: 100%;
  height: auto;
  min-height: 6.25rem;
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 0 9.15em 0 1.4em;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.card__icon {
  position: absolute;
  width: 0.8125rem;
  height: 0.8125rem;
  object-fit: cover;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* ======================
    cta
======================= */
.cta {
  background: url(../img/cta-bg-img.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
}
.cta__inner {
  padding: 5.25rem 4% 4.0625rem;
  background: linear-gradient(180deg, rgba(255, 138, 0, 0.9) 0%, rgba(255, 184, 0, 0.9) 99.98%);
  text-align: center;
}
.cta__ttl {
  margin-top: 1.125rem;
  color: #fff;
  font-size: clamp(1.5rem, 1.0384615385rem + 1.2820512821vw, 2rem);
}
@media screen and (min-width: 576px) {
  .cta__ttl {
    font-size: clamp(2rem, 1.5384615385rem + 1.2820512821vw, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .cta__ttl {
    font-size: clamp(2.5rem, 2.3846153846rem + 0.3205128205vw, 2.625rem);
  }
}
.cta__txt {
  margin-top: 0.9375rem;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
  line-height: 1.5;
  color: #fff;
}
.cta__btn {
  margin-top: 3.125rem;
  background-color: transparent;
  border: 4px solid #fff;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  max-width: 100%;
  border-radius: 42px;
  padding: 1.2em;
  transition: 0.3s all;
  color: #fff;
  position: relative;
  width: 18.75rem;
}
@media screen and (min-width: 576px) {
  .cta__btn {
    width: 20.625rem;
  }
}
.cta__btn:hover, .cta__btn:focus {
  border: 4px solid #FFB800;
  color: #FFB800;
  transition: 0.3s all;
}
.cta__btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12.727%;
  width: 1rem;
  height: 1rem;
  object-fit: cover;
}

/* ======================
    footer
======================= */
.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer__inner {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .footer__inner {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer__copyright {
  font-size: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 576px) {
  .footer__copyright {
    margin-top: 0;
  }
}

/* ======================
    web-director.html
======================= */
@media screen and (min-width: 992px) {
  .page .header {
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .page .gnav__item {
    color: #000000;
  }
}

/* ======================
    page-intro
======================= */
.page-intro {
  padding-top: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-intro {
    padding-top: 100px;
    height: 816;
  }
}
.page-intro__desc {
  background-color: #E9DBB5;
}
.page-intro__txt {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  text-align: center;
  max-width: 93%;
  padding: 4%;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .page-intro__txt {
    max-width: 60%;
    padding: 19.5625rem 4% 5.1875rem;
    margin-top: -14.375rem;
  }
}

.page-fv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1240px;
  height: 434px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.page-fv--director {
  background-image: url(../img/director.jpg);
}
.page-fv--engineer {
  background-image: url(../img/engineer.jpg);
}
.page-fv--designer {
  background-image: url(../img/designer.jpg);
}
.page-fv--marketer {
  background-image: url(../img/marketer.jpg);
}
.page-fv::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: inherit;
  margin-right: auto;
  margin-left: auto;
  height: inherit;
}
.page-fv__desc {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-fv__sttl {
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  color: #FFB800;
}
.page-fv__ttl {
  color: #fff;
  font-size: clamp(1.5rem, 1.0384615385rem + 1.2820512821vw, 2rem);
}
@media screen and (min-width: 576px) {
  .page-fv__ttl {
    font-size: clamp(2rem, 1.5384615385rem + 1.2820512821vw, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .page-fv__ttl {
    font-size: clamp(2.5rem, 2.3846153846rem + 0.3205128205vw, 2.625rem);
  }
}

/* =============
    table
============== */
.page-main {
  padding-top: 4.6875rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .page-main {
    padding-bottom: 11.75rem;
  }
}
.page-main__ttl {
  font-size: clamp(1.5rem, 1.0384615385rem + 1.2820512821vw, 2rem);
  line-height: 2;
  color: #000000;
  text-align: center;
}
.page-main__table-wrap {
  margin: 2.8125rem auto 0;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .page-main__table-wrap {
    width: 77.916%;
    margin: 4.6875rem auto 0;
  }
}

.table {
  width: 100%;
  max-width: 70.125rem;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
.table__head, .table__data {
  border: 1px solid #e7e7e7;
  padding: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .table__head, .table__data {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .table__head, .table__data {
    padding: 2.5rem 1rem 2.4375rem 2.4375rem;
  }
}
.table__head {
  background-color: #e2e8f0;
  width: 17%;
  vertical-align: middle;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .table__head {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .table__head {
    text-align: left;
  }
}
.table__data {
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  line-height: 2;
  background-color: #fff;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .table__row, .table__head, .table__data {
    display: block;
    margin-top: -1px;
    text-align: left;
  }
  .table__head {
    width: 100%;
    text-align: center;
  }
  .table__data {
    width: 100%;
  }
}

/* ======================
    entry-form
======================= */
.entry-form {
  padding-top: 8.25rem;
  padding-bottom: 4.6875rem;
  background-color: #F6F3EC;
}
@media screen and (min-width: 576px) {
  .entry-form {
    padding-top: 10.75rem;
  }
}
.entry-form__inner {
  background-color: #fff;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  padding: 3.125rem 3%;
}
@media screen and (min-width: 768px) {
  .entry-form__inner {
    padding: 5.875rem 6.771% 7.875rem;
    max-width: 71.25rem;
  }
}
.entry-form__ttl {
  font-size: clamp(1.875rem, 1.5288461538rem + 0.9615384615vw, 2.25rem);
  color: #333;
}
.entry-form__txt {
  margin-top: 2.8125rem;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  line-height: 2.7;
}
.form {
  margin-top: 1.8125rem;
}

/* ======================
    form parts
======================= */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
  width: 100%;
  padding: 0.35em 0.7em;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  font-family: inherit;
  appearance: none;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
}

input[type=number],
input[type=password] {
  width: 100%;
  padding: 0.35em 0.7em;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
select:focus,
input[type=number],
input[type=password] {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  outline: none;
}

/*エラー時*/
.is-error input[type=text],
.is-error input[type=email],
.is-error input[type=tel],
.is-error input[type=url],
.is-error input[type=number],
.is-error input[type=password],
.is-error textarea,
.is-error select {
  color: #e60033;
}

/* ======================
    radio,checkbox
======================= */
input[type=radio],
input[type=checkbox] {
  opacity: 0;
  /*透明にして見えなくする*/
  position: absolute;
  /*本来の配置から切り離す*/
}

/*クリック範囲*/
input[type=radio] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.65em 0.5em 0.65em 2.6em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.65em 0.5em 0.65em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}

/*フォーカス時*/
input[type=radio]:focus + span,
input[type=checkbox]:focus + span {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  outline: none;
}

/*ラジオボタンスタイル*/
input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.625em;
  height: 1.625em;
  border-radius: 50%;
  background: #F3F6FA;
  line-height: 1;
}

/*ラジオボタンチェック印（未選択）*/
input[type=radio] + span:after {
  display: none;
  content: "";
}

/*ラジオボタンチェック印（選択）*/
input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.45em;
  width: 0.75em;
  height: 0.75em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #FF8A00;
  line-height: 1;
}

/*チェックボックススタイル*/
input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #E0E5EB;
  background: #F9FBFD;
  line-height: 1;
  vertical-align: middle;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  border-radius: 2px;
}

/*チェックボックス未チェック時*/
input[type=checkbox] + span:after {
  display: none;
  content: "";
}

/*チェックボックスチェック時*/
input[type=checkbox]:checked + span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  transform: rotate(45deg);
  width: 0.4em;
  height: 0.8em;
  border-right: 3px solid #FF8A00;
  border-bottom: 3px solid #FF8A00;
}

/* ======================
    form layout
======================= */
.contact-table {
  width: 100%;
}
.contact-table__head {
  width: 27%;
  padding: 2.21875rem 1.25rem 2.21875rem 0;
}
.contact-table__data {
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .contact-table__row, .contact-table__head, .contact-table__data {
    display: block;
  }
  .contact-table__row {
    height: auto;
  }
  .contact-table__head {
    width: 100%;
    padding: 1.25rem 0 0 0;
  }
  .contact-table__data {
    padding: 0.625rem 0 1.25rem 0;
  }
}
.contact-table__label {
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .contact-table__label {
    display: flex;
    align-items: center;
  }
}
.contact-table__txt {
  font-size: 0.75rem;
  margin-bottom: 1.5625rem;
}
.contact-table__field {
  width: 100%;
  max-width: 29.125rem;
}
.contact-table__field--short {
  max-width: 9.5625rem;
}
.contact-table__require {
  display: inline-block;
  margin-right: 0.9375rem;
  line-height: 1;
  padding: 0.45em 0.6em;
  background: #FF8A00;
  color: #fff;
  font-weight: normal;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  vertical-align: middle;
}
.contact-table__require--non {
  background: #ddd;
  color: #909090;
}

/* ======================
    個人情報保護方針チェック
======================= */
.privacy-box {
  margin-top: 1.875rem;
  text-align: center;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
}
@media screen and (min-width: 576px) {
  .privacy-box {
    margin-top: 0.4375rem;
  }
}

.form__btn {
  border: 4px solid #FF8A00;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  max-width: 100%;
  border-radius: 42px;
  padding: 1.3em;
  transition: 0.3s all;
  color: #fff;
  position: relative;
  width: 17.5rem;
}
.form__btn-wrap {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .form__btn-wrap {
    margin-top: 5.625rem;
    margin-left: 1.5625rem;
  }
}
@media screen and (min-width: 576px) {
  .form__btn {
    width: 20.625rem;
  }
}
.form__btn:hover, .form__btn:focus {
  border: 4px solid #FF8A00;
  color: #fff;
  background-color: #FF8A00;
  opacity: 0.8;
  transition: 0.3s all;
}
.form__btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12.727%;
  width: 1rem;
  height: 1rem;
  object-fit: cover;
}
.form__btn:disabled {
  opacity: 0.5;
}

/* ======================
    ローディング画面
======================= */
.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 9999;
}
.loading-wrapper.completed {
  opacity: 0;
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  background: #FF8A00;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #FF8A00;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/* ======================
モーダル
======================= */
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
}
.modal__container {
  margin-top: 10.1875rem;
  position: relative;
  width: 94%;
  max-width: 31.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.modal__header {
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.3125rem;
  height: 1.3125rem;
}
.modal__ttl {
  font-size: clamp(1.25rem, 1.0192307692rem + 0.641025641vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.modal__content {
  margin-top: 1.25rem;
}
.modal__form {
  width: 100%;
}
.modal__item {
  display: inline-block;
  width: 100%;
}
.modal__item + .modal__item {
  margin-top: 1.8125rem;
}
.modal__label {
  color: #606266;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
}
.modal__input {
  margin-top: 0.6875rem;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  background: #fff;
}
.modal__submit-wrap {
  margin-top: 2.125rem;
  text-align: center;
}
.modal__submit {
  width: 100%;
  max-width: 8.125rem;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border-radius: 4px;
  background: #1E5099;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  font-weight: 700;
  line-height: 1.5;
}
.modal__submit:disabled {
  background-color: #e7e7e7;
}
.modal__link {
  margin-top: 3.4375rem;
  display: flex;
  color: #448AFF;
  font-size: clamp(0.8125rem, 0.7548076923rem + 0.1602564103vw, 0.875rem);
  line-height: 1.5;
  flex-direction: column;
  align-items: flex-end;
}
.modal__link:hover, .modal__link:focus {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */
