@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #000;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  br.sp,
  img.sp {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

a.btn-top {
  font-size: 16px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  a.btn-top {
    margin-top: 30px;
  }
}
a.btn-top::before {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  border: 1px solid #000;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  a.btn-top::before {
    width: 30px;
    height: 30px;
  }
}

a.btn-under {
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
a.btn-under::before {
  content: "";
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
}

header {
  padding-left: 30px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 736px) {
  header {
    display: flex;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #F5f5f5;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    z-index: 10;
    padding: 15px 0 0;
  }
}
header .box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  header .box {
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo {
    text-align: center;
    width: calc(100% - 60px);
  }
}
header .box h1.header-logo img {
  height: 40px;
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo img {
    height: 30px;
  }
}
header .box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  header .box ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 80px auto 30px;
  }
}
header .box ul li {
  position: relative;
  margin-left: 30px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  header .box ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    font-size: 13px;
  }
}
header .box ul li a {
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 736px) {
  header .box ul li a {
    padding: 10px 0;
    display: block;
    font-size: 18px;
    height: auto;
  }
}
header .box ul li a img {
  height: 70px;
}
header .box ul li.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  header .box ul li.sp {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  header .box ul li.btn-mail {
    background-color: #FFEB00;
    margin-top: 50px;
    margin-bottom: 15px;
    border: none;
  }
}
header .box ul li.btn-tel {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  header .box ul li.btn-tel {
    background-color: #000;
    border: none;
  }
}

.menu-icon {
  display: none;
}
@media screen and (max-width: 736px) {
  .menu-icon {
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
    cursor: pointer;
    z-index: 1000;
  }
}
.menu-icon .line {
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu-icon.open .line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}
.menu-icon.open .line:nth-child(2) {
  opacity: 0;
}
.menu-icon.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(3.4px, -5px);
}

.sp-header-logo {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp-header-logo {
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    position: fixed;
    background-color: #F5f5f5;
    z-index: 1;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  }
}
.sp-header-logo a {
  padding: 15px 0;
  width: calc(100% - 60px);
}
@media screen and (max-width: 736px) {
  .sp-header-logo a {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .sp-header-logo a img {
    height: 30px;
  }
}

footer {
  padding-top: 80px;
  background-color: #333;
  position: relative;
}
@media screen and (max-width: 736px) {
  footer {
    padding-top: 30px;
  }
}
footer .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .box .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left {
    padding-bottom: 15px;
    border-bottom: 1px solid #F5f5f5;
    width: 100%;
  }
}
footer .box .footer-top .footer-left .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo {
    margin-bottom: 15px;
  }
}
footer .box .footer-top .footer-left .logo img {
  height: 40px;
  max-width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo img {
    height: 30px;
    margin-bottom: 10px;
    text-align: left;
  }
}
footer .box .footer-top .footer-left .googlemap {
  margin-bottom: 15px;
}
footer .box .footer-top .footer-left .googlemap a {
  color: #F5f5f5;
  text-decoration: underline;
}
footer .box .footer-top .footer-left .address p {
  font-size: 14px;
  color: #F5f5f5;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .address p {
    font-size: 12px;
    line-height: normal;
  }
}
footer .box .footer-top .footer-left .address p a {
  color: #F5f5f5;
}
footer .box .footer-top .footer-right {
  width: 50%;
  display: flex;
  align-content: space-between;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right {
    flex-wrap: wrap;
    padding-left: 0;
    border: none;
    align-items: center;
    margin-top: 15px;
  }
}
footer .box .footer-top .footer-right ul {
  width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right ul {
    width: auto;
  }
}
footer .box .footer-top .footer-right ul li a {
  display: block;
  margin-right: 10px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
footer .box .footer-top .footer-right .right-box .sub-list {
  width: 20em;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right .right-box .sub-list {
    margin-left: 20px;
  }
}
footer .box .footer-top .footer-right .right-box .sub-list span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #888;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
footer .box .footer-top .footer-right .right-box .sub-list a {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
footer .box .footer-bottom {
  padding-bottom: 50px;
}
footer .box .footer-bottom ul {
  display: flex;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul li {
    margin-right: 10px;
  }
}
footer .box .footer-bottom ul li a {
  display: block;
  color: #F5f5f5;
  font-size: 13px;
  margin: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul li a {
    margin: 0 0 10px;
    font-size: 11px;
  }
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.under-page {
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .under-page {
    margin-top: 60px;
  }
}
.under-page .under-title-box {
  margin-top: 70px;
  background-color: #F5f5f5;
  background-image: url(../img/common/under-bg.svg);
  background-size: cover;
}
@media screen and (max-width: 736px) {
  .under-page .under-title-box {
    margin-top: 0;
  }
}
.under-page .under-title-box h1.title {
  font-size: 50px;
  font-weight: 500;
  text-align: left;
  padding: 140px 0 60px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .under-page .under-title-box h1.title {
    margin: 0 auto;
    font-size: 30px;
    padding: 30px 0;
  }
}
.under-page .breadcrumb {
  padding-bottom: 16px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .under-page .breadcrumb {
    padding-bottom: 10px;
  }
}
.under-page .breadcrumb span a {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #aaa;
}
.under-page .breadcrumb span.current {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
}
.under-page .under-box {
  padding-top: 50px;
}
@media screen and (max-width: 736px) {
  .under-page .under-box {
    padding-top: 20px;
  }
}
.under-page .under-box section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.under-page#about .under-box #company .box {
  background-color: #F5f5f5;
  border-radius: 10px;
  padding: 80px;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #company .box {
    flex-wrap: wrap;
    padding: 15px;
    justify-content: start;
  }
}
.under-page#about .under-box #company .box .dl-box dl {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #company .box .dl-box dl {
    flex-wrap: wrap;
  }
}
.under-page#about .under-box #company .box .dl-box dl dt {
  width: 8em;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #company .box .dl-box dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.under-page#about .under-box #company .box .dl-box dl dd {
  flex: 1;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #company .box .dl-box dl dd {
    font-size: 14px;
  }
}
.under-page#about .under-box #access .box .inner-box h2 {
  font-size: 26px;
  font-weight: 500;
  background-color: #F5f5f5;
  padding: 10px 0 10px 30px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 80px 0 30px;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #access .box .inner-box h2 {
    margin: 30px 0;
    font-size: 20px;
  }
}
.under-page#about .under-box #access .box .inner-box h2::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #FFEB00;
  position: absolute;
  left: 0;
  top: 0;
}
.under-page#about .under-box #access .box .inner-box .title-box {
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #access .box .inner-box .title-box {
    margin-top: 30px;
  }
}
.under-page#about .under-box #access .box .inner-box .title-box img {
  height: 70px;
  width: auto;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #access .box .inner-box .title-box img {
    height: 40px;
  }
}
.under-page#about .under-box #access .box .inner-box .title-box h3 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #access .box .inner-box .title-box h3 {
    font-size: 18px;
  }
}
.under-page#about .under-box #access .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
}
.under-page#about .under-box #access .box .inner-box ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #access .box .inner-box ul li {
    width: 100%;
  }
}
.under-page#about .under-box #access .box .inner-box ul li:nth-of-type(3n) {
  margin-right: 0;
}
.under-page#about .under-box #access .box .inner-box ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  display: none;
}
.under-page#about .under-box #access .box .inner-box ul li h3, .under-page#about .under-box #access .box .inner-box ul li h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #access .box .inner-box ul li h3, .under-page#about .under-box #access .box .inner-box ul li h4 {
    font-size: 16px;
  }
}
.under-page#about .under-box #access .box .inner-box ul li span.address {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #access .box .inner-box ul li span.address {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.under-page#about .under-box #access .box .inner-box ul li span.tel,
.under-page#about .under-box #access .box .inner-box ul li span.fax {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  width: 100%;
  display: block;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#about .under-box #access .box .inner-box ul li span.tel,
  .under-page#about .under-box #access .box .inner-box ul li span.fax {
    font-size: 16px;
  }
}
.under-page#about .under-box #access .box .inner-box ul li span.tel::before,
.under-page#about .under-box #access .box .inner-box ul li span.fax::before {
  content: "";
  background-size: contain;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.under-page#about .under-box #access .box .inner-box ul li span.tel::before {
  content: "";
  background-image: url(../img/common/icon-tel-bk.svg);
}
.under-page#about .under-box #access .box .inner-box ul li span.fax::before {
  content: "";
  background-image: url(../img/common/icon-fax-bk.svg);
}
.under-page#about .under-box #access .box .inner-box .access-map {
  width: 100%;
}
.under-page#about .under-box #access .box .inner-box .access-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 736px) {
  .under-page#privacy .under-title-box h1.title {
    font-size: 20px;
  }
}
.under-page#privacy .under-box #privacy-box .box .inner-box h3, .under-page#privacy .under-box #privacy-box .box .inner-box h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 10px;
}
@media screen and (max-width: 736px) {
  .under-page#privacy .under-box #privacy-box .box .inner-box h3, .under-page#privacy .under-box #privacy-box .box .inner-box h4 {
    font-size: 18px;
  }
}

.under-page#news-list .under-box #under-contents .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under-page#news-list .under-box #under-contents .box ul li {
  width: 32%;
}
@media screen and (max-width: 736px) {
  .under-page#news-list .under-box #under-contents .box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.under-page#news-list .under-box #under-contents .box ul li a {
  display: block;
}
.under-page#news-list .under-box #under-contents .box ul li a .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-page#news-list .under-box #under-contents .box ul li a .text span.cat {
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 40px;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #000;
  display: inline-block;
}
.under-page#news-list .under-box #under-contents .box ul li a .text p {
  font-size: 18px;
  margin-top: 10px;
}
.under-page#news-list .under-box #under-contents .box ul li a .text span.date {
  color: #aaa;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 300;
}

.under-page#news-detail .under-box #news-detail .box .inner-box {
  max-width: 800px;
  margin: 0 auto;
}
.under-page#news-detail .under-box #news-detail .box .inner-box span.cat {
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 40px;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #000;
  display: inline-block;
}
.under-page#news-detail .under-box #news-detail .box .inner-box span.date {
  color: #aaa;
  font-size: 14px;
  margin-right: 20px;
}
.under-page#news-detail .under-box #news-detail .box .inner-box h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}
.under-page#news-detail .under-box #news-detail .box .inner-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 30px auto;
}
.under-page#news-detail .under-box #news-detail .box .inner-box p {
  font-size: 14px;
}
.under-page#news-detail .under-box .btn-box {
  text-align: center;
  margin: 50px auto 80px;
}
.under-page#news-detail .under-box .btn-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  border: 1px solid #333;
  position: relative;
}

.under-page#contact .under-box article.under-contents {
  padding-left: 0;
}
.under-page#contact .under-box article.under-contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents p {
    font-size: 14px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box {
  background-color: #fffffa;
  border-radius: 20px;
  padding: 80px 30px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box {
    padding: 30px 15px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table {
  margin: 0 auto;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-align: left;
  width: 24em;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr th {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span {
  padding: 4px 20px 4px 20px;
  border-radius: 100px;
  color: #F5f5f5;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.3em;
  text-align: center;
  margin-left: 15px;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span.req {
  background-color: #333;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span.opt {
  background-color: #bbb;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr th p {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td {
    display: block;
    width: 100%;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.label {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td span.label {
    margin-bottom: 0;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.gray {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 15px;
  color: #7F8786;
  width: 100%;
  display: block;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.gray.bt {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=radio] {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=text],
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=email],
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=tel],
.under-page#contact .under-box article.under-contents #contact-box form table tr td textarea {
  padding: 20px 16px;
  border-radius: 6px;
  border: none;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=text],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=email],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=tel],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td textarea {
    width: 100%;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td select {
  padding: 20px 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 80%;
  margin-bottom: 20px;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td ::-moz-placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td ::placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box {
    display: block;
    margin: 30px auto;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit],
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  border: 1px solid #000;
  position: relative;
  background-color: #333;
  color: #F5f5f5;
  cursor: pointer;
  border: none;
  opacity: 1;
  transition: 0.2s;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit],
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
    width: 100%;
    text-align: center;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit]:hover,
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button]:hover {
  opacity: 0.7;
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
  background-color: #bbb;
  display: inline-block !important;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box.confirm-box form table tr th {
    margin-top: 0;
  }
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box.confirm-box form table tr th p {
    font-weight: 500;
    margin-bottom: 0;
  }
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box.thanks-box {
    margin-bottom: 0;
  }
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box p.thanks-message {
  text-align: center;
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box .btn-box {
  text-align: center;
  margin: 50px auto 80px;
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box .btn-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  border: 1px solid #333;
  position: relative;
}/*# sourceMappingURL=under.css.map */