/*
 * opening
*=============================================*/
/* -- -- */
/*
 * Animation
*=============================================*/
/* -- -- */
.fadeInUp,
.fadeInLeft,
.fadeInDown,
.fadeInRight {
  opacity: 0; }

.fadeInUp[style*="visible"],
.fadeInLeft[style*="visible"],
.fadeInDown[style*="visible"],
.fadeInRight[style*="visible"] {
  opacity: 1; }

/* -- -- */
.img_effect {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.img_effect:after {
  content: "";
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff; }

.img_effect[style*="visible"]:after {
  animation-name: homeTileAnimation; }

@keyframes homeTileAnimation {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-120%); } }
/* -- -- */
/*
 * Custom
*=============================================*/
/* -- heading -- */
.h2 {
  text-align: center;
  font-size: 7.448vw;
  line-height: 1;
  letter-spacing: 0; }

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 15vw;
    line-height: 20vw; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #23ac38;
  border: 1px solid #23ac38;
  color: #fff;
  border-radius: 60px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0;
  position: relative;
  z-index: 1; }

.button a:after {
  content: '\f061';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s; }

.button a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  opacity: 1; }
  .button a:hover:after {
    right: 10px; }

@media screen and (max-width: 767px) {
  .button {
    text-align: center; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-red {
  color: #E60C20; }

.cl-blue {
  color: #23ac38; }

.cl-yellow {
  color: #F8CE23; }

.udl01 {
  background-image: linear-gradient(#AE0615, #AE0615);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.fw-smb {
  font-weight: 600; }

.fw-b {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.img_shadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; } }
/* -- --*/
.w600 {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

.w800 {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

.w1000 {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

.wr_1540 {
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
  position: relative; }

@media screen and (max-width: 991px) {
  .wr_1540 {
    max-width: 720px;
    padding: 0 20px; } }
@media screen and (max-width: 767px) {
  .wr_1540 {
    max-width: 100%; } }
/* -- --*/
.section_pd {
  padding: 100px 0; }

@media screen and (max-width: 767px) {
  .section_pd {
    padding: 60px 0; } }
/* -- --*/
.bg-blue {
  background-color: #23ac38; }

.bg-black {
  background-color: #404241; }

/* -- --*/
#kv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 335px;
  margin: 120px 50px 0;
  position: relative; }

#kv .kv-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#kv .kv-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0; }

.kv__ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 52px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.kv__ttl small {
  display: block;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 22px;
  text-transform: uppercase;
  padding-top: 14px; }

body.error404 .kv__ttl small {
  display: none; }

@media screen and (max-width: 1400px) {
  #kv {
    margin: 120px 20px 0; } }
@media screen and (max-width: 767px) {
  #kv {
    height: 200px;
    margin: 90px 20px 0; }

  .kv__ttl {
    font-size: 26px;
    line-height: 40px; }

  .kv__ttl small {
    font-size: 15px;
    padding-top: 10px; } }
/* -- --*/
.breadcrumbs {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 0; }

.breadcrumbs .wrap > span {
  display: inline-block;
  word-break: break-all;
  text-transform: uppercase;
  padding: 0 10px; }

.breadcrumbs .wrap > span:first-child {
  padding-left: 0; }

.breadcrumbs a:hover {
  text-decoration: underline; }

body.error404 .breadcrumbs {
  display: none; }

@media screen and (max-width: 991px) {
  .breadcrumbs {
    font-size: 12px;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 10px 20px 0; }

  .breadcrumbs .wrap {
    width: max-content;
    max-width: inherit;
    background-color: transparent;
    margin: 0;
    padding: 0; }

  .breadcrumbs .wrap > span {
    display: inline-block;
    word-break: break-all;
    padding: 0 10px;
    position: relative;
    top: 1px; }

  .breadcrumbs .wrap > span:first-child {
    padding-left: 0; } }
/* -- --*/
.bg-parallax {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0; }

.img_parallax {
  display: none; }

@media only screen and (max-width: 1080px) {
  .bg-parallax {
    background: transparent !important; }

  .img_parallax {
    display: block;
    clip: rect(0, auto, auto, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

  .img_parallax img {
    width: 100% !important;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important; } }
/* -- -- */
.img-zoom {
  display: block;
  overflow: hidden; }

.img-zoom > * {
  transform: scale(1, 1);
  transition: all 0.3s ease; }

.img-zoom:hover > * {
  transform: scale(1.05, 1.05); }

/* -- -- */
.effect-bnr a {
  display: block;
  background-color: #030c17;
  position: relative; }

.effect-bnr a:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.effect-bnr a:hover {
  opacity: 1; }

.effect-bnr a:hover:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.effect-bnr a:hover img {
  opacity: 0.3 !important; }

/* -- -- */
.box-img {
  display: flex;
  flex-wrap: wrap;
  gap: 60px; }

.box-img .photo {
  width: 520px; }

.box-img .col {
  width: 620px;
  padding-top: 30px; }

.box-img .txt {
  padding-top: 30px; }

.box-img .button {
  padding-top: 30px; }

.box-img.img_r {
  flex-direction: row-reverse; }

@media screen and (max-width: 1400px) {
  .box-img {
    gap: 5%; }
    .box-img .photo {
      width: 45%; }
    .box-img .col {
      width: 50%; } }
@media screen and (max-width: 991px) {
  .box-img .col {
    padding-top: 0; } }
@media screen and (max-width: 767px) {
  .box-img {
    align-items: flex-start;
    gap: 20px; }

  .box-img .photo {
    width: 100%; }

  .box-img .col {
    width: 100%;
    padding-top: 0; }

  .box-img .txt {
    padding-top: 15px; }

  .box-img .button {
    padding-top: 15px; } }
/* -- --*/
.tb-style dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dashed #fff;
  padding: 0 10% 20px; }

.tb-style dl + dl {
  padding-top: 30px; }

.tb-style dl > * {
  display: table-cell;
  vertical-align: top; }

.tb-style dl dt {
  width: 150px;
  text-align: right;
  position: relative; }

.tb-style dl dd {
  padding-left: 100px; }

.tb-style dl dd p {
  padding-bottom: 20px; }

.tb-style dl dd p:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 1200px) {
  .tb-style dl dd {
    padding-left: 50px; } }
@media screen and (max-width: 767px) {
  .tb-style dl {
    display: block;
    font-size: 14px;
    padding: 0 0 15px; }

  .tb-style dl + dl {
    padding-top: 20px; }

  .tb-style dl > * {
    display: block; }

  .tb-style dl dt {
    width: auto;
    text-align: left;
    padding-left: 0; }

  .tb-style dl dd {
    padding-top: 5px;
    padding-left: 0; }

  .tb-style dl dd p {
    padding-bottom: 20px; }

  .tb-style dl dd p:last-child {
    padding-bottom: 0; } }
/* -- -- */
.swiper-container {
  overflow: hidden;
  position: relative; }

.swiper-fade .swiper-slide > * {
  opacity: 0; }

.swiper-fade .swiper-slide-active > * {
  opacity: 1; }

/* -- --*/
.box-style {
  background-color: #fff;
  border-radius: 10px;
  border: 4px solid #003D7E;
  padding: 40px 40px; }

@media screen and (max-width: 767px) {
  .box-style {
    padding: 20px 10px; } }
/* -- --*/
.table_price {
  width: 100%; }

.table_price th,
.table_price td {
  border: 1px solid #C9C9C9;
  color: #616161;
  text-align: center;
  vertical-align: middle;
  padding: 9px 0; }

.table_price th {
  background-color: #EEEEEE; }

/* -- --*/
/*
 * 404
 *=============================================*/
#content-404 {
  text-align: center;
  padding: 150px 0 120px; }
  #content-404 h2 {
    font-weight: 500; }

#content-404 .txt {
  padding-top: 40px; }

#content-404 .button {
  padding-top: 50px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 50px 0; }

  #content-404 .txt {
    padding-top: 20px; }

  #content-404 .button {
    padding-top: 30px; } }
/* -- -- */
/*
 * HOME
*=============================================*/
/* -- --*/
#mv {
  padding: 48px 45px 0; }
  #mv .photo li + li {
    margin-top: 10px; }
  #mv .photo img {
    width: 100%;
    max-width: inherit; }
  #mv h2 {
    font-weight: bold;
    font-size: 3.438vw;
    letter-spacing: -0.05em;
    line-height: 2.45;
    text-align: center; }

@media screen and (max-width: 1250px) {
  #mv h2 {
    font-size: 3.2vw; } }
@media screen and (max-width: 767px) {
  #mv {
    padding: 20px 10px 0; }
    #mv .photo li + li {
      margin-top: 5px; } }
/* -- -- */
#our-vision {
  padding: 35px 0 160px; }
  #our-vision h2 {
    font-size: 19.844vw;
    letter-spacing: 0.06em;
    line-height: 23.802vw;
    text-align: center; }
  #our-vision .box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2%;
    position: relative; }
    #our-vision .box:before {
      content: '';
      width: 171px;
      height: 337px;
      background: url("../img/index/our-vision-border.png") no-repeat center top/cover;
      position: absolute;
      top: -5vw;
      left: 100%; }
    #our-vision .box + .box {
      padding-top: 50px; }
      #our-vision .box + .box:before {
        top: 0; }
    #our-vision .box .photo {
      width: 46%;
      padding-top: 3.2vw; }
    #our-vision .box .col {
      width: 52%;
      box-sizing: border-box;
      text-align: right;
      padding-right: 4%;
      position: relative; }
    #our-vision .box .point {
      color: #354E67;
      font-weight: bold;
      font-size: 1.667vw;
      line-height: 1; }
      #our-vision .box .point:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 8px 30px 8px 0;
        border-style: solid;
        border-color: transparent #354E67 transparent transparent;
        position: relative;
        top: -2px;
        margin-right: 15px; }
      #our-vision .box .point:after {
        content: '';
        display: none;
        width: 0;
        height: 0;
        border-width: 8px 0 8px 30px;
        border-style: solid;
        border-color: transparent transparent transparent #354E67;
        position: relative;
        top: -2px;
        margin-left: 15px; }
    #our-vision .box .no {
      color: #DCE0E8;
      font-size: 27.396vw;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #our-vision .box h3 {
      font-weight: bold;
      font-size: 2.708vw;
      letter-spacing: -0.07em;
      line-height: 1.5;
      padding-top: 20px; }
    #our-vision .box .txt {
      font-weight: bold;
      font-size: 17px;
      letter-spacing: -0.01em;
      line-height: 1.5;
      text-align: justify;
      padding-top: 50px; }
    #our-vision .box.img_r {
      flex-direction: row-reverse; }
      #our-vision .box.img_r:before {
        content: '';
        background: url("../img/index/our-vision-border1.png") no-repeat center top/cover;
        right: 100%;
        left: auto; }
      #our-vision .box.img_r .col {
        text-align: left; }
      #our-vision .box.img_r .point:before {
        display: none; }
      #our-vision .box.img_r .point:after {
        display: inline-block; }
      #our-vision .box.img_r .no {
        right: 0;
        left: auto; }

@media screen and (max-width: 991px) {
  #our-vision .box .point {
    font-size: 20px; }
    #our-vision .box .point:before {
      border-width: 4px 15px 4px 0;
      margin-right: 10px; }
    #our-vision .box .point:after {
      border-width: 4px 0 4px 15px;
      margin-left: 10px; } }
@media screen and (max-width: 767px) {
  #our-vision {
    padding: 50px 0; }
    #our-vision .box {
      gap: 20px; }
      #our-vision .box:before {
        left: 60%; }
      #our-vision .box .photo {
        width: 100%;
        padding-top: 0; }
      #our-vision .box .col {
        width: 100%;
        padding-right: 0; }
      #our-vision .box h3 {
        font-size: 22px;
        padding-top: 10px; }
      #our-vision .box .point {
        font-size: 18px; }
        #our-vision .box .point:after {
          border-width: 4px 0 4px 15px;
          margin-left: 10px; }
      #our-vision .box .txt {
        font-size: 14px;
        line-height: 28px;
        padding-top: 20px; }
        #our-vision .box .txt br {
          display: none; }
      #our-vision .box.img_r {
        flex-direction: row; }
        #our-vision .box.img_r:before {
          right: 60%; } }
/* -- -- */
#our-office {
  color: #fff;
  padding-top: 120px; }
  #our-office h2 {
    font-size: 11.510vw;
    text-align: left; }
  #our-office .txt {
    font-weight: bold;
    font-size: 1.615vw;
    letter-spacing: -0.01em;
    line-height: 1.5;
    text-align: justify; }
  #our-office .box1 {
    position: relative; }
    #our-office .box1 .photo {
      width: 48%;
      position: absolute;
      top: 1vw;
      right: 0; }
    #our-office .box1 .txt {
      width: 45%;
      padding-top: 40px; }
  #our-office .box2 {
    padding-bottom: 7.292vw;
    position: relative; }
    #our-office .box2 .wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 0 10%;
      z-index: 1; }
    #our-office .box2 .photo {
      width: 45%;
      padding-top: 5vw; }
    #our-office .box2 .txt {
      width: 45%; }
  #our-office .photo-r {
    width: 26.875%;
    position: absolute;
    bottom: -1px;
    right: -1px; }
  #our-office .photo-fw img {
    width: 100%;
    max-width: inherit; }

@media screen and (max-width: 767px) {
  #our-office {
    padding: 50px 0 0; }
    #our-office h2 {
      font-size: 15vw;
      line-height: 20vw;
      text-align: center;
      padding-top: 20px; }
      #our-office h2 br {
        display: none; }
    #our-office .txt {
      font-size: 14px;
      line-height: 24px; }
    #our-office .box1 .photo {
      width: 100%;
      position: static; }
    #our-office .box1 .txt {
      width: 100%;
      padding-top: 10px; }
    #our-office .box2 {
      display: block;
      padding: 50px 0 20vw; }
      #our-office .box2 .photo {
        width: 100%;
        padding-top: 0; }
      #our-office .box2 .txt {
        width: 100%;
        padding-top: 20px; } }
/* -- -- */
#message {
  background-color: #20212A;
  color: #fff;
  padding: 95px 0 135px; }
  #message .wrap {
    display: flex;
    flex-wrap: wrap; }
  #message h2 {
    text-align: left; }
  #message .photo {
    width: 35%;
    text-align: center;
    position: absolute;
    top: 10vw;
    left: 0; }
    #message .photo .name {
      text-align: center;
      font-weight: bold;
      font-size: 1.250vw;
      line-height: 1;
      padding-top: 10px; }
  #message .txt {
    width: 60%;
    font-weight: bold;
    font-size: 1.615vw;
    letter-spacing: -0.01em;
    line-height: 1.5;
    text-align: right;
    margin-left: auto;
    padding-top: 1vw; }
    #message .txt p + p {
      padding-top: 4.5vw; }
  #message .catch {
    font-weight: bold;
    font-size: 2.708vw;
    line-height: 1.5;
    letter-spacing: -0.07em; }

@media screen and (max-width: 767px) {
  #message {
    padding: 50px 0; }
    #message .wrap {
      display: block; }
    #message h2 {
      text-align: center; }
    #message .photo {
      width: 100%;
      position: static;
      padding-top: 20px; }
      #message .photo .name {
        font-size: 14px; }
    #message .txt {
      width: 100%;
      font-size: 14px;
      line-height: 24px;
      text-align: left;
      padding-top: 20px; }
    #message .catch {
      font-size: 18px;
      line-height: 32px; } }
/* -- -- */
#recruit {
  padding: 60px 20px 210px; }
  #recruit h2 {
    color: #fff;
    padding-bottom: 50px; }
  #recruit .wrap {
    max-width: 1530px;
    background-color: #fff;
    border-radius: 50px;
    padding: 50px 20px 90px; }
  #recruit h3 {
    font-weight: bold;
    font-size: 2.083vw;
    line-height: 1.5; }
  #recruit .box {
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    padding: 30px 0 0; }
    #recruit .box dl {
      display: flex;
      flex-wrap: wrap;
      line-height: 37px;
      border-top: 4px solid #DCE0E8;
      border-bottom: 4px solid #DCE0E8;
      padding: 30px 0; }
      #recruit .box dl + dl {
        border-top: 0; }
      #recruit .box dl dt {
        width: 300px;
        font-weight: bold;
        font-size: 25px;
        color: #23ac38; }
      #recruit .box dl dd {
        width: calc(100% - 300px); }

@media screen and (max-width: 991px) {
  #recruit h3 {
    font-size: 3vw; }
  #recruit .box dl dt {
    width: 200px;
    font-size: 20px; }
  #recruit .box dl dd {
    width: calc(100% - 200px); } }
@media screen and (max-width: 767px) {
  #recruit {
    padding: 50px 20px; }
    #recruit h2 {
      padding-bottom: 20px; }
    #recruit .wrap {
      border-radius: 15px;
      padding: 30px 20px; }
    #recruit h3 {
      font-size: 18px; }
    #recruit .box dl {
      gap: 0;
      line-height: 30px;
      border-width: 2px;
      padding: 10px 0; }
      #recruit .box dl dt {
        width: 100%;
        font-size: 18px; }
      #recruit .box dl dd {
        width: 100%; } }
/* -- -- */
#entry {
  padding: 50px 20px 170px; }
  #entry h2 {
    color: #fff; }
  #entry .desc {
    text-align: center;
    font-weight: 500;
    font-size: 1.771vw;
    line-height: 1;
    color: #fff;
    padding-bottom: 35px; }
  #entry .wrap {
    max-width: 1530px;
    background-color: #fff;
    border-radius: 50px;
    padding: 0 20px; }
  #entry input[type="text"],
  #entry input[type="tel"],
  #entry input[type="email"],
  #entry input[type="date"],
  #entry textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #707070;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 0 !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    padding: 13px 40px; }
  #entry textarea {
    height: 180px;
    resize: vertical; }
  #entry .form {
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    padding: 80px 0; }
    #entry .form dl {
      padding: 0; }
      #entry .form dl + dl {
        padding-top: 20px; }
      #entry .form dl dt {
        font-weight: bold;
        font-size: 25px;
        padding: 0 40px; }
        #entry .form dl dt small {
          font-size: inherit;
          color: #FF001D; }
      #entry .form dl dd {
        padding: 10px 0 0; }
  #entry .form-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 40px; }
    #entry .form-button > * {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 360px;
      height: 80px;
      background-color: #404241;
      border: 0 solid #707070;
      text-align: center;
      border-radius: 0;
      font-weight: 500;
      font-size: 1.875vw;
      line-height: 1;
      letter-spacing: 0em;
      color: #fff;
      cursor: pointer;
      transition: all 0.3s;
      box-sizing: border-box;
      border-radius: 0;
      margin: 5px;
      padding: 0;
      position: relative; }
    #entry .form-button > *:hover {
      background-color: #354E67;
      opacity: 1; }
    #entry .form-button > * input {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer; }
    #entry .form-button > * .wpcf7-spinner {
      display: none; }
    #entry .form-button .confirm {
      display: flex; }
    #entry .form-button .back,
    #entry .form-button .send {
      display: none; }
    #entry .form-button .send {
      background-color: #354E67;
      opacity: 1; }

.mw_wp_form_preview #entry .form dl dd {
  padding: 0 40px; }
.mw_wp_form_preview #entry .form-button .confirm {
  display: none; }
.mw_wp_form_preview #entry .form-button .back,
.mw_wp_form_preview #entry .form-button .send {
  display: flex; }

@media screen and (max-width: 991px) {
  #entry .form dl dt {
    font-size: 20px; }
  #entry .form-button p {
    font-size: 20px; } }
@media screen and (max-width: 767px) {
  #entry {
    padding: 50px 20px; }
    #entry .wrap {
      border-radius: 15px; }
    #entry .desc {
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 20px; }
    #entry input[type="text"],
    #entry input[type="tel"],
    #entry input[type="email"],
    #entry input[type="date"],
    #entry textarea {
      padding: 9px 15px; }
    #entry .form {
      padding: 40px 0; }
      #entry .form dl dt {
        font-size: 18px;
        padding: 0; }
    #entry .form-button {
      padding-top: 20px; }
      #entry .form-button > * {
        width: 100%;
        height: 50px;
        font-size: 15px; } }
/* -- -- */
#company-info {
  padding: 60px 20px 210px; }
  #company-info h2 {
    color: #fff;
    padding-bottom: 12px; }
  #company-info .wrap {
    max-width: 1530px;
    background-color: #fff;
    border-radius: 50px;
    padding: 0 20px; }
  #company-info .box {
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    padding: 80px 0; }
    #company-info .box dl {
      display: flex;
      flex-wrap: wrap;
      line-height: 37px;
      border-top: 4px solid #DCE0E8;
      border-bottom: 4px solid #DCE0E8;
      padding: 30px 0; }
      #company-info .box dl + dl {
        border-top: 0; }
      #company-info .box dl dt {
        width: 300px;
        font-weight: bold;
        font-size: 25px;
        color: #1D578E; }
      #company-info .box dl dd {
        width: calc(100% - 300px); }

@media screen and (max-width: 991px) {
  #conpany-info .box dl dt {
    width: 220px;
    font-size: 20px; }
  #conpany-info .box dl dd {
    width: calc(100% - 220px); } }
@media screen and (max-width: 767px) {
  #company-info {
    padding: 50px 20px; }
    #company-info h2 {
      padding-bottom: 20px; }
    #company-info .wrap {
      border-radius: 15px; }
    #company-info h3 {
      font-size: 18px; }
    #company-info .box {
      padding: 30px 0; }
      #company-info .box dl {
        gap: 0;
        line-height: 30px;
        border-width: 2px;
        padding: 10px 0; }
        #company-info .box dl dt {
          width: 100%;
          font-size: 18px; }
        #company-info .box dl dd {
          width: 100%; } }
/* -- -- */
#txt_thanks {
  font-size: 16px;
  text-align: center;
  padding: 120px 0;
  border-bottom: 1px solid #23ac38; }

#txt_thanks h2 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 40px; }

#txt_thanks p {
  padding-bottom: 30px; }

#txt_thanks .button {
  padding-top: 50px;
  padding-bottom: 0; }

@media screen and (max-width: 991px) {
  #txt_thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 418px); } }
@media screen and (max-width: 767px) {
  #txt_thanks {
    height: calc(100vh - 180px);
    font-size: 14px;
    text-align: left;
    padding: 50px 0; }

  #txt_thanks h2 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px; }

  #txt_thanks p {
    padding-bottom: 20px; }

  #txt_thanks p:last-child {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px; } }

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