@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Barlow-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Barlow-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Barlow-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Barlow-Bold.woff") format("truetype");
}
/*-- foundationフォルダの中の_index.scss --*/
html {
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #333333;
  letter-spacing: 0.04em;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.05em;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  table,
  th,
  td,
  ul,
  li,
  ol,
  dl,
  dt,
  dd,
  form,
  p {
    font-size: 15px;
  }
}

a {
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a {
  text-decoration: none;
}

/*-- layoutフォルダの中の_index.scss --*/
.l-ft {
  background-color: #262930;
  padding-top: 136px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .l-ft {
    padding-top: 57px;
    padding-bottom: 104px;
  }
}
.l-ft__top {
  background-color: #F7F7F7;
}
@media screen and (max-width: 1080px) {
  .l-ft__top {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .l-ft__logo {
    max-width: 155px;
  }
}
.l-ft__cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .l-ft__cont {
    flex-direction: column;
  }
}
.l-ft__list-cntr {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto;
  padding-bottom: 46px;
}
.l-ft__list-wrap + .l-ft__list-wrap {
  margin-top: 23px;
}
.l-ft__link-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  justify-content: flex-end;
  gap: 10px 53px;
  margin-top: 44px;
}
@media screen and (max-width: 1080px) {
  .l-ft__link-list {
    margin-top: 28px;
    justify-content: flex-start;
    gap: 17px 0;
    max-width: 218px;
  }
}
.l-ft__link-bottom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 25px 38px;
  margin-top: 22px;
}
@media screen and (max-width: 1080px) {
  .l-ft__link-bottom-list {
    justify-content: initial;
    gap: 40px 37px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-ft__link-bottom-list {
    margin-top: 34px;
  }
}
.l-ft__link {
  color: #ffffff;
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1080px) {
  .l-ft__link {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-ft__link {
    font-size: 14px;
    width: 50%;
  }
}
@media only screen and (min-width: 1081px) {
  .l-ft__link:hover {
    color: #39b382;
  }
}
.l-ft__link-bottom {
  color: #ffffff;
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1081px) {
  .l-ft__link-bottom:hover {
    color: #39b382;
  }
}
@media screen and (max-width: 767px) {
  .l-ft__link-bottom {
    font-size: 14px;
  }
}
.l-ft__link-bottom.--tokutei {
  width: 100%;
  text-align: end;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .l-ft__link-bottom.--tokutei {
    text-align: left;
  }
}
.l-ft__list-ttl {
  font-size: 18px;
  font-weight: 700;
  transition: 0.5s;
}
@media only screen and (min-width: 1081px) {
  .l-ft__list-ttl:hover {
    color: #39b382;
  }
}
.l-ft__btn-link {
  width: 276px;
  min-height: 58px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.l-ft__btn-link::after {
  content: none;
}
.l-ft__sns-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 8px;
}
@media screen and (max-width: 1080px) {
  .l-ft__sns-list {
    margin-left: 0;
  }
}
.l-ft__txt {
  color: #ffffff;
  font-size: 14px;
  margin: 26px 0 0 70px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .l-ft__txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-ft__txt {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin: 23px 0 0 0;
    line-height: 1.6;
  }
}
.l-ft__cont-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 144px !important;
}
@media screen and (max-width: 767px) {
  .l-ft__cont-bottom {
    padding-top: 48px !important;
  }
}
.l-ft__memo {
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-ft__memo {
    margin-top: 0;
  }
}

@media screen and (max-width: 1080px) {
  html.sp_menu_open {
    overflow: hidden;
  }
}

#sp_menu {
  display: none;
  background-color: #FFFEF4;
}
@media only screen and (min-width: 768px) {
  #sp_menu {
    height: calc(var(--vh, 1vh) * 100 - 65px);
  }
}
@media screen and (max-width: 1080px) {
  #sp_menu.sp_menu_open {
    display: block;
    position: fixed;
    background: #39b382;
    display: block;
    width: 100%;
    z-index: 101;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sp_menu.sp_menu_open {
    top: 64px;
  }
}
@media only screen and (min-width: 1081px) {
  #sp_menu.sp_menu_open {
    display: none;
  }
}

.l-sp {
  overflow: scroll;
}
.l-sp__inr {
  max-width: 1076px;
}
@media screen and (max-width: 1080px) {
  .l-sp__inr {
    padding: 33px 16px 50px;
  }
}
@media screen and (max-width: 1080px) {
  .l-sp__nav {
    padding: 0 24px 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-sp__nav {
    padding: 0 24px 30px;
  }
}
.l-sp__nav-head-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  padding: 11px 0 10px 0;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-sp__nav-head-link {
    font-size: 16px;
  }
}
.l-sp__nav-link {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.l-sp__nav-head {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
}
.l-sp__nav-head.--first {
  padding-top: 18px;
}
.l-sp__nav-head.is-open + .l-sp__nav-body {
  max-height: 700px;
}
.l-sp__nav-head.is-open::after {
  transform: rotate(90deg);
}
.l-sp__nav-head::before, .l-sp__nav-head::after {
  position: absolute;
  content: "";
  background-color: #39b382;
  transition: 0.6s;
}
.l-sp__nav-head::before {
  width: 20px;
  height: 2px;
  right: 0;
}
.l-sp__nav-head::after {
  width: 2px;
  height: 20px;
  right: 9px;
}
.l-sp__nav-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-sp__nav-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.l-sp__body-list {
  margin-bottom: 20px;
}
.l-sp__body-item + .l-sp__body-item {
  margin-top: 11px;
}
.l-sp__body-link {
  font-size: 16px;
  font-weight: 700;
}
.l-sp__info-list {
  padding: 12px 20px 10px;
}
.l-sp__info-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 6px 0;
}
.l-sp__online-wrap {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #ffffff;
}
.l-sp__online {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding-left: 32px;
  position: relative;
  display: block;
}
.l-sp__online::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../media/images/common/icon_cart.svg") no-repeat center/contain;
}

.l-hd {
  transition: 0.5s;
}
.l-hd.scroll {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px rgba(34, 77, 63, 0.3);
}
@media only screen and (min-width: 1081px) {
  .l-hd.scroll .l-hd__logo-img.--square {
    position: absolute;
    opacity: 0;
  }
}
@media only screen and (min-width: 1081px) {
  .l-hd.scroll .l-hd__logo-img.--top {
    position: absolute;
    opacity: 1;
  }
}
.l-hd.scroll .l-hd__logo {
  margin-top: 0;
}
.l-hd.scroll .l-hd__inr {
  height: auto;
}
.l-hd__inr {
  display: flex;
  justify-content: space-between;
  height: 170px;
  padding: 25px 58px 25px;
}
@media screen and (max-width: 1600px) {
  .l-hd__inr {
    padding: 25px 28px 25px;
  }
}
@media screen and (max-width: 1080px) {
  .l-hd__inr {
    height: auto;
    padding: 25px 28px 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-hd__inr {
    padding: 20px;
  }
}
.l-hd__inr.--lower {
  height: auto;
  padding: 25px 58px 25px 40px;
}
@media screen and (max-width: 1080px) {
  .l-hd__inr.--lower {
    padding: 25px 28px 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-hd__inr.--lower {
    padding: 20px;
  }
}
.l-hd__info {
  display: flex;
  gap: 26px;
  padding-right: 31px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .l-hd__info {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .l-hd__info.--sp {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-hd__info.--sp {
    flex-direction: column;
  }
}
.l-hd__info.--bottom {
  transition: 0;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .l-hd__info.--bottom {
    gap: 15px;
  }
}
@media only screen and (max-width: 1500px) {
  .l-hd__info.--bottom {
    padding-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .l-hd__info.--bottom {
    padding-left: 0;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-hd__info.--bottom {
    gap: 22px;
  }
}
.l-hd__info-link {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 16px 37px 16px 37px;
  transition: 0.5s;
}
@media only screen and (min-width: 1081px) {
  .l-hd__info-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1500px) {
  .l-hd__info-link {
    padding: 16px 24px 16px 24px;
  }
}
@media screen and (max-width: 1080px) {
  .l-hd__info-link {
    padding: 11px 13px 11px 2px;
    text-align: center;
    border-radius: 60px;
    width: 100%;
    min-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .l-hd__info-link {
    font-size: 12px;
  }
}
.l-hd__info-link.--contact {
  color: #ffffff;
  background-color: #333333;
}
.l-hd__info-txt {
  padding-left: 30px;
  position: relative;
}
.l-hd__info-txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-hd__info-txt.--member::before {
  width: 22px;
  height: 22px;
  background: url("../../assets/media/images/common/icon_member.svg") no-repeat center/contain;
}
.l-hd__info-txt.--contact::before {
  width: 22px;
  height: 22px;
  background: url("../../assets/media/images/common/icon_contact.svg") no-repeat center/contain;
}
.l-hd__spMenu {
  display: flex;
  gap: 16px;
}
@media only screen and (min-width: 1081px) {
  .l-hd__spMenu {
    display: none;
  }
}
.l-hd__spMenu-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-hd__spMenu-btn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-hd__spMenu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
  }
}
.l-hd__spMenu-btn.active .border01 {
  transform: rotate(30deg) translateY(-50%);
  top: 50%;
  background-color: #ffffff;
}
.l-hd__spMenu-btn.active .border03 {
  transform: rotate(-30deg) translateY(50%);
  bottom: 50%;
  top: auto;
  background-color: #ffffff;
}
.l-hd__spMenu-cont {
  position: relative;
  width: 31px;
  height: 21px;
  transition: all 0.5s;
}
.l-hd__spMenu-cont .border01,
.l-hd__spMenu-cont .border03 {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  right: 0;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #333333;
}
@media only screen and (min-width: 768px) {
  .l-hd__spMenu-cont .border01,
  .l-hd__spMenu-cont .border03 {
    width: 35px;
    height: 2px;
  }
}
.l-hd__spMenu-cont .border01 {
  top: 0;
}
.l-hd__spMenu-cont .border03 {
  top: 50%;
}
.l-hd__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-hd__logo {
  margin-top: 34px;
}
@media screen and (max-width: 1080px) {
  .l-hd__logo {
    max-width: 280px;
    margin-top: 0;
  }
  .l-hd__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-hd__logo {
    max-width: 142px;
  }
  .l-hd__logo img {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-hd__logo.--lower {
  margin-top: 0;
  display: flex;
  align-items: center;
  max-width: 265px;
}
@media screen and (max-width: 767px) {
  .l-hd__logo.--lower {
    max-width: 144px;
  }
}
.l-hd__logo.--lower img {
  width: 100%;
}
.l-hd__logo-img {
  transition: 0.5s;
}
@media only screen and (max-width: 1080px) {
  .l-hd__logo-img.--square {
    display: none;
  }
}
@media only screen and (min-width: 1081px) {
  .l-hd__logo-img.--square {
    position: absolute;
  }
}
@media screen and (max-width: 1600px) {
  .l-hd__logo-img.--square {
    top: 30px;
  }
}
.l-hd__logo-img.--top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 265px;
  transition: 0.5s;
}
@media only screen and (max-width: 1500px) {
  .l-hd__logo-img.--top {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1081px) {
  .l-hd__logo-img.--top {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-hd__logo-img.--top {
    max-width: 144px;
  }
}
.l-hd__logo-white {
  opacity: 0;
  display: none;
}
.l-hd__online-logo-txt {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-hd__online-logo-txt.--fs18 {
    font-size: 12px !important;
    line-height: 1.5;
  }
}
.l-hd__navArea {
  display: flex;
  align-items: center;
  gap: 60px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1600px) {
  .l-hd__navArea {
    gap: 15px;
  }
}
.l-hd__nav-list {
  display: flex;
  gap: 62px;
}
@media screen and (max-width: 1600px) {
  .l-hd__nav-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .l-hd__nav-list {
    display: none;
  }
}
.l-hd__nav-link {
  transition: 0.5s;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-hd__nav-link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1081px) {
  .l-hd__nav-link:hover {
    color: #39b382;
  }
  .l-hd__nav-link:hover::before {
    background-color: #39b382;
  }
}
.l-hd__nav-link::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.l-hd__nav-link.active {
  color: #39b382;
}
.l-hd__nav-link.active::before {
  background-color: #39b382;
}

.l-bread {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .l-bread {
    padding: 12px 0;
  }
}
.l-bread ol {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1080px) {
  .l-bread ol {
    gap: 27px;
  }
}
.l-bread li {
  position: relative;
}
.l-bread li:not(.last)::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #c0ccc8;
  top: calc(50% + 1px);
  transform: translate(50%, -50%);
  right: -17px;
}
@media screen and (max-width: 1080px) {
  .l-bread li:not(.last)::after {
    width: 10px;
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .l-bread li:not(.last)::after {
    right: -11px;
  }
}
.l-bread li span,
.l-bread li a {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-bread li span,
  .l-bread li a {
    font-size: 13px;
  }
}
.l-bread li a {
  transition: 0.5s;
}
@media only screen and (min-width: 1081px) {
  .l-bread li a:hover {
    opacity: 0.6;
  }
}

.l-bg__gray {
  background-color: #F7F7F7;
}
.l-bg__green {
  background-color: #f0f4f5;
}
.l-bg__white {
  background-color: #ffffff;
}

.l-contact {
  position: relative;
  overflow: hidden;
  padding: 204px 0 172px;
}
@media screen and (max-width: 1080px) {
  .l-contact {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-top: 84px;
    padding-bottom: 56px;
  }
}
.l-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: url("../../assets/media/images/home/contact.webp") no-repeat center/cover;
  z-index: -1;
}
.l-contact__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-contact__ttl::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: -30px;
  left: -55px;
  background: url("../../assets/media/images/common/icon_contact_green.svg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .l-contact__ttl::before {
    width: 35px;
    height: 35px;
    top: -23px;
    left: -35px;
  }
}
.l-contact__txt {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-contact__txt {
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-top: 2px;
    line-height: 1.8;
  }
}
.l-contact__btn.c-btn__link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-contact__btn.c-btn__link {
    margin-top: 24px;
  }
}

.l-deco {
  position: relative;
}
.l-deco::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12%;
  top: -11.9%;
  background: url("../media/images/common/bg_wave.svg") no-repeat center/cover;
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .l-deco::before {
    height: 122px;
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .l-deco::before {
    top: -30px;
    background: url("../media/images/common/bg_wave_sp.svg") no-repeat center/cover;
    height: 176px;
    background-position: top;
  }
}
.l-deco.--reverse::before {
  transform: scaleX(-1);
  height: 21%;
  top: -20.9%;
}
@media screen and (max-width: 1080px) {
  .l-deco.--reverse::before {
    height: 122px;
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .l-deco.--reverse::before {
    top: -30px;
    background: url("../media/images/common/bg_wave_sp.svg") no-repeat center/cover;
    height: 176px;
    background-position: top;
  }
}

@media screen and (max-width: 1080px) {
  .l-page-top {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-page-top {
    right: 20px;
  }
}
.l-page-top.on {
  cursor: pointer;
  opacity: 1;
  pointer-events: visible;
}
.l-page-top__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
}
@media screen and (max-width: 1080px) {
  .l-page-top__link {
    display: none;
  }
}
.l-page-top__link:hover {
  opacity: 0.8;
}
.l-page-top__ttl {
  color: #ffffff;
  -webkit-text-stroke: 1px #129689;
}
.l-rounded {
  border-radius: 170px 170px 0 0;
}
@media screen and (max-width: 1080px) {
  .l-rounded {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-rounded {
    border-radius: 40px 40px 0 0;
  }
}

.l-wrapper.--lower {
  padding-top: 115px;
}
@media screen and (max-width: 1080px) {
  .l-wrapper.--lower {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper.--lower {
    padding-top: 68px;
  }
}

/*-- componentフォルダの中の_index.scss --*/
.c-btn-cntr {
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1080px) {
  .c-btn-cntr {
    justify-content: center;
  }
}
.c-btn-cntr.--column {
  flex-direction: column;
}
.c-btn-cntr.--center {
  justify-content: center;
}

.c-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #39b382;
  border: 3px solid #39b382;
  border-radius: 60px;
  background-color: #ffffff;
  line-height: 1.333;
  font-size: 16px;
  font-weight: 700;
  max-width: 260px;
  min-height: 60px;
  transition: 0.5s;
  padding: 0 40px 0 30px;
  position: relative;
}
@media only screen and (min-width: 1081px) {
  .c-btn__link:hover {
    border-color: #ffffff;
    background-color: #39b382;
    color: #ffffff;
  }
  .c-btn__link:hover::after {
    transition: 0.5s;
    background-color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  .c-btn__link {
    max-width: 260px;
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    max-width: 210px;
    padding: 0 20px 0 15px;
    margin: 0 auto;
    min-height: 45px;
    letter-spacing: 0.04em;
    border-width: 2px;
    font-size: 12px;
  }
}
.c-btn__link::after {
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 12px;
  -webkit-mask: url("../../assets/media/images/common/icon_arrow_white.svg") no-repeat center/contain;
          mask: url("../../assets/media/images/common/icon_arrow_white.svg") no-repeat center/contain;
  background-color: #39b382;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .c-btn__link::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__link::after {
    right: 10px;
  }
}
.c-btn__link.--green {
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 60px;
  background-color: #39b382;
}
@media only screen and (min-width: 1081px) {
  .c-btn__link.--green:hover {
    border-color: #39b382;
    background-color: #ffffff;
    color: #39b382;
  }
  .c-btn__link.--green:hover::after {
    transition: 0.5s;
    background-color: #39b382;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__link.--green {
    border-width: 2px;
  }
}
.c-btn__link.--green::after {
  background-color: #fff;
}
.c-btn__link.--green-simple {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 60px;
  background-color: #39b382;
}
.c-btn__link.--green-simple::after {
  content: none;
}
@media only screen and (min-width: 1081px) {
  .c-btn__link.--green-simple:hover {
    border-color: #39b382;
    background-color: #ffffff;
    color: #39b382;
  }
  .c-btn__link.--green-simple:hover::after {
    content: none;
  }
}

.c-btn__link.--green.btn__newtab::after {
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 12px;
  -webkit-mask: url("../../assets/media/images/common/ico_blank_w.svg") no-repeat center/contain;
          mask: url("../../assets/media/images/common/ico_blank_w.svg") no-repeat center/contain;
  background-color: #fff;
}

.c-btn__link.--green.btn__newtab:hover::after {
  background-color: #39b382;
}

.c-img-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.c-img-wrap.--center {
  text-align: center;
}
.c-img-wrap.--bordernone {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .c-img-wrap.--spWide {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.c-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img.--max636 {
  max-width: 636px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-img.--max636 {
    max-width: 100%;
  }
}
.c-img.--max520 {
  max-width: 520px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-img.--max520 {
    max-width: 100%;
  }
}
.c-img.--max400 {
  max-width: 400px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-img.--max400 {
    max-width: 100%;
  }
}
.c-img.--max330 {
  max-width: 330px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-img.--max330 {
    max-width: 100%;
  }
}
.c-img.--max310 {
  max-width: 310px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-img.--max310 {
    max-width: 100%;
  }
}

.c-ttl {
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 38px;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (max-width: 1080px) {
  .c-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 21px;
    letter-spacing: -0.025em;
    line-height: 1.4;
  }
}
.c-ttl.--white {
  color: #ffffff;
}
.c-ttl.--center {
  text-align: center;
}
.c-ttl.--ltnone {
  letter-spacing: 0;
  padding-top: 0;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .c-ttl.--ltnone {
    line-height: 1.42;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl.--ltnone .--spmt {
    margin-top: 18px;
    display: block;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
.c-ttl.--ltnone .pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-ttl.--ltnone .pc_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl.--ltnone.--spmin {
    line-height: 1.11;
  }
}
.c-ttl .medium {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-ttl .medium {
    font-size: 15px;
  }
}
.c-ttl .medium .u-ib {
  display: inline-block;
}
.c-ttl__txt {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  line-height: 1.555;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #39b382;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .c-ttl__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__txt {
    font-size: 30px;
    letter-spacing: 0.04em;
  }
}
.c-ttl__txt.--white {
  color: #ffffff;
}
.c-ttl__wrap {
  padding-left: 30px;
  padding-top: 12px;
}
@media screen and (max-width: 1080px) {
  .c-ttl__wrap {
    padding-top: 12px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__wrap {
    padding-left: 20px;
    padding-top: 12px;
  }
}
.c-ttl__wrap.--plNone {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl__wrap.--plNone {
    padding-left: 0;
  }
}
.c-ttl__caption {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl__caption {
    font-size: 11px;
  }
}
.c-ttl__caption::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 26px;
  top: -50%;
  left: -30px;
  background: url("../../assets/media/images/common/icon_service.svg") no-repeat center/contain;
}
@media screen and (max-width: 1080px) {
  .c-ttl__caption::before {
    left: -22px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__caption::before {
    width: 19px;
    height: 20px;
    top: -10px;
  }
}
.c-ttl__caption.--none::before {
  content: none;
}
.c-ttl__caption.--en {
  font-family: "Montserrat", sans-serif;
  color: #26ab76;
  font-size: 36px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .c-ttl__caption.--en {
    font-size: 19px;
  }
}
.c-ttl__caption.--en::before {
  top: 0;
  left: -30px;
  width: 26px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-ttl__caption.--en::before {
    top: -5px;
    left: -25px;
    width: 20px;
    height: 27px;
  }
}
.c-ttl__explain {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .c-ttl__explain {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__explain {
    font-size: 13px;
    letter-spacing: -0.025em;
    line-height: 1.8;
    margin-top: 24px;
  }
}

.c-ttl-cntr.--center {
  text-align: center;
}
.c-ttl-cntr.--border {
  position: relative;
  padding-bottom: 20px;
}
.c-ttl-cntr.--border::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 1px;
  background-color: #39b382;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-ttl-cntr.--border::after {
    width: 72px;
  }
}

.c-simple-link {
  display: inline-block;
  color: #39b382;
  font-weight: 700;
  transition: 0.5s;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1081px) {
  .c-simple-link:hover {
    opacity: 0.6;
  }
}
.c-simple-link.underline {
  text-decoration: underline;
}
.c-simple-link.--blank {
  position: relative;
  letter-spacing: 0;
  padding-right: 1.3em;
  font-weight: 500;
}
.c-simple-link.--blank::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 2px;
  background-color: #39b382;
  -webkit-mask: url("../media/images/common/icon_blank_blue.svg") no-repeat center/contain;
          mask: url("../media/images/common/icon_blank_blue.svg") no-repeat center/contain;
}
@media screen and (max-width: 1080px) {
  .c-simple-link.--blank::after {
    bottom: 6px;
  }
}
.c-simple-link.--pdf {
  position: relative;
  letter-spacing: 0.1em;
  padding-right: 1.2em;
  font-weight: 500;
}
.c-simple-link.--pdf .pdf {
  position: relative;
  padding-right: 1.2em;
}
.c-simple-link.--pdf .pdf::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  right: 0;
  bottom: 0.2em;
  background-color: #39b382;
  -webkit-mask: url("../media/images/common/icon_pdf.svg") no-repeat center/contain;
          mask: url("../media/images/common/icon_pdf.svg") no-repeat center/contain;
}
.c-simple-link.--pdf + .c-simple-link {
  margin-top: 5px;
}

.c-news-list {
  padding: 40px 18px 78px 50px;
}
@media screen and (max-width: 1080px) {
  .c-news-list {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list {
    padding: 20px 20px 32px;
  }
}
.c-news-list.--archive {
  padding-top: 68px;
  padding-bottom: 64px;
  box-shadow: 0px 0px 20px rgba(34, 77, 63, 0.3);
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .c-news-list.--archive {
    border-radius: 12px;
    padding-top: 34px;
    padding-bottom: 36px;
  }
}
.c-news-list__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-news-list__item + .c-news-list__item {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .c-news-list__item + .c-news-list__item {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__item {
    flex-direction: column;
    align-items: baseline;
    gap: 6px;
  }
}
@media only screen and (min-width: 1081px) {
  .c-news-list__item:hover .c-news-list__ttl {
    color: #26ab76;
    background: linear-gradient(to bottom, transparent 0 calc(100% - 1px), #26ab76 calc(100% - 1px) 100%);
  }
}
.c-news-list__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news-list__date {
    padding-right: 20px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}
.c-news-list__date::before, .c-news-list__date::after {
  position: absolute;
  content: "";
  background-color: #26ab76;
}
.c-news-list__date::before {
  width: 15px;
  height: 1px;
  right: 7px;
  top: 14px;
}
@media screen and (max-width: 1080px) {
  .c-news-list__date::before {
    width: 10px;
    height: 1px;
    top: 12px;
    right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__date::before {
    width: 11px;
    height: 2px;
    right: 2px;
    top: 9px;
  }
}
.c-news-list__date::after {
  width: 1px;
  height: 15px;
  right: 14px;
  top: 7px;
}
@media screen and (max-width: 1080px) {
  .c-news-list__date::after {
    height: 10px;
    width: 1px;
    top: 8px;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__date::after {
    width: 2px;
    height: 11px;
    right: 6px;
    top: 5px;
  }
}
.c-news-list__ttl-wrap {
  padding-right: 80px;
  position: relative;
  display: block;
  width: 100%;
}
.c-news-list__ttl-wrap::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: url("../../assets/media/images/common/icon_arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 1080px) {
  .c-news-list__ttl-wrap::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl-wrap::after {
    width: 24px;
    height: 24px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl-wrap {
    padding-right: 37px;
  }
}
.c-news-list__ttl {
  transition: 0.5s;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0 calc(100% - 1px), transparent calc(100% - 1px) 100%);
  display: inline;
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    padding-top: 1px;
    letter-spacing: -0.025em;
    margin-top: 0;
  }
}

.c-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-service-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
.c-service-list__item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  background-color: #ffffff;
  transition: 0.5s;
}
@media screen and (max-width: 1080px) {
  .c-service-list__item {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-service-list__item {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1081px) {
  .c-service-list__item:hover {
    box-shadow: none;
  }
  .c-service-list__item:hover .c-service-list__detail {
    color: #39b382;
  }
  .c-service-list__item:hover .c-service-list__img {
    transform: scale(120%);
  }
}
.c-service-list__img-wrap {
  overflow: hidden;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .c-service-list__img-wrap {
    border-radius: 20px;
  }
}
.c-service-list__img {
  transition: 0.5s;
  width: 100%;
}
.c-service-list__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .c-service-list__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-service-list__ttl {
    font-size: 18px;
  }
}
.c-service-list__txt-cntr {
  padding: 35px 26px 26px;
}
@media screen and (max-width: 1080px) {
  .c-service-list__txt-cntr {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-service-list__txt-cntr {
    padding: 13px 22px 22px;
  }
}
.c-service-list__txt {
  max-width: 420px;
  margin: 18px auto 0;
}
@media screen and (max-width: 1080px) {
  .c-service-list__txt {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .c-service-list__txt {
    font-size: 12px;
    margin-top: 6px;
    line-height: 1.8;
  }
}
.c-service-list__detail {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 42px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1080px) {
  .c-service-list__detail {
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-service-list__detail {
    margin-top: 12px;
    font-size: 13px;
  }
}
.c-service-list__detail::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../assets/media/images/common/icon_detail_link.svg") no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-sec {
  padding: 96px 0;
}
@media screen and (max-width: 1080px) {
  .c-sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-sec {
    padding: 40px 0;
  }
}
.c-sec.--white {
  background-color: #ffffff;
}
.c-sec.--pt0 {
  padding-top: 0;
}
.c-sec.--pt0-26 {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-sec.--pt0-26 {
    padding-top: 26px;
  }
}
.c-sec.--pt64 {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pt64 {
    padding-top: 60px;
  }
}
.c-sec.--pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pt70 {
    padding-top: 60px;
  }
}
.c-sec.--pt78 {
  padding-top: 78px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pt78 {
    padding-top: 60px;
  }
}
.c-sec.--pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pt80 {
    padding-top: 60px;
  }
}
.c-sec.--pt84 {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pt84 {
    padding-top: 60px;
  }
}
.c-sec.--pt88 {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pt88 {
    padding-top: 60px;
  }
}
.c-sec.--pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .c-sec.--pt120 {
    padding-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .c-sec.--pt120 {
    padding-top: 60px;
  }
}
.c-sec.--pb0 {
  padding-bottom: 0;
}
.c-sec.--pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pb40 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb60-30 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pb60-30 {
    padding-bottom: 30px;
  }
}
.c-sec.--pb74 {
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pb74 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-sec.--pb80 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb180 {
  padding-bottom: 180px;
}
.c-sec.--pb250 {
  padding-bottom: 350px;
}
@media screen and (max-width: 1080px) {
  .c-sec.--pb250 {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  .c-sec.--pb250 {
    padding-bottom: 80px;
  }
}

.c-sns-list-cntr {
  display: flex;
  align-items: center;
  gap: 25px;
}
.c-sns-list-cntr.--center {
  justify-content: center;
}

.c-sns-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1080px) {
  .c-sns-list {
    gap: 48px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-list {
    gap: 18px;
    margin-top: 28px;
  }
}
.c-sns-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media only screen and (min-width: 1081px) {
  .c-sns-list__link:hover {
    opacity: 0.6;
  }
}
.c-sns-list__item {
  max-width: 28px;
}
@media screen and (max-width: 1080px) {
  .c-sns-list__item {
    max-width: 25px;
  }
}
.c-sns-list__item.--youtube {
  max-width: 34px;
}
@media screen and (max-width: 1080px) {
  .c-sns-list__item.--youtube {
    max-width: 28px;
  }
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 28px;
  }
}
.c-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c-pagination ul.page-numbers li {
  padding-left: 0;
}
.c-pagination ul.page-numbers li:before {
  content: none;
}
.c-pagination a.page-numbers {
  transition: 0.5s;
}
@media only screen and (min-width: 1081px) {
  .c-pagination a.page-numbers:hover {
    background-color: #39b382;
    color: #ffffff;
  }
}
.c-pagination span.page-numbers,
.c-pagination a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid #39b382;
  color: #39b382;
}
@media screen and (max-width: 1080px) {
  .c-pagination span.page-numbers,
  .c-pagination a.page-numbers {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination span.page-numbers,
  .c-pagination a.page-numbers {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.c-pagination span.page-numbers.current,
.c-pagination a.page-numbers.current {
  color: #ffffff;
  background-color: #39b382;
}
.c-pagination span.page-numbers.next, .c-pagination span.page-numbers.prev,
.c-pagination a.page-numbers.next,
.c-pagination a.page-numbers.prev {
  background-color: transparent;
  border: none;
  position: relative;
  transition: 0.5s;
}
@media only screen and (min-width: 1081px) {
  .c-pagination span.page-numbers.next:hover, .c-pagination span.page-numbers.prev:hover,
  .c-pagination a.page-numbers.next:hover,
  .c-pagination a.page-numbers.prev:hover {
    opacity: 0.6;
  }
}
.c-pagination span.page-numbers.next, .c-pagination span.page-numbers.prev,
.c-pagination a.page-numbers.next,
.c-pagination a.page-numbers.prev {
  display: block;
  width: 15px;
  height: 27px;
}
@media screen and (max-width: 1080px) {
  .c-pagination span.page-numbers.next, .c-pagination span.page-numbers.prev,
  .c-pagination a.page-numbers.next,
  .c-pagination a.page-numbers.prev {
    width: 10px;
    height: 19px;
  }
}
.c-pagination span.page-numbers.next::after, .c-pagination span.page-numbers.prev::after,
.c-pagination a.page-numbers.next::after,
.c-pagination a.page-numbers.prev::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 27px;
}
@media screen and (max-width: 1080px) {
  .c-pagination span.page-numbers.next::after, .c-pagination span.page-numbers.prev::after,
  .c-pagination a.page-numbers.next::after,
  .c-pagination a.page-numbers.prev::after {
    width: 10px;
    height: 19px;
  }
}
.c-pagination span.page-numbers.next,
.c-pagination a.page-numbers.next {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-pagination span.page-numbers.next,
  .c-pagination a.page-numbers.next {
    margin-left: 10px;
  }
}
.c-pagination span.page-numbers.next::after,
.c-pagination a.page-numbers.next::after {
  background: url("../media/images/common/icon_page_arrow.svg") no-repeat center/contain;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%) rotate(180deg);
}
.c-pagination span.page-numbers.prev,
.c-pagination a.page-numbers.prev {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-pagination span.page-numbers.prev,
  .c-pagination a.page-numbers.prev {
    margin-right: 10px;
  }
}
.c-pagination span.page-numbers.prev::after,
.c-pagination a.page-numbers.prev::after {
  background: url("../media/images/common/icon_page_arrow.svg") no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateX(180deg);
}

.c-width {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-width {
    padding: 0 30px;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .c-width {
    padding: 0 20px;
  }
}
.c-width.--relative {
  position: relative;
}
.c-width.--1120 {
  max-width: 1140px;
}
@media screen and (max-width: 1080px) {
  .c-width.--1120 {
    max-width: initial;
  }
}
.c-width.--1730 {
  max-width: 1790px;
}
@media screen and (max-width: 1080px) {
  .c-width.--1730 {
    max-width: initial;
  }
}
.c-width.--1840 {
  max-width: 1860px;
}
@media screen and (max-width: 1080px) {
  .c-width.--1840 {
    max-width: initial;
  }
}
.c-width.--1880 {
  max-width: 1900px;
}
@media screen and (max-width: 1080px) {
  .c-width.--1880 {
    max-width: initial;
  }
}/*# sourceMappingURL=parts.css.map */