@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 Sans", sans-serif;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background-color: #fff;
  overflow-x: scroll;
  color: #000;
  line-height: 1.66666;
  letter-spacing: 0.1em;
}

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: 14px;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 10px;
  padding-inline: 20px;
  max-width: calc(1100px + 20px * 2);
  text-align: left;
  color: #707070;
}

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

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

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

.breadcrumb span .home span::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/home-icon.png) no-repeat center center / cover;
  width: 24px;
  height: 24px;
  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: 60px;
}

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

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

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

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

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

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

.prev.page-numbers:hover,
.next.page-numbers:hover {
  background-color: #353535;
  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); */
  left: 0;
}

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

.single-pager__prev a,
.single-pager__next a {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  width: 150px;
  max-width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #353535;
  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: #353535;
  border: 1px solid #353535;
}

/*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: 200px;
  margin: 145px 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.single::before {
  background: url(./image/lower-top-single.jpg) no-repeat center center/cover;
}

.lower-top__heading {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 650px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .page-id-57 .lower-top {
    height: 300px;
  }

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

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

  .lower-top__heading.single {
    font-size: 34px;
  }
}

/*------------------------------------------------------------------
#TOPへ
-------------------------------------------------------------------*/
.topBtn {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 70px;
  height: 70px;
  display: block;
  box-sizing: border-box;
  z-index: 20;
  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;
  }
}

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

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

.common__button-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #d33233;
  padding: 8px 35px 8px 25px;
  box-shadow: 0 3px 0 0 rgba(172, 13, 14, 1);
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

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

.common__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;
}
.confirm__btn-Wrap .confirm__btn.common__button-link:after {
  display: none;
}

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

.mail__button-link {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  background-color: #d33233;
  padding: 10px 50px 10px 40px;
  border-radius: 5px;
  transition: background 0.3s;
  position: relative;
}

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

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

@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-family: "Noto Serif JP", serif;
  font-size: 80px;
  /* color: #fff; */
  font-weight: 500;
  margin-top: -170px;
}

.section__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 200px;
  color: #4c4c4c;
  font-weight: 500;
  z-index: 10;
}

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

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

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

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

  .heading3 {
    padding: 5px 10px;
    border-left: 7px solid #24bfa7;
  }
}

/*------------------------------------------------------------------
#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: 110px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  padding-inline: 20px;
  max-width: calc(1360px + 20px * 2);
  margin-inline: auto;
  height: inherit;
  display: flex;
  align-items: center;
}

.header__left {
  margin-right: auto;
}

.header__logo {
  width: 370px;
}

.header__logo-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 10px;
}

.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: 320px;
  height: inherit;
  transition: opacity 0.3s;
  margin-right: 50px;
}

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

.header-nav {
  height: 35px;
  background-color: #fff;
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
  padding-block: 8px;
  padding-inline: 20px;
  max-width: calc(1360px + 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: 18px;
  font-weight: 500;
  color: #353535;
  letter-spacing: 0;
  transition: color 0.3s;
  position: relative;
}

.header-nav__link:hover {
  color: #d33233;
}

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

  .header__logo {
    width: 200px;
  }

  .header__logo-text {
    font-size: 14px;
  }

  .header-nav {
    display: none;
  }

  .header__right {
    display: none;
  }

  .header__top-text {
    font-size: 9px;
    letter-spacing: 0;
  }

  .mail__button_sp {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 70px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-top: 5px;
  }

  .header-nav {
    display: none;
  }

  .header__right {
    display: none;
  }
}

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

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

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

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

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

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

.drawer-icon__bar1 {
  top: 20px;
}

.drawer-icon__bar2 {
  top: 30px;
}

.drawer-icon__bar3 {
  top: 40px;
}

.drawer-icon__text {
  position: absolute;
  top: 52px;
  left: 23px;
  font-size: 12px;
  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: #d33233;
  background-color: rgba(211, 50, 51, 0.95);
  overflow: auto;
  pointer-events: none;
  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: 80px;
  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;
}

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

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

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

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

.drawer-nav__tel {
  display: block;
  margin-top: 30px;
  padding: 16px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
}

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

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

.drawer__mail {
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
}

.drawer__mail img {
  width: 400px;
}

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

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

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

.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #353535;
  margin-top: 0;
}

.footer__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__left {
  margin-right: auto;
}

.footer__logo {
  text-align: left;
}

.footer__logo-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.footer__logo-link {
  display: block;
}

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

.footer__logo img:hover {
  opacity: 0.7;
}

.footer__left-text {
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 20px;
}

.footer__right {
  margin-left: auto;
}

.footer__right-top {
  margin-left: auto;
}

.footer-nav {
}

.footer-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}

.footer-nav__list:nth-child(2) {
  margin-top: 15px;
}

.footer-nav__item {
}

.footer-nav__link {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  color: #fff;
  transition: color 0.3s;
}

.footer-nav__link:hover {
  color: #d33133;
}

.footer__right-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 50px;
}

.footer__right-bottom .mail__button {
  margin: 0;
}

.footer__right-wrap {
}

.footer__tel-link {
  display: block;
  width: 185px;
}

.footer__fax-link {
  display: block;
  width: 185px;
}

.copyright {
  text-align: center;
  background-color: #353535;
  padding-block: 10px;
}

.copyright__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

.fixed-footer-btn {
  display: none;
}

.footer__cat {
  display: none;
}

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

@media screen and (max-width: 1023px) {
  .footer-nav__list {
    gap: 10px;
  }

  .footer-nav__link {
    font-size: 16px;
  }

  .footer__tel-link {
    display: block;
    width: 150px;
  }

  .footer__fax-link {
    display: block;
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-inline: 20px;
  }

  .footer__left {
    margin-left: auto;
  }

  .footer__logo-link {
    display: block;
    text-align: center;
  }

  .footer__logo img {
    width: 250px;
  }

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

  .footer__right {
    display: none;
  }

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

@media screen and (max-width: 480px) {
  .fixed-footer-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d33133;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    z-index: 15;
  }
  .fixed-footer-btn:hover {
    color: #fff;
  }

  .fixed-footer-btn::after {
    position: absolute;
    content: "";
    background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: 140px;
  }
}

/*------------------------------------------------------------------
#mv
-------------------------------------------------------------------*/
.mv {
  margin-top: 145px;
  height: 730px;
  background: url(../cocoon-master/images/mv-bg.png) no-repeat center center / cover;
  position: relative;
}

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

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

.mv__block {
  position: absolute;
  top: 35px;
  right: 20px;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
}

.mv__text {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 20px 10px;
  background-color: #d33233;
  writing-mode: vertical-rl;
}

.mv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  margin-right: 10px;
  margin-top: 20px;
}

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

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

  .mv__block {
    position: absolute;
    top: 10px;
    right: 50%;
    transform: translate(50%);
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: row-reverse;
  }

  .mv__text {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 10px 5px;
    background-color: #d33233;
    writing-mode: vertical-rl;
  }

  .mv__title {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    letter-spacing: 0.25em;
    writing-mode: vertical-rl;
    margin-right: 10px;
    margin-top: 10px;
  }
}

/*------------------------------------------------------------------
#top-service
-------------------------------------------------------------------*/
.top-service {
  padding-top: 100px;
  padding-bottom: 60px;
  /* background-color: #c3c3c3; */
  background: url(../cocoon-master/images/top-service-bg.png) no-repeat center center / cover;
}

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

.top-service__title {
  text-align: center;
}

.top-service__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -170px;
}

.top-service__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 200px;
  color: #4c4c4c;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10;
}

.top-service__block {
  display: flex;
  margin-top: 50px;
  position: relative;
}

.top-service__block-img1 {
  width: 85%;
}

.top-service__content {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 420px;
  background-color: #fff;
  padding: 45px;
  min-height: 275px;
  z-index: 10;
  box-shadow: 40px 40px 0px 0px rgba(211, 49, 51, 1);
}

.top-service__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
}

.top-service__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 10px;
}

.top-service__block-left {
  width: 50%;
}

.top-service__contents {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 70px;
  min-height: 230px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

.top-service__block-right {
  width: 50%;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .top-service__title-ja {
    font-size: 60px;
    margin-top: -100px;
  }

  .top-service__title-en {
    font-size: 130px;
  }

  .top-service__contents {
    padding: 20px;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .top-service {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../cocoon-master/images/top-service-bg_sp.png) no-repeat center center / cover;
  }

  .top-service__title-ja {
    font-size: 40px;
    margin-top: -70px;
  }

  .top-service__title-en {
    font-size: 80px;
  }

  .top-service__block {
    display: block;
    margin-top: 10px;
    position: relative;
  }

  .top-service__block-img1 {
    width: 100%;
  }

  .top-service__content {
    position: relative;
    right: -10px;
    bottom: 80px;
    width: 90%;
    background-color: #fff;
    padding: 30px;
    min-height: 0;
    height: auto;
    z-index: 10;
    box-shadow: 40px 40px 0px 0px rgba(211, 49, 51, 1);
  }

  .top-service__subtitle {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
  }

  .top-service__text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  }

  .top-service__block-left {
    width: 100%;
  }

  .top-service__contents {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    min-height: 0;
    height: auto;
    margin-top: -100px;
    position: relative;
    z-index: 10;
  }

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

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

.top-point__inner {
}

.top-point__title {
  text-align: center;
}

.top-point__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  margin-top: -170px;
}

.top-point__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 200px;
  color: #f4f4f4;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10;
}

.top-point__block {
  position: relative;
  z-index: 1;
}

.top-point__block::before {
  position: absolute;
  content: "";
  background-color: #d33133;
  right: 0;
  bottom: -50px;
  width: 45%;
  height: 100%;
  z-index: -1;
}

.top-point__block.reverse::before {
  position: absolute;
  content: "";
  background-color: #d33133;
  left: 0;
  bottom: -50px;
  width: 45%;
  height: 100%;
  z-index: -1;
}

.top-point__block-inner {
  margin-top: 120px;
  display: flex;
  align-items: center;
  gap: 70px;
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.top-point__block-inner.reverse {
  flex-direction: row-reverse;
}

.top-point__block-left {
  width: 50%;
}

.top-point__block-left.vertical {
  display: flex;
}

.top-point__block-left.vertical .top-point__subtitle {
  color: #353535;
  letter-spacing: 0;
  line-height: 1.5;
  writing-mode: vertical-rl;
  padding: 30px;
  margin-right: 40px;
  border-bottom: 0px solid #353535;
  border-right: 1px solid #353535;
}

.top-point__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  line-height: 1.2;
  padding-inline: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #353535;
}

.top-point__text1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  margin-top: 50px;
}

.top-point__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  padding-inline: 15px;
  margin-top: 20px;
}

.top-point__block-right {
  width: 50%;
}

.top-point__img {
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .top-point__block-inner {
    margin-top: 80px;
    display: block;
  }

  .top-point__block-inner.reverse {
    flex-direction: row-reverse;
  }

  .top-point__block-left {
    width: 100%;
  }

  .top-point__block-left.vertical {
    display: block;
  }

  .top-point__block-left.vertical .top-point__subtitle {
    letter-spacing: 0.1em;
    line-height: 1.5;
    writing-mode: horizontal-tb; /* 横書きに戻す */
    padding: 30px;
    margin-right: 40px;
    border-bottom: 0px solid #353535;
    border-right: 0px solid #353535;
  }

  .top-point__subtitle {
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 30px;
    border-bottom: 1px solid #353535;
  }

  .top-point__text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
  }

  .top-point__block-right {
    width: 100%;
  }

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

/*767px以下*/
@media screen and (max-width: 767px) {
  .top-point {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .top-point__title {
    text-align: center;
  }

  .top-point__title-ja {
    font-size: 40px;
    margin-top: -60px;
  }

  .top-point__title-en {
    font-size: 80px;
  }

  .top-point__block::before {
    position: absolute;
    content: "";
    background-color: #d33133;
    right: 0;
    bottom: 400px;
    width: 85%;
    height: 40%;
    z-index: -1;
  }

  .top-point__block3::before {
    position: absolute;
    content: "";
    background-color: #d33133;
    right: 0;
    bottom: 160px;
    width: 85%;
    height: 40%;
    z-index: -1;
  }

  .top-point__block.reverse::before {
    position: absolute;
    content: "";
    background-color: #d33133;
    left: 0;
    bottom: 290px;
    width: 85%;
    height: 40%;
    z-index: -1;
  }

  .top-point__block-left.vertical .top-point__subtitle {
    letter-spacing: 0.1em;
    line-height: 1.3;
    writing-mode: horizontal-tb; /* 横書きに戻す */
    padding: 0px;
    margin-right: 0px;
    text-align: center;
    border-right: 0px solid #353535;
    padding-bottom: 30px;
    border-bottom: 1px solid #353535;
  }

  .top-point__subtitle {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 30px;
    border-bottom: 1px solid #353535;
  }

  .top-point__text {
    margin-top: 60px;
  }

  .top-point__img {
  }
}

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

.top-route__inner {
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: row-reverse;
}

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

.top-route__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  margin-top: -90px;
}

.top-route__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 110px;
  color: #4c4c4c;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10;
}

.top-route__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 1250px;
  /* background: url(../cocoon-master/images/section-bg.png) repeat center center / cover; */
}

.top-route__img {
  width: 90%;
}

.top-route__img img {
}

.top-route__right {
  width: 55%;
  height: 1250px;
  background: url(../cocoon-master/images/section-bg.png) repeat center center / cover;
}

.top-route__right-content {
  width: 600px;
  margin-right: auto;
  padding-left: 100px;
  padding-top: 30px;
}

.top-route__right-img {
  margin-top: 70px;
  margin-left: 30px;
}

.top-route__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  color: #fff;
  margin-top: 60px;
}

/*1150px以下*/
@media screen and (max-width: 1150px) {
  .top-route__right-content {
    width: 500px;
    margin-right: auto;
    padding-left: 10px;
    padding-top: 30px;
  }
}

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

  .top-route__left {
    width: 100%;
    height: auto;
    padding: 100px 0;
  }

  .top-route__img {
    width: 70%;
  }

  .top-route__right {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
  }

  .top-route__right-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px;
  }

  .top-route__right-img {
    margin-top: 70px;
    margin-left: 0px;
    width: 90%;
  }
}

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

  .top-route__title {
    text-align: center;
  }

  .top-route__title-ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-top: -60px;
  }

  .top-route__title-en {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 80px;
    color: #4c4c4c;
    font-weight: 500;
    z-index: 10;
  }

  .top-route__right-content {
    padding: 80px 20px 30px;
  }

  .top-route__img {
    width: 90%;
  }

  .top-route__text {
    font-size: 16px;
    margin-top: 30px;
  }
}

/*------------------------------------------------------------------
#top-news
-------------------------------------------------------------------*/
.top-news {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
}

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

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

.top-news__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  margin-top: -90px;
}

.top-news__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 110px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10;
}

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

.top-news__item {
  border-top: 1px solid #353535;
}

.top-news__item:last-child {
  border-bottom: 1px solid #353535;
}

.top-news__link {
  display: flex;
  gap: 30px;
  padding: 30px 50px;
  transition: opacity 0.3s;
  position: relative;
}

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

.top-news__link:hover {
  opacity: 0.7;
}

.top-news__link-time {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  width: 150px;
}

.top-news__link-title {
  width: calc(100% - 150px);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-news__button {
  margin: 50px auto 0;
  text-align: right;
}

.top-news__button-link {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #353535;
  padding: 20px 50px 20px 40px;
  border-radius: 5px;
  transition: opacity 0.3s;
  position: relative;
}

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

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

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

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

  .top-news__title {
    text-align: center;
  }

  .top-news__title-ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 500;
    margin-top: -70px;
  }

  .top-news__title-en {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    z-index: 10;
  }

  .top-news__link {
    display: block;
    padding: 20px;
  }

  .top-news__link::after {
    display: none;
  }

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

  .top-news__link-title {
    width: 100%;
    font-size: 16px;
  }

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

  .top-news__button-link {
    width: 320px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #353535;
    padding: 20px 70px 20px 60px;
    border-radius: 3px;
    transition: opacity 0.3s;
    position: relative;
  }
}

/*------------------------------------------------------------------
#top-faq
-------------------------------------------------------------------*/
.top-faq {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../cocoon-master/images/section-bg.png) no-repeat center center / cover;
}

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

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

.top-faq__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -90px;
}

.top-faq__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 110px;
  color: #4e4c4c;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10;
}

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

.qa-box {
  border-top: 2px solid #fff;
}

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

.qa-box__head::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  transition: transform 0.3s;
}

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

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

.qa-box__head-icon {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  flex-shrink: 0;
  margin-top: -4px;
}

.qa-box__head-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  flex-grow: 1;
}

.qa-box__body {
  padding: 20px 60px 20px 30px;
  background-color: #4e4c4c;
  display: none;
}

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

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

.qa-box__a-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  flex-grow: 1;
}

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

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

  .top-faq__title {
    text-align: center;
  }

  .top-faq__title-ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-top: -80px;
  }

  .top-faq__title-en {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 80px;
    color: #4e4c4c;
    font-weight: 500;
    z-index: 10;
  }

  .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::after {
    position: absolute;
    content: "";
    background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 10px;
    transition: transform 0.3s;
  }
}

/*------------------------------------------------------------------
#top-company
-------------------------------------------------------------------*/
.top-company {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.top-company::before {
  position: absolute;
  content: "";
  background-color: #d33133;
  left: 0;
  bottom: 0;
  width: 47%;
  height: 60%;
  z-index: -1;
}

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

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

.top-company__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  margin-top: -90px;
}

.top-company__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 110px;
  color: #f4f4f4;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10;
}

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

.top-company__img {
  width: 50%;
}

.top-company__content {
  width: 50%;
}

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

.top-company__item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-company__item-left {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  width: 125px;
  border-bottom: 1px solid #707070;
  padding: 20px 0px 20px 30px;
}

.top-company__item-right {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  letter-spacing: 0.05em;
  width: calc(100% - 125px);
  border-bottom: 1px solid #b9b5b5;
  padding: 20px 10px;
}

.map__iframe {
  margin-top: 50px;
  text-align: center;
}

.map__iframe iframe {
  width: 550px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  aspect-ratio: 550 / 180;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .top-company::before {
    position: absolute;
    content: "";
    background-color: #d33133;
    left: 0;
    bottom: 300px;
    width: 50%;
    height: 40%;
    z-index: -1;
  }

  .top-company__item {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .top-company__item-left {
    font-size: 16px;
    font-weight: 500;
    width: 125px;
    border-bottom: 1px solid #707070;
    padding: 20px 0px 20px 30px;
    height: 90px;
  }

  .top-company__item-right {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: calc(100% - 125px);
    border-bottom: 1px solid #b9b5b5;
    padding: 20px 10px;
    height: 90px;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .top-company {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
  }

  .top-company::before {
    position: absolute;
    content: "";
    background-color: #d33133;
    left: 0;
    bottom: 800px;
    width: 90%;
    height: 26%;
    z-index: -1;
  }

  .top-company__title {
    text-align: center;
  }

  .top-company__title-ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 500;
    margin-top: -70px;
  }

  .top-company__title-en {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 80px;
    color: #f4f4f4;
    font-weight: 500;
    z-index: 10;
  }
  .top-company__block {
    display: block;
    margin-top: 50px;
  }

  .top-company__img {
    width: 100%;
  }

  .top-company__content {
    width: 100%;
  }

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

  .top-company__item-left {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    width: 80px;
    border-bottom: 1px solid #707070;
    padding: 20px 0px 20px 10px;
    height: auto;
  }

  .top-company__item-right {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    width: calc(100% - 80px);
    border-bottom: 1px solid #b9b5b5;
    padding: 20px 10px;
    height: auto;
  }

  .map__iframe {
    display: none;
  }
}

/*------------------------------------------------------------------
#top-recruit
-------------------------------------------------------------------*/
.top-recruit {
  padding-top: 0px;
  padding-bottom: 0px;
}

.top-recruit__inner {
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: row-reverse;
}

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

.top-recruit__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  margin-top: -90px;
}

.top-recruit__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 110px;
  color: #4c4c4c;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10;
}

.top-recruit__left {
  width: 45%;
}

.top-recruit__img img {
  object-fit: cover;
  height: 900px;
}

.top-recruit__right {
  width: 55%;
  background: url(../cocoon-master/images/section-bg.png) no-repeat center center / cover;
}

.top-recruit__right-content {
  width: 700px;
  margin-right: auto;
  padding-left: 100px;
  padding-top: 100px;
}

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

.top-recruit__item {
  display: flex;
  align-items: start;
  gap: 5px;
}

.top-recruit__item-left {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  width: 125px;
  border-bottom: 1px solid #fff;
  padding: 20px 0px 20px 30px;
}

.top-recruit__item-left.wide {
  height: 95px;
}

.top-recruit__item-right {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  letter-spacing: 0;
  width: calc(100% - 125px);
  border-bottom: 1px solid #b9b5b5;
  padding: 20px 10px;
}

.top-recruit__right-img {
  margin-top: 70px;
  margin-left: 30px;
}

.top-recruit__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff;
  margin-top: 40px;
}

/*1150px以下*/
@media screen and (max-width: 1200px) {
  .top-recruit__right-content {
    width: 600px;
    margin-right: auto;
    padding-left: 10px;
    padding-top: 100px;
  }
}

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

  .top-recruit__left {
    width: 100%;
  }

  .top-recruit__img img {
    object-fit: cover;
    height: auto;
  }

  .top-recruit__right {
    width: 100%;
  }

  .top-recruit__right-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 20px 30px;
  }

  .top-recruit__right-img {
    margin-top: 70px;
    margin-left: 0px;
    width: 90%;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .top-recruit__title {
    text-align: center;
  }

  .top-recruit__title-ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-top: -60px;
  }

  .top-recruit__title-en {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 80px;
    color: #4c4c4c;
    font-weight: 500;
    z-index: 10;
  }

  .top-recruit__right-img {
    margin-top: 50px;
    margin-left: 0px;
    padding-inline: 0px;
    width: 100%;
  }

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

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

  .top-recruit__item-left {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    width: 100px;
    border-bottom: 1px solid #fff;
    padding: 20px 0px 20px 10px;
  }

  .top-recruit__item-left.wide {
    height: 121px;
  }

  .top-recruit__item-right {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    letter-spacing: 0.01em;
    width: calc(100% - 100px);
    border-bottom: 1px solid #b9b5b5;
    padding: 20px 10px;
  }

  .top-recruit__item-right.wide {
    height: 121px;
  }
}

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

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

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

.news__block-left {
  width: 75%;
}

.news__list {
}

.news__item {
  display: flex;
  gap: 30px;
  padding: 35px 20px;
  border-top: 1px dashed #707070;
}

.news__item:last-child {
  border-bottom: 1px dashed #707070;
}

.news__link {
}

.news__img {
  width: 35%;
  min-width: 200px;
}
.news__contents {
  width: 65%;
}

.news__time {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #353535;
  padding-left: 25px;
  position: relative;
}

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

.news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__text {
  font-size: 16px;
  font-weight: 500;
  color: #353535;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

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

.news__button-link:hover {
  color: #fff;
  background-color: #353535;
}

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

.news__button-link:hover:after {
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
}

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

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

  .news__block {
    display: block;
  }

  .news__block-left {
    width: 100%;
  }

  .news__item {
    display: block;
    padding: 20px;
  }

  .news__img {
    width: 100%;
    min-width: 350px;
  }
  .news__contents {
    width: 100%;
    margin-top: 20px;
  }
}

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

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

.sidebar__title,
.archive__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  color: #353535;
  background-color: #f4f4f4;
  border-top: 2px solid #353535;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
}

.archive__title::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-bottom-gray.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: 25px;
}

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

.category-item {
}

.category__link {
  font-family: "Noto Serif JP", serif;
  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 #707070;
}

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

.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;
  color: #353535;
}

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

.sidebar-news__time::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/time-icon.png) no-repeat center center / cover;
  width: 20px;
  height: 20px;
  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-black.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 #707070;
  position: relative;
}

.sidebar-archive__list li::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-black.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: 400;
  color: #353535;
}

.sidebar-archive__list a:hover .list-item-caption {
  text-decoration: underline;
  text-decoration-color: #766d67;
}

@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: 50px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
}

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

.top-contact__title {
  text-align: center;
}

.top-contact__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  margin-top: -170px;
}

.top-contact__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 200px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 10;
}

.contact__lead {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353553;
  text-align: center;
  margin-top: 50px;
}

.contact__lead.left {
  text-align: left;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 100px auto 0;
  padding: 50px 80px;
  background-color: #fff;
}

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

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

.form__field.last {
  padding-top: 0;
  border-top: 0px dashed #c4c4c4;
}

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

.form-field__label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353553;
  text-align: left;
  padding-left: 40px;
  width: 210px;
}

.form-field__tag {
  display: inline-block;
  background: #d33133;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 31px;
  border-radius: 20px;
  width: 105px;
  text-align: center;
}

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

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

.input .form-field__data {
  margin-top: -16px;
}

.confirm .form-field__data {
  flex-grow: 1;
  padding-top: 4px;
  font-family: inherit;
  font-weight: 500;
}

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

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

input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans", sans-serif;
  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: #f4f4f4;
  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;
}

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

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

.wpcf7-radio .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  color: #353553;
  letter-spacing: 0;
  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: 14px;
  height: 14px;
  background: #d33133;
  left: 5px;
  transition: opacity 0.3s;
  opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353553;
  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 #333;
  border-left: 3px solid #333;
  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: 0 auto;
  text-align: center;
  width: 350px;
  position: relative;
}

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

.confirm__btn-Wrap .confirm__btn {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  background-color: #d33233;
  padding: 20px 45px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(172, 13, 14, 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 {
  font-size: 16px;
  font-weight: 500;
  color: #353553;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  margin-inline: auto;
  padding: 0;
  margin-top: 30px;
  /* background: #e9f5f1; */
}

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

@media screen and (max-width: 1023px) {
  .top-contact__title {
    text-align: center;
  }

  .top-contact__title-ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 70px;
    font-weight: 500;
    color: #353535;
    margin-top: -130px;
  }

  .top-contact__title-en {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 130px;
    color: #fff;
    font-weight: 500;
    z-index: 10;
  }

  .form__fields {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 100px auto 0;
    padding: 20px;
    background-color: #fff;
  }

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

  .confirm .form__field {
    flex-direction: column;
  }

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

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

  .top-contact__title {
    text-align: center;
  }

  .top-contact__title-ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 500;
    color: #353535;
    margin-top: -80px;
  }

  .top-contact__title-en {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    z-index: 10;
  }

  .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 {
    font-size: 22px;
    font-weight: 500;
    padding-left: 15px;
    width: 100%;
  }

  .form-field__tag {
    text-align: center;
    width: 100px;
    padding: 5px 20px;
  }

  .input .form-field__data {
    margin-top: 14px;
    font-size: 18px;
  }
  .confirm .form-field__data {
    font-size: 18px;
  }

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

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

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

  .contact-bottom__text {
    padding: 0px;
  }
}

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

.submit__btn {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #d33233;
  padding: 20px 35px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(172, 13, 14, 1);
  border-radius: 50px;
  transition: 0.3s;
  width: 250px;
  border: none;
  position: relative;
}

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

.back__btn {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #d33233;
  padding: 20px 35px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(172, 13, 14, 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;
  }
}

/*------------------------------------------------------------------
#thanks-faq
-------------------------------------------------------------------*/
.thanks-faq {
  padding-top: 80px;
  padding-bottom: 40px;
}

.thanks-faq__title {
  text-align: center;
}

.thanks-faq__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  color: #353535;
  font-weight: 500;
  letter-spacing: 0;
}

.thanks-qa__boxes {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

.thanks-qa-box {
  border-top: 2px solid #353535;
}

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

.thanks-qa-box__head::after {
  position: absolute;
  content: "";
  /* background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover; */
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  transition: transform 0.3s;
}

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

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

.thanks-qa-box__head-icon {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  color: #353535;
  flex-shrink: 0;
  margin-top: -4px;
}

.thanks-qa-box__head-text {
  font-size: 16px;
  color: #353535;
  font-weight: 500;
  letter-spacing: 0;
  flex-grow: 1;
}

.thanks-qa-box__body {
  padding: 20px 60px 20px 30px;
  /* background-color: #4e4c4c; */
  /* display: none; */
}

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

.thanks-qa-box__a-icon {
  font-size: 32px;
  font-weight: 500;
  color: #353535;
  flex-shrink: 0;
  margin-top: -10px;
}

.thanks-qa-box__a-text {
  font-size: 16px;
  color: #353535;
  font-weight: 500;
  letter-spacing: 0;
  flex-grow: 1;
}

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

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

  .thanks-faq__title {
    text-align: center;
  }

  .thanks-faq__title-ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    color: #353535;
    font-weight: 500;
  }

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

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

  .thanks-qa-box__head::after {
    position: absolute;
    content: "";
    /* background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover; */
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 10px;
    transition: transform 0.3s;
  }
}


/*------------------------------------------------------------------
#採用情報(確認・完了)
-------------------------------------------------------------------*/
.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-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px dashed #766d67;
}

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

.single .base__content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  color: #353535;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}

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

.single .base__content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  color: #353535;
  line-height: 1.2;
  padding: 10px 10px 10px 20px;
  border-left: 10px solid #d33133;
  margin-top: 20px;
}

.single .base__content h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  color: #353535;
  margin-top: 20px;
}

.single .base__content h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  margin-top: 20px;
}

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

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

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

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

  .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(1200px + 20px * 2);
  margin-inline: auto;
}

.base__content .toc {
  display: none;
}

.base__content {
  padding: 0 20px;
}

.page .base__content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: bold;
  color: #353535;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}

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

.page .base__content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  color: #353535;
  line-height: 1.2;
  padding: 10px 10px 10px 20px;
  border-left: 10px solid #d33133;
  margin-top: 20px;
}

.page .base__content h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  color: #353535;
  margin-top: 20px;
}

.page .base__content h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  margin-top: 20px;
}

.base__content p {
  font-size: 16px;
  font-weight: 500;
  color: #353535;
  margin-top: 10px;
}

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

.base__content .wp-block-button__link {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  background-color: #d33233;
  padding: 10px 50px 10px 40px;
  border-radius: 5px;
  transition: background 0.3s;
  position: relative;
}

.base__content .wp-block-button__link:hover {
  color: #fff;
  background-color: #a9181a;
}

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

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

.base__content ol {
  list-style-type: decimal;
  font-family: "Noto Serif JP", serif;
}

.base__content ol li::marker {
  color: #d33133;
}

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

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

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

table:not(.has-border-color) :where(th, td) {
  border: 2px 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 #d33133;
  }

  .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-64 .base__content {
  letter-spacing: 0;
}

.page-id-64 .base__content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: bold;
  color: #353535;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}

.page-id-64 .base__content h2::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(50% - 150px);
  width: 300px;
  height: 3px;
  background: #d33133;
}

@media screen and (max-width: 767px) {
  .page-id-64 .base__content .wp-block-spacer.space {
    height: 60px !important;
  }
}

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

.page-id-62 .base__content {
  letter-spacing: 0;
}

.page-id-62 .base__content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: bold;
  color: #353535;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}

.page-id-62 .base__content h2::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(50% - 150px);
  width: 300px;
  height: 3px;
  background: #d33133;
}

@media screen and (max-width: 767px) {
  .page-id-62 .base__content .wp-block-spacer.space {
    height: 60px !important;
  }
}

/*------------------------------------------------------------------
#サイトマップ
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
#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;
  margin-bottom: 20px;
}

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