@charset "UTF-8";

body {
  width: 100%;
  height: 100%;
  font-family: Helvetica, Verdana, Geneva, Tahoma, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.sp {
  display: none;
}

.wrapper {
  width: 100%;
  height: 100%;
}

a.contact-btn {
  width: 50px;
  height: 150px;
  line-height: 50px;
  text-align: center;
  background-color: #423F3E;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  text-decoration: none;
  writing-mode: vertical-rl;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 101;
}

.hamburger-menu {
  display: none;
}

.top {
  width: 100%;
  position: relative;
}

.top__srider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.top__navi {
  width: 100%;
}

.top__navi__icon {
  width: 30%;
  height: 5%;
  position: absolute;
  left: 5%;
  top: 5%;
}

.top__navi__menu-list {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 90px;
  top: 5%;
  width: 50%;
}

.top__navi__menu-list__btn {
  text-decoration: none;
  color: black;
  background: white;
  border-radius: 25px;
  width: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  font-weight: bold;
}

.top__navi__menu-list__btn:hover {
  background-color: #FFEC00;
}

.top__navi__instagram-logo {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 4.5%;
}

.top__title {
  width: 30%;
  height: 15%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top__title__img {
  width: 100%;
  height: auto;
}

.top__company-name {
  color: white;
  position: absolute;
  left: 50px;
  bottom: 80px;
  font-size: 1.2rem;
}

.second-top {
  width: 100%;
  margin-top: 100px;
  max-width: 1440px;
  margin: auto;
}

.second-top__img {
  width: 70%;
}

.second-top__text-box {
  width: 70%;
  margin-top: -150px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  float: right;
  z-index: 100;
}

.second-top__text-box__title {
  width: 100%;
  margin: 40px 0 20px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.second-top__text-box__text {
  width: 90%;
  margin: auto;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.youtube-block {
  width: 50%;
  margin: 300px auto 0 auto;
}

.trust-perfomance {
  width: 100%;
  margin-top: 100px;
}

.trust-perfomance .banner-icons-box {
  width: 80%;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}

.trust-perfomance .banner-icons-box__icon {
  width: 200px;
  height: 200px;
  text-align: center;
  background-color: #FFEC00;
  border-radius: 50%;
  position: relative;
  font-weight: bold;
  padding: 15px;
}

.trust-perfomance .banner-icons-box__icon__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
}

.trust-perfomance .sixty span {
  font-size: 2.5rem;
  font-weight: bold;
}

.trust-perfomance .three span {
  font-size: 1.8rem;
  font-weight: bold;
}

.trust-perfomance .banner-text-box {
  width: 80%;
  margin: 80px auto 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  border: solid;
  font-size: 1.2rem;
}

.technology-quality {
  width: 100%;
  margin-top: 100px;
}

.technology-quality .banner-icons-box {
  width: 60%;
  margin: 80px auto 0 auto;
}

.technology-quality .banner-icons-box__icon {
  width: 200px;
  height: 200px;
  margin: auto;
  text-align: center;
  background-color: #FFEC00;
  border-radius: 50%;
  position: relative;
  font-weight: bold;
  padding: 15px;
}

.technology-quality .banner-icons-box__icon__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.technology-quality .img-box1 {
  width: 75%;
  margin: 100px auto auto auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.technology-quality .img-box1 img {
  height: 300px;
}

.technology-quality .img-box2 {
  width: 90%;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-around;
}

.technology-quality .img-box2 img {
  width: 95%;
}

.facilities-environment {
  width: 100%;
  margin-top: 100px;
}

.facilities-environment .banner-icons-box {
  width: 60%;
  margin: 80px auto 0 auto;
}

.facilities-environment .banner-icons-box__icon {
  width: 200px;
  height: 200px;
  margin: auto;
  background-color: #FFEC00;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-weight: bold;
  padding: 15px;
}

.facilities-environment .banner-icons-box__icon__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.facilities-environment .description-box1 {
  width: 80%;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}

.facilities-environment .description-box2 {
  width: 80%;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}

.facilities-environment .title {
  width: 250px;
  text-align: center;
  background-color: #423F3E;
  color: #FFEC00;
  font-size: 1.2rem;
}

.facilities-environment .contents {
  margin-top: 20px;
  display: flex;
}

.facilities-environment .contents .side-line {
  width: 10px;
  background-color: #FFEC00;
}

.facilities-environment .contents .text-contents {
  margin-left: 10px;
  font-size: 1.2rem;
}

.facilities-environment .img-box {
  width: 90%;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-around;
}

.facilities-environment .img-box img {
  width: 95%;
}

.banner-img {
  width: 100%;
}

.banner-title {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #FFEC00;
  font-size: 3rem;
  font-weight: bold;
}

.banner-sub-title {
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.banner-text {
  width: 60%;
  text-align: left;
  margin: auto;
  font-size: 1.2rem;
  line-height: 2em;
}

.company-profile {
  width: 100%;
  margin-top: 200px;
  background-color: #FFEC00;
  overflow: hidden;
}

.company-profile__title {
  width: 100%;
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.company-profile__title hr {
  width: 30%;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #333;
}

.company-profile__title span {
  margin: 0 50px;
  font-size: 2rem;
  font-weight: bold;
}

.company-profile .trade-name-box {
  width: 80%;
  margin: 75px auto 0 auto;
}

.company-profile .trade-name-box .title {
  width: 20%;
  border-bottom: 1px solid black;
  font-size: 1.2rem;
  float: left;
}

.company-profile .trade-name-box .text {
  margin-left: 60px;
  font-size: 1.2rem;
  float: left;
}

.company-profile .address-box {
  width: 80%;
  margin: auto;
  padding-top: 50px;
  clear: left;
}

.company-profile .address-box__title {
  width: 20%;
  font-size: 1.2rem;
  border-bottom: 1px solid black;
}

.company-profile .address-box__contents {
  width: 100%;
  margin-top: 25px;
  position: relative;
}

.company-profile .address-box__contents .top-bottun-box {
  position: fixed;
  right: 5%;
  bottom: 1%;
  z-index: 999;
}

.company-profile .address-box__contents .top-bottun-box button {
  width: 125px;
  height: 125px;
  margin: auto;
  background-color: #423F3E;
  border: none;
  outline: none;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
}

.company-profile .address-box__contents .top-bottun-box button a {
  color: white;
  text-decoration: none;
}

.company-profile .address-box__contents .top-bottun-box button a img {
  width: 75px;
  height: 75px;
}

.company-profile .address-box__contents .address1 {
  display: flex;
  justify-content: center;
}

.company-profile .address-box__contents .address2 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.company-profile .address-box__contents .contents {
  width: 500px;
  margin-left: 50px;
  align-self: center;
}

.company-profile .address-box__contents .contents .title {
  font-size: 1rem;
  font-weight: bold;
}

.company-profile .address-box__contents .contents .post-number {
  margin-top: 10px;
}

.company-profile .address-box__contents .contents .address {
  font-size: 1rem;
}

.company-profile .address-box__contents .contents .tel {
  margin-top: 10px;
}

.company-profile .address-box__contents img {
  width: 150px;
  height: 150px;
}

.company-profile .representative-director-box {
  width: 80%;
  margin: 50px auto 0 auto;
  padding-top: 10px;
  clear: left;
}

.company-profile .representative-director-box .title {
  width: 20%;
  border-bottom: 1px solid black;
  font-size: 1.2rem;
  float: left;
}

.company-profile .representative-director-box .text {
  margin-left: 60px;
  font-size: 1.2rem;
  float: left;
}

.company-profile .principal-clients-box {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  clear: left;
}

.company-profile .principal-clients-box .title {
  width: 20%;
  border-bottom: 1px solid black;
  font-size: 1.2rem;
  float: left;
}

.company-profile .principal-clients-box .text {
  margin-left: 60px;
  font-size: 1.2rem;
  float: left;
}

.company-profile .banks-box {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  clear: left;
}

.company-profile .banks-box .title {
  width: 20%;
  float: left;
  font-size: 1.2rem;
  border-bottom: 1px solid black;
}

.company-profile .banks-box .text {
  margin-left: 60px;
  font-size: 1.2rem;
  float: left;
}

.company-profile .business-description-box {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  clear: left;
}

.company-profile .business-description-box .title {
  width: 20%;
  float: left;
  font-size: 1.2rem;
  border-bottom: 1px solid black;
}

.company-profile .business-description-box .text {
  float: left;
  font-size: 1.2rem;
  margin-left: 60px;
}

.company-profile .img-box {
  width: 25%;
  text-align: center;
  margin: 200px auto 0 auto;
  display: flex;
  justify-content: space-around;
  clear: left;
}

.company-profile .img-box img.footer-img1 {
  width: 29%;
  height: 29%;
}

.company-profile .img-box img {
  width: 25%;
  height: 25%;
}

.company-profile .link-box {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.company-profile .link-box .jp-link {
  border: solid;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-size: 1.2rem;
}

.company-profile .link-box .instagram-link {
  padding-left: 50px;
}

.company-profile .link-box .instagram-link img {
  width: 50px;
  height: 50px;
}

.company-profile .company-text {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2em;
}

/* 画像スライダーのデフォルトcssを打ち消す */
.bx-wrapper {
  border: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 58px;
    width: 58px;
    justify-content: center;
    align-items: center;
    z-index: 103;
    background-color: white;
  }

  .menu-btn:hover {
    cursor: pointer;
  }

  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    border-radius: 3px;
    background-color: black;
    position: absolute;
  }

  .menu-btn span {
    margin-bottom: 10px;
  }

  .menu-btn span:before {
    bottom: 10px;
  }

  .menu-btn span:after {
    top: 10px;
  }

  .menu-btn-text {
    padding-top: 40px;
    font-size: 0.7rem;
  }

  /* チェックボックスを非表示にする */
  #menu-btn-check {
    display: none;
  }

  /*メニューオープン時は真ん中の線を透明にする*/
  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }

  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .menu-content {
    width: 97%;
    height: 100%;
    position: fixed;
    top: 0;
    /* メニューを外に出しておく */
    left: 100%;
    z-index: 101;
    background-color: white;
    transition: all 0.5s;
    /*アニメーションを滑らかにする*/
    font-size: 0.8rem;
    line-height: 2.5em;
  }

  .menu-content ul {
    padding: 70px 20px 0;
  }

  .menu-content ul li {
    border-bottom: solid 1px black;
    list-style: none;
    display: flex;
    padding: 30px 15px 0 0;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: black;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    padding-left: 10px;
    font-size: 1rem;
  }

  .menu-list-side-box {
    width: 5px;
    background-color: #FFEC00;
  }

  #menu-btn-check:checked~.menu-content {
    left: 4%;
    /*メニューを画面内へ動かす*/
  }

  a.contact-btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #423F3E;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    writing-mode: horizontal-tb;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
  }

  .top__srider {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .top__navi__menu-list {
    display: none;
  }

  .top__navi__instagram-logo {
    width: 29px;
    height: auto;
    position: absolute;
    right: -49%;
    top: -40%;
  }

  .top__navi__icon {
    width: 33%;
    height: auto;
  }

  .top__navi__icon__sp {
    width: 30%;
    height: 5%;
    position: absolute;
    left: 5%;
    top: 5%;
  }

  .top__title {
    width: 75%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .top__title__img {
    width: 100%;
    height: auto;
  }

  .top__company-name {
    color: white;
    position: absolute;
    left: 5%;
    bottom: 5%;
    font-size: 0.7rem;
  }

  .second-top__img {
    width: 100%;
  }

  .second-top__text-box {
    width: 85%;
    margin: -227px auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    float: none;
    z-index: 100;
  }

  .second-top__text-box__title {
    font-size: 1.2rem;
    margin: 15px 0 15px 0;
    text-align: left;
    width: 80%;
    padding: 20px 0px 0px 20px;
  }

  .second-top__text-box__text {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 85%;
  }

  .youtube-block {
    width: 100%;
    margin: 267px auto 0 auto;
  }

  iframe {
    height: 230px !important;
  }

  .trust-perfomance {
    margin-top: 40px;
  }

  .trust-perfomance .banner-icons-box {
    width: 100%;
    margin: 60px auto 0 auto;
    display: block;
  }

  .trust-perfomance .banner-icons-box__icon {
    width: 200px;
    height: 200px;
    margin: 50px auto;
    text-align: center;
    background-color: #FFEC00;
    border-radius: 50%;
    position: relative;
  }

  .trust-perfomance .banner-icons-box__icon__text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .trust-perfomance .banner-icons-box__icon__text span {
    font-size: 2rem;
    font-weight: bold;
  }

  .trust-perfomance .sixty span {
    font-size: 4rem;
    margin: 5px;
    line-height: 3.8rem;
  }

  .trust-perfomance .three span {
    font-size: 2.5rem;
    margin: 5px;
    line-height: 3.5rem;
  }

  .trust-perfomance .banner-text-box {
    width: 80%;
    margin: 50px auto 0 auto;
    padding: 21px 26px;
    text-align: center;
    border: solid 1px;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .technology-quality {
    width: 100%;
    margin-top: 55px;
  }

  .technology-quality .banner-icons-box {
    width: 60%;
    margin: 50px auto 0 auto;
  }

  .technology-quality .banner-icons-box__icon {
    width: 200px;
    height: 200px;
    margin: auto;
    text-align: center;
    background-color: #FFEC00;
    border-radius: 50%;
    position: relative;
  }

  .technology-quality .banner-icons-box__icon__text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
  }

  .technology-quality .img-box1 {
    width: 80%;
    margin: 25px auto 0 auto;
    display: block;
  }

  .technology-quality .img-box1 img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }

  .technology-quality .img-box1__img1 {
    margin: 50px auto 0;
  }

  .technology-quality .img-box1__img2 {
    margin: 100px auto 0;
  }

  .technology-quality .img-box2 {
    width: 85%;
    margin: 100px auto 0 auto;
    text-align: center;
    display: block;
  }

  .technology-quality .img-box2 img {
    width: 100%;
    margin: 13px auto;
    max-width: 500px;
  }

  .facilities-environment {
    margin-top: 20px;
  }

  .facilities-environment .banner-icons-box {
    width: 60%;
    margin: 50px auto 0 auto;
  }

  .facilities-environment .banner-icons-box__icon {
    width: 200px;
    height: 200px;
    margin: auto;
    background-color: #FFEC00;
    text-align: center;
    border-radius: 50%;
    position: relative;
  }

  .facilities-environment .banner-icons-box__icon__text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
  }

  .facilities-environment .description-box1 {
    width: 100%;
    margin-top: 65px;
    display: block;
  }

  .facilities-environment .description-box2 {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .facilities-environment .title {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    background-color: #423F3E;
    color: #FFEC00;
    font-size: 1rem;
    padding: 5px 0;
  }

  .facilities-environment .contents {
    width: 80%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }

  .facilities-environment .contents .side-line {
    width: 7px;
    background-color: #FFEC00;
    flex: 0 0 auto;
  }

  .facilities-environment .contents .text-contents {
    font-size: 1rem;
    margin-left: 20px;
  }

  .facilities-environment .img-box {
    width: 85%;
    margin: 50px auto 0 auto;
    display: block;
  }

  .facilities-environment .img-box img {
    width: 100%;
    margin: 26px auto 0 auto;
    max-width: 500px;
  }

  .contents>.text-contents>* {
    margin: 13px 0px;
  }

  .one-line {
    justify-content: center;
  }

  .contents>.text-contents>.multiple {
    margin-bottom: 23px;
  }

  .contents>.text-contents>.second-text {
    margin-bottom: 23px;
  }

  .banner-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #FFEC00;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .banner-sub-title {
    width: 80%;
    margin: 15px auto;
    height: auto;
    line-height: 30px;
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .banner-text {
    width: 80%;
    text-align: left;
    margin: auto;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .company-profile {
    width: 100%;
    margin-top: 80px;
    background-color: #FFEC00;
    overflow: hidden;
  }

  .company-profile__title {
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: center;
  }

  .company-profile__title hr {
    width: 14%;
    margin-bottom: 11px;
    border: none;
    border-bottom: 1px solid #333
  }

  .company-profile__title span {
    margin: 0 5px;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .company-profile .trade-name-box {
    width: 60%;
    margin: 50px auto 0 auto;
    text-align: center;
  }

  .company-profile .trade-name-box .title {
    width: 80%;
    border-bottom: 1px solid black;
    font-size: 1rem;
    float: none;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .company-profile .trade-name-box .text {
    margin-left: 0;
    padding-top: 10px;
    font-size: 1rem;
    float: none;
  }

  .company-profile .address-box {
    width: 80%;
    margin: auto;
    padding-top: 50px;
    clear: none;
    text-align: center;
  }

  .company-profile .address-box__title {
    width: 30%;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .company-profile .address-box__contents {
    width: 100%;
    margin-top: 25px;
    position: relative;
  }

  .company-profile .address-box__contents .top-bottun-box {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 12%;
  }

  .company-profile .address-box__contents .top-bottun-box button {
    font-size: 1rem;
    width: 50px;
    height: 50px;
  }

  .company-profile .address-box__contents .top-bottun-box button a img {
    width: 50%;
    height: auto;
  }

  .company-profile .address-box__contents .top-bottun-box button a div {
    font-size: 0.8rem;
  }

  .company-profile .address-box__contents .address1 {
    display: block;
  }

  .company-profile .address-box__contents .address2 {
    display: block;
    margin-top: 50px;
  }

  .company-profile .address-box__contents .contents {
    width: 100%;
    margin: 30px auto;
    text-align: left;
    line-height: 1.8rem;
  }

  .company-profile .address-box__contents .contents .title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .company-profile .address-box__contents .contents .post-number {
    margin-top: 20px;
    font-size: 1rem;
    text-align: left;
  }

  .company-profile .address-box__contents .contents .address {
    font-size: 1rem;
    text-align: left;
  }

  .company-profile .address-box__contents .contents .tel {
    margin-top: 0;
    font-size: 1rem;
    text-align: left;
  }

  .company-profile .address-box__contents .contents .fax {
    font-size: 1rem;
    text-align: left;
  }

  .company-profile .address-box__contents img {
    width: 90%;
    height: auto;
  }

  .company-profile .representative-director-box {
    width: 80%;
    margin: 50px auto 0 auto;
    clear: left;
    text-align: center;
  }

  .company-profile .representative-director-box .title {
    width: 100%;
    border-bottom: 1px solid black;
    font-size: 1rem;
    float: none;
    padding: 10px 0;
  }

  .company-profile .representative-director-box .text {
    margin-left: 0;
    padding-top: 10px;
    font-size: 1rem;
    float: none;
  }

  .company-profile .principal-clients-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
    clear: left;
    text-align: center;
  }

  .company-profile .principal-clients-box .title {
    width: 100%;
    border-bottom: 1px solid black;
    font-size: 1rem;
    float: none;
    padding: 10px 0;
  }

  .company-profile .principal-clients-box .text {
    margin-left: 0;
    padding-top: 10px;
    font-size: 0.9rem;
    float: none;
  }

  .company-profile .banks-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
    clear: left;
    text-align: center;
  }

  .company-profile .banks-box .title {
    width: 100%;
    float: none;
    font-size: 1rem;
    border-bottom: 1px solid black;
    padding: 10px 0;
  }

  .company-profile .banks-box .text {
    margin-left: 0;
    font-size: 0.8rem;
    padding-top: 10px;
    float: none;
  }

  .company-profile .business-description-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
    clear: left;
    text-align: center;
  }

  .company-profile .business-description-box .title {
    width: 100%;
    float: none;
    font-size: 1rem;
    border-bottom: 1px solid black;
    padding: 10px 0;
  }

  .company-profile .business-description-box .text {
    float: none;
    padding-top: 10px;
    font-size: 0.8rem;
    margin-left: 0;
  }

  .company-profile .img-box {
    width: 65%;
    text-align: center;
    margin-top: 50px;
    clear: left;
    justify-content: space-evenly;
  }

  .company-profile .img-box .footer-img1 {
    height: 29%;
    width: 29%;
  }

  .company-profile .img-box .footer-img2 {
    height: 25%;
    width: 25%;
  }

  .company-profile .link-box {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 50px auto;
  }

  .company-profile .link-box .jp-link {
    border: solid 1px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    color: #000;
    font-size: 0.8rem;
  }

  .company-profile .link-box .instagram-link {
    padding-left: 20px;
  }

  .company-profile .link-box .instagram-link img {
    width: 25px;
    height: auto;
  }

  .company-profile .company-text {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 0.8rem;
  }

  .title.under-line {
    display: inline-block;
    position: relative;
    border-bottom: none !important;
  }

  .title.under-line:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 150px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #000;
    /*下線の色*/
    margin-bottom: 10px;
  }
}

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