@charset "UTF-8";
/* css_add_202202
------------------------------ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    COMMON

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#page_container {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #page_container {
    margin-bottom: calc(100/750*100vw);
  }
}
.page_container h1, .page_container h2, .page_container h3, .page_container h4, .page_container h5, .page_container h6 {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page_container p, .page_container span, .page_container li, .page_container th, .page_container td, .page_container dl, .page_container dd {
    font-size: calc(26/750*100vw);
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 calc(30/750*100vw);
  }
}
.container_s {
  max-width: 800px;
}
.container_m {
  max-width: 860px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  min-width: 25rem;
  padding: 0.82rem 2.5rem;
  background: #4ba7ff;
  border: 0.1rem solid #4ba7ff;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 37.33vw;
    padding: 1.4em 2.1em 1em;
    font-size: 2.67vw;
  }
}
.btn:after {
  content: "";
  width: 10rem;
  height: 0.1rem;
  background: #000;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: -7.5rem;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn:after {
    width: 16vw;
    left: -13.33vw;
  }
}
.btn:link, .btn:-webkit-any-link {
  color: #fff;
}
.btn:hover {
  background: #fff;
  color: #4ba7ff;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    .page

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.page_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  margin-bottom: 100px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .page_heading {
    height: calc(300/750*100vw);
    margin-bottom: calc(100/750*100vw);
  }
}
.page_title {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: calc(26/750*100vw);
  }
}
.page_title .en {
  display: block;
  margin-bottom: 4px;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  color: #4ba7ff;
}
@media screen and (max-width: 767px) {
  .page_title .en {
    margin-bottom: calc(15/750*100vw);
    font-size: calc(80/750*100vw);
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    .comapny

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#company .comapny_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 12px;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  #company .comapny_table dl {
    padding: calc(36/750*100vw) 0 calc(28/750*100vw);
  }
}
#company .comapny_table dl:first-child {
  border-top: 1px solid #cecece;
}
#company .comapny_table dl dt {
  width: 165px;
  min-width: 165px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #company .comapny_table dl dt {
    width: calc(210/750*100vw);
    min-width: calc(210/750*100vw);
  }
}
#company .comapny_table dl dd {
  font-weight: 400;
}
#company .gMap iframe {
  width: 100%;
  height: 250px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    #business

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#business .item {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #business .item {
    margin-bottom: calc(80/750*100vw);
  }
}
#business .item .base {
  padding: 70px;
  padding-top: 80px;
  background: #f5fbff;
}
@media screen and (max-width: 767px) {
  #business .item .base {
    padding: calc(60/750*100vw) calc(30/750*100vw);
    padding-top: calc(100/750*100vw);
  }
}
@media screen and (max-width: 767px) {
  #business .item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#business .item .img_area {
  width: 360px;
}
@media screen and (max-width: 767px) {
  #business .item .img_area {
    width: 100%;
  }
}
#business .item .txt_area {
  width: 460px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #business .item .txt_area {
    width: 100%;
    margin-left: 0;
    margin-top: calc(40/750*100vw);
  }
}
#business .item .txt_area *:first-child {
  margin-top: 0;
}
#business .item .txt_area p, #business .item .txt_area ul {
  margin-top: 12px;
}
#business .item .txt_area p {
  line-height: 1.8;
}
#business .item .txt_area .btn {
  margin-top: 52px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #business .item .txt_area .btn {
    margin: 0 auto;
    margin-top: calc(50/750*100vw);
  }
}
#business .item .txt_area li {
  line-height: 1.8;
}
#business .item_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#business .item_heading .num {
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f2f2f2;
  position: absolute;
  top: -56px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #business .item_heading .num {
    font-size: calc(280/750*100vw);
    top: calc(-100/750*100vw);
  }
}
#business .item_body {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #business .item_body {
    margin-top: calc(80/750*100vw);
  }
}
#business .item_title {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #business .item_title {
    font-size: calc(26/750*100vw);
  }
}
#business .item_title .en {
  display: block;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #business .item_title .en {
    margin-bottom: calc(20/750*100vw);
    font-size: calc(48/750*100vw);
    line-height: 1.4;
  }
}
#business .item:nth-child(2n) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #business .item:nth-child(2n) .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#business .item:nth-child(2n) .img_area {
  margin-left: auto;
}
#business .item:nth-child(2n) .txt_area {
  margin-left: 0;
}
#business .item:last-child {
  margin-bottom: 0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    #contact

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#contact .form_wrap {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap {
    margin-top: calc(0/750*100vw);
  }
}
#contact .from_heading {
  padding: 28px 40px;
  background: #f2f2f2;
}
#contact .from_heading h2 {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
#contact .from_body {
  margin-top: 50px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    .form

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.form dl {
  margin-bottom: 30px;
}
.form dt {
  margin-bottom: 10px;
}
.form dt .required {
  margin-left: 0.5em;
  font-size: 0.5em;
  color: red;
}
.form .input_wrap {
  margin-top: 10px;
}
.form .input_wrap:first-child {
  margin-top: 0;
}
.form .privacypolicy_wrap {
  text-align: center;
}
.form .privacypolicy_link {
  font-size: 14px;
  text-decoration: underline;
  color: #777;
}
.form input[type=text],
.form input[type=email],
.form select,
.form textarea {
  width: 100%;
  max-width: 400px;
  height: 50px;
  padding: 12px;
  border: 1px solid #777;
  background: #fff;
}
.form input[name=お名前],
.form input[name=会社名] {
  max-width: 600px;
}
.form input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form textarea {
  max-width: 100%;
  height: 320px;
}
.form #submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  height: 60px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 30px;
  background: #333;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form #submit {
    width: 100%;
    height: calc(120/750*100vw);
    margin: 0 auto;
    margin-top: calc(80/750*100vw);
    border-radius: calc(60/750*100vw);
    font-size: calc(30/750*100vw);
  }
}
.form #submit:disabled {
  opacity: 0.5;
  cursor: auto;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    #thanks

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.thanks_heading {
  text-align: center;
}
.thanks_heading .title {
  font-size: 24px;
}
.thanks_heading .title .en {
  display: block;
  margin-top: 1em;
  font-size: 16px;
  line-height: 1;
  color: #a4a4a4;
}
.thanks_body {
  margin-top: 3em;
}
.thanks_body p {
  text-align: center;
}
.thanks .btn {
  margin: 0 auto;
  margin-top: 4em;
}