@charset "UTF-8";
/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container-fluid, .container {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 575px) {
  .container {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 576px) {
  .container.container_M {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .container.container_M {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .content {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .container.container_S {
    max-width: 840px;
  }
  .container.container_M {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .container {
    max-width: 1186px;
  }
  .row.large-gutter {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row.large-gutter > .col,
  .row.large-gutter > [class*="col"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1760px) {
  .container {
    max-width: 1640px;
  }
}
hr {
  border-top: 1px solid var(--border1);
  margin: 1.5em 0;
}
/* ==========================================================================
   Layout
========================================================================== */
.over-right {
  margin-right: calc(((100vw - 100%)/2)*-1);
}
.over-left {
  margin-left: calc(((100vw - 100%)/2)*-1);
}
@media (max-width: 575px) {
  .sp-full {
    margin-right: calc(((100vw - 100%)/2)*-1);
    margin-left: calc(((100vw - 100%)/2)*-1);
  }
}
/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: .2s ease-in-out;
  transition-property: opacity, color, background;
}
/* ==========================================================================
   Image
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fit-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
img.img {
  border-radius: 10px;
}
.over-right img.img {
  border-radius: 10px 0 0 10px;
}
.over-left img.img {
  border-radius: 0 10px 10px 0;
}

/* ==========================================================================
   Typography
========================================================================== */
.font1, .en_ttl {
  font-family: var(--font1);
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  position: relative;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}
h1, .h1 {
  font-size: 2em;
  line-height: 1.6;
}
h2, .h2 {
  font-size: 1.714em;
  line-height: 1.65;
}
h3, .h3 {
  font-size: 1.714em;
  line-height: 1.65;
}
h4, .h4 {
  font-size: 1.429em;
  line-height: 1.75;
}
h5, .h5 {
  font-size: 1.143em;
}
h6, .h6 {
  font-size: 1em;
}
p {
  font-size: .929em;
  margin-top: 1em;
  margin-bottom: 1em;
}
p:first-child { margin-top: 0; }
p:last-child { margin-bottom: 0; }
small, .small {
  font-size: .857em;
  line-height: 1.8;
  display: inline-block;
}
.xsmall {
  font-size: .75em;
  line-height: 1.75;
  display: inline-block;
}
@media (min-width: 992px) {
  h1, .h1 { font-size: 2.571em; }
  h2, .h2 { font-size: 2.143em; }
  p { font-size: 1em; }
}
@media (min-width: 1200px) {
  h1, .h1 { font-size: 3em; }
  h2, .h2 { font-size: 2.571em; }
}

.fw-400, .text-normal { font-weight: 400 !important; }
.fw-500, .text-medium { font-weight: 500 !important; }
.fw-600, .text-semibold { font-weight: 600 !important; }
.fw-700, .text-bold { font-weight: 700 !important; }
.text-italic { font-style: italic; }
.text-justify { text-align: justify; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}

main em {
  color: var(--color1);
  font-style: normal;
  font-weight: bold;
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-block;
  text-align: center;
  font-size: 1.077em;
  font-family: inherit;
  letter-spacing: .05em;
  line-height: 1.2;
  font-weight: 600;
  padding: 1.2em 2em;
  width: 100%;
  max-width: 100%;
  border-radius: 3em;
  background-image: var(--grad-green);
  background-position: 1% 50%;
  background-size: 200% auto;
  border: 0;
  color: var(--white);
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .3s ease-out;
}
.btn.btn-blue,
button.btn {
  background-image: var(--grad-blue);
}
.btn > span {
  display: block;
  position: relative;
}

.btn::after {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  20% {
    transform: scale(1) rotate(25deg);
    opacity: .75;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.btn:hover::after {
  animation: shiny 1s ease-in-out forwards;
}

@media (min-width: 576px) {
  .btn {
    width: auto;
    min-width: 18.75rem;
    padding-right: 3em;
    padding-left: 3em;
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 1em;
  }
}

/* ==========================================================================
   Page header
========================================================================== */
.headline .en_ttl {
  display: block;
  font-size: 1rem;
  color: var(--color1);
  font-weight: 500;
  margin-bottom: .25em;
}
.headline .ttl {
  letter-spacing: .06em;
}
.headline .ttl .big {
  font-size: 210%;
}

.section__header .en_ttl {
  padding-left: 1em;
  position: relative;
}
.section__header .en_ttl::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ==========================================================================
   Slider (slick)
========================================================================== */
.slick-controller {
  width: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.slide-arrows {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 15px 10px;
  line-height: 1;
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.slick-arrow::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%,-50%);
  transition: transform .2s;
}
.slick-arrow:hover::before {
  transform: translate(-50%,-50%) scale(1.15);
}
.slick-num {
  font-family: var(--font1);
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slick-nav-dots {
  width: calc(100% - 5em);
}
.slick-dots {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  flex-basis: 100%;
  position: relative;
  padding: 9px 0;
  cursor: pointer;
  transition: .2s;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(55,138,141,0.2);
  transition: background .2s;
}
.slick-dots li:hover button {
  background: rgba(55,138,141,0.7);
}
.slick-dots li:not(.slick-active ~ li) button {
  background: rgba(55,138,141,1);
}

.slider-wrap {
  margin: 0 -30px;
  position: relative;
  z-index: 5;
}
.slider-wrap .carousel .slick-slide {
  padding: 0 30px;
}

/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.card {
  background: var(--white);
  color: var(--black);
  line-height: 2;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(85,85,85,.1);
  margin-bottom: 20px;
  overflow: hidden;
}
.card > a {
  display: block;
}
.card .txtBox {
  padding: 20px;
}
@media (min-width: 992px) {
  .card .txtBox {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .card .txtBox {
    padding: 50px;
  }
}

/* ==========================================================================
   badge
========================================================================== */
.badges {
  list-style-type: none;
}
.badge {
  background: var(--white);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(85,85,85,.1);
  margin-bottom: 8px;
}

/* ==========================================================================
   List
========================================================================== */
.lists {
  list-style-type: none;
}
.lists .list {
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(85,85,85,.1);
  margin-bottom: 20px;
  position: relative;
}
.lists .list b {
  color: var(--color1);
}


.check-lists .list {
  padding: 1em;
  line-height: 1.5;
  padding-left: 3.5em;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226.002%22%20viewBox%3D%220%200%2026%2026.002%22%3E%3Cg%20transform%3D%22translate(-260.5%20-1058.499)%22%3E%3Cpath%20d%3D%22M14.5%2C27.492q-.242%2C0-.485-.009A13%2C13%2C0%2C1%2C1%2C19.791%2C2.617a1.182%2C1.182%2C0%2C1%2C1-.962%2C2.159%2C10.636%2C10.636%2C0%2C1%2C0-8.015%2C19.693A10.636%2C10.636%2C0%2C0%2C0%2C25.136%2C14.5V13.411a1.182%2C1.182%2C0%2C1%2C1%2C2.364%2C0V14.5a13%2C13%2C0%2C0%2C1-13%2C12.994Z%22%20transform%3D%22translate(259%201057.008)%22%20fill%3D%22%23111%22%2F%3E%3Cpath%20d%3D%22M16.727%2C18.694a1.182%2C1.182%2C0%2C0%2C1-.836-.346L12.346%2C14.8a1.182%2C1.182%2C0%2C1%2C1%2C1.671-1.671l2.709%2C2.709L27.709%2C4.847a1.182%2C1.182%2C0%2C0%2C1%2C1.672%2C1.671L17.563%2C18.347a1.182%2C1.182%2C0%2C0%2C1-.836.347Z%22%20transform%3D%22translate(256.773%201056.37)%22%20fill%3D%22%2300999f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 1.3334em;
  background-position: 1.2em center;
}
@media (max-width: 991px) {
  .check-lists.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .check-lists.row > [class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .check-lists .list {
    font-size: 1.071em;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .check-lists.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .check-lists.row > [class*="col"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .check-lists .list {
    font-size: 1.143em;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   Tag list
========================================================================== */
.taglist {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.taglist li {
  background: var(--white);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(85,85,85,.1);
  font-weight: 500;
  line-height: 1;
  padding: .75em 1em;
}


/* ==========================================================================
   Accordion
========================================================================== */
.acc_btn {
  padding: 20px 50px 20px 20px;
  font-size: 1.143em;
  font-weight: 700;
  line-height: 1.8;
  cursor: pointer;
  position: relative;
}
.acc_btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22ionicon%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2300999F%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2248%22%20d%3D%22M112%20184l144%20144%20144-144%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform .2s;
}
.on .acc_btn::after {
  transform: translateY(-50%) rotate(180deg);
}
.acc_body {
  padding: 0 20px 20px;
}

@media (min-width: 768px) {
  .acc_sp {
    display: flex;
    align-items: center;
  }
  .acc_sp .acc_btn {
    padding-right: 0;
    cursor: default;
    flex: 0 0 20%;
  }
  .acc_sp .acc_btn::after {
    display: none;
  }
  .acc_sp .acc_body {
    display: block !important;
    padding: 20px 20px 20px 0;
  }
}
@media (min-width: 992px) {
  .acc_btn {
    padding: 20px 80px 20px 25px;
  }
  .acc_btn::after {
    right: 50px;
  }
  .acc_body {
    padding: 0 25px 20px;
  }
  .acc_sp .acc_body {
    padding: 30px 30px 30px 0;
  }
}

/* ==========================================================================
   FAQ
========================================================================== */
.faq-list {
  counter-reset: faqcounter 0;
}
.faq-list dl {
  counter-increment: faqcounter;
}
.faq-list dt.faq--q {
  display: flex;
}
.faq-list dt.faq--q::before {
  content: "Q"counter(faqcounter);
  color: var(--color1);
  font-family: var(--font1);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 1em;
}
.faq-list dd.faq--a > div {
  border-top: 1px solid var(--border1);
  padding-top: 20px;
}
.faq-list dd.faq--a a {
  color: var(--color2);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .faq-list dt.faq--q {
    font-size: 1.143em;
  }
}
@media (min-width: 992px) {
  .faq-list {
    font-size: 1rem;
  }
  .faq-list dd.faq--a > div {
    padding-top: 20px;
  }
}

/* ==========================================================================
   dl
========================================================================== */
dl.detail dt {
  color: var(--color1);
}
@media (min-width: 992px) {
  dl.detail {
    display: flex;
    flex-wrap: wrap;
  }
  dl.detail dt {
    flex: 0 0 6em;
  }
  dl.detail dd {
    flex: 0 0 calc(100% - 6em);
  }
}

/* ==========================================================================
   data-table
========================================================================== */
.swipe-box {
  overflow-y: hidden;
  overflow-x: auto;
}
.data-table {
  padding: 5px 0 12px;
  display: flex;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.data-table > ul > li,
.data-table > dl > dt,
.data-table > dl > dd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 5rem;
  padding: 0 1.8rem;
  background: var(--white);
}

.data-table > ul {
  flex-basis: 15%;
  list-style-type: none;
}
.data-table > ul > li {
  font-size: 1.143rem;
  margin-top: 1px;
}
.data-table > ul > li:first-child {
  margin-top: 0;
}

.data-table > dl {
  flex-basis: 25%;
  margin-left: 1px;
}
.data-table > dl > dt {
  background: var(--gray);
  color: var(--white);
  font-size: 1.143rem;
}
.data-table > dl > dd {
  margin-top: 1px;
}
.data-table > dl > dd em {
  font-size: 1.143rem;
}
.data-table > dl > dd em.big {
  font-size: 1.714rem;
}
.data-table > dl.picup {
  flex-basis: 35%;
  position: relative;
}
.data-table > dl.picup::before {
  content: '';
  display: block;
  border: 5px solid var(--color1);
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  pointer-events: none;
}
.data-table > dl.picup > dt {
  background: var(--color1);
}


.swipe-img-box {
  overflow-y: hidden;
  overflow-x: auto;
}
.swipe-img-box img {
  min-width: 874px;
}
@media (max-width: 991px) {
  .swipe-img-box {
    margin-right: calc(((100vw - 100%)/2)*-1);
  }
}

/* ==========================================================================
   Color
========================================================================== */
.black { color: var(--black); }
.white { color: var(--white); }
.color1 { color: var(--color1); }
.color2 { color: var(--color2); }
.gray { color: var(--gray); }
.bg-white { background-color: var(--white); }
.bg-color1 { background-color: var(--color1); color: var(--white); }

/* ==========================================================================
   Form
========================================================================== */
.form-box {
  font-size: .929em;
}
.form-box .form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.form-box .row {
  margin-bottom: 15px;
}
.form-box .form-label {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1em;
  padding-left: 4em;
  position: relative;
}
.form-box .form-label .req,
.form-box .form-label .any {
  display: inline-block;
  padding: 0 .85em;
  border-radius: 2px;
  background: var(--color1);
  color: var(--white);
  font-size: .857em;
  line-height: 2.25;
  letter-spacing: .08em;
  position: absolute;
  left: 0;
}
.form-box .form-label .any {
  background: var(--gray);
}

.form-box .buttons {
  text-align: center;
}
.form-box .btn {
  width: 100%;
  padding: 2em 2em;
}
.form-box .btn.btn-back {
  width: auto;
  min-width: inherit;
  padding: 1em 1.75em;
  margin-top: 20px;
  color: var(--black);
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2248%22%20d%3D%22M328%20112L184%20256l144%20144%22%2F%3E%3C%2Fsvg%3E');
  background-position: left 52%;
  background-size: 16px;
  transition-property: color;
}
.form-box .btn.btn-back:hover {
  color: var(--color1);
}
.form-box .btn.btn-back::after {
  display: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--white);
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  box-sizing: border-box;
  font-size: inherit;
  color: inherit;
  max-width: 100%;
  transition: border 0.2s ease-out;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--color1);
}
label {
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
  height: 40px;
  padding: 0 14px;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--white);
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
  width: 30px;
  height: 30px;
  margin: 0 1em 0 0 !important;
  position: relative;
  transition: background 0.2s ease-out;
}
input[type="checkbox"]:before {
  position: absolute;
  top: 4px;
  left: 10px;
  transform: rotate(45deg);
  width: 8px;
  height: 16px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  content: '';
}
input[type="radio"] {
  border-radius: 100%;
}
input[type="radio"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--white);
  content: '';
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background: var(--color1);
}
textarea {
  padding: 14px;
  width: 100%;
  height: auto;
}
select {
  height: 40px;
  padding: 0 50px 0 14px;
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 11px;
}
select::-ms-expand {
  display: none;
}

.form-box .form-field label {
  display: flex;
  align-items: center;
}
.form-box .form-field .form-help {
  margin: 5px 0;
  line-height: 1.75;
  font-size: .923em;
}
.form-box .form-field .form-help a {
  text-decoration: underline;
}
::placeholder {
  color: var(--gray);
}
::-ms-input-placeholder {
  color: var(--gray);
}
:-ms-input-placeholder {
  color: var(--gray);
}
@media (max-width: 767px) {
  select {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-box .form-group {
    display: flex;
    align-items: flex-start;
  }
  .form-box .form-group.form-block {
    display: block;
    padding-bottom: 0;
  }
  .form-box .form-group .form-label {
    flex: 0 0 20em;
    margin-bottom: 0;
  }
  .mw_wp_form_input .form-box .form-group .form-label {
    padding-top: 9px;
  }
  .form-box .form-group .form-field {
    flex-basis: 100%;
  }
  .form-box .buttons {
    padding-left: 20em;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .form-box .form-group .form-label {
    flex: 0 0 23em;
  }
  .form-box .buttons {
    padding-left: 23em;
  }
}

.mw_wp_form_send_error {
  text-align: center;
}
.mw_wp_form .error {
  color: var(--red);
  font-family: var(--gothic);
  font-size: .923em;
  line-height: 1.25;
  margin: 5px 0;
}
.input-only, .confirm-only {
  display: none;
}
.mw_wp_form_input .input-only {
  display: block;
}
.mw_wp_form_confirm .confirm-only {
  display: block;
}
.mw_wp_form_confirm .form-label {
  line-height: inherit;
}
.mw_wp_form_confirm .form-box .form-group {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mw_wp_form .horizontal-item {
  display: inline-flex;
  margin-right: 1em;
  margin-bottom: 1em;
}
.mw_wp_form .form-box .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.home .mw_wp_form .horizontal-item:has(input[value="その他"]) {
  width: 100%;
}
