@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Rajdhani:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

:root {
  --textcolor: #141414;
  --mainback: hsl(217, 79%, 92%);
  --subback: hsl(0, 0%, 40%);
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Rajdhani', sans-serif;
  background: var(--mainback) !important;
  color: #000000;
  width: 100%;
  height: 100vh;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}
ul {
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1 {}

img {}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
/*------------ PC・SP 表示切替（768） -----------*/
@media screen and (max-width: 768px){
  .pc7 {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .sp7 {
    display: none !important;
  }
}

.inner {}

section {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}

section h3 {
  display: block;
  font-weight: 700;
  font-size: 3em;
  background: linear-gradient(to top, #053776, #2172a6);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  section h3 {
    font-size: 46px;
    line-height: 1;
  }
}

figure {
  display: block;
  margin: 0;
}

.inverse {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 100vmax #000;
  clip-path: inset(0 -100vmax);
}

a:hover {
  color: #0a58ca;
}

.site-header {
  background: #ffffffba;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 99;
}

.site-header.hide {
  top: -63px;
}

.site-logo img {
  height: 20px;
  width: auto;
}

.gnav__menu {
  display: flex;
}

.gnav__menu__item {
  margin-left: 20px;
}

.site-header .gnav__menu__item a {
  color: #333;
  text-decoration: none;
}



/* slider */
body.index .mv {
  background: #f1f1f1;
  position: relative;
  height: calc(100vh - 88px)
}



body.index .mv .mv-mask {
  background-color: #fff;
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 10;
  animation-delay: 1s;
  animation-duration: 2s
}

body.index .mv .mv-ttl {
  color: #fff;
  font-size: 45px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: .3em;
  opacity: 0;
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index: 2;
  text-shadow: 5px 4px 17px #1c4e6a;
  animation-delay: 1.6s;
  height: auto !important;
  opacity: 1
}

body.index .mv .mv-ttl.fake {
  opacity: 0 !important
}

@media only screen and (max-width: 768px) {
  body.index .mv .mv-ttl {
    font-size: 30px;
    font-size: 1.5rem;
    line-height: 1.66;
    left: 40px;
    transform: translateY(-50%);
    bottom: 5%;
    text-shadow: 5px 4px 17px #1c4e6a
  }
}

body.index .mv .mv-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}

@media only screen and (max-width: 768px) {
  body.index .mv .mv-slider {
    pointer-events: none
  }
}

body.index .mv .mv-slider div:not(.mv-ttl) {
  height: 100%
}

body.index .mv .mv-slider .slide {
  width: 100%
}

body.index .mv .mv-slider .slide .img-pc,
body.index .mv .mv-slider .slide .img-sp {
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 768px) {
  body.index .mv .mv-slider .slide .img-pc {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  body.index .mv .mv-slider .slide .img-sp {
    display: none
  }
}

@keyframes loading {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

body.index .mv {
  background: #f1f1f1;
  position: relative;
  height: calc(100vh - 88px);
}

body.index .mv .mv-mask {
  background-color: #fff;
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 10;
  animation-delay: 1s;
  animation-duration: 2s;
}

body.index .mv .mv-mask {
  background-color: #fff;
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 10;
  animation-delay: 1s;
  animation-duration: 2s;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

body.index .mv .mv-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

body.index .mv .mv-slider div:not(.mv-ttl) {
  height: 100%;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body.index .mv .mv-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 10px;
}

body.index .mv .mv-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 10px;
}

body.index .mv .mv-slider .slick-dots li {
  background-color: #fff;
  width: 100px;
  height: 3px;
  margin-right: 5px;
  padding: 0;
}

body.index .mv .mv-slider .slick-dots button {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
}

body.index .mv .mv-slider .slick-dots button {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
}

body.index .mv .mv-slider .slick-dots li.slick-active {
  background-image: -owg-linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-image: -webkit-linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-image: -moz-linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-image: -o-linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-image: linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-size: 200% auto;
  transition: .5s;
  position: relative
}

body.index .mv .mv-slider .slick-dots li.slick-activea:hover {
  background-position: right center
}

body.index .mv .mv-slider .slick-dots li.slick-active:after {
  background-color: #fff;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  animation-delay: .2s;
  animation-timing-function: linear;
  animation-name: loading;
  animation-duration: 4.5s
}

@keyframes loading {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

body.index .mv .mv-slider .slick-dots li:last-child {
  margin-right: 0
}

body.index .mv .mv-slider .slick-dots button {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none
}

body.index .mv .mv-slider .slide .img-pc,
body.index .mv .mv-slider .slide .img-sp {
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slide01 {
  background-image: url(https://hata-kensetsu.co.jp/assets/img/top/top-slide-01.web);
}

@media only screen and (max-width: 768px) {
  .slide01 {
    background-image: url(https://hata-kensetsu.co.jp/assets/img/top/top-slidesp-01.webp);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.slide02 {
  background-image: url(https://hata-kensetsu.co.jp/assets/img/top/top-slide-02.webp);
}

@media only screen and (max-width: 768px) {
  .slide02 {
    background-image: url(https://hata-kensetsu.co.jp/assets/img/top/top-slidesp-02.webp);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.slide03 {
  background-image: url(https://hata-kensetsu.co.jp/assets/img/top/top-slide-03.webp);
}

@media only screen and (max-width: 768px) {
  .slide03 {
    background-image: url(https://hata-kensetsu.co.jp/assets/img/top/top-slidesp-03.webp);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

body.supporter .supporter-table dl dd.typeB {
  padding: 10px 50px 10px 60px
}

.concept-img {
  position: absolute;
  top: 8em;
  right: 0;
  text-align: right;
}


/* header */
#navArea {}

header {}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
}

.top_logo {
  object-fit: contain;
  height: 46px;
  width: 100%;
  margin-right: 1em;
}

.top_logo img {
  width: auto;
  height: 100%;
  margin: 0 15px;
}

.top_menu {
  margin-right: 60px;
}

.top_menu ul {
  display: flex;
}

@media screen and (max-width: 768px) {
  .top_menu ul {
    display: none;
  }
}

.top_menu li {
  padding: 0px 10px;
}


/*menu */

.menu a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  font-weight: bold;
  padding: 3px 0;
  text-decoration: none;
}

.menu a:hover {
  color: #575757;

}

.menu a:hover::after,
.menu a:hover::before {
  width: 100%;
  left: 0;
}

.menu a::after,
.menu a::before {
  content: '';
  position: absolute;
  top: calc(100% + 0px);
  width: 0;
  right: 0;
  height: 3px;
}

.menu a::before {
  transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
  background: #2196f3;
}

.menu a::after {
  transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #F44336;
}



/*  */
section {
  width: 100%;
}

/* newsinfomation */
#news {}

.news-area {
  background-color: white;
  padding: 1em;
  margin: 1em;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  height: auto;
}

#news h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #053776;
}

#news dl {
  display: flex;
  margin-top: 1em;
}

#news dt {
  padding-right: 1em;
  color: #878585;
  font-weight: 600;
}

#news dd {
  margin-bottom: 0;
}

/* first-view */
#first-view span {
  display: block;
  content: " ";
  width: 11.3rem;
  height: 1px;
  margin-bottom: 3rem;
}

#first-view p {
  line-height: 2em;
  font-size: 20px;
  letter-spacing: 5px;
}

.first-txt {}

.first-txt p {
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8 !important;
}

.second-text {}

.second-text p {
  font-size: 16px !important;
}
@media screen and (max-width:576px) {
  .second-text p {
    line-height: 2;
  }
}

@media screen and (max-width:768px) {
  .first-txt {
    margin-top: 20px;
  }
}

/* business content */
#business-content {
  position: relative;
  height: 650px;
}

.business-top-img {}

.business-top-img img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .business-top-img img {
    display: none;
  }
}


.busi-all-area {
  margin-top: -160px;
}

@media screen and (max-width:768px) {
  .busi-all-area {
    margin-top: 0px;
  }

  #business-content {
    height: 100vh;
  }
}


@media screen and (max-width: 576px) {
  #business-content {
    position: relative;
    height: 540px;
  }
}

.busi-content {
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.busi-content:hover {
  opacity: 1;
  border-color: #c8e6e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.busi-content .busi-txt {
  color: black;
  position: absolute;
  top: 2.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.2em;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-weight: bold;
  line-height: 1rem;
  padding: 3px;
}

.busi-txt-area {
  position: relative;
  background-color: white;
  height: 4em;
}

.busi-content .busi-en {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.8em;
  display: inline-block;
  background-color: #6bb2cf;
  font-size: 16px;
  font-weight: 600;
  font-weight: bold;
  color: #fff;
  line-height: 1rem;
  padding: 0.5em;
}

.busi-content .btn-arrow {
  position: absolute;
  top: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2em;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-weight: bold;
  line-height: 1rem;
  padding: 3px;
}

.busi-content figure {
  overflow: hidden;
}

.busi-content figure img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.busi-content:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.working-flex-item01 {
  width: 100%;
  overflow: hidden;
}


@media screen and (max-width: 768px) {
  #news dl {
    flex-direction: column;
    line-height: 1.2em;
  }

  .busi-content .btn-arrow {
    right: 1rem;
    text-align: end;
  }

  .busi-content .busi-en {
    font-size: 16px;
  }

  .busi-content .busi-txt {
    color: black;
    position: absolute;
    top: 2.2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1em;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-weight: bold;
    line-height: 1rem;
    padding: 3px;
  }
}

/* top-message */
#top-message {
  margin-top: 24rem;
  padding: 0 5%;
}

.top-message-ttl p {
  font-weight: 700;
  font-size: 20px;
}

.message-txt {
  line-height: 2em;
  font-size: 16px;
  padding-top: 2em;
  font-family: 'Noto Sans JP';
}

.ceo-img {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

@media screen and (min-width:768px) {
  #top-message {
      margin-top: 15%;
    }
}
@media screen and (max-width: 768px) {

  .ceo-img {
    margin-top: 2em;
  }
}

@media screen and (max-width: 576px) {
  #top-message {
    margin-top: 90%;
  }
}

/* working */
#working {
  padding: 0 5%;
  margin-top: 160px;
}

.work-life-ttl {}

.work-life-ttl p {
  font-weight: 700;
  font-size: 20px;
}

.work-life-sub p {
  line-height: 2em;
  font-size: 16px;
  padding-top: 2em;
}

.working-area {
  margin-top: 0;
}

.working-area ul {
  margin-top: 0;
  width: 40rem;
}

.working-area li {
  display: block;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
}

.working-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.working-img {
  margin-right: 1em;
  width: 100%;
}

.working-img img {
  width: 125px;
  height: auto;
}

.working-menu-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  line-height: 2em;
}



.working-menu-content p {
  display: block;
  font-weight: 600;
  font-size: 2.0rem;
  font-weight: bold;
  color: #6bb2cf;
  line-height: 1;
}

.working-menu-content span {
  color: black;
  display: block;
}

@media screen and (max-width: 768px) {
  .working-menu-content .close-btn-2 {
    top: 10em;
  }

  .working-menu-content .close-btn {
    top: 17em;
  }

  .working-area {
    margin-top: 2em;
    padding: 0;
  }
}

.working-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.working-flex:hover {
  opacity: 1;
  border-color: #c8e6e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.working-flex-item01 {
  width: 50%;
  overflow: hidden;
}

.working-flex-item01 img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.working-flex-item01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.working-flex-item02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.working-flex-item02 .working-menu {
  line-height: 20px;
  padding-left: 20px;
}

.working-flex-item02 .close-btn {
  padding-right: 3em;
}

.working-flex-item02 .close-btn img {}

/* interview */
#interview {
  padding: 0 5%;
}

#interview .sec-title .en {
  background: linear-gradient(to top, #053776, #2172a6);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 5px 5px 2em #053776;
  font-size: 2em;
  height: 1.5em;
}

#interview .sec-title .jp {
  font-size: 18px;
}

.slider img {
  width: 100%;
}

.slider-item figure {}

.slider-item img {
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.interview-link-body {
  position: absolute;
  top: 5%;
  right: 0%;
  color: black;
  background-color: white;
  padding: 2rem;
  width: 100%;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  height: 540px;
}

.interview-link-body h3 {
  font-size: 18px;
  line-height: 2rem;
}

.interview-link-body p {
  line-height: 1.5rem;
  font-family: 'Noto Sans JP';
}

.interview-link-body dl {}

.interview-link-body dt {}

.interview-link-body dd {
  margin-left: 4em;
}

@media screen and (max-width: 768px) {
  #interview {
    margin-top: 3rem;
  }

  .slider img {
    width: 100%;
  }

  .interview-link-body {
    right: 0%;
    top: 5%;
    width: 85%;
  }

  .interview-link-body {
    height: 750px;
    width: 100%;
  }
}

.interview-ttl p {
  font-weight: 700;
  font-size: 20px;
}

/* concept */
#concept {
  padding: 0 5%;
}

@media screen and (max-width: 576px) {
  #concept {
    margin-top: -18%;
  }

  .interview-link-body {
    width: 100%;
    right: 0%;
    top: -1%;
    padding: 2rem 1rem;
  }

  .interview-link-body p {
    line-height: 1.6;
  }
}

.concept-ttl p {
  font-weight: 700;
  font-size: 20px;
}

#concept .message-txt {
  line-height: 2em;
}

.concept-img {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  width: 50%;
}

#concept .message-txt span {}

/* footer */
.tks_footer {
  margin-top: 0;
  padding-bottom: 12px;
  background-color: hsl(216, 54%, 63%);
  ;
  position: relative;
}

@media screen and (max-width: 550px) {
  .tks_footer {
    padding-bottom: 30px;
  }
}

.tks_footer .copyright {

}
.tks_footer .copyright p {
  text-align: right;
}

footer {
  padding-top: 0;
}

.tks_footer_logo {
  width: 200px;
  margin: 0 auto;
  padding-top: 49px;
}

.tks_footer_logo a img {
  width: 100%;
  display: grid;
  margin: 0 auto;
  padding-bottom: 8px;
}
.tks_footer_logo p {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 550px) {
  .tks_footer_logo {
    padding-top: 34px;
  }
}

.tks_footer_logo a {
  width: 100%;
}

.tks_footer_fanclub {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  border-top: none;
}

@media screen and (max-width: 550px) {
  .tks_footer_fanclub {
    margin-top: 31px;
    margin-left: 0;
    margin-right: 37px;
    justify-content: unset;
    flex-direction: column;
    width: 50%;
    border-top: 1px solid #fff;
    border-left: none;
  }
}

.tks_footer_row {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  .tks_footer_row {
    margin-left: 37px;
    margin-right: 37px;
    flex-wrap: unset;
    flex-direction: column;
    border: none;
  }
}

.tks_footer_row--left,
.tks_footer_row--right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 550px) {

  .tks_footer_row--left,
  .tks_footer_row--right {
    width: 100%;
  }
}

.tks_footer_row--left {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  .tks_footer_row--left {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}

.tks_footer_link {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  .tks_footer_link {
    height: 60px;
    display: table;
  }
}

.tks_footer_link a {
  padding: 16px 50px 16px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.5s;
}

@media screen and (min-width: 550px) and (max-width:909px) {
  .tks_footer_link a {
    padding: 16px 53px 16px 20px;
  }
}

@media screen and (max-width: 550px) {
  .tks_footer_link a {
    font-size: 14px;
    padding: 0 40px 11px 0;
    display: table-cell;
    vertical-align: bottom;
  }
}

.tks_footer_link a:hover {
  opacity: 0.8;
}

.tks_footer_link a::before {
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 30px;
  margin: auto;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 550px) {
  .tks_footer_link a::before {
    bottom: -18px;
    right: 0;
    width: 10px;
    height: 10px;
  }
}

.tks_footer_copy {
  margin-top: 41px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 550px) {
  .tks_footer_copy {
    margin-top: 44px;
    font-size: 10px;
  }
}

footer {
  margin-bottom: 3em;
}

/* modal */

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow-y: scroll;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vmax;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 999;
  overflow-y: scroll;
}

.modal__content p {
  text-align: center;
  line-height: 20px;
}

.modal__content h3 {
  text-align: center;
  font-size: 25px;
  padding: 0.5em 0;
}

.modal__content img {
  height: 100%;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.js-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
}

.js-modal-close img {
  width: 50px;
  height: 30px;
  display: block;
  margin: 0 auto;
}


.gallery-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 250px 250px;

}

.gallery-box {
  display: grid;
  place-items: center center;
  width: 80%;
  margin: 0 auto;
}

.gallery-box img {
  width: 23vw;
  height: auto;
}

.gallery-box p {
  font-size: 12px;
  text-align: left;
  height: 75px;
  font-family: 'Noto Sans JP';
}

.gallery-area {
  top: 72%;
}

.interview-area {
  display: grid;
  place-items: center center;
  width: 85%;
}

.interview-area p {
  text-align: left;
  font-size: 12px;
}

.saiyou-area {
  display: grid;
  place-items: center center;
}

.saiyou-area p {
  text-align: left;
  font-size: 12px;
}

.base_name {
  margin-top: 3em;
  font-weight: 700;
  font-size: 20px !important;
  margin-bottom: 0.5em;
}

.base-txt {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 576px) {
  .beginning h2 {
    font-size: 4.68vw;
  }

  .beginning .lead p {
    font-size: 17px;
  }

  .gallery-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px;
  }

  .gallery-box img {
    width: 30vw;
  }

}

.company-area {
  width: 70%;
}

.history-area {
  width: 70%;
}

@media screen and (max-width:768px) {
  .company-area {
    width: 90%;
    height: 80vh;
  }

  .history-area {
    width: 90%;
    height: 80vh;
  }
  .base-area {
    width: 90%;
    height: 80vh;
  }
  .base-txt {
    margin-top: 10px;
  }
  .base_name {
    margin-top: 20px;
  }
}

/* topslider */
body.index .mv {
  background: #f1f1f1;
  position: relative;
  height: 100vh;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  body.index .mv {
    height: 100vh;
  }
}

body.index .mv .mv-mask {
  background-color: #fff;
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 10;
  animation-delay: 1s;
  animation-duration: 2s
}

body.index .mv .mv-ttl {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: .3em;
  position: absolute;
  left: 70px;
  bottom: 140px;
  z-index: 2;
  text-shadow: 5px 4px 17px #1c4e6a;
  animation-delay: 1.6s;
  height: auto !important;
  opacity: 1;
  font-weight: 600;
}

body.index .mv .mv-ttl.fake {
  opacity: 0 !important
}

@media only screen and (max-width: 768px) {
  body.index .mv .mv-ttl {
    font-size: 26px;
    line-height: 1.6;
    left: 10px;
    top: 75vh;
    letter-spacing: 2px;
    transform: translateY(-50%);
    text-shadow: 5px 4px 17px #1c4e6a
  }
}

body.index .mv .mv-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}

@media only screen and (max-width: 768px) {
  body.index .mv .mv-slider {
    pointer-events: none
  }
}

body.index .mv .mv-slider div:not(.mv-ttl) {
  height: 100%
}

body.index .mv .mv-slider .slide {
  width: 100%
}

body.index .mv .mv-slider .slide .img-pc,
body.index .mv .mv-slider .slide .img-sp {
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 768px) {
  body.index .mv .mv-slider .slide .img-pc {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  body.index .mv .mv-slider .slide .img-sp {
    display: none
  }
}

@keyframes loading {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

body.index .mv .mv-mask {
  background-color: #fff;
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 10;
  animation-delay: 1s;
  animation-duration: 2s;
}

body.index .mv .mv-mask {
  background-color: #fff;
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 10;
  animation-delay: 1s;
  animation-duration: 2s;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

body.index .mv .mv-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

body.index .mv .mv-slider div:not(.mv-ttl) {
  height: 100%;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body.index .mv .mv-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 10px;
}

body.index .mv .mv-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 10px;
}

body.index .mv .mv-slider .slick-dots li {
  background-color: #fff;
  width: 100px;
  height: 3px;
  margin-right: 5px;
  padding: 0;
}

body.index .mv .mv-slider .slick-dots button {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
}

body.index .mv .mv-slider .slick-dots button {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
}

body.index .mv .mv-slider .slick-dots li.slick-active {
  background-image: -owg-linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-image: -webkit-linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-image: -moz-linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-image: -o-linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-image: linear-gradient(to right, #005ca1 0, #0095a1 51%, #005ca1 100%);
  background-size: 200% auto;
  transition: .5s;
  position: relative
}

body.index .mv .mv-slider .slick-dots li.slick-activea:hover {
  background-position: right center
}

body.index .mv .mv-slider .slick-dots li.slick-active:after {
  background-color: #fff;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  animation-delay: .2s;
  animation-timing-function: linear;
  animation-name: loading;
  animation-duration: 4.5s
}

@keyframes loading {
  0% {
    width: 100%
  }

  100% {
    width: 0
  }
}

body.index .mv .mv-slider .slick-dots li:last-child {
  margin-right: 0
}

body.index .mv .mv-slider .slick-dots button {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none
}

body.index .mv .mv-slider .slide .img-pc,
body.index .mv .mv-slider .slide .img-sp {
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body.supporter .supporter-table dl dd.typeB {
  padding: 10px 50px 10px 60px
}



/* Humberger Menu */
nav {
  display: block;
  position: fixed;
  background-color: #ffffff;
  width: 220px;
  top: 0;
  left: -300px;
  bottom: 0;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open nav {
  left: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  margin: 0;
}

nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

.toggle-btn {
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 3;
  cursor: pointer;
  opacity: 1;
}

.toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
  border-radius: 4px;
}

.toggle-btn span:nth-child(1) {
  top: 4px;
}

.toggle-btn span:nth-child(2) {
  top: 14px;
}

.toggle-btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle-btn span {
  background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

@media only screen and (min-width: 576px) {
  section h3 {
    line-height: 1;
  }
}

/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform tr {}

.cform th {
  font-size: 14px;
  width: 25%;
  /*変なところで改行される場合はここの数字を変更します。*/
  border: solid 1px #d6d6d6;
  padding: 10px 0 10px 15px;
  font-weight: normal;
  background: #e9ecef;
}

.cform td {
  font-size: 14px;
  line-height: 150%;
  border: solid 1px #d6d6d6;
  padding: 10px 5px;
  background: #f8f9fa;
}

.cform {
  width: 80%;
  margin: auto;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
}

.required-srt {
  font-size: 8pt;
  padding: 5px;
  background: #ce0000;
  color: #fff;
  border-radius: 3px;
  margin-left: 0;
  vertical-align: middle;
}

.required-srt2 {
  font-size: 8pt;
  padding: 5px;
  background: #adb5bd;
  color: #fff;
  border-radius: 3px;
  margin-left: 0;
  vertical-align: middle;
}

@media only screen and (max-width:768px) {
  .cform {
    width: 100%;
  }

  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
  }
}

.submit-btn input {
  background: #000;
  width: 60%;
  max-width: 550px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  border: 2px #000 solid;
  text-align: center;
  padding: 5px;
  color: #fff;
  transition: all 0.4s ease;
}

.submit-btn input:hover {
  background: #fff;
  color: #000;
  font-weight: bold;
}

/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}

.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}

.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}

.stepBar li:first-child:after {
  display: none;
}

.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.stepBar .visited:after {
  background: #e0e0e0;
}

.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}

#contact {
  padding: 0 5%;
}


/*--------------------------------------
entry
---------------------------------------*/
#entry {}

#entry .container {
  margin: 0 auto;
  padding: 2rem;
}


@media screen and (min-width:560px) {
  .box {
    padding: 1em;
    width: 100%;
    margin: 1em auto 0;
    line-height: 2rem;
    background: white;
  }

  .pox {
    padding: 2em;
    background: hsl(216, 54%, 63%);
    padding-bottom: 4em;
    width: 80%;
    margin: 0 auto;
  }
}

/* responsive */
@media screen and (max-width:572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  input[type="tel"] {
    width: 100%;
  }

  input[type="email"] {
    width: 100%;
  }

  input[type="text"],
  textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }

}


/* gallery slider */
#gallery-slide {
  width: 100%;
  overflow: hidden
    /* min-height: 1000px; */
}

.banner-slider-wrap #nextArrow,
.banner-slider-wrap #prevArrow {
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  cursor: pointer
}

.banner-slider-wrap #prevArrow {
  left: 30px
}

.banner-slider-wrap #nextArrow {
  right: 30px
}

.banner-slider-wrap {
  position: relative;
  z-index: 10
}

@media only screen and (max-width: 768px) {
  .banner-slider-wrap {
    padding: 0
  }
  .banner-slider-wrap #nextArrow,
  .banner-slider-wrap #prevArrow {
    display: none;
  }
}

.banner-slider-wrap #nextArrow,
.banner-slider-wrap #prevArrow {
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  cursor: pointer
}

.banner-slider-wrap #prevArrow {
  left: 30px
}

.banner-slider-wrap #nextArrow {
  right: 30px;
  text-align: right;
}

.banner-slider {
  margin: 0 auto;
  width: calc(100% - 170px);
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .banner-slider {
    width: 100%;
    padding: 0;
  }

  .slick-dots {
    margin: -35% 0 0 0;
    padding: 0;
  }

  #concept {
    margin-top: 0em;
  }

  .toggle-btn {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .banner-slider li {
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .banner-slider li:hover {
    opacity: .7
  }
}

.banner-slider .slick-slide {
  margin: 0 5px
}

@media only screen and (max-width: 768px) {
  .banner-slider .slick-slide {
    width: 600px
  }
}
@media only screen and (max-width: 560px) {
  .banner-slider .slick-slide {
    width: 80vw
  }
}

.banner-slider .slick-list {
  margin: 0 -5px
}

@media only screen and (max-width: 768px) {
  .pc {
    /* display: none !important */
  }
}

.banner-slider-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width:786px) {
  .banner-slider-wrap p {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    /* display: none !important */
  }
}

@media screen and (max-width:768px) {
  .banner-slider-wrap p {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
}

#gallery {
  padding: 0 5%;
  margin-top: 160px;
}

#entry-ttl {
  padding: 0 5%;
}


/* table */
#table01 {
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 10px 0;
  border: none;
  color: #000;
}

#table01 th {
  width: 20%;
}

/* sp table*/
@media only screen and (max-width: 576px) {

  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
    padding: 10px 0;
    font-weight: 600;
  }

  #table01 td {
    padding-top: 0;
  }
}


/* history table */
.timeline {
  list-style: none;
}

.timeline>li {
  margin-bottom: 60px;
}

.timeline-date {
  font-weight: bold;
}

/* for Desktop */
@media (min-width : 640px) {
  .timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
    margin-bottom: 1rem;
    width: auto;
    margin: 0 auto;
  }

  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
    color: rgb(84, 84, 84);
    font-weight: bold;
  }

  .timeline-content {
    width: 50%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .timeline-content p {
    text-align: left;
    line-height: 2em;
    color: rgb(0, 0, 0);
  }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #55b0f0;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

/* 576 */
@media screen and (max-width:576px) {
  #top-message {
    padding: 0 1%;
  }

  #working {
    padding: 0 1%;
  }

  #gallery {
    padding: 0 1%;
  }

  #interview {
    padding: 0 1%;
  }

  #concept {
    margin-top: -10%;
    padding: 0 1%;
  }

  .busi-content {
    margin: 0;
    display: block;
  }

  .top-message-ttl p {
    margin-bottom: 1em;
  }

  .ceo-img {
    margin-top: 2em;
  }

  #entry-ttl {
    padding: 0 1%;
  }
}

/* header-smooth */
.site-header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 99;
}

.site-header.hide {
  top: -63px;
}

.site-logo img {
  height: 20px;
  width: auto;
}

.gnav__menu {
  display: flex;
}

.gnav__menu__item {
  margin-left: 20px;
}

.site-header .gnav__menu__item a {
  color: #333;
  text-decoration: none;
}



/* 0914 */

/* h1用切り抜き */
.h1-rect {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

/* concepttable */
.concept-table {
  box-sizing: border-box;
  width: 100%;
  background: #f3f3f3;
  padding: 20px 15px;
  color: black;
  margin-top: 1rem;
  border-radius: 8px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
}
.concept-table dt {
  font-weight: bold;
  margin-top: 20px;
}
