@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;
}

* {
  list-style: none;
}

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

body {
  font-size: 16px;
}

p {
  line-height: 1.5;
}

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

a {
  color: #0c0c0c;
}

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: 20px;
  }
}

.mod-hd__h2-top {
  font-size: 0.8rem;
  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: 50px;
  height: 5px;
  background: linear-gradient(to right, #42a0ab, #87b229);
  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: #0c0c0c;
  font-weight: 600;
  font-size: 1.7rem;
  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.4rem;
  }
}

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

.mod-hd__txt {
  margin-top: 20px;
  margin-bottom: 30px;
}

.mod-hd.white .mod-hd__h2-top {
  color: #fff;
}
.mod-hd.white .mod-hd__h2, .mod-hd.white .page-kv .page-kv__hd .page-kv__hd__h2, .page-kv .page-kv__hd .mod-hd.white .page-kv__hd__h2 {
  color: #fff;
}
.mod-hd.white .mod-hd__txt {
  color: #fff;
}

.mod-hd.left .mod-hd__h2-top:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: linear-gradient(to right, #42a0ab, #87b229);
  bottom: -54px;
  left: 0;
  margin: inherit;
}
@media screen and (max-width: 767px) {
  .mod-hd.left .mod-hd__h2-top:after {
    bottom: -38px;
  }
}

.btn__contact {
  background: #87b229;
  max-width: 400px;
  width: 100%;
  padding: 14px 4px;
  border-radius: 60px;
  transition: 0.3s all;
  cursor: pointer;
}
.btn__contact:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .btn__contact {
    max-width: 290px;
    padding: 6px 0;
    margin: 0 auto;
  }
}
.btn__contact a {
  padding: 4px 40px 4px 60px;
  white-space: nowrap;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn__contact a {
    font-size: 0.8rem;
    padding: 4px 20px 4px 30px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact a {
    padding: 4px 14px 4px 30px;
    font-size: 0.75rem;
  }
}
.btn__contact a p {
  color: #fff;
  font-weight: 300;
  font-size: 1.1rem;
}
.btn__contact:hover {
  opacity: 0.8;
}

.btn__contact.mail a:after {
  background-image: url(../img/common/contact_mail.png);
  top: 12px;
}
@media screen and (max-width: 767px) {
  .btn__contact.mail a:after {
    top: -1px;
    left: 17px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact.mail a:after {
    left: 15px;
  }
}

.link-btn {
  background: #87b229;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .link-btn {
    max-width: 200px;
  }
}
.link-btn a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 14px 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .link-btn a {
    padding: 14px 12px;
  }
}
.link-btn:hover {
  opacity: 0.8;
}

.link-btn.left {
  margin: inherit;
  margin-top: 30px;
}

.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 #87b229;
  max-width: 280px;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 60px;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s all;
  cursor: pointer;
}
.link-btn__contact:hover {
  background: #2585bb;
  color: #fff;
}
.link-btn__contact a {
  color: .link-btn__contact a color-main;
  font-weight: 600;
}

.link-btn__contact_rtn {
  font-size: 1rem;
  background: none;
  border: none;
  text-decoration: underline;
  margin: 40px 0 0px;
}

.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: #2585bb;
  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;
  color: #0c0c0c;
  text-decoration: none;
}

.header {
  align-items: center;
  position: fixed;
  display: flex;
  height: 60px;
  background: rgba(0, 0, 0, 0.7803921569);
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header .header-inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: 210px;
  width: 100%;
  width: 230px;
  padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 767px) {
  .header .header-logo .logo__img {
    max-width: 142px;
  }
}
@media screen and (max-width: 345px) {
  .header .header-logo .logo__img {
    max-width: 155px;
  }
}
.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-service {
  padding: 110px 10px;
}
@media screen and (max-width: 767px) {
  .section-padding, .top-service {
    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 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .container .footer-left {
    margin-bottom: 20px;
  }
}
.footer .container .footer-left .flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .container .footer-left .flex {
    margin-bottom: 20px;
  }
}
.footer .container .footer-left .flex .footer-logo {
  margin-bottom: 30px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer .container .footer-left .flex .footer-logo {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.footer .container .footer-left .flex .footer_sns a:not(:last-child) {
  margin-right: 10px;
}
.footer .container .footer-left p {
  font-size: 0.9rem;
}
.footer .container .footer-right .link-btn {
  max-width: 450px;
  background: #fff;
  border: 1px solid #272727;
}
.footer .container .footer-right .link-btn a {
  color: #272727;
}
.footer .container .footer-right ul {
  margin-top: 30px;
  display: flex;
}
.footer .container .footer-right ul li:not(:last-child) {
  margin-right: 18px;
}
.footer .footer-logo .footer-logo__img {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo .footer-logo__img {
    max-width: 160px;
  }
}
.footer .footer-contact .footer-contact__tel a {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  padding-left: 20px;
}
.footer .footer-contact .footer-contact__tel a:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 11px;
  background-image: url(../img/common/contact_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.footer .footer-contact .footer-contact__mail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer .footer-contact .footer-contact__mail a {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  padding: 4px 8px 4px 27px;
  border: 1px solid #fff;
}
.footer .footer-contact .footer-contact__mail a:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  background-image: url(../img/common/contact_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.footer .footer-contact p.footer-content__info {
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-link {
  text-align: center;
}
.footer .footer-link a {
  font-size: 0.8rem;
  color: #fff;
}
.footer .footer-copyright {
  background: #242424;
  padding: 8px 10px;
  margin-top: 10px;
  text-align: center;
}
.footer .footer-copyright .address .footer-copyright__txt {
  color: #fff;
  font-size: 0.8rem;
}
@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(51, 51, 51, 0.7803921569);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}
.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: 190px;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__logo img {
  width: 100%;
}
.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: relative;
  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: 2px;
  background-color: #87b229;
  border-radius: 4px;
  transition: all 0.5s;
}

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

.toggle_btn span:nth-child(2) {
  top: 13px;
}

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

.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;
}

.toggle_btn__txt {
  position: relative;
  top: 27px;
  color: blue;
  font-size: 0.66rem;
  font-weight: 800;
}

#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 #2585bb;
  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: #2585bb 3px solid;
  border-right: #2585bb 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-arcive.section-padding, .news-arcive.top-service {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .news-arcive.section-padding, .news-arcive.top-service {
    padding-top: 10px;
  }
}

.news-items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news-items {
    justify-content: space-between;
  }
}
.news-items .news-items__item {
  width: calc(33.33% - 20px);
  max-width: 800px;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .news-items .news-items__item {
    width: 100%;
    margin-right: 0px;
  }
}
.news-items .news-items__item .news-items__item--mod {
  margin-right: 110px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-items .news-items__item .news-items__item--mod {
    margin-bottom: 4px;
  }
}
.news-items .news-items__item .news-items__item--mod .news-items__item--mod__day {
  color: #939393;
}
.news-items .news-items__item .news-items__item__title {
  line-height: 1.6;
  font-weight: 400;
}
.news-items .news-items__item .news-items__item__title a {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.single-col {
  max-width: 800px;
  margin: auto;
}

.single-col__title {
  margin: 0 auto;
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-col__title {
    padding: 0px 0px 0px;
  }
}

.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 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .single-col__content {
    margin-top: 0px;
    padding: 20px 0px;
  }
}
.single-col__content p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-col__content p {
    line-height: 1.8;
  }
}

.single-link {
  display: flex;
  justify-content: space-between;
  margin: 80px 0px 0px;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .single-link {
    flex-direction: column;
  }
}
.single-link div {
  width: 43%;
}
.single-link div a {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .single-link {
    margin-top: 90px;
  }
  .single-link div {
    width: 100%;
    margin-bottom: 20px;
  }
}

.container-pagenavi {
  margin-top: 30px !important;
  max-width: 1300px;
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container-pagenavi {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi .page {
  width: auto;
  max-width: 0;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .current {
  padding: 10px 18px !important;
  color: #fff;
  border: 1px solid #2585bb !important;
  background: #2585bb;
  margin: 0 6px;
}
.wp-pagenavi a {
  padding: 10px 18px !important;
  color: #2585bb;
  border: 1px solid #2585bb !important;
  margin: 0 6px;
}

.header-under {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .header-under {
    padding-top: 64px;
  }
}
.header-under .section-padding, .header-under .top-service {
  padding: 80px 10px 0px;
}
@media screen and (max-width: 767px) {
  .header-under .section-padding, .header-under .top-service {
    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: #2585bb;
  text-decoration: underline;
}
.contact-col .checkbox .error {
  position: absolute;
  top: 29px;
}

.error {
  color: #fc5f60;
}

.contact__text {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-bottom: 40px;
  }
}

.bg-grad, .point, .kv {
  background: linear-gradient(#b7e7f6, #fdffeb);
}

.item-col .item {
  display: flex;
  justify-content: space-between;
}
.item-col .item:not(:last-child) {
  margin-bottom: 40px;
}
.item-col .item .item-left {
  width: calc(50% - 20px);
}
.item-col .item .item-right {
  width: calc(50% - 10px);
}
.item-col .item .item-right h3 {
  font-size: 1.2rem;
  margin-top: 12px;
  margin-bottom: 32px;
  text-align: center;
}

.header-top {
  background: #067BA7;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .header-top {
    padding: 10px 10px;
  }
}
.header-top p {
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .header-top p {
    font-size: 0.6rem;
  }
}

.kv-height, .kv .kv-inner .kv-catch, .kv .kv-inner, .kv {
  height: 550px;
}
@media screen and (max-width: 767px) {
  .kv-height, .kv .kv-inner .kv-catch, .kv .kv-inner, .kv {
    height: 370px;
  }
}

.kv {
  background-image: url(../img/fv_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .kv {
    background-image: url(../img/fv_bg_sp.png);
  }
}
.kv .kv-inner {
  position: relative;
}
.kv .kv-inner .kv-catch {
  color: #fff;
  position: relative;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-catch {
    font-size: 1.5rem;
  }
}
.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: #2585bb;
  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;
  }
}

.product-info {
  background-image: url(../img/product_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .product-info .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.company-info {
  background-image: url(../img/company_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .company-info {
    background-image: url(../img/company_bg_sp.png);
  }
}
@media screen and (max-width: 767px) {
  .company-info .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.circuit-info {
  background-image: url(../img/circuit_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .circuit-info .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.akatsuki-info {
  background-image: url(../img/akatsuki_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .akatsuki-info .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.companypage-info {
  background-image: url(../img/companypage_info_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .companypage-info .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.mod-hd__txt.info_text {
  max-width: 440px;
  text-align: left;
  margin: 20px auto 0px;
}
@media screen and (max-width: 767px) {
  .mod-hd__txt.info_text {
    font-size: 0.9rem;
  }
}

.half-col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .half-col {
    flex-direction: column;
  }
}
.half-col .mod-hd {
  margin-bottom: 0px;
}
.half-col .col-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .half-col .col-left {
    width: 100%;
  }
}
.half-col .col-right {
  padding: 120px 10px;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7215686275);
}
@media screen and (max-width: 767px) {
  .half-col .col-right {
    padding: 50px 10px;
    width: 100%;
  }
}

.companypage-info.half-col .col-left {
  order: 0;
}
.companypage-info.half-col .col-right {
  order: 1;
}

.akatsuki-info.half-col .col-left {
  order: 1;
}
.akatsuki-info.half-col .col-right {
  order: 0;
}

@media screen and (max-width: 767px) {
  .map-info .col-left {
    height: 300px;
  }
}
.map-info .col-right {
  background-image: url(../img/map_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 10px;
}
@media screen and (max-width: 767px) {
  .map-info .col-right {
    padding: 40px 10px;
  }
}
.map-info figure {
  max-width: 280px;
  margin: 0 auto 30px;
}
.map-info .link-btn {
  background: none;
  border: 1px solid #fff;
}

.top-service {
  background: #fbfbfb;
  padding-left: 0px;
  padding-right: 0px;
}
.top-service .top-service-col {
  max-width: 1000px;
  margin: 0 auto;
}
.top-service .top-service-col .top-service-col-item .top-service-col-item-inner {
  margin-right: auto;
  position: relative;
  max-width: 850px;
}
.top-service .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 .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 .top-service-col .top-service-col-item .top-service-col-item-inner figure {
    padding-right: 60px;
  }
}
.top-service .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 .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: linear-gradient(to top, #067BA7 10%, #12144D);
  padding: 30px 28px;
  box-shadow: 6px 6px;
}
@media screen and (max-width: 767px) {
  .top-service .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right {
    padding: 18px 14px;
    max-width: 300px;
    right: 20px;
    bottom: -120px;
  }
}
@media screen and (max-width: 345px) {
  .top-service .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right {
    max-width: 280px;
  }
}
.top-service .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right h3 {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top-service .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right h3 {
    margin-bottom: 18px;
  }
}
.top-service .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 .top-service-col .top-service-col-item .top-service-col-item-inner .top-service-col-item-right p {
    font-size: 0.7rem;
    margin-bottom: 14px;
  }
}
.top-service .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 .top-service-col .top-service-col-item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top-service .top-service-col .top-service-col-item:not(:last-child) {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service-col .top-service-col-item:last-child {
    margin-bottom: 140px;
  }
}
.top-service .top-service-col .top-service-col-item:nth-child(2) .top-service-col-item-inner {
  margin-right: 0;
  margin-left: auto;
}
.top-service .top-service-col .top-service-col-item:nth-child(2) .top-service-col-item-inner figure {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-service .top-service-col .top-service-col-item:nth-child(2) .top-service-col-item-inner figure {
    padding-right: inherit;
    padding-left: 80px;
  }
}
@media screen and (max-width: 345px) {
  .top-service .top-service-col .top-service-col-item:nth-child(2) .top-service-col-item-inner figure {
    padding-right: 60px;
  }
}
.top-service .top-service-col .top-service-col-item:nth-child(2) .top-service-col-item-inner .top-service-col-item-right {
  right: inherit;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-service .top-service-col .top-service-col-item:nth-child(2) .top-service-col-item-inner .top-service-col-item-right {
    left: 14px;
  }
}

.company-message {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .company-message {
    max-width: 500px;
  }
}
.company-message .flex-left {
  max-width: 400px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .company-message .flex-left {
    margin-right: 0px;
    order: 1;
  }
}
.company-message .flex-left h2 {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .company-message .flex-right {
    order: 0;
  }
}

.company .company__txt {
  max-width: 688px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  color: #0c0c0c;
  line-height: 3;
}

.company-map {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.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;
}

.page-company {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .page-company {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page-company .company-table table tr:first-child {
  border-top: none;
}
.page-company .company-table table tr td a {
  text-decoration: underline;
}

.page-contact {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-contact {
    padding-top: 0px;
  }
}
.page-contact .js-mw-checkbox {
  margin-top: 30px;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.page-privacy {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-privacy {
    padding-top: 0px;
  }
}
.page-privacy .page-privacy-col h2 {
  margin: 40px 0 20px;
}
.page-privacy .page-privacy-col ol {
  margin-top: 30px;
  padding-left: 24px;
}
.page-privacy .page-privacy-col ol li {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  margin-bottom: 12px;
  line-height: 1.3;
  position: relative;
}
.page-privacy .page-privacy-col ol li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #2585bb;
  top: 9px;
  left: -10px;
}

.product-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product-col {
    margin-bottom: 20px;
  }
}
.product-col .product-col-item {
  width: calc(33.33% - 40px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-col .product-col-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.product-col .product-col-item h2 {
  margin-top: 8px;
}
.product-col .product-col-item h2 a {
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-col .product-col-item p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
.product-col .btn-contact {
  margin-top: 40px;
}
.product-col .btn-contact .btn__contact:last-child {
  margin-right: 0px;
}

.sale-info .product-col .product-col-item {
  width: calc(40% - 40px);
}
.sale-info .product-col .product-col-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sale-info .product-col .product-col-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .sale-info .product-col .product-col-item .link-btn {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sale-info .product-col .product-col-item .link-btn {
    margin-top: 14px;
  }
}

.top-news {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  padding: 0px 12px;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 14px 10px 0px;
    margin-top: 0px;
  }
}
.top-news .top-news-inner {
  border-radius: 10px;
  background: #FCEAEA;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .top-news .top-news-inner {
    padding: 12px 10px;
  }
}
.top-news .top-news-col {
  text-align: center;
  display: flex;
  justify-content: center;
}
.top-news .top-news-col span {
  margin-right: 20px;
  font-size: 1rem;
}
.top-news .top-news-col h2 {
  font-weight: normal;
}

.voice-col .voice-col-item {
  border-radius: 8px;
  border: 4px solid #f8f8f8;
  padding: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voice-col .voice-col-item {
    padding: 18px;
  }
}
.voice-col .voice-col-item h3 {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .point .item-col .item {
    flex-direction: column;
  }
}
.point .item-col .item figure {
  height: 240px;
}
@media screen and (max-width: 767px) {
  .point .item-col .item figure {
    height: 180px;
    width: 100%;
  }
}
.point .item-col .item figure img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .point .item-col .item figure img {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .point .item-col .item .item-right {
    width: 100%;
  }
}
.point .item-col .item .item-right h3 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .point .item-col .item .item-right h3 {
    margin-top: 14px;
    margin-bottom: 12px;
  }
}

.cta-read {
  margin-top: 30px;
}

.cta .btn-contact {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta .btn-contact {
    flex-direction: column;
  }
}
.cta .btn-contact a {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta .btn-contact .btn__contact:not(:last-child) {
    margin: 0 auto 20px;
  }
}

.form-col {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  max-width: 290px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .form-col {
    max-width: 280px;
  }
}
.form-col .form-col-item a {
  display: block;
  padding: 30px 46px;
  border-radius: 12px;
  border: 1px solid #2585bb;
}

.contact {
  padding-bottom: 100px;
}
.contact .contact-hd-p {
  text-align: center;
  margin-bottom: 40px;
}
.contact button[type=button], .contact button[type=submit] {
  margin-top: 30px;
  padding: 10px 30px;
  background: #87b229;
  border: none;
  color: #fff;
  border-radius: 100px;
}
.contact input[type=text], .contact input[type=tel], .contact input[type=email] {
  padding: 7px 4px;
  border: 1px solid #c3c3c3;
}
.contact button.jet-form-builder__prev-page {
  position: absolute;
  margin-top: 84px;
  border: 1px solid #2585bb;
  background: #fff;
  color: #2585bb;
}
.contact .jet-form-builder-row {
  max-width: 420px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact .jet-form-builder-row {
    max-width: 360px;
  }
}
.contact .contact_bikou {
  max-width: 600px;
  font-size: 0.9rem;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .contact .contact_bikou {
    max-width: 360px;
    margin: 50px auto;
  }
}
.contact .is-layout-flex {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact .is-layout-flex {
    flex-direction: column;
  }
}
.contact .jet-form-builder__next-page-wrap {
  text-align: center;
}
.contact .jet-form-builder__action-button-wrapper {
  justify-content: center;
}
.contact .jet-form-builder__label-text {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .contact .jet-form-builder__label-text {
    font-size: 14px;
    line-height: 1.3;
  }
}
.contact .jet-form-builder-repeater__actions {
  justify-content: right;
}
.contact .jet-form-builder-repeater__actions button {
  margin-top: 0px;
}
.contact .jet-form-builder-repeater__row {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .contact .jet-form-builder__field-wrap.checkradio-wrap span {
    font-size: 14px;
  }
}

.fixed_btn {
  display: flex;
  position: fixed;
  bottom: 16px;
  right: 16px;
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    bottom: 8px;
    right: 0;
    left: 0;
    width: 100%;
    justify-content: space-evenly;
  }
}
.fixed_btn .fixed_btm_item {
  background: #fff;
  border: 2px solid #87b229;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .fixed_btn .fixed_btm_item {
    width: calc(50% - 14px);
  }
}
.fixed_btn .fixed_btm_item a {
  display: block;
  color: #87b229;
  padding: 14px 22px;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fixed_btn .fixed_btm_item a {
    padding: 10px 6px;
    font-size: 14px;
  }
}
.fixed_btn .fixed_btm_item:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .fixed_btn .fixed_btm_item:not(:last-child) {
    margin-right: 0px;
  }
}

.giftcard-select label {
  position: relative;
  padding: 110px 0px 10px;
  margin-bottom: 20px;
  border: 1px solid #9c9c9c;
  width: 209px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .giftcard-select label {
    width: 188px;
  }
}
@media screen and (max-width: 375px) {
  .giftcard-select label {
    width: 168px;
  }
}
.giftcard-select label span {
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .giftcard-select label span {
    font-size: 13px !important;
  }
}
.giftcard-select .jet-form-builder-row {
  max-width: 880px;
}
.giftcard-select .jet-form-builder__fields-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  justify-content: space-around;
}
.giftcard-select .radio-wrap:before {
  content: "";
  position: absolute;
  background-image: url(../img/gift1.jpg);
  top: 0;
  width: 100px;
  height: 100px;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
}
.giftcard-select .radio-wrap:nth-child(2):before {
  background-image: url(../img/gift2.jpg);
}
.giftcard-select .radio-wrap:nth-child(3):before {
  background-image: url(../img/gift3.jpg);
}
.giftcard-select .radio-wrap:nth-child(4):before {
  background-image: url(../img/gift4.jpg);
}
.giftcard-select .radio-wrap:nth-child(5):before {
  background-image: url(../img/gift5.jpg);
}
.giftcard-select .radio-wrap:nth-child(6):before {
  background-image: url(../img/gift6.jpg);
}
.giftcard-select .radio-wrap:nth-child(7):before {
  background-image: url(../img/gift7.jpg);
}
.giftcard-select .radio-wrap:nth-child(8):before {
  background-image: url(../img/gift8.jpg);
}

.pc-nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-nav {
    display: none;
  }
}
.pc-nav ul {
  display: flex;
  line-height: 60px;
}
.pc-nav ul li {
  margin-right: 40px;
}
.pc-nav ul li a {
  color: #fff;
}
.pc-nav .pc-nav-contact {
  line-height: 60px;
  background: #87b229;
  color: #fff;
  padding: 0 20px;
}

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

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

.swiper-slide:nth-child(3n+1) {
  /*1、4、7、3n+1枚目の背景色 */
  background-color: #de4439;
}

.swiper-slide:nth-child(3n+2) {
  /*2、5、8、3n+2枚目の背景色 */
  background-color: #fcd500;
}

.swiper-slide:nth-child(3n+3) {
  /*3、6、9、3n+3枚目の背景色 */
  background-color: #53c638;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.news .container {
  padding-left: 0px;
  padding-right: 0px;
}

.product_img-height, .swiper-wrapper img, .swiper-wrapper {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .product_img-height, .swiper-wrapper img, .swiper-wrapper {
    height: 300px;
  }
}

.swiper-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper {
  margin-bottom: 20px;
}

.product_cate a {
  padding: 6px;
  border: 1px solid #0c0c0c;
  display: inline;
  font-size: 0.9rem;
}
.product_cate a:not(:last-child) {
  margin-right: 4px;
}

.product-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .product-btn {
    flex-direction: column;
    margin: 20px auto 0px;
  }
}
.product-btn .link-btn {
  margin: inherit;
}
.product-btn .border {
  border: 1px solid #0c0c0c;
  background: #fff;
}
.product-btn .border a {
  color: #0c0c0c;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
}

.news {
  border-bottom: 4px solid #242424;
}

.news-arcive {
  border-bottom: 4px solid #242424;
}
.news-arcive .category-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-arcive .category-list {
    margin-bottom: 10px;
  }
}
.news-arcive .category-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news-arcive .category-list ul li {
    margin-bottom: 17px;
  }
}
.news-arcive .category-list ul li a {
  padding: 8px 12px;
  border: 1px solid #0c0c0c;
  display: inline;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .news-arcive .category-list ul li a {
    padding: 4px 8px;
  }
}
.news-arcive .category-list ul li:not(:last-child) {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .news-arcive .category-list ul li:not(:last-child) {
    margin-right: 6px;
  }
}

.category-list li.current-category a {
  color: #fff;
  background-color: #87b229;
  border: 1px solid #87b229 !important;
  font-weight: bold;
}

.company .company__txt {
  max-width: 688px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  color: #0c0c0c;
  line-height: 3;
}

.company-map {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.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: 20px 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: 14px 10px 0px;
    font-size: 0.96rem;
  }
}
.company-table table tr td {
  padding: 8px 0 20px;
}

@media screen and (max-width: 767px) {
  .company-table table tr td {
    width: 100%;
    padding: 6px 10px 14px;
  }
}
.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;
}

.page-company {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .page-company {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page-company .company-table table tr:first-child {
  border-top: none;
}

.page-company .company-table table tr td a {
  text-decoration: underline;
}

.company-google-map {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 10px 40px;
}
@media screen and (max-width: 767px) {
  .company-google-map {
    padding: 0 10px 20px;
  }
}
.company-google-map .map-item {
  height: 500px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .company-google-map .map-item {
    height: 350px;
  }
}/*# sourceMappingURL=style.css.map */