@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;
}

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;
}

@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;
  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-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #24bfa7;
  margin-top: 20px; */
}

/*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;
  }
}

/*------------------------------------------------------------------
#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__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 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: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.drawer-nav__link.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: 30px;
}

.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: 400px;
    background: url(../cocoon-master/images/mv_sp.png) no-repeat center center / cover;
    position: relative;
  }

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

  .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 {
  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 {
  opacity: 0.8;
}

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

/*767px以下*/
@media screen and (max-width: 767px) {
  .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;
  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;
  margin-top: 30px;
  text-align: center;
}

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

.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__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;
}

.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: 0px;
  }


.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: 340px;
  }

  .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 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}

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

.qa__boxes {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.qa-box {
}

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

.qa-box__head::before,
.qa-box__head::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #766d67;
  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;
  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: #52cbb4;
  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;
}

.top-faq__button-link {
  padding: 20px 55px 20px 45px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
}

.top-faq__button-link::after {
  right: 35px;
}

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

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

  .qa__boxes {
    gap: 20px;
  }

  .qa-box__head::before,
  .qa-box__head::after {
    border-radius: 0px;
    width: 20px;
    height: 2px;
    right: 5px;
  }

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

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

  .qa-box__head-text {
    font-size: 21px;
  }

  .qa-box__a-text {
    font-size: 21px;
  }
}

/*------------------------------------------------------------------
#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;
  line-height: 1.8;
}

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

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

.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;
  line-height: 2;
  padding-top: 15px;
}

.about-middle__text {
  font-size: 18px;
  font-weight: 500;
  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;
  color: #f8a200;
  margin-top: 20px;
}

.about-bottom__block-text {
  font-size: 18px;
  font-weight: 500;
  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__list {
    padding-inline: 0;
  }

  .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;
  }
}

/*------------------------------------------------------------------
#option
-------------------------------------------------------------------*/
.page-id-120 .lower-top__heading {
  font-size: 42px;
}

.options {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.options__area1 {
}

.page-id-120 .heading2 {
  font-size: 40px;
  font-weight: bold;
}

.options-top {
  background-color: #f4faf8;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.options__text {
  font-size: 18px;
  font-weight: 500;
}

.options__text span {
  color: #24bfa7;
}

.options-middle__list {
  margin: 80px 0 55px;
  padding-inline: 20px;
  max-width: calc(650px + 20px * 2);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.options-middle__item {
}

.options-middle__img {
  text-align: center;
}

.options-middle__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.options-middle__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.options-middle__text span {
  color: #24bfa7;
}

.options__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 35px;
}

.options__item {
}

.options__img {
  text-align: center;
}

.options__img img {
  border-radius: 10px;
}

.options__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75px;
  line-height: 1.45;
}

.options__text {
  font-size: 18px;
  font-weight: 500;
  padding-inline: 6px;
}

.options__area2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

@media screen and (max-width: 767px) {
  .page-id-120 .lower-top__heading {
    font-size: 34px;
  }

  .options-middle__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    padding-inline: 0;
    gap: 60px;
  }

  .options__list {
    margin-top: 80px;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}

/*------------------------------------------------------------------
#step
-------------------------------------------------------------------*/
.step {
  padding-top: 50px;
  padding-bottom: 150px;
}

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

.step__list {
}

.step__item {
  margin-top: 90px;
}

.step__item:first-child {
  margin-top: 0px;
}

.page-id-116 .heading3 {
  font-size: 32px;
  font-weight: bold;
}

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

.step__img {
  width: 42%;
}

.step__right {
  width: 58%;
}

.step__text {
  font-size: 18px;
  font-weight: 500;
}

.step__button {
  margin-top: 30px;
}

.step__button-link {
  font-size: 17px;
  min-width: 360px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
}

.step__button-link:hover {
  color: #fff;
  transform: translateY(7px);
  box-shadow: none;
}

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

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

  .step__img {
    width: 100%;
  }

  .step__right {
    width: 100%;
  }

  .step__text {
    margin-top: 10px;
  }
}

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

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

.plan__area1 {
}

.page-id-120 .heading2 {
  font-size: 40px;
  font-weight: bold;
}

.plan__area1-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.plan__list {
  margin-top: 10px;
}

.plan__item {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px dashed #d9d9d9;
  padding: 10px;
}

.plan__item span {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  color: #19b29a;
  padding-right: 10px;
}

.plan-card__area {
  border: 2px solid #24bfa7;
  border-radius: 10px;
  padding: 40px 30px 10px;
  margin-top: 30px;
}

.plan-card__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.plan-card__list {
  margin-top: 20px;
}

.plan-card__item {
  border-top: 4px dotted #d9d9d9;
  padding-block: 10px;
}

.plan-card__img {
  text-align: center;
}

.plan__area2 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.plan__area2-text {
}

.plan__area2 .wp-block-table {
  margin-top: 30px;
}

.plan__area2 .wp-block-table table {
  width: 75%;
  margin-left: auto;
}

.plan__area2 .wp-block-table tr:first-child {
  background-color: #f4faf8;
}

.plan__area2 .wp-block-table tr:first-child td {
  text-align: center;
}

.plan__area2 .wp-block-table td:first-child {
  background-color: #f4faf8;
  width: 320px;
}

.plan__area2 .wp-block-table td:not(:first-child) {
  text-align: center;
}

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

.plan__area3 {
  padding-top: 100px;
}

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

.plan-block__img {
  width: 42%;
}

.plan-block__right {
  width: 58%;
}

.plan-block__text {
  font-size: 18px;
  font-weight: 500;
}

.plan__button {
  margin-top: 30px;
}

.plan__button-link {
  font-size: 17px;
  min-width: 360px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
}

.plan__button-link:hover {
  color: #fff;
  transform: translateY(7px);
  box-shadow: none;
}

.plan__area4 {
  padding-top: 100px;
}

.plan__area4 .wp-block-table {
  width: 700px;
  margin: 0 auto 30px;
}

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

.plan__area4 .wp-block-table tr:first-child {
  background-color: #f4faf8;
}

.plan__area4 .wp-block-table tr:nth-child(2) {
  background-color: #f4faf8;
}

.plan__area4 .wp-block-table tr td {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}

.plan__area4-text {
  font-size: 18px;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.plan__area4-text.right {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
}

.plan__area5 {
  padding-top: 100px;
}

.plan__area5-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.plan__area5 .wp-block-table {
  width: 900px;
  margin: 50px auto 20px;
}

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

.plan__area5 .wp-block-table tr:first-child {
  background-color: #f4faf8;
}

.plan__area5 .wp-block-table tr td:first-child {
  background-color: #f4faf8;
}

.plan__area5 .wp-block-table tr td {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}

.plan__area5 .wp-block-table tr td.left {
  text-align: left;
}

.plan__area6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.plan__area6 .qa__boxes {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.plan__area6 .qa-box {
  border-top: 1px solid #d9d9d9;
}

.plan__area6 .qa-box__head {
  position: relative;
  padding: 20px 80px 20px 30px;
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
}

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

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

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

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

.plan__area6 .qa-box__head-icon {
  font-size: 30px;
  font-weight: 500;
  flex-shrink: 0;
  color: #16b29a;
  /* -webkit-text-stroke: 1px #d9d9d9; */
  /* text-stroke: 1px #d9d9d9; */
}

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

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

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

.plan__area6 .qa-box__a-icon {
  font-size: 30px;
  font-weight: 500;
  flex-shrink: 0;
  color: #e56172;
  /* -webkit-text-stroke: 1px #d9d9d9; */
  /* text-stroke: 1px #d9d9d9; */
}

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

@media screen and (max-width: 1023px) {
  .plan__area2 .wp-block-table table {
    width: 750px;
  }

  .plan__area5 .wp-block-table {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .plan-card__list {
    margin-top: 50px;
  }

  .plan-card__img.first {
    width: 220px;
    margin: 0 auto;
  }

  .plan-card__img.second {
    width: 80px;
    margin: 0 auto;
  }

  .plan__area2 .wp-block-table table {
    width: 100%;
  }

  .plan__area2 .wp-block-table td:first-child {
    width: auto;
    width: 180px;
  }

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

  .plan__area3 {
    padding-top: 0px;
  }

  .plan-block {
    display: block;
  }

  .plan-block__img {
    width: 100%;
  }

  .plan-block__right {
    width: 100%;
  }

  .plan-block__text {
    margin-top: 10px;
  }

  .plan__area4 .wp-block-table {
    width: 100%;
  }

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

  .plan__area5 .wp-block-table {
    width: 100%;
  }

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

  .plan__area6 .qa__boxes {
    gap: 20px;
  }

  .plan__area6 .qa-box__head::before,
  .plan__area6 .qa-box__head::after {
    border-radius: 0px;
    width: 20px;
    height: 2px;
    right: 5px;
  }

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

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

  .plan__area6 .qa-box__head-text {
    font-size: 21px;
  }

  .plan__area6 .qa-box__a-text {
    font-size: 21px;
  }
}

/*------------------------------------------------------------------
#funeral
-------------------------------------------------------------------*/
.funeral {
  padding-top: 50px;
  padding-bottom: 150px;
}

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

.funeral__lead {
  font-size: 18px;
  font-weight: 500;
}

.funeral__area1 {
  padding-top: 50px;
}

.page-id-122 .heading2 {
  font-size: 40px;
}

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

.funeral__img {
  width: 42%;
}

.funeral__img img {
  border-radius: 10px;
}

.funeral__right {
  width: 58%;
}

.funeral__text {
  font-size: 18px;
  font-weight: 500;
}

.funeral__text.indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
}

.funeral__text.mt20 {
  margin-top: 20px;
}

.funeral__area2 {
  padding-top: 100px;
}

.funeral__area3 {
  padding-top: 100px;
}

.page-id-122 .heading3 {
  font-size: 32px;
  margin-top: 50px;
}

.funeral__area3 .wp-block-table {
  width: 700px;
  margin: 50px auto 80px;
}

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

.funeral__area3 .wp-block-table tr:first-child {
  background-color: #f4faf8;
}

.funeral__area3 .wp-block-table tr td {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}

.funeral__block-original {
  align-items: center;
  margin-top: 30px;
}

.funeral__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.funeral__area4 {
  padding-top: 100px;
}

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

.funeral__item {
}

.funeral-item__img {
  text-align: center;
}

.funeral__item-subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.funeral-item__text {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}

.funeral__area5 {
  padding-top: 100px;
}

.funeral__area6 {
  padding-top: 100px;
}

.funeral__button {
  margin-top: 50px;
}

.funeral__button-link {
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
  padding: 15px 35px 15px 25px;
}

.funeral__button-link:hover {
  color: #fff;
  transform: translateY(7px);
  box-shadow: none;
}

.funeral__area7 {
  padding-top: 100px;
}

@media screen and (max-width: 1023px) {
  .funeral__list {
    gap: 20px;
  }
}

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

  .funeral__img {
    width: 100%;
  }

  .funeral__right {
    width: 100%;
  }

  .funeral__text {
    margin-top: 10px;
  }

  .funeral__area3 .wp-block-table {
    width: 100%;
    margin: 50px auto 80px;
  }

  .funeral__subtitle {
    margin-top: 10px;
  }

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

/*------------------------------------------------------------------
#kuyou
-------------------------------------------------------------------*/
.kuyou {
  padding-top: 50px;
  padding-bottom: 150px;
}

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

.kuyou__lead {
  font-size: 18px;
  font-weight: 500;
}

.kuyou__area1 {
  padding-top: 100px;
}

.page-id-136 .heading2 {
  font-size: 40px;
}

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

.kuyou__img {
  width: 42%;
}

.kuyou__right {
  width: 58%;
}

.kuyou__text {
  font-size: 18px;
  font-weight: 500;
}

.kuyou__area2 {
  padding-top: 100px;
}

.kuyou__area3 {
  padding-top: 100px;
}

.kuyou__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.kuyou__item {
}

.kuyou__item-img {
}

.kuyou__item-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 30px;
}

.kuyou__item-text.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.page-id-136 .heading3 {
  font-size: 32px;
  margin-top: 50px;
}

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

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

  .kuyou__img {
    width: 100%;
  }

  .kuyou__right {
    width: 100%;
  }

  .kuyou__text {
    margin-top: 10px;
  }

  .kuyou__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .kuyou__item-text {
    padding-left: 0px;
  }
}

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

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

.farewell-top__img {
}

.farewell__lead {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.page-id-114 .heading3 {
  font-size: 32px;
  margin-top: 70px;
}

.farewell__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  padding-left: 20px;
}

.farewell__text.mt10 {
  margin-top: 10px;
}

.farewell__list {
  margin-top: 30px;
}

.farewell__item {
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
}

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

.farewell__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  padding-left: 20px;
}

.farewell__subtitle.last {
  margin-top: 100px;
}

.farewell__block {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  padding-left: 20px;
}

.farewell__img {
  width: 50%;
}

.farewell__img img {
  border-radius: 10px;
}

.farewell__right {
  width: 50%;
}

.farewell__right-text {
  font-size: 18px;
  font-weight: 500;
}

.farewell__button {
  margin-top: 20px;
  margin-bottom: 100px;
}

.farewell__button-link {
  min-width: 350px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
  padding: 15px 35px 15px 25px;
}

.farewell__button-link:hover {
  color: #fff;
  transform: translateY(7px);
  box-shadow: none;
}

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

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

  .farewell__item {
    padding-left: 30px;
  }

  .farewell__item::before {
    left: 0px;
  }

  .farewell__subtitle {
    padding-left: 0px;
  }

  .farewell__block {
    display: block;
    padding-left: 0px;
  }

  .farewell__img {
    width: 100%;
  }

  .farewell__right {
    width: 100%;
  }

  .farewell__right-text {
    margin-top: 10px;
  }
}

/*------------------------------------------------------------------
#お知らせ情報一覧
-------------------------------------------------------------------*/
.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-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 {
  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 {
  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;
  padding-left: 50px;
  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: 30px;
  transition: 0.3s;
}

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

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

@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: #19b29a;
}

.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 #24bfa7;
  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: flex-start;
  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;
}

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

.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;
}

.form-field__data.death {
  display: flex;
}

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

.select__wrap.death {
  text-align: right;
}

.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-55 .select__wrap::after {
  background: none;
}

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

.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: center;
}

.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;
}

.confirm__btn-Wrap .confirm__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: 40px;
  background: #e9f5f1;
}

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

@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;
  }
}

/*------------------------------------------------------------------
#採用情報
-------------------------------------------------------------------*/
.recruit {
  padding-top: 60px;
}

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

.recruit__lead {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-top: 60px;
  width: fit-content;
  border-bottom: 3px solid #0f1b60;
}

.recruit__lead span {
  color: #fea01c;
}

.recruit__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-top: 20px;
}

.recruit__text.apply {
  margin-top: 40px;
  padding-left: 100px;
}

.recruit-heading2 {
  margin-top: 80px;
}

.recruit__imgTop {
  margin-top: 50px;
}

.recruit-heading3 {
  margin-top: 40px;
}

.recruit__block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}

.recruit__left {
  width: 50%;
}

.recruit__img {
  width: 50%;
}

.recruit-gallery {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.recruit-gallery__img {
}

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

.recruit-table table {
  width: 100%;
}

.recruit-table tr {
}

.recruit-table tr td {
  padding: 15px;
  background-color: #fff;
}

.recruit-table tr td:first-child {
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.32px;
  background: #0f1b60;
  width: 270px;
  text-align: center;
}

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

.recruit-flow__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.recruit-flow__item {
  writing-mode: vertical-rl;
  padding: 15px 25px;
  background: #0f1b60;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
  height: 230px;
  position: relative;
}

.recruit-flow__item::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/recruit-icon.png) no-repeat center center / cover;
  width: 40px;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
  right: 125px;
}

.recruit-flow__item:first-child:after {
  background: none;
}

.recruit-qa__boxes {
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

.recruit-form__inner {
  padding-inline: 120px;
  padding-block: 60px;
  max-width: calc(750px + 120px * 2);
  margin-inline: auto;
  background-color: #fff;
  border: 2px solid #0f1b60;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 40px;
}

.recruit-form__title {
  margin-bottom: 80px;
}

.recruit-bottom__text {
  padding-inline: 20px;
  max-width: calc(960px + 20px * 2);
  margin-inline: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  padding: 40px;
  margin-top: 40px;
  background: #f3f4ff;
}

@media screen and (max-width: 1023px) {
  .recruit__text.apply {
    margin-top: 20px;
    padding-left: 0px;
  }

  .recruit__block {
    display: block;
    margin-top: 30px;
  }

  .recruit__left {
    width: 100%;
  }

  .recruit__img {
    width: 100%;
    margin-top: 10px;
  }

  .recruit-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    padding-inline: 0px;
  }

  .recruit-table tr td:first-child {
    width: 200px;
  }

  .recruit-flow__list {
    display: block;
    max-width: 650px;
    margin: 0 auto;
  }

  .recruit-flow__item {
    writing-mode: horizontal-tb;
    padding: 15px 25px;
    background: #0f1b60;
    text-align: center;
    height: auto;
    margin-top: 80px;
    position: relative;
  }

  .recruit-flow__item:first-child {
    margin-top: 50px;
  }

  .recruit-flow__item::after {
    position: absolute;
    content: "";
    background: url(../cocoon-master/images/recruit-icon.png) no-repeat center center / cover;
    width: 40px;
    height: 90px;
    top: -140%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .recruit-form__inner {
    padding-inline: 20px;
    max-width: calc(1000px + 20px * 2);
  }
}

@media screen and (max-width: 767px) {
  .recruit-table {
    padding-inline: 0px;
    margin-top: 30px;
  }

  .recruit-table tr td {
    padding: 10px;
  }

  .recruit-table tr td:first-child {
    width: 100px;
  }

  .recruit-form__inner {
    padding-block: 40px;
  }

  .recruit-bottom__text {
    padding: 20px;
  }
}

/*------------------------------------------------------------------
#採用情報(確認・完了)
-------------------------------------------------------------------*/
.recruit__thanks-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recruit-thanks__button {
  margin-block: 30px;
}

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

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

/*------------------------------------------------------------------
#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 #24bfa7;
  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;
}

.page .base__content h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  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.2;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #f8a200;
  margin-top: 20px;
}

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

.base__content .wp-block-button__link:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.base__content .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;
}

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

.base__content ol {
  list-style-type: decimal;
}

.base__content ol li::marker {
  color: #5ebc80;
}

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

.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 #24bfa7;
  }

  .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-69 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 150px;
}

.page-id-69 .base__content h2 {
  margin-top: 80px;
}

.page-id-69 .base__content .qa__boxes {
  gap: 20px;
}

/*------------------------------------------------------------------
#プライバシーポリシー
-------------------------------------------------------------------*/

.page-id-90 .base__content h2 {
  margin-top: 80px;
}

.page-id-90 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
#キャンセルーポリシー
-------------------------------------------------------------------*/

.page-id-88 .base__content h2 {
  margin-top: 80px;
}

.page-id-88 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
#利用規約
-------------------------------------------------------------------*/

.page-id-96 .base__content h2 {
  margin-top: 80px;
}

.page-id-96 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
#サイトマップ
-------------------------------------------------------------------*/
.page-id-100 .base__content {
  padding-inline: 20px;
}

.page-id-100 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

.page-id-100 .base__content a {
  transition: color 0.3s;
}

.page-id-100 .base__content a:hover {
  color: #16b29a;
}

/*------------------------------------------------------------------
#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__lead {
  font-size: 18px;
  font-weight: 500;
}

.error-404__button {
  text-align: left;
  margin-top: 40px;
}
