@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #2C2C2C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #EBEAE7;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

::selection {
  color: #525252;
  background-color: #ffd0c4;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

.f-common-wrap {
  overflow: clip;
}

a {
  color: #2C2C2C;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下から30px上に移動してくる */
}

/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 821px) and (max-width: 1200px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  /* 初期状態を非表示にしておく */
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
@media screen and (max-width: 820px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.is-scrolled {
  background-color: rgba(235, 234, 231, 0.9);
}
header.is-scrolled .l-header {
  height: 108px;
}
@media screen and (max-width: 820px) {
  header.is-scrolled .l-header {
    height: 100px;
  }
}
header.is-scrolled .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  line-height: 108px;
}
header.is-scrolled .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  font-size: 14px;
}
header.is-scrolled .l-header-nav .l-header-nav-entry .l-header-nav-entry-wrap .l-header-nav-entry-menu a {
  width: 98px;
  height: 98px;
}
header.is-scrolled .l-header-logo {
  max-width: 208px;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 144px;
  z-index: 1010;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 100px;
  }
}

.l-header-logo {
  position: relative;
  max-width: 273px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .l-header-logo {
    width: 174px;
  }
}
.l-header-logo h1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-header-logo h1 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-logo h1 a:hover {
  opacity: 0.75;
}
.l-header-logo h1 a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* PC版メニュー
----------------------------------------------------------------- */
.l-header-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem;
}
.l-header-nav .l-header-nav-global {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 144px;
  margin-right: 30px;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu {
  margin: 0 1.5em;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover {
  color: #AB8057;
}
.l-header-nav .l-header-nav-entry {
  width: 124px;
  line-height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-nav .l-header-nav-entry .l-header-nav-entry-wrap {
  width: 100%;
}
.l-header-nav .l-header-nav-entry .l-header-nav-entry-wrap .l-header-nav-entry-menu {
  width: 100%;
}
.l-header-nav .l-header-nav-entry .l-header-nav-entry-wrap .l-header-nav-entry-menu a {
  display: block;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(219, 208, 196, 0.3);
          box-shadow: 0 0 30px rgba(219, 208, 196, 0.3);
  border-radius: 100px;
  width: 124px;
  height: 124px;
  background-image: url(/carpenter/resource/images/btn_entry.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.l-header-nav .l-header-nav-entry .l-header-nav-entry-wrap .l-header-nav-entry-menu a:hover {
  background-image: url(/carpenter/resource/images/btn_entry_hover.svg);
}

/* アクティブメニュー*/
.l-header-nav-list a {
  position: relative;
}
.l-header-nav-list a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #34db87;
  width: 25px;
  height: 2px;
}

.l-header-nav-contact-wrap a {
  position: relative;
}
.l-header-nav-contact-wrap a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #EBD1B0;
  width: 25px;
  height: 2px;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  display: block;
  width: 60px;
  height: 10px;
  position: fixed;
  top: 30px;
  right: 10px;
  z-index: 999;
}
.l-toggle span {
  width: 33px;
  height: 2px;
  background-color: #2C2C2C;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-toggle span:nth-child(1) {
  top: 12px;
}
.l-toggle span:nth-child(2) {
  top: 18px;
}

body.open {
  overflow: hidden;
}
body.open .l-toggle span {
  background-color: #fff;
}
body.open .l-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}
body.open .l-toggle span:nth-child(2) {
  top: 15px;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}

.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: #2d2a2a;
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 60px;
}
.l-drawer .l-drawer-body .l-drawer-nav-wrap {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  color: #fff;
  padding: 10px 0;
  display: block;
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion {
  width: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.875rem 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
    padding: 22px 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before, .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close {
  background: rgba(37, 209, 122, 0.8);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content {
  display: none;
  background: rgba(37, 209, 122, 0.8);
  padding-bottom: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu {
  margin: 0;
  border-bottom: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 1em;
  padding-right: 10%;
  padding-bottom: 1em;
  padding-left: calc(10% + 1.25em);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5%;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub li a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub li + li {
  margin-top: 10px;
}

.l-drawer-nav-sub__menu img {
  margin-right: 5px;
}

.l-drawer-nav-contact {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  max-width: 286px;
  display: block;
  background-image: url(/carpenter/resource/images/drawer_contact_bg.jpg);
  text-align: center;
  padding: 10px;
  border-radius: 100px;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.l-drawer-nav-contact::after {
  content: "";
  width: 25px;
  height: 16px;
  background-image: url(/carpenter/resource/images/ico_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-left: 1em;
}

/* ==========================================================================
フッター
========================================================================== */
.l-footer {
  background-color: #2C2C2C;
}
.l-footer a {
  color: #fff;
  font-weight: 600;
}

.l-footer-logo {
  padding: 5.625rem 0 1.25rem 0;
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    padding-top: 3.75rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo img {
    width: 194px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  margin-bottom: 10px;
}
.l-footer-nav .l-footer-nav-main li {
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main li {
    display: block;
  }
}
.l-footer-nav .l-footer-nav-main li:not(:last-child) {
  margin-right: 2.5rem;
}
.l-footer-nav .l-footer-nav-main li a {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer-nav .l-footer-nav-main li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.l-footer-nav .l-footer-nav-main li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main li + li {
    margin-top: 1em;
  }
}

.l-footer-nav-main-entry a {
  background-image: url(/carpenter/resource/images/drawer_contact_bg.jpg);
  background-size: cover;
  border-radius: 100px;
  width: 110px;
  text-align: center;
  padding: 5px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-footer-nav-main-entry a:hover {
  opacity: 0.8;
}
.l-footer-nav-main-entry a:hover::after {
  display: none;
}
.l-footer-nav-main-entry a img {
  width: 15px;
  margin-left: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.l-footer-sub {
  text-align: right;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .l-footer-sub {
    text-align: left;
  }
}
.l-footer-sub li {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .l-footer-sub li {
    display: block;
  }
}
.l-footer-sub li a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
.l-footer-sub li a:hover {
  text-decoration: underline;
}
.l-footer-sub li a img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-footer-sub li:not(:first-child) {
  margin-left: 1.875rem;
}
@media screen and (max-width: 576px) {
  .l-footer-sub li:not(:first-child) {
    margin-left: 0;
  }
}

.l-footer-sub__youtube img {
  margin-right: 3px;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  background-color: #0d0d0d;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 13.5px 0;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 3.75rem;
  z-index: 100;
}
a#pagetop img {
  width: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  margin-top: 200px;
  margin-bottom: 80px;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .l-page-title {
    margin-top: 7.5rem;
    margin-bottom: 2.5rem;
  }
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 32px;
    font-size: 2rem;
  }
}
.l-page-title .l-page-title-inner .l-page-title-en {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #E2B48A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 2px 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-page-title-mv {
  height: 450px;
  border-radius: 80px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .l-page-title-mv {
    border-radius: 40px;
    height: 360px;
  }
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 3.75rem 0;
  }
}

.l-sec-xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 3.75rem 0;
  }
}

.l-sec-xxlarge {
  padding: 6.5rem 0;
}
@media screen and (max-width: 820px) {
  .l-sec-xxlarge {
    padding: 5rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 6.5rem;
  }
}

.l-sec-xlarge-remove-bottom {
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge-remove-bottom {
    padding: 5rem 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge-remove-bottom:has(.c-page-nav) {
    padding-top: 2.5rem;
  }
}

.l-sec-xxxlarge-remove-top {
  padding: 0 0 8.75rem;
}
@media screen and (max-width: 820px) {
  .l-sec-xxxlarge-remove-top {
    padding: 0 0 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxxlarge-remove-top {
    padding: 0 0 6.25rem;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 820px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.l-container {
  max-width: calc(980px + 12%);
}
@media screen and (max-width: 820px) {
  .l-container {
    max-width: calc(980px + 10%);
  }
}
@media screen and (max-width: 576px) {
  .l-container {
    max-width: calc(980px + 20%);
  }
}

.l-container-small {
  max-width: calc(720px + 12%);
}
@media screen and (max-width: 820px) {
  .l-container-small {
    max-width: calc(720px + 10%);
  }
}
@media screen and (max-width: 576px) {
  .l-container-small {
    max-width: calc(720px + 16%);
  }
}

.l-container-large {
  max-width: calc(1120px + 12%);
}
@media screen and (max-width: 820px) {
  .l-container-large {
    max-width: calc(1120px + 10%);
  }
}
@media screen and (max-width: 576px) {
  .l-container-large {
    max-width: calc(1120px + 16%);
  }
}

/* ==========================================================================
エントリー
========================================================================== */
.l-entry {
  background-image: url(/carpenter/resource/images/entry_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 7.5rem 0 6.25rem 0;
}
@media screen and (max-width: 576px) {
  .l-entry {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.l-entry-contents {
  background-color: #fff;
  border-radius: 30px;
  padding-left: 54px;
  padding-right: 54px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  .l-entry-contents {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
    max-width: 100%;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.l-entry-contents .c-ttl-lv1 {
  margin-bottom: 0.5em;
}

.l-entry-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #cdcdcd;
}
@media screen and (max-width: 576px) {
  .l-entry-contents-flex {
    display: block;
  }
}

.l-entry-contents-flex-box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  padding-bottom: 1.25rem;
  padding-left: 10px;
  padding-right: 10px;
}
.l-entry-contents-flex-box h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 820px) {
  .l-entry-contents-flex-box h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .l-entry-contents-flex-box h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-entry-contents-flex-box p {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .l-entry-contents-flex-box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-entry-contents-flex-box .c-btn-main {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .l-entry-contents-flex-box .c-btn-main {
    max-width: 206px;
  }
  .l-entry-contents-flex-box .c-btn-main a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-entry-contents-flex-box .c-txt-tel {
  font-size: min(48px, 5.1vw);
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .l-entry-contents-flex-box .c-txt-tel {
    font-size: min(36px, 4.3vw);
  }
}
@media screen and (max-width: 576px) {
  .l-entry-contents-flex-box .c-txt-tel {
    font-size: 32px;
    font-size: 2rem;
  }
}
.l-entry-contents-flex-box .open {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.l-entry-contents-flex-box:nth-child(1) {
  position: relative;
}
@media screen and (max-width: 576px) {
  .l-entry-contents-flex-box:nth-child(1) {
    margin-bottom: 1.25rem;
    padding-bottom: 1.875rem;
  }
}
.l-entry-contents-flex-box:nth-child(1)::after {
  content: "";
  width: 0px;
  height: 85%;
  border-right: 1px dotted #cdcdcd;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  .l-entry-contents-flex-box:nth-child(1)::after {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dotted #cdcdcd;
  }
}
.l-entry-contents-flex-box--bottom {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* ==========================================================================
Youtube
========================================================================== */
.l-youtube {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 576px) {
  .l-youtube {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.l-youtube-contents {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 576px) {
  .l-youtube-contents {
    max-width: 100%;
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.l-youtube-contents-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-image: url(/carpenter/resource/images/idx_youtube_bg.jpg);
  background-size: cover;
  background-position: center left 60%;
}
@media screen and (max-width: 820px) {
  .l-youtube-contents-bg {
    background-position: center left 46%;
  }
}
@media screen and (max-width: 576px) {
  .l-youtube-contents-bg {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    background-position: calc(50% - 29vw) bottom;
    position: static;
    padding-top: 100%;
  }
}

.l-youtube-contents-text {
  position: relative;
  z-index: 1;
  padding: 3.75rem;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .l-youtube-contents-text {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .l-youtube-contents-text {
    width: 100%;
    padding: 2.75rem;
    text-align: center;
  }
}
.l-youtube-contents-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  background-image: url(/carpenter/resource/images/youtube_ark_right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .l-youtube-contents-text::after {
    background-image: url(/carpenter/resource/images/youtube_ark_bottom.svg);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    width: 100%;
    height: 10vw;
  }
}
.l-youtube-contents-text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .l-youtube-contents-text h3 {
    text-align: center;
  }
}
.l-youtube-contents-text img {
  margin-bottom: 20px;
}
.l-youtube-contents-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .l-youtube-contents-text p {
    text-align: center;
  }
}
.l-youtube-contents-text .c-btn-main {
  max-width: 253px;
}
@media screen and (max-width: 576px) {
  .l-youtube-contents-text .c-btn-main {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-youtube-contents-text .c-btn-main a,
.l-youtube-contents-text .c-btn-main button {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .l-youtube-contents-text .c-btn-main a,
  .l-youtube-contents-text .c-btn-main button {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.l-youtube-contents-text .c-btn-main a::before,
.l-youtube-contents-text .c-btn-main button::before {
  width: 16px;
  height: 10px;
}
.l-youtube-contents-text .c-btn-main + .c-btn-main {
  margin-top: 15px;
}
.l-youtube-contents-text .c-btn-main--md a,
.l-youtube-contents-text .c-btn-main--md button {
  padding: 5px 10px;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem 5%;
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-flex-small {
  gap: 1.25rem 1.25rem;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: calc((100% - 80px) / 5);
}
.c-flex-small .c-flex-4-clm {
  width: calc((100% - 60px) / 4);
}
.c-flex-small .c-flex-3-clm {
  width: calc((100% - 40px) / 3);
}
.c-flex-small .c-flex-2-clm {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 820px) {
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 20px) / 2);
  }
}

.c-flex-medium {
  gap: 2.5rem 2.5rem;
}
.c-flex-medium .c-flex-3-clm {
  width: calc((100% - 80px) / 3);
}
.c-flex-medium .c-flex-2-clm {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large {
  gap: 2.5rem 3.75rem;
}
.c-flex-large .c-flex-3-clm {
  width: calc((100% - 120px) / 3);
}
.c-flex-large .c-flex-2-clm {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 1%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-grid-small > *:first-child {
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm,
  .c-grid-small .c-grid-4-clm,
  .c-grid-small .c-grid-3-clm,
  .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium > * {
  margin-left: 4%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 2.5rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm,
  .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm,
  .c-grid-collapse .c-grid-4-clm,
  .c-grid-collapse .c-grid-3-clm,
  .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 1.875rem;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #ff9849;
  font-weight: 800;
  margin-left: -1.5rem;
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #34db87;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #ff9849;
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 tr {
  border-bottom: 1px solid;
}
.c-tb-pattern1 tr:first-child {
  border-top: 1px solid;
}
.c-tb-pattern1 tr th, .c-tb-pattern1 tr td {
  padding: 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th, .c-tb-pattern1 tr td {
    line-height: 1.7;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    text-align: left;
  }
}

.c-tb-pattern2 {
  border: 1px solid;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th, .c-tb-pattern2 tr td {
  border: 1px solid;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th, .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  color: #34db87;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  color: #ff9849;
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #34db87;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #34db87;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th, .c-tb-pattern3 table td {
  border: solid 1px #d4d4d4;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #34db87;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  background-color: #f6f6f6;
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal-bg {
  background: rgba(44, 44, 44, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-open:hover {
  opacity: 0.7;
}
.c-modal-open:before {
  content: "+";
  display: block;
  color: #34db87;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
@media screen and (max-width: 576px) {
  .c-page-nav {
    width: 100vw;
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }
}
.c-page-nav .c-page-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  font-weight: 700;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2em;
  background-color: #DCD6CE;
  padding: 20px 40px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap {
    gap: 0 1em;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap {
    border-radius: 40px;
    display: block;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu + .c-page-nav-wrap__menu {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    max-width: initial;
    width: 253px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  line-height: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #2C2C2C;
  padding: 10px 40px 10px 20px;
  background-color: #fff;
  z-index: 0;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    padding: 5px 10px;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a::before {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/carpenter/resource/images/ico_arrow_down_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a::after {
  background: #EBD1B0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  border-bottom-color: #EBD1B0;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover::before {
  border-color: #fff;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #34db87;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.c-related-nav {
  background-color: #f6f6f6;
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #34db87;
  border-left: 4px solid #34db87;
  line-height: 1.5;
  padding-left: 12px;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #34db87;
  background-color: #fff;
  background-image: url(/carpenter/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 22px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb,
.c-breadcrumb-ft {
  font-size: 12px;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .c-breadcrumb,
  .c-breadcrumb-ft {
    font-size: 10px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap,
.c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .c-breadcrumb .c-breadcrumb-wrap,
  .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  color: #676767;
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a {
  color: #676767;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 1200px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img,
  .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2),
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "";
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px #676767;
  border-right: solid 1px #676767;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のnav
----------------------------------------------------------------- */
ul.p-contact-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.p-contact-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #34db87;
  background-color: #676767;
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.p-contact-nav li {
  display: block;
  border: 1px solid #676767;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  max-width: 100px;
  height: 100px;
  width: 100%;
}
ul.p-contact-nav li.p-contact-nav__active {
  border: 2px solid #34db87;
}
ul.p-contact-nav li.p-contact-nav__active span {
  color: #34db87;
}
ul.p-contact-nav li span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #676767;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}

/* フォーム
----------------------------------------------------------------- */
.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-wrap table tr {
  border-bottom: 1px solid;
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
}
@media screen and (max-width: 1200px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 44%;
}
@media screen and (max-width: 1200px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #34db87;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}
@media screen and (max-width: 1200px) {
  .c-form-wrap table tr td {
    padding: 8px 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-align: center;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #34db87;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 1200px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: -30px;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -4px 8px 0 0;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  border: 7px solid #ff9849;
}

.c-form-checkbox {
  background-color: #fff;
  position: relative;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/carpenter/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 19px;
  display: block;
  position: absolute;
  left: 1px;
  top: -3px;
}
@media screen and (max-width: 820px) {
  .c-form-checkbox:checked:before {
    top: -5px;
  }
}

.c-form-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 1.25rem;
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  padding: 4px 8px;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-select,
.c-form-input {
  height: 40px;
}

.c-form-select-wrap {
  position: relative;
}
.c-form-select-wrap select.c-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form-select-wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #34db87;
  border-bottom: solid 1px #34db87;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.c-form-privacy {
  background-color: #f6f6f6;
  margin-top: 2.5rem;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 1.875rem 5% 3.125rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  height: 180px;
  margin-top: 1rem;
  padding: 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}

.p-contact-not-sale-txt {
  text-align: center;
}
.p-contact-not-sale-txt p {
  color: #34db87;
  border-bottom: 4px solid #ff9849;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #34db87;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 2.5rem 0 3.125rem;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-black {
  background-color: #2C2C2C !important;
}

.c-bg-primary400 {
  background-color: #E1DFDC !important;
}

.c-bg-primary500 {
  background-color: #E2B48A !important;
}

.c-bg-primary600 {
  background-color: #AB8057 !important;
}

.c-bg-secondary300 {
  background-color: #EBEAE7 !important;
}

.c-bg-secondary400 {
  background-color: #DCD6CE !important;
}

.c-bg-grayscale200 {
  background-color: #f1f1f1 !important;
}

.c-bg-silver {
  background-color: #d4d4d4 !important;
}

.c-bg-gray {
  background-color: #676767 !important;
}

.c-bg-main {
  background-color: #34db87 !important;
}

.c-bg-sub {
  background-color: #ff9849 !important;
}

.c-bg-hover {
  background-color: #EBD1B0 !important;
}

.c-bg-whitesmoke {
  background-color: #f6f6f6 !important;
}

.c-bg-selection_txt {
  background-color: #525252 !important;
}

.c-bg-selection_bg {
  background-color: #ffd0c4 !important;
}

.c-bg-tomato {
  background-color: #ef423b !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main {
  text-align: center;
  max-width: 195px;
}
@media screen and (max-width: 576px) {
  .c-btn-main {
    max-width: 156px;
  }
}
.c-btn-main a,
.c-btn-main button {
  display: block;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  border: 1px solid #2C2C2C;
  border-radius: 100px;
  font-family: "Barlow", sans-serif;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .c-btn-main a,
  .c-btn-main button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-main a,
  .c-btn-main button {
    text-align: left;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.c-btn-main a::before,
.c-btn-main button::before {
  content: "";
  background-image: url(/carpenter/resource/images/ico_arrow_right_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 15px;
  right: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .c-btn-main a::before,
  .c-btn-main button::before {
    width: 20px;
    height: 13px;
    right: 15px;
  }
}
.c-btn-main a::after,
.c-btn-main button::after {
  background: #EBD1B0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn-main a:hover::before,
.c-btn-main button:hover::before {
  right: 17px;
}
.c-btn-main a:hover::after,
.c-btn-main button:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-btn-main--black a,
.c-btn-main--black button {
  background-color: #2C2C2C;
  color: #fff;
}
.c-btn-main--black a::before,
.c-btn-main--black button::before {
  background-image: url(/carpenter/resource/images/ico_arrow_right_white.svg);
}

.c-btn-card,
.c-btn-card--tmb {
  border: 2px solid;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 1.875rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--tmb .c-btn-card__ttl {
  margin-bottom: 8px;
}
.c-btn-card .c-btn-card__txt,
.c-btn-card--tmb .c-btn-card__txt {
  color: #676767;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card--tmb .c-btn-card__txt span {
  color: #ff9849;
}
.c-btn-card a,
.c-btn-card--tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card--tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card-tmb1,
.c-btn-card-tmb2 {
  padding: 0;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask,
.c-btn-card-tmb2 .c-btn-card-tmb-mask {
  overflow: hidden;
  height: 194px;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask img,
.c-btn-card-tmb2 .c-btn-card-tmb-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.c-btn-card-tmb1 .c-btn-card-tmb__txt,
.c-btn-card-tmb2 .c-btn-card-tmb__txt {
  font-size: 14px;
}
.c-btn-card-tmb1 .c-btn-card-tmb__txt span,
.c-btn-card-tmb2 .c-btn-card-tmb__txt span {
  color: #ff9849;
}

.c-btn-card-tmb2 {
  border: 1px solid;
}
.c-btn-card-tmb2 .c-btn-card-tmb2-mask {
  height: 164px;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -35.2px;
  padding-left: 35.2px;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/carpenter/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.c-btn-pdf a span {
  color: #2C2C2C;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -8px;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(52, 219, 135, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(52, 219, 135, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #34db87;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid #ff9849;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #ff9849;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-en {
  font-family: "Barlow", sans-serif;
}

.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 14px;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-link {
  color: #34db87;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #EBD1B0;
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-black {
  color: #2C2C2C !important;
}

.c-txt-primary400 {
  color: #E1DFDC !important;
}

.c-txt-primary500 {
  color: #E2B48A !important;
}

.c-txt-primary600 {
  color: #AB8057 !important;
}

.c-txt-secondary300 {
  color: #EBEAE7 !important;
}

.c-txt-secondary400 {
  color: #DCD6CE !important;
}

.c-txt-grayscale200 {
  color: #f1f1f1 !important;
}

.c-txt-silver {
  color: #d4d4d4 !important;
}

.c-txt-gray {
  color: #676767 !important;
}

.c-txt-main {
  color: #34db87 !important;
}

.c-txt-sub {
  color: #ff9849 !important;
}

.c-txt-hover {
  color: #EBD1B0 !important;
}

.c-txt-whitesmoke {
  color: #f6f6f6 !important;
}

.c-txt-selection_txt {
  color: #525252 !important;
}

.c-txt-selection_bg {
  color: #ffd0c4 !important;
}

.c-txt-tomato {
  color: #ef423b !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-lv1 {
  margin-bottom: 1em;
}
.c-ttl-lv1 span {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #E2B48A;
  padding: 2px 20px;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv1 span {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
  }
}
.c-ttl-lv1--small {
  font-size: 54px;
  font-size: 3.375rem;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv1--small {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-lv1--small {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-ttl-lv1--center {
  text-align: center;
}
.c-ttl-lv1--center span {
  margin-left: auto;
  margin-right: auto;
}

.c-ttl-lv2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2em;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-ttl-lv2 span {
  color: #E2B48A;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-ttl-lv2--center {
  text-align: center;
}

.c-ttl-lv3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #EBD1B0;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 4px;
  width: 21px;
  vertical-align: baseline;
}
.c-txt-tel a[href^="tel:"] {
  color: #34db87;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .c-txt-tel a[href^="tel:"]:hover {
    color: #EBD1B0;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
.home {
  background-color: #EBEAE7;
}

/* スライドショー
----------------------------------------------------------------- */
.p-idx-slide-catch {
  position: relative;
  text-align: center;
  padding-top: 240px;
  padding-bottom: 145px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-catch {
    padding-top: 200px;
    padding-bottom: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-catch {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

.p-idx-slider-catch__text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  max-width: 90%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-slider-catch__text {
    width: 70vw;
  }
}

.p-idx-slide-catch-illusts {
  width: 826px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-catch-illusts {
    width: 54vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-catch-illusts {
    width: 246px;
  }
}

.p-idx-slide-wrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap {
    padding-top: 140px;
  }
}
.p-idx-slide-wrap .p-idx-slide-items {
  height: 560px;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-items {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-items {
    height: 300px;
  }
}
.p-idx-slide-wrap .p-idx-slide-items .slick-slide {
  background-position: top center;
  background-size: cover;
  margin: 0 10px;
  border-radius: 80px;
  overflow: hidden;
  width: 1200px;
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-items .slick-slide {
    border-radius: 40px;
    width: 350px;
  }
}
.p-idx-slide-wrap .p-idx-slide-items .slick-list {
  pointer-events: none;
  height: 100%;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-track {
  height: 100%;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 15px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li {
  width: 32px;
  height: 3px;
  margin: 0 4px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button {
  padding: 0;
  width: 32px;
  height: 3px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button:before {
  content: "";
  width: 32px;
  height: 3px;
  opacity: 0.7;
  font-size: 0;
  background-color: #fff;
  border-radius: 1.5px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button:hover:before {
  opacity: 1;
  background-color: #ff9849;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #34db87;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next,
.p-idx-slide-wrap .p-idx-slide-items .slick-prev {
  z-index: 2;
  width: 25px;
  height: 25px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next:before,
.p-idx-slide-wrap .p-idx-slide-items .slick-prev:before {
  display: none;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next {
  right: 20px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-idx-slide-wrap .p-idx-slide-items .slick-prev {
  left: 20px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-idx-slide-items-wrap {
  position: relative;
  opacity: 0;
}

.slick-dotted.slick-slider {
  margin: 0 auto !important;
}

.p-idx-slide-catch__illust1,
.p-idx-slide-catch__illust2,
.p-idx-slide-catch__illust3 {
  position: absolute;
}

.p-idx-slide-catch__illust1 {
  left: -100px;
  top: -100px;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-catch__illust1 {
    width: 7vw;
    left: -50px;
    top: -10vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-catch__illust1 {
    width: 33px;
    left: 170px;
    top: -23vw;
  }
}

.p-idx-slide-catch__illust2 {
  right: -100px;
  top: 0px;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-catch__illust2 {
    width: 5.2vw;
    top: 6vw;
    right: -60px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-catch__illust2 {
    width: 24px;
    right: -20px;
    top: -20px;
  }
}

.p-idx-slide-catch__illust3 {
  left: 240px;
  top: 470px;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-catch__illust3 {
    width: 100px;
    top: 510px;
    left: 100px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-catch__illust3 {
    width: 68px;
    left: 30px;
    top: 246px;
  }
}

.p-idx-slide-catch-en {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #E2B48A;
  color: #fff;
  top: 250px;
  left: 60px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  padding: 20px 0;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-catch-en {
    left: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    top: 120px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-catch-en {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 0;
    left: 16px;
    top: 100px;
  }
}

/* お知らせ1（ニュースティッカータイプ）
----------------------------------------------------------------- */
.p-idx-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap {
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-idx-news-wrap .p-idx-news-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 0.75rem 1rem 0.75rem 0;
}
.p-idx-news-wrap .p-idx-news-items ul {
  overflow: hidden;
  height: 14px;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul {
    height: 2.5rem;
  }
}
.p-idx-news-wrap .p-idx-news-items ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-idx-news-wrap .p-idx-news-items ul li a:hover {
  color: #ff9849;
}
.p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
  content: "｜";
  margin: 0 1rem;
}
@media screen and (max-width: 1200px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-data:after {
    content: none;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-items ul li a .p-idx-news-ttl {
    display: block;
  }
}
.p-idx-news-wrap .p-idx-news-btn {
  background-color: #34db87;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 15%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .p-idx-news-wrap .p-idx-news-btn {
    width: 20%;
  }
}
.p-idx-news-wrap .p-idx-news-btn:hover {
  background-color: #EBD1B0;
}
.p-idx-news-wrap .p-idx-news-btn a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-idx-news-wrap .p-idx-news-btn a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

/* お知らせ2（リストタイプ）
----------------------------------------------------------------- */
.p-idx-news-list-wrap {
  padding-top: 5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-news-list-wrap {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .l-container {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .c-grid-medium {
    display: block;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #34db87;
  padding: 2rem 7%;
}
.p-idx-news-list-wrap .p-idx-news-list-ttl .c-ttl-main {
  font-size: 22px;
  font-size: 1.375rem;
}
.p-idx-news-list-wrap .p-idx-news-list-ttl .c-ttl-main span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-ttl {
    padding: 2rem 0;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 0.8125rem 1rem 0;
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items ul {
    padding-top: 0;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.75rem 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a *,
.p-idx-news-list-wrap .p-idx-news-list-items ul li a ::before,
.p-idx-news-list-wrap .p-idx-news-list-items ul li a ::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items ul li a {
    padding: 0.8125rem 0.5rem;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-data {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-ttl {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a .p-idx-news-list-article-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 5px;
  height: 5px;
  opacity: 0.7;
  font-size: 0;
  border-top: 1px solid #34db87;
  border-right: 1px solid #34db87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a:hover {
  color: #ff9849;
}
.p-idx-news-list-wrap .p-idx-news-list-items ul li a:hover .p-idx-news-list-article-ttl::after {
  right: 0;
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  display: block;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn {
    text-align: left;
    margin-top: 1.5rem;
  }
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-idx-news-list-wrap .p-idx-news-list-items .p-idx-news-list-btn a:hover {
  color: #ff9849;
}

/* リード
----------------------------------------------------------------- */
.p-idx-lead {
  margin-top: 8.75rem;
  padding: 10rem 0 12.5rem 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-lead {
    padding-top: 0;
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0;
    margin-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}

.p-idx-lead-txt-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-idx-lead-slide__illust1,
.p-idx-lead-slide__illust2 {
  position: absolute;
}

.p-idx-lead-slide__illust1 {
  top: 200px;
  left: -100px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-slide__illust1 {
    left: -7vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-slide__illust1 {
    left: 170px;
    width: 35px;
    top: 190px;
  }
}

.p-idx-lead-slide__illust2 {
  bottom: -80px;
  right: -80px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-slide__illust2 {
    width: 4.94vw;
    bottom: 20px;
    right: -30px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-slide__illust2 {
    bottom: -20px;
    right: auto;
    left: 230px;
    width: 38px;
  }
}

.p-idx-lead-txt {
  padding-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-txt {
    padding-right: max(52%, 290px);
    padding-left: 8.9vw;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-txt {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
.p-idx-lead-txt .c-btn-main {
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-lead-txt .c-btn-main {
    margin-bottom: 2.5rem;
  }
}

.p-idx-lead-txt__ttl {
  margin-bottom: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-txt__ttl {
    width: 36vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-txt__ttl {
    max-width: 190px;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-idx-lead-txt__ttl::before, .p-idx-lead-txt__ttl::after {
  content: "";
  position: absolute;
  width: 138px;
  height: 102px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-txt__ttl::before, .p-idx-lead-txt__ttl::after {
    width: 8.8vw;
    height: 6.5vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-txt__ttl::before, .p-idx-lead-txt__ttl::after {
    width: 47px;
    height: 34px;
  }
}
.p-idx-lead-txt__ttl::before {
  background-image: url(/carpenter/resource/images/ico_exclamation_before.svg);
  top: -50px;
  left: -80px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-txt__ttl::before {
    left: -10vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-txt__ttl::before {
    top: -20px;
    left: -20px;
  }
}
.p-idx-lead-txt__ttl::after {
  background-image: url(/carpenter/resource/images/ico_exclamation_after.svg);
  bottom: -10px;
  right: -80px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-txt__ttl::after {
    right: -2vw;
    bottom: 1vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-txt__ttl::after {
    bottom: 10px;
    right: -37px;
  }
}

.p-idx-lead-txt__txt {
  line-height: 1.6;
  margin-top: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-lead-txt__txt {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.p-idx-lead-slider {
  width: calc(50vw - 162px);
  position: absolute;
  right: 0;
  top: 0;
  height: 760px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-slider {
    width: calc(50vw - 30px);
    height: 404px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-slider {
    position: static;
    width: 100%;
    height: 350px;
  }
}
.p-idx-lead-slider .p-idx-lead-slider-items,
.p-idx-lead-slider .slick-list,
.p-idx-lead-slider .slick-track {
  height: 100%;
}
.p-idx-lead-slider .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-slider .slick-dots {
    bottom: -30px;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-lead-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.p-idx-lead-slider .slick-dots li button {
  padding: 0;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.p-idx-lead-slider .slick-dots li button::before {
  display: none;
}
.p-idx-lead-slider .slick-dots li.slick-active button {
  background-color: #E2B48A;
}

.p-idx-lead-slider-item {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .p-idx-lead-slider-item {
    border-radius: 25px;
  }
}

/* 大工養成課
----------------------------------------------------------------- */
.p-idx-training {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-training {
    padding-bottom: 2.5rem;
  }
}

.p-idx-training-contents {
  position: relative;
}

.p-idx-training-contents-image {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .p-idx-training-contents-image {
    height: 312px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-training-contents-image {
    position: static;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    height: 245px;
  }
}
.p-idx-training-contents-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}

.p-idx-training-contents-text {
  width: 44%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-training-contents-text {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.p-idx-training-contents-text__catch {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-idx-training-contents-text__catch {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-training-contents-text__catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-idx-training-contents-text__p {
  font-weight: 600;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 576px) {
  .p-idx-training-contents-text__p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-idx-training-contents-text-list {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 1.875rem;
}
.p-idx-training-contents-text-list__item {
  border-bottom: 1px solid #d8d8d8;
}
.p-idx-training-contents-text-list__item a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  background-image: url(/carpenter/resource/images/ico_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .p-idx-training-contents-text-list__item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-training-contents-text-list__item a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-idx-training-contents-text-list__item a span {
  color: #AB8057;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin-right: 0.75em;
}
@media screen and (max-width: 820px) {
  .p-idx-training-contents-text-list__item a span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-training-contents-text-list__item a span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-idx-training-contents-text-list__item a:hover {
  color: #AB8057;
  background-image: url(/carpenter/resource/images/ico_arrow_right_blown.svg);
  background-position: right center;
}

.p-idx_traingin-illust {
  position: absolute;
  top: 0;
  right: -70px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx_traingin-illust {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx_traingin-illust {
    width: 47px;
  }
}

/* 先輩大工の声
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-idx-interview {
    padding-bottom: 3.75rem;
  }
}

.p-idx-interview-contents {
  background-color: #E1DFDC;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 6.25rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-idx-interview-contents {
    width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    padding: 2.5rem 1.875rem;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview-contents {
    padding: 2.5rem 1.875rem;
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    display: block;
  }
}

.p-idx-interview-contents-text {
  -ms-flex-preferred-size: 40.61%;
      flex-basis: 40.61%;
}
@media screen and (max-width: 820px) {
  .p-idx-interview-contents-text {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
.p-idx-interview-contents-text__catch {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .p-idx-interview-contents-text__catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-idx-interview-contents-text__p {
  font-weight: 600;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-contents-text__p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-idx-interview-contents-images-wrap {
  -ms-flex-preferred-size: 59.39%;
      flex-basis: 59.39%;
  padding-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .p-idx-interview-contents-images-wrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview-contents-images-wrap {
    padding-top: 1.875rem;
  }
}

.p-idx-interview-contents-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-idx-interview-contents-images__item {
  -ms-flex-preferred-size: 32.5%;
      flex-basis: 32.5%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-contents-images__item {
    border-radius: 15px;
  }
}

.p-idx-interview__illust1,
.p-idx-interview__illust2 {
  position: absolute;
}

.p-idx-interview__illust1 {
  bottom: 0px;
  left: -52px;
}
@media screen and (max-width: 820px) {
  .p-idx-interview__illust1 {
    width: 40px;
    left: -20px;
    bottom: -40px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview__illust1 {
    width: 31px;
    left: -22px;
    bottom: -20px;
  }
}

.p-idx-interview__illust2 {
  top: -60px;
  right: 30px;
}
@media screen and (max-width: 820px) {
  .p-idx-interview__illust2 {
    width: 27px;
    right: 0;
    top: -40px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview__illust2 {
    width: 24px;
    top: -30px;
    right: -14px;
  }
}

/* 木の花ホームのこと
----------------------------------------------------------------- */
.p-idx-about {
  padding-top: 1.25rem;
}
@media screen and (max-width: 576px) {
  .p-idx-about {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about .c-ttl-lv1--center {
    text-align: left;
  }
  .p-idx-about .c-ttl-lv1--center span {
    text-align: left;
    margin-left: 0;
  }
}

.p-idx-about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-idx-about-contents {
    display: block;
  }
}

.p-idx-about-contents-item {
  -ms-flex-preferred-size: 28.57%;
      flex-basis: 28.57%;
}
@media screen and (max-width: 576px) {
  .p-idx-about-contents-item + .p-idx-about-contents-item {
    margin-top: 1.875rem;
  }
}
.p-idx-about-contents-item > a {
  display: block;
}
.p-idx-about-contents-item > a:hover .p-idx-about-contents-item__ttl {
  color: #AB8057;
}
.p-idx-about-contents-item > a:hover .p-idx-about-contents-item__image img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.p-idx-about-contents-item .p-idx-about-contents-item__image {
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 103.9%;
  position: relative;
  overflow: hidden;
}
.p-idx-about-contents-item .p-idx-about-contents-item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-idx-about-contents-item__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-idx-about-contents-item__ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-idx-about-contents-item__ttl .en {
  color: #AB8057;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
}
.p-idx-about-contents-item__txt {
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .p-idx-about-contents-item__txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* 保護者・教職員の方へ
----------------------------------------------------------------- */
.p-idx-message {
  margin-top: 6.25rem;
  padding: 0 0 11.25rem 0;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-message {
    padding-bottom: 2.5rem;
  }
}

.p-idx-message-contents {
  position: relative;
}

.p-idx-message-txt-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-idx-message-txt {
  width: 45%;
}
@media screen and (max-width: 576px) {
  .p-idx-message-txt {
    width: 100%;
  }
}

.p-idx-message-txt__ttl {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-message-txt__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-message-txt__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
}
.p-idx-message-txt__ttl::before, .p-idx-message-txt__ttl::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-message-txt__ttl::before, .p-idx-message-txt__ttl::after {
    width: 8.8vw;
    height: 6.5vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-message-txt__ttl::before, .p-idx-message-txt__ttl::after {
    width: 52px;
    height: 39px;
  }
}
.p-idx-message-txt__ttl::before {
  background-image: url(/carpenter/resource/images/ico_exclamation_before.svg);
  top: -30px;
  left: -70px;
}
@media screen and (max-width: 820px) {
  .p-idx-message-txt__ttl::before {
    top: -20px;
    left: -41px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-message-txt__ttl::before {
    top: -10px;
    left: -25px;
  }
}
.p-idx-message-txt__ttl::after {
  background-image: url(/carpenter/resource/images/ico_exclamation_after.svg);
  bottom: 20px;
  right: -90px;
}
@media screen and (max-width: 820px) {
  .p-idx-message-txt__ttl::after {
    bottom: -10px;
    right: -25px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-message-txt__ttl::after {
    bottom: -10px;
    right: -25px;
  }
}

.p-idx-message-txt__txt {
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (max-width: 576px) {
  .p-idx-message-txt__txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-idx-message-txt__txt + .p-idx-message-txt__txt {
  margin-top: 2em;
}

.p-idx-message-image {
  height: 715px;
  width: 45.57vw;
  background-position: top center;
  background-size: cover;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 820px) {
  .p-idx-message-image {
    height: 404px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-message-image {
    position: static;
    width: 84%;
    height: 328px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    margin-top: 1.25rem;
  }
}

.p-idx-message-txt__president {
  font-weight: 600;
  text-align: right;
  margin-top: 2em;
}
.p-idx-message-txt__president span {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 1em;
}

/* ==========================================================================
大工養成課
========================================================================== */
.p-training-contents {
  padding: 60px 60px;
  border-radius: 50px;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .p-training-contents {
    padding: 60px 32px;
  }
}
@media screen and (max-width: 576px) {
  .p-training-contents {
    padding: 40px 20px;
    border-radius: 25px;
    margin-top: 3.75rem;
  }
}

/* 大工養成課とは？
----------------------------------------------------------------- */
.p-training-about .p-training-contents {
  background-color: #E1DFDC;
}

@media screen and (max-width: 576px) {
  .p-training-about-lead p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-training-about-lead p + p {
  margin-top: 1.5em;
}

.p-training-about-lead__catch {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-training-about-lead__catch {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-training-about-features-contents-box,
.p-training-about-actions-contents-box,
.p-training-step-education-contents-box {
  -ms-flex-preferred-size: 31.81%;
      flex-basis: 31.81%;
}
.p-training-about-features-contents-box img,
.p-training-about-actions-contents-box img,
.p-training-step-education-contents-box img {
  border-radius: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .p-training-about-features-contents-box img,
  .p-training-about-actions-contents-box img,
  .p-training-step-education-contents-box img {
    border-radius: 15px;
  }
}
.p-training-about-features-contents-box h4,
.p-training-about-actions-contents-box h4,
.p-training-step-education-contents-box h4 {
  color: #AB8057;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 5px;
}
.p-training-about-features-contents-box p,
.p-training-about-actions-contents-box p,
.p-training-step-education-contents-box p {
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .p-training-about-features-contents-box p,
  .p-training-about-actions-contents-box p,
  .p-training-step-education-contents-box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-training-about-features-contents-box__title,
.p-training-about-actions-contents-box__title,
.p-training-step-education-contents-box__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .p-training-about-features-contents-box__title,
  .p-training-about-actions-contents-box__title,
  .p-training-step-education-contents-box__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* 3つの特徴 */
.p-training-about-features-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-training-about-features-contents {
    display: block;
  }
}

.p-training-about-features-contents-box p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .p-training-about-features-contents-box + .p-training-about-features-contents-box {
    margin-top: 40px;
  }
}

/* 木の花ホームの大工 */
.p-training-about-actions-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-training-about-actions-contents {
    display: block;
  }
}

.p-training-about-actions-contents-text {
  -ms-flex-preferred-size: 61.36%;
      flex-basis: 61.36%;
}

.p-training-about-actions-contents-image {
  -ms-flex-preferred-size: 31.81%;
      flex-basis: 31.81%;
}
.p-training-about-actions-contents-image img {
  border-radius: 30px;
}
@media screen and (max-width: 576px) {
  .p-training-about-actions-contents-image img {
    border-radius: 15px;
  }
}
.p-training-about-actions-contents-image img + img {
  margin-top: 10px;
}

.p-training-about-actions-contents-box {
  padding: 1.25rem 0;
}
.p-training-about-actions-contents-box:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}

/* 一人前の大工になるまで
----------------------------------------------------------------- */
.p-training-step {
  background-color: #f1f1f1;
}
.p-training-step .p-training-contents {
  background-color: #EBEAE7;
}
@media screen and (max-width: 576px) {
  .p-training-step .js-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* iOS慣性スクロール */
    white-space: nowrap;
    /* 画像や要素を横並びに */
  }
  .p-training-step .js-scrollable img {
    display: inline-block;
    max-width: none;
    width: 670px;
    /* 横幅をはみ出させたいときはこれ重要 */
  }
}

/* 大工1年目はどんなことをするの？ */
.p-training-step-first-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
}
@media screen and (max-width: 576px) {
  .p-training-step-first-contents {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .p-training-step-first,
  .p-training-step-graduate {
    padding-top: 4.375rem;
  }
}

.p-training-step-first-contents-box {
  -ms-flex-preferred-size: 31.81%;
      flex-basis: 31.81%;
  margin-top: 2.5rem;
}
.p-training-step-first-contents-box p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-training-step-first-contents-box__thumb {
  position: relative;
  margin-bottom: 20px;
}
.p-training-step-first-contents-box__thumb img {
  border-radius: 30px;
}
.p-training-step-first-contents-box__thumb .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 55px;
}

.p-training-step-first-contents-box__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.75em;
}

/* 卒業後はどうなるの？ */
.p-training-step-graduate-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-training-step-graduate-contents {
    display: block;
  }
}

.p-training-step-graduate-contents-box {
  -ms-flex-preferred-size: 48.86%;
      flex-basis: 48.86%;
  background-color: #f1f1f1;
  padding: 2.5rem;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 576px) {
  .p-training-step-graduate-contents-box {
    border-radius: 15px;
    padding: 1.25rem;
  }
}
.p-training-step-graduate-contents-box img {
  border-radius: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .p-training-step-graduate-contents-box img {
    border-radius: 15px;
  }
}
.p-training-step-graduate-contents-box p {
  line-height: 1.7;
}
@media screen and (max-width: 576px) {
  .p-training-step-graduate-contents-box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-training-step-graduate-contents-box + .p-training-step-graduate-contents-box {
    margin-top: 1.25rem;
  }
}

.p-training-step-graduate-contents-box__title {
  text-align: center;
  color: #AB8057;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
}

/* 現場以外での教育 */
@media screen and (max-width: 576px) {
  .p-training-step-education {
    padding-bottom: 10px;
  }
}

.p-training-step-education-contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0;
}
@media screen and (max-width: 576px) {
  .p-training-step-education-contents-box {
    display: block;
  }
}
.p-training-step-education-contents-box:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}

.p-training-step-education-contents-box-text {
  -ms-flex-preferred-size: 61.36%;
      flex-basis: 61.36%;
}
@media screen and (max-width: 576px) {
  .p-training-step-education-contents-box-text {
    margin-bottom: 1.25rem;
  }
}
.p-training-step-education-contents-box-text p {
  line-height: 1.7;
}

.p-training-step-education-contents-box-image {
  -ms-flex-preferred-size: 32.61%;
      flex-basis: 32.61%;
}
.p-training-step-education-contents-box-image img {
  border-radius: 30px;
  margin-bottom: 0;
}

.p-training-message-contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-training-message-contents-box {
    display: block;
  }
}
.p-training-message-contents-box + .p-training-message-contents-box {
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-training-message-contents-box + .p-training-message-contents-box {
    margin-top: 2.5rem;
  }
}

.p-training-message-contents-box-image {
  -ms-flex-preferred-size: 26.53%;
      flex-basis: 26.53%;
}
@media screen and (max-width: 576px) {
  .p-training-message-contents-box-image {
    margin-bottom: 1.25rem;
  }
}
.p-training-message-contents-box-image img {
  border-radius: 30px;
}

.p-training-message-contents-box-text {
  -ms-flex-preferred-size: 70.4%;
      flex-basis: 70.4%;
}
.p-training-message-contents-box-text p {
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.p-training-message-contents-box-text__name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.75em;
}
.p-training-message-contents-box-text__name span {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 1.5em;
}

.p-training-message-contents-box-text__data {
  margin-bottom: 1em;
}
.p-training-message-contents-box-text__data li {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-training-message-contents-box-text__comment {
  background-color: #fff;
  padding: 1.25rem;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 576px) {
  .p-training-message-contents-box-text__comment {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* ==========================================================================
先輩大工の声
========================================================================== */
/* リード
----------------------------------------------------------------- */
.p-interview-lead {
  position: relative;
}
.p-interview-lead p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-interview-lead p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-interview-lead p + p {
  margin-top: 1em;
}

.p-interview-lead__illust1,
.p-interview-lead__illust2,
.p-interview-lead__illust3,
.p-interview-lead__illust4 {
  position: absolute;
}
.p-interview-lead__illust1 img,
.p-interview-lead__illust2 img,
.p-interview-lead__illust3 img,
.p-interview-lead__illust4 img {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}

.p-interview-lead__illust1 {
  top: 70px;
  left: 70px;
}
@media screen and (max-width: 576px) {
  .p-interview-lead__illust1 {
    top: 80px;
    left: 40px;
    width: 43px;
  }
}

.p-interview-lead__illust2 {
  top: 0px;
  right: 70px;
}
@media screen and (max-width: 576px) {
  .p-interview-lead__illust2 {
    top: 200px;
    right: 47px;
    width: 63px;
  }
}

.p-interview-lead__illust3 {
  top: 160px;
  left: 20px;
}
@media screen and (max-width: 576px) {
  .p-interview-lead__illust3 {
    top: 340px;
    left: 10px;
    width: 17px;
  }
}

.p-interview-lead__illust4 {
  top: 200px;
  right: 30px;
}
@media screen and (max-width: 576px) {
  .p-interview-lead__illust4 {
    top: 440px;
    right: 10px;
    width: 33px;
  }
}

/* メンバー紹介
----------------------------------------------------------------- */
.p-interview-introduction {
  margin-top: 6.25rem;
}

.p-interview-introduction-contents {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-interview-introduction-contents {
    padding: 1.25rem;
  }
}
.p-interview-introduction-contents h2 {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}

.p-interview-introduction-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-interview-introduction-contents-flex {
    display: block;
  }
}

.p-interview-introduction-contents-flex-box {
  -ms-flex-preferred-size: 30.45%;
      flex-basis: 30.45%;
  opacity: 0;
}
.p-interview-introduction-contents-flex-box p {
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .p-interview-introduction-contents-flex-box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-introduction-contents-flex-box + .p-interview-introduction-contents-flex-box {
    margin-top: 2.5rem;
  }
}

.p-interview-introduction-contents-flex-box__thumb {
  position: relative;
  margin-bottom: 1.875rem;
}
.p-interview-introduction-contents-flex-box__thumb img {
  border-radius: 30px;
}
.p-interview-introduction-contents-flex-box__thumb .data {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 1.25rem 0 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-top-left-radius: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .p-interview-introduction-contents-flex-box__thumb .data {
    position: relative;
    margin-top: -20px;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-introduction-contents-flex-box__thumb .data {
    margin-top: -80px;
    width: 220px;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-interview-introduction-contents-flex-box__thumb .data .name {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.p-interview-faq {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.p-interview-faq-q {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-q {
    margin-bottom: 2.5rem;
  }
}

.p-interview-faq-q__label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-color: #2C2C2C;
  color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-q__label {
    font-size: 22px;
    font-size: 1.375rem;
    width: 48px;
    height: 48px;
    position: static;
  }
}

.p-interview-faq-q__text {
  background-color: #2C2C2C;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 120px;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 14px 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-q__text {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    margin-left: 0;
  }
}

.p-interview-faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-a {
    display: block;
  }
}
.p-interview-faq-a + .p-interview-faq-a {
  margin-top: 2.5rem;
}
.p-interview-faq-a--large .p-interview-faq-a__face {
  -ms-flex-preferred-size: 242px;
      flex-basis: 242px;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-a--large .p-interview-faq-a__face {
    width: 50%;
  }
}
.p-interview-faq-a--large .p-interview-faq-a__face img {
  border-radius: 30px;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-a--large:nth-of-type(2n) .p-interview-faq-a__face {
    margin-left: 0;
    margin-right: auto;
  }
}
.p-interview-faq-a--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-interview-faq-a--rev .p-interview-faq-a__text > div {
  border-top-left-radius: 0px;
  border-top-right-radius: 30px;
  margin-left: 40px;
  margin-right: 0px;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-a--rev .p-interview-faq-a__text > div {
    margin-left: 0;
  }
}

.p-interview-faq-a__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-a__text {
    margin-right: 0;
  }
}
.p-interview-faq-a__text > div {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1.875rem 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-a__text > div {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-interview-faq-a__face {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-interview-faq-a__face {
    text-align: center;
    margin-bottom: 1.25rem;
    width: 100px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-faq-a__face img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-interview-faq__image {
  margin-top: 4.375rem;
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .p-interview-faq__image {
    border-radius: 25px;
  }
}

/* ==========================================================================
木の花ホームのこと
========================================================================== */
/* 会社紹介
----------------------------------------------------------------- */
.p-about-introduction-contents {
  position: relative;
  background-color: #E1DFDC;
  border-radius: 50px;
  padding: 3.75rem;
}
@media screen and (max-width: 576px) {
  .p-about-introduction-contents {
    padding: 3.75rem 1.25rem 2.5rem 1.25rem;
    border-radius: 25px;
  }
}

.p-about-introduction-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
}
@media screen and (max-width: 576px) {
  .p-about-introduction-contents-flex {
    display: block;
  }
}
.p-about-introduction-contents-flex + .p-about-introduction-contents-flex {
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .p-about-introduction-contents-flex:nth-of-type(1) {
    margin-top: 1.25rem;
  }
}

.p-about-introduction-contents-flex-box {
  background-color: #fff;
  -ms-flex-preferred-size: 31.81%;
      flex-basis: 31.81%;
  padding: 1.875rem;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .p-about-introduction-contents-flex-box {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.p-about-introduction-contents-flex-box p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .p-about-introduction-contents-flex-box {
    margin-top: 15px;
  }
}

.p-about-introduction-contents-flex-box__title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}

.p-about-introduction-contents-flex-box__number {
  margin-bottom: 15px;
}

/* 家づくりのこだわり
----------------------------------------------------------------- */
.p-about-commitment {
  background-color: #f1f1f1;
}

.p-about-commitment-contents {
  position: relative;
  background-color: #E1DFDC;
  border-radius: 50px;
  padding: 3.75rem;
}
@media screen and (max-width: 576px) {
  .p-about-commitment-contents {
    padding: 3.75rem 1.25rem 2.5rem 1.25rem;
    border-radius: 25px;
  }
}

.p-about-commitment-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
}
@media screen and (max-width: 576px) {
  .p-about-commitment-contents-flex {
    display: block;
    margin-top: -20px;
  }
}
.p-about-commitment-contents-flex + .p-about-commitment-contents-flex {
  margin-top: 1.25rem;
}

.p-about-commitment-contents-flex-box {
  background-color: #fff;
  -ms-flex-preferred-size: 47.72%;
      flex-basis: 47.72%;
  padding: 1.875rem;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-top: 1.875rem;
}
.p-about-commitment-contents-flex-box img {
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-about-commitment-contents-flex-box h4 {
  color: #AB8057;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0.5em;
}
.p-about-commitment-contents-flex-box p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-about-commitment-contents-flex-box__catch {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

/* 各種制度
----------------------------------------------------------------- */
.p-about-benefits-contents {
  position: relative;
  background-color: #FAFAFA;
  border-radius: 50px;
  padding: 3.75rem;
}
@media screen and (max-width: 576px) {
  .p-about-benefits-contents {
    padding: 3.75rem 1.25rem 2.5rem 1.25rem;
    border-radius: 25px;
  }
}

.p-about-benefits-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-about-benefits-contents-flex {
    display: block;
  }
}
.p-about-benefits-contents-flex + .p-about-benefits-contents-flex {
  margin-top: 20px;
}
.p-about-benefits-contents-flex--lastrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .p-about-benefits-contents-flex:nth-of-type(1) {
    margin-top: 1.25rem;
  }
}

.p-about-benefits-contents-flex-box {
  background-color: #f1f1f1;
  -ms-flex-preferred-size: 31.81%;
      flex-basis: 31.81%;
  border-radius: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 576px) {
  .p-about-benefits-contents-flex-box + .p-about-benefits-contents-flex-box {
    margin-top: 20px;
  }
}
.p-about-benefits-contents-flex-box img {
  width: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.p-about-benefits-contents-flex-box p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-about-benefits-contents-flex-box__title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 1200px) {
  .u-scroll-anchor {
    padding-top: 3.75rem;
    margin-top: -3.75rem;
  }
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

.u-margin-xxsmall-top {
  margin-top: 10px;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xsmall-top {
    margin-top: 14px;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 10px;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-top {
    margin-top: 1.25rem;
  }
}

.u-margin-medium-small-top {
  margin-top: 1.875rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.5rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.25rem;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.25rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 3.75rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.5rem;
  }
}

.u-padding-top-xlarge {
  padding-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-top-xlarge {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-top-xlarge {
    padding-top: 3.75rem;
  }
}

.u-padding-xxlarge-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.25rem;
}
/*# sourceMappingURL=main.css.map */