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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background-color: #fff;
  overflow-x: scroll;
  color: #000;
  line-height: 2;
}

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

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s;
}

: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;
  margin: 0 auto;
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  text-align: right;
  color: #000;
  margin-top: 20px;
}

.breadcrumb .home {}

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

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

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

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

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

.page-numbers {
  background-color: #bfbfbf;
  color: #fff;
  border: 1px solid #dddddd;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 2;
  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: #0b4e8d;
  color: #fff;
}

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

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

.prev.page-numbers,
.next.page-numbers {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #fff;
  width: 125px;
  height: 50px;
  color: #231815;
  border: 1px solid transparent;
  position: relative;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  color: #e33435;
}

.prev.page-numbers::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-black.png) no-repeat center center / cover;
  width: 8px;
  height: 13px;
  top: 43%;
  transform: rotate(180deg);
  left: 10px;
  transition: background 0.3s;
}

.prev.page-numbers:hover:before {
  background: url(../cocoon-master/images/arrow-red.png) no-repeat center center / cover;
}

.next.page-numbers::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-black.png) no-repeat center center / cover;
  width: 8px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: background 0.3s;
}

.next.page-numbers:hover::after {
  background: url(../cocoon-master/images/arrow-red.png) no-repeat center center / cover;
}

.prev-content span,
.next-content span {
  line-height: 1;
  border-bottom: 1px solid #000;
}

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

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

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

.single-pager__prev {
  position: absolute;
  top: 15px;
  left: 50px;
}

.single-pager__archive {
  position: absolute;
  top: 10px;
  right: 50%;
  transform: translateX(50%);
}

.single-pager__next {
  position: absolute;
  top: 15px;
  right: 50px;
}

.single-pager__prev a,
.single-pager__next a {
  display: inline-block;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.1s;
  position: relative;
}

.single-pager__prev a:hover {
  color: #e33435;
}

.single-pager__next a:hover {
  color: #e33435;
}

.single-pager__prev a::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-left.png) no-repeat center center / cover;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  transition: background 0.1s;
}

.single-pager__prev a:hover::before {
  background: url(../cocoon-master/images/arrow-left-red.png) no-repeat center center / cover;
}

.single-pager__next a::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  transition: background 0.1s;
}

.single-pager__next a:hover::after {
  background: url(../cocoon-master/images/arrow-right-red.png) no-repeat center center / cover;
}

.single-pager__archive a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  width: 180px;
  max-width: 100%;
  padding: 10px 25px;
  text-align: left;
  color: #fff;
  background-color: #0b4e8d;
  transition:
    background-color 0.3s,
    color 0.3s;
  position: relative;
}

.single-pager__archive a:hover {
  color: #fff;
  background-color: #e33435;
}

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

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

/*767px以下*/
@media screen and (max-width: 767px) {
  .single-pager__archive {
    top: 5px;
  }

  .single-pager__archive a {
    width: 150px;
    padding: 10px 15px;
    text-align: left;
  }

  .single-pager__archive a::after {
    right: 10px;
  }

  .single-pager__prev a::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }

  .single-pager__next a::after {
    width: 30px;
    height: 30px;
    right: -40px;
  }
}

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

.lower-top::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/lower-bg.jpg) 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 {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 80%;
  max-width: 1440px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

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

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

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

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

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

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

  .lower-top__heading {
    font-size: 30px;
    width: 90%;
  }

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

/*------------------------------------------------------------------
#TOPへ
-------------------------------------------------------------------*/
.topBtn {
  position: fixed;
  display: block;
  bottom: 50px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0.5;
}

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

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

.topBtn:hover {
  opacity: 1;
}

.go-to-top-button {
  display: none;
}

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

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

/*------------------------------------------------------------------
#(固定ボタンSP)メール・電話
-------------------------------------------------------------------*/

.fixed__mail {
  position: fixed;
  bottom: 200px;
  right: 10px;
  width: 80px;
  height: 80px;
  display: block;
  z-index: 10;
  display: none;
}

.fixed__tel {
  position: fixed;
  bottom: 110px;
  right: 10px;
  width: 80px;
  height: 80px;
  display: block;
  z-index: 10;
  display: none;
}

.fixed__mail img {
  width: 80px;
  height: 80px;
}

.fixed__tel img {
  width: 80px;
  height: 80px;
}

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

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

  .fixed__tel {
    display: block;
  }
}

/*------------------------------------------------------------------
#section-title
-------------------------------------------------------------------*/

.section__title {
  text-align: left;
}

.section__title-en {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 116px;
  font-weight: 900;
  line-height: 1;
  color: rgba(11, 78, 141, 0.2);
}

.section__title-ja {
  display: block;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
}

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

/*767px以下*/
@media screen and (max-width: 767px) {
  .section__title-en {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 86px;
    font-weight: 700;
    line-height: 1.2;
    color: #cedce8;
  }

  .section__title-ja {
    display: block;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
  }
}

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

.primary__button {
  margin: 30px auto 0;
}

.primary__button-link {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display: inline-block;
  width: 260px;
  max-width: 100%;
  padding: 20px 33px;
  color: #fff;
  background-color: #111;
  transition:
    background-color 0.3s,
    border 0.3s,
    color 0.3s;
  position: relative;
}

.primary__button-link:hover {
  color: #fff;
  background-color: #e33435;
}

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

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

/*767px以下*/
@media screen and (max-width: 767px) {
  .primary__button-link {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    width: 340px;
    max-width: 100%;
    padding: 20px 40px;
    color: #fff;
    background-color: #111;
    transition:
      background-color 0.3s,
      border 0.3s,
      color 0.3s;
    position: relative;
  }
}

/*------------------------------------------------------------------
#画面遷移スクリーン
-------------------------------------------------------------------*/
.loading_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  /* display: none; */
}

.load_left {
  position: fixed;
  right: calc(50% - 1px);
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10002;
  background-color: #fafafa;
  transition:
    transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.5s,
    -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}

.loading_wrap.active .load_left {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
}

.load_right {
  position: fixed;
  left: calc(50% - 1px);
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 10002;
  background-color: #fafafa;
  transition:
    transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.5s,
    -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}

.loading_wrap.active .load_right {
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}

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

@media screen and (max-width: 767px) {
  .load_left {
    width: 120%;
  }

  .loading_wrap.active .load_left {
    width: 120%;
  }

  .load_right {
    width: 120%;
  }

  .loading_wrap.active .load_right {
    width: 120%;
  }
}

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

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

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

.header__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.header__catch {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

picture {
  display: flex;
  align-items: center;
  height: inherit;
}

.header__logo {
  width: 250px;
}

.header__logo-link {
  display: block;
}

.header-nav {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.header-nav__list {
  display: flex;
  align-items: center;
}

.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;
  font-weight: bold;
  padding-inline: 20px;
  transition: color 0.2s;
  position: relative;
}

.header-nav__link:hover {
  color: #e33435;
  text-decoration: underline;
  text-decoration-color: #e33435;
}

.header__tel {
  margin-left: auto;
  width: 18%;
}

.header__tel-link {
  display: inline-block;
  height: inherit;
}

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

.header__mail {
  width: 170px;
  height: inherit;
  margin-left: 25px;
}

.header__mail-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
  text-align: center;
  color: #fff;
  background-color: #000;
  transition:
    background-color 0.3s,
    color 0.3s;
  position: relative;
}

.header__mail-link img {
  width: 28px;
  height: 21px;
}

.header__mail-text {
  font-size: 16px;
  margin-top: 10px;
}

.header__mail-link:hover {
  color: #fff;
  background-color: #e33435;
}

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

  .header__tel {
    display: none;
  }

  .header__mail {
    display: none;
  }
}

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

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

  .header__logo {
    width: 140px;
  }

  .header__catch {
    display: none;
  }
}

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

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

.drawer-icon__text {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  top: -2px;
  right: 18px;
}

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

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

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

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  background: #333;
  height: 3px;
  left: 20px;
  top: 15px;
  transition: transform 0.5s;
  width: 30px;
}

.drawer-icon__bar1 {
  top: 15px;
}

.drawer-icon__bar2 {
  top: 25px;
}

.drawer-icon__bar3 {
  top: 35px;
}

.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: #fff;
  overflow: auto;
  pointer-events: none;
  right: 0;
  top: -350px;
  transition:
    opacity 0.3s,
    top 0.3s;
  opacity: 0;
  z-index: 400;
}

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

.drawer__header {
  background-color: #fff;
  height: 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-inline: 20px;
}

.drawer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

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

.drawer-nav__list {
  margin: 0 auto;
  max-width: 500px;
}

.drawer-nav__item {
  border-bottom: 1px solid #dcdcdc;
}

.drawer-nav__item ul {
  display: none;
}

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

.drawer-nav__item ul li {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: block;
  letter-spacing: 0.1em;
  padding: 12px 50px;
  background-color: #fef5f5;
}

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

.drawer-nav__link {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: block;
  letter-spacing: 0.1em;
  padding: 14px 40px;
  position: relative;
  transition:
    background-color 0.3s,
    color 0.3s;
}

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

.drawer-nav__link:hover::before {
  background: url(../cocoon-master/images/arrow-white.png) no-repeat center center / cover;
}

.drawer-nav__link.is-open::before {
  transform: rotate(-90deg);
  top: 40%;
}

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

.drawer-sub__list {
  margin: 30px auto 30px;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.drawer-sub__item {
  border-right: 1px solid #000;
  line-height: 1;
  margin-top: 20px;
}

.drawer-sub__item:first-child {
  border-left: 1px solid #000;
}

.drawer-sub__item:last-child {
  border-left: 1px solid #000;
}

.drawer-sub__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 5px 20px;
}

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

.drawer__mail img {
  width: 300px;
}

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

.drawer__tel img {
  width: 300px;
}

@media screen and (max-width: 1365px) {
  .drawer__icon {
    display: block;
    top: 30px;
  }

  .drawer__header {
    height: 100px;
  }
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .drawer__content.is-active {
    /* display: none; */
  }
}

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

  .drawer__header {
    height: 60px;
  }
}

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

.footer {
  margin-top: 0;
  padding-bottom: 60px;
  background-color: #0b4e8d;
}

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

.footer-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 50px;
}

.footer-nav__item {
  width: fit-content;
  padding: 0 20px;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer-nav__item:first-child {
  border-left: 1px solid #fff;
}

.footer-nav__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}

.footer-nav__link:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}

.footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 30px;
}

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

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

.footer__logo img:hover {
  opacity: 0.7;
}

.footer__logo-link {
  display: block;
}

.footer__logo-text {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
}

.footer__contents {
  display: flex;
  align-items: center;
  gap: 125px;
  margin-top: 20px;
  color: #fff;
}

.footer__info-text1 {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.footer__info-text2 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.copyright {
  text-align: right;
  margin-top: -30px;
}

.copyright__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer__cat {
  display: none;
}

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

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .footer__contents {
    gap: 50px;
  }
}

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

  .footer-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
  }

  .footer-nav__item {
    line-height: 1;
    margin-top: 20px;
  }

  .footer-nav__item:last-child {
    border-left: 1px solid #fff;
  }

  .footer__logo {
    justify-content: center;
  }

  .footer__logo-text {
    font-size: 26px;
  }

  .footer__contents {
    flex-direction: column;
    text-align: left;
    gap: 30px;
  }

  .footer__info-text1 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 20px;
  }

  .footer__info-text2 {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }

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

/*------------------------------------------------------------------
#mv
-------------------------------------------------------------------*/
.mv {
  margin-top: 100px;
  height: 700px;
}

.mv__inner {
  margin-inline: auto;
  position: relative;
  height: inherit;
  background: url(../cocoon-master/images/mv-img.jpg) no-repeat center center / cover;
}

.mv__title1 {
  position: absolute;
  top: 7%;
  left: 30px;
  width: 500px;
}

.mv__title1 span {
  display: inline-block;
  margin-right: 10px;
}

.mv__title1-1 {
  overflow: hidden;
}

.mv__title1-1 img {
  width: 95px;
  height: 90px;
}

.mv__title1-2 {
  margin-top: 20px;
  overflow: hidden;
}

.mv__title1-2 img {
  width: 150px;
  height: 160px;
}

.mv__title1-1.is-fade span {
  position: relative;
  opacity: 0;
  animation: fade 1s forwards;
  animation-delay: 1.8s;
}

.mv__title1-1.is-fade span:nth-child(2) {
  animation-delay: 1.9s;
}

.mv__title1-1.is-fade span:nth-child(3) {
  animation-delay: 2s;
}

.mv__title1-2.is-fade span {
  position: relative;
  opacity: 0;
  animation: fade 1s forwards;
  animation-delay: 2.8s;
}

.mv__title1-2.is-fade span:nth-child(2) {
  animation-delay: 3s;
}

.mv__title1-2.is-fade span:nth-child(3) {
  animation-delay: 3.2s;
}

@keyframes fade {
  0% {
    opacity: 0;
    top: 100px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.mv__read {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  text-shadow: 2px 2px 3px #000;
}

.mv__title2 {
  position: absolute;
  bottom: 8%;
  right: 3%;
  width: 550px;
}

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

@media screen and (max-width: 767px) {
  .mv {
    margin-top: 60px;
    height: 100vh;
  }

  .mv__inner {
    background: url(../cocoon-master/images/mv-img_sp.jpg) no-repeat center center / cover;
  }

  .mv__title1 {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 460px;
  }

  .mv__title1-1 img {
    width: 75px;
    height: 70px;
  }

  .mv__title1-2 img {
    width: 100px;
    height: 100px;
  }

  .mv__title1-1 {
    text-align: center;
  }

  .mv__title1-2 {
    text-align: center;
  }

  .mv__read {
    font-size: 18px;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 350px;
  }

  .mv__title2 {
    position: absolute;
    bottom: 15%;
    right: 50%;
    transform: translateX(50%);
    width: 300px;
  }
}

/*------------------------------------------------------------------
#top-future
-------------------------------------------------------------------*/
.top-future {
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
}

.top-future::before {}

.top-future__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.top-future__inner::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/future-img-bg.png) no-repeat center center / cover;
  width: 360px;
  height: 280px;
  top: -120px;
  right: 0px;
}

.top-future__title {
  font-size: 44px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 900;
  padding: 5px;
  position: absolute;
  top: 15%;
  right: 10%;
  display: table;
}

.top-future__title span:nth-child(1) {
  background-color: #fff;
}

.top-future__title span:nth-child(2) {
  background-color: transparent;
}

.top-future__content {
  width: 50%;
  padding-left: 100px;
  padding-right: 125px;
}

.top-future__lead {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 250px;
}

.top-future__img {
  width: 50%;
}

.top-future__img img {
  aspect-ratio: 720 / 510;
  object-fit: cover;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .top-future__title {
    right: 4%;
  }

  .top-future__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .top-future__img {}
}

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

  .top-future__inner {
    display: block;
  }

  .top-future__inner::before {
    top: -290px;
    right: 20px;
  }

  .top-future__title {
    font-size: 38px;
    background-color: transparent;
    position: absolute;
    top: -200px;
    right: 50%;
    transform: translateX(50%);
    width: 330px;
    text-align: center;
  }

  .top-future__title span:nth-child(1) {
    background-color: transparent;
  }

  .top-future__title span:nth-child(2) {
    background-color: transparent;
  }

  .top-future__content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-future__img {
    width: 100%;
    margin-top: 40px;
  }
}

/*------------------------------------------------------------------
#top-news
-------------------------------------------------------------------*/
.top-news {
  padding-top: 70px;
  padding-bottom: 80px;
}

.top-news__inner {
  max-width: 1440px;
  margin-inline: auto;
  background: url(../cocoon-master/images/top-news-img.jpg) no-repeat center left 200px / cover;
  padding-bottom: 70px;
}

.top-news__contents {
  padding-left: 100px;
}

.top-news__bg {
  margin-top: 50px;
  width: 850px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
}

.top-news__list {}

.top-news__item {
  padding-right: 40px;
  border-bottom: 1px solid #bfbfbf;
}

.top-news__item:last-of-type {
  border-bottom: none;
}

.top-news__link {
  display: flex;
  align-items: flex-start;
  padding: 15px 20px;
  position: relative;
}

.top-news__link:hover .top-news__link-title {
  color: #e33435;
  text-decoration: underline;
  text-decoration-color: #e33435;
}

.top-news__link-time {
  width: 150px;
  color: #0058a2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}

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

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

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

  .top-news__bg {
    width: 90%;
  }
}

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

  .top-news__inner {
    padding-bottom: 0px;
    background: none;
  }

  .top-news__bg {
    width: 100%;
    margin-top: 40px;
    padding: 40px 30px;
    background: url(../cocoon-master/images/top-news-img_sp.jpg) no-repeat center center / cover;
  }

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

  .top-news__contents {
    padding-left: 0;
    padding-right: 0;
  }

  .top-news__list {
    margin-top: 0;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 10px 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }

  .top-news__item {
    padding-right: 0px;
  }

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

  .top-news__link-time {
    width: 150px;
    width: 100%;
  }

  .top-news__link-title {
    width: calc(100% - 150px);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .top-news__button {
    text-align: center;
    background-color: #fff;
    max-width: 550px;
    padding-bottom: 20px;
  }
}

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

.top-business__inner {
  padding-inline: 0px;
  max-width: 1440px;
  margin-inline: auto;
}

.top-business__title {
  padding-left: 100px;
}

.top-business__lead {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 410px;
  margin-top: -50px;
}

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

.top-business__item {
  height: 330px;
  position: relative;
}

.top-business__item a {
  display: inline-block;
}

.top-business__item1 {
  background-color: #0b4e8d;
}

.top-business__item2::before,
.top-business__item3::before,
.top-business__item4::before,
.top-business__item5::before,
.top-business__item6::before,
.top-business__item7::before,
.top-business__item8::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-business__item2::before {
  background: url(../cocoon-master/images/top-business-bg1.jpg) no-repeat center center / cover;
}

.top-business__item3::before {
  background: url(../cocoon-master/images/top-business-bg2.jpg) no-repeat center center / cover;
}

.top-business__item4::before {
  background: url(../cocoon-master/images/top-business-bg3.jpg) no-repeat center center / cover;
}

.top-business__item5::before {
  background: url(../cocoon-master/images/top-business-bg4.jpg) no-repeat center center / cover;
}

.top-business__item6::before {
  background: url(../cocoon-master/images/top-business-bg5.jpg) no-repeat center center / cover;
}

.top-business__item7::before {
  background: url(../cocoon-master/images/top-business-bg6.jpg) no-repeat center center / cover;
}

.top-business__item8::before {
  background: url(../cocoon-master/images/top-business-bg7.jpg) no-repeat center center / cover;
}

.top-business__item2::after,
.top-business__item3::after,
.top-business__item4::after,
.top-business__item5::after,
.top-business__item6::after,
.top-business__item7::after,
.top-business__item8::after {
  position: absolute;
  content: "";
  /* background: rgba(11, 78, 141, 0.7); */
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: background 0.3s;
}

.top-business__item2:hover::after,
.top-business__item3:hover::after,
.top-business__item4:hover::after,
.top-business__item5:hover::after,
.top-business__item6:hover::after,
.top-business__item7:hover::after,
.top-business__item8:hover::after {
  position: absolute;
  content: "";
  background: rgba(227, 52, 53, 0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: background 0.3s;
}

.top-business__contents {
  position: absolute;
  width: 100%;
  top: 20%;
  text-align: center;
  z-index: 1;
  transition: top 0.3s;
}

.top-business__item:hover .top-business__contents {
  top: 15%;
}

.top-business__item4:hover .top-business__contents.four {
  top: 5%;
}

.top-business__contents.first {
  top: 15%;
}

.top-business__item2 .top-business__contents img {
  width: 90px;
  height: 62px;
}

.top-business__contents img {
  width: 75px;
  height: 62px;
}

.top-business__contents .img-text {
  width: 200px;
  height: 40px;
}

.top-business__subtitle {
  color: #fff;
}

.top-business__subtitle-en {
  display: block;
  font-size: 38px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}

.top-business__subtitle-ja {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.top-business__button {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 1;
}

.top-business__button-link {
  width: 90%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  overflow: hidden;
}

.top-business__button-link::before {}

.top-business__button-link::after {
  background: url(../cocoon-master/images/arrow-white.png) no-repeat center center / cover;
}

.top-business__button-link:hover {
  background: rgba(0, 0, 0, 0.5);
}

.top-business__item:hover .top-business__button-link::before {
  right: 350px;
}

.top-business__button1 {
  position: relative;
  margin-top: 50px;
}

.top-business__button-link1 {
  width: 80%;
  padding: 20px 33px;
  color: #000;
  background-color: #fff;
  transition:
    color 0.3s,
    background 0.3s;
}

.top-business__button-link1:hover {
  color: #fff;
  background-color: #e33435;
}

.top-business__button-link1:after {
  transition: background 0.3s;
  background: url(../cocoon-master/images/arrow-black.png) no-repeat center center / cover;
}

.top-business__button-link1:hover:after {
  background: url(../cocoon-master/images/arrow-white.png) no-repeat center center / cover;
}

.top-business__text {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 20px;
  text-shadow: 4px 4px 4px rgba(40, 31, 29, 0.15);
}

.top-business__subtext {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.3s;
  padding-inline: 20px;
}

.top-business__item:hover .top-business__subtext {
  color: #fff;
  opacity: 1;
}

/* ボタンアニメーション */
.learn-more {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 14rem;
  z-index: 2;
  left: 20px;
  bottom: 15px;
}

.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.5);
  /* border-radius: 1.625rem; */
}

.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  font-size: 16px;
  font-weight: 700;
  color: #282936;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}

.top-business__item:hover .learn-more .circle {
  width: 100%;
}

.top-business__item:hover .learn-more .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.top-business__item:hover .button-text {
  color: #fff;
  opacity: 1;
}

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

  .top-business__lead {
    padding-left: 300px;
  }

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

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

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

  .top-business__item {
    height: 370px;
  }

  .top-business__title {
    text-align: center;
    padding-left: 0;
  }

  .top-business__lead {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }

  .top-business__subtitle-en {
    font-size: 30px;
  }

  .top-business__subtitle-ja {
    margin-top: 0px;
  }

  .top-business__button-link1 {
    padding: 10px 20px;
  }

  .top-business__text {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    margin-top: 20px;
  }

  .learn-more {
    width: 13rem;
  }
}

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

.top-machine__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
  background: url(../cocoon-master/images/top-machine-bg.jpg) no-repeat center center / cover;
  padding: 50px;
  position: relative;
}

.top-machine__inner::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/top-machine-img.png) no-repeat center center / cover;
  width: 1000px;
  height: 700px;
  top: -110px;
  left: 400px;
}

.top-machine__contents {
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
  width: 440px;
}

.top-machine__title {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.top-machine__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

.top-machine__button {
  margin-top: 70px;
}

.primary__button-link {}

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

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

  .top-machine__inner {
    padding: 50px 20px;
    max-width: 600px;
  }

  .top-machine__inner::after {
    position: absolute;
    content: "";
    background: url(../cocoon-master/images/top-machine-img.png) no-repeat center center / cover;
    width: 480px;
    height: 375px;
    top: 550px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .top-machine__contents {
    width: 100%;
    padding: 30px 50px;
  }

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

  .top-machine__text {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }

  .top-machine__button {
    text-align: center;
    margin-top: 35px;
  }
}

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

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

.top-works__title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.section__title-en {}

.section__title-ja {}

.top-works__list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 10px;
  overflow-x: scroll;
  white-space: wrap;
}

.top-works__item {
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
  width: 283px;
  height: 400px;
}

.top-works__link {
  display: block;
}

.top-works__img {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.top-works__img img {
  aspect-ratio: 283 / 220;
  object-fit: cover;
  transition:
    transform 0.5s,
    opacity 0.5s;
}

.top-works__img img:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

.top-works_tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 13px;
  color: #fff;
  background-color: #0b4e8d;
}

.top-works__contents {
  padding: 20px;
}

.top-works__subtitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0b4e8d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.top-works__city {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #666;
  margin-top: 10px;
}

.top-works__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-works__button {
  text-align: right;
}

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

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

  .top-works__title {
    display: block;
    text-align: center;
  }

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

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

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

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

.top-area__title_pc {
  display: flex;
  gap: 20px;
}

.top-area__title_pc .section__title-en {
  color: rgba(255, 255, 255, 0.3);
}

.top-area__title_pc .section__title-ja {
  margin-top: 20px;
  color: #fff;
}

.top-area__title_sp {
  display: none;
}

.top-area__map {
  padding: 50px;
  background: url(../cocoon-master/images/top-area-bg.jpg) no-repeat center center / cover;
}

.top-area__map-content {
  width: 480px;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 70px;
}

.top-area__map-subtitle {
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.top-area__map-subtext {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}

.top-area__map-text {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.top-area__contact {
  background-color: #0b4e8d;
  text-align: center;
  padding-block: 40px;
  border-bottom: 1px solid #fff;
}

.top-area__contact-text {
  font-size: 44px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

.top-area__contact-subtext {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}

.top-area__bottom {
  display: flex;
  align-items: center;
}

.top-area__tel {
  width: 50%;
  background-color: #0b4e8d;
  text-align: center;
  padding-top: 40px;
  border-right: 1px solid #fff;
  height: 240px;
}

.top-area__tel img {
  margin-top: 25px;
  width: 350px;
}

.top-area__tel-text {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
}

.top-area__mail {
  width: 50%;
  background-color: #0b4e8d;
  text-align: center;
  padding-top: 40px;
  height: 240px;
  transition: background 0.3s;
}

.top-area__mail:hover {
  background-color: #e33435;
}

.top-area__mail:hover .mail__button-link {
  color: #e33435;
}

.top-area__mail:hover .mail__button-link::after {
  background: url(../cocoon-master/images/icon-mail-red.png) no-repeat center center / cover;
}

.top-area__mail-text {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
}

.mail__button {
  margin: 25px auto 0;
}

.mail__button-link {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  padding: 20px 80px 20px 100px;
  color: #0b4e8d;
  background-color: #fff;
  transition:
    background 0.3s,
    color 0.3s;
  position: relative;
}

.mail__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/icon-mail-blue.png) no-repeat center center / cover;
  width: 36px;
  height: 27px;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s;
}

/*1023px以下*/
@media screen and (max-width: 1110px) {
  .top-area__title_pc .section__title-en {
    font-size: 64px;
  }

  .top-area__title_pc .section__title-ja {
    font-size: 38px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .top-area__tel img {
    width: 300px;
  }

  .mail__button-link {
    width: 300px;
    padding: 20px 50px;
  }

  .mail__button-link::after {
    left: 40px;
  }
}

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

  .top-area__inner {
    padding-inline: 0px;
  }

  .top-area__map {
    background: url(../cocoon-master/images/top-area-bg_sp.jpg) no-repeat center center / cover;
  }

  .top-area__title_sp .section__title-en {
    font-size: 66px;
  }

  .top-area__title_pc {
    display: none;
  }

  .top-area__title_sp {
    display: block;
    text-align: center;
  }

  .top-area__map {
    margin-top: 40px;
    padding: 20px 20px 300px;
  }

  .top-area__map-content {
    width: 100%;
    padding: 30px;
    margin-top: 10px;
  }

  .top-area__map-subtitle {
    text-align: center;
  }

  .top-area__map-subtext {
    text-align: center;
  }

  .top-area__map-text {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }

  .top-area__bottom {
    display: block;
  }

  .top-area__contact-text {
    font-size: 38px;
  }

  .top-area__contact {
    padding-block: 30px;
  }

  .top-area__tel {
    width: 100%;
    height: 220px;
    border-bottom: 1px solid #fff;
    padding-top: 30px;
  }

  .top-area__tel-text {
    font-size: 22px;
  }

  .top-area__mail {
    width: 100%;
    border-right: none;
    height: 220px;
    padding-top: 30px;
  }

  .top-area__mail-text {
    font-size: 22px;
  }

  .mail__button-link {
    padding: 15px 40px;
  }

  .mail__button-link::after {
    left: 50px;
  }
}

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

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

.top-about__left {
  width: 50%;
}

.top-about__img {}

.top-about__img img {
  aspect-ratio: 605 / 375;
  object-fit: cover;
}

.top-about__lead {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 70px;
}

.top-about__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

.top-about__right {
  width: 50%;
}

.top-about__title {}

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

.top-about__item {
  border-top: 1px solid #000;
  padding-bottom: 50px;
}

.top-about__item:last-child {
  padding-bottom: 15px;
}

.top-about__company {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #0b4e8d;
  padding: 10px 50px;
}

.top-about__info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
  width: 500px;
  margin-top: 30px;
}

.top-about__term {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
  width: 110px;
  padding-left: 20px;
}

.top-about__description {
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 300px;
  text-align: left;
}

.top-about__description a {
  padding-left: 20px;
  text-decoration: underline;
  position: relative;
}

.top-about__description a:hover {
  color: #e33435;
  text-decoration-color: #000;
}

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

.top-about__button {
  text-align: right;
  margin-top: 0px;
}

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

  .top-about__title .section__title-ja {
    font-size: 38px;
  }
}

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

  .top-about__inner {
    display: block;
  }

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

  .top-about__title .section__title-en {
    font-size: 86px;
  }

  .top-about__title .section__title-ja {
    font-size: 38px;
    line-height: 1.3;
  }

  .top-about__left {
    width: 100%;
  }

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

  .top-about__img img {
    aspect-ratio: 536 / 319;
    object-fit: cover;
  }

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

  .top-about__item:last-child {
    padding-bottom: 30px;
  }

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

  .top-about__right {
    width: 100%;
  }

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

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

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

.top-recruit__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.top-recruit__title {
  display: flex;
  align-items: center;
}

.top-recruit__title .section__title-ja {
  padding-left: 30px;
  padding-bottom: 30px;
}

.top-recruit__contents {
  position: relative;
}

.top-recruit__button {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .top-recruit__button {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}

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

  .top-recruit__title .section__title-ja {
    padding-left: 0px;
    padding-bottom: 0px;
  }

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

  .top-recruit__button {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
}

/*------------------------------------------------------------------
#news
-------------------------------------------------------------------*/
.news {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
}

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

.news__left {
  width: 65%;
}

.news__list {}

.news__item {
  padding: 40px 0;
  transition: opacity 0.3s;
}

.news__item:hover .news__img {
  opacity: 0.7;
}

.news__item:not(:last-child) {
  border-bottom: 1px solid #bfbfbf;
}

.news__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__contents {
  display: flex;
  gap: 20px;
}

.news__img {
  width: 35%;
  transition: opacity 0.3s;
}

.news__img img {
  aspect-ratio: 260/200;
}

.news__lead {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.news__text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__bottomWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  text-align: right;
}

.news__time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  position: relative;
}

.news__button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  letter-spacing: 0.05em;
  width: 170px;
  padding: 10px 10px 10px 20px;
  text-align: left;
  transition: background-color 0.3s;
  position: relative;
}

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

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

/* シングルページ */
.news__title-single-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}

.news__title-single {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.news__time-single {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  text-align: right;
  margin-top: 20px;
}

.news__title-single::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h2-img.png) no-repeat right center / cover;
  width: 140px;
  height: 80px;
  top: 15%;
  transform: translateY(-50%);
  left: 0px;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .news__inner {
    flex-direction: column;
  }

  .news__left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .news__item {
    padding: 20px 0;
    margin: 0 20px;
  }

  .news__contents {
    margin-top: 20px;
  }

  .news__text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .news__bottomWrap {
    padding-top: 10px;
  }

  .news__time {
    font-size: 12px;
    padding-left: 15px;
  }

  .news__button {
    width: 130px;
    padding: 5px 5px 5px 10px;
    text-align: left;
  }

  .news__button::after {
    width: 7px;
    height: 12px;
    right: 15px;
  }
}

/*------------------------------------------------------------------
#work
-------------------------------------------------------------------*/
.work {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
}

.work__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
  display: flex;
  gap: 80px;
}

.work__left {
  width: 65%;
}

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

.work__link {
  display: block;
  transition: opacity 0.3s;
}

.work__link:hover {
  opacity: 0.7;
}

.work__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}

.work__item:hover .news__img {
  opacity: 0.7;
}

.work__img {
  width: 100%;
  transition: opacity 0.3s;
  position: relative;
}

.work__img img {
  aspect-ratio: 380/300;
  object-fit: cover;
}

.work__tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #0b4e8d;
  padding: 6px 10px;
}

.work__contents {
  padding: 20px;
}

.work__time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  position: relative;
}

.work__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0b4e8d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.work__place {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.work__place-left {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  background-color: #e6edf3;
}

.work__place-right {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.work__period {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.work__period-left {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  background-color: #e6edf3;
}

.work__period-right {
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* シングルページ */
.work__title-single-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}

.work__title-single {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.work__time-single {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  text-align: right;
  margin-top: 20px;
}

.work__title-single::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h2-img.png) no-repeat right center / cover;
  width: 140px;
  height: 80px;
  top: 15%;
  transform: translateY(-50%);
  left: 0px;
  z-index: -1;
}

.work-single__tag {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #0b4e8d;
  padding: 5px 10px;
  width: fit-content;
  margin-top: 0;
}

.single-work td:first-child {
  width: 140px;
  padding-inline: 0;
  background-color: #e6edf3;
  text-align: center;
}

.single-work td {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-inline: 50px;
  background-color: #fff;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .work__inner {
    flex-direction: column;
  }

  .work__left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .work__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

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

.news__sidebar {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.sidebar__block {
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sidebar__title,
.archive__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.sidebar__title::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h2-img.png) no-repeat right center / cover;
  width: 120px;
  height: 70px;
  top: 40%;
  transform: translateY(-50%);
  left: 0px;
  z-index: -1;
}

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

.archive__title.is-open::after {
  transform: rotate(0deg);
}

.sidebar-news__list {}

.sidebar-news__item {
  padding: 20px 20px 0;
}

.sidebar-news__link {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #bfbfbf;
  transition: color 0.3s;
}

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

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

.sidebar-news__time {
  font-size: 14px;
  display: block;
  padding-left: 20px;
}

.sidebar-news__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
}

.sidebar-news__title::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/icon-triangle.png) no-repeat center center / cover;
  width: 12px;
  height: 15px;
  top: 15%;
  left: 0px;
}

.sidebar-news__button {
  margin-block: 20px;
  padding-inline: 50px;
  text-align: right;
}

.sidebar-news__button-link {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.3s;
  position: relative;
}

.sidebar-news__button-link:hover {
  color: #e33435;
  text-decoration-color: #000;
}

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

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

.category__list {}

.category__item {
  padding: 0 15px 10px;
  position: relative;
}

.category__link {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}

.category__link.work {
  border-bottom: none;
}

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

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

.sidebar-archive__list {
  display: none;
}

.sidebar-archive__list li {
  padding: 0 15px 15px;
  position: relative;
}

.sidebar-archive__list a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}

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

.sidebar-archive__list a:hover .post-count {
  color: #e33435;
}

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

.post-count {
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
  position: relative;
}

.post-count::before {
  position: absolute;
  content: "(";
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}

.post-count::after {
  position: absolute;
  content: ")";
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}

@media screen and (max-width: 1023px) {
  .news__sidebar {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .news__sidebar {
    width: 100%;
    margin-top: 50px;
  }
}

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

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

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

.business__item {}

.business__img {}

.business__img img {
  object-fit: cover;
}

.business__tag {
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #0b4e8d;
  padding: 15px 0px;
  padding-left: 90px;
  position: relative;
}

.business__tag::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.business__tag1::before {
  background: url(../cocoon-master/images/top-business-img1.png) no-repeat center center / cover;
  width: 50px;
  height: 35px;
}

.business__tag2::before {
  background: url(../cocoon-master/images/top-business-img2.png) no-repeat center center / cover;
  width: 50px;
  height: 40px;
}

.business__tag3::before {
  background: url(../cocoon-master/images/top-business-img3.png) no-repeat center center / cover;
  width: 50px;
  height: 35px;
}

.business__tag4::before {
  background: url(../cocoon-master/images/top-business-img4.png) no-repeat center center / cover;
  width: 47px;
  height: 42px;
}

.business__tag5::before {
  background: url(../cocoon-master/images/top-business-img5.png) no-repeat center center / cover;
  width: 52px;
  height: 40px;
}

.business__tag6::before {
  background: url(../cocoon-master/images/top-business-img6.png) no-repeat center center / cover;
}

.business__tag7::before {
  background: url(../cocoon-master/images/top-business-img7.png) no-repeat center center / cover;
  width: 41px;
  height: 36px;
}

.business__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  height: 120px;
}

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

.business__button-link {
  text-align: center;
  width: 350px;
}

@media screen and (max-width: 1023px) {
  .business__tag {
    font-size: 16px;
  }

  .business__text {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .business__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }

  .business__tag {
    font-size: 20px;
  }

  .business__text {
    height: 120px;
  }
}

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

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

.company__title {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}

.company__title::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h2-img.png) no-repeat right center / cover;
  width: 117px;
  height: 67px;
  top: 40%;
  transform: translateY(-50%);
  left: -30px;
  z-index: -1;
}

.company__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: justify;
}

.company__subtitle {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
}

.company__subtitle::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h3-img.png) no-repeat right center / cover;
  width: 10px;
  height: 65px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.company__img {
  margin-top: 50px;
  margin-bottom: 80px;
  position: relative;
}

.about__list {
  display: flex;
  align-items: center;
  gap: 100px;
  color: #fff;
  background-color: rgba(11, 78, 141, 0.95);
  padding: 30px 50px;
  position: absolute;
  bottom: 0;
}

.about__item {
  width: 45%;
}

.about__company {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.about__info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
  margin-top: 20px;
}

.about__term {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
  width: 80px;
}

.about__description {
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 300px;
  text-align: left;
}

.about__description a {
  padding-left: 20px;
  text-decoration: underline;
  position: relative;
}

.about__description a:hover {
  color: #fff;
  text-decoration-color: #fff;
  opacity: 0.7;
}

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

.group__block {
  display: flex;
  gap: 50px;
}

.group__img {
  width: 45%;
}

.group__contents {
  width: 48%;
}

.group__contents img {
  width: 220px;
}

.group__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.group__table {
  margin-top: 30px;
}

.group__table table {
  width: 100% !important;
}

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

.group__table td {
  background-color: #fff;
  padding: 10px;
  line-height: 1.5;
}

.group__table td:first-child {
  color: #fff;
  background-color: #0b4e8d;
  width: 115px;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.group__table2 td:nth-child(2) {
  width: 90px;
}

.group__button {
  text-align: right;
  margin-top: 0;
  padding-right: 20px;
}

.group__button-link {}

.president {}

.president__inner {}

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

.president__title::before {
  left: 0;
}

.president-bg {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../cocoon-master/images/president-bg.png) no-repeat center center / cover;
}

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

.president__contents {
  padding: 50px 170px 50px 50px;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.president__subtitle {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0b4e8d;
}

.president__text {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.president__img {
  position: absolute;
  top: -160px;
  right: -350px;
  width: 450px;
}

@media screen and (max-width: 1023px) {
  .about__list {
    position: relative;
    gap: 50px;
    margin-top: -100px;
    padding: 30px;
  }

  .group__block {
    display: block;
  }

  .group__img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .group__contents {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
  }

  .group__button {
    text-align: center;
  }

  .president__contents {
    padding: 50px 50px 150px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    position: relative;
  }

  .president__img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    margin-top: -150px;
  }
}

@media screen and (max-width: 767px) {
  .about__list {
    position: relative;
    display: block;
    margin-top: -100px;
    background-color: rgba(11, 78, 141, 1);
    padding: 20px;
  }

  .about__item {
    width: 400px;
  }

  .about__item:nth-child(2) {
    margin-top: 40px;
  }

  .president__contents {
    width: 100%;
    padding: 20px 20px 150px;
  }

  .group__table {
    margin-top: 30px;
  }

  .group__table table {
    width: 100% !important;
  }

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

  .group__table td {
    font-size: 14px;
    background-color: #fff;
    padding: 10px;
    line-height: 1.5;
  }

  .group__table td:first-child {
    color: #fff;
    background-color: #0b4e8d;
    width: 90px;
    text-align: center;
    padding: 7px;
  }

  .group__table2 td:nth-child(2) {
    width: 70px;
  }
}

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

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

.contact__title {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 70px;
  margin-bottom: 30px;
  position: relative;
}

.contact__title::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h2-img.png) no-repeat right center / cover;
  width: 117px;
  height: 67px;
  top: 40%;
  transform: translateY(-50%);
  left: -30px;
  z-index: -1;
}

.contact__subtitle {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
}

.contact__subtitle::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h3-img.png) no-repeat right center / cover;
  width: 10px;
  height: 65px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.contact__lead {
  font-size: 16px;
}

.contact__lead-bottom {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

.contact__tel-img {
  display: inline-block;
  margin-top: 20px;
  width: 400px;
}

.contact__shop {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}

.contact__shop-link {
  font-size: 16px;
  display: inline-block;
  width: 430px;
  max-width: 100%;
  padding: 16px 26px 16px 55px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #28688f;
  transition:
    background-color 0.3s,
    color 0.3s;
  position: relative;
}

.contact__shop-link:hover {
  color: #fff;
  background-color: #4f8db3;
}

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

.form__fields {
  max-width: 1100px;
  margin: 50px auto 0;
}

.form__field {
  display: flex;
  border: 1px solid #bfbfbf;
}

.form-field__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 280px;
  flex-shrink: 0;
  border-right: 1px solid #bfbfbf;
  padding-inline: 35px;
  padding-left: 40px;
  background-color: #e6edf3;
}

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

.form-field__tag {
  display: inline-block;
  border-radius: 3px;
  background: #0b4e8d;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 8px;
}

.form-field__tag.is-option {
  background: #a0a0a0;
}

.form-field__data-wrap {
  padding-block: 45px;
}

.form-field__data-wrap .form-field__data {
  padding-block: 0px;
}

.form-field__data {
  padding-inline: 35px;
  padding-block: 45px;
  flex-grow: 1;
}

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

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  color: #a0a0a0;
}

.form__address-text1 {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form__address-text2 {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 10px;
}

.form-field__data-age {
  width: 190px;
}

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

.form__time-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

select.select {
  background: #fff !important;
}

select.select.selected {
  background: #f9f5ed !important;
}

.form-field__data [type="text"],
.form-field__data [type="email"] {
  appearance: none;
  border-radius: 3px;
  border: 3px solid #c9c9c9;
  background: #fff;
  padding: 15px;
  transition: border 0.3s;
}

.form-field__data select {
  appearance: none;
  font-size: 16px;
  width: 270px;
  border-radius: 3px;
  border: 3px solid #c9c9c9;
  background: #f9f5ed;
  color: #333;
  padding: 15px 45px 15px 15px;
  background: url(../cocoon-master/images/select-arrow.png) no-repeat center right 20px / 13px 8px;
  transition: border 0.3s;
}

.form-field__data textarea {
  appearance: none;
  height: 150px;
  border-radius: 5px;
  border: 3px solid #c9c9c9;
  background: #fff;
  padding: 15px;
  resize: vertical;
  transition: border 0.3s;
}

.form-field__data .filled[type="text"],
.form-field__data .filled[type="email"] {
  background: #f9f5ed;
}

.form-field__data select.filled,
.form-field__data textarea.filled {
  background: #f9f5ed;
}

.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: 3px solid #28688f;
  outline: none;
}

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

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

.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 select#hour1,
.form-field__data select#hour2,
.form-field__data select#minute1,
.form-field__data select#minute2 {
  width: 55px;
  padding: 10px 15px;
  margin-inline: 5px;
}

.form-field__data select#minute1,
.form-field__data select#minute2 {
  margin-left: 20px;
}

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

.form-field__data.time02 {
  margin-top: 10px;
}

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

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

.wpcf7-radio .wpcf7-list-item-label {
  font-size: 16px;
  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: 2px solid #c9c9c9;
  left: 0;
  transition: border 0.3s;
}

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

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  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-radius: 1px;
  border: 2px solid #c9c9c9;
  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 #fff;
  border-left: 3px solid #fff;
  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 {}

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

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

.privacy__underline {
  color: #e33435;
  text-decoration-color: #e33435;
}

.contact__btn-warp {
  margin: 40px auto 0;
  text-align: center;
  width: 350px;
  position: relative;
}

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

.contact__btn-warp .contact__btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 350px;
  text-align: left;
  padding: 25px 50px;
  background-color: #e33435;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact__lead-bottom {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

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

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

  .form__fields {
    margin-top: 30px;
  }

  .form__field {
    display: block;
    border-bottom: none;
  }

  .form__field {
    border-bottom: none;
  }

  .form__field:last-child {
    border: 1px solid #bfbfbf;
  }

  .form-field__head {
    width: 100%;
    justify-content: flex-start;
    padding-block: 5px;
    padding-inline: 15px;
  }

  .form-field__data {
    margin-top: 14px;
    padding: 25px 10px;
    margin-top: 0;
  }

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

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

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

.contact__buttons-Wrap [type="submit"] {
  background-color: #e33435;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  transition: opacity 0.3s;
  width: 250px;
}

.contact__buttons-Wrap [type="submit"]:hover {
  opacity: 0.8;
}

.back__btn {
  border: none;
  background-color: #28688f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  transition: opacity 0.3s;
  width: 250px;
}

.back__btn:hover {
  opacity: 0.8;
}

.button-thanks__wrap {
  margin-top: 30px;
}

span.wpcf7-spinner {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .contact__buttons-Wrap {
    gap: 10px;
  }

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

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

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

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

.recruit__title {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 70px;
  margin-bottom: 30px;
  position: relative;
}

.recruit__title::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h2-img.png) no-repeat right center / cover;
  width: 117px;
  height: 67px;
  top: 40%;
  transform: translateY(-50%);
  left: -30px;
  z-index: -1;
}

.recruit__subtitle {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
}

.recruit__subtitle::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h3-img.png) no-repeat right center / cover;
  width: 10px;
  height: 65px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.recruit__lead {
  font-size: 16px;
}

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

.recruit__img {}

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

.recruit td:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #0b4e8d;
}

.recruit td:not(:first-child) {
  font-size: 16px;
  background-color: #fff;
}

.recruit td {
  padding: 20px 30px;
}

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

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

@media screen and (max-width: 767px) {
  .recruit__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .recruit td {
    padding: 10px;
  }
}

/*------------------------------------------------------------------
#recruit(確認・完了)
-------------------------------------------------------------------*/

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

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

/*------------------------------------------------------------------
#baseデザイン(シングルページ)
-------------------------------------------------------------------*/

.single .base__content h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 40px;
  padding-left: 30px;
  position: relative;
}

.single .base__content h2::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h3-img.png) no-repeat right center / cover;
  width: 10px;
  height: 65px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.single .base__content h3 {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 70px;
}

.single .base__content h4 {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 40px;
}

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

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

.page-bottom {
  margin-top: 50px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../cocoon-master/images/page-bottom-bg.png) no-repeat center center / cover;
}

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

.page-bottom__title {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.page-bottom__text {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 60px;
}

.page-bottom__list {
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.page-bottom__item {
  width: 50%;
  padding: 40px 0;
  border: 1px solid #fff;
  height: 250px;
  transition: background-color 0.3s;
}

.page-bottom__item:nth-child(2):hover {
  background-color: #e33435;
}

.page-bottom__item:nth-child(2):hover .page-mail__button-link {
  color: #e33435;
}

.page-bottom__item:nth-child(2):hover .page-mail__button-link::after {
  background: url(../cocoon-master/images/icon-mail-red.png) no-repeat center center / cover;
}

.page-bottom__item a {
  display: block;
  margin: 40px auto 0;
  width: 370px;
}

.page-bottom__tel {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.page-bottom__mail {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.page-mail__button {
  margin: 40px auto 0;
}

.page-mail__button-link {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  padding: 20px 80px 20px 100px;
  color: #000;
  background-color: #fff;
  transition: color 0.3s;
  position: relative;
}

.page-mail__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/icon-mail-black.png) no-repeat center center / cover;
  width: 36px;
  height: 27px;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s;
}

.base__content .toc {
  display: none;
}

.base__content {
  padding: 10px;
}

.page .base__content h2 {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}

.page .base__content h2::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h2-img.png) no-repeat right center / cover;
  width: 117px;
  height: 67px;
  top: 40%;
  transform: translateY(-50%);
  left: -30px;
  z-index: -1;
}

.page .base__content h3 {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
}

.page .base__content h3::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/h3-img.png) no-repeat right center / cover;
  width: 10px;
  height: 65px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page .base__content h4 {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
}

.base__content p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: justify;
}

.base__content .has-text-align-left {
  text-align: left;
}

.base__content .has-text-align-right {
  text-align: right;
}

.base__content .has-text-align-center {
  text-align: center;
}

/* button */
.base__content .wp-block-button {}

.base__content .wp-block-button__link {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  padding: 20px 50px;
  text-align: left;
  color: #fff;
  background-color: #000;
  transition:
    background-color 0.3s,
    color 0.3s;
  position: relative;
}

.base__content .wp-block-button__link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-white.png) no-repeat center center / cover;
  width: 8px;
  height: 13px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition:
    background-color 0.3s,
    color 0.3s;
}

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

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

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

.base__content ol li::marker {
  font-size: 20px;
  font-weight: bold;
  color: #0b4e8d;
}

.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/arrow-right-orange.png) no-repeat center center / cover;
  width: 10px;
  height: 15px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.base__content td:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #0b4e8d;
}

.base__content td:not(:first-child) {
  font-size: 16px;
  background-color: #fff;
}

.base__content td {
  padding: 20px 30px;
}

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

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

.base__content .table1 tr:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background-color: #0b4e8d;
}

.base__content .table1 tr:not(:first-child) {
  font-size: 16px;
  background-color: #fff;
}

.base__content .table1 td {
  padding: 20px 30px;
}

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

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

.base__content .table2 tr td {
  background-color: #fff;
}

.base__content .table2 tr td:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #0b4e8d;
}

.base__content .table2 td {
  padding: 20px 30px;
}

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

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

.base__content .table3 td:last-child {
  font-size: 16px;
  background-color: #fff;
}

.base__content .table3 td:not(:last-child) {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #0b4e8d;
}

.base__content .table3 td {
  padding: 20px 30px;
}

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

/* caption */
.base__content .tab-caption-box-label {
  color: #fff;
  background-color: #0b4e8d;
}

/* 小見出し */
.base__content .subheading1 {
  margin-top: 20px;
}

.base__content .subheading__en1 {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 5px 30px;
  color: #fff;
  background-color: #0b4e8d;
}

.base__content .subheading1__list {
  list-style-type: none;
  list-style-type: decimal;
  padding-left: 30px;
}

.base__content .subheading1__item {}

.base__content .subheading2__list {
  margin-top: 20px;
}

.base__content .subheading2 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.base__content .subheading__en2 {
  display: block;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 5px 30px;
  width: 130px;
  min-width: 130px;
  color: #000;
  background-color: #e6edf3;
}

.base__content .subheading__ja2 {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* wp-block-media-text */
.base__content .wp-block-media-text {
  grid-template-columns: 50% auto !important;
}

/* qa */
.qa {
  padding: 50px 0;
}

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

.qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}

.qa-box {
  border: 1px solid #bebebe;
  padding: 0 50px 0;
}

.qa-box.box2 {
  margin-top: 30px;
}

.qa-box__head {
  display: flex;
  align-items: center;
  padding: 30px 0px 30px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.qa-box__head::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-black-bottom.png) no-repeat center center / cover;
  transition: transform 0.2s;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 12px;
}

.qa-box__head.is-open::before {
  transform: rotate(180deg);
}

.qa-box__head-icon {
  font-size: 38px;
  color: #28688f;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.qa-box__head-text {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 60px;
}

.qa-box__body {
  display: none;
  padding: 30px 0px 30px;
  border-top: 2px solid #bebebe;
}

.qa-box__a {
  display: flex;
  gap: 10px;
}

.qa-box__a-icon {
  font-size: 38px;
  color: #e33435;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.qa-box__a-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  .page-bottom__item a {
    display: block;
    margin: 30px auto 0;
    width: 300px;
  }

  .page-mail__button {
    margin: 30px auto 0;
  }

  .page-mail__button-link {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    width: 360px;
    max-width: 100%;
    padding: 20px 40px 20px 40px;
    color: #000;
    background-color: #fff;
    position: relative;
  }

  .page-mail__button-link::after {
    left: 50px;
  }

  .base__content {
    padding: 10px;
  }

  .base__content .table1 td {
    padding: 10px;
  }
}

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

  .page-template__inner {
    padding-inline: 20px;
  }

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

  .page-bottom__title {
    font-size: 28px;
  }

  .page-bottom__text {
    margin-top: 40px;
  }

  .page-bottom__list {
    display: block;
  }

  .page-bottom__item {
    width: 100%;
    padding: 20px 0;
    border: 1px solid #fff;
    height: 200px;
  }

  .page-bottom__item a {
    display: block;
    margin: 30px auto 0;
    width: 300px;
  }

  .page-bottom__tel {
    font-size: 20px;
  }

  .page-bottom__mail {
    font-size: 20px;
  }

  .page-mail__button {
    margin: 30px auto 0;
  }

  .page-mail__button-link {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    width: 300px;
    max-width: 100%;
    padding: 20px 40px 20px 40px;
    color: #000;
    background-color: #fff;
    position: relative;
  }

  .base__content {
    padding: 0px;
  }

  .page .base__content h2 {
    font-size: 20px;
    width: 100%;
  }

  .page .base__content h2::before {
    left: -20px;
  }

  .page .base__content h3 {
    font-size: 20px;
    width: 100%;
  }

  .page .base__content h3::before {
    height: 40px;
  }

  .base__content td {
    padding: 10px;
  }

  .base__content .wp-block-cocoon-blocks-tab-caption-box-1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .base__content .subheading__en2 {
    padding: 5px;
    width: 90px;
    color: #000;
    background-color: #e6edf3;
  }

  .qa-box {
    padding: 0 20px 0;
  }

  .qa-box__head {
    padding: 10px 0px;
  }

  .qa-box__head::before {
    right: 20px;
    top: 45%;
  }

  .qa-box__head-text {
    padding-right: 45px;
  }

  .qa-box__body {
    padding: 10px 0px;
  }

  .base__content table td {
    font-size: 16px;
    padding: 5px;
  }

  .base__content .table1 td {
    font-size: 16px;
    padding: 5px;
  }

  .base__content .table2 td {
    font-size: 16px;
    padding: 5px;
  }

  .base__content .table3 td {
    font-size: 16px;
    padding: 5px;
  }

  /* wp-block-media-text */
  .base__content .wp-block-media-text__content {
    padding-inline: 0px;
  }

  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}

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

/*------------------------------------------------------------------
#page-id-486(会社案内)
-------------------------------------------------------------------*/
.page-id-486 .top-about__item {
  list-style: none;
}

.page-id-486 .base__content .wp-block-table.table5 td:first-child {
  background-color: #119835;
}

.page-id-486 .base__content .wp-block-table.table6 td:first-child {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .page-id-486 .base__content .wp-block-table.table6 td:first-child {
    width: auto;
  }
}

/*------------------------------------------------------------------
#page-id
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
#page-id
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
#page-id-313(サイトマップ)
-------------------------------------------------------------------*/

.page-id-313 li::marker {
  color: #0b4e8d;
}

.page-id-313 li ul {
  list-style: none;
}

.page-id-313 li ul li {
  padding-left: 20px;
  position: relative;
}

.page-id-313 li ul li::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/bar.png) no-repeat center center / cover;
  width: 12px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

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

  .page-id-313 .base__content {
    padding: 0 20px;
  }

}

/*------------------------------------------------------------------
#404ページ
-------------------------------------------------------------------*/
.button404__wrap {
  margin-block: 30px;
}