@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
}

/*480px以下*/
@media screen and (max-width: 480px) {
}

/*------------------------------------------------------------------
#font 
-------------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap'); */

/*------------------------------------------------------------------
#共通
-------------------------------------------------------------------*/

* {
  /* outline: 2px solid red; */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background-color: #fff;
  overflow-x: scroll;
  color: #535353;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

a:hover {
  color: inherit;
  /* color: #fff; */
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

/* 767px以下 */
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

/* 1024px以上 */
@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}

/*------------------------------------------------------------------
#breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
  font-size: 18px;
  margin: 0 auto;
  padding-top: 10px;
  padding-inline: 20px;
  max-width: calc(1100px + 20px * 2);
  text-align: left;
  color: #a8a8a8;
}

.breadcrumb span[property="name"] {
  color: #a8a8a8;
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-inline: 5px;
}

.breadcrumb a:hover {
  border-bottom: 1px solid #a8a8a8;
}

.breadcrumb span .home span {
  position: relative;
  padding-left: 20px;
}

.breadcrumb span .home span::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/home-icon.png) no-repeat center center / cover;
  width: 19px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 16px;
  }
}

/*------------------------------------------------------------------
#pagination
-------------------------------------------------------------------*/
.l-pager {
  margin-top: 100px;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  background-color: #fff;
  color: #f8a200;
  border: 1px solid #f8a200;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition:
    background 0.3s,
    color 0.3s;
}

.page-numbers:hover {
  background-color: #f8a200;
  color: #fff;
}

.page-numbers.current {
  background-color: #f8a200;
  border: 1px solid transparent;
  color: #fff;
}

.page-numbers.dots {
  border: 1px solid transparent;
  background-color: transparent;
  color: #f8a200;
  opacity: 1;
}

.prev.page-numbers,
.next.page-numbers {
  font-size: 18px;
  color: #f8a200;
  border: 1px solid #f8a200;
  display: inline-block;
  width: 130px;
  height: 50px;
  transition:
    background 0.3s,
    color 0.3s;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  background-color: #f8a200;
  color: #fff;
}

.prev-content,
.next-content {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#前の記事・次の記事
-------------------------------------------------------------------*/
.single-pager {
  position: relative;
  margin-top: 50px;
  min-height: 100px;
}

.single-pager__prev {
  position: absolute;
  left: calc(50% - 300px);
}

.single-pager__next {
  position: absolute;
  right: calc(50% - 300px);
}

.single-pager__prev a,
.single-pager__next a {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: 180px;
  max-width: 100%;
  padding: 10px 15px;
  color: #f8a200;
  background-color: #fff;
  border: 1px solid #f8a200;
  transition:
    color 0.3s,
    background-color 0.3s;
  position: relative;
  text-decoration: none;
}

.single-pager__prev a:hover,
.single-pager__next a:hover {
  color: #fff;
  background-color: #f8a200;
  border: 1px solid #f8a200;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .single-pager__prev {
    position: absolute;
    left: calc(50% - 220px);
  }

  .single-pager__next {
    position: absolute;
    right: calc(50% - 220px);
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .single-pager__prev {
    position: absolute;
    left: calc(50% - 200px);
  }

  .single-pager__next {
    position: absolute;
    right: calc(50% - 200px);
  }
}

/*------------------------------------------------------------------
#lower-top
-------------------------------------------------------------------*/
.lower-top {
  height: 320px;
  margin: 180px auto 0;
  max-width: 100%;
  position: relative;
}

.lower-top__inner {
  padding-inline: 20px;
  max-width: calc(1400px + 20px * 2);
  margin-inline: auto;
  height: inherit;
  position: relative;
}

.lower-top::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/lower-bg.png) no-repeat center center/cover;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lower-top__heading {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page .lower-top__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: none;
  overflow: hidden;
}

.single .lower-top__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: none;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .lower-top {
    margin-top: 115px;
  }

  .lower-top.single {
    margin-top: 115px;
  }

  .lower-top__heading {
    font-size: 40px;
  }

  .lower-top__inner::before {
    width: 130px;
    height: 100px;
    bottom: -15px;
  }
}

@media screen and (max-width: 767px) {
  .lower-top {
    margin-top: 90px;
    height: 280px;
  }

  .lower-top__heading {
    font-size: 34px;
    width: 85%;
  }
}

/*------------------------------------------------------------------
#TOPへ
-------------------------------------------------------------------*/
.topBtn {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 70px;
  height: 70px;
  display: block;
  box-sizing: border-box;
  z-index: 10;
  transition:
    opacity 0.5s,
    visibility 0.5s;
  visibility: hidden;
}

.topBtn.is-show {
  opacity: 1;
  visibility: visible;
}

.topBtn::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/icon-up.png) no-repeat center center / cover;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* デフォルト */
.go-to-top-button {
  display: none;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .topBtn {
    bottom: 80px;
    right: 10px;
  }
}

/*------------------------------------------------------------------
#固定ボタン
-------------------------------------------------------------------*/
.pet {
  position: fixed;
  top: 600px;
  right: -10px;
  transition: 0.3s ease;
  z-index: 30;
  transition: opacity 0.3s;
}
.pet:hover {
  opacity: 0.8;
}

.pet img {
  width: 250px;
  height: 77px;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
  z-index: 30;
  display: flex;
}

.footer-fixed a {
  display: block;
}

.aaa {
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#共通ボタン
-------------------------------------------------------------------*/

.common__button {
  margin: 0 auto;
  text-align: center;
}

.common__button-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #535353;
  border: 1px solid #535353;
  padding: 17px 100px 17px 90px;
  border-radius: 30px;
  position: relative;
}

.common__button-link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
}

/* メール */
.mail__button {
  margin: 0 auto;
  text-align: center;
}

.mail__button-link {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #f8b600;
  padding: 10px 30px 10px 50px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.mail__button-link:hover {
  color: #fff;
}

.mail__button-link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/mail-white.png) no-repeat center center / cover;
  width: 22px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.mail__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

/* line */
.line__button {
  margin: 0 auto;
  text-align: center;
}

.line__button-link {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #03c755;
  padding: 10px 40px 10px 60px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.line__button-link:hover {
  color: #fff;
}

.line__button-link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/line-white.png) no-repeat center center / cover;
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.line__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#section-title
-------------------------------------------------------------------*/
.section__title {
  text-align: center;
}

.section__title-ja {
  display: block;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.section__title-en {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

/* heading */
.heading2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 70px;
  position: relative;
}

.heading2::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: calc(50% - 180px);
  width: 360px;
  height: 3px;
  background: #f8a200;
}

.heading3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 10px 5px 20px;
  border-left: 8px solid #f8a200;
  margin-top: 30px;
  margin-bottom: 10px;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .section__title {
    font-size: 38px;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .section__title-en {
    margin-top: 10px;
  }

  .heading2 {
    margin-bottom: 50px;
    font-size: 32px;
  }

  .heading2::before {
    bottom: -20px;
    left: calc(50% - 100px);
    width: 200px;
  }

  .heading3 {
    font-size: 28px;
  }
}

/*------------------------------------------------------------------
#inner
-------------------------------------------------------------------*/
.inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

/*------------------------------------------------------------------
#header
-------------------------------------------------------------------*/
.l-wrapper {
  position: relative;
  overflow: hidden;
}

.header {
  background-color: #fff;
  height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  padding-inline: 25px;
  max-width: calc(1920px + 25px * 2);
  margin-inline: auto;
}

.header__middle {
  display: flex;
  align-items: center;
}

.header__left {
  margin-right: auto;
}
.header__left .header__inner-txt {
  font-size: 14px;
  color: #4d4d4d;
  position: relative;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
  letter-spacing: 0.01px;
}

.header__right {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

.header__logo {
  width: 430px;
}

.header__logo-link {
  display: block;
  transition: opacity 0.3s;
}

.header__logo-link:hover {
  opacity: 0.7;
}

.header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__tel-link {
  display: inline-block;
  width: 280px;
  height: inherit;
  transition: opacity 0.3s;
}

.header__tel-link:hover {
  opacity: 0.7;
}

.header-nav {
  height: 45px;
}

.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 5px;
  padding-inline: 20px;
  max-width: calc(650px + 20px * 2);
  margin-inline: auto;
  height: inherit;
}

.header-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.header-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: color 0.3s;
  position: relative;
}

.header-nav__link:hover {
  color: #16b29a;
}

.header__bottom {
  /* margin-top: 10px; */
}

.header__buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.header__buttons-link {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 15px 90px 15px 100px;
  padding-block: 10px;
  border-radius: 10px;
  transition: opacity 0.3s;
  position: relative;
}

.header__buttons-link.hidden-pc {
  display: none;
}

.header__buttons-link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

.header__buttons-link:nth-child(1) {
  color: #f8a200;
  border: 2px solid #f8a200;
  background-color: #fff6dd;
}

.header__buttons-link:nth-child(1)::after {
  background: url(../cocoon-master/images/arrow-right-orange.png) no-repeat center center / cover;
}

.header__buttons-link:nth-child(2) {
  color: #f8a200;
  border: 2px solid #f8a200;
  background-color: #fff6dd;
}

.header__buttons-link:nth-child(2)::after {
  background: url(../cocoon-master/images/arrow-right-orange.png) no-repeat center center / cover;
}

.header__buttons-link:nth-child(3) {
  color: #5ebc80;
  border: 2px solid #5ebc80;
  background-color: #f0faf4;
}

.header__buttons-link:nth-child(3)::after {
  background: url(../cocoon-master/images/arrow-right-green.png) no-repeat center center / cover;
}

.header__buttons-link:nth-child(4) {
  color: #5ebc80;
  border: 2px solid #5ebc80;
  background-color: #f0faf4;
}

.header__buttons-link:nth-child(4)::after {
  background: url(../cocoon-master/images/arrow-right-green.png) no-repeat center center / cover;
}

.header__buttons-link:nth-child(5) {
  color: #bca389;
  border: 2px solid #bca389;
  background-color: #fcf4ed;
}

.header__buttons-link:nth-child(5)::after {
  background: url(../cocoon-master/images/arrow-right-brown.png) no-repeat center center / cover;
}

.header__buttons-link:nth-child(6) {
  color: #bca389;
  border: 2px solid #bca389;
  background-color: #fcf4ed;
}

.header__buttons-link:nth-child(6)::after {
  background: url(../cocoon-master/images/arrow-right-brown.png) no-repeat center center / cover;
}

.header__buttons-link:hover {
  opacity: 0.8;
}

.mail__button_sp {
  display: none;
}

@media screen and (max-width: 1460px) {
  .header__logo {
    width: 300px;
  }
  .header__buttons-link {
    padding: 10px 30px 10px 10px;
  }

  .header__buttons-link::after {
    right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    height: 115px;
  }

  .header__logo {
    width: 300px;
  }

  .header__bottom {
    margin-top: 15px;
  }

  .header__buttons-link {
    font-size: 16px;
    padding: 5px 30px 5px 10px;
  }

  .header__buttons-link.hidden-tab {
    display: none;
  }

  .header__buttons-link::after {
    right: 10px;
  }

  .header-nav {
    display: none;
  }

  .header__right {
    display: none;
  }

  .mail__button_sp {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    right: 55px;
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 90px;
  }

  .header__inner {
    padding-inline: 5px;
    max-width: calc(1920px + 5px * 2);
    margin-inline: auto;
  }
  .header__logo {
    width: 200px;
    margin-top: 10px;
  }

  .header-nav {
    display: none;
  }

  .header__right {
    display: none;
  }

  .header__bottom {
    padding-inline: 5px;
  }

  .header__buttons {
    gap: 10px;
  }

  .header__buttons-link {
    font-size: 16px;
    padding: 0px 30px 0px 10px;
  }

  .header__buttons-link.hidden-tab {
    display: block;
  }

  .header__buttons-link.hidden-sp {
    display: none;
  }
}

/*------------------------------------------------------------------
#drawer
-------------------------------------------------------------------*/

.drawer__icon {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: transform 0.5s;
  width: 50px;
  height: 50px;
  z-index: 500;
  background-color: #5ebc80;
}

.drawer__icon.is-active .drawer-icon__bar1 {
  background-color: #fff;
  top: 20px;
  transform: rotate(-45deg);
}

.drawer__icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer__icon.is-active .drawer-icon__bar3 {
  background-color: #fff;
  top: 20px;
  transform: rotate(45deg);
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  background-color: #fff;
  height: 2px;
  left: 12px;
  transition: transform 0.5s;
  width: 25px;
}

.drawer-icon__bar1 {
  top: 10px;
}

.drawer-icon__bar2 {
  top: 18px;
}

.drawer-icon__bar3 {
  top: 26px;
}

.drawer-icon__text {
  position: absolute;
  top: 33px;
  left: 11px;
  font-size: 10px;
  color: #fff;
}

.js-drawer__icon-mail.is-active {
  opacity: 0;
}

.drawer-icon__mail {
  position: fixed;
  right: 90px;
  top: 12px;
  width: 40px;
  height: 40px;
  z-index: 500;
  opacity: 0;
}

.drawer-icon__mail-link {
}

.drawer-icon__mail-link img {
  width: 40px;
  height: 40px;
}

.drawer__content {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(37, 191, 167, 0.95);
  background-color: #5ebc80;
  overflow: auto;
  pointer-events: none;
  top: 50px;
  right: 0;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 400;
}

.drawer__inner {
  padding-inline: 30px;
  max-width: calc(500px + 30px * 2);
  margin-inline: auto;
}

.drawer__content.is-active {
  top: 50px;
  opacity: 1;
  pointer-events: auto;
}

.drawer__header {
}

.drawer__logo-link {
  display: inline-block;
}

.drawer__logo-link img {
  width: 200px;
}

.drawer-nav__list {
  margin-top: 30px;
  max-width: 500px;
  padding: 0 10px;
}

.drawer-nav__item {
  /* padding: 10px 0 10px;
  border-bottom: 2px dotted #a7ded5; */
}

.drawer-nav__item-wrap {
  display: flex;
}

.drawer-nav__item-wrap1 {
  width: calc(100% - 50px);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding-block: 10px;
  padding-left: 20px;
  position: relative;
  border-bottom: 2px dotted #a7ded5;
}

.drawer-nav__item-wra2 {
  width: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding-block: 10px;
  padding-left: 20px;
  position: relative;
  border-bottom: 2px dotted #a7ded5;
  outline: 3px solid #fff;
  outline-offset: -10px;
}

.drawer-nav__item ul {
  display: none;
}

.drawer-nav__item ul.is-open {
  display: block;
}

.drawer-nav__link-active {
  transition: all 0.3s;
}

.drawer-nav__link-active.is-open {
}

.drawer-nav__item ul li {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #309b57;
  display: block;
  letter-spacing: 0.01em;
  padding: 10px;
  border-bottom: 2px dotted #a7ded5;
}

.drawer-nav__item ul li a {
  display: block;
}

.drawer-nav__link {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding-block: 10px;
  padding-left: 20px;
  position: relative;
  border-bottom: 2px dotted #a7ded5;
}

.drawer-nav__link:hover {
  color: #fff;
}

.drawer-nav__link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.drawer-nav__link-active::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/cross.png) no-repeat center center / cover;
  width: 15px;
  height: 15px;
  top: 51%;
  transform: translateY(-50%);
  right: 18px;
}

.drawer-nav__link-active.is-open::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/bar.png) no-repeat center center / cover;
  width: 15px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.drawer-sub__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  margin-top: 30px;
}

.drawer-sub__item {
  padding-left: 20px;
}

.drawer-sub__link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-left: 20px;
  position: relative;
}

.drawer-sub__link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.drawer-sub__link:hover {
  color: #fff;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .drawer__icon {
    display: block;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .drawer__icon {
    display: block;
  }
}

/*------------------------------------------------------------------
#footer
-------------------------------------------------------------------*/

.footer {
  margin-top: 0;
  padding: 0;
}

.footer__inner {
}

.footer-nav {
  background-color: #fffaea;
}

.footer-nav__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.footer-nav__item {
  padding-block: 20px;
}

.footer-nav__link {
  font-size: 16px;
  font-weight: 500;
  display: block;
  transition: color 0.3s;
}

.footer-nav__link:hover {
  color: #16b29a;
}

.footer__contents {
  display: flex;
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
  margin-top: 50px;
}

.footer__left {
  margin-right: auto;
}

.footer__logo {
  text-align: left;
}

.footer__logo-link {
  display: block;
}

.footer__logo img {
  width: 400px;
  transition: opacity 0.3s;
}

.footer__logo img:hover {
  opacity: 0.8;
}

.footer__right {
  margin-left: auto;
}

.footer__list {
  margin-top: 10px;
}

.footer__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__dt {
  font-size: 16px;
  font-weight: 500;
  width: 80px;
  line-height: 2;
}

.footer__dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.copyright {
  text-align: center;
  padding-block: 10px;
}

.footer__banner-link {
  display: inline-block;
  width: 240px;
  height: inherit;
  transition: opacity 0.3s;
}

.copyright__text {
  font-size: 14px;
  font-weight: 500;
}

.footer__cta {
  display: none;
}

.mobile-footer-menu-buttons {
  display: none;
}

@media screen and (max-width: 1023px) {
}

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

  .footer__contents {
    display: block;
  }

  .footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__logo {
    text-align: center;
  }

  .footer__logo img {
    width: 400px;
  }

  .footer__right {
    margin-top: 30px;
    text-align: center;
  }

  .footer__list {
  }

  .footer__item {
    margin-top: 5px;
  }

  .copyright {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .footer__cta {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .footer__cta-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

/*------------------------------------------------------------------
#mv
-------------------------------------------------------------------*/
.mv {
  margin-top: 180px;
  height: 600px;
  background: url(../cocoon-master/images/mv.jpg) no-repeat center center / cover;
  position: relative;
}

.mv:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mv__inner {
  height: inherit;
  padding-inline: 20px;
  max-width: calc(1920px + 20px * 2);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.mv__contents {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -150px;
  width: 62.5%;
  min-width: 1020px;
  padding: 0 10px 50px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 22px 0px #ccc;
}

.mv__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.mv__title-left {
  display: inline-block;
  font-size: 56px;
  color: #5ebc80;
  text-align: right;
  line-height: 1.3;
  font-weight: 500;
}

.mv__title-right {
  display: inline-block;
  font-size: 160px;
  color: #f8a200;
}

.mv__lead {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .mv {
    margin-top: 115px;
  }

  .mv__contents {
    width: 95%;
    min-width: auto;
    padding-block: 10px;
    bottom: -220px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    margin-top: 90px;
    height: 250px;
    background: url(../cocoon-master/images/mv_sp.png) no-repeat center center / cover;
    position: relative;
  }

  .mv__contents {
    width: 95%;
    padding-block: 30px;
    bottom: -400px;
  }

  .mv__title-left {
    font-size: 32px;
  }

  .mv__title-right {
    font-size: 120px;
    line-height: 1;
  }

  .mv__lead {
    line-height: 1.75;
  }
}

/*------------------------------------------------------------------
#top-news
-------------------------------------------------------------------*/
.top-news {
  padding-top: 250px;
  padding-bottom: 50px;
}

.top-news__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-news__contents {
}

.top-news__list {
  margin-top: 40px;
}

.top-news__item {
  border-bottom: 1px dashed #ccc;
  margin-top: 20px;
  padding-bottom: 20px;
}

.top-news__link {
  display: flex;
  transition: opacity 0.3s;
  padding-inline: 50px;
  font-size: 16px;
  font-weight: 500;
}

.top-news__link:hover {
  color: #535353;
  opacity: 0.8;
}

.top-news__link-time {
  width: 160px;
  padding-left: 20px;
  position: relative;
}

.top-news__link-time::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/dot-green.png) no-repeat center center / cover;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.top-news__link-title {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 160px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-news__button {
  margin: 30px auto 0;
}

.top-news__button-link {
  transition: opacity 0.3s;
}

.top-news__button-link:hover {
  color: #535353;
  opacity: 0.8;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .top-news {
    padding-top: 350px;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .top-news {
    padding-top: 450px;
  }

  .top-news__list {
    margin-top: 30px;
  }

  .top-news__link {
    display: block;
    padding-inline: 0;
  }

  .top-news__link-time {
    width: 100%;
    font-size: 21px;
  }

  .top-news__link-title {
    width: 100%;
    padding-left: 20px;
  }
}

/*------------------------------------------------------------------
#top-order
-------------------------------------------------------------------*/
.top-order {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8a200;
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #f8a200 25%, #f8a200 100%);
  position: relative;
}

.top-order::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #f8a200;
}

.top-order__inner {
  padding-inline: 20px;
  max-width: calc(1250px + 20px * 2);
  margin-inline: auto;
}

.top-order-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}

.top-order-block__left {
  width: 55%;
}

.top-order-block__left img {
  border-radius: 20px;
}

.top-order__title {
  margin-top: 150px;
  line-height: 1.3;
}

.top-order__title-ja {
  color: #fff;
}

.top-order__text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  padding-bottom: 20px;
}

.top-order-block__right {
  width: 45%;
}

.top-order__buttons {
  display: flex;
  align-items: center;
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  margin-top: 30px;
}

.top-order__button {
}

.top-order__button-link {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8a200;
  background-color: #fff;
  border: 1px solid #f8a200;
  width: 320px;
  height: 95px;
  padding: 0;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    color 0.3s;
  position: relative;
}

.top-order__button-link:hover {
  opacity: 0.9;
  color: #f8a200;
}

.top-order__button-link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-orange.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 1023px) {
  .top-order-block {
    display: block;
  }

  .top-order-block__left {
    width: 80%;
    margin-left: auto;
  }

  .top-order__title {
    margin-top: 20px;
  }

  .top-order__title-ja {
    color: #fff;
  }

  .top-order-block__right {
    width: 100%;
  }

  .top-order__buttons {
    display: block;
    margin-top: 25px;
    padding-inline: 0;
  }

  .top-order__button-link {
    margin: 25px auto 0;
    width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .top-order {
    padding-top: 0px;
    padding-bottom: 70px;
    background-color: #f8a200;
    background: linear-gradient(180deg, #fff 0%, #fff 15%, #f8a200 15%, #f8a200 100%);
    position: relative;
  }
}

/*------------------------------------------------------------------
#top-about
-------------------------------------------------------------------*/
.top-about {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #fffaeb;
}

.top-about__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.top-about__subtitle {
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}

.top-about__subtitle::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/bar-left.png) no-repeat center center / cover;
  width: 20px;
  height: 43px;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.top-about__subtitle::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/bar-right.png) no-repeat center center / cover;
  width: 20px;
  height: 43px;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.section__title {
}

.top-about__title {
  margin-top: 10px;
}
.top-about__title-ja {
}

.top-about__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align: center;
}

.top-about__list {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}

.top-about__item {
  width: 50%;
}

.top-about__card-title {
  font-size: 32px;
  text-align: center;
  color: #f8a200;
  background-color: #fff;
  border: 2px solid #f8a200;
  padding-block: 20px;
  border-radius: 10px;
}

.top-about__cards {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.top-about__card {
  box-shadow: 0px 0px 10px 0px rgba(196, 137, 4, 0.4);
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.top-about__card-img {
}

.top-about__card-img img {
}

.top-about__card-contents {
  padding-inline: 10px;
  height: 150px;
}

.top-about__card-subtitle {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.top-about__card-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 10px 0;
}

.top-about__card-button {
}

.top-about__card-button {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: #f8a200;
  border-radius: 0 0 15px 15px;
  transition:
    opacity 0.3s,
    color 0.3s;
  position: relative;
  margin-top: auto;
}

.top-about__card-button:hover {
  opacity: 0.9;
  color: #fff;
}

.top-about__card-button::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 6px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.top-about__bottom {
  margin-top: 30px;
  box-shadow: 0px 0px 10px 0px rgba(196, 137, 4, 0.4);
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 155px;
}

.top-about__bottom-title {
  font-size: 24px;
  font-weight: 500;
  color: #f8a200;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.top-about__bottom-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 0.06em;
}

.top-about__button {
  margin-top: 50px;
}

.top-about__button-link {
  color: #fff;
  background-color: #f8a200;
  border: 1px solid #f8a200;
  padding: 15px 70px 15px 60px;
  box-shadow: 0px 0px 6px 0px rgba(196, 137, 4, 0.4);
  transition:
    opacity 0.3s,
    color 0.3s;
}

.top-about__button-link:hover {
  opacity: 0.9;
  color: #fff;
}

.top-about__button-link::after {
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 7px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

@media screen and (max-width: 1023px) {
  .top-about__list {
    display: block;
  }

  .top-about__item {
    width: 100%;
    margin-top: 50px;
  }

  .top-about__card-button::after {
    right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .top-about {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .top-about__list {
    margin-top: 50px;
  }

  .top-about__text {
    text-align: left;
  }

  .top-about__cards {
    gap: 10px;
  }

  .top-about__card-button::after {
    right: 30px;
  }

  .top-about__bottom {
    height: auto;
  }

  .top-about__button {
    margin-top: 40px;
  }
}

/*------------------------------------------------------------------
#top-blog
-------------------------------------------------------------------*/
.top-blog {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #fffaeb;
}

.top-blog__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.top-news__title {
}

.top-blog__title-ja {
}

.top-blog__title-en {
}

.top-blog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.top-blog__item {
}

.top-blog__link {
  display: block;
  transition: opacity 0.3s;
}

.top-blog__link:hover {
  opacity: 0.9;
}

.top-blog__img img {
  box-shadow: 0px 0px 6px 0px rgba(196, 137, 4, 0.4);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.top-blog__time {
  font-size: 14px;
  font-weight: 500;
}

.top-blog__text {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.top-blog__button {
  margin-top: 50px;
}

.top-blog__button-link {
  color: #fff;
  background-color: #f8a200;
  border: 1px solid #f8a200;
  padding: 15px 90px 15px 80px;
  box-shadow: 0px 0px 10px 0px rgba(196, 137, 4, 0.4);
  transition:
    opacity 0.3s,
    color 0.3s;
}

.top-blog__button-link:hover {
  opacity: 0.9;
  color: #fff;
}

.top-blog__button-link::after {
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 7px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

.top-blog__bottom {
  margin-top: 60px;
  box-shadow: 0px 0px 10px 0px rgba(196, 137, 4, 0.4);
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.top-blog__bottom-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.top-blog__bottom-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .top-blog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top-blog {
    padding-top: 0px;
  }

  .top-blog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .top-blog__button {
    margin-top: 30px;
  }

  .top-blog__bottom {
    margin-top: 40px;
  }
}

/*------------------------------------------------------------------
#top-cta
-------------------------------------------------------------------*/
.cta {
  padding-top: 80px;
  padding-bottom: 80px;
  /* background: repeating-linear-gradient(120deg, #fff, #fff 4px, #f8ef86 0, #f8ef86 25px); */
  background-size: auto auto;
  background-color: rgba(248, 239, 134, 1);
  background-image: repeating-linear-gradient(
    120deg,
    transparent,
    transparent 14.5px,
    rgba(255, 255, 255, 0.25) 14.5px,
    rgba(255, 255, 255, 0.25) 18.5px
  );
}

.lower-cta {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 50px;
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
}

.cta__inner {
  padding-inline: 20px;
  max-width: calc(1150px + 20px * 2);
  margin-inline: auto;
}

.cta__title {
}
.cta__title-ja {
}
.cta__contents {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1px, 0.1vw, 30px);
}

.cta__button {
  text-align: center;
  margin: 0 auto;
}

.cta__button-link {
  display: block;
  width: 350px;
  transition: opacity 0.3s;
}

.cta__button-link:hover {
  opacity: 0.9;
}

.cta__button-link-mail {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #f8b600;
  background-color: #fff;
  border: 2px solid #f8b600;
  padding: 25px 60px 25px 80px;
  width: 350px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.cta__button-link-mail:hover {
  color: #f8b600;
  background-color: #fcfaea;
}

.cta__button-link-mail::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/mail-orange.png) no-repeat center center / cover;
  width: 43px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.cta__button-link-mail::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-orange.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.cta__button-link-line {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #03c755;
  background-color: #fff;
  border: 2px solid #03c755;
  padding: 25px 50px 25px 80px;
  width: 350px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.cta__button-link-line:hover {
  color: #03c755;
  background-color: #f8fffb;
}

.cta__button-link-line::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/line-green.png) no-repeat center center / cover;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.cta__button-link-line::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-green.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

@media screen and (max-width: 1023px) {
  .cta__button-link {
    display: block;
    width: 430px;
    transition: opacity 0.3s;
  }

  .cta__button-link-mail {
    width: 430px;
    padding: 30px 60px 30px 80px;
  }

  .cta__button-link-line {
    width: 430px;
    padding: 30px 50px 30px 80px;
  }
}

@media screen and (max-width: 1080px) {
  .cta__contents {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lower-cta {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
  }

  .cta__button-link-mail::before {
    left: 40px;
  }
}

/*------------------------------------------------------------------
#top-order
-------------------------------------------------------------------*/
.top-search {
  padding-block: 70px;
  background-color: #5ebc80;
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #5ebc80 25%, #5ebc80 100%);
  position: relative;
}

.top-search::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #5ebc80;
}

.top-search__inner {
  padding-inline: 20px;
  max-width: calc(1250px + 20px * 2);
  margin-inline: auto;
}

.top-search-block {
  display: flex;
  gap: 30px;
}

.top-search-block__right {
  width: 45%;
}

.top-search__title {
  margin-top: 150px;
  line-height: 1.3;
}

.top-search__title-ja {
  color: #fff;
}

.top-search__text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  padding-bottom: 20px;
}

.top-search-block__left {
  width: 55%;
}

.top-search-block__left img {
  border-radius: 20px;
}

.top-search__button {
  margin-top: 50px;
}

.top-search__button-link {
  font-size: 24px;
  font-weight: 500;
  color: #5ebc80;
  background-color: #fff;
  border: 1px solid #5ebc80;
  padding: 30px 70px 30px 60px;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    color 0.3s;
  position: relative;
}

.top-search__button-link:hover {
  opacity: 0.9;
  color: #5ebc80;
}

.top-search__button-link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-green.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.top-search__bottom {
  padding-top: 80px;
  padding-bottom: 200px;
  background-color: #edfff4;
}

.top-search__conditions {
  padding-inline: 20px;
}

.top-search__conditions-inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  box-shadow: 0px 0px 10px 0px rgba(20, 162, 36, 0.4);
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.top-search__conditions-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.top-search__conditions-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 0;
}

.top-search__conditions-text.green {
  color: #5ebc80;
}

.top-search__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  padding-inline: 60px;
  max-width: calc(1100px + 60px * 2);
  margin-inline: auto;
}

.top-search__item {
  position: relative;
}

.top-search__img {
}

.top-search__contents {
  font-weight: 500;
  box-shadow: 0px 0px 10px 0px rgba(20, 162, 36, 0.4);
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  position: absolute;
  top: 65%;
  right: -50px;
  width: 340px;
}

.top-search__button2 {
  margin-top: 150px;
}

.top-search__button-link2 {
  color: #fff;
  background-color: #5ebc80;
  border: 1px solid #5ebc80;
  padding: 15px 80px 15px 70px;
  box-shadow: 0px 0px 10px 0px rgba(94, 188, 128, 0.4);
  transition:
    opacity 0.3s,
    color 0.3s;
}

.top-search__button-link2:hover {
  opacity: 0.9;
  color: #fff;
}

.top-search__button-link2::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

@media screen and (max-width: 1023px) {
  .top-search-block {
    display: block;
  }

  .top-search-block__right {
    width: 100%;
  }

  .top-search__title {
    margin-top: 20px;
  }

  .top-search-block__left {
    width: 80%;
    margin-right: auto;
  }

  .top-search__button {
    margin-top: 30px;
  }

  .top-search__list {
    gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .top-search__bottom {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .top-search__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 120px;
    padding-inline: 30px;
    max-width: calc(1100px + 30px * 2);
    margin-inline: auto;
  }

  .top-search__contents {
    right: -15px;
    width: 350px;
  }

  .top-search__button2 {
    margin-top: 130px;
  }
}

/*------------------------------------------------------------------
#top-information
-------------------------------------------------------------------*/
.top-information {
  /* background: linear-gradient(180deg, #fff 0%, #fff 25%, #CCB195 25%, #CCB195 100%); */
  background-color: #ccb195;
  padding-bottom: 200px;
}

.top-information__inner {
  padding-inline: 20px;
  max-width: calc(1250px + 20px * 2);
  margin-inline: auto;
}

.top-information-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  position: relative;
}

.top-information-block__left {
  width: 53%;
  margin-top: -100px;
}

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

.top-information__title-ja {
  color: #fff;
  text-align: left;
}

.top-information__text {
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.top-information-block__right {
  width: 45%;
}

.top-information__bottom {
  background-color: #fcf4ed;
  padding-bottom: 50px;
  height: 400px;
  position: relative;
}

.top-information__list {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  width: 1000px;
  margin-inline: auto;
  box-shadow: 0px 0px 10px 0px rgba(123, 145, 155, 0.4);
  background-color: #fff;
  padding: 20px 50px 30px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130px;
}

.top-information__item {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.top-information__item:first-child {
  margin-top: 20px;
}

.top-information__left {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 180px;
  border-bottom: 1px solid #bca389;
  border-block-start: 10px;
  padding-bottom: 15px;
}

.top-information__right {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 180px);
  border-bottom: 1px solid #e5e7e8;
}

.top-information__button {
  padding-top: 300px;
}

.top-information__button-link {
  color: #fff;
  background-color: #cbb195;
  border: 1px solid #cbb195;
  padding: 15px 80px 15px 70px;
  box-shadow: 0px 0px 10px 0px rgba(123, 145, 155, 0.4);
  transition:
    opacity 0.3s,
    color 0.3s;
}

.top-information__button-link:hover {
  opacity: 0.9;
  color: #fff;
}

.top-information__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

@media screen and (max-width: 1023px) {
  .top-information {
    background-color: #ccb195;
    padding-top: 1px;
    padding-bottom: 100px;
  }

  .top-information-block {
    display: block;
  }

  .top-information-block__left {
    width: 80%;
    margin-left: auto;
  }

  .top-information__title {
    margin-top: 30px;
  }

  .top-information__title-ja {
    text-align: center;
  }

  .top-information__text {
    margin-top: 20px;
  }

  .top-information-block__right {
    width: 100%;
  }

  .top-information__list {
    max-width: 95%;
    margin: 0 auto;
    bottom: 130px;
  }

  .top-information__bottom {
    height: 500px;
  }

  .top-information__button {
    padding-top: 400px;
  }
}

@media screen and (max-width: 767px) {
  .top-information {
    padding-bottom: 180px;
  }

  .top-information__list {
    padding: 20px;
    bottom: 150px;
  }

  .top-information__item {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }

  .top-information__item:first-child {
    margin-top: 20px;
  }

  .top-information__left {
    width: 100px;
    border-bottom: 1px solid #bca389;
    border-block-start: 10px;
    padding-bottom: 15px;
  }

  .top-information__right {
    width: calc(100% - 100px);
    border-bottom: 1px solid #e5e7e8;
    padding-bottom: 15px;
  }

  .top-information__bottom {
    height: 450px;
  }

  .top-information__button {
    padding-top: 350px;
  }
}

/*------------------------------------------------------------------
#top-faq
-------------------------------------------------------------------*/
.top-faq {
}

.top-faq__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 120px;
  margin-bottom: 170px;
}

.qa-box {
}

.qa-box__head {
  position: relative;
  padding: 20px 80px 20px 30px;
  border-radius: 20px;
  background-color: #fcf4ed;
  cursor: pointer;
}

.qa-box__head::before,
.qa-box__head::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #b6bebc;
  border-radius: 10px;
  width: 22px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform 0.3s;
}

.qa-box__head::after {
  transform: translateY(-50%) rotate(90deg);
}

.qa-box__head.is-open::after {
  transform: translateY(-50%) rotate(0);
}

.qa-box__q {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.qa-box__head-icon {
  font-size: 30px;
  font-weight: 500;
  color: #f8a200;
  flex-shrink: 0;
  margin-top: -4px;
}

.qa-box__head-text {
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
}

.qa-box__body {
  padding: 20px 60px 20px 30px;
  display: none;
}

.qa-box__a {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.qa-box__a-icon {
  font-size: 30px;
  font-weight: 500;
  color: #5ebc80;
  flex-shrink: 0;
  margin-top: -10px;
}

.qa-box__a-text {
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
}

.top-faq__button {
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .top-faq__inner {
    padding-inline: 0px;
    max-width: calc(1000px + 20px * 2);
    margin-inline: auto;
  }
  .qa__boxes {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 80px;
    margin-bottom: 130px;
  }
  .qa-box__head::before,
  .qa-box__head::after {
    border-radius: 0px;
    width: 20px;
    height: 2px;
    right: 10px;
  }

  .qa-box__head {
    position: relative;
    padding: 20px 35px 20px 10px;
    cursor: pointer;
  }

  .qa-box__body {
    position: relative;
    padding: 10px 10px 20px 10px;
    cursor: pointer;
  }
}

/*------------------------------------------------------------------
#top-access
-------------------------------------------------------------------*/
.top-access {
  padding-top: 120px;
  padding-bottom: 120px;
}

.top-access__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-access__img {
  margin-top: 50px;
}

.top-access__list {
  margin-top: 50px;
}

.top-access__item {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.top-access__left {
  font-size: 18px;
  width: 120px;
  padding-left: 10px;
}

.top-access__right {
  font-size: 18px;
  letter-spacing: 0.05em;
  width: calc(100% - 120px);
}

.top-access__right a {
  text-decoration: underline;
}

.top-access__right a:hover {
  color: #16b29a;
  text-decoration-color: #16b29a;
}

.top-access__button {
  display: inline-block;
}

.top-access__button-link {
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .top-access {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .top-access__list {
    margin-top: 30px;
  }

  .top-access__item {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  .top-access__left {
    font-size: 21px;
    width: 125px;
    padding-left: 0px;
  }

  .top-access__right {
    font-size: 21px;
    letter-spacing: 0.05em;
    width: calc(100% - 125px);
  }
}

/*------------------------------------------------------------------
#about
-------------------------------------------------------------------*/
.about {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.about-top__block {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 50px;
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-top__block-left {
  width: 50%;
}

.about-top__block-right {
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.about-middle {
  margin-top: 150px;
}

.about-middle__list {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  margin-top: 130px;
}

.about-middle__item {
  padding-left: 120px;
  padding-bottom: 50px;
  position: relative;
}

.about-middle__item::before {
  border-left: 3px solid #f7a201;
  content: "";
  display: block;
  height: 100%;
  left: 45px;
  position: absolute;
  top: 0;
  width: 0;
}

.about-middle__item:last-child:before {
  border: none;
}

.about-middle__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}

.about-middle__title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-top: 15px;
}

.about-middle__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 30px;
  line-height: 1.8;
}

.about-cta__contents {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.about-cta__button {
  text-align: center;
  margin: 0 auto;
}

.about-cta__button-link {
  display: inline-block;
  width: 270px;
  transition: opacity 0.3s;
}

.about-cta__button-link:hover {
  opacity: 0.8;
}

.about-cta__button-link-mail {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #f8b600;
  background-color: #fff;
  border: 2px solid #f8b600;
  padding: 20px 40px 20px 60px;
  width: 270px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about-cta__button-link-mail:hover {
  color: #f8b600;
  background-color: #fff6dd;
}

.about-cta__button-link-mail::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/mail-orange.png) no-repeat center center / cover;
  width: 34px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.about-cta__button-link-mail::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-orange.png) no-repeat center center / cover;
  width: 7px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.about-cta__button-link-line {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #03c755;
  background-color: #fff;
  border: 2px solid #03c755;
  padding: 20px 40px 20px 70px;
  width: 270px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about-cta__button-link-line:hover {
  color: #03c755;
  background-color: #f0faf4;
}

.about-cta__button-link-line::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/line-green.png) no-repeat center center / cover;
  width: 53px;
  height: 53px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.about-cta__button-link-line::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-green.png) no-repeat center center / cover;
  width: 7px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.about-middle__buttons {
  display: flex;
  align-items: center;
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
  margin-top: 50px;
}

.about-middle__button {
  margin: 0 auto;
  text-align: center;
}

.about-middle__button-link {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8a200;
  background-color: #fff;
  border: 1px solid #f8a200;
  width: 350px;
  height: 95px;
  padding: 0;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about-middle__button-link:hover {
  color: #f8b600;
  background-color: #fff6dd;
}

.about-middle__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-orange.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.about-bottom {
  margin-top: 100px;
}

.about-bottom__block {
  display: flex;
  gap: 50px;
  margin-top: 100px;
}

.about-bottom__block-left {
  width: 50%;
}

.about-bottom__block-right {
  width: 50%;
}

.about-bottom__block-img {
}

.about-bottom__block-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f8a200;
  margin-top: 20px;
}

.about-bottom__block-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 1150px) {
  .about-middle__buttons {
    display: block;
    margin-top: 0;
  }
  .about-middle__button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-middle__button-link {
    width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .about-cta__contents {
    display: block;
  }

  .about-cta__button {
    margin-top: 20px;
    text-align: left;
  }

  .about-cta__button-link-line {
    padding: 20px 40px 20px 85px;
  }
}

@media screen and (max-width: 767px) {
  .about-top__block {
    display: block;
    margin-top: 70px;
  }

  .about-top__block-left {
    width: 100%;
  }

  .about-top__block-right {
    width: 100%;
    margin-top: 20px;
  }

  .about-middle {
    margin-top: 100px;
  }

  .about-middle__list {
    padding-inline: 0;
    margin-top: 70px;
  }

  .about-middle__item {
    padding-left: 60px;
    padding-bottom: 30px;
    position: relative;
  }

  .about-middle__item::before {
    border-left: 3px solid #f7a201;
    content: "";
    display: block;
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0;
    width: 0;
  }

  .about-middle__item:last-child:before {
    border: none;
  }

  .about-middle__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
  }

  .about-middle__title {
    font-size: 28px;
    padding-top: 5px;
    padding-left: 15px;
  }

  .about-middle__text {
    margin-top: 5px;
  }

  .about-bottom__block {
    display: block;
    margin-top: 70px;
  }

  .about-bottom__block-left {
    width: 100%;
  }

  .about-bottom__block-right {
    width: 100%;
    margin-top: 40px;
  }
}

/*------------------------------------------------------------------
#weeding
-------------------------------------------------------------------*/
.weeding {
  padding-top: 80px;
  padding-bottom: 50px;
}
.weeding__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.weeding-top {
  display: flex;
  gap: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.weeding-top__left {
  width: 40%;
}

.weeding-top__right {
  width: 60%;
}

.weeding-top__right-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 30px;
  position: relative;
}

.weeding-top__right-text::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/weeding-check.png) no-repeat center center / cover;
  width: 20px;
  height: 15px;
  top: 10px;
  left: 0px;
}

.weeding__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.weeding .wp-block-table {
  width: 90%;
  margin: 60px auto 120px;
}

.weeding .wp-block-table tr {
  background-color: #fff;
}

.weeding .wp-block-table td {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  padding: 20px;
}

.weeding .table1 tr:first-child {
  background-color: #fffaea;
}

.weeding .table2 tr td:first-child {
  background-color: #fffaea;
  width: 230px;
}

table:not(.has-border-color) :where(th, td) {
  border: 1px solid #d9d9d9;
}

.weeding-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.weeding-block__left {
  width: 60%;
}

.weeding-block__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 30px;
  position: relative;
}

.weeding-block__title::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/weeding-arrow.png) no-repeat center center / cover;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.weeding-block__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 10px;
}

.weeding-block__rignt {
  width: 40%;
}

.weeding-block__img {
}

.weeding__button {
  margin-top: 20px;
  margin-bottom: 70px;
}

.weeding__button-link {
  color: #fff;
  background-color: #f8a200;
  border: 1px solid #f8a200;
  padding: 17px 70px 17px 60px;
  box-shadow: 0px 0px 6px 0px rgba(196, 137, 4, 0.4);
  transition:
    opacity 0.3s,
    color 0.3s;
}

.weeding__button-link:hover {
  color: #fff;
}

.weeding__button-link::after {
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 7px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.weeding__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 50px;
  margin-bottom: 150px;
}

.weeding__item {
}

.weeding__item-img {
}

.weeding__item-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: center;
}

.weeding__item-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 10px;
}

.weeding-works {
}

.weeding-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 100px;
  margin-bottom: 200px;
}

.weeding-works__item {
}

.weeding-works__img {
}

.weeding-works__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.weeding-works__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 20px;
}

.weeding__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.weeding__button2 {
  text-align: center;
}

.weeding__button-link2 {
  width: 485px;
  border-radius: 52px;
  color: #fff;
  background-color: #f8a200;
  border: 1px solid #f8a200;
  padding: 30px 90px 30px 80px;
  box-shadow: 0px 0px 6px 0px rgba(196, 137, 4, 0.4);
  transition:
    opacity 0.3s,
    color 0.3s;
  position: relative;
}

.weeding__button-link2:hover {
  color: #fff;
}

.weeding__button-link2::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/weeding-pen.png) no-repeat center center / cover;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
}

.weeding__button-link2::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 7px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

@media screen and (max-width: 1023px) {
  .weeding__buttons {
    display: block;
  }

  .weeding__button2 {
    text-align: center;
    margin-top: 30px;
  }

  .weeding__button-link2 {
    width: 430px;
    border-radius: 52px;
    color: #fff;
    background-color: #f8a200;
    border: 1px solid #f8a200;
    padding: 30px 80px 30px 70px;
    box-shadow: 0px 0px 6px 0px rgba(196, 137, 4, 0.4);
    transition:
      opacity 0.3s,
      color 0.3s;
    position: relative;
  }

  .weeding__button-link2::before {
    position: absolute;
    content: "";
    background: url(../cocoon-master/images/weeding-pen.png) no-repeat center center / cover;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
  }
}

@media screen and (max-width: 767px) {
  .weeding-top {
    display: block;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .weeding-top__left {
    width: 100%;
  }

  .weeding-top__right {
    width: 100%;
  }

  .weeding-top__right-text:first-child {
    margin-top: 20px;
  }

  .weeding .wp-block-table {
    width: 100%;
    margin: 40px auto 120px;
  }

  .weeding .wp-block-table td {
    padding: 10px;
  }

  .weeding .table2 tr td:first-child {
    width: 130px;
  }

  .weeding-block {
    display: block;
    margin-top: 50px;
  }

  .weeding-block__left {
    width: 100%;
  }

  .weeding-block__rignt {
    width: 100%;
    margin-top: 20px;
  }

  .weeding__button {
    margin-top: 30px;
  }

  .weeding__button-link {
    padding: 17px 60px 17px 50px;
  }

  .weeding__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 80px;
    margin-bottom: 150px;
  }

  .weeding-works__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 70px;
    margin-bottom: 150px;
  }
}

/*------------------------------------------------------------------
#service
-------------------------------------------------------------------*/
.top-about__list.service {
  display: block;
}

.top-about__list.service .top-about__item {
  width: 100%;
  margin-top: 100px;
}

.top-about__list.service .top-about__cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.top-about__list.service .top-about__card-img img {
  aspect-ratio: 385 / 260;
  object-fit: cover;
}

.top-about__card-title.service {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.top-about__bottom.service {
  width: 500px;
  margin: 20px auto 0;
  text-align: center;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .top-about__list.service .top-about__cards {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-about__list.service .top-about__card-contents {
    height: 200px;
  }
  .top-about__card-title.service {
    width: 400px;
  }

  .top-about__bottom.service {
    width: 400px;
  }
}

/*------------------------------------------------------------------
#clean
-------------------------------------------------------------------*/
.weeding-block.clean {
  flex-direction: row-reverse;
}

.weeding .table2.clean tr td:first-child {
  background-color: #fffaea;
  width: 310px;
}

.weeding__button.clean {
  margin-top: 50px;
  margin-bottom: 100px;
}

.weeding-works__list.clean {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.qa__boxes.clean {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .weeding .table2.clean tr td:first-child {
    background-color: #fffaea;
    width: 140px;
  }

  .weeding-works__list.clean {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------------
#price
-------------------------------------------------------------------*/
.top-price__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.top-price__tag {
  font-size: 26px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f8a200;
  background-color: #fff;
  border: 2px solid #f8a200;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  height: 90px;
}

.top-price__tag a {
  display: block;
}

.top-price__tag a:hover {
  color: #f8a200;
}

.price__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 20px;
}

.price__tag {
  font-size: 16px;
  text-align: center;
  color: #f8a200;
  background-color: #fff;
  border: 2px solid #f8a200;
  padding: 10px 20px;
  border-radius: 10px;
}

.clean__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.weeding .wp-block-table.price {
  width: 100%;
  margin: 30px auto 10px;
}

.weeding .wp-block-table.price td {
  text-align: center;
  padding: 10px;
}

.weeding .wp-block-table.price td:nth-child(4) {
  text-align: left;
  width: 30%;
}

.weeding .wp-block-table.price tr:first-child td:nth-child(4) {
  text-align: center;
}

.weeding__button.price {
  margin-top: 30px;
  margin-bottom: 150px;
}

.weeding__buttons.price {
  display: block;
}

.weeding__button2.price {
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#qa
-------------------------------------------------------------------*/
.heading2.qa {
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#company
-------------------------------------------------------------------*/
.weeding__text.company {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#about
-------------------------------------------------------------------*/
.weeding-top.low-about {
  margin-top: 20px;
  margin-bottom: 100px;
}

.weeding-top.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.weeding-works__list.about {
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .weeding-top.reverse {
    display: block;
  }

  .weeding-top.low-about .weeding-top__right {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
  }
}

/*------------------------------------------------------------------
#
-------------------------------------------------------------------*/

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#
-------------------------------------------------------------------*/

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#
-------------------------------------------------------------------*/

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#
-------------------------------------------------------------------*/

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#お知らせ情報一覧
-------------------------------------------------------------------*/
.news {
  padding-top: 50px;
  padding-bottom: 50px;
}

.news__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.news__block {
  display: flex;
  gap: 30px;
}

.news__block-left {
  width: 75%;
}

.news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 35px;
}

.news__item {
}

.news__link {
}

.news__img {
}

.news__img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news__contents {
}

.news__time {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #8e8e8e;
  padding-left: 20px;
  position: relative;
}

.news__time::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/time-icon.png) no-repeat center center / cover;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.news__title {
  font-size: 24px;
  font-weight: 500;
  color: #535353;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news__button {
  margin: 20px auto 0;
  text-align: center;
}

.news__button-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  border: 1px solid #535353;
  background-color: #fff;
  padding: 8px 35px 8px 30px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.news__button-link:hover {
  opacity: 0.8;
  color: #535353;
}

.news__button-link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}

.news__bottom {
  margin-top: 50px;
}

.news__buttons {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.news__buttons-link {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 15px 90px 15px 100px;
  padding-block: 20px;
  border-radius: 10px;
  transition: opacity 0.3s;
  position: relative;
}

.news__buttons-link2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 15px 90px 15px 100px;
  padding-block: 20px;
  border-radius: 10px;
  transition: opacity 0.3s;
  position: relative;
  color: #5ebc80;
  border: 2px solid #5ebc80;
  background-color: #f0faf4;
}

.news__buttons-link2:hover {
  color: #5ebc80;
  opacity: 0.8;
}

.news__buttons-link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

.news__buttons-link2::after {
  background: url(../cocoon-master/images/arrow-right-green.png) no-repeat center center / cover;
}

@media screen and (max-width: 1023px) {
  .news__buttons-link {
    padding: 15px 40px 15px 50px;
  }

  .news__buttons-link::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .news__block {
    display: block;
  }

  .news__block-left {
    width: 100%;
  }

  .news__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 15px;
  }

  .news__item {
  }

  .news__img {
    width: 100%;
  }

  .news__contents {
  }

  .page-numbers.dots {
    display: block;
  }

  .news__buttons {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .news__buttons-link {
    margin-top: 30px;
  }
}

/*------------------------------------------------------------------
#sidebar
-------------------------------------------------------------------*/

.side__sidebar {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.sidebar__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #5ebc80;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.archive__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #f8a200;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.archive__title::after {
  /* position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-bottom-white.png) no-repeat center center / cover;
  width: 12px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition:
    transform 0.5s,
    top 0.5s; */
}

.archive__title.is-open::after {
  transform: rotate(180deg);
  top: 20px;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 30px;
}

.category-item {
}

.category__link {
  font-size: 20px;
  font-weight: 500;
}

.category__link:hover {
  text-decoration: underline;
  text-decoration-color: #fea01c;
}

.category__link.current {
  text-decoration: underline;
  text-decoration-color: #fea01c;
}

.sidebar-news__list {
}

.sidebar-news__item {
}

.sidebar-news__link {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px dashed #d9d9d9;
}

.sidebar-news__link:hover .sidebar-news__title {
  color: #535353;
  text-decoration: underline;
  text-decoration-color: #535353;
}

.sidebar-news__link:hover .sidebar-news__time {
  color: #535353;
  text-decoration: underline;
  text-decoration-color: #535353;
}

.sidebar-news__img {
  max-width: 75px;
  max-height: 75px;
  overflow: hidden;
}

.sidebar-news__img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s;
}

.sidebar-news__contents {
  display: flex;
  flex-direction: column;
}

.sidebar-news__title {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sidebar-news__time {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.sidebar-news__time::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/time-icon-black.png) no-repeat center center / cover;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.sidebar-news__button {
  margin: 20px auto 0;
  text-align: center;
}

.sidebar-news__button-link {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  transition:
    color 0.3s,
    background-color 0.3s;
  position: relative;
  text-decoration: none;
}

.sidebar-news__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  transition: 0.3s;
}

.sidebar-news__button-link:hover {
  color: #535353;
  text-decoration: underline;
  text-decoration-color: #766d67;
}

.sidebar-archive__list {
  /* display: none; */
}

.sidebar-archive__list.is-open {
  display: block;
}

.sidebar-archive__list li {
  padding: 15px;
  margin-left: 30px;
  padding-left: 40px;
  border-bottom: 1px dashed #d9d9d9;
  position: relative;
}

.sidebar-archive__list li::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  transition: 0.3s;
}

.sidebar-archive__list a {
  display: block;
  font-size: 20px;
}

.sidebar-archive__list a:hover {
  text-decoration: underline;
  text-decoration-color: #535353;
}

/* ドロップダウンリスト */
.month-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  /* 初期状態では非表示 */
  transition: max-height 0.5s ease-out;
  /* アニメーションを設定 */
}

.year-toggle {
  font-weight: 500;
  padding: 15px;
  padding-left: 50px;
  border-bottom: 1px dashed #d9d9d9;
  cursor: pointer;
  position: relative;
}

.year-toggle:hover {
  text-decoration: underline;
  text-decoration-color: #535353;
}

.year-toggle::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  transition: 0.3s;
}

@media screen and (max-width: 1023px) {
  .side__sidebar {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .side__sidebar {
    width: 100%;
    margin-top: 50px;
    padding-left: 0px;
    border-left: none;
  }

  .category-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

/*------------------------------------------------------------------
#contact
-------------------------------------------------------------------*/
.contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.contact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}

.contact__title::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: calc(50% - 180px);
  width: 360px;
  height: 3px;
  background-color: #f8a200;
}

.contact__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #f8a200;
  margin-top: 50px;
}

.contact__lead {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.contact__lead span {
  color: #e56172;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px auto 0;
}

.form__field {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px dashed #c4c4c4;
}

.form-field__head {
  display: flex;
  align-items: center;
  width: 315px;
  flex-shrink: 0;
}

.form-field__label {
  font-size: 18px;
  text-align: left;
  padding-left: 40px;
  width: 210px;
}

.form-field__tag {
  display: inline-block;
  background: #f8a200;
  color: #fff;
  font-size: 18px;
  padding: 5px 31px;
  border-radius: 20px;
  width: 105px;
}

.form-field__tag.is-option {
  background: #babab9;
  color: #fff;
}

.form-field__data {
  flex-grow: 1;
}

.form__field-bottom {
  padding-top: 40px;
  border-top: 1px dashed #c4c4c4;
}

input,
textarea {
  font-size: 18px;
  font-weight: 500;
}

input::placeholder,
textarea::placeholder {
  font-size: 18px;
  color: #9d9d9d;
}

input[type="date"]::-webkit-datetime-edit {
  color: #ccc; /* 年/月/日のテキストカラーを変更 */
}

.form-field__data-code {
  width: 150px;
}

.form-field__data-date {
  width: 200px;
}

.form__address-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.28px;
  padding-bottom: 10px;
}

.form__field-radio-text {
  font-size: 16px;
  margin-right: 10px;
}

.form-field__data-wrap {
  width: 100%;
}

.form-field__data .select {
  width: 20%;
  margin-inline: 20px;
  margin-block: 20px;
}

.form-field__data [type="text"],
.form-field__data [type="email"],
.form-field__data [type="date"] {
  padding: 20px;
  border: 1px solid #c1c1c1;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: border 0.3s;
}

.form-field__data [type="text"]:hover,
.form-field__data [type="text"]:focus,
.form-field__data [type="email"]:hover,
.form-field__data [type="email"]:focus {
  /* border: 1px solid #28688f; */
  outline: none;
}

.form-field__data [type="radio"],
.form-field__data [type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.form-field__data [type="radio"]:hover + .wpcf7-list-item-label::before,
.form-field__data [type="checkbox"]:hover + .wpcf7-list-item-label::before {
  /* border: 1px solid #0f1b60; */
}

.form-field__data [type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #fff;
}

.form-field__data [type="radio"]:checked + .wpcf7-list-item-label::after,
.form-field__data [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.select__text {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
}

.select__wrap {
  position: relative;
}

.select__wrap::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/select-arrow.png) no-repeat center center / cover;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.page-id-10146 .select__wrap::after {
  display: none;
}

.form-field__data select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  transition: border 0.3s;
}

.form-field__data textarea {
  height: 200px;
  border-radius: 0px;
  padding: 20px;
  border: 1px solid #c1c1c1;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  resize: vertical;
  transition: border 0.3s;
}

.form-field__data select:hover,
.form-field__data select:focus {
  /* border: 1px solid #28688f; */
  outline: none;
}

.form-field__data textarea:hover,
.form-field__data textarea:focus {
  /* border: 1px solid #28688f; */
  outline: none;
}

.form-field__data .wpcf7-radio,
.form-field__data .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #c9c9c9;
  left: 0;
  transition: border 0.3s;
}

.wpcf7-radio .wpcf7-list-item-label::after {
  width: 10px;
  height: 10px;
  background: #f8a200;
  left: 7px;
  transition: opacity 0.3s;
  opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #c1c1c1;
  background: #f7f7f7;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: border 0.3s;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  margin-top: -2px;
  border-bottom: 3px solid #f8a200;
  border-left: 3px solid #f8a200;
  transform: translateY(-50%) rotate(-45deg);
  width: 14px;
  height: 9px;
  left: 3px;
  transition: opacity 0.3s;
  opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label a,
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration-line: underline;
  font-weight: inherit;
}

.contact__privacy {
  text-align: left;
}

.contact__privacy a {
  text-decoration: underline;
}

.contact__privacy [type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.contact__privacy [type="checkbox"]:hover + .wpcf7-list-item-label::before {
  /* border: 2px solid #0f1b60; */
}

.contact__privacy [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.confirm__btn-Wrap {
  margin: 25px auto 0;
  text-align: center;
  width: 350px;
  position: relative;
}

.confirm__btn-Wrap::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 12px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  pointer-events: none;
  z-index: 2;
}

.confirm__btn-Wrap .confirm__btn {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #f8a200;
  padding: 20px 45px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(221, 114, 23, 1);
  border-radius: 50px;
  transition: 0.3s;
  border: none;
  position: relative;
}

.contact__btns-Wrap .submit__btn-Wrap .submit__btn {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #f8a200;
  padding: 20px 45px;
  box-shadow: 0 7px 0 0 rgba(221, 114, 23, 1);
  border-radius: 50px;
  transition: 0.3s;
  width: 250px;
  border: none;
  position: relative;
}

.confirm__btn-Wrap .confirm__btn:hover,
.contact__btns-Wrap .submit__btn:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.contact-bottom__text {
  width: 100%;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 80px;
  background: #e9f5f1;
}

.contact-qa__boxes {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 1023px) {
  .form-field__head {
    display: flex;
    align-items: center;
    width: 280px;
    flex-shrink: 0;
  }

  .form-field__label {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding-left: 40px;
    width: 190px;
  }

  .form-field__data.death .select__wrap {
    width: 25%;
  }

  .page-id-55 .form-field__data.death .select__wrap {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form__fields {
    margin-top: 30px;
  }

  .form__field {
    display: block;
    padding-top: 30px;
  }

  .form-field__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .form-field__label {
    padding-left: 20px;
    width: 100%;
  }

  .form-field__tag {
    width: 115px;
  }

  .form-field__data {
    margin-top: 14px;
  }

  .form-field__data-code {
    width: 35%;
  }

  .form-field__data .wpcf7-radio,
  .form-field__data .wpcf7-checkbox {
    flex-direction: column;
    gap: 15px;
  }

  .contact__btn-warp {
    margin-top: 30px;
  }

  .contact-bottom__text {
    padding: 20px;
  }

  .page-id-55 .form-field__data.death .select__wrap {
    width: 10%;
  }
}

/*------------------------------------------------------------------
#contact(確認・完了)
-------------------------------------------------------------------*/
.contact__btns-Wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-inline: 20px;
  margin: 60px auto 0;
}

.submit__btn-Wrap [type="submit"] {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #25bfa7;
  padding: 20px 35px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(22, 178, 154, 1);
  border-radius: 50px;
  transition: 0.3s;
  width: 250px;
  border: none;
  position: relative;
}

.submit__btn-Wrap [type="submit"]:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.back__btn {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #25bfa7;
  padding: 20px 35px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(22, 178, 154, 1);
  border-radius: 50px;
  transition: 0.3s;
  width: 250px;
  border: none;
  position: relative;
}

.back__btn:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-form.invalid .wpcf7-response-output {
  /* display: none; */
}

.thanks__button {
  margin: 50px auto 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contact__btns-Wrap {
    gap: 30px;
    margin: 40px auto 0;
  }

  .submit__btn-Wrap [type="submit"] {
    padding: 20px;
    width: 180px;
  }

  .back__btn {
    padding: 20px;
    width: 180px;
  }
}

/*------------------------------------------------------------------
#baseデザイン(single投稿ページ)
-------------------------------------------------------------------*/
.single .news__title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
}

.single .news__time {
  margin-left: 10px;
  margin-top: 10px;
}

.single .base__content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 100px;
  position: relative;
}

.single .base__content h2::before {
  position: absolute;
  content: "";
  bottom: -40px;
  width: 360px;
  height: 3px;
  background: #f8a200;
}

.single .base__content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #f8a200;
  margin-top: 20px;
}

.single .base__content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .single .news__title {
    font-size: 30px;
  }

  .single .base__content h2 {
    margin-bottom: 50px;
    font-size: 26px;
  }

  .single .base__content h2::before {
    bottom: -20px;
    width: 200px;
  }

  .single .base__content h3 {
    font-size: 22px;
    padding: 5px 10px;
    border-left: 7px solid #24bfa7;
  }

  .single .base__content h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: bold;
  }

  .single .base__content h5 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: bold;
  }
}

/*------------------------------------------------------------------
#baseデザイン(固定ページ)
-------------------------------------------------------------------*/
.page-template {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-template__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.base__content .toc {
  display: none;
}

.base__content {
  padding: 0 20px;
}

.base__content .header {
  display: none;
}

.base__content a:hover {
  color: #535353;
}

.page .base__content h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 70px;
  position: relative;
}

.page .base__content h2::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: calc(50% - 180px);
  width: 360px;
  height: 3px;
  background: #f8a200;
}

.page .base__content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #f8a200;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page .base__content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}

.base__content p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

/* button */
.base__content .wp-block-button {
  margin-top: 30px;
}

.base__content .button1 .wp-block-button__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #f8a200;
  padding: 17px 35px 17px 25px;
  box-shadow: 0px 0px 6px 0px rgba(196, 137, 4, 0.4);
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.base__content .button1 .wp-block-button__link:hover {
  color: #fff;
  background-color: #f8b600;
  box-shadow: none;
}

.base__content .button1 .wp-block-button__link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-white.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.base__content .button2 .wp-block-button__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #535353;
  background-color: #fff;
  border: 1px solid #535353;
  padding: 17px 100px 17px 90px;
  border-radius: 30px;
  box-shadow: none;
  transition: 0.3s;
  position: relative;
}

.base__content .button2 .wp-block-button__link:hover {
  opacity: 0.8;
}

.base__content .button2 .wp-block-button__link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
}

.base__content .button3 .wp-block-button__link {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #f8b600;
  background-color: #fff;
  border: 2px solid #f8b600;
  padding: 25px 60px 25px 80px;
  width: 350px;
  border-radius: 50px;
  box-shadow: none;
  transition: 0.3s;
  position: relative;
}

.base__content .button3 .wp-block-button__link:hover {
  color: #f8b600;
  background-color: #fcfaea;
}

.base__content .button3 .wp-block-button__link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/mail-orange.png) no-repeat center center / cover;
  width: 43px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.base__content .button3 .wp-block-button__link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-orange.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.base__content .button4 .wp-block-button__link {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #03c755;
  background-color: #fff;
  border: 2px solid #03c755;
  padding: 25px 50px 25px 80px;
  width: 350px;
  border-radius: 50px;
  transition: 0.3s;
  box-shadow: none;
  position: relative;
}

.base__content .button4 .wp-block-button__link:hover {
  color: #03c755;
  background-color: #f8fffb;
}

.base__content .button4 .wp-block-button__link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/line-green.png) no-repeat center center / cover;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.base__content .button4 .wp-block-button__link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-green.png) no-repeat center center / cover;
  width: 10px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.base__content .text1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 30px 35px;
  margin-block: 20px;
  border: 2px solid #5ebc80;
  border-radius: 10px;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.base__content .text1:hover {
  background-color: #f8fffb;
}

.base__content .text1::before {
  border-bottom: 50px solid transparent;
  border-left: 50px solid #5ebc80;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.base__content .text1::after {
  border-left: 50px solid transparent;
  border-bottom: 50px solid #5ebc80;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.base__content .text2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 30px 35px;
  margin-block: 20px;
  border: 2px solid #f7a201;
  border-radius: 10px;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.base__content .text2:hover {
  background-color: #fcfae9;
}

.base__content .text2::before {
  border-bottom: 50px solid transparent;
  border-left: 50px solid #f7a201;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.base__content .text2::after {
  border-left: 50px solid transparent;
  border-bottom: 50px solid #f7a201;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.base__content .box1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 65px 30px 30px;
  background-color: #f8fffb;
  border: none;
  width: fit-content;
  margin-block: 20px;
  position: relative;
}
.base__content .box1 .box-title {
  position: absolute;
  font-size: 22px;
  color: #5ebc80;
  font-weight: bold;
  background-color: #f8fffb;
  padding: 30px 30px 0;
  top: 0;
  left: 0;
}

.base__content .box2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 65px 30px 30px;
  border: 2px solid #f7a201;
  width: fit-content;
  margin-block: 20px;
  border-radius: 10px;
  position: relative;
}
.base__content .box2 .box-title {
  position: absolute;
  font-weight: bold;
  color: #535353;
  padding: 30px 30px 0;
  top: 0;
  left: 0;
}

.base__content .box3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 65px 20px 20px;
  border: 2px solid #f7a201;
  width: fit-content;
  margin-block: 20px;
  border-radius: 10px;
  position: relative;
}
.base__content .box3 .box-title {
  position: absolute;
  font-weight: bold;
  color: #fff;
  background-color: #f7a201;
  padding: 10px 15px;
  border-radius: 5px 0 10px 0;
  top: 0;
  left: 0;
}

/* list */
.base__content ul {
  list-style-type: disc;
}

.base__content ol {
  /* list-style-type: decimal; */
  list-style: none; /* デフォルトの数字を非表示 */
  counter-reset: my-counter; /* カウンターリセット */
}

.base__content ol li {
  width: fit-content;
  background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  counter-increment: my-counter; /* カウンターを増やす */
}

.base__content ol li::before {
  color: #5ebc80;
  content: counter(my-counter) "."; /* 数字を表示 */
  font-size: 18px;
  display: inline-block;
  margin-right: 0.5em;
}

.base__content .wp-block-list {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  padding-left: 30px;
  margin-block: 10px;
}

.base__content .wp-block-list.list0 {
  padding-left: 0;
}

.base__content .list1 li,
.base__content .list2 li {
  list-style-type: none;
  position: relative;
}

.base__content .list1 li::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/list-check.png) no-repeat center center / cover;
  width: 19px;
  height: 15px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.base__content .list2 li::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/list-arrow.png) no-repeat center center / cover;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

/* table */
.base__content .wp-block-table {
  margin-top: 30px;
}

.base__content .wp-block-table tr {
  background-color: #fff;
}

.base__content .wp-block-table td {
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
}

.base__content .table1 tr:first-child {
  background-color: #fffaea;
}

.base__content .table2 tr td:first-child {
  background-color: #fffaea;
}

table:not(.has-border-color) :where(th, td) {
  border: 1px solid #d9d9d9;
}

/* qa */
.base__content .qa__boxes {
  gap: 10px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .base__content {
    padding: 0px;
  }
  .page .base__content h2 {
    margin-bottom: 50px;
  }

  .page .base__content h2::before {
    bottom: -20px;
    left: calc(50% - 100px);
    width: 200px;
  }

  .page .base__content h3 {
    padding: 5px 10px;
    border-left: 7px solid #f8a200;
  }

  .page .base__content h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: bold;
  }

  .page .base__content h5 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: bold;
  }

  .base__content td {
    padding: 5px;
  }

  .base__content .wp-block-media-text > .wp-block-media-text__content {
    padding: 0px;
  }
}

/*------------------------------------------------------------------
#よくある質問
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
#プライバシーポリシー
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
#キャンセルーポリシー
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
#利用規約
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
#サイトマップ
-------------------------------------------------------------------*/
.page-id-67 .page-template .base__content .sitemaps a{
  font-weight: 500;
}

.page-id-67 .page-template .base__content .sitemaps a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------
#404ページ
-------------------------------------------------------------------*/
.error-404 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.error-404__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.error-404 .not-found {
  text-align: center;
  margin: 0 auto;
}

.error-404 .article p {
  text-align: center;
}
