@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-weight: 400;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222426;
}

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

figure {
  margin: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

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

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

:is(h1, h2, h3, h4) {
  line-height: 1;
}

#header.active {
  border-bottom: 1px solid #dbdbd9;
}
#header #logo a {
  display: block;
  width: 100%;
}
#header #subbar #form {
  position: relative;
}
#header #subbar #form #sBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  outline: none;
  background-color: #e1e6e5;
  width: 100%;
}
#header #subbar #form #sBox::-moz-placeholder {
  color: #666c73;
}
#header #subbar #form #sBox::placeholder {
  color: #666c73;
}
#header #subbar #form #sBtnArea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  outline: none;
  background-color: #e1e6e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #globalMenu > ul > li > a {
  font-weight: 700;
  line-height: 1;
}
#footer {
  background-color: #f7f7f5;
  position: relative;
}
#footer .footerInfo p {
  color: #343436;
}
#footer #footerMenu ul li a {
  color: #343436;
  line-height: 1.5;
}
#footer .footerBottom {
  background-color: #2a6960;
}
#footer .footerBottom .copyright {
  color: #fff;
}
#footer .footerBottom ul li a {
  color: #fff;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}

#pageTop {
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
}
#pageTop.show {
  opacity: 1;
}

/* fadeUp */
.fade {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
}
.fade.active {
  opacity: 1;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(74, 112, 108, 0.3);
  }
  #footer {
    padding-top: 40px;
  }
  #footer .footerInfo {
    padding: 0 20px;
  }
  #footer .footerInfo .footerLogo {
    width: 160px;
  }
  #footer .footerInfo p {
    font-size: 13px;
    margin-top: 25px;
  }
  #footer #footerMenu {
    margin-top: 40px;
  }
  #footer #footerMenu ul {
    padding: 0 20px;
  }
  #footer #footerMenu ul + ul {
    margin-top: 25px;
  }
  #footer #footerMenu ul:last-of-type {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #footer #footerMenu ul:last-of-type li {
    margin: 0;
    width: 50%;
  }
  #footer #footerMenu ul:last-of-type li a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    border-top: 1px solid #dbdbd9;
    padding: 0 20px;
  }
  #footer #footerMenu ul:last-of-type li:nth-of-type(odd) {
    border-right: 1px solid #dbdbd9;
  }
  #footer #footerMenu ul li + li {
    margin-top: 25px;
  }
  #footer #footerMenu ul li a {
    font-size: 16px;
  }
  #footer .footerBottom {
    padding: 30px 10px;
  }
  #footer .footerBottom .footerBottomInner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer .footerBottom .copyright {
    margin-top: 40px;
    font-size: 12px;
  }
  #footer .footerBottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .footerBottom ul li {
    width: calc(50% - 10px);
    text-align: center;
    position: relative;
  }
  #footer .footerBottom ul li:nth-of-type(even):before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: -10px;
    top: calc(50% - 7px);
  }
  #footer .footerBottom ul li a {
    font-size: 12px;
    /*
    &[target="_blank"]{
        padding-right: 22px;
        &:after{
            content: "";
            display: inline-block;
            background: url(../images/common/icon_blank_w.webp) no-repeat center / cover;
            width: 14px;
            height: 12px;
            position: absolute;
            right: 0;
            top: calc(50% - 6px);
        }
    }
    */
  }
  #pageTop {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(74, 112, 108, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pageTop img {
    width: 15px;
  }
  .commonInner {
    padding: 0 20px;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 17px;
  }
  a[href^="tel:"],
  a[href^="fax:"] {
    pointer-events: none;
  }
  #footer {
    padding-top: 80px;
  }
  #footer #footerInner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 160px;
  }
  #footer .footerInfo .footerLogo {
    width: 211px;
  }
  #footer .footerInfo p {
    font-size: 15px;
    margin-top: 15px;
  }
  #footer #footerMenu {
    display: flex;
    -moz-column-gap: 3.9vw;
         column-gap: 3.9vw;
  }
  #footer #footerMenu ul li + li {
    margin-top: 25px;
  }
  #footer #footerMenu ul li a {
    font-size: 16px;
  }
  #footer #footerMenu ul li a:hover {
    text-decoration: underline;
  }
  #footer .footerBottom {
    padding: 25px 0;
  }
  #footer .footerBottom .footerBottomInner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .footerBottom .copyright {
    font-size: 15px;
  }
  #footer .footerBottom ul {
    display: flex;
  }
  #footer .footerBottom ul li {
    padding: 0 2.5vw;
    position: relative;
  }
  #footer .footerBottom ul li + li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
  #footer .footerBottom ul li a {
    font-size: 15px;
  }
  #footer .footerBottom ul li a:hover {
    text-decoration: underline;
  }
  #footer .footerBottom ul li a {
    /*
    &[target="_blank"]{
        padding-right: 25px;
        &:after{
            content: "";
            display: inline-block;
            background: url(../images/common/icon_blank_w.webp) no-repeat center / cover;
            width: 15px;
            height: 13px;
            position: absolute;
            right: 0;
            top: calc(50% - 6px);
        }
    }
    */
  }
  #pageTop {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(74, 112, 108, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 30px;
    transition: 0.3s;
  }
  #pageTop:hover {
    background-color: #e3fcf9;
  }
  #pageTop img {
    width: 19px;
    transition: 0.3s;
  }
  .commonInner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  .commonInner.narrow {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  /* fadeUp */
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 55px;
  }
  #header {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
  }
  #header #menuBtn {
    width: 65px;
    height: 55px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    border-left: 1px solid #dbdbd9;
  }
  #header #menuBtn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #005046;
    position: absolute;
    transition: 0.3s;
  }
  #header #menuBtn span:first-of-type {
    top: calc(50% - 9px);
    left: calc(50% - 14px);
  }
  #header #menuBtn span:last-of-type {
    top: calc(50% - 2px);
    left: calc(50% - 14px);
  }
  #header #menuBtn p {
    font-size: 10px;
    text-align: center;
    color: #005046;
    padding-top: 36px;
    letter-spacing: 0.01em;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }
  #header #menuBtn.active span:first-of-type {
    top: calc(50% - 5px);
    transform: rotate(35deg);
  }
  #header #menuBtn.active span:last-of-type {
    top: calc(50% - 5px);
    transform: rotate(-35deg);
  }
  #header #headerContactSP {
    width: 65px;
    height: 55px;
    position: absolute;
    right: 65px;
    top: 0px;
    z-index: 999;
    border-left: 1px solid #dbdbd9;
  }
  #header #headerContactSP a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 55px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    color: #005046;
    line-height: 1;
  }
  #header #headerContactSP a span {
    display: block;
    width: 26px;
  }
  #header .headerInner {
    padding-left: 12px;
    height: 100%;
  }
  #header #logo {
    width: 122px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #header .headerCont {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: calc(100svh - 54px);
    position: fixed;
    left: 0;
    top: 54px;
    background-color: #fff;
    border-top: 1px solid #dbdbd9;
    padding: 0 20px 80px;
    overflow: auto;
    z-index: 999;
    transition: 0.3s;
  }
  #header .headerCont.active {
    opacity: 1;
    visibility: visible;
  }
  #header .headerCont #close {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005046;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  #header .headerCont #close span {
    display: inline-block;
    position: relative;
  }
  #header .headerCont #close span:before {
    content: "";
    display: inline-block;
    background: url(../images/common/close.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -20px;
    top: calc(50% - 7px);
  }
  #header #subbar {
    display: flex;
    flex-direction: column-reverse;
  }
  #header #subbar #form #sBox {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    padding: 10px 40px 10px 20px;
  }
  #header #subbar #form #sBtnArea {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 5px;
    border-radius: 0 19px 19px 0;
    padding-right: 3px;
  }
  #header #subbar #form #sBtnArea img {
    width: 20px;
  }
  #header #subbar .headerLang {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    letter-spacing: 0.05em;
    padding: 20px 0 20px 43px;
  }
  #header #subbar .headerLang:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_language.svg) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: calc(50% - 12px);
  }
  #header #subbar .headerContact {
    display: none;
  }
  #header #globalMenu > ul > li {
    border-bottom: 1px solid #dbdbd9;
  }
  #header #globalMenu > ul > li.parent > a:after {
    content: "";
    display: inline-block;
    background: #005046;
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
  }
  #header #globalMenu > ul > li.parent > a:before {
    content: "";
    display: inline-block;
    background: #005046;
    width: 2px;
    height: 16px;
    position: absolute;
    right: 7px;
    top: calc(50% - 7px);
  }
  #header #globalMenu > ul > li.parent > a.active:before {
    content: none;
  }
  #header #globalMenu > ul > li > a {
    display: block;
    font-size: 16px;
    color: #222426;
    position: relative;
    padding: 24px 30px 24px 15px;
  }
  #header #globalMenu > ul > li > a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: calc(50% - 7px);
  }
  #header #globalMenu > ul > li > ul {
    display: none;
    padding-left: 30px;
  }
  #header #globalMenu > ul > li > ul > li + li {
    border-top: 1px solid #dbdbd9;
  }
  #header #globalMenu > ul > li > ul > li > a {
    font-weight: 700;
    color: #005046;
    display: block;
    padding: 15px 0;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forPC_1200 {
    display: none !important;
  }
}
@media print, screen and (min-width: 1201px) {
  body {
    padding-top: 140px;
  }
  #header {
    height: 140px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
  }
  #header #close, #header #headerContactSP, #header #menuBtn {
    display: none;
  }
  #header .headerInner {
    padding: 0 0 0 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header #logo {
    width: 244px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #header .headerCont {
    display: flex;
    flex-direction: column-reverse;
  }
  #header #subbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1.5em;
  }
  #header #subbar #form #sBox {
    width: 287px;
    height: 38px;
    border-radius: 19px;
    font-size: 14px;
    padding: 10px 38px 10px 18px;
  }
  #header #subbar #form #sBtnArea {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 19px 19px 0;
    padding-right: 3px;
  }
  #header #subbar #form #sBtnArea img {
    width: 20px;
  }
  #header #subbar .headerLang {
    font-weight: 700;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin-left: 25px;
    letter-spacing: 0.05em;
    transition: 0.3s;
  }
  #header #subbar .headerLang:hover {
    opacity: 0.5;
  }
  #header #subbar .headerLang:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_language.svg) no-repeat center/cover;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
  }
  #header #subbar .headerContact {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    transition: 0.3s;
  }
  #header #subbar .headerContact:hover {
    opacity: 0.5;
  }
  #header #subbar .headerContact:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_contact.svg) no-repeat center/cover;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
  }
  #header #globalMenu {
    margin-top: 30px;
  }
  #header #globalMenu > ul {
    display: flex;
  }
  #header #globalMenu > ul > li {
    position: relative;
  }
  #header #globalMenu > ul > li:hover:after, #header #globalMenu > ul > li.current:after {
    opacity: 1;
    visibility: visible;
  }
  #header #globalMenu > ul > li:after {
    content: "";
    width: 74px;
    height: 3px;
    background-color: #40a6a6;
    position: absolute;
    left: calc(50% - 37px);
    bottom: -22px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  #header #globalMenu > ul > li + li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #cacacc;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
  }
  #header #globalMenu > ul > li.parent:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #header #globalMenu > ul > li > a {
    font-size: 17px;
    color: #222426;
    position: relative;
    padding: 0 1.5vw 25px;
  }
  #header #globalMenu > ul > li > ul {
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 380px;
    padding: 40px 30px 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0 0 10px 0 rgba(74, 112, 108, 0.15);
  }
  #header #globalMenu > ul > li > ul.last {
    left: -170px;
  }
  #header #globalMenu > ul > li > ul > li:not([class]) + li {
    margin-top: 20px;
  }
  #header #globalMenu > ul > li > ul > li > a {
    font-weight: 700;
    font-size: 16px;
    color: #222426;
    display: block;
    transition: 0.3s;
  }
  #header #globalMenu > ul > li > ul > li > a:hover {
    color: #005046;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forSP_1200 {
    display: none !important;
  }
}
/*# sourceMappingURL=map/common.css.map */
