/* ------------------------------------ reset ------------------------------------ */

*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------ common ------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #535353;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

body.mt-page .mt-main {
  font-size: 1.4rem;
}

ul,
ol,
li {
  margin: 0;
}

a {
  color: #535353;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.link-inside-black:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: bottom;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/link-inside-black.svg);
  background-repeat: no-repeat;
}

.open.link-inside-black:after {
  transform: rotate(-180deg);
}

.link-outside-black:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 8px;
  vertical-align: bottom;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/link-outside-black.svg);
  background-repeat: no-repeat;
}

.link-outside-black-small:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/link-outside-black-small.svg);
  background-repeat: no-repeat;
}

.link-outside-gray-small:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: bottom;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/link-outside-gray-small.svg);
  background-size: 14px;
  background-repeat: no-repeat;
}

.link-inner {
}
.list-unstyled {
  list-style: none;
  padding: 0;
}

.list-vertical {
  flex-direction: column;
}

.text-white {
  color: #fff !important;
}

.text-date {
  font-size: 1.3rem;
  letter-spacing: 0.07em;
}

.mt-main p {
  word-wrap: break-word;
}

.mt-btn {
  display: block;
  text-align: center;
}
.mt-btn-txt {
  display: inline-block;
  margin: 24px auto 0 auto;
  padding: 10px 24px;
  border-radius: 30px;
  border: 1px solid #009ce2;
  background: white;
  color: #009ce2;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
}
.accordion-txt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/acordion-arrow-blue.svg);
}

.d-pc {
  display: block;
}

.d-sp {
  display: none;
}

.d-lg {
  display: none;
}

.opacity,
.opacity img {
  transition: opacity 0.25s;
}

.opacity:hover,
.opaity:hover img {
  opacity: 0.5;
  transition: opacity 0.25s;
  text-decoratin: none;
}

@media (max-width: 740px) {
  .d-pc {
    display: none;
  }
  .d-sp {
    display: block;
  }
}

/* ------------------------------------ accordion ------------------------------------ */

.accordion-btn {
  cursor: pointer;
}

.accordion-item .mt-footer-child-list-link {
  font-size: 1.4rem;
}

/* ------------------------------------ swiper ------------------------------------ */

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  margin-right: 12px;
  background: #d7d8d8;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #009ce2;
}

.swiper-nav {
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
}
.swiper-pagination {
  position: static;
  margin-right: 8px;
}
.swiper-link a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.swiper-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/link-arrow-blue.svg);
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/slide-arrow-left.svg);
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 15px;
  content: "";
}
.swiper-button-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/slide-arrow-right.svg);
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 15px;
  content: "";
}

/* ------------------------------------ layout ------------------------------------ */

.mt-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.mt-container-md {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.mt-container-inner {
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
  padding: 0 24px;
}

.mt-container-vertical {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 940px) {
  .mt-container-inner {
    max-width: 648px;
  }
  .mt-pickup-section {
    overflow: hidden;
  }
}

@media (max-width: 740px) {
  .mt-container-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mt-container-vertical {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* ------------------------------------ property ------------------------------------ */

.position-relative {
  position: relative;
}

.mt-row,
.row {
  display: flex !important;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

@media (min-width: 941px) {
  .d-pc-none {
    display: none;
  }
  .d-pc-block {
    display: block;
  }
  .d-pc-inline-block {
    display: inline-block;
  }
  .d-pc-flex {
    display: flex;
  }
}

.d-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.d-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 740px) {
  .d-center {
    position: static;
    transform: none;
    margin-top: 3rem;
    justify-content: center;
  }
}

.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}

.font-weight-normal {
  font-weight: normal;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #009ce2 !important;
}
.text-secondary {
  color: #76adc6 !important;
}
.text-black {
  color: #535353 !important;
}

.text-gray {
  color: #898989 !important;
}
.text-brown {
  color: #b49c2f !important;
}

.bg-blue {
  background: #f5fbfe;
}

.bg-brown {
  background: #faf8f4;
}
.bg-introduction {
  background-image: url(/https/www.kahoku.co.jp/corporate/img/page/item-introduction-back.jpg);
  background-size: cover;
}

.bg-white {
  background: #fff;
}

.bg-primary {
  background: #009ce2;
}

.bg-secondary {
  background: #73c9ef;
}

.border {
  border-style: solid;
  border-width: 1px;
}

.border-bottom {
  border-style: solid;
  border-width: 0 0 2px 0;
}

.border-primary {
  border-color: #009ce2;
}

.border-brown {
  border-color: #b49c2f;
}

.border-gray {
  border-color: #dbdcdc;
}

.button {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  border-radius: 20px;
  text-decoration: none !important;
}
.pager__prev {
  margin: 0 auto 0 0;
}
.pager__prev .button {
  padding: 1rem 4rem 1rem 5rem;
}

.pager__next {
  margin: 0 0 0 auto;
}
.pager__next .button {
  padding: 1rem 5rem 1rem 4rem;
}

.button:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/button-arrow-white.svg);
  background-repeat: no-repeat;
}

.pager {
  position: relative;
}

.pager__prev .button:after,
.pager__next .button:after {
  width: 20px;
  height: 20px;
}

.pager__prev .button:after {
  left: 16px;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/pager-arrow-left-off.svg);
}

.pager__prev .button:hover:after {
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/pager-arrow-left-on.svg);
}

.pager__next .button:after {
  right: 16px;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/pager-arrow-right-off.svg);
}

.pager__next .button:hover:after {
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/pager-arrow-right-on.svg);
}

@media (max-width: 740px) {
  .pager__prev .button {
    padding: 1rem;
  }
  .pager__prev .button:after {
    display: none;
  }
  .pager__next .button {
    padding: 1rem;
  }
  .pager__next .button:after {
    display: none;
  }
}

.table-brown {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-brown th {
  background-color: #b49c2f !important;
  color: #fff !important;
}

.table-brown tr:nth-child(even) td {
  background-color: #fff !important;
}

.table-brown tr:nth-child(odd) td {
  background-color: #fbfaf3 !important;
}

.button:hover {
  text-decoration: none !important;
}

.button-primary {
  background: #009ce2 !important;
  color: #fff !important;
  transition: opacity 0.25s;
  opacity: 1;
}
.button-primary:hover {
  transition: opacity 0.25s;
  opacity: 0.5;
}

.button-primary-out {
  border: 1px solid #009ce2 !important;
  color: #009ce2 !important;
  background-color: #fff !important;
  transition: background-color 0.25s;
  opacity: 1;
}

.button-primary-out:hover {
  color: #fff !important;
  background-color: #009ce2 !important;
  transition: bbackground-color 0.25s;
  opacity: 1 !important;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
  opacity: 1;
  transition: opacity 0.25s;
}

.arrow:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 20px;
  width: 20px;
  right: 16px;
  margin-left: 4px;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/arrow-arrow-primary.svg);
  background-repeat: no-repeat;
}

.arrow:hover {
  opacity: 0.5;
}

.arrow-primary {
  color: #009ce2 !important;
}

.rounded {
  border-radius: 10px;
}

.f-12 {
  font-size: 1.2rem !important;
}
.f-13 {
  font-size: 1.3rem !important;
}
.f-14 {
  font-size: 1.4rem !important;
}
.f-15 {
  font-size: 1.5rem !important;
}
.f-16 {
  font-size: 1.6rem !important;
}
.f-17 {
  font-size: 1.7rem !important;
}

.f-18 {
  font-size: 1.8rem !important;
}

.f-19 {
  font-size: 1.9rem !important;
}

.f-20 {
  font-size: 2rem !important;
}

.f-21 {
  font-size: 2.1rem !important;
}

.f-22 {
  font-size: 2.2rem !important;
}

.f-23 {
  font-size: 2.3rem !important;
}

.f-24 {
  font-size: 2.4rem !important;
}

.f-25 {
  font-size: 2.5rem !important;
}

.f-26 {
  font-size: 2.6rem !important;
}

.f-27 {
  font-size: 2.7rem !important;
}

.f-40 {
  font-size: 4rem !important;
}
@media (max-width: 740px) {
  .f-40 {
    font-size: 3rem !important;
  }
  .f-24,
  .f-25,
  .f-26,
  .f-27 {
    font-size: 2.3rem !important;
  }
}

.p-1 {
  padding: 0.5rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.p-3 {
  padding: 2rem !important;
}
.p-4 {
  padding: 5rem !important;
}
.p-5 {
  padding: 10rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pt-3 {
  padding-top: 2rem !important;
}
.pt-4 {
  padding-top: 5rem !important;
}
.pt-5 {
  padding-top: 10rem !important;
}

@media (min-width: 941px) {
  .pt-pc-0 {
    padding-top: 0rem !important;
  }
  .pt-pc-1 {
    padding-top: 0.5rem !important;
  }
  .pt-pc-2 {
    padding-top: 1rem !important;
  }
  .pt-pc-3 {
    padding-top: 2rem !important;
  }
  .pt-pc-4 {
    padding-top: 5rem !important;
  }
  .pt-pc-5 {
    padding-top: 10rem !important;
  }
  .p-pc-1 {
    padding: 0.5rem !important;
  }
  .p-pc-2 {
    padding: 1rem !important;
  }
  .p-pc-3 {
    padding: 2rem !important;
  }
  .p-pc-4 {
    padding: 5rem !important;
  }
  .p-pc-5 {
    padding: 10rem !important;
  }
}

.mt-4 {
  margin-top: 5rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 2rem !important;
}
.mb-4 {
  margin-bottom: 5rem !important;
}
.mb-5 {
  margin-bottom: 10rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.mr-2 {
  margin-right: 1rem !important;
}
.mr-3 {
  margin-right: 2rem !important;
}
.mr-4 {
  margin-right: 5rem !important;
}
.mr-5 {
  margin-right: 10rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 941px) {
  .mt-pc-0 {
    margin-top: 0rem !important;
  }
  .mb-pc-0 {
    margin-bottom: 0rem !important;
  }
  .mb-pc-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-pc-2 {
    margin-bottom: 1rem !important;
  }
  .mb-pc-3 {
    margin-bottom: 2rem !important;
  }
  .mb-pc-4 {
    margin-bottom: 5rem !important;
  }
  .mb-pc-5 {
    margin-bottom: 10rem !important;
  }
  .mr-pc-0 {
    margin-right: 0rem !important;
  }
  .mr-pc-1 {
    margin-right: 0.5rem !important;
  }
  .mr-pc-2 {
    margin-right: 1rem !important;
  }
  .mr-pc-3 {
    margin-right: 2rem !important;
  }
  .mr-pc-4 {
    margin-right: 5rem !important;
  }
  .mr-pc-5 {
    margin-right: 10rem !important;
  }
}

.wl-100 {
  margin-right: calc((100vw - 988px) / 2);
}
.wl-100 .mt-container-inner {
  margin-left: calc((100vw - 988px) / 2);
}

.wr-100 {
  margin-left: calc((100vw - 988px) / 2);
}
.wr-100 .mt-container-inner {
  margin-right: calc((100vw - 988px) / 2);
}

@media (max-width: 1180px) {
  .wl-100 {
    margin-right: 16px;
  }
  .wr-100 {
    margin-left: 16px;
  }
  .wl-100 .mt-container-inner,
  .wr-100 .mt-container-inner {
    margin-right: 0;
    margin-left: 0;
  }
}

.rounded-l {
  border-radius: 10px 0 0 10px;
}

.rounded-r {
  border-radius: 0 10px 10px 0;
}

.col-1 {
  -ms-flex: 0 0 8.22233%;
  flex: 0 0 8.22233%;
  max-width: 8.22233%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-4 {
  -ms-flex: 0 0 33.2223%;
  flex: 0 0 33.2223%;
  max-width: 33.2223%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-7 {
  -ms-flex: 0 0 58.22233%;
  flex: 0 0 58.22233%;
  max-width: 58.22233%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-10 {
  -ms-flex: 0 0 83.22233%;
  flex: 0 0 83.22233%;
  max-width: 83.22233%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 941px) {
  .col-pc-1 {
    -ms-flex: 0 0 8.22233%;
    flex: 0 0 8.22233%;
    max-width: 8.22233%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-4 {
    -ms-flex: 0 0 33.2223%;
    flex: 0 0 33.2223%;
    max-width: 33.2223%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-7 {
    -ms-flex: 0 0 58.22233%;
    flex: 0 0 58.22233%;
    max-width: 58.22233%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-10 {
    -ms-flex: 0 0 83.22233%;
    flex: 0 0 83.22233%;
    max-width: 83.22233%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-pc-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.float-left {
  float: left;
}

.float-clear {
  clear: left;
}

.sp-left {
  margin-left: 15px;
}
@media (max-width: 720px) {
  .float-left {
    float: none;
    margin-right: auto !important;
    margin-bottom: 2rem;
    margin-left: auto;
  }
}

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

.mt-header {
  position: relative;
  margin-top: 24px;
}

@media (max-width: 1180px) {
  .mt-header-left:before {
    content: "";
    display: block;
    background: white;
    height: 70px;
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
    transition: top 0.25s;
  }
  .is-in .mt-header-left:before {
    top: 0;
  }
  .is-in .nav-toggle i {
    background-color: #989898;
  }
}

@media (max-width: 720px) {
  .mt-header {
    margin-top: 0;
  }
}

/* ------------------------------------ headline ------------------------------------ */

.mt-content-headline {
  text-align: center;
  margin-bottom: 56px;
}
.mt-content-headline-title {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
}
.mt-content-headline-subtitle {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 8px;
  color: #adadad;
}

@media (max-width: 720px) {
  .mt-content-headline {
    margin-bottom: 48px;
  }
}

/* ------------------------------------ header-left ------------------------------------ */

.nav-toggle {
  display: none;
}

.mt-header-left {
  z-index: 10;
}
.mt-header-left-inner {
  padding: 0 32px;
}
.mt-header-left-content {
  z-index: 10;
  position: relative;
}
.mt-header-left-logo {
  position: fixed;
  top: 0;
  left: 0;
}
.mt-header-left-nav {
  position: fixed;
  top: 120px;
  left: 0;
  padding: 0 20px;
}
.mt-header-left-logo-link {
  display: inline-block;
  padding: 20px;
  font-size: 1.6rem;
  background: white;
}
.mt-header-left-logo-img {
  width: 72px;
}

.mt-header-left-list {
}
.mt-header-left-list-item {
}

.mt-header-left-list-item:not(:first-child) {
  margin-top: 24px;
}

.mt-header-left-list-link {
}

.accordion-item {
  margin-top: 16px;
}

@media (max-width: 1180px) {
  .mt-header-left {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .mt-header-left-logo {
    margin-bottom: 0;
  }
  .mt-header-left-logo-link {
    display: flex;
    width: 70px;
    height: 70px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background: white;
  }
  .mt-header-left-content {
    z-index: -1;
  }
  .mt-header-left-logo-img {
    width: 43px;
  }
  .nav-toggle-btn {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 60px;
    height: 72px;
  }
  .nav-toggle {
    position: relative;
    display: block;
    width: 2.8rem;
    height: 2rem;
  }
  .nav-toggle i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .nav-toggle i:nth-child(1) {
    top: 0;
  }
  .nav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav-toggle i:nth-child(3) {
    bottom: 0;
  }
  .show .nav-toggle i {
    background-color: black;
  }
  .show .nav-toggle i:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .show .nav-toggle i:nth-child(2) {
    opacity: 0;
  }
  .show .nav-toggle i:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  .mt-header-left-nav {
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -100vh;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .show .mt-header-left-nav {
    z-index: -1;
    opacity: 1;
    top: 0;
    visibility: visible;
    background: white;
    padding: 72px 16px 16px 16px;
  }
  .mt-header-left-inner {
    padding: 0;
  }
  .show .mt-header-left-inner {
    padding: 0;
  }
  .mt-header-left-list-link br {
    display: none;
  }
  .show .mt-header-left-logo {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #989898;
  }
  .mt-header-left-list-item {
    position: relative;
    border-bottom: 1px solid #989898;
  }

  .mt-header-left-list-item .link-inside-black:after,
  .mt-header-left-list-item .link-outside-black:after {
    position: absolute;
    right: 0;
  }

  .mt-header-left-list-item:not(:first-child) {
    margin-top: 0;
  }
  .mt-header-left-list-link {
    display: block;
    padding: 16px 0;
  }
  .accordion-item {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .mt-page .mt-main .mt-footer-sub-nav-list-item,
  .mt-page .mt-main .mt-footer-child-list-item,
  .mt-header-left-nav .mt-footer-sub-nav-list-item,
  .mt-header-left-nav .mt-footer-child-list-item {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/* ------------------------------------ header-right ------------------------------------ */

.mt-header-right {
  z-index: 10;
  position: fixed;
  top: 24px;
  right: 0;
}
.mt-header-right-inner {
}
.mt-header-right-content {
}
.mt-header-right-nav {
}
.mt-header-right-list {
}
.mt-header-right-list-item {
  margin-bottom: 0;
}
.mt-header-right-list-link {
  display: block;
  width: 40px;
  padding: 40px 8px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.07em;
}
.mt-header-right-list-link:hover {
  text-decoration: none;
}

.btn-koudoku {
  margin-bottom: 16px;
  background: #0051a8;
}

.btn-saiyou {
  background: #73c9ef;
}

@media (max-width: 1180px) {
  .mt-header-right {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .mt-header-right-list {
    display: flex;
    flex-wrap: wrap;
  }
  .mt-header-right-list-item {
    width: 50%;
  }
  .mt-header-right-list-link {
    width: 100%;
    padding: 16px;
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 1.5rem;
  }
  .btn-koudoku {
    margin-bottom: 0;
  }
}

/* ------------------------------------ topvisual ------------------------------------ */

.mt-topvisual {
  height: 625px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: calc(50% + -3rem) top;
  background-size: calc(100% + 6rem);
}
.mt-topvisual-headline {
  position: relative;
}
.mt-top-visual-headline-title {
  position: absolute;
  top: 56px;
  right: 56px;
  height: 320px;
  margin: 0 0 0 auto;
  color: white;
  font-size: 3.6rem;
  text-shadow: 0 0 3px #999;
  letter-spacing: 0.3rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mt-top-visual-headline-subtitle {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.mt-topvisual-background {
}

.mt-topvisual-background-image {
}

.mt-topvisual-bottom {
  margin-bottom: 200px;
}

@media (max-width: 1180px) {
  .mt-header {
    margin-top: 0;
  }
  .mt-topvisual {
    border-radius: 0;
    height: calc(100vh - 54px);
  }
  .mt-topvisual-bottom {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mt-top-visual-headline-title {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 0;
    font-size: 3rem;
    width: 88px;
  }
  .mt-top-visual-headline-title img {
    margin: 0 auto;
  }
}

@media (max-width: 940px) {
  .mt-topvisual-bottom {
    margin-bottom: 0;
    max-width: 100% !important;
  }
}

@media (max-width: 740px) {
  .mt-topvisual {
    height: calc(100vh - 54px);
    border-radius: 0;
    background-size: cover;
  }
  .mt-topvisual-bottom {
    margin-bottom: 0;
  }
}

/* ------------------------------------ pagevisual ------------------------------------ */

.mt-imagevisual {
  height: 278px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: calc(50% + -3rem) page;
  background-size: calc(100% + 6rem);
}

@media (max-width: 1180px) {
  .mt-header {
    margin-page: 0;
  }
  .mt-imagevisual {
    height: 0;
    min-height: 200px;
    padding-top: 28.5%;
    background-size: 100%;
    border-radius: 0;
    background-size: cover;
    background-position: center;
  }
  .mt-imagevisual-bottom {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mt-image-visual-headline-title {
    page: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-page: 70px;
    padding-right: 0;
    font-size: 3rem;
    width: 88px;
  }
  .mt-image-visual-headline-title img {
    margin: 0 auto;
  }
}

/* ------------------------------------ textvisual ------------------------------------ */

.mt-textvisual {
  position: relative;
  height: 230px;
}
.mt-textvisual:before {
  content: "";
  width: 1px;
  height: 80px;
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #009ce2;
}

.mt-textvisual:after {
  content: "";
  width: 22px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #707070;
}

.mt-textvisual-headline {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mt-visual-headline-title {
  font-size: 3.2rem;
  font-weight: normal;
}

.mt-visual-headline-subtitle {
  display: block;
  font-size: 1.3rem;
  color: #adadad;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .mt-header {
    margin-top: 0;
  }
  .mt-textvisual {
    height: 0;
    min-height: 200px;
    padding-top: 28.5%;
    background-size: 100%;
    border-radius: 0;
  }
  .mt-textvisual-bottom {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mt-textvisual-headline {
    width: 100%;
  }
  .mt-text-visual-headline-title {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 0;
    font-size: 3rem;
    width: 88px;
  }
  .mt-visual-headline-title {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .mt-text-visual-headline-title img {
    margin: 0 auto;
  }
  .mt-textvisual:before {
    height: 64px;
  }
}

/* ------------------------------------ information ------------------------------------ */

.mt-information {
  position: absolute;
  right: 0;
  bottom: -180px;
  left: 0;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 40px;
  background: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.mt-information-content {
}

.mt-information-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.mt-information-headline {
  text-align: center;
  margin: auto auto 0 auto;
  justify-content: center;
}

.mt-information-header-side {
  position: absolute;
  margin-top: auto;
}

.mt-information-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}

.mt-informatin-list {
}

.mt-information-list-item {
}

.mt-information-list-item:not(:first-child) {
  margin-top: 16px;
}

.mt-information-list-item:not(:nth-child(-n + 3)) {
  display: none;
}

.mt-information-list-link {
  display: block;
}

.mt-information-list-link dd {
  text-decoration: underline;
}

.mt-information-list-link:hover {
  text-decoration: none;
}

.mt-information-list-definition {
  display: flex;
}

.mt-information-list-definition-left {
  margin-right: 16px;
}

.mt-information-list-definition-right {
  letter-spacing: 0.03em;
}

.mt-information-list-link .mt-information-list-definition-right {
}

.mt-information-link {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #3b3b3b;
  border-radius: 20px;
  font-size: 1.1rem;
  line-height: 1;
}

.mt-information-link:hover {
  text-decoration: none;
}

@media (max-width: 940px) {
  .mt-information {
    position: static;
    width: 100%;
    max-width: 600px;
    padding: 48px 16px;
    border: none;
  }
}
/* ------------------------------------ mainvisual ------------------------------------ */

.mt-mainvisual {
  background-size: cover;
  background-repeat: no-repeat;
}
.mt-mainvisual-headline {
  padding: 80px 0;
}
.mt-main-visual-headline-title {
}
.mt-main-visual-headline-subtitle {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.mt-mainvisual-background {
}
.mt-mainvisual-background-image {
}

/* ------------------------------------ topics ------------------------------------ */

.mt-topics-list {
}
.mt-topics-list-item {
}
.mt-topics-list-link {
  position: relative;
  display: block;
  margin: 16px 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
}

.mt-topics-list-link:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: -16px;
  transition: background-color 0.5s;
}

.mt-topics-list-link:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: -16px;
  transition: background-color 0.5s;
}

.mt-topics-list-link:hover {
  text-decoration: none;
}

.mt-topics-list-link:hover:before {
  background-color: #565656;
}

.mt-topics-list-link:hover:after {
  background-color: #565656;
}

.mt-topicks-list-thumbnail {
}
.mt-topics-list-image {
  width: 100%;
  border-radius: 6px;
}
.mt-topics-list-info {
}
.mt-topics-list-info-inner {
}
.mt-topics-list-info-date {
}
.mt-topics-list-title {
}

@media (max-width: 940px) {
  .mt-topics-section .swiper-pagination {
    display: none !important;
  }
}

@media (max-width: 740px) {
  .mt-topics-list-title {
    font-size: 1.3rem;
  }

  .mt-main .mt-contents .mt-topics-list-link {
    margin-left: 0;
    margin-right: 0;
  }
  .mt-main-index .mt-main .mt-contents .mt-topics-list-link {
    margin: 0 10px;
  }
  .mt-main-index .mt-topics-list-item {
    margin-bottom: 0;
  }
}

/* ------------------------------------ pickup ------------------------------------ */

.mt-pickup-section {
  overflow: hidden;
}

.swiper-container.slider1 {
  position: static;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
}
.swiper-container.slider1 .swiper-button-next,
.swiper-container.slider1 .swiper-button-prev {
  background: #009ce2;
  width: 72px;
  height: 72px;
  border-radius: 100%;
}

.swiper-container.slider1 .swiper-button-prev {
  left: -36px;
}

.swiper-container.slider1 .swiper-button-next {
  right: -36px;
}

.mt-pickup-list li {
  margin-bottom: 0;
}
.mt-pickup-list-link {
  position: relative;
  display: block;
  margin: 10px;
}
.mt-topicks-list-thumbnail {
  margin-bottom: 8px;
}
.mt-pickup-list-image {
  width: 100%;
  border-radius: 15px;
}
.mt-pickup-list-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  padding: 8px 16px;
  background: rgb(131 143 147 / 0.8);
  border-radius: 0 0 15px 15px;
}
.mt-pickup-list-title {
}

.mt-pickup-list-title p {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mt-pickup-sub-list {
  display: flex;
  flex-wrap: wrap;
}
.mt-pickup-sub-list .mt-pickup-sub-list-item {
  width: 50%;
}

.mt-pickup-sub-list .mt-pickup-list-link {
  position: relative;
  display: block;
  margin: 10px;
}
.mt-pickup-sub-list .mt-pickup-list-thumbnail {
}
.mt-pickup-sub-list .mt-pickup-list-image {
  width: 100%;
  border-radius: 15px;
}
.mt-pickup-sub-list .mt-pickup-list-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  padding: 4px 16px;
  background: rgb(131 143 147 / 0.8);
  border-radius: 0 0 15px 15px;
}
.mt-pickup-sub-list-title {
}

.mt-pickup-sub-list .mt-pickup-list-title p {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swiper-pagination {
}
.swiper-scrollbar {
}

.paging-wrap {
  position: relative;
}

@media (max-width: 940px) {
  .mt-pickup {
    margin-left: 0;
  }
  .mt-pickup-list.list-unstyled.swiper-wrapper {
    display: block;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .mt-pickup-list-link,
  .mt-pickup-sub-list .mt-pickup-list-link {
    margin: 0;
  }
  .slider1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mt-pickup-list-item:not(:first-child) {
    margin-top: 24px;
  }
  .mt-pickup-half-list {
    display: flex;
    flex-wrap: wrap;
  }
  .mt-pickup-half-list-item,
  .mt-pickup-sub-list .mt-pickup-sub-list-item {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-top: 16px;
  }
  .mt-pickup-half-list-item:nth-child(1),
  .mt-pickup-half-list-item:nth-child(2),
  .mt-pickup-sub-list-item:nth-child(1),
  .mt-pickup-sub-list-item:nth-child(2) {
    margin-top: 0;
  }

  .mt-pickup-half-list-item:nth-child(2n),
  .mt-pickup-sub-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .mt-pickup {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 740px) {
  .mt-pickup-sub-list-title {
    font-size: 1.2rem;
  }
  .mt-pickup-sub-list-info {
    padding: 4px 8px;
  }
}

/* ------------------------------------ about ------------------------------------ */

.mt-about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mt-about-list-bottom {
  margin-top: 24px;
}

.mt-about-list-item {
  margin-top: 24px;
  width: calc(33.33% - 16px);
  margin-right: 24px;
}

.mt-about-list-item:nth-child(3n) {
  margin-right: 0;
}

.mt-about-list-item:nth-child(1),
.mt-about-list-item:nth-child(2),
.mt-about-list-item:nth-child(3) {
  margin-top: 0;
}

.mt-about-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.332rem;
  background: #99d7f3;
  border-radius: 20px;
  text-align: center;
  transition: background-color 0.5s;
  width: 100%;
  padding: 24px;
}

.mt-about-list-link:nth-child(3n) {
  margin-right: 0;
}

.mt-about-list-link:hover {
  text-decoration: none;
  background: #009ce2;
}

.mt-about-list-title img {
  margin-bottom: 8px;
}

.mt-about-list-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 1.1rem;
}

@media (max-width: 940px) {
  .mt-about-list-item {
    width: calc(33.33% - 16px);
    margin-right: 24px;
  }
  .mt-about-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .mt-about-list-link {
    width: auto;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 740px) {
  .mt-about-list {
    justify-content: center;
  }
  .mt-about-list-item {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .mt-about-list-item:nth-child(1),
  .mt-about-list-item:nth-child(2) {
    margin-top: 0;
  }
  .mt-about-list-item:nth-child(3) {
    margin-top: 24px;
  }
  .mt-about-list-item:nth-child(3n) {
    margin-right: 16px;
  }
  .mt-about-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .mt-about-list-title img {
    max-width: 100px;
    margin: 0 auto 8px auto;
  }
  .mt-about-list-link {
    font-size: 1.3rem;
    border-radius: 10px;
    background: #009ce2;
  }
}

/* ------------------------------------ story ------------------------------------ */

.mt-story-section {
  position: relative;
  background: url(/https/www.kahoku.co.jp/corporate/img/top/bg-story.png);
}

.mt-story-section:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  display: block;
  width: 600px;
  height: 100%;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/top/item-story.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.title-story {
  display: flex;
  align-items: center;
}

.mt-story-headline {
  margin-bottom: 40px;
}

.mt-story-text {
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.mt-story-list {
}

.mt-story-list-item:not(:first-child) {
  margin-top: 16px;
}
.mt-story-list:nth-child(2) {
  margin-top: 16px;
}

.mt-story-list-link {
  padding-left: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid white;
  background: url(/https/www.kahoku.co.jp/corporate/img/common/story-arrow-white.svg) no-repeat left center;
  font-size: 2.4rem;
}

.mt-story-list-link:hover {
  text-decoration: none;
}
.mt-story-photo {
  display: none;
}

@media (max-width: 1180px) {
  .mt-story-text {
    max-width: 380px;
  }
  .mt-story-section:after {
    background-size: calc(100% + 48px);
  }
}

@media (max-width: 940px) {
  .mt-story-item {
    display: flex;
    flex-wrap: wrap;
  }
  .mt-story-list:nth-child(1) {
    width: calc(35% - 8px);
    margin-right: 16px;
    margin-top: 0;
  }
  .mt-story-list:nth-child(2) {
    width: calc(65% - 8px);
    margin-top: 0;
  }

  .mt-story-text {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }

  .mt-story-list-link {
    font-size: 1.75rem;
  }
  .mt-story-section:after {
    display: none;
  }
  .mt-story-headline {
    margin-bottom: 24px;
  }
  .mt-story-photo {
    display: block;
    margin-bottom: 24px;
  }
}

/* ------------------------------------ banner ------------------------------------ */

.mt-bannerarea-list {
  display: flex;
  justify-content: space-between;
}

.mt-bannerarea-list-link {
  display: block;
}

.mt-bannerarea-list-item {
  width: 100%;
  max-width: 450px;
}
.news-feed {
  background: #e5f5fc;
  padding: 2.18rem;
  border-radius: 10px;
}
.news-feed__head {
  text-align: center;
  margin-bottom: 10px;
}
.news-feed__head a {
  display: block;
}
.news-feed__head img {
  margin: 0 auto;
}
.news-feed dd {
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-feed .mt-information-list-item {
  margin-bottom: 0;
}
.news-feed .mt-information-list-item a {
  display: block;
  text-decoration: none;
}
.news-feed .mt-information-list-item a dd {
  text-decoration: underline;
}
.news-feed .mt-information-list-item:not(:first-child) {
  margin-top: 8px;
}

@media (max-width: 940px) {
  .mt-bannerarea-list {
    display: block;
  }
  .mt-bannerarea-list-item {
    margin: 0 auto;
  }
  .mt-bannerarea-list-item:not(:first-child) {
    margin-top: 24px;
  }
  .mt-banner-area-list-img {
    width: 100%;
    margin: 0 auto;
  }
  .news-feed dd {
    height: auto;
    overflow: hidden;
    white-space: normal;
  }
}

/* ------------------------------------ breadclumb ------------------------------------ */

.breadclumb {
}

.breadclumb-list {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #707070;
}

.breadclumb-list__item {
  display: inline-block;
}

.breadclumb-list__item:after {
  content: "＞";
  color: #009ce2;
  display: inline-block;
  margin-right: 0.5rem;
}
.breadclumb-list__item:last-child:after {
  display: none;
}

.breadclumb-list__link {
  margin-right: 1rem;
}

@media (max-width: 740px) {
  .breadclumb-list__item {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* ------------------------------------ footer ------------------------------------ */

.mt-footer {
}
.mt-footer-inner-top {
}
.mt-footer-content {
  position: relative;
}
.mt-footer-nav {
  margin-bottom: 40px;
}
.mt-footer-list {
}
.mt-footer-list-item {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 169px;
}
.mt-footer-list-title {
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid black;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.mt-footer-child-list {
}
.mt-footer-child-list-item:not(:first-child) {
  margin-top: 4px;
}
.mt-footer-child-list-link {
  display: inline-block;
  padding-left: 12px;
  font-size: 1.2rem;
  color: #535353 !important;
  text-decoration: none !important;
  background: url(/https/www.kahoku.co.jp/corporate/img/common/link-arrow-gray.svg) no-repeat left 6px;
}

.mt-footer-sub-nav {
  margin-bottom: 40px;
}
.mt-footer-sub-nav-list {
  display: flex;
}
.mt-footer-sub-nav-list-item {
}
.mt-footer-sub-nav-list-link {
  display: inline-block;
  background: url(/https/www.kahoku.co.jp/corporate/img/common/link-arrow-gray.svg) no-repeat left 6px;
  font-size: 1.2rem;
  padding-left: 12px;
  margin-right: 24px;
}
.mt-footer-inner-bottom {
  display: flex;
}
.mt-footer-inner-bottom-logo {
  padding: 0 15px;
  margin: auto 0 0 0;
}
.mt-footer-inner-bottom-logo-link {
}
.mt-footer-inner-bottom-logo-img {
}
.mt-footer-inner-bottom-info {
  padding: 0 15px;
  margin: auto 0 0 0;
}
.mt-footer-inner-bottom-info p {
  font-size: 1.2rem;
}
.mt-footer-inner-bottom-right {
  margin: auto 0 0 auto;
  padding: 0 15px;
}
.mt-footer-inner-bottom-right p {
  font-size: 1.1rem;
}

@media (max-width: 940px) {
  .mt-footer-list-item {
    width: 33.33%;
    margin-top: 24px;
  }
  .mt-footer-list-item:nth-child(1),
  .mt-footer-list-item:nth-child(2),
  .mt-footer-list-item:nth-child(3) {
    margin-top: 0;
  }

  .mt-footer-sub-nav-list {
    flex-direction: column;
  }
  .mt-footer-sub-nav {
    width: 33.33%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .mt-footer-sub-nav-list-link {
    padding-right: 0;
  }
  .mt-footer-sub-nav {
    margin-bottom: 0;
  }
  .mt-footer-inner-bottom-right {
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
  }
}

@media (max-width: 740px) {
  .mt-footer-list-item {
    width: 50%;
  }
  .mt-footer-list-item:nth-child(3) {
    margin-top: 24px;
  }
  .mt-footer-sub-nav {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .mt-footer-list-item {
    min-width: auto;
  }
  .mt-footer-inner-bottom {
    margin-bottom: 56px;
  }
}

/* ------------------------------------ seihai-layout ------------------------------------ */
.mt-article {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mt-article__left {
  width: 660px;
}
.mt-article__right {
  width: 220px;
}

@media (max-width: 740px) {
  .mt-article__left,
  .mt-article__right {
    width: 100%;
  }
}

/* ------------------------------------ container ------------------------------------ */

.mt-page .mt-main .mt-container-headline {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: normal;
}

.mt-page .mt-main .mt-container-subheadline {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: normal;
}

.mt-page .mt-main a {
  color: #009ce2;
  opacity: 1;
  text-decoration: underline;
}

.mt-page .mt-main a:hover {
  opacity: 0.5;
  transition: opacity 0.25s;
}

.mt-page .mt-main p {
  line-height: 2;
}

.mt-page .mt-main p:not(:last-child) {
  margin-bottom: 2rem;
}

.mt-page .mt-main ul {
  list-style: none;
  padding-left: 0;
  display: table;
}
.mt-page .mt-main ul li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.mt-page .mt-main ul li:last-child:after {
  display: none;
}

.mt-page .mt-main ul li {
  display: table-row;
}
.mt-page .mt-main ul li:before {
  content: "・";
  display: table-cell;
  padding-right: 0.4em;
}

.mt-page .mt-main ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
.mt-page .mt-main ol li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}

.mt-page .mt-main ul.list-unstyled li:before,
.mt-page .mt-main ul.list-unstyled li:after {
  display: none;
}

.mt-page .mt-main ol li {
  display: table-row;
  counter-increment: table-ol;
}
.mt-page .mt-main ol li:before {
  content: "1,";
  display: table-cell;
  padding-right: 2rem;
  text-align: right;
}

li {
  margin-bottom: 0.5em;
}

.mt-page .mt-main table tr:nth-child(even) {
  background-color: #fff;
}

.mt-page .mt-main table tr:nth-child(odd) {
  background-color: #e5f5fc;
}

.mt-page .mt-main table th {
  padding: 12px;
  font-weight: normal;
  background-color: #f2f2f2;
}

td {
  font-size: 14px;
}

.mt-page .mt-main table td {
  min-width: 100px;
  padding: 12px;
}

.mt-page .mt-main dl {
  display: flex;
  flex-wrap: wrap;
}
.mt-page .mt-main dl dt {
  display: flex;
  width: 180px;
  padding: 2rem 3rem;
  color: #009ce2;
  align-items: center;
  border-top: 1px solid #009ce2;
}

.mt-page .mt-main dl dd {
  width: calc(100% - 180px);
  padding: 2rem 3rem;
  border-top: 1px solid #009ce2;
  line-height: 2;
}
.mt-page .mt-main .scroll-table-none table.award-table tr.top-border {
  border-top: 2px solid #b49c2f;
}

.mt-page .mt-main .scroll-table-none table.award-table {
  width: 100%;
}

.mt-page .mt-main table.award-table td:nth-child(1) {
  min-width: 60px;
}
.mt-page .mt-main table.award-table td:nth-child(2) {
  min-width: 45px;
}
.mt-page .mt-main table.award-table td:nth-child(3) {
  min-width: 60px;
}

.mt-page .mt-main table.award-table td:nth-child(2),
.mt-page .mt-main table.award-table td:nth-child(3) {
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 740px) {
  .mt-page .mt-main .scroll-table {
    overflow: auto;
  }
  .mt-page .mt-main .scroll-table table {
    width: 600px;
  }
  .mt-page .mt-main .scroll-table-none .scroll-table {
    overflow: visible;
    white-space: initial;
  }

  .mt-page .mt-main dl dt,
  .mt-page .mt-main dl dd {
    width: 100%;
    padding: 2rem 1rem;
  }
  .mt-page .mt-main dl dt {
    padding-bottom: 0;
  }
  .mt-page .mt-main dl dd {
    border-top: none;
    padding-top: 0;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr {
    padding: 12px;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr th {
    display: none;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr td {
    min-width: auto;
    padding: 0;
  }

  .mt-page .mt-main .scroll-table-none table.award-table tr td:not(:first-child) {
    display: block;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr td:first-child {
    min-width: 60px;
    padding: 12px 0;
    vertical-align: top;
  }

  .mt-page .mt-main .scroll-table-none table.award-table tr td:not(:first-child) {
    padding-left: 12px;
    padding-right: 12px;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr td:nth-child(2),
  .mt-page .mt-main .scroll-table-none table.award-table tr td:nth-child(3) {
    display: inline-block;
    padding-top: 12px;
    padding-right: 3px;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr td:nth-child(3) {
    padding-left: 3px;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr td:last-child {
    padding-bottom: 12px;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr:nth-child(even) {
    background-color: #fff !important;
  }
  .mt-page .mt-main .scroll-table-none table.award-table tr:nth-child(odd) {
    background-color: #fbfaf3 !important;
  }
  .mt-page .mt-main table tr:nth-child(even) td,
  .table-brown tr:nth-child(odd) td {
    background-color: transparent !important;
  }
}

.mt-page .mt-main .img-headline__title {
  display: flex;
  width: 380px;
  font-size: 2.25rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.mt-page .mt-main .img-headline__subtitle {
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
}

.mt-page .mt-main .img-headline__item {
  width: calc (100% - 380px);
}

.mt-page .mt-main .img-headline__left .img-headline__title,
.mt-page .mt-main .img-headline__item img {
  border-radius: 0 10px 10px 0;
}

.mt-page .mt-main .img-headline__title,
.mt-page .mt-main .img-headline__left .img-headline__item img {
  border-radius: 10px 0 0 10px;
}

.order-pc-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-pc-1 {
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 740px) {
  .mt-page .mt-main .img-headline {
    flex-direction: column;
  }
  .mt-page .mt-main .img-headline__left .img-headline__title,
  .mt-page .mt-main .img-headline__title {
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2em;
    border-radius: 10px 10px 0 0;
  }
  .mt-page .mt-main .img-headline__subtitle {
    margin-top: 0.25rem;
  }
  .mt-page .mt-main .img-headline__left .img-headline__item img,
  .mt-page .mt-main .img-headline__item img {
    border-radius: 0 0 10px 10px;
  }

  .order-pc-2 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-pc-1 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}
/* ------------------------------------ article ------------------------------------ */
.mt-article__entry {
  margin-bottom: 10rem;
}
.mt-article__entry h1 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

.mt-article__entry h2,
.mt-article__entry h2 p {
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: normal;
  background-color: #009ce2;
  color: #fff;
}

.mt-page .mt-main .mt-article__entry h2 p {
  margin-bottom: 0;
}

.mt-article__entry h3 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: normal;
  color: #009ce2;
}

.mt-article__entry p {
  color: #707070;
  line-height: 1.8;
}

.mt-article__entry img {
  margin-bottom: 3rem;
}

.mt-article__entry .metadata-line {
  display: block;
  margin-bottom: 2rem;
}

.mt-page .mt-main .mt-article__nav h3 {
  border-bottom: 1px solid #009ce2;
  font-weight: normal;
  color: #009ce2;
  padding-bottom: 0.25rem;
}

.mt-page .mt-main .mt-article__nav ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-top: 1em;
  margin-bottom: 0;
}

.mt-page .mt-main .mt-article__nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/article-nav-arrow.svg);
  background-repeat: no-repeat;
}

.mt-page .mt-main .mt-article__nav ul li a {
  color: #231815;
  text-decoration: none;
}

/* add btn210302  */
.btn-outline {
  border: 2px solid #009ce2;
  border-radius: 0;
  padding: 1rem;
  text-decoration: none !important;
  color: #B8E3F62;
 }
@media (max-width: 740px) {
.btn-outline {
  display: block;
  text-align: center;
}
}

/* ------------------------------------ category-nav ------------------------------------ */

.category-nav {
}
.category-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.category-nav ul li {
  padding: 0 2rem;
  border-right: 1px solid #535353;
}

.category-nav ul li:first-child {
  border-left: 1px solid #535353;
}

.category-nav ul li.active a {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #535353;
}

.category-nav ul li a {
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.25s;
}

.category-nav ul li a:hover {
  opacity: 0.5;
}

@media (max-width: 740px) {
  .category-nav {
    margin-bottom: 2.5rem !important;
  }
  .category-nav ul {
    justify-content: start;
  }
  .category-nav ul li,
  .category-nav ul li:first-child {
    border: none;
    padding: 1rem 0 0 0;
  }
  .category-nav ul li {
    width: 50%;
  }
}

/* ------------------------------------ search ------------------------------------ */

.search-box form#search {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  padding: 0.5rem 1rem;
  border: 1px solid #898989;
}

.search-box form#search input[type="text"] {
  appearance: none;
  width: calc(100% - 24px);
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  vertical-align: top;
  border: none;
}

.search-box form#search input[type="text"]:focus {
  outline: none;
}

.search-box form#search button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
  background: transparent;
}

/* ------------------------------------ pagenation ------------------------------------ */

.link_next {
  display: inline-block;
  opacity: 1;
  position: relative;
  padding: 1rem 5rem 1rem 4rem;
  color: #009ce2 !important;
  text-decoration: none !important;
  border: 1px solid #009ce2 !important;
  border-radius: 20px;
  background-color: #fff !important;
  transition: background-color 0.25s;
}

.link_next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/pager-arrow-right-off.svg);
}

.link_next:hover:after {
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/pager-arrow-right-on.svg);
}

.link_before {
  display: inline-block;
  opacity: 1;
  position: relative;
  padding: 1rem 4rem 1rem 5rem;
  text-decoration: none !important;
  color: #009ce2 !important;
  border: 1px solid #009ce2 !important;
  border-radius: 20px;
  background-color: #fff !important;
  transition: background-color 0.25s;
}

.link_before:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/pager-arrow-left-off.svg);
}
.link_before:hover:after {
  background-image: url(/https/www.kahoku.co.jp/corporate/img/common/pager-arrow-left-on.svg);
}

.link_next:hover,
.link_before:hover {
  background-color: #009ce2 !important;
  color: #fff !important;
}

.page-num {
  display: flex;
  flex-wrap: wrap;
}
.page-num span.current_page,
.page-num a {
  display: flex;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0.5rem;
  align-items: center;
  border: 1px solid #009ce2;
}

.page-num span.current_page {
  color: #fff;
  background-color: #009ce2;
}

.page-num a {
  color: #009ce2;
  background-color: #fff;
  transition: background-color 0.25s;
}

.page-num a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #009ce2;
}
.page-fast {
  margin-top: auto;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}

.page-last {
  margin-top: auto;
  margin-bottom: 0.25rem;
  margin-left: 1rem;
}

/* ------------------------------------ history ------------------------------------ */

.gengou {
  position: absolute;
  z-index: -1;
}

.gengou-left {
  right: 20px;
}

.gengou-right {
  right: 0;
}

.gengou-reiwa,
.gengou-heisei,
.gengou-syouwa,
.gengou-meiji {
  margin-top: -40px;
}

.gengou-taisyou {
  margin-top: -120px;
}

.timeline-relative {
  position: relative;
  padding-top: 40px;
}
.timeline-img-wrap {
  display: flex;
  flex-direction: column;
}
.timeline-relative:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  margin-top: 8px;
  background: #dbdcdc;
}
.timeline {
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 2px;
  height: 40px;
  margin: 0 auto 0 0;
  background-image: linear-gradient(to bottom, #dbdcdc, #dbdcdc 2px, transparent 1px, transparent 4px);
  background-size: 2px 8px;
  background-position: top;
  background-repeat: repeat-y;
}
.timeline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 40px;
  margin: 0 auto 0 0;
  background-image: linear-gradient(to bottom, #fff, #fff 6px, transparent 1px, transparent 4px);
  background-size: 2px 8px;
  background-position: top;
  background-repeat: repeat-y;
}
.timeline-relative ul {
  z-index: 1;
  padding: 0 0 0 1em;
  list-style: none;
}
.timeline-relative li {
  position: relative;
  border-top: 2px solid #dbdcdc;
}
.timeline-relative li:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: -9px;
  left: calc(-8px - 4%);
  width: 16px;
  height: 16px;
  border: 2px solid #b49c2f;
  border-radius: 100%;
  background: #fff;
}
.timeline-relative li:after {
  display: none !important;
}
.timeline-relative h3 {
  margin-top: 0;
}
.timeline-relative time {
  font-style: italic;
}
.timeline-relative li .timeline-wrap {
  flex-direction: column;
  padding: 0 0 5rem 16px;
}

@media screen and (min-width: 40em) {
  .timeline:before {
    left: 2px;
    right: 0;
    margin: 0 auto;
  }
  .timeline:after {
    right: 0;
    bottom: -50px;
    left: 2px;
    margin: 0 auto;
  }
  .timeline-relative:before {
    left: 50%;
  }
  .timeline-relative:after {
    left: 50%;
  }
  .timeline-relative ul {
    min-width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  .timeline-relative li {
    width: 48%;
  }
  .timeline-relative li:nth-child(even) {
    float: right;
    margin-top: 7.5rem;
  }
  .timeline-relative li:nth-child(even) .timeline-wrap {
    padding: 3rem 0 3rem 5rem;
  }
  .timeline-relative li:nth-child(odd) {
    float: left;
  }
  .timeline-relative li:nth-child(odd) .timeline-wrap {
    padding: 3rem 5rem 3rem 0;
  }
  .timeline-relative li:nth-child(odd):before {
    right: calc(-10px - 4%);
    left: auto;
  }
  .timeline-relative li:nth-of-type(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 40em) {
  .timeline-relative li:before {
    top: auto;
    left: -7px;
    margin-top: 7px;
  }
}

.slider1 {
  display: none;
}
