@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: #333333;
}

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 {
  color: #604A39;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
}

.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: 20px;
  height: 2px;
  background: linear-gradient(to right, #42a0ab, #2f368d);
  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: #016f58;
  font-weight: 500;
  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: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mod-hd__txt {
    font-size: 1rem;
  }
}

.btn__contact {
  background: #016f58;
  max-width: 400px;
  width: 100%;
  padding: 4px 0;
  border-radius: 60px;
  margin-right: 20px;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn__contact {
    padding: 10px 0;
    margin-right: 10px;
  }
}
.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:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 11px;
  background-image: url(../img/common/contact_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .btn__contact a:after {
    top: -2px;
    left: 18px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact a:after {
    left: 15px;
  }
}
.btn__contact a p {
  color: #fff;
  font-weight: 300;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .btn__contact a p {
    display: none;
  }
}
.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: #016f58;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all;
  border-radius: 100px;
}
.link-btn a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 14px 40px;
  display: block;
}
.link-btn:hover {
  opacity: 0.8;
}

.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 #016f58;
  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: #016f58;
  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: #016f58;
  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: #333333;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.header {
  align-items: center;
  display: flex;
  background: #fff;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    background: #fff;
  }
}
.header .header-inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .header .header-inner {
    justify-content: space-between;
  }
}
.header .header-logo {
  align-items: center;
  background: #ffffff;
  display: flex;
  height: 100%;
  transition: 0.4s;
}
.header .header-logo a {
  display: block;
}
.header .header-logo .logo__img {
  max-width: 200px;
  width: 100%;
  padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 767px) {
  .header .header-logo .logo__img {
    max-width: 162px;
  }
}
@media screen and (max-width: 345px) {
  .header .header-logo .logo__img {
    max-width: 152px;
  }
}
.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 {
  padding: 90px 10px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    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: #016f58;
  padding: 64px 0px;
}
.footer .footer-logo {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 32px;
  }
}
.footer .footer-logo .footer-logo__img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo .footer-logo__img {
    max-width: 230px;
  }
}
.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 {
  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(8, 10, 41, 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: 300px;
  }
}

.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%;
}
.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: #016f58;
  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 #016f58;
  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: #016f58 3px solid;
  border-right: #016f58 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 {
  padding-top: 30px;
}

.news-items__item {
  border-bottom: 1px solid #016f58;
  padding: 40px 0px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.news-items__item:last-child {
  margin-bottom: 40px;
}
@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;
}
@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__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;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-col__title {
    padding: 0px 0px 20px;
  }
}

.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 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .single-col__content {
    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: 140px 0px 0px;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .single-link {
    margin-top: 90px;
  }
  .single-link div {
    width: 43%;
  }
}

.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 #016f58 !important;
  background: #016f58;
  margin: 0 6px;
}
.wp-pagenavi a {
  padding: 10px 18px !important;
  color: #016f58;
  border: 1px solid #016f58 !important;
  margin: 0 6px;
}

.header-under {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .header-under {
    padding-top: 44px;
  }
}
.header-under .section-padding {
  padding: 80px 10px 0px;
}
@media screen and (max-width: 767px) {
  .header-under .section-padding {
    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: #016f58;
  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;
  }
}

p, img, li, span, div {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

body {
  background: #fff;
}

.inner {
  max-width: 590px;
  margin: 0 auto;
  width: 100%;
}

.fv {
  padding: 30px 0;
  background: url(../img/fv_bg.jpg);
  background-size: contain;
  background-position: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 14px 0;
    background-size: cover;
  }
}
.fv .inner.pc {
  max-width: 780px;
}

.fv-under {
  padding: 40px 20px;
}

.check {
  padding: 0 12px;
  background: url(../img/check_bg.jpg);
  background-position: bottom;
  background-size: contain;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  .check {
    background-size: cover;
  }
}
.check h1 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.check .wrap {
  background: #fff;
  padding: 20px 14px;
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto;
}
.check .check-after {
  max-width: 400px;
  margin: 0 auto;
  margin-top: -10px;
  padding-bottom: 40px;
}

h1 {
  margin: 0 0 16px;
}

/* ===== タブ ===== */
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.tab-btn {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
}

.tab-btn[aria-selected=true] {
  background: #009e79;
  color: #fff;
  border-color: #009e79;
}

.panel {
  display: none;
  background: #fff;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.panel[aria-hidden=false] {
  display: block;
}

/* ===== リスト行 ===== */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
}

li:last-child {
  border-bottom: none;
}

/* ===== チェックボックス（緑・大きめ・CSS描画チェック） ===== */
/* 均一幅固定＋テキスト折返し */
li input[type=checkbox] {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin-top: 3px;
  display: inline-block;
}

input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #009e79;
  border-radius: 6px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

input[type=checkbox]:hover {
  box-shadow: 0 0 4px rgba(0, 158, 121, 0.35);
}

input[type=checkbox]:checked {
  background: #009e79;
  border-color: #009e79;
}

/* CSSのみで描くチェックマーク（2本線） */
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 0.2s ease;
}

/* テキスト側（可変・折返し） */
li span {
  flex: 1;
}

/* ===== 全体合計カウンタ ===== */
.total-wrapper {
  position: sticky;
  bottom: 0;
  margin-top: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid #ddd;
  border-radius: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #007b5f;
  text-align: center;
}

.total-wrapper .muted {
  font-weight: normal;
  color: #667;
  margin-left: 8px;
  font-size: 14px;
}

.cta {
  padding: 60px 20px;
  background: url(../img/cta_bg.png);
  background-size: contain;
  background-position: center;
}
.cta .cta-area {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 20px;
}
.cta .cta-area .absolute {
  position: absolute;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .cta .cta-area .absolute {
    padding: 0 10px;
  }
}
.cta .cta-area .cta-tel {
  top: 23%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.cta .cta-area .cta-tel a {
  display: block;
}
.cta .cta-area .cta-mail {
  top: 52%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.cta .cta-area .cta-line {
  top: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.cta .cta-area .cta-line a {
  display: block;
}

.nayami {
  background: #f6f6f6;
}
.nayami .nayami-under {
  margin-top: -130px;
  padding: 120px 20px 40px;
  background: url(../img/nayami_under_bg.jpg);
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .nayami .nayami-under {
    background-size: cover;
  }
}
.nayami .nayami-under .nayami-under-text {
  max-width: 460px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

.riyuu {
  background: #e7e9e6;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #e7e9e6 10%, #e7e9e6 100%);
}

.yorokobi {
  padding: 40px 20px 60px;
  background: url(../img/yorokobi_bg.jpg);
  background-size: contain;
  background-position: center;
}

.kanagawa {
  padding: 60px 20px;
  background: url(../img/kanagawa_bg.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .kanagawa {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.kanagawa .kanagawa-text {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kanagawa .kanagawa-text {
    max-width: 400px;
  }
}

.kanagawa-under {
  padding: 40px 20px 20px;
  background: url(../img/kanagawa_under_bg.jpg);
  background-size: cover;
  background-position: center;
}

.kaigori {
  padding: 40px 20px 20px;
  background: url(../img/kaitori_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .kaigori {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.kaigori .inner_pc {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0px 40px;
}

.jisseki {
  padding: 40px 20px 40px;
  background: url(../img/jisseki_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .jisseki {
    padding: 40px 10px 40px;
  }
}
.jisseki .jisseki-hd {
  max-width: 200px;
  margin: 0 auto;
}
.jisseki .jisseki-erea {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.jisseki .jisseki-erea figure {
  width: 33.33%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .jisseki .jisseki-erea figure {
    width: 100%;
  }
}
.jisseki .jisseki-btn {
  max-width: 260px;
}

.flow {
  padding: 40px 20px 40px;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 40px 10px 40px;
    background: url(../img/flow_bg.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.flow .flow-hd {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 20px;
}
.flow .flow-item:not(:last-child) {
  margin-bottom: 20px;
}
.flow .flow-pc {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .flow .flow-pc {
    display: none;
  }
}
.flow .flow-pc figure {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 991px) {
  .flow .flow-pc figure {
    width: 50%;
  }
}

.voice {
  padding: 40px 0px 40px;
  background: url(../img/voice_bg.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
}
.voice .voice-hd {
  max-width: 500px;
  margin: 0 auto;
}
.voice .voice-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: -80px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .voice .voice-col {
    margin-top: -50px;
    flex-direction: column;
  }
}
.voice .voice-col figure {
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .voice .voice-col figure {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-col figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.faq {
  background: #cde8e5;
  padding: 0px 0px 60px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0px 0px 20px;
  }
}
.faq .faq-hd {
  background: url(../img/faq_hd_bg.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 20px 58px;
}
@media screen and (max-width: 767px) {
  .faq .faq-hd {
    padding: 30px 20px 40px;
  }
}
.faq .faq-hd .inner {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq .faq-hd .inner {
    max-width: 200px;
  }
}
.faq .faq-col {
  padding: 60px 20px 0;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .faq .faq-col {
    padding: 40px 20px 0;
    flex-direction: column;
  }
}
.faq .faq-col .faq-item {
  width: calc(50% - 10px);
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 34px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .faq-col .faq-item {
    width: 100%;
  }
  .faq .faq-col .faq-item:not(:last-child):after {
    content: "";
    position: absolute;
    background: url(../img/faq_line.png);
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 2px;
    bottom: -20px;
  }
}
.faq .faq-col .faq-item .faq-item-hd {
  display: flex;
  align-items: center;
  color: #0c6c60;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
.faq .faq-col .faq-item .faq-item-hd img {
  max-width: 20px;
  margin-right: 10px;
}
.faq .faq-col .faq-item .faq-item-desc {
  background: #fff;
  padding: 12px;
  font-weight: 500;
}

.company {
  background: #eaeae8;
  padding: 50px 20px;
}
.company .company-hd {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company .company-hd {
    max-width: 180px;
  }
}
.company .company-table {
  margin-top: 36px;
}
.company .company-table tr, .company .company-table th, .company .company-table td {
  font-size: 1.1rem;
}
.company .company-table tbody tr {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .company .company-table tbody tr {
    margin-bottom: 10px;
  }
}
.company .company-table tbody tr th {
  font-weight: 400;
  background: #fff;
  min-width: 100px;
  padding: 4px;
}
.company .company-table tbody tr td {
  padding-left: 20px;
  font-weight: 0;
  line-height: 1.4;
}
.company .company-img {
  margin-top: 30px;
}
.company .company-img p {
  margin-top: 10px;
  text-align: right;
}

.news {
  padding: 50px 20px;
}
.news .news-hd {
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news .news-hd {
    max-width: 180px;
  }
}
.news .news-item:not(:last-child) {
  margin-bottom: 30px;
}
.news .news-item .newsmeta {
  display: flex;
  align-items: center;
}
.news .news-item .newsmeta .cate {
  margin-left: 14px;
  font-size: 0.94rem;
  color: #fff;
  background: #0c6c60;
  padding: 2px 4px;
}
.news .news-item .newsttl {
  line-height: 1.4;
  padding-left: 30px;
  margin-top: 12px;
}

footer {
  background: #515151;
  padding: 20px 20px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 20px 90px;
  }
}
footer a, footer p {
  color: #fff;
  text-align: center;
}
footer a {
  margin-bottom: 10px;
}

.spnav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgb(255, 248, 243);
  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: 300px;
  }
}

.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 0px 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: #000;
  letter-spacing: 6px;
  font-weight: 400;
  padding: 10px 0px;
  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;
    text-align: center;
  }
}
.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 {
    padding-top: 40px;
    margin-top: 30px;
    max-width: 280px;
    border-top: 1px solid #b4b4b4;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__logo img {
  max-width: 130px;
  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;
  top: 0px;
  width: 40px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1002;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 2px;
  width: 34px;
  height: 2px;
  background-color: #016d5b;
  border-radius: 4px;
  transition: all 0.5s;
}

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

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

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

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

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

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

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

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

.toggle_btn__txt {
  position: relative;
  top: 27px;
  color: #A43731;
  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;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 14px 14px;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  header {
    padding: 8px 14px;
  }
}
header .inner {
  max-width: 800px;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  header .inner .logo {
    max-width: 140px;
  }
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .cta-fixed {
    display: none;
  }
}

.archive-cate {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .archive-cate {
    margin-top: 40px;
  }
}
.archive-cate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.archive-cate ul li {
  margin: 0 10px 12px;
}
@media screen and (max-width: 767px) {
  .archive-cate ul li {
    margin: 0 6px 12px;
  }
}
.archive-cate ul li a {
  display: block;
  background: #fff;
  padding: 12px 18px;
  border: 1px solid #22b3ca;
  color: gray;
}
@media screen and (max-width: 767px) {
  .archive-cate ul li a {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}
.archive-cate ul .current {
  color: #fff;
  background: #22b3ca;
  border: 1px solid #22b3ca;
}

.breadcrumb {
  display: flex;
  margin-bottom: 40px;
}
.breadcrumb li.breadcrumb-item a {
  -webkit-text-decoration: under !important;
          text-decoration: under !important;
}

.archive-col {
  margin-bottom: 60px;
}

.single-contents {
  margin-bottom: 60px;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .single-contents {
    margin-top: 90px;
  }
}

.single-btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .single-btn {
    margin-top: 60px;
  }
}

.archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .archive-list {
    margin-top: 20px;
  }
}
.archive-list .archive-list-item {
  width: calc(33% - 24px);
  margin: 0 12px 24px;
}
@media screen and (max-width: 767px) {
  .archive-list .archive-list-item {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
  }
}
.archive-list .archive-list-item figure {
  border: 2px solid #ebebeb;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .archive-list .archive-list-item figure {
    height: 120px;
  }
}
.archive-list .archive-list-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-list .archive-list-item h3 {
  margin-top: 4px;
  line-height: 1.3;
}

.gnav {
  display: flex;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .gnav {
    margin-left: 0px;
    flex-direction: column;
  }
}
.gnav li:not(:last-child) {
  margin-right: 40px;
}

.single-col-cat-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .single-col-cat-container {
    padding: 0px 0px;
  }
}
.single-col-cat-container .single-col__cat a {
  background: #fff;
  border: 1px solid #016f58;
  border-radius: 100px;
  padding: 4px 12px;
  color: #016f58;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 5px;
  display: inline-block;
}

article h2 {
  font-size: 22px;
  margin-top: 60px;
  padding: 10px 8px 10px 20px;
  background: #fffdf8;
  border-left: 3px solid #A43731;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article h2 {
    font-size: 18px;
    margin-top: 40px;
    padding: 8px 8px 8px 16px;
  }
}
article h3 {
  font-size: 20px;
  padding: 8px;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  margin-bottom: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  article h3 {
    font-size: 16px;
    margin-top: 26px;
  }
}
article h4 {
  background: none !important;
  position: relative !important;
  font-size: 18px !important;
  margin: 0 0 16px !important;
  padding: 0 0 0 34px !important;
}
article h4:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #B07A17;
  transform: rotate(45deg);
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
article ul {
  padding-left: 24px;
}
article ul li {
  list-style: disc;
}
article table {
  margin-bottom: 30px;
}
article table th {
  text-align: left;
  border: 1px solid #828282;
  padding: 6px 10px;
}
article table td {
  padding: 6px 10px;
  border: 1px solid #828282;
}

.page-hd {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .page-hd {
    margin-top: 100px;
  }
}

.page-privacy h2 {
  font-size: 1.2rem;
  margin-top: 40px;
  margin-bottom: 14px;
}

/* ------------------------------------
ボタンの基本スタイル
------------------------------------*/
/* ボタン自体のスタイル */
.shine-button {
  background: #e71857; /* 背景色 */
  border: 2px solid #373735;
  /* 上下に1emの余白, 左右は中央揃えにするために auto */
  text-align: center; /* 内部のリンクテキストは中央揃え */
  display: block; /* 形状は block */
  width: 100%; /* 横幅は一杯に伸ばす */
  max-width: 500px; /* その中でも最大幅は500pxに制限 */
  cursor: pointer; /* リンクがあれば不要 */
  /* ボタンを光らせるために必要 */
  position: relative;
  /* ボタンの位置を基準にするため relative指定 */
  overflow: hidden; /* ボタンの外の領域は非表示 */
}

/* ボタン内のリンクのスタイル 
（リンク自体でボタンを作る場合には不要） */
.shine-button a {
  display: block; /* 形状はblock */
  width: 100%; /* 外側のボックスに対して横幅いっぱいに*/
  padding: 5px 8px 2px; /* 上下左右1文字分の余白 */
  color: white; /* 文字色は白 */
  text-decoration: none; /* 下線など文字装飾は無し */
}
.shine-button a img {
  max-width: 260px;
  width: 100%;
}

/* リンク自体でボタンを作る場合の追加のスタイル
（ボックス＋その中にリンクのあるボタンの場合には不要）*/
a.shine-button {
  padding: 1em; /* 上下左右に1文字分の余白を設ける */
  color: white; /* 文字色を白色に指定*/
  text-decoration: none; /* リンクの下線は非表示 */
}

/* ------------------------------------
ボタンの外側にボックス作成
（疑似要素「before」を使う）
------------------------------------*/
.shine-button::before {
  content: ""; /* 文字は表示しないので中身無しを指定 */
  position: absolute; /* ボタンの位置を基準に絶対値指定する */
  display: block; /* 形式はblock */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  /* 背景色は透明から白になるグラデーション */
  width: 50px; /* 横幅 */
  height: 50px; /* 縦幅 */
  top: -60px; /* ボタン左上を基準に上へ60pxの位置 */
  left: -60px; /* ボタン左上を基準に左へ60pxの位置 */
  /* アニメーションの動作指定 */
  animation-name: shine-run; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
  /* アニメーションの無限繰り返しの指定 */
}

/* ------------------------------------
アニメーションのタイミングとボックスの
拡大率、角度、透過率の指定
------------------------------------*/
@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    /* アニメ開始時は大きさ0、50度の傾き */
    opacity: 0;
    /* アニメ開始時は全透過 */
  }
  40% {
    transform: scale(1) rotate(50deg);
    /* 40%まで進む間に大きさを等倍に。傾きは50度のまま*/
    opacity: 1;
    /* 透過しない（しっかり表示される）ように1を設定 */
  }
  100% {
    transform: scale(250) rotate(50deg);
    /* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/
    opacity: 0;
    /* 全透過になるようにして、徐々に消えるような変化を付ける */
  }
}/*# sourceMappingURL=style.css.map */