@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.for-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block;
  }
}
* {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5em !important;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  border-bottom: 4px #EE7500 solid;
  padding-bottom: 32px;
}

h2 {
  font-size: 32px;
  color: #337A51;
  border-bottom: 1px #337A51 solid;
  font-weight: 500;
  padding-bottom: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
  font-size: 16px;
}

.red {
  color: #FF0000;
}

.caption {
  font-size: 14px;
}

a {
  color: #1A73E8;
  transition: color 0.3s;
}
a:hover {
  color: #EE7500;
}
a:visited {
  color: #1A73E8;
}

img {
  display: block;
  max-width: none;
}

section + section {
  margin-top: 64px;
}

section:last-child {
  margin-bottom: 64px;
}

.box-contents {
  max-width: 1344px;
  margin: auto;
  padding-inline: 32px;
}
@media screen and (max-width: 991px) {
  .box-contents {
    margin-inline: 24px;
    padding-inline: 0;
  }
}

.box-img img {
  width: 100%;
}

.sec-news .tag {
  background-color: #666;
}
.sec-news .tag a {
  color: #fff;
}
.sec-news .tag.NEWS {
  background-color: #337A51;
}
.sec-news .tag.KC {
  background-color: #34A4D4;
}
.sec-news .tag.BR {
  background-color: #F20C90;
}
.sec-news .tag.SG {
  background-color: #35B26A;
}

.post, .page {
  margin-bottom: 0;
}

.entry-footer {
  background-color: #EBF2EE;
}

.page-content, .entry-content, .entry-summary {
  margin-top: 0;
}

.mt-80 {
  margin-top: 80px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mt-80i {
  margin-top: 80px !important;
}

.mt-64i {
  margin-top: 64px !important;
}

.mt-48i {
  margin-top: 48px !important;
}

.mt-32i {
  margin-top: 32px !important;
}

.mt-24i {
  margin-top: 24px !important;
}

.mt-16i {
  margin-top: 16px !important;
}

.mt-8i {
  margin-top: 8px !important;
}

.mt-0i {
  margin-top: 0px !important;
}

.mb-80i {
  margin-bottom: 80px !important;
}

.mb-48i {
  margin-bottom: 48px !important;
}

.mb-64i {
  margin-bottom: 64px !important;
}

.mb-32i {
  margin-bottom: 32px !important;
}

.mb-24i {
  margin-bottom: 24px !important;
}

.mb-16i {
  margin-bottom: 16px !important;
}

.mb-8i {
  margin-bottom: 8px !important;
}

.mb-0i {
  margin-bottom: 0px !important;
}

.pt-80i {
  padding-top: 80px !important;
}

.pt-64i {
  padding-top: 64px !important;
}

.pt-48i {
  padding-top: 48px !important;
}

.pt-32i {
  padding-top: 32px !important;
}

.pt-24i {
  padding-top: 24px !important;
}

.pt-16i {
  padding-top: 16px !important;
}

.pt-8i {
  padding-top: 8px !important;
}

.pt-0i {
  padding-top: 0px !important;
}

.pb-80i {
  padding-bottom: 80px !important;
}

.pb-64i {
  padding-bottom: 64px !important;
}

.pb-48i {
  padding-bottom: 48px !important;
}

.pb-32i {
  padding-bottom: 32px !important;
}

.pb-24i {
  padding-bottom: 24px !important;
}

.pb-16i {
  padding-bottom: 16px !important;
}

.pb-8i {
  padding-bottom: 8px !important;
}

.pb-0i {
  padding-bottom: 0px !important;
}

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

.t-bold {
  font-weight: 600;
}

.box-button {
  display: flex;
  gap: 32px;
  row-gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .box-button {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 640px) {
  .button {
    width: 100%;
  }
}
.button a, .button input {
  box-sizing: border-box;
  text-align: center;
  display: block;
  background-color: #EE7500;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  box-shadow: none;
  padding: 14px 16px 15px;
  min-width: 280px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 16px;
  margin-inline: auto;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .button a, .button input {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .button a, .button input {
    max-width: 342px;
    width: 100%;
    margin-inline: auto;
  }
}
.button a span, .button input span {
  color: #fff !important;
}
.button a:hover, .button input:hover {
  background-color: #ffb064;
}
.button.tel a, .button.white a {
  background-color: transparent;
  color: #000 !important;
  border: 1px solid #000;
}
.button.tel a span, .button.white a span {
  color: #000 !important;
}
.button.tel a:hover, .button.white a:hover {
  background-color: #ccc;
}
.button.tel a {
  height: 56px;
  padding-top: 11px;
}
.button.tel a span {
  font-size: 20px;
}
.button.tel a::before {
  content: url(/asset/common/img/icon_tel_blk.svg);
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.button.white a {
  background-color: white;
}

#sections .eccom-contents .button a {
  font-size: 16px !important;
}

.txt-link {
  color: #000;
  text-decoration: underline;
}
.txt-link:visited {
  color: #000;
}
.txt-link:hover {
  text-decoration: none;
}

.box-flex {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .box-flex {
    gap: 24px;
  }
}

.box-grid {
  display: grid;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 16px;
}
.box-grid.col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.box-grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.box-grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.box-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.box-grid.col-2.center > div:first-child {
  margin-left: auto;
}
.box-grid.col-2.center > div:last-child {
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .box-grid {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    display: block;
  }
  .box-grid div + div {
    margin-top: 24px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .box-grid {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .box-grid {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.box-grid .title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
}

.anchor-list {
  margin: 0 auto 32px;
  max-width: 1344px;
  padding-inline: 32px;
  flex-wrap: wrap;
}

.anchor-list > li a:hover {
  opacity: 0.6;
}

.anchor-list > li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/asset/common/img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
}

.anchor-list {
  font-size: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 16px 40px;
}

.anchor-list > li a {
  align-items: flex-start;
  color: #1a1a1a;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

.anchor-list > li a::after {
  position: relative;
  bottom: -2px;
}

@media only screen and (max-width: 640px) {
  .anchor-list {
    display: flex;
    gap: 24px 18px;
    justify-content: center;
  }
  .anchor-list > li a::after {
    margin-left: 6px;
  }
}
header {
  padding-top: 32px;
  padding-inline: 32px;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  header {
    padding-inline: 24px;
  }
}
header .button {
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  header .button {
    display: none;
  }
}
header .button a {
  width: auto;
}

@media only screen and (max-width: 640px) {
  .logo {
    margin-top: 0 !important;
  }
}
.logo img {
  width: 160px;
  margin-inline: auto;
}

.menu {
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .menu {
    position: absolute;
    right: 10px;
    top: 0;
  }
}

.openbtn {
  position: relative;
  cursor: pointer;
  width: 84px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  width: 68%;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
  opacity: 0;
}

.openbtn span:nth-of-type(3) {
  top: 25px;
}

.openbtn span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 10px;
  left: -2px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.openbtn.active {
  position: fixed;
  right: 32px;
}

.openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(3)::after {
  content: "Close";
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
}

.menu-overlay {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 100%;
  padding-top: 104px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 4;
  position: fixed;
  top: -540px;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.menu-overlay.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.menu-overlay a {
  color: #000;
  text-decoration: underline;
}
.menu-overlay a:hover {
  text-decoration: none;
  color: #EE7500;
}
.menu-overlay .box-contents {
  padding-top: 64px;
  padding-bottom: 64px;
}
.menu-overlay .box-contents > div {
  justify-content: space-around;
  align-items: start;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .menu-overlay .box-contents > div {
    flex-direction: column;
  }
}
.menu-overlay .box-contents > div .logo {
  margin-inline: auto;
}
.menu-overlay .box-contents > div li + li, .menu-overlay .box-contents > div dd {
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .menu-overlay .box-contents > div .for-tablet.box-flex {
    width: 100%;
  }
}
.menu-overlay .box-contents > div .links {
  align-items: start;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .menu-overlay .box-contents > div .links {
    gap: 0;
    width: 100%;
    flex-direction: column;
    font-size: 16px;
  }
  .menu-overlay .box-contents > div .links ul {
    width: 100%;
  }
  .menu-overlay .box-contents > div .links ul li {
    border-top: 1px solid #000;
    margin-top: 0;
    position: relative;
  }
  .menu-overlay .box-contents > div .links ul li::after {
    content: url(/asset/common/img/arrow.svg);
    position: absolute;
    right: 8px;
    top: 19px;
    transform: rotate(-90deg);
  }
  .menu-overlay .box-contents > div .links ul li a {
    text-decoration: none;
    display: block;
    padding: 16px 8px;
    transition: 0.3s;
  }
  .menu-overlay .box-contents > div .links ul li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .menu-overlay .box-contents > div .links ul:last-child li:last-child {
    border-bottom: 1px solid #000;
  }
}
.menu-overlay .box-contents > div .box-button {
  justify-content: left;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .menu-overlay .box-contents > div .box-button {
    flex-direction: column;
    gap: 0;
  }
}
.menu-overlay .box-contents > div .box-button a {
  text-decoration: none;
}
.menu-overlay .box-contents > div .box-button .button.tel a::before {
  content: url(/asset/common/img/icon_tel_blk.svg);
}
.menu-overlay .box-contents > div .buttons {
  justify-content: flex-end;
}
.menu-overlay .box-contents > div .buttons li {
  margin-top: 0;
}

.sec-first .box-contents {
  padding-top: 64px;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .sec-first .box-contents .box-flex {
    display: block;
  }
  .sec-first .box-contents .box-flex h1 {
    padding-bottom: 16px;
  }
  .sec-first .box-contents .box-flex .copy {
    margin: 8px 0 0;
    padding-bottom: 16px;
  }
  .sec-first .box-contents .deco {
    font-size: 60px;
    top: 100px;
  }
}
.sec-first .box-flex {
  justify-content: left;
}
.sec-first .copy {
  padding-bottom: 32px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 1em;
}
.sec-first .deco {
  color: #F2F2F2;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: -1;
  pointer-events: none;
  text-align: right;
  margin: 0;
  position: absolute;
  right: 32px;
  top: 64px;
}
.sec-first .box-img {
  max-height: 190px;
  overflow: hidden;
}
.sec-first .box-img .mv {
  width: 100%;
}

.gnav {
  background: #337A51;
}
@media screen and (max-width: 1080px) {
  .gnav {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .gnav {
    display: none;
  }
}
.gnav ul {
  display: flex;
  justify-content: space-around;
  max-width: 1280px;
  margin-inline: auto;
  height: 48px;
  text-align: center;
  align-items: center;
  color: #fff;
}
.gnav ul li {
  width: 100%;
}
.gnav ul li + li {
  border-left: 0;
  border-left: 1px solid #ffffff;
}
.gnav ul li a {
  border-bottom: 2px solid rgba(238, 117, 0, 0.01);
  transition: 0.3s;
  color: #fff;
}
.gnav ul li a:hover {
  border-bottom: 2px solid #ee7500;
}

.breadcrumb {
  display: flex;
  color: #666;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
}
.breadcrumb li:first-child a::before {
  content: url(/asset/common/img/icon_home.svg);
  display: inline-block;
  margin: 0 8px 0 0;
}
.breadcrumb li + li::before {
  content: url(/asset/common/img/arrow_breadcrumb.svg);
  display: inline-block;
  margin: 0 8px;
}

.sec-contact {
  background: rgba(51, 122, 81, 0.1);
  background: linear-gradient(0deg, rgba(51, 122, 81, 0.1) 0%, rgba(143, 143, 141, 0.1) 100%);
  padding-top: 48px;
  padding-bottom: 48px;
}
.sec-contact p {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .sec-contact .box-button {
    flex-direction: column;
    gap: 0;
  }
}
.sec-contact .box-button img {
  margin-inline: auto;
}

footer {
  background: #337A51;
  color: #fff;
  font-size: 14px;
  padding-top: 48px;
  padding-bottom: 24px;
}
footer a {
  color: #fff;
}
footer a:visited {
  color: #fff;
}
footer .over {
  align-items: start;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  footer .over {
    flex-direction: column;
  }
}
footer .over .logo {
  margin-inline: auto;
}
footer .over li + li, footer .over dd {
  margin-top: 0.5em;
}
footer .over .links {
  align-items: start;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  footer .over .links {
    gap: 0;
    width: 100%;
    flex-direction: column;
    font-size: 16px;
  }
  footer .over .links ul {
    width: 100%;
  }
  footer .over .links ul li {
    border-top: 1px solid #fff;
    margin-top: 0;
    position: relative;
  }
  footer .over .links ul li::after {
    content: url(/asset/common/img/arrow_w.svg);
    position: absolute;
    right: 0;
    top: 19px;
    transform: rotate(-90deg);
  }
  footer .over .links ul li a {
    text-decoration: none;
    display: block;
    padding: 16px 8px;
    transition: 0.3s;
  }
  footer .over .links ul:last-child li:last-child {
    border-bottom: 1px solid #fff;
  }
}
footer .over .box-button {
  justify-content: left;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  footer .over .box-button {
    flex-direction: column;
    gap: 0;
  }
}
footer .over .box-button .button.tel a {
  color: #fff !important;
  border-color: #fff;
}
footer .over .box-button .button.tel a::before {
  content: url(/asset/common/img/icon_tel_whi.svg);
}
footer .over .box-button .button.tel a span {
  color: #fff !important;
}
footer .under {
  align-items: end;
}
@media screen and (max-width: 640px) {
  footer .under {
    flex-direction: column;
    margin-inline: auto;
  }
  footer .under :nth-child(1) {
    order: 2;
    margin: 8px auto 0;
  }
  footer .under :nth-child(2) {
    order: 3;
    margin: 8px auto 0;
  }
  footer .under :nth-child(3) {
    order: 1;
    margin: 8px auto 0;
  }
}
footer .under .buttons {
  gap: 16px;
}
footer .under .buttons img {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  transition: 0.3s;
}
footer .under .buttons img:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  filter: brightness(1.5);
}
footer .for-tablet {
  gap: 64px;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  footer .for-tablet {
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  footer .for-tablet {
    flex-direction: column;
    width: 100%;
  }
}

table td, table th {
  vertical-align: top;
  padding: 26px 0 26px;
}
table tr + tr td, table tr + tr th {
  border-top: 1px #dddddd solid;
}
@media screen and (max-width: 720px) {
  table {
    display: block;
  }
  table tbody, table tr, table th, table td {
    display: block;
  }
  table tr th {
    padding-bottom: 0;
  }
  table tr td {
    border: 0 !important;
    padding-top: 16px;
  }
}

.block-list {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: left;
}
@media screen and (max-width: 547px) {
  .block-list {
    max-width: none;
    width: auto !important;
  }
}
.block-list li {
  max-width: 240px;
  background-color: #EBF2EE;
  min-height: 240px;
  padding: 16px 0;
  position: relative;
}
@media screen and (max-width: 547px) {
  .block-list li {
    max-width: calc(50% - 10px);
  }
}
.block-list li .num {
  color: #337A51;
  font-size: 40px;
  text-align: center;
  font-family: "Roboto";
  margin: 0;
}
.block-list li .type {
  color: #337A51;
  font-size: 24px;
  text-align: center;
  margin: 0 0 16px;
}
@media screen and (max-width: 547px) {
  .block-list li .type {
    font-size: 20px;
  }
}
.block-list li .lead {
  font-size: 14;
  text-align: left;
  margin: 0 16px 8px;
}
.block-list li .icon {
  display: block;
  margin-inline: auto;
  margin: 16px auto;
}

.wraper-archive {
  display: flex;
  gap: 64px;
  justify-content: center;
  max-width: 1344px;
  margin: 0 auto 32px;
  padding-inline: 32px;
}
@media only screen and (max-width: 1344px) {
  .wraper-archive {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .wraper-archive {
    gap: 24px;
  }
}
.wraper-archive #primary {
  min-width: 980px;
}
.wraper-archive #primary header {
  padding-inline: 0;
}
.wraper-archive #secondary {
  margin-top: 63px;
  width: 100%;
}
.wraper-archive #secondary h2 {
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.sec-news .box-flex {
  justify-content: flex-start;
  gap: 24px;
}
.sec-news .box-flex .sp-flex {
  display: flex;
}
.sec-news .box-flex .sp-flex .tag {
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .sec-news .box-flex {
    flex-direction: column;
    gap: 0;
  }
  .sec-news .box-flex .sp-flex p {
    margin-bottom: 0.25em;
  }
}
.sec-news .box-flex .tag {
  width: 60px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.sec-news .box-flex .day {
  font-weight: 600;
}/*# sourceMappingURL=common.css.map */