@charset "UTF-8";
@font-face {
  font-family: "NotoSans";
  src: url(../webfonts/NotoSansJP-Black.otf);
  src: url(../webfonts/NotoSansJP-Bold.otf);
  src: url(../webfonts/NotoSansJP-Regular.otf);
}
/* =========================================

break point

========================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 16px;
  letter-spacing: 0.05rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    font-size: 14px;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style: none;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

p {
  line-height: 1.5;
}

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

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.text-sp {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-sp {
    text-align: left;
  }
}

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

.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}
.flex figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex figure {
    width: 100%;
  }
}
.flex figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex .flex-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex .flex-right {
    width: 100%;
  }
}

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

.mod-hd {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mod-hd {
    margin-bottom: 50px;
  }
}
.mod-hd figure {
  max-width: 300px;
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .mod-hd figure {
    max-width: 200px;
  }
}

.mod-hd__h2-top {
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2-top {
    margin-bottom: 23px;
  }
}
.mod-hd__h2-top:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2-top:after {
    bottom: -15px;
  }
}

.mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
    font-size: 1.6rem;
  }
}

.mod-hd__h2__under {
  color: #88E6D5;
  font-size: 0.9rem;
}

.mod-hd__txt {
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mod-hd__txt {
    font-size: 1rem;
  }
}

.nav {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .nav {
    margin-right: 40px;
  }
}

.header-btn {
  margin-right: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-btn {
    margin-right: 20px;
  }
}
.header-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header-btn a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-btn a p {
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  margin-top: 4px;
}

#google_translate_element2 {
  width: 60px;
  height: 55px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #google_translate_element2 {
    width: 55px;
    height: 50px;
  }
}

.goog-te-combo {
  width: 60px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .goog-te-combo {
    width: 55px;
    height: 50px;
  }
}

.goog-logo-link {
  display: none !important;
}

.btn__contact {
  background: #000;
  max-width: 270px;
  width: 100%;
  padding: 4px 0;
  border-radius: 60px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .btn__contact {
    margin-right: 10px;
  }
}
.btn__contact a {
  padding: 8px 40px 8px 60px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 600;
}
.btn__contact a:after {
  content: "";
  position: absolute;
  left: 52px;
  top: 12px;
  background-image: url(../img/common/contact_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .btn__contact a:after {
    top: 11px;
    left: 63px;
    width: 14px;
    height: 14px;
  }
}

.link-btn {
  background: #000;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.link-btn a {
  padding: 14px 40px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  display: block;
}

.link-btn__more a {
  position: relative;
  color: #fff;
  font-size: 0.8rem;
}
.link-btn__more a:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  top: 41%;
  right: -68px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}

.link-btn__contact {
  background: #fff;
  border: 2px solid #000;
  max-width: 330px;
  padding: 18px 40px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 60px;
}
.link-btn__contact a {
  color: .link-btn__contact a color-main;
  font-weight: 600;
}

.page-kv {
  padding-top: 100px;
  background: #545454;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-kv {
    padding-top: 70px;
    height: 270px;
  }
}
.page-kv .page-kv__hd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-kv .page-kv__hd .page-kv__hd__txt {
  color: #fff;
  font-weight: 300;
}
.page-kv .page-kv__hd .page-kv__hd__h2 {
  color: #fff;
  line-height: 1.8;
}

.page-kv__about {
  background-image: url("../img/about/header-bg.jpg");
}

.page-kv__interview {
  background-image: url("../img/interview/header-bg.jpg");
}

.page-kv__qanda {
  background: #267f7f;
}

.page-kv__c-contact {
  background: #fcbe56;
}

.page__txt {
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
}
.page__txt .bold {
  color: #000;
  font-weight: 600;
}

.page-contents {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.fade_in {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 1000ms;
}

.fade_on {
  opacity: 1;
  transform: translate(0, 0);
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

.header {
  align-items: center;
  display: flex;
  height: 66px;
  background: #000;
  width: 100%;
  z-index: 999;
}
.header .header-inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-logo {
  align-items: center;
  display: flex;
  height: 100%;
  transition: 0.4s;
}
.header .header-logo a {
  display: block;
}
.header .header-logo .logo__img {
  max-width: 270px;
  height: 40px;
  width: 100%;
  padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 767px) {
  .header .header-logo .logo__img {
    max-width: 170px;
  }
}
@media screen and (max-width: 345px) {
  .header .header-logo .logo__img {
    max-width: 140px;
  }
}
.header .nav {
  display: flex;
  align-items: center;
}

.header-page {
  background: #fff;
}

#fixed-header.is-show {
  top: 0;
  position: fixed;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.section-padding, .top-product {
  padding: 90px 10px;
}
@media screen and (max-width: 767px) {
  .section-padding, .top-product {
    padding: 50px 10px;
  }
}

.page-section-padding {
  padding: 60px 10px 70px;
}
@media screen and (max-width: 767px) {
  .page-section-padding {
    padding: 40px 10px 50px;
  }
}

.section-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.footer {
  background: #000;
  padding: 64px 0px;
}
.footer .footer-inner {
  max-width: 500px;
  margin: 0 auto 60px;
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-inner .footer-inner-left {
  max-width: 220px;
}
.footer .footer-inner .footer-inner-left .footer-inner-left__tel a {
  display: flex;
  align-items: flex-end;
}
.footer .footer-inner .footer-inner-left .footer-inner-left__tel a figure {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  margin-right: 6px;
}
.footer .footer-inner .footer-inner-left .footer-inner-left__tel a .footer-inner-left__tel__right p {
  color: #fff;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer .footer-inner .footer-inner-left .footer-inner-left__tel a .footer-inner-left__tel__right p.min {
  font-size: 0.6rem;
}
.footer .footer-inner .footer-inner-left .footer-logo {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-inner .footer-inner-left .footer-logo {
    margin-bottom: 32px;
  }
}
.footer .footer-inner .footer-inner-left .footer-logo .footer-logo__img {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-inner .footer-inner-left .footer-logo .footer-logo__img {
    max-width: 140px;
  }
}
.footer .footer-inner .footer-inner-left .footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
}
.footer .footer-inner .footer-inner-left .footer-sns .footer-sns__insta {
  margin-bottom: 10px;
}
.footer .footer-inner .footer-inner-left .footer-sns a figure {
  margin-right: 4px;
}
.footer .footer-inner .footer-inner-left .footer-sns a figure img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .footer .footer-inner .footer-inner-left .footer-sns a figure img {
    width: 24px;
    height: 24px;
  }
}
.footer .footer-inner .footer-inner-left .footer-sns .footer-sns__icon a {
  display: flex;
  color: #fff;
  align-items: center;
}
.footer .footer-inner .footer-inner-right .footer-inner-right__desc p {
  color: #fff;
}
.footer .footer-inner .footer-inner-right .footer-inner-right__desc p:last-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer .footer-inner .footer-inner-right .footer-inner-right__desc p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 345px) {
  .footer .footer-inner .footer-inner-right .footer-inner-right__desc p {
    font-size: 0.8rem;
  }
}
.footer .footer-inner .footer-inner-right nav {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer .footer-inner .footer-inner-right nav {
    margin-top: 20px;
  }
}
.footer .footer-inner .footer-inner-right nav ul li {
  text-align: left;
  padding: 2px 0;
}
.footer .footer-inner .footer-inner-right nav ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer .footer-inner .footer-inner-right nav ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
.footer .footer-link {
  text-align: center;
}
.footer .footer-link a {
  font-size: 0.8rem;
  color: #fff;
}
.footer .footer-copyright {
  margin-top: 10px;
  text-align: center;
}
.footer .footer-copyright .address .footer-copyright__txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-copyright .address .footer-copyright__txt {
    font-size: 0.7rem;
  }
}

.spnav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(35, 35, 35, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .spnav {
    max-width: 100%;
  }
}

.open .spnav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.spnav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 30px 20px 8vw;
  max-width: 900px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .spnav-inner {
    flex-direction: column;
    padding: 80px 20px 20px;
  }
}
.spnav-inner .spnav-inner-left {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left {
    max-width: 210px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list {
  margin-top: 20px;
}
.spnav-inner .spnav-inner-left .spnav-inner__list li {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li {
    margin: 0 0 20px 0;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  position: relative;
  max-width: 600px;
  width: 100%;
  color: #fff;
  letter-spacing: 6px;
  font-weight: 400;
  padding: 1.3em 0.5em;
  text-decoration: none;
  transition-duration: 0.2s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li a {
    font-size: 1.1rem;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a:hover {
  transition: 0.4s;
  background: #2e3b44;
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a:after {
  position: absolute;
  right: 110px;
  color: #bbbbbb;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li a:after {
    font-size: 0.8rem;
    top: 0;
    left: 10px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu {
    margin-top: 0px;
    margin-left: 9px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul {
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul {
    margin-bottom: 50px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li {
  position: relative;
  padding-left: 20px;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li:not(:first-child) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li {
    padding-left: 24px;
    margin-bottom: 24px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li a {
  font-size: 0.84rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li a {
    font-size: 1.1rem;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li:hover {
  opacity: 0.7;
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li:before {
  content: "";
  position: absolute;
  background-image: url(../images/footer_info.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
}
.spnav-inner .spnav-inner-right {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right {
    margin-top: 50px;
    max-width: 280px;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__logo img {
    max-width: 150px;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns {
    margin-top: 50px;
    flex-direction: column;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a {
  transition: 0.4s;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a:hover {
  opacity: 0.7;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns a:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns a img {
    height: 21px;
  }
}

.spnav-inner__menu {
  display: flex;
  flex-wrap: wrap;
}
.spnav-inner__menu .spnav-inner__menu__item {
  margin-top: 12px;
  width: 100%;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col {
  margin-top: 8px;
  text-align: center;
  padding: 20px 20px;
  width: 100%;
  background: #f2a039;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col a {
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle_btn {
  display: block;
  position: absolute;
  right: 14px;
  top: 6px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1002;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 5px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
  width: 24px;
  left: inherit;
  right: 0;
}

.toggle_btn span:nth-child(3) {
  bottom: 7px;
  opacity: 0;
}

.open .toggle_btn {
  position: fixed;
  top: 26px;
  right: 30px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
  background: #fff;
}

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

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
  background: #fff;
  bottom: 6px;
  opacity: 1;
}

.toggle_btn__txt {
  position: relative;
  top: 22px;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
}

.open .toggle_btn .toggle_btn__txt {
  display: none;
}

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

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

.page-top {
  position: fixed;
  display: block;
  bottom: -100px;
  right: 20px;
  transition: 0.6s;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  opacity: 0.6;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 60px;
    height: 60px;
    right: 10px;
  }
}
.page-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: #000 3px solid;
  border-right: #000 3px solid;
  transform: rotate(-45deg);
  position: absolute;
  top: 44%;
  margin: auto;
  right: 0;
  left: 0;
}
.page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.page-top.is-show {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-top.is-show {
    bottom: 10px;
  }
}

.news-items {
  margin-top: 80px;
}

.news-items__item {
  border-bottom: 1px solid #000;
  padding: 30px 0px 28px;
  max-width: 600px;
  margin: 0 auto;
}
.news-items__item:last-child {
  margin-bottom: 40px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .news-items__item {
    padding: 20px 0px 14px;
    flex-wrap: wrap;
  }
}
.news-items__item .news-items__item--mod {
  margin-right: 110px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .news-items__item .news-items__item--mod {
    margin-bottom: 4px;
  }
}
.news-items__item .news-items__item--mod .news-items__item--mod__cate {
  background: #000;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 12px;
  margin-right: 6px;
}
.news-items__item .news-items__item--mod .news-items__item--mod__day {
  color: #939393;
}
.news-items__item .news-items__item__title {
  line-height: 1.6;
  font-weight: 400;
}

.news-items__item:first-child {
  padding-top: 0px;
}

.single-col__title {
  border-bottom: 1px dashed #e2e2e2;
  padding: 30px 120px;
}
@media screen and (max-width: 767px) {
  .single-col__title {
    padding: 30px 10px;
  }
}

.single-col__title--mod {
  text-align: right;
  padding: 20px 120px;
}
@media screen and (max-width: 767px) {
  .single-col__title--mod {
    padding: 20px 10px;
  }
}

.single-col__content {
  padding: 20px 120px;
}
@media screen and (max-width: 767px) {
  .single-col__content {
    padding: 20px 10px;
  }
}

.header-under {
  padding-top: 100px;
}
.header-under .section-padding, .header-under .top-product {
  padding: 80px 10px 0px;
}
@media screen and (max-width: 767px) {
  .header-under .section-padding, .header-under .top-product {
    padding: 30px 10px 0px;
  }
}

.contact-col {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.contact-col table {
  width: 100%;
}
.contact-col tr {
  width: 100%;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-col tr {
    flex-direction: column;
  }
}
.contact-col tr th {
  width: 100%;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-col tr th {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }
}
.contact-col tr td {
  width: 100%;
}
.contact-col input[type=text],
.contact-col input[type=email],
.contact-col input[type=number],
.contact-col input[type=url],
.contact-col input[type=password],
.contact-col input[type=date],
.contact-col textarea,
.contact-col select {
  width: 100%;
  display: block;
  padding: 12px;
  font-size: 16px;
  background: #f4f4f4;
  border: none;
  width: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  transition: all 0.4s;
}
.contact-col .emphasis {
  margin-left: auto;
  font-weight: 600;
  color: #fc5f60;
}
.contact-col .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
}
.contact-col .checkbox label {
  margin: 0 14px 0 0;
}
.contact-col .checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 165px;
  position: relative;
  top: 2px;
}
.contact-col .checkbox a {
  position: absolute;
  bottom: 2px;
  margin-left: -54px;
  color: #000;
  text-decoration: underline;
}
.contact-col .checkbox .error {
  position: absolute;
  top: 29px;
}

.error {
  color: #fc5f60;
}

.swiper {
  max-width: 880px;
  padding: 0 40px;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  margin-bottom: 40px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1010px) {
  .swiper-slide img {
    height: 100%;
  }
}
.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  top: 30%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #130D3C;
  width: 20px;
  height: 24px;
  font-size: 22px !important;
}

.product-new-col-item .product-new-col-item__img {
  position: relative;
}
.product-new-col-item .product-new-col-item__img figure {
  height: 167px;
}
@media screen and (max-width: 767px) {
  .product-new-col-item .product-new-col-item__img figure {
    height: 127px;
  }
}
.product-new-col-item .product-new-col-item__img figure img {
  height: 167px;
}
@media screen and (max-width: 767px) {
  .product-new-col-item .product-new-col-item__img figure img {
    height: 127px;
  }
}
.product-new-col-item .product-new-col-item__img__title .meta {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 6px;
}
.product-new-col-item .product-new-col-item__img__title .meta .maker, .product-new-col-item .product-new-col-item__img__title .meta .cat {
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
  .product-new-col-item .product-new-col-item__img__title .meta .maker, .product-new-col-item .product-new-col-item__img__title .meta .cat {
    font-size: 0.5rem;
  }
}
.product-new-col-item .product-new-col-item__img__title .title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .product-new-col-item .product-new-col-item__img__title .title {
    font-size: 3.4vw;
    white-space: nowrap;
  }
}
.product-new-col-item .product-new-col-item__img__title .price {
  font-size: 1.1rem;
}
.product-new-col-item .product-new-col-item__img__title .price span {
  font-size: 0.9rem;
  margin-right: 6px;
}

.fv {
  position: relative;
  height: 600px;
  background-image: url(../img/fv_01.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 320px;
    margin-bottom: 110px;
  }
}
.fv .fv-catch {
  display: flex;
  align-items: center;
}
.fv .fv-catch p {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 0px 27px #000;
  padding-right: 30px;
  position: absolute;
  top: 45%;
  right: 30%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .fv .fv-catch p {
    font-size: 2.8rem;
    padding-right: 10px;
    top: 45%;
    right: 0;
  }
}
.fv .fv-bottom {
  position: absolute;
  bottom: -180px;
  right: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv .fv-bottom {
    max-width: 260px;
    bottom: -120px;
  }
}
.fv .fv-bottom p {
  position: absolute;
  color: #000;
  left: -198px;
  font-weight: 600;
  font-size: 3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv .fv-bottom p {
    left: -95px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 345px) {
  .fv .fv-bottom p {
    left: -45px;
  }
}
.fv .fv-bottom p.white {
  color: #fff;
}
.fv .fv-bottom figure {
  max-width: 440px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .fv .fv-bottom figure {
    margin-right: 0px;
  }
}
.fv .fv-bottom figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv {
  background-image: url(../img/kv_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 730px;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .kv {
    background-image: url(../img/kv_img_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: calc(100vh - 285px);
    margin-top: 190px;
  }
}
.kv .kv-inner {
  height: 730px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner {
    height: calc(100vh - 285px);
  }
}
.kv .kv-inner .kv-catch {
  position: relative;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-catch {
    top: -160px;
  }
}
.kv .kv-inner .kv-catch span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  background: linear-gradient(to right, #00A4AC, #067BA7, #313491);
  padding: 0px 8px;
  display: table;
}
.kv .kv-inner .kv-catch span:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-catch span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 345px) {
  .kv .kv-inner .kv-catch span {
    font-size: 1.3rem;
  }
}
.kv .kv-inner .kv-catch__sec {
  position: absolute;
  right: 0;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8784313725);
  display: inline-block;
  text-align: right;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 16px 20px 16px 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-catch__sec {
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 28px 12px;
  }
}
@media screen and (max-width: 345px) {
  .kv .kv-inner .kv-catch__sec {
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 24px 10px;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .scrolldown2 {
    left: 10px;
  }
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .scrolldown2 span {
    bottom: 73px;
  }
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 70px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 74px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .scrolldown2:after {
    height: 130px;
  }
}

@media screen and (max-width: 345px) {
  .brand .mod-hd__h2, .brand .page-kv .page-kv__hd .page-kv__hd__h2, .page-kv .page-kv__hd .brand .page-kv__hd__h2 {
    font-size: 1.4rem;
  }
}
.brand .brand-col {
  max-width: 880px;
  width: 100%;
  margin: 40px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.brand .brand-col .brand-col-item {
  background: #000;
  width: calc(25% - 40px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .brand .brand-col .brand-col-item {
    width: calc(33.3333333333% - 20px);
  }
}

.top-service-col {
  max-width: 1000px;
  margin: 0 auto;
}
.top-service-col .top-service-col-item .top-service-col-item-inner {
  margin-right: auto;
  position: relative;
  max-width: 850px;
}
.top-service-col .top-service-col-item .top-service-col-item-inner figure {
  max-width: 600px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .top-service-col .top-service-col-item .top-service-col-item-inner figure {
    height: 240px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 345px) {
  .top-service-col .top-service-col-item .top-service-col-item-inner figure {
    padding-right: 60px;
  }
}
.top-service-col .top-service-col-item .top-service-col-item-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right {
  position: absolute;
  right: 0px;
  bottom: -40px;
  max-width: 490px;
  background: #000;
  padding: 30px 28px;
}
@media screen and (max-width: 767px) {
  .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right {
    padding: 18px 14px;
    max-width: 320px;
    right: 20px;
    bottom: -120px;
  }
}
@media screen and (max-width: 345px) {
  .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right {
    max-width: 280px;
  }
}
.top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right h3 {
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 2px;
  line-height: 1.7;
  position: absolute;
  top: -40px;
  right: 0;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 767px) {
  .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right h3 {
    margin-bottom: 18px;
  }
}
.top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right h3.white {
  color: #fff;
}
.top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right p {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right p {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }
}
.top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right .link-btn__more {
  text-align: right;
  padding-right: 80px;
}
.top-service-col .top-service-col-item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top-service-col .top-service-col-item:not(:last-child) {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  .top-service-col .top-service-col-item:last-child {
    margin-bottom: 70px;
  }
}
.top-service-col .sec {
  padding-bottom: 100px;
}
.top-service-col .sec .top-service-col-item-inner {
  margin-right: 0;
  margin-left: auto;
}
.top-service-col .sec .top-service-col-item-inner figure {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-service-col .sec .top-service-col-item-inner figure {
    padding-right: inherit;
    padding-left: 80px;
  }
}
@media screen and (max-width: 345px) {
  .top-service-col .sec .top-service-col-item-inner figure {
    padding-right: 60px;
  }
}
.top-service-col .sec .top-service-col-item-inner .top-service-col-item-right {
  right: inherit;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-service-col .sec .top-service-col-item-inner .top-service-col-item-right {
    left: 14px;
  }
}
.top-service-col .sec .top-service-col-item-inner .top-service-col-item-right h3 {
  right: inherit;
  left: 0;
}

.top-product {
  background: #fbfbfb;
  padding-left: 0px;
  padding-right: 0px;
}

.company {
  background: linear-gradient(#d9f0f7, #f4f4f4);
}
.company .company__txt {
  max-width: 688px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  color: #000;
  line-height: 3;
}

.company-table {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
}
.company-table table {
  width: 100%;
}
.company-table table tr {
  border-bottom: 1px solid #c5c5c5;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .company-table table tr {
    flex-wrap: wrap;
    display: flex;
    text-align: left;
  }
}
.company-table table tr th {
  width: 100%;
  padding: 30px 0px 0px;
  text-align: left;
  font-weight: 600;
  font-size: 0.94rem;
}
@media screen and (max-width: 767px) {
  .company-table table tr th {
    width: 100%;
    padding: 20px 10px 0px;
    font-size: 0.96rem;
  }
}
.company-table table tr td {
  padding: 14px 0 30px;
}
@media screen and (max-width: 767px) {
  .company-table table tr td {
    width: 100%;
    padding: 6px 10px 24px;
  }
}
.company-table table tr:first-child {
  border-top: 1px dashed #DEE2E6;
}

.company-map__google {
  margin-top: 60px;
  padding-bottom: 50px;
}

.company-map__txt {
  margin-top: 34px;
  text-align: right;
}

.cta .mod-hd {
  margin-bottom: 20px;
}
.cta .btn__contact {
  margin: 0 auto 14px;
}
.cta p {
  text-align: center;
}

.top-message {
  max-width: 800px;
}
.top-message h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-message h3 {
    font-size: 1.4rem;
  }
}
.top-message .top-massage__name {
  text-align: right;
  margin-top: 20px;
}

.tax {
  margin-top: 30px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .tax {
    margin-top: 20%;
    max-width: 170px;
  }
}/*# sourceMappingURL=style.css.map */