@charset "UTF-8";

/* CSS Document */
:root {
  --header-height: 50px;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  color: #2b2b2b;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: .06rem;
  line-break: strict;
}

a {
  color: #2b2b2b;
}

img {
  max-width: 100%;
  height: auto;
}

.anime {
  width: 100%;
  height: 100%;
  max-height: 1080px;
  background-color: #E9E3E3;
  position: relative;
}

.anime img {
  display: block;
  position: absolute;
  top: 28%;
  left: 40%;
}

/*-------------------
 *utility - sp
 ------------------*/
.text-center {
  text-align: center;
}

.outer {
  padding: 0 20px;
}

.description-bold {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
}

.description {
  padding: 25px 0;
}

.br-pc {
  display: none;
}

.recruit-pc {
  display: none;
}

/*-------------------
 *section - sp
 ------------------*/
.section-header {
  padding: 70px 0 35px 0;
}

.subsection-header {
  padding: 0 0 20px;
}

.subsection-header .section-title {
  font-size: 25px;
}

.section-body,
.subsection-body {
  padding-bottom: 27px;
}

.section-body-2 {
  padding-bottom: 70px;
}

.section-body-3 {
  margin-bottom: 30px;
}

.outer:nth-child(odd) {
  background-color: #f3f3f3;
  width: 100%;
  color: #2b2b2b
}

.outer:nth-child(1) {
  background-color: initial;
  ;
}

.subsection {
  margin: 100px 0 0;
  display: block;
}

.subsection-body {
  position: relative;
  width: 90%;
  margin: 0 auto 60px;
  max-width: 90%;
}

.subsection-body .btn {
  font-size: .8em;
  width: initial;
  padding: 0 15px;
}

.subsection-text {
  min-height: auto;
}

.section-footer {
  padding: 20px 0;
}

/*-------------------
 *header - sp
 ------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  height: var(--header-height);
  padding: 15px 20px 15px;
  background-color: #fff;
}

/*-------------------
 *navigation - sp
 ------------------*/
.navigation {
  width: 250px;
  height: 100%;
  background-color: #2b2b2b;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translateX(250px);
  transition: all 0.5s;
  padding: 62px 0 150px 35px;
}

/* .navigation-pc {
  display: none;
} */

#nav.show {
  transform: translateX(0);
}

.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}

.menu-background.show {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.nav-item {
  margin-bottom: 35px;
}

.nav-item>a {
  color: #fff;
}

.btn-trigger {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 110;
  width: 36px;
  height: 36px;
  cursor: pointer;
  text-align: center;
}

.btn-trigger span {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #2b2b2b;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn-trigger span:first-of-type {
  top: 8px;
  left: 10px;
}

.btn-trigger span:last-of-type {
  top: 20px;
  left: 10px;
}

.btn-trigger.open span:first-of-type {
  transform: rotate(45deg);
  top: 20px;
  background-color: #fff;
}

.btn-trigger.open span:last-of-type {
  transform: rotate(-45deg);
  top: 20px;
  background-color: #fff;
}

.nav-logo {
  width: 90px;
  height: 25px;
  font-size: 0;
}

.nav-logo>a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-logo>a>div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

/*-------------------
 *title - sp
 ------------------*/
.section-title {
  font-size: 26px;
  font-family: "Open Sans";
  font-weight: normal;
  padding: 0 10px;
  border-left: solid 3px #f27d02;
  line-height: 26px;
}

.section-title-sub {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #828289;
  padding-left: 2px;
}

.section-title-sub-white {
  color: #fff;
}

/*-------------------
 *btn - sp
 ------------------*/
.btn {
  display: inline-block;
  text-align: center;
  padding: 3px 30px 3px 30px;
  border-radius: 100vh;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
}

.fas {
  padding-left: 10px;
}

.btn-white {
  background-color: #fff;
  color: #2b2b2b;
  padding: 0 45px;
}

/*-------------------
 *hero - sp
 ------------------*/
.hero {
  margin-bottom: 20px;
}

.main-logo {
  display: block;
  padding-top: 100px;
  width: 234px;
  margin: auto;
}

.hero-copy {
  font-size: 19px;
  line-height: 25px;
  padding: 20px 0;
}

.sp-img {
  display: block;
  margin: auto;
  filter: drop-shadow(10px 12px 20px rgba(43, 43, 43, 0.25));
}

.hero-js {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.box {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

/*-------------------
 *service - sp
 ------------------*/
.sp-img-1 {
  display: none;
}

.sp-img-2 {
  display: block;
  width: 100%;
  margin: auto;
}

.service-description {
  padding-bottom: 25px;
}

.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(35px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*-------------------
 *vision - sp
 ------------------*/
.vision {
  font-size: 24px;
}

.vision-box {
  padding-top: 30px;
  line-height: 1.8;
  font-weight: 300;
}

.vision-box p {
  margin-bottom: 1em;
}

.vision-box p:last-of-type {
  margin-bottom: 0;
}

/*-------------------
 *news - sp
 ------------------*/
.news-date {
  display: block;
  font-size: 15px;
  color: #828289;
  font-family: "avenir", "san-serif";
  padding-bottom: 5px;
}

.news-item {
  display: block;
}

.news-image {
  width: 90%;
  max-width: 500px;
  margin: auto;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
  margin-bottom: 30px;
}

.news-text {
  padding: 10px;
}

.news-date {
  font-size: 14px;
  font-weight: bold;
  color: #828289;
  font-family: "avenir", "san-serif";
  padding-top: 10px;
}

.news-title {
  padding-top: 10px;
  padding-bottom: 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}

/*-------------------
 *company - sp
 ------------------*/
.info-item {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c6c6c8;
}

.info-item:first-of-type {
  padding-top: 10px;
  border-top: 1px solid #c6c6c8;
}

.info-item:last-of-type {
  margin-bottom: 30px;
}

.info-title {
  flex: 0 0 auto;
  width: 100px;
  font-weight: normal;
}

.info-detail {
  flex: 1 1 auto;
}

.maps-outer {
  position: relative;
  padding-top: 75%;
}

.maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-sp {
  padding-bottom: 20px;
}

/*-------------------
 *speakerdeck - sp
 ------------------*/
.inner {
  max-width: 100%;
  text-align: center;
}

.speakerdeck-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Open Sans";
  text-align: center;
  padding-bottom: 10px;
}

.speakerdeck-embed-wrapper {
  margin: 20px auto 60px;
  left: 0;
  width: 90%;
  height: 0;
  position: relative;
  padding-bottom: 56.1972%;
}

.speakerdeck-iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0px;
  background: padding-box rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px;
}

/*-------------------
 *member - sp
 ------------------*/

#executives {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
  overflow: hidden;
  ;
}

.member-box {
  width: 150px;
  min-height: 250px;
  padding: 25px 0;
  height: auto;
  background-color: #f6f6f7;
  display: inline-block;
  border-radius: 5px;
}

input[type=checkbox]:unchecked~.member-box:hover {
  cursor: pointer;
}


.member-profile {
  width: 100%;

}

.profile-img {
  width: 125px;
  height: 125px;
  margin: 0 auto 1em;
  border-radius: 75px;
  background: center no-repeat;
  background-size: contain;
  background-color: #eeeeee
}

.profile-name {
  line-height: initial;
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 5px 0;
}

.profile-position {
  display: block;
  text-align: center;
  font-size: 0.9em;
}

.profile-social {
  display: flex;
  width: 100px;
  justify-content: space-evenly;
  margin: 0 auto;
}

.profile-text {
  padding: 20px 0;
}

.profile-info {
  .profile-name {
    font-size: 1.3em;
  }
}

/* overlay */

.control-overlay {
  z-index: 1000;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  border: 1px solid transparent;
  border-radius: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: -200vw;
  padding: 10%;
  margin: auto;
  opacity: 0;
  display: flex;
  align-items: center;
}

.control-overlay.closed {
  max-height: 0;
}

.close {
  position: absolute;
  right: 2em;
  top: 5em;
  width: 2em;
  height: 2em;
  opacity: 0.3;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

input[type="checkbox"][id^="toggle_"] {
  display: none;
}

/* checked */
input[type=checkbox]:checked~.control-overlay {
  opacity: 1;
  background: #dadada;
  box-shadow: rgba(0, 0, 0, .18) 0 40px 40px;
  right: 0;
  transition: .25s ease-out;
}

input[type=checkbox]:checked~.member {
  left: -200vw
}

input[type=checkbox]:checked~label {
  background: hsla(220, 80%, 50%, .8);
}

/*-------------------
 *recruit - sp
 ------------------*/
.description-rec {
  padding-top: 10px;
}

.bold {
  font-weight: 600;
}

.recruit-img {
  max-width: 90%;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit-text {
  padding-top: 20px;
}

/*-------------------
 *contact - sp
 ------------------*/
.bg-black {
  background-color: #2b2b2b;
  color: #fff;
}

.form-parts-text {
  background-color: #fff;
  width: 100%;
  padding: 5px 8px;
  border-radius: 2px;
  color: #2b2b2b;
  font-size: 15px;
}

.form-title {
  margin-bottom: 5px;
}

.form-item {
  margin-bottom: 30px;
}

.form-item a {
  text-decoration: underline;
  color: inherit;
}

.form-item:last-of-type label {
  display: block;
  padding-right: 10px;
  padding-left: 50px;
  text-indent: -50px;
}

.form-item:last-of-type input {
  width: 50px;
  height: 13px;
  padding: 0;
  margin: 0;
  position: relative;
}

.caution {
  color: #e60000;
  margin-left: 8px;
}

.select {
  position: relative;
  display: block;
  border-radius: 5px;
  background: #fff;
}

.select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #828289;
}

/*-------------------
 *safety - sp
 ------------------*/
ol {
  list-style-type: decimal;
}

.safety-title {
  font-weight: 500;
  font-size: 18px;
}

.safety-sub-title {
  font-size: 18px;
  padding-bottom: 15px;
}

.safety-section {
  padding-bottom: 40px;
  padding-top: 20px;
}

.fw600 {
  font-weight: 600;
}

.safety-list {
  padding-left: 40px;
  margin-bottom: 5px;
}

.safety {
  margin-top: 60px;
  font-size: 24px;
}

.safety-dd {
  margin-bottom: 30px;
}

/*-------------------
 *tokushoho - sp
 ------------------*/
.tokushoho-table {
  margin: 0 auto;
  padding: 1em 2em;
}

.tokushoho-table.single-payment td {
  padding: 10px;
  width: 25%;
}

.tokushoho-table th,
.tokushoho-table td {
  border: 1px solid #CFD8DC;
  text-align: center;
  display: table-cell;
  vertical-align: inherit;
}

.tokushoho-table th {
  background: #ECEFF1;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}

.tokushoho-table .asterisk {
  font-size: 11px;
  line-height: 1.2em;
  margin: 0
}

.tokushoho-table .tokushoho-header td {
  font-weight: bold
}

ul.tokushoho-list {
  list-style: initial;
  padding-left: 2em;
}

details.tokushoho-details {
  padding-bottom: 1em;
}

details.tokushoho-details>div {
  padding: 1em 0 0 1em;
}
/* 
External Transmission
*/

.table-container {
  width: 100%;
  height:auto;
  margin: auto;
  position: relative;
}

.transmission-table {
  width: 100%;
  font-size: 12px;
}

input.accordion-toggle {
  display:block;
}

label.accordion-label {
  position: relative;
  display:inline-block;
  width: 100%;
  background-color: #fff !important;
}
.accordion-label > h2 {
  font-size: 18px;
  background-color: #fff;
  width: 90%;
  padding: 0;
}

.accordion-label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg) translateY(50%);
  color: #000;
}
input.accordion-toggle:checked + .accordion-label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg) translateY(-20%);
  color: #000;
}

input.accordion-toggle {
  display:none;
}

.accordion-toggle +.acc-label + div.table-container {
  height: 0;
  overflow: hidden;
}

.accordion-toggle:checked + .acc-label + .table-container {
  height: auto;
}

.first-col, .second-col {
  z-index: 10;
  left: 0px;
}
.transmission-table {
  margin: 10px 0;
}

.transmission-table thead {
  display: none;
}

.transmission-table tbody {
  display: grid;
}

.transmission-table td {
  display: block;
  padding: 5px 0
}

.transmission-table tr {
  border-top: 1px solid black;
}

.transmission-table td:before {
  content:attr(data-name);
  font-weight: bold;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.tooltip {
  display: inline-block;
  width: calc(100% - 110px)
}

.tooltip i {
  display:none;
}

.tooltip ul {
  margin: 0;
  display:inline-table;
}

.tooltip ul>ul {
  margin: 0 0 0 24px;
}


/*-------------------
 *footer - sp
 ------------------*/
.outer.footer {
  background-color: initial;
}

.footer {
  padding: 40px 20px 35px;
}

.footer-list {
  margin-bottom: 35px;
}

.footer-list li {
  margin-bottom: 20px;
}

.link-list {
  color: #2b2b2b;
  text-align: center;
}

.sns-icon {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 40px;
  line-height: 35px;
}

.sns-icon:last-of-type {
  margin-right: 0;
}

.sns-icon img {
  vertical-align: middle;
}

.kauche-logo {
  display: none;
}

.copyrights {
  text-align: center;
  font-size: 12px;
}

.pc-none {
  display: none;
}

@media screen and (min-width: 870px) {
  :root {
    --header-height: 70px
  }

  body {
    font-size: 16px;
    line-height: 1.9;
  }

  /*-------------------
 *section - pc
 ------------------*/
  .section-header {
    padding: 100px 0 60px;
  }

  .section-body {
    padding: 20px 0;
  }

  .section-body:last-of-type {
    padding: 0 0 120px;
  }

  .section-body-2 {
    padding: 0 0 80px;
  }

  .section-footer {
    padding: 30px 0
  }

  .subsection {
    margin: 100px 0 0;
    display: flex;
    justify-content: space-between;
  }

  .subsection-body {
    position: relative;
    width: 32%;
    margin: 60px 0;
    max-width: 32%;
  }

  .subsection-text {
    min-height: 6em;
  }

  /*-------------------
 *title - pc
 ------------------*/
  .section-title {
    font-size: 35px;
    font-family: "Open Sans";
    font-weight: normal;
    padding-right: 20px;
    padding-left: 20px;
    border-left: solid 5px #f27d02;
    line-height: 30px;
  }

  .section-title-sub {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #828289;
    padding-left: 4px;
    padding-top: 10px;
  }

  .section-title-sub-white {
    color: #fff;
  }

  /*-------------------
 *btn - pc
 ------------------*/
  .btn {
    width: 275px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
  }

  .btn,
  .btn::before,
  .btn::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn:hover {
    background-color: #828289;
  }

  /*-------------------
 *utility - pc
 ------------------*/
  .container {
    max-width: 1050px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-2 {
    padding: 0 115px;
  }

  .br-sp {
    display: none;
  }

  .description-bold {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .br-pc {
    display: inline-block;
  }

  .description {
    font-size: 16px;
  }

  .sp-br {
    display: none;
  }

  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  /*-------------------
 *header - pc
 ------------------*/

  .header {
    height: var(--header-height);
    padding: 20px 30px 10px;
  }

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }

  .btn-trigger {
    display: none;
  }

  .navigation {
    display: inline-block;
    z-index: 100;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    letter-spacing: 0.04em;
    background-color: #fff;
    font-weight: 600;
    position: initial;
    color: #fff;
    transform: initial;
  }

  .nav-item>a {
    color: #2b2b2b;
  }

  .nav-list {
    display: flex;
    width: 100%;
  }

  .nav-item {
    margin: 0;
  }

  .nav-item__link {
    font-size: 14px;
    font-weight: 400;
    margin-left: 1.5em;
    font-feature-settings: "palt";
  }

  .nav-item__link:first-of-type {
    margin-left: 0;
  }

  .nav-logo {
    z-index: 100;
    width: 125px;
    height: 30px;
  }

  .nav-list a.current {
    display: inline-block;
    border-bottom: solid 2px #f27d02;
  }

  /*-------------------
 *hero - pc
 ------------------*/
  .hero-inner {
    max-width: 1060px;
    margin: auto;
  }

  .main-logo {
    display: block;
    width: 435px;
  }

  .hero-copy {
    font-size: 24px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }

  .hero {
    display: flex;
    position: relative;
    height: 700px;
  }

  .hero-text {
    position: absolute;
    top: 25%;
  }

  .sp-img {
    position: absolute;
    right: 1px;
    width: 470px;
    top: 25%;
  }

  /* アニメーション設定 */
  .box {
    display: block;
  }

  .arrowWrap {
    position: absolute;
    right: 45px;
    bottom: 0;
    height: 200px;
    top: 500px;
  }

  .arrowInner p {
    font-size: 12px;
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .arrow {
    width: 1px;
    height: 100px;
    margin: 50px auto 0;
    background-color: #eee;
    position: relative;
    overflow: hidden;
  }

  .arrow::before {
    content: '';
    width: 1px;
    height: 100px;
    margin: 50px auto 0;
    background-color: #000;
    position: absolute;
    top: -150px;
    left: 0;
    -webkit-animation: arrow 1.5s ease 0s infinite normal;
    animation: arrow 1.5s ease 0s infinite normal;
  }

  @keyframes arrow {
    0% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }

    60% {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
    }

    100% {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
    }
  }

  /*-------------------
 *service - pc
 ------------------*/
  .sp-img-2 {
    display: none;
  }

  .sp-img-1 {
    display: block;
    width: 90%;
    min-width: 400px;
    max-width: 500px;
    padding-bottom: 100px;
  }

  .service-flex {
    display: flex;
  }

  .service-container {
    padding: 40px;
  }

  .service-description {
    padding-top: 18px;
    font-size: 16px;
  }

  .service-text-box {
    margin-left: 50px;
  }

  .service-title {
    padding-top: 80px;
  }

  /*-------------------
 *.vision - pc
 ------------------*/
  .vision {
    font-size: 33px;
    text-align: left;
    line-height: 1.3;
  }

  /*-------------------
 *.news
 ------------------*/
  .news-box {
    padding-bottom: 45px;
  }

  .news-item {
    display: flex;
    justify-content: space-between;
  }

  .news-image {
    width: 32%;
    margin: 0 0 60px 0;
    max-width: 32%;
  }

  .news-title {
    padding-bottom: 40px;
  }

  .news-image2 {
    width: auto;
  }

  .news-image {
    overflow: hidden;
    transition: all .2s ease-in-out;
  }

  .news-hover:hover {
    color: #828289;
  }

  .news-image:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
  }

  .news-hover {
    transition: all .2s ease-in-out;
  }

  /*-------------------
 *company - pc
 ------------------*/
  .bg-gray {
    background: #f3f3f3;
    width: 100%;
  }

  .info-block {
    display: flex;
    flex-flow: row-reverse;
    margin: auto;
  }

  .maps-wrapper {
    width: 45%;
  }

  .maps-outer {
    position: relative;
    height: 0;
    padding-top: 75%;
  }

  .maps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .info-list {
    display: block;
    padding-left: 50px;
  }

  .info-item {
    line-height: 1.8;
    font-size: 16px;
  }

  .info-item:last-of-type {
    margin-bottom: 64px;
  }

  /*-------------------
 *member - pc
 ------------------*/
  .control-overlay {
    height: 75%;
    width: 75%;
    max-width: 1200px;
    max-height: 1000px;
    top: 50%;
    left: 0;
    right: -200vw;
    transform: translateY(-50%);
    padding: 5em;

    .profile-name {
      font-size: 30px;
    }

    .profile-img {
      width: 200px;
      height: 200px;
      border-radius: 100px;
    }

    .close {
      position: absolute;
      right: 2em;
      top: 2em;
      width: 2em;
      height: 2em;
      opacity: 0.3;
    }
  }

  /*-------------------
 *recruit - pc
 ------------------*/
  .recruit-sp {
    display: none;
  }

  .recruit-pc {
    display: block;
  }

  .recruit-img {
    width: 90%;
    height: auto;
    min-width: 200px;
    max-width: 600px;
  }

  .recruit-flex {
    display: flex;
  }

  .recruit-text {
    white-space: nowrap;
  }

  .recruit-text-container {
    padding: 0 40px 38px 40px;
  }

  .container-rightnone {
    padding-right: 0;
  }

  /*-------------------
 *speakerdeck - pc
 ------------------*/
  .speakerdeck-title {
    font-size: 30px;
    padding-bottom: 30px;
  }

  /* .speakerdeck-iframe {
    width: 944px;
    height: 531px
  } */

  .speakerdeck-embed-wrapper {
    margin: 20px auto 100px;
  }

  /*-------------------
 *contact - pc
 ------------------*/
  .bg-black {
    background-color: #2b2b2b !important;
    width: 100%;
    color: #fff !important
  }

  .section-body-4 {
    padding-bottom: 20px;
  }

  .contact-container {
    max-width: 800px;
    margin: auto;
  }

  .form-item {
    display: flex;
  }

  .form-title {
    width: 170px;
    margin: 0 30px 0 0;
    text-align: right;
  }

  .form-detail {
    width: 500px;
  }

  /*   
  External Transmission 
  */

  .accordion-toggle +.acc-label + div.table-container {
    height: auto;
    display: initial;
  }
  .accordion-label {
    cursor: pointer;
    background-color: #fff;
  }

  .accordion-label:after {
    display:none
  }
  .accordion-label > h2 {
    font-size: 18px;
    background-color: #fff;
    width: auto;
    padding-bottom: 15px;
  }

  input.accordion-toggle:checked + .accordion-label:after {
    display:none;
  }

  .transmission-table thead {
    line-height: 1.25em;
    display: table-header-group;
  }

  .transmission-table tbody{
    display:table-row-group;
  }
  
  .transmission-table td {
    display: table-cell;
  }
  
  .transmission-table td:before {
    content:none
  }
  
  .table-container {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .transmission-table {
    background-color: #fff;
    border: 1px solid lightgray;
    margin: 0 auto;
    table-layout:auto;
    font-size: 12px;
  }

  .transmission-table,.transmission-table tr,.transmission-table th, .transmission-table td {
    border: 1px solid lightgray;
    background-color: #fff;
    padding: .5em;
    vertical-align: middle;
  }

  .tooltip {
    cursor: help;
    position: relative;
    display: inline-block;
  }
  
  .tooltip i {
    display:initial;
  }

  .tooltip ul {
    margin: 16px 32px;
  }

  .tooltip .tooltiptext {
    z-index:100;
    visibility: hidden;
    opacity: 0;
    min-width: 300px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 25px;
    transition: opacity .5s;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 34px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
  }

  /*-------------------
 *footer - pc
 ------------------*/
  .footer {
    padding: 90px 0;
  }

  .hover:hover {
    color: #828289;
  }

  .link-list {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 30px;
  }

  .sns-icon {
    margin-right: 35px;
  }

  .app-icon {
    margin-right: 23px;
  }

  .bar {
    width: 100%;
    height: 1px;
    background-color: #828289;
  }

  .kauche-logo {
    display: block;
  }

  .copyrights {
    text-align: right;
  }

  .pc-none {
    display: none;
  }
}

.list {
  list-style-position: inside;
  margin: 16px 0;
}

.list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.list ol {
  list-style-position: inside;
  list-style-type: lower-alpha;
  margin-left: 32px;
}

.list ol ol {
  list-style-position: inside;
  list-style-type: lower-roman;
  margin-left: 32px;
}

.list-style-circle {
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 32px;
}

.tab {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  background: #fff;
  border-bottom: 1px solid #BEBEC5;
  position: sticky;
  top: var(--header-height)
}

.tablinks {
  width: 100%;
  text-align: center;
  color: #BEBEC5;
  background-color: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  line-height: 1.3em;
}

.tablinks.active {
  color: #2b2b2b;
  font-weight: 600;
  border-bottom: 4px solid #2b2b2b;
  padding: 14px 16px 10px 16px;
}

.tabcontent {
  margin: 0 auto;
  display: none;
  padding: 350px 0 32px;
  border-top: none;
  position: relative;
  top: -300px;
  margin-bottom: -300px;
  z-index: -1
}

.tabcontent:first-child {
  display: block;
}

.fa-twitter-x:before {
  content: '𝕏';
  font-family: unset;
  font-weight: bold;
}