@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Regular";
  font-style: normal;
  src: url("../fonts/NotoSansJP-Regular.eot") format("embedded-opentype"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype"); }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0.5;
    		/*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    		/*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: NotoSansJP-Regular;
  scroll-behavior: smooth;
  font-size: 14px;
  line-height: 1; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden; }

a {
  text-decoration: none;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  a:hover {
    color: #66aade;
    text-decoration: none; }
  a:visited {
    color: #66aade; }

.wrap {
  overflow: hidden; }

.ttl_s {
  text-align: center;
  width: 100vw; }
  .ttl_s > img {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: all 1s ease-out; }

.form-group.required::before {
  content: '必須';
  display: block;
  color: red;
  border: 1px solid red;
  border-radius: 4px;
  position: absolute;
  right: -30px;
  padding: 2px 4px 0;
  line-height: 1.5rem; }

.agree-text {
  line-height: 1.5rem; }

.agree-link {
  color: #66aade;
  border-bottom: 1px solid #66aade; }
  .agree-link:hover {
    opacity: .3; }

.navbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  align-items: center;
  background: #fffc;
  font-size: 0.95rem;
  position: sticky;
  padding: 0;
  top: 1rem;
  z-index: 999; }
  .navbar .navbar__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative; }
    .navbar .navbar__container #navbar__logo {
      height: 80px;
      z-index: -1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .navbar .navbar__container #navbar__logo img {
        width: 100%; }
        @media screen and (max-width: 992px) {
          .navbar .navbar__container #navbar__logo img {
            width: 75%;
            z-index: 1000; } }
        @media screen and (max-width: 768px) {
          .navbar .navbar__container #navbar__logo img {
            width: 60%; } }
        @media screen and (max-width: 320px) {
          .navbar .navbar__container #navbar__logo img {
            width: 50%; } }
    .navbar .navbar__container .navbar__menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      list-style: none;
      position: absolute;
      right: 38px; }
      .navbar .navbar__container .navbar__menu .navbar__item {
        height: 80px; }
        .navbar .navbar__container .navbar__menu .navbar__item .navbar__links {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #686868;
          text-decoration: none;
          width: 90px;
          height: 100%;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .navbar .navbar__container .navbar__menu .navbar__item .navbar__links:hover {
            color: #66aade;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
      .navbar .navbar__container .navbar__menu .navbar__btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1rem;
        width: 100%; }
        .navbar .navbar__container .navbar__menu .navbar__btn .button {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-decoration: none;
          padding: 10px 20px;
          font-size: 0.88rem;
          height: 100%;
          width: 100%;
          border: none;
          outline: none;
          border-radius: 4px;
          background: #66aade;
          color: #ffffff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .navbar .navbar__container .navbar__menu .navbar__btn .button:hover {
            background: #078cf2; }
        .navbar .navbar__container .navbar__menu .navbar__btn .button > i {
          margin-right: 6px; }

#contact .hero, #thankyou .hero {
  margin-top: 20px; }
.hero .hero__container {
  overflow: hidden;
  height: calc(100vh - 80px); }
  .hero .hero__container .ttl__l {
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(100vh - 50%);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }
    .hero .hero__container .ttl__l img {
      opacity: 0;
      transform: translateY(20px);
      transition: all 1.3s 0s ease-out;
      margin-bottom: 3rem; }
    .hero .hero__container .ttl__l div > p {
      opacity: 0;
      transform: translateY(20px);
      transition: all 1.3s 0s ease-out;
      transition-delay: 0.5s;
      font-size: 1.6rem;
      font-weight: bold;
      text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 10px #fff; }
  .hero .hero__container.contact, .hero .hero__container.thankyou {
    padding: 4rem 0;
    height: auto;
    background-image: none;
    background: #d6e8f6;
    background: linear-gradient(130deg, rgba(214, 232, 246, 0) 0%, rgba(101, 169, 221, 0.9) 70%, #65a9dd 100%); }
    .hero .hero__container.contact .ttl__l, .hero .hero__container.thankyou .ttl__l {
      position: relative;
      text-align: center;
      top: inherit;
      left: inherit;
      transform: none; }
      .hero .hero__container.contact .ttl__l img, .hero .hero__container.thankyou .ttl__l img {
        width: 240px;
        margin-bottom: 3rem; }
        #contact .hero .hero__container.contact .ttl__l img, #thankyou .hero .hero__container.contact .ttl__l img, #contact .hero .hero__container.thankyou .ttl__l img, #thankyou .hero .hero__container.thankyou .ttl__l img {
          margin-bottom: 0; }
  .hero .hero__container #hero__heading {
    background: url(../images/hero.png) repeat-x;
    background-size: auto calc(100vh - 80px);
    height: calc(100vh - 80px);
    width: 3340px; }
    .hero .hero__container #hero__heading.sliding {
      animation: slide 60s linear infinite reverse; }
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-1670px, 0, 0); } }
.promise,
.business,
.company,
.message,
.office,
.contact {
  width: 100%;
  position: relative;
  padding: 60px 0 0; }

.promise {
  background: url(../images/bg_promise_repeat.png) repeat-y;
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: relative; }
  .promise .bg {
    background: url(../images/bg_promise.png) no-repeat center center;
    background-size: cover;
    width: 100%; }
    .promise .bg::before {
      content: '';
      display: block; }
    .promise .bg::before {
      padding-top: calc(100% * (776 / 1598)); }
  .promise .promise_wrapper {
    position: absolute;
    top: 60px;
    height: calc(100% - 60px); }
  .promise .promise__container {
    width: 50%;
    margin: 0 auto;
    height: calc(100% - 86px);
    display: grid;
    align-content: center; }
    .promise .promise__container p:nth-child(1) {
      opacity: 0;
      transform: translate(20px, 0);
      transition: all 1s ease-out;
      text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 10px #fff;
      text-align: center;
      font-size: 1.8rem;
      line-height: 3.3rem;
      font-weight: bold;
      padding: 0 0 1.5rem; }
      .promise .promise__container p:nth-child(1) > span {
        font-size: 1.3rem; }
    .promise .promise__container p:nth-child(2) {
      text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
      text-align: left;
      font-size: 1.2rem;
      line-height: 1.8rem;
      font-weight: bold;
      position: relative; }

.business {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  background: #e5f1f9;
  background: linear-gradient(180deg, #e5f1f9 0%, #d1e7f4 100%); }
  .business .bussiness__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 3rem 0; }
    .business .bussiness__wrapper .bussiness__card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      flex-direction: column;
      margin: 1rem;
      height: auto;
      width: 308px;
      border: 2px solid #5eabda;
      background-color: #fff;
      border-radius: 1rem; }
      .business .bussiness__wrapper .bussiness__card .img_people {
        width: 304px;
        height: 202px; }
      .business .bussiness__wrapper .bussiness__card:hover {
        transform: scale(1.03);
        transition-duration: 0.8s; }
      .business .bussiness__wrapper .bussiness__card .bussiness__card--wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 0 11px;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1; }
        .business .bussiness__wrapper .bussiness__card .bussiness__card--wrapper a {
          color: #686868; }
        .business .bussiness__wrapper .bussiness__card .bussiness__card--wrapper .logo_elever {
          width: auto;
          height: 22px; }
        .business .bussiness__wrapper .bussiness__card .bussiness__card--wrapper .logo_takeda {
          width: auto;
          height: 22px; }

.company {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column; }
  .company .company__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 3rem 0; }
    .company .company__wrapper .company__card {
      margin: 0 30px;
      height: auto;
      display: flex;
      flex-direction: column;
      padding-bottom: 2.8rem; }
      .company .company__wrapper .company__card .company_bg {
        position: absolute;
        width: 50%;
        z-index: -1;
        height: calc(100% - 146px - 6rem); }
        .company .company__wrapper .company__card .company_bg.left {
          left: 0;
          background-color: #f4f9ff; }
          .company .company__wrapper .company__card .company_bg.left + table th,
          .company .company__wrapper .company__card .company_bg.left + table td {
            border-bottom: 1px solid #66aade8f;
            line-height: 3.8rem; }
        .company .company__wrapper .company__card .company_bg.right {
          right: 0;
          background-color: #e7f3ff; }
          .company .company__wrapper .company__card .company_bg.right + table th,
          .company .company__wrapper .company__card .company_bg.right + table td {
            line-height: 3.5rem; }
      .company .company__wrapper .company__card table {
        empty-cells: show;
        margin-top: 2rem; }
        .company .company__wrapper .company__card table th {
          font-weight: bold;
          text-align: left; }
          .company .company__wrapper .company__card table th:last-child th,
          .company .company__wrapper .company__card table th:last-child td {
            border: none; }
        .company .company__wrapper .company__card table tr:nth-child(7) th,
        .company .company__wrapper .company__card table tr:nth-child(7) td {
          border: none; }
      .company .company__wrapper .company__card:nth-child(1) {
        background-color: #f4f9ff; }
      .company .company__wrapper .company__card:nth-child(2) {
        background-color: #e7f3ff; }

.message {
  background: url(../images/bg_message.jpg) no-repeat 50% 0;
  background-size: cover;
  padding-bottom: 56px;
  height: 758px;
  width: 100vw;
  padding: 0; }
  .message .ttl_s {
    padding: 60px 0; }
  .message .message__wrapper {
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    position: relative; }
    .message .message__wrapper .message__item {
      opacity: 0;
      transform: translate(20px, 0);
      transition: all 1s ease-out;
      padding: 0 3rem;
      line-height: 1.28rem;
      height: calc(100% - 60px);
      max-width: 820px;
      position: absolute;
      left: 37%;
      top: 2rem; }
      .message .message__wrapper .message__item img {
        position: absolute;
        right: 3rem; }
      .message .message__wrapper .message__item p {
        margin-top: 1rem; }

.office {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: 100%; }
  .office .office__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 3rem;
    max-width: 1320px; }
    .office .office__wrapper .office__card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      margin: 10px;
      width: calc((100vw - 6rem - 80px) / 4);
      height: 160px;
      flex-direction: column;
      color: #ffffff;
      transition: 0.3s ease-in; }
    .office .office__wrapper .office__card--1 {
      background: url(../images/img_office_01_s.jpg); }
    .office .office__wrapper .office__card--2 {
      background: url(../images/img_office_02_s.jpg); }
    .office .office__wrapper .office__card--3 {
      background: url(../images/img_office_03_s.jpg); }
    .office .office__wrapper .office__card--4 {
      background: url(../images/img_office_04_s.jpg); }
    .office .office__wrapper .office__card--5 {
      background: url(../images/img_office_05_s.jpg); }
    .office .office__wrapper .office__card--6 {
      background: url(../images/img_office_06_s.jpg); }
    .office .office__wrapper .office__card--7 {
      background: url(../images/img_office_07_s.jpg); }
    .office .office__wrapper .office__card--8 {
      background: url(../images/img_office_08_s.jpg); }

.contact {
  height: 100%;
  padding-bottom: 60px;
  background: #d6e8f6;
  background: linear-gradient(130deg, rgba(214, 232, 246, 0) 0%, rgba(101, 169, 221, 0.9) 70%, #65a9dd 100%); }
  .contact .contact__link {
    background: #65a9dd;
    background: linear-gradient(130deg, #65a9dd 0%, rgba(101, 169, 221, 0.9) 30%, #d6e8f6 100%);
    display: block;
    margin: 2rem auto 0;
    width: 310px;
    border: 1px #ffffff solid;
    border-radius: 2rem;
    padding: 1rem 0;
    text-decoration: none;
    text-align: center;
    color: #ffffff; }

.contactForm {
  padding: 4em 0; }
  .contactForm .btn-primary {
    background-color: #66aade;
    border-color: #66aade; }
    .contactForm .btn-primary:hover {
      background: #078cf2;
      border-color: #078cf2; }

footer {
  width: 100vw;
  text-align: center;
  padding: 2rem 0; }
  footer small {
    font-size: 0.9rem; }

@media screen and (max-width: 1300px) {
  .hero .hero__container .ttl__l div > p {
    font-size: 1.8rem; } }
@media screen and (min-width: 1300px) {
  .hero .hero__container .ttl__l div > p {
    font-size: 2.4rem; }

  .message .message__wrapper .message__item {
    right: 5rem;
    left: auto;
    max-width: 870px; }

  .promise .promise__container {
    width: 50%;
    margin: 0 auto;
    height: calc(100% - 86px);
    display: grid;
    align-content: center; }
    .promise .promise__container p:nth-child(1) {
      font-size: 2.1rem;
      line-height: 3.5rem;
      padding-bottom: 3rem; }
      .promise .promise__container p:nth-child(1) > span {
        font-size: 1.7rem; }
    .promise .promise__container p:nth-child(2) {
      font-size: 1.4rem;
      line-height: 2.2rem; }

  .business .bussiness__wrapper {
    width: 1300px;
    padding: 50px;
    display: flex;
    justify-content: space-between; }
    .business .bussiness__wrapper .bussiness__card {
      width: 572px;
      margin: 0; }
      .business .bussiness__wrapper .bussiness__card .bussiness__card--wrapper {
        padding: 15px 0; }
        .business .bussiness__wrapper .bussiness__card .bussiness__card--wrapper .logo_elever,
        .business .bussiness__wrapper .bussiness__card .bussiness__card--wrapper .logo_takeda {
          width: auto;
          height: 35px; }
      .business .bussiness__wrapper .bussiness__card p {
        font-size: 1.5rem;
        padding: 12px 0; }
      .business .bussiness__wrapper .bussiness__card .img_people {
        width: 568px;
        height: 377px; }

  .company .company__wrapper {
    display: flex;
    width: 1300px;
    justify-content: space-between; }
    .company .company__wrapper .company__card {
      width: 45%;
      margin: 0 50px; }
      .company .company__wrapper .company__card table th,
      .company .company__wrapper .company__card table td {
        font-size: 1.3rem; }

  .office .office__wrapper {
    width: 1320px;
    padding: 50px; }
    .office .office__wrapper .office__card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      margin: 10px;
      width: 280px;
      height: 196px; }

  .message {
    background-size: 1730px 758px;
    background-color: #b4b1b3; }
    .message .message__wrapper .message__item {
      right: 0;
      top: 1.8rem;
      padding: 0 50px 0 10rem;
      line-height: 1.5em; } }
@media screen and (max-width: 1100px) {
  .navbar .navbar__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0; }
    .navbar .navbar__container #navbar__logo {
      padding-left: 25px; }
    .navbar .navbar__container #mobile-menu {
      -moz-transform: translate(5%, 20%);
      -webkit-transform: translate(5%, 20%);
      -ms-transform: translate(5%, 20%);
      transform: translate(5%, 20%);
      position: absolute;
      z-index: 100;
      top: 20%;
      right: 2rem; }
      .navbar .navbar__container #mobile-menu.is-active .bar:nth-child(1) {
        -moz-transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg); }
      .navbar .navbar__container #mobile-menu.is-active .bar:nth-child(3) {
        -moz-transform: translateY(-8px) rotate(-45deg);
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg); }
      .navbar .navbar__container #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0; }
    .navbar .navbar__container .navbar__toggle .bar {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #66aade;
      width: 25px;
      height: 3px;
      margin: 5px auto;
      display: block;
      cursor: pointer; }
    .navbar .navbar__container .navbar__menu {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: grid;
      grid-template-columns: auto;
      margin: 0;
      width: 100%;
      position: absolute;
      top: -1000px;
      left: 0;
      opacity: 1;
      z-index: -1; }
      .navbar .navbar__container .navbar__menu.active {
        -webkit-transition: all 0.5 ease;
        -moz-transition: all 0.5 ease;
        -ms-transition: all 0.5 ease;
        -o-transition: all 0.5 ease;
        transition: all 0.5 ease;
        background-color: rgba(248, 248, 248, 0.9);
        top: 0;
        left: 0;
        opacity: 1;
        z-index: 99;
        font-size: 1.6rem; }
      .navbar .navbar__container .navbar__menu .navbar__item {
        width: 100%; }
        .navbar .navbar__container .navbar__menu .navbar__item .navbar__links {
          text-align: center;
          width: 100%;
          padding: 2rem;
          display: table;
          font-weight: bold;
          font-size: 1.4rem; }
          .navbar .navbar__container .navbar__menu .navbar__item .navbar__links:hover {
            color: #66aade; }
      .navbar .navbar__container .navbar__menu .navbar__btn {
        padding-bottom: 2rem; }
        .navbar .navbar__container .navbar__menu .navbar__btn .button {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 80%;
          height: 60px;
          margin: 0;
          font-weight: bold;
          font-size: 1.4rem;
          border-radius: 1.1rem; }

  .promise,
  .business,
  .company,
  .office,
  .contact {
    padding-top: 60px; }

  .promise .promise__container p:nth-child(1) {
    opacity: 0;
    transform: translate(20px, 0);
    transition: all 1s ease-out;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 0 0 2rem; }
    .promise .promise__container p:nth-child(1) > span {
      font-size: 1.2rem; }
  .promise .promise__container p:nth-child(2) {
    font-size: 0.9rem;
    line-height: 1.5rem; }

  .message .ttl_s {
    padding: 60px 0 40px; }
  .message .message__wrapper .message__item {
    left: 30rem;
    top: 1.8rem;
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0 2rem; }
    .message .message__wrapper .message__item img {
      margin-top: -1rem; }

  .office .office__wrapper {
    max-width: 1100px;
    padding: 3rem 0; }
    .office .office__wrapper .office__card {
      width: calc((100vw - 4rem - 20px) /4);
      height: 162px;
      margin: 5px; } }
@media screen and (max-width: 992px) {
  .promise .promise__container {
    padding: 3rem 0;
    max-width: 450px; }
    .promise .promise__container p:nth-child(1) {
      opacity: 0;
      transform: translate(20px, 0);
      transition: all 1s ease-out;
      font-size: 1.3rem;
      line-height: 2rem; }
      .promise .promise__container p:nth-child(1) > span {
        font-size: 1rem; }
    .promise .promise__container p:nth-child(2) {
      font-size: 0.9rem;
      line-height: 1.4rem; }

  .business .bussiness__wrapper .bussiness__card {
    margin: 10px; }

  .company .company__wrapper {
    grid-template-columns: 1fr;
    max-width: 1100px;
    padding: 60px;
    position: relative;
    margin: auto;
    width: 100%; }
    .company .company__wrapper .company__card .company_bg {
      width: 100%; }
    .company .company__wrapper .company__card:nth-child(2) {
      margin-top: 30px; }
    .company .company__wrapper .company__card table th {
      width: 25%; }

  .message .message__wrapper .message__item {
    left: 36%;
    top: -1rem;
    font-size: 0.9rem; }
    .message .message__wrapper .message__item img {
      width: 10rem; }

  .office .office__wrapper {
    grid-template-columns: 1fr 1fr; }
    .office .office__wrapper .office__card {
      height: 215px;
      width: 300px; } }
@media screen and (min-width: 768px) {
  .hero .hero__container {
    padding: 1rem 2rem; }
    .hero .hero__container .ttl__l {
      top: calc(100vh - 50%); }

  .contactForm .container {
    width: 770px; } }
@media screen and (max-width: 768px) {
  .navbar .navbar__container .navbar__menu .navbar__item .navbar__links {
    font-size: 1.2rem; }
  .navbar .navbar__container .navbar__menu .navbar__btn {
    padding-bottom: 2rem; }
    .navbar .navbar__container .navbar__menu .navbar__btn .button {
      font-size: 1.1rem; }

  .hero .hero__container.contact .ttl__l img, .hero .hero__container.thankyou .ttl__l img {
    width: 200px; }
  .hero .hero__container .ttl__l img {
    width: 70vw;
    height: auto; }
  .hero .hero__container .ttl__l div > p {
    font-size: 1.5rem; }
  .hero .hero__container #hero__heading {
    background-size: auto calc(100vh - 110px);
    height: calc(100vh - 140px); }

  .ttl_s img {
    width: 20%; }

  .business,
  .company,
  .office,
  .contact {
    padding-top: 40px; }

  .promise {
    padding-top: 30%; }
    .promise .promise__container {
      height: calc(100% - 55px); }
      .promise .promise__container p:nth-child(1) {
        opacity: 0;
        transform: translate(20px, 0);
        transition: all 1s ease-out;
        font-size: 1.3rem;
        line-height: 1.9rem; }
        .promise .promise__container p:nth-child(1) > span {
          font-size: 1.15rem; }
      .promise .promise__container p:nth-child(2) {
        font-size: 0.9rem;
        line-height: 1.4rem; }
    .promise .promise_wrapper {
      top: 40px; }

  .business .bussiness__wrapper {
    grid-template-columns: 1fr; }

  .company .company__wrapper {
    padding: 6%; }
    .company .company__wrapper .company__card {
      margin: 0; }
      .company .company__wrapper .company__card table th {
        width: 34%; }
      .company .company__wrapper .company__card table th,
      .company .company__wrapper .company__card table td {
        padding: 8px;
        line-height: 2rem;
        text-align: left; }

  .message {
    background-image: none;
    background-color: #b3aeaf;
    height: auto; }
    .message .message__wrapper .message__item {
      position: initial;
      left: inherit;
      right: 1rem;
      top: 0rem; }
      .message .message__wrapper .message__item img {
        right: 2rem;
        width: 130px; }
    .message .message__wrapper .bg {
      background: url(../images/bg_message_s.jpg) no-repeat center center;
      background-size: cover;
      width: 100%; }
      .message .message__wrapper .bg::before {
        content: '';
        display: block; }
      .message .message__wrapper .bg::before {
        padding-top: 90%; }

  .office .office__wrapper {
    grid-template-columns: 1fr; }

  .contactForm .container .col-md-12 {
    width: 90%; } }
@media screen and (max-width: 580px) {
  .hero .hero__container .ttl__l img {
    width: 80vw;
    margin-bottom: 4rem; }
  .hero .hero__container #hero__heading {
    height: calc(100vh - 80px);
    background-size: auto calc(100vh - 90px); }

  .promise .promise_wrapper {
    height: calc(100% - 40px); }
  .promise .promise__container {
    width: 75%; }
    .promise .promise__container p:nth-child(1) {
      font-size: 1.4rem;
      line-height: 2rem;
      padding: 0 0 3rem; }
      .promise .promise__container p:nth-child(1) > span {
        font-size: 1.1rem; }
    .promise .promise__container p:nth-child(2) {
      font-size: 1rem;
      line-height: 1.5rem; }
  .promise .bg {
    background: url(../images/bg_promise_tb.png) no-repeat center center;
    background-size: cover;
    width: 100%; }
    .promise .bg::before {
      content: '';
      display: block; }
    .promise .bg::before {
      padding-top: calc(100% * (776 / 1038)); } }
@media screen and (min-width: 480px) {
  .hero__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; } }
@media screen and (max-width: 480px) {
  .ttl_s img {
    width: 30%; }

  .hero .hero__container .ttl__l div > p {
    font-size: 1.6rem;
    line-height: 2.2rem; }

  .promise {
    padding-top: 80%; }
    .promise .bg {
      background: url(../images/bg_promise_sp.png) no-repeat center center;
      background-size: cover;
      width: 100%; }
      .promise .bg::before {
        content: '';
        display: block; }
      .promise .bg::before {
        padding-top: calc(100% * (990 / 810)); }
    .promise .promise_wrapper {
      top: 60px;
      height: calc(100% - 95px); }
      .promise .promise_wrapper .promise__container {
        width: 80%;
        display: inherit; }
        .promise .promise_wrapper .promise__container p:nth-child(1) {
          padding-bottom: 2rem;
          font-size: 1.3rem;
          line-height: 1.9rem; }
        .promise .promise_wrapper .promise__container p:nth-child(2) {
          font-weight: 500; } }
@media screen and (max-width: 375px) {
  .hero .hero__container #hero__heading {
    background-size: auto calc(100vh - 80px); }

  .promise {
    padding-top: 70%; }
    .promise .promise_wrapper .promise__container {
      width: 80%; }
      .promise .promise_wrapper .promise__container p:nth-child(2) {
        font-weight: 500; } }
@media screen and (max-width: 320px) {
  .navbar .navbar__container .navbar__menu .navbar__item {
    height: auto; }
    .navbar .navbar__container .navbar__menu .navbar__item .navbar__links {
      font-size: 1rem;
      padding: 1.6rem; }
  .navbar .navbar__container .navbar__menu .navbar__btn {
    height: auto; }
    .navbar .navbar__container .navbar__menu .navbar__btn .button {
      font-size: 1rem;
      padding: 1.1rem;
      border: 1px solid #ffffff; }

  .hero .hero__container {
    height: 100vh; }
    .hero .hero__container #hero__heading {
      background-size: auto calc(100vh - 140px); }
    .hero .hero__container .ttl__l {
      text-align: center;
      margin-bottom: 10%; }
      .hero .hero__container .ttl__l .hero__wrapper > p {
        font-size: 1.4rem; }

  .promise {
    padding-top: 100%; }
    .promise .promise_wrapper {
      top: 40px; }
      .promise .promise_wrapper .promise__container p:nth-child(1) {
        font-size: 1.22rem;
        line-height: 1.9rem; }
      .promise .promise_wrapper .promise__container p:nth-child(2) {
        font-size: 0.9rem;
        line-height: 1.4rem; }

  .company .company__wrapper {
    padding: 4%; }

  .message .message__wrapper .message__item img {
    width: 100px;
    right: 1rem; }

  .contact .contact__link {
    width: 200px; } }

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