@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM ベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1077px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1078px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  clear: both;
  content: "";
  display: block;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5640273705vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  min-width: 320px;
  padding: 0;
}
body.-fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #00A7BE;
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a {
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  box-sizing: border-box;
  left: 5.1875rem;
  position: absolute;
  top: 1.375rem;
  z-index: 50;
}
.l-header__logo {
  margin: 0;
}
.l-header__logo a {
  display: block;
  width: 20.875rem;
}
.l-header__logo a img {
  display: block;
  width: 100%;
}
@media (max-width: 1279px) {
  .l-header {
    left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .l-header__logo a {
    width: 16rem;
  }
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  background: white;
  position: relative;
  position: relative;
  z-index: 5;
}
.l-footer::before {
  background: linear-gradient(90deg, #00BFD8 0%, #14D09D 40%, #22B537 90%, #22B537 100%);
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .l-footer::before {
    height: 0.375rem;
  }
}
.l-footer__wrap {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  padding: 2.75rem 1.25rem 3rem;
}
@media (max-width: 767px) {
  .l-footer__wrap {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 1.25rem;
  }
}
.l-footer__logo {
  display: inline-block;
  max-width: 20.875rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 16rem;
  }
}
.l-footer__policy {
  border-bottom: solid 1px #009014;
  color: #009014;
  display: inline-block;
  font-size: 0.9375rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__policy {
    font-size: 0.875rem;
  }
}
.l-footer__copy {
  background: #F4F4F4;
  margin: 0;
  padding: 0.6875rem 1.25rem;
  text-align: center;
}
.l-footer__copy-text {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0;
}
@media (max-width: 767px) {
  .l-footer__copy-text {
    font-size: 0.625rem;
  }
}

/**************************************************/
/* contents */
/**************************************************/
body > .inbox {
  position: relative;
}

.l-page-container {
  overflow: hidden;
  position: relative;
}

.l-main {
  background: url(../../images/bg-main.png) repeat-y top -9.0625rem center/100% auto;
  padding-bottom: 7.5rem;
  padding-top: 9.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-main {
    background: url(../../images/bg-main.png) repeat-y top -3.75rem center/100% auto;
    padding-bottom: 3.75rem;
    padding-top: 5.625rem;
  }
}

.l-page-contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 0 3.125rem;
  position: relative;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 1.25rem;
  }
}

.l-btn {
  margin-top: 3.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-btn {
    margin-top: 1.875rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-title {
  margin: 0 auto;
  text-align: center;
}
.c-title img {
  height: 5.3125rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-title.-md img {
  height: 4.8125rem;
}
.c-title.-left {
  margin-left: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .c-title img {
    height: 3.75rem;
  }
  .c-title.-md img {
    height: 3.5rem;
  }
}

.c-pagetitle {
  margin-bottom: 4.375rem;
  padding-bottom: 4.375rem;
  position: relative;
}
.c-pagetitle::after {
  background: linear-gradient(90deg, #00BFD8 0%, #14D09D 40%, #22B537 90%, #22B537 100%);
  bottom: 0;
  content: "";
  height: 0.21875rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-pagetitle__text {
  margin: 0;
}
.c-pagetitle__text img {
  height: 5.5625rem;
  width: auto;
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
}
@media (max-width: 767px) {
  .c-pagetitle {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-pagetitle__text img {
    height: 3.375rem;
  }
}

.c-text-a, .single__contents p {
  font-size: 1rem;
  line-height: 1.9375;
  margin: 0.5em 0 0 0;
}
@media (max-width: 1023px) {
  .c-text-a, .single__contents p {
    font-size: 0.9375rem;
  }
}

.c-heading-a, .single__contents h2 {
  color: #00A7BE;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 2em 0 0 0;
}
@media (max-width: 767px) {
  .c-heading-a, .single__contents h2 {
    font-size: 1.125rem;
  }
}

.c-heading-b, .single__contents h3 {
  border-bottom: solid 1px #CECECE;
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 2.3em 0 0 0;
  padding-bottom: 1em;
}
.c-heading-b + *, .single__contents h3 + * {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .c-heading-b, .single__contents h3 {
    font-size: 1rem;
    margin-top: 2em;
  }
}

.c-btn-a {
  background: #00A7BE;
  border-radius: 6.25rem;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 100%;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  width: 20rem;
}
@media (max-width: 767px) {
  .c-btn-a {
    font-size: 1rem;
    padding: 1.125rem;
    width: 16.25rem;
  }
}

.c-list-a {
  font-size: 1rem;
  line-height: 1.9375;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-a > li {
  padding-left: 1em;
  position: relative;
}
.c-list-a > li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .c-list-a {
    font-size: 0.9375rem;
  }
}

.c-order-a {
  font-size: 1rem;
  line-height: 1.9375;
  list-style: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
.c-order-a > li {
  padding-left: 3em;
  text-indent: -3em;
}
.c-order-a + .c-text-a, .single__contents .c-order-a + p,
.c-order-a + .c-order-b {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .c-order-a {
    font-size: 0.9375rem;
  }
}

.c-order-b {
  font-size: 1rem;
  line-height: 1.9375;
  margin: 0.5em 0 0 0;
  padding: 0 0 0 1.2em;
}
@media (max-width: 767px) {
  .c-order-b {
    font-size: 0.9375rem;
  }
}

.c-notes-a {
  font-size: 0.9375rem;
  line-height: 1.9333333333;
  list-style: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
.c-notes-a > li {
  padding-left: 1.1em;
  position: relative;
}
.c-notes-a > li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .c-notes-a {
    font-size: 0.875rem;
  }
}

.c-table-a {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}
.c-table-a table {
  border-spacing: 0.3125rem;
  box-sizing: border-box;
  margin: -0.3125rem;
}
@media (max-width: 767px) {
  .c-table-a table {
    border-spacing: 0.1875rem;
    margin: -0.1875rem;
  }
}
.c-table-a table th {
  background: #00B7D8;
  color: white;
  font-weight: bold;
  padding: 0.5625rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-table-a table th {
    font-size: 0.9375rem;
  }
}
.c-table-a table td {
  background: #F4F4F4;
  font-size: 1rem;
  line-height: 1.9375;
  padding: 1.5rem 1.875rem;
  text-align: left;
}
@media (max-width: 767px) {
  .c-table-a table td {
    font-size: 0.875rem;
    padding: 0.9375rem;
  }
}

.c-box {
  backdrop-filter: blur(12px) brightness(1);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  box-shadow: inset 0 0 6.1875rem white, 0 0 1.25rem rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(12px);
  border: solid 1px white;
  padding: 4rem 4.5rem 4rem;
}
@media (max-width: 767px) {
  .c-box {
    border-radius: 1rem;
    padding: 2rem 1.25rem 2rem;
  }
}
.c-box > *:first-child {
  margin-top: 0 !important;
}

.c-newsList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-newsLink {
  border-bottom: solid 1px #CECECE;
  box-sizing: border-box;
  color: inherit;
  display: block;
  padding: 1.25rem 0;
  text-decoration: none;
  width: 100%;
}
.c-newsLink__date {
  color: #009014;
  display: block;
  font-size: 0.8125rem;
}
.c-newsLink__title {
  font-size: 1rem;
  line-height: 1.6875;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .c-newsLink__title {
    font-size: 0.9375rem;
  }
}

.c-pagenavi .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
.c-pagenavi .wp-pagenavi span, .c-pagenavi .wp-pagenavi a {
  display: block;
  padding: 0.9375rem;
  text-decoration: none;
}
.c-pagenavi .wp-pagenavi a {
  color: #009014;
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #ccc;
  --form-required-color: #E80000;
  --form-alert-color: #F00;
  --form-alert-bg-color: #FFF0F0;
  --form-btn-bg-color: #00A7BE;
  --form-btn-edit-color: #6F6F6F;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:-moz-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error {
  background: var(--form-alert-bg-color);
  border-radius: 0.1875rem;
  color: var(--form-alert-color);
  display: block;
  font-weight: 700;
  margin: 0.625rem 0 0;
  padding: 0.5em 1em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.f-errorMsg {
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  display: block;
  font-weight: 700;
  margin-bottom: 2.5rem;
  padding: 1em;
}
.f-errorMsg__text {
  background-color: transparent;
  display: block;
  margin: 0;
}

.f-field {
  border: 1px solid var(--form-border-color);
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.25em;
  padding: 0.625em 0.75em;
  width: 100%;
}

textarea.f-field {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  cursor: pointer;
  display: inline-block;
}
.f-checkbox > input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.f-checkbox__in {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.125rem 0.125rem 0.125rem 1.75rem;
  position: relative;
}
.f-checkbox__in::after {
  background: #fff no-repeat center/1.125rem 1.125rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1.25rem;
}
.f-checkbox input[type=checkbox]:checked ~ .f-checkbox__in::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}

.f-radio {
  cursor: pointer;
  display: inline-block;
}
.f-radio > input[type=radio] {
  opacity: 0;
  position: absolute;
}
.f-radio__in {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.125rem 0.125rem 0.125rem 1.75rem;
  position: relative;
}
.f-radio__in::after {
  background: #fff no-repeat center/0.625rem 0.625rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1.25rem;
}
.f-radio input[type=radio]:checked ~ .f-radio__in::after {
  background-image: url(../img/icon-radio-checked.svg);
}

.f-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox {
  background: url(../img/icon-select.svg) no-repeat right 0.5625em top 50%, linear-gradient(to bottom, #eee 0%, #ddd 100%) no-repeat right -1px top 50%, #fff;
  background-size: 0.75em 0.75em, 2em 100%;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25em;
  line-height: 1.25em;
  padding: 0.625em 2.625em 0.625em 0.75em;
  position: relative;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  max-width: 8.75rem;
  width: 100%;
}
.f-selectbox.-middle {
  max-width: 15.625rem;
  width: 100%;
}
.f-selectbox.-long {
  max-width: 25rem;
  width: 100%;
}

.f-btn {
  background: var(--form-btn-bg-color);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.f-btn__label {
  display: inline-block;
  position: relative;
}

.f-input {
  margin: 1rem 0 0;
}
.f-input.-short {
  max-width: 8.75rem;
}
.f-input.-middle {
  max-width: 15rem;
}
.f-input.-long {
  max-width: 25rem;
}

.f-input-columns {
  line-height: 1.5;
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
}
.f-input-columns > li + li {
  padding-top: 0.5rem;
}

.f-input-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  line-height: 1.5;
  list-style: none;
  margin: 1rem 0 -0.5rem -1rem;
  padding-left: 0;
}
.f-input-rows > li {
  box-sizing: border-box;
  display: block;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  line-height: 1.5;
  list-style: none;
  margin: 1rem 0 -0.5rem -1rem;
  padding-left: 0;
}
.f-input-units__unit {
  box-sizing: border-box;
  display: block;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units.-name .f-input-units {
  flex-wrap: nowrap;
  margin-left: -1rem;
}
.f-input-units.-name .f-input-units__unit {
  margin-left: 1rem;
  width: calc(50% - 1rem);
}
.f-input-units.-zip .f-input-units {
  align-items: center;
  flex-wrap: nowrap;
  margin-left: -0.5rem;
}
.f-input-units.-zip .f-input-units__unit {
  margin-left: 0.5rem;
}
.f-input-units.-zip .f-input-units__unit:nth-child(2) {
  width: 6.25rem;
}
.f-input-units.-zip .f-input-units__unit:nth-child(4) {
  width: 8.75rem;
}
.f-toConfirm {
  margin: 2.5rem auto 0;
  max-width: 15rem;
}

.f-toSend {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin: 2.5rem auto 0;
}
.f-toSend__unit {
  display: block;
  width: 15rem;
}

.f-table {
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.f-table th, .f-table td {
  border-bottom: 1px solid var(--form-alert-bg-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  padding: 1.25rem 1em;
  text-align: left;
}
.f-table th > *:first-child, .f-table td > *:first-child {
  margin-top: 0 !important;
}
.f-table th {
  vertical-align: top;
  white-space: nowrap;
}
.f-table__required {
  display: block;
  padding-right: 4.375rem;
  position: relative;
}
.f-table__required::after {
  background: var(--form-required-color);
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 0.75em;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.25rem 1.5em;
  position: absolute;
  right: 0;
  top: 0.375rem;
  vertical-align: inherit;
}
.f-table.-confirm th {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .f-table {
    display: block;
  }
  .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    border-bottom: none;
    line-height: 1.75;
    padding: 0;
  }
  .f-table tr + tr {
    margin-top: 2rem;
  }
  .f-table th {
    width: auto;
  }
  .f-table td {
    margin-top: 0.5rem;
  }
  .f-table__required {
    padding-right: 0;
  }
  .f-table__required::after {
    margin-left: 1em;
    padding: 0.1875rem 1em;
    position: relative;
    top: auto;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.l-kv {
  box-sizing: border-box;
  padding: 5.1875rem 5.1875rem 0;
  position: relative;
}
.l-kv::before {
  background: url(../../images/top/kv-bg-deco.png) no-repeat top right/100% auto;
  content: "";
  height: 200%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .l-kv::before {
    background: url(../../images/top/kv-bg-deco.png) no-repeat top right/120% auto;
  }
}
@media (max-width: 1279px) {
  .l-kv {
    padding-inline: 1.25rem;
  }
}
@media (max-width: 767px) {
  .l-kv {
    padding-top: 4.75rem;
  }
}
.l-kv__inner {
  border-radius: 1.5rem;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-kv__inner::before {
  background: radial-gradient(circle, #1C1C1C 0%, rgba(83, 83, 83, 0.17) 50%, transparent 100%);
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .l-kv__inner {
    border-radius: 0.75rem;
    flex-direction: column;
  }
}
.l-kv__bg {
  flex: 1;
}
.l-kv__bg img {
  width: 100%;
}
.l-kv__lead {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 43.625rem;
  z-index: 3;
}
.l-kv__lead::before {
  background: url(../../images/top/kv-icon.png) no-repeat center center/contain;
  content: "";
  height: 16.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16.625rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .l-kv__lead {
    width: 19.6875rem;
  }
  .l-kv__lead img {
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.3));
  }
  .l-kv__lead::before {
    height: 12.0625rem;
    width: 12.0625rem;
  }
}

.l-top-news {
  padding-top: 5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-top-news {
    padding-top: 2.5rem;
  }
}
.l-top-news .newsBox {
  backdrop-filter: blur(12px) brightness(1);
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 6.1875rem white, 0 0 1.25rem rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(12px);
  border: solid 1px white;
  border-radius: 1.5rem;
  display: flex;
  gap: 3.125rem;
  justify-content: space-between;
  padding: 1.875rem 4.5rem 2.625rem;
}
@media (max-width: 767px) {
  .l-top-news .newsBox {
    border-radius: 1rem;
    flex-direction: column;
    gap: 1rem;
    padding: 1.875rem 1.25rem;
  }
}
.l-top-news .newsBox__list {
  flex: 1;
  max-width: 33rem;
}
@media (max-width: 767px) {
  .l-top-news .newsBox__list {
    max-width: 100%;
  }
}

.l-top-lead {
  padding-bottom: 7.125rem;
  padding-top: 6.25rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-top-lead {
    padding: 3.125rem 0 1.875rem;
  }
}
.l-top-lead .topLead {
  position: relative;
}
.l-top-lead .topLead::before {
  background: url(../../images/top/lead-bg-deco.png) no-repeat top right/contain;
  content: "";
  height: 62.5rem;
  left: -24%;
  max-width: 800px;
  pointer-events: none;
  position: absolute;
  top: -46%;
  width: 69%;
  z-index: -1;
}
@media (max-width: 767px) {
  .l-top-lead .topLead::before {
    top: -27%;
    width: 80%;
  }
}
.l-top-lead .topLead__title {
  margin: 0 auto;
  max-width: 36rem;
}
@media (max-width: 767px) {
  .l-top-lead .topLead__title {
    max-width: 18.75rem;
  }
}
.l-top-lead .topLead__leadImg {
  margin: 3.875rem auto 0;
  max-width: 37.625rem;
}
@media (max-width: 767px) {
  .l-top-lead .topLead__leadImg {
    margin-top: 1.875rem;
    max-width: 17.5rem;
  }
}
.l-top-lead .topLead__textImg {
  margin: 4.125rem auto 0;
  max-width: 43.125rem;
}
@media (max-width: 767px) {
  .l-top-lead .topLead__textImg {
    margin-top: 2rem;
    max-width: 15rem;
  }
}
@media (max-width: 767px) {
  .l-top-lead .topLead__decoWrap {
    display: flex;
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
}
.l-top-lead .topLead__deco {
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .l-top-lead .topLead__deco {
    position: relative;
  }
}
.l-top-lead .topLead__deco.-deco01 {
  left: -2.875rem;
  max-width: 10rem;
  top: 39%;
  width: 18%;
}
@media (max-width: 767px) {
  .l-top-lead .topLead__deco.-deco01 {
    left: auto;
    top: auto;
    width: 5.625rem;
  }
}
.l-top-lead .topLead__deco.-deco02 {
  max-width: 8.75rem;
  right: 0;
  top: 34%;
  width: 16%;
}
@media (max-width: 767px) {
  .l-top-lead .topLead__deco.-deco02 {
    margin-left: auto;
    padding-top: 0.625rem;
    right: auto;
    top: auto;
    width: 5.3125rem;
  }
}
.l-top-lead .topLead__deco.-deco03 {
  max-width: 12.3125rem;
  right: -5.625rem;
  top: 53%;
  width: 25%;
}
@media (max-width: 767px) {
  .l-top-lead .topLead__deco.-deco03 {
    margin-top: auto;
    padding-bottom: 0.625rem;
    right: auto;
    top: auto;
    width: 7.5rem;
  }
}

.l-top-about {
  background: linear-gradient(90deg, #ffffff 1.2px, transparent 1.2px), linear-gradient(#ffffff 1.2px, transparent 1.2px), linear-gradient(to right bottom, #E4F8F8 0%, #E5F8EE 50%, #F9FFE6 100%);
  background-position: 50% 50%, 50% 50%, 0 0;
  background-size: 121.2px 121.2px, 121.2px 121.2px, cover;
  border-radius: 8.25rem;
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .l-top-about {
    border-radius: 3.75rem;
    padding: 3.125rem 0;
  }
}
.l-top-about .about__title {
  margin: 0 auto;
  max-width: 29.3125rem;
}
@media (max-width: 767px) {
  .l-top-about .about__title {
    width: 86%;
  }
}
.l-top-about .about__lead {
  line-height: 1.9375;
  margin: 2rem 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-about .about__lead {
    font-size: 0.9375rem;
    margin-top: 1.5rem;
  }
}
.l-top-about .about__wrap {
  display: flex;
  gap: 2.625rem;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .l-top-about .about__wrap {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.l-top-about .about__graphic {
  max-width: 29.3125rem;
  width: 50%;
}
@media (max-width: 767px) {
  .l-top-about .about__graphic {
    margin: 0 auto;
    width: 80%;
  }
}
.l-top-about .about__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.25rem;
  list-style: none;
  margin: 2.25rem 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-top-about .about__list {
    gap: 0.9375rem;
    margin-top: 0;
  }
}
.l-top-about .about__textImg {
  margin: 0.625rem auto 0;
  max-width: 52.625rem;
  padding-left: 1.5625rem;
}
@media (max-width: 767px) {
  .l-top-about .about__textImg {
    margin-top: 1.875rem;
    padding-left: 0;
    width: 74%;
  }
}

.l-top-production {
  padding-top: 6.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-production {
    padding-top: 3.125rem;
  }
}
.l-top-production::before {
  background: url(../../images/top/production-bg-deco.png) no-repeat bottom left/contain;
  bottom: -8.875rem;
  content: "";
  height: 93.75rem;
  left: 0;
  max-width: 700px;
  pointer-events: none;
  position: absolute;
  width: 36.6%;
}
@media (max-width: 767px) {
  .l-top-production::before {
    bottom: -3.75rem;
    width: 50%;
  }
}
.l-top-production .production {
  position: relative;
  z-index: 2;
}
.l-top-production .production__lead {
  line-height: 1.9375;
  margin: 2rem 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-production .production__lead {
    font-size: 0.9375rem;
    margin-top: 1.5rem;
  }
}
.l-top-production .production__list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  list-style: none;
  margin: 3.125rem 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-top-production .production__list {
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.l-top-production .productionCard {
  border-radius: 1.5rem;
  border-style: solid;
  border-width: 0.9375rem;
  box-sizing: border-box;
  display: flex;
  gap: 2.875rem;
  padding: 2.875rem 3.5rem;
  position: relative;
  width: 100%;
  z-index: 0;
}
.l-top-production .productionCard::before {
  border-radius: 0.9375rem;
  box-shadow: inset 0 0 1.25rem rgba(0, 0, 0, 0.08);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.l-top-production .productionCard.-shark {
  background: #00BFD8;
  border-color: #00BFD8;
}
.l-top-production .productionCard.-shark::before {
  background: rgba(0, 191, 216, 0.38);
}
.l-top-production .productionCard.-strawberry {
  background: #22B537;
  border-color: #22B537;
  flex-direction: row-reverse;
}
.l-top-production .productionCard.-strawberry::before {
  background: rgba(34, 181, 55, 0.38);
}
@media (max-width: 767px) {
  .l-top-production .productionCard {
    border-width: 0.5rem;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0.9375rem 0.9375rem 1.25rem;
  }
  .l-top-production .productionCard.-strawberry {
    flex-direction: column;
  }
}
.l-top-production .productionCard__img {
  flex-shrink: 0;
  max-width: 22.125rem;
  width: 45%;
}
@media (max-width: 767px) {
  .l-top-production .productionCard__img {
    width: 100%;
  }
}
.l-top-production .productionCard__textarea {
  color: white;
  flex: 1;
}
.l-top-production .productionCard__heading {
  border-bottom: solid 1px white;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0;
  padding: 1rem 0 1.25rem;
}
.l-top-production .productionCard__heading-sm {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .l-top-production .productionCard__heading {
    font-size: 1.375rem;
    padding-bottom: 0.9375rem;
    padding-top: 0;
  }
  .l-top-production .productionCard__heading-sm {
    font-size: 1.0625rem;
  }
}
.l-top-production .productionCard__text {
  font-size: 1.125rem;
  line-height: 1.7222222222;
  margin: 1rem 0 0 0;
}
@media (max-width: 767px) {
  .l-top-production .productionCard__text {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.l-top-company {
  padding: 6.25rem 0 7.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-company {
    padding: 3.125rem 0 3.75rem;
  }
}
.l-top-company::before {
  background: url(../../images/top/company-bg-deco.png) no-repeat bottom right/contain;
  bottom: 0;
  content: "";
  height: 50rem;
  max-width: 450px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 22%;
}
@media (max-width: 767px) {
  .l-top-company::before {
    width: 40%;
  }
}
.l-top-company .company {
  position: relative;
  z-index: 2;
}
.l-top-company .company__dl {
  display: grid;
  grid-template-columns: repeat(1, 10.125rem 1fr);
  margin: 3.125rem auto 0;
  max-width: 51rem;
}
.l-top-company .company__dl dt, .l-top-company .company__dl dd {
  align-items: center;
  border-bottom: solid 1px #CECECE;
  display: flex;
  margin: 0;
  padding: 1.375rem 0;
}
.l-top-company .company__dl dt {
  box-sizing: border-box;
  font-weight: bold;
  padding-left: 0.25rem;
}
.l-top-company .company__dl dd {
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-top-company .company__dl {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.25rem;
  }
  .l-top-company .company__dl dt, .l-top-company .company__dl dd {
    font-size: 0.9375rem;
    padding: 1.125rem 0;
  }
  .l-top-company .company__dl dt {
    border: none;
    padding-bottom: 0;
    padding-left: 0;
  }
  .l-top-company .company__dl dd {
    padding-top: 0.5em;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* policy */
/**************************************************/
.policy__title {
  margin: 0 auto 3.75rem;
  max-width: 35.5rem;
  width: 90%;
}
.policy__title img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .policy__title {
    margin-bottom: 2.5rem;
  }
}
.policy__box + .policy__box {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .policy__box + .policy__box {
    margin-top: 3.125rem;
  }
}
.policy__end {
  margin-top: 2.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .policy__end {
    margin-top: 1.5rem;
  }
}

/**************************************************/
/* 投稿 */
/**************************************************/
.archive__box {
  padding: 3.125rem 4.5rem 4rem;
}
@media (max-width: 767px) {
  .archive__box {
    border-radius: 1rem;
    padding: 1.25rem 1.25rem 2rem;
  }
}

.single__date {
  color: #009014;
  font-size: 0.9375rem;
  margin: 0;
}
@media (max-width: 767px) {
  .single__date {
    font-size: 0.8125rem;
  }
}
.single__title {
  font-size: 1.875rem;
  margin: 0.625rem 0 2.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.single__title::after {
  background: linear-gradient(90deg, #00BFD8 0%, #14D09D 40%, #22B537 90%, #22B537 100%);
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .single__title {
    font-size: 1.375rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1rem;
  }
}
.single__contents figure {
  margin: 1em 0 0 0;
}