@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
          box-sizing: border-box;
  word-break: normal;
     tab-size: 4;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide-pc {
  display: none;
}
.h-mb0 {
  margin-bottom: 0 !important;
}

.h-mt0 {
  margin-top: 0 !important;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.875;
  font-family: "Noto Serif JP", serif;
}

body {
  word-wrap: break-word;
  text-spacing-trim: trim-start;
}

a {
  -webkit-transition: all 0.3s;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
  opacity: 0.8;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

.ly_mainHeader {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 21;
  position: absolute;
  top: 0;
  left: 0%;
          justify-content: space-between;
  width: 100%;
  background-color: rgba(47, 111, 111, 0.8);
  color: #fff;
  transition: all 0.3s;
}
.ly_mainHeader.is-scroll {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.ly_mainHeader.is-scroll.is-fixed {
  -webkit-transform: translate(0, 0);
  position: fixed;
          transform: translate(0, 0);
}
.is-menuOpen .ly_mainHeader {
  background-color: rgba(47, 111, 111, 0.95);
}

body:not(.home) .ly_mainHeader {
  -webkit-transform: translate(0, 0);
  position: fixed;
          transform: translate(0, 0);
}

.ly_mainFooter {
  padding-top: 150px;
  padding-bottom: 92px;
  background-image: url("./img/footer_background.png");
  background-position: center bottom -220px;
  background-size: 2071px auto;
}

.h-scrollAnim {
  -webkit-transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
          transform: translateY(50px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-scrollAnim.is-scrollIn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.bl_backGray {
  padding-top: 1px;
  background-image: url("./img/back_gray.png");
  background-size: cover;
}

.bl_logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 186px;
  height: 98.8px;
  background-color: #fff;
}
.bl_logo img {
  display: block;
}

.bl_Menu {
  padding-top: 20px;
  padding-right: 4.4vw;
}

.bl_headerMenu01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  margin-bottom: 10px;
  gap: min(1.9vw, 35px);
}
.bl_headerMenu01 a {
  display: inline-block;
  position: relative;
}
.bl_headerMenu01 a::before {
  display: inline-block;
  width: 14px;
  height: 3px;
  margin-right: 6px;
  background-color: #ccc;
  content: "";
  vertical-align: middle;
}
.bl_headerMenu01 a::after {
  -webkit-transition: all 0.3s;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.bl_headerMenu01 a:hover {
  opacity: 1;
}
.bl_headerMenu01 a:hover::after {
  width: 100%;
}

.bl_headerMenu02 {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-end;
  gap: 0 min(1.9vw, 35px);
}
.bl_headerMenu02 a {
  display: block;
  position: relative;
}
.bl_headerMenu02 a::after {
  -webkit-transition: all 0.3s;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.bl_headerMenu02 a:hover {
  opacity: 1;
}
.bl_headerMenu02 a:hover::after {
  width: 100%;
}

.headerRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}

.bl_mailWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: cen ter;
      -ms-flex-pack: cen ter;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: cen ter;
  width: 86px;
  padding: 23.5px 0;
  background-color: #cf9100;
  font-size: 0.625rem;
}
.bl_mailWrapper img {
  display: block;
  margin-bottom: 4px;
}

.bl_telWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 16px 0;
  padding-right: 20px;
  gap: 5px;
  text-align: right;
}

.bl_tel {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.bl_tel img {
  margin-right: -5px;
  vertical-align: middle;
}

.bl_telTime {
  font-size: 0.5625rem;
}

.bl_menuSwitch {
  display: none;
  aspect-ratio: 1;
  width: 70px;
  height: 70px;
  background-color: #2f6f6f;
  font-size: 0.5rem;
}

.bl_menuSwitch_inner {
  display: block;
  position: relative;
  aspect-ratio: 1;
  width: 30px;
  margin-bottom: 2px;
}
.bl_menuSwitch_inner::before, .bl_menuSwitch_inner::after,
.bl_menuSwitch_inner span {
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.bl_menuSwitch_inner::before {
  top: 0;
  width: 100%;
}
.bl_menuSwitch_inner::after {
  bottom: 0;
  width: 100%;
}
.bl_menuSwitch_inner span {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 80%;
          transform: translateY(-50%);
}
.is-menuOpen .bl_menuSwitch_inner::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  width: 140%;
          transform: translate(-50%, -50%) rotate(45deg);
}
.is-menuOpen .bl_menuSwitch_inner::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  width: 140%;
          transform: translate(-50%, -50%) rotate(-45deg);
}
.is-menuOpen .bl_menuSwitch_inner span {
  width: 0;
}

.bl_content {
  max-width: 1280px;
  margin: 0 auto;
}

.bl_contentLayout {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.bl_contentLayout__last {
  margin-bottom: 130px;
}
.bl_contentLayout:not(:has(#tab_news li)) [href="#tab_news"] {
  display: none;
}
.bl_contentLayout:not(:has(#tab_achievements li)) [href="#tab_achievements"] {
  display: none;
}
.bl_contentLayout:not(:has(#tab_recruitment li)) [href="#tab_recruitment"] {
  display: none;
}

.max906 {
  max-width: 906px;
  margin-right: auto;
  margin-left: auto;
}

.max960 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.max840 {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.max760 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.bl_kv {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
.bl_kv img {
  -o-object-fit: cover;
  -webkit-transition: all 10s ease-out;
  width: 100%;
  height: 100%;
     object-fit: cover;
  opacity: 0.95;
  transition: all 10s ease-out;
}
.bl_kv.is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.bl_kv_arrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 36px;
  left: 50%;
          align-items: center;
          justify-content: center;
  width: 66px;
  height: 66px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(47, 111, 111, 0.7);
  color: #fff;
  font-size: 0.6875rem;
  font-family: "EB Garamond", serif;
}
.bl_kv_arrow span {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 38px;
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.bl_kv_arrow span::after, .bl_kv_arrow span::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.bl_kv_arrow span::after {
  -webkit-transform-origin: left bottom;
  -webkit-transform: rotate(-50deg);
  left: calc(50% + 0.5px);
          transform: rotate(-50deg);
          transform-origin: left bottom;
}
.bl_kv_arrow span::before {
  -webkit-transform-origin: right bottom;
  -webkit-transform: rotate(50deg);
  right: calc(50% + 0.5px);
          transform: rotate(50deg);
          transform-origin: right bottom;
}

.bl_section01 {
  margin-bottom: 81px;
  background-image: url("./img/top/leaves.png");
  background-size: 501px auto;
}

.bl_section01__txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  font-weight: bold;
  font-size: 2.0625rem;
  letter-spacing: 0.35em;
          writing-mode: vertical-rl;
}

.bl_section01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 205px 20px 0;
}

.bl_section01_item {
  width: 50%;
}
.bl_section01_item:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding-left: 10px;
}
.bl_section01_item:last-child img {
  -webkit-box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.16);
  display: block;
  margin-top: 96px;
  margin-left: auto;
          box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.16);
}

.bl_sideImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 140px;
  gap: 40px;
}

.bl_sideImg_imgWrapper {
  width: 57.7%;
  padding-top: 14px;
}
.bl_sideImg_imgWrapper img {
  -webkit-box-shadow: -6px 6px 12px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
          box-shadow: -6px 6px 12px 0 rgba(0, 0, 0, 0.16);
}

.bl_sideImg_txtWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  line-height: 3.125;
}
.bl_sideImg_txtWrapper p {
  margin-top: 50px;
}
.bl_sideImg_txtWrapper p:first-child {
  margin-top: 0px;
}
.bl_sideImg_txtWrapper p:last-child {
  margin-top: 0px;
}
.bl_sideImg_txtWrapper .bl_sideImg_name {
  display: block;
  margin-top: 20px;
  margin-left: auto;
}

.bl_sectionFeatures {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 10px;
}

.bl_sectionHeader {
  position: relative;
  margin-top: 185px;
  margin-bottom: 144px;
}
.bl_sectionHeader::after, .bl_sectionHeader::before {
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #707070;
  content: "";
}
.bl_sectionHeader::after {
  -webkit-transform: translate(-50%, -100%);
  top: -20px;
          transform: translate(-50%, -100%);
}
.bl_sectionHeader::before {
  -webkit-transform: translate(-50%, 100%);
  bottom: -20px;
          transform: translate(-50%, 100%);
}

.bl_verticalLineHeading {
  position: relative;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.bl_verticalLineHeading > span::before {
  display: block;
  content: attr(data-en);
  font-size: 0.9375rem;
  font-family: "EB Garamond", serif;
}
.bl_verticalLineHeading::after, .bl_verticalLineHeading::before {
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #707070;
  content: "";
}
.bl_verticalLineHeading::after {
  -webkit-transform: translate(-50%, -100%);
  top: -20px;
          transform: translate(-50%, -100%);
}
.bl_verticalLineHeading::before {
  -webkit-transform: translate(-50%, 100%);
  bottom: -20px;
          transform: translate(-50%, 100%);
}

.bl_sectionFeatures_item {
  position: relative;
  margin-bottom: 165px;
  padding-top: 162px;
  counter-increment: features;
}
.bl_sectionFeatures_item::before {
  position: absolute;
  top: 0;
  left: 95px;
  content: counter(features, decimal-leading-zero);
  color: #e2efed;
  font-weight: bold;
  font-size: 12.5rem;
  line-height: 1;
}
.bl_sectionFeatures_item:nth-child(even) .bl_featuresBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_sectionFeatures_item:nth-child(even) .bl_featuresFront {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_sectionFeatures_item:nth-child(even) .bl_featuresFront_txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bl_sectionFeatures_item:nth-child(even)::before {
  right: 45px;
  left: auto;
}

.bl_featuresFront_imgWrapper {
  width: 62.5%;
  padding-top: 98px;
}
.bl_featuresFront_imgWrapper img {
  -webkit-box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.16);
  display: block;
  width: 100%;
          box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.16);
}

.bl_featuresFront {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: space-between;
  gap: 6vw;
}

.bl_featuresBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 98px;
  gap: 40px;
}

.bl_featuresFront_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          align-items: center;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.4em;
  white-space: nowrap;
          writing-mode: vertical-rl;
}
.bl_featuresFront_txt span {
  -webkit-transform: translateX(-5px);
  display: inline-block;
  margin-bottom: 0.5em;
          transform: translateX(-5px);
  letter-spacing: 0;
  text-align: center;
  text-combine-upright: all;
}

.bl_featuresBack_imgWrapper {
  width: 47.91%;
}
.bl_featuresBack_imgWrapper img {
  -webkit-box-shadow: -6px 6px 15px 0 rgba(0, 0, 0, 0.16);
  display: block;
  width: 100%;
          box-shadow: -6px 6px 15px 0 rgba(0, 0, 0, 0.16);
}

.bl_featuresFront_txtWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.875;
}
.bl_featuresFront_txtWrapper p:not(:last-child) {
  margin-bottom: 28px;
}
.bl_featuresFront_txtWrapper mark {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf9f7+0,ebf9f7+100&1+0,1+57,0+58,0+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 249, 247, 0)), color-stop(50%, rgba(235, 249, 247, 0)), color-stop(51%, rgb(235, 249, 247)), to(rgb(235, 249, 247)));
  background: linear-gradient(to bottom, rgba(235, 249, 247, 0) 0%, rgba(235, 249, 247, 0) 50%, rgb(235, 249, 247) 51%, rgb(235, 249, 247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #2f6f6f;
  font-weight: 600;
}

.bl_wideCardUnit {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 158px;
  margin-bottom: 100px;
  gap: 120px 0;
}
.bl_wideCardUnit__archive {
  margin-top: 90px;
}

.bl_wideCardItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 49.25%;
}

.bl_wideCardItem_imgWrapper {
  aspect-ratio: 630/400;
  overflow: hidden;
}
.bl_wideCardItem_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_wideCardItem_body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1;
          flex-direction: column;
          justify-content: space-between;
  padding: 14px 25px 0;
  line-height: 1.75;
}

.bl_tagList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 2px;
  gap: 20px;
}
.bl_tagList__pcCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
}
.bl_tagList li::before {
  content: "#";
}

.bl_wideCardItem_subHeading {
  font-size: 1.25rem;
}

.bl_wideCardItem_heading {
  font-size: 1.5rem;
}

.bl_wideCardItem_moreLink {
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: 1px solid currentColor;
  color: #2f6f6f;
  font-size: 0.9375rem;
}
.bl_wideCardItem_moreLink::after {
  display: inline-block;
  width: 8.5px;
  height: 9.2px;
  margin-left: 10px;
  background-image: url("./img/icon/double_arrow.svg");
  background-size: contain;
  content: "";
}

.bl_btnWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.bl_priceWrapper {
  overflow: hidden;
  background-image: url("./img/top/tree_pc.png");
  background-position: right 60px;
  background-size: 435px auto;
}

.bl_sideImg02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
  margin-bottom: 280px;
  gap: 79px;
}

.bl_sideImg02_imgWrapper {
  width: 48%;
}
.bl_sideImg02_imgWrapper img {
  -webkit-box-shadow: -6px 6px 15px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
          box-shadow: -6px 6px 15px 0 rgba(0, 0, 0, 0.16);
}

.bl_sideImg02_heading {
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 1.4375rem;
}

.bl_sideImg02_txtWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 420px;
}
.bl_sideImg02_txtWrapper .el_btn {
  margin-top: 80px;
}
.bl_sideImg02_txtWrapper p {
  margin-bottom: 30px;
  font-size: 1.0625rem;
  line-height: 1.76;
}

.bl_pcCenterTxt01 {
  font-size: 1.0625rem;
  text-align: center;
}
.bl_pcCenterTxt01 p:not(:last-child) {
  margin-bottom: 26px;
}

.bl_pcCenterTxt02 {
  margin-bottom: 58px;
  padding-top: 75px;
  font-size: 1rem;
  line-height: 1.87;
  text-align: center;
}

.bl_instaHeader {
  margin-top: 60px;
  line-height: 1.76;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_instaHeader_txt01 {
  font-size: 1.4375rem;
}

.bl_instaHeader_txt02 {
  font-size: 1.125rem;
}

.bl_instaBody {
  max-width: 930px;
  margin: 35px auto 0;
}

.bl_sectionBase {
  margin-top: 260px;
}

.bl_catList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin-top: 160px;
  margin-bottom: 48px;
  padding-right: 20px;
  padding-left: 20px;
  gap: 20px 40px;
}
.bl_catList a {
  display: block;
  width: 140px;
  padding: 3.5px 0;
  background-color: #edf5f5;
  color: #2f6f6f;
  font-size: 0.9375rem;
  text-align: center;
}
.bl_catList a.is-active {
  background-color: #2f6f6f;
  color: #fff;
}
.bl_catList a:hover {
  background-color: #2f6f6f;
  color: #fff;
  opacity: 1;
}

.bl_newsListUnit {
  margin-bottom: 80px;
  letter-spacing: 0.1em;
}
.bl_newsListUnit a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 35px;
}
.bl_newsListUnit li {
  border-bottom: 1px solid rgba(63, 63, 63, 0.4);
}

.bl_newsList_time {
  width: 140px;
  font-size: 1.25rem;
  font-family: "Pinyon Script", cursive;
  letter-spacing: 0em;
}

.bl_newsList_category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-right: 60px;
  gap: 5px;
  font-size: 0.9375rem;
}
.bl_newsList_category span {
  display: block;
  width: 110px;
  padding: 2.5px;
  border: 1px solid #2f6f6f;
  color: #2f6f6f;
  text-align: center;
}

.bl_footerContact__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: end;
      -ms-flex-align: end;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: flex-end;
          justify-content: space-between;
  gap: 30px;
}

.bl_tabItem {
  display: none;
}
.bl_tabItem.is-active {
  display: block;
}

.bl_footerContact {
  padding: 45px 0px 49px;
  background-color: rgba(47, 111, 111, 0.9);
  color: #fff;
}

.bl_footerContact_en {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.47;
}

.bl_footerContact_heading {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.42;
}
.bl_footerContact_front {
  letter-spacing: 0.2em;
}

.bl_footerContact_txt {
  margin-top: 40px;
  font-size: 0.9375rem;
  line-height: 1.46;
}

.bl_footerTelTime {
  font-size: 0.875rem;
}
.bl_footerTelTime span {
  display: block;
}

.bl_contactData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_contactData .bl_tel {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bl_contactData > div {
  padding-top: 2px;
  padding-bottom: 20px;
}
.bl_contactData > div:first-child {
  padding-right: 65px;
  border-right: 1px solid #fff;
  text-align: right;
}
.bl_contactData > div:last-child {
  padding-top: 20px;
  padding-left: 76px;
}

.bl_footerFront {
  line-height: 1.43;
}
.bl_footerFront img,
.bl_footerFront a {
  display: block;
}
.bl_footerFront address {
  font-style: normal;
}
.bl_footerFront a {
  margin-top: 23px;
}
.bl_footerFront .bl_footerFront_insta {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 34px;
  padding: 7.5px 28px;
  gap: 10px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 0.8125rem;
}
.bl_footerFront .bl_footerFront_name {
  margin: 32px 0 23px;
}
.bl_footerFront .bl_footerFront_privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  font-size: 0.9375rem;
}
.bl_footerFront .bl_footerFront_privacy::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  aspect-ratio: 1;
  width: 10px;
  margin-left: 5px;
          transform: rotate(45deg);
  border-top: 1px solid #2f6f6f;
  border-right: 1px solid #2f6f6f;
  content: "";
}

.bl_footerFront_logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 163px;
  height: 85px;
  background-color: #fff;
}
.bl_footerFront_logo img {
  display: block;
  width: 139px;
}

.bl_footerInner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  gap: 30px;
}

.bl_footerList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
  padding-right: 0.5vw;
}
.bl_footerList li {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  margin-right: 36px;
  letter-spacing: 0.1em;
          writing-mode: vertical-rl;
}
.bl_footerList a:hover {
  position: relative;
  opacity: 1;
}
.bl_footerList a:hover::after {
  -webkit-transform: translate(-50%, -100%);
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 1px;
  height: 14px;
          transform: translate(-50%, -100%);
  background-color: currentColor;
  content: "";
}

.bl_copy {
  padding: 13px 0;
  background-color: #fff;
  color: #707070;
  font-size: 0.8125rem;
  text-align: center;
}

.bl_topLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 23;
  position: fixed;
  right: 20px;
  bottom: 30px;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 110px;
  padding-bottom: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  color: #2f6f6f;
  font-size: 0.9375rem;
  line-height: 1.26;
  font-family: "EB Garamond", serif;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.bl_topLink.is-show {
  opacity: 1;
  pointer-events: auto;
}
.bl_topLink span {
  -webkit-transform: translateX(-50%) translateY(-30px);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 38px;
          transform: translateX(-50%) translateY(-30px);
  background-color: #2f6f6f;
}
.bl_topLink span::after, .bl_topLink span::before {
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 1px;
  background-color: #2f6f6f;
  content: "";
}
.bl_topLink span::after {
  -webkit-transform-origin: left bottom;
  -webkit-transform: rotate(50deg);
  left: calc(50% + 0.5px);
          transform: rotate(50deg);
          transform-origin: left bottom;
}
.bl_topLink span::before {
  -webkit-transform-origin: right bottom;
  -webkit-transform: rotate(-50deg);
  right: calc(50% + 0.5px);
          transform: rotate(-50deg);
          transform-origin: right bottom;
}
.bl_topLink::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 69px;
  height: 50px;
          transform: translateX(-50%);
  background-image: url("./img/icon/jouro.png");
  background-size: contain;
  content: "";
}

.bl_breadcrumb {
  margin-top: 125px;
}

.bl_pageHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-height: 380px;
  padding-bottom: 50px;
}

.bl_postnav {
  margin-top: 120px;
  margin-bottom: 125px;
}
.bl_postnav .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  gap: 5px;
  font-size: 1.5625rem;
  font-family: "Pinyon Script", cursive;
}
.bl_postnav .page-numbers .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}
.bl_postnav .page-numbers .page-numbers.current {
  background-color: #2f6f6f;
  color: #fff;
}

.bl_eyecatch {
  display: block;
  margin-bottom: 78px;
}
.bl_eyecatch img {
  display: block;
  width: 100%;
}

.bl_blogBody,
.bl_newsBlogBody {
  margin-bottom: 120px;
}
.bl_blogBody section,
.bl_newsBlogBody section {
  margin-top: 54px;
}
.bl_blogBody h2,
.bl_newsBlogBody h2 {
  position: relative;
  margin-bottom: 42px;
  font-weight: 500;
  font-size: 1rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
}
.bl_blogBody h2 span,
.bl_newsBlogBody h2 span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
  background-color: #fff;
}
.bl_blogBody h2::before,
.bl_newsBlogBody h2::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(47, 111, 111, 0.4);
  content: "";
}

.bl_newsBlogBody {
  line-height: 2.2;
}
.bl_newsBlogBody a {
  color: #004bff;
  text-decoration: underline;
}
.bl_newsBlogBody .wp-block-table table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  margin: 30px auto;
}
.bl_newsBlogBody .wp-block-table table td {
  border: none;
}
.bl_newsBlogBody .wp-block-table table td:first-child {
  font-weight: bold;
}

.bl_sectionProject_txt01,
.bl_sectionProject_txt02 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_sectionProject_txt01 {
  min-height: 1.6em;
  margin-top: 30px;
  font-size: 1.1875rem;
}
.bl_sectionProject_txt01 + .bl_sectionProject_txt02 {
  margin-top: 0;
}

.bl_sectionProject_txt02 {
  margin-top: 30px;
  font-size: 1.375rem;
}

.bl_tableOutline {
  margin: 62px auto 40px;
  letter-spacing: 0.2em;
}
.bl_tableOutline th {
  width: 138px;
  font-weight: bold;
  text-align: left;
}
.bl_tableOutline th,
.bl_tableOutline td {
  padding-bottom: 32px;
}

.bl_small {
  display: block;
  font-size: 0.9375rem;
  text-align: center;
}

.bl_plannerBox {
  margin-top: 106px;
  margin-bottom: 116px;
  text-align: center;
}

.bl_plannerBox_name {
  margin-bottom: 39px;
}

.bl_plannerBox_imgWrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.bl_overViewImgWrapper {
  width: min(520px, 40.6vw);
}
.bl_overViewImgWrapper img {
  -webkit-box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.16);
  display: block;
  max-width: 100%;
  margin: 0 auto;
          box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.16);
}

.bl_sectionoverView_txt01,
.bl_sectionoverView_txt02 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_sectionoverView_txt01 {
  margin-top: 110px;
  font-size: 1.25rem;
}

.bl_sectionoverView_txt02 {
  font-size: 1.5625rem;
}

.bl_overViewItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: min(48px, 3.9vw);
}
.bl_overViewItem:not(:last-child) {
  margin-bottom: 150px;
}
.bl_overViewItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_overViewUnit {
  margin-bottom: 120px;
}

.bl_overViewTxtWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 38px;
  font-size: 1.0625rem;
  line-height: 2.05;
}
.bl_overViewTxtWrapper strong {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf9f7+0,ebf9f7+100&0+0,0+46,1+47,1+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 249, 247, 0)), color-stop(46%, rgba(235, 249, 247, 0)), color-stop(47%, rgb(235, 249, 247)), to(rgb(235, 249, 247)));
  background: linear-gradient(to bottom, rgba(235, 249, 247, 0) 0%, rgba(235, 249, 247, 0) 46%, rgb(235, 249, 247) 47%, rgb(235, 249, 247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #2f6f6f;
  font-weight: 500;
}

.bl_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  gap: 32px;
  font-family: "Noto Sans JP", sans-serif;
}

.bl_voice_data_list {
  font-size: 0.8125rem;
}
.bl_voice_data_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  gap: 23px;
  line-height: 1.7;
}
.bl_voice_data_list > div dt {
  width: 77px;
  background-color: #fff4c9;
  text-align: center;
}
.bl_voice_data_list > div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_voice_data_imgWrapper {
  padding-top: 26px;
}
.bl_voice_data_imgWrapper img {
  display: block;
  margin: 0 auto;
}

.bl_voice_data {
  width: 228px;
}

.bl_voice_data_name {
  margin-top: 20px;
  margin-bottom: 16px;
}

.bl_voice_data_bubble {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  position: relative;
          flex: 1;
  padding: 30px 42px 23px;
  border-radius: 28px;
  background-color: #f2f2f2;
  font-size: 0.9375rem;
  line-height: 2.3;
}
.bl_voice_data_bubble p:not(:last-child) {
  margin-bottom: 36px;
}
.bl_voice_data_bubble::after {
  display: block;
  position: absolute;
  top: 105px;
  left: -40px;
  width: 0;
  height: 0;
  border-width: 24.5px 47px 24.5px 0px;
  border-style: solid;
  border-color: transparent #f2f2f2 transparent transparent;
  content: "";
}

.bl_singlePageNavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  margin-bottom: 125px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.bl_btn {
  display: block;
  width: 270px;
  padding: 10px 0;
  background-color: #2f6f6f;
  color: #fff;
  text-align: center;
}

.bl_pageTransition {
  position: relative;
  width: 175px;
}
.bl_pageTransition:not(:has(a)) {
  visibility: hidden;
}
.bl_pageTransition a::after {
  display: block;
  position: absolute;
  top: 50%;
  aspect-ratio: 1;
  width: 40px;
  border-top: 1px solid #2f6f6f;
  border-left: 1px solid #2f6f6f;
  content: "";
}
.bl_pageTransition__prev a {
  padding-left: 40px;
}
.bl_pageTransition__prev a::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  left: 0;
          transform: translateY(-50%) rotate(-45deg);
}
.bl_pageTransition__next {
  right: 0;
  text-align: right;
}
.bl_pageTransition__next a {
  padding-right: 40px;
}
.bl_pageTransition__next a::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  right: 0;
          transform: translateY(-50%) rotate(135deg);
}
.bl_blogMeta {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 30px;
  gap: 36px;
}
.bl_blogMeta .bl_newsList_time {
  width: auto;
}

.bl_singleHeader {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 1.375rem;
}

.bl_horizontalTxt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
  margin-top: 6px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.5em;
  text-align: center;
          writing-mode: vertical-lr;
}

.bl_flowBody {
  max-width: 960px;
  margin: 0 auto;
}

.bl_flowKv_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 2.8;
  letter-spacing: 0.48em;
          writing-mode: vertical-rl;
}

.bl_flowKv {
  height: 765px;
  background-image: url("./img/flow/flow_pc.png");
  background-position: 50% 20px;
  background-size: 1004px auto;
}

.bl_backGray02 {
  background-color: #fff;
}

.bl_stepUnit {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.bl_stepUnit::after {
  display: block;
  position: absolute;
  top: 0;
  left: 52px;
  width: 1px;
  height: calc(100% - 200px);
  background-color: #2f6f6f;
  content: "";
}

.bl_stepItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          align-items: flex-start;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.1em;
  counter-increment: step;
}
.bl_stepItem:not(:last-child) {
  margin-bottom: 120px;
}
.bl_stepItem:first-child {
  margin-bottom: 58px;
}
.bl_stepItem:first-child .bl_stepItem_body {
  padding-top: 15px;
}
.bl_stepItem .bl_contactData {
  margin-top: 40px;
}
.bl_stepItem .bl_contactData > div:first-child {
  padding-right: 0;
  border-right: none;
}
.bl_stepItem .bl_contactData > div:last-child {
  padding-top: 3px;
  padding-left: 68px;
}
.bl_stepItem .bl_contactData .bl_footerTelTime {
  margin-top: 15px;
  font-size: 0.75rem;
}
.bl_stepItem .bl_contactData .el_mailBtn {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  border: 1px solid #3f3f3f;
  background-color: transparent;
}
.bl_stepItem .bl_contactData .el_mailBtn img {
  margin-right: 8px;
}
.bl_stepItem:first-child .bl_stepItem_number::before {
  display: none;
}

.bl_stepItem_body,
.bl_stepItem_heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  min-height: 104px;
}

.bl_stepItem_number {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 104px;
  border: 1px solid #2f6f6f;
  border-radius: 50%;
  background-color: #f6f6f4;
  color: #2f6f6f;
  font-size: 0.875rem;
  text-align: center;
}

.bl_stepItem_heading {
  width: min(295px, 30.7vw);
  margin-bottom: 25px;
  margin-left: 105px;
  padding-right: 20px;
  padding-left: min(50px, 4.1vw);
  font-size: 1.6875rem;
}

.bl_stepItem_number::after {
  display: block;
  content: counter(step, decimal-leading-zero);
  font-size: 1.875rem;
}

.bl_stepItem_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3f3f3f;
  font-weight: normal;
  line-height: 1.56;
}
.bl_stepItem_body mark {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf9f7+0,ebf9f7+100&1+0,1+57,0+58,0+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 249, 247, 0)), color-stop(50%, rgba(235, 249, 247, 0)), color-stop(51%, rgb(235, 249, 247)), to(rgb(235, 249, 247)));
  background: linear-gradient(to bottom, rgba(235, 249, 247, 0) 0%, rgba(235, 249, 247, 0) 50%, rgb(235, 249, 247) 51%, rgb(235, 249, 247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #2f6f6f;
  font-weight: 600;
}

.bl_borderHeading {
  margin-bottom: 60px;
  padding: 9px 25px;
  border-top: 1px solid #d1e1e1;
  border-bottom: 1px solid #d1e1e1;
  color: #2f6f6f;
  font-weight: 500;
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
}

.bl_priceFigure_box {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: min(60px, 5vw);
}
.bl_priceFigure_box:not(:last-child) {
  margin-bottom: 30px;
}

.bl_priceFigure {
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.bl_priceFigure_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_priceFigure_heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 160px;
  background-color: #7da8a8;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.5em;
}

.bl_priceFigure_item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: space-between;
  font-size: 1rem;
}
.bl_priceFigure_item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #d2e0e1;
  content: "";
}
.bl_priceFigure_item:not(:last-child) {
  margin-bottom: 2px;
}

.bl_priceFigure_item_heading {
  z-index: 1;
  position: relative;
  width: 84px;
  background-color: #fff;
}

.bl_priceFigure_item_price {
  z-index: 1;
  position: relative;
  width: 202px;
  background-color: #fff;
  letter-spacing: 0.15em;
  text-align: right;
}
.bl_priceFigure_item_price span {
  font-weight: bold;
  font-size: 1.375rem;
}

.bl_smallList {
  margin-bottom: 125px;
  line-height: 1.93;
}
.bl_smallList > div:not(:last-child) {
  margin-bottom: 40px;
}
.bl_smallList dt {
  font-weight: 500;
}
.bl_smallList dt::before {
  content: "※";
}

.bl_table01 {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.bl_table01 th {
  position: relative;
  width: 260px;
  padding-left: 50px;
  color: #2f6f6f;
  font-weight: bold;
  font-size: 1.0625rem;
  text-align: left;
}
.bl_table01 th::before {
  display: block;
  position: absolute;
  top: 48px;
  left: 25px;
  width: 15px;
  height: 2px;
  background-color: #2f6f6f;
  content: "";
}
.bl_table01 th small {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}
.bl_table01 th small::before {
  content: "※";
}
.bl_table01 th,
.bl_table01 td {
  padding-top: 31px;
  padding-bottom: 31px;
  vertical-align: top;
}
.bl_table01 tr:not(:last-child) {
  border-bottom: 2px solid #d1e1e1;
}

.bl_dotList {
  margin-top: 4px;
}
.bl_dotList:not(:last-child) {
  margin-bottom: 25px;
}
.bl_dotList li {
  position: relative;
  margin-bottom: 2.5px;
  padding-left: 20px;
  line-height: 1.4;
}
.bl_dotList li::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
          transform: translateY(-50%);
  content: "・";
}

.bl_dlList {
  line-height: 1.562;
  letter-spacing: 0.1em;
}
.bl_dlList dt {
  color: #2f6f6f;
  font-size: 1.0625rem;
}
.bl_dlList dt::before {
  content: "■";
}
.bl_dlList > div {
  margin-bottom: 24px;
}

#gmap {
  -webkit-filter: grayscale(1);
  display: block;
  width: 100%;
  height: 560px;
  border: none;
          filter: grayscale(1);
}

.bl_formWrapper {
  padding-bottom: 90px;
  letter-spacing: 0.1em;
}

.bl_contactTxt01 {
  margin-bottom: 32px;
  padding-top: 57px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.72;
  text-align: center;
}

.bl_contactTel {
  text-align: center;
}

.bl_contactTel_number {
  font-weight: 500;
  font-size: 1.5rem;
}

.bl_contactTel_txt {
  margin-top: 15px;
  font-size: 0.75rem;
  line-height: 1.416;
}
.bl_contactTel_txt span {
  display: block;
}

.bl_formBody {
  margin-top: 105px;
}
.bl_formBody > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 61px;
  line-height: 1.5;
}
.bl_formBody > div dt {
  position: relative;
  width: 240px;
  padding-top: 10px;
  padding-left: 22px;
  color: #2f6f6f;
  font-weight: bold;
  font-size: 1.0625rem;
}
.bl_formBody > div dt::before {
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 14px;
  height: 3px;
  background-color: currentColor;
  content: "";
}
.bl_formBody > div dt.bl_formBody__dt01 {
  padding-top: 20px;
}
.bl_formBody > div dt.bl_formBody__dt01::before {
  top: 32px;
}
.bl_formBody > div dt small {
  font-size: 0.875rem;
}
.bl_formBody > div dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          align-items: center;
  gap: 14px;
}
.bl_formBody > div dd:has(.bl_formBody_subName) {
  gap: 40px;
}
.bl_formBody > div dd:has([name=post01]) {
  max-width: 400px;
}
.bl_formBody > div dd > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_formBody .wpcf7-list-item {
  display: block;
  margin-left: 0;
  font-weight: bold;
  font-size: 1.0625rem;
}
.bl_formBody .wpcf7-list-item:not(:last-child) {
  margin-bottom: 16.5px;
}
.bl_formBody .wpcf7-list-item [type=checkbox] {
  width: 21px;
  height: 21px;
  margin-top: -4px;
  margin-right: 16px;
  vertical-align: middle;
}
.bl_formBody .bl_otherTextarea {
  margin-top: 14px;
  padding-left: 40px;
}
.bl_formBody .bl_otherTextarea textarea {
  height: 80px;
}
.bl_formBody .el_require span::after {
  margin-left: 20px;
  padding: 2.5px 11px;
  background-color: #dd0058;
  content: "必須";
  color: #fff;
  font-size: 0.875rem;
}

.bl_inputTxt,
.bl_inputEmail,
.bl_textarea {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #707070;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.bl_inputTxt[name=tel], .bl_inputTxt[name=your_email],
.bl_inputEmail[name=tel],
.bl_inputEmail[name=your_email],
.bl_textarea[name=tel],
.bl_textarea[name=your_email] {
  max-width: 400px;
}

.bl_formBody_subName {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
}

input::-webkit-input-placeholder {
  color: #aeaeae;
}

input::-moz-placeholder {
  color: #aeaeae;
}

input:-ms-input-placeholder {
  color: #aeaeae;
}

input::-ms-input-placeholder {
  color: #aeaeae;
}

input::placeholder {
  color: #aeaeae;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

.bl_contactTxt02 {
  margin: 100px 0 54px;
  font-weight: 500;
  font-size: 1.0625rem;
  text-align: center;
}

.bl_formPrivacyBox {
  margin-bottom: 40px;
  padding: 30px 40px 35px;
  background-color: rgba(149, 205, 205, 0.3);
}

.bl_formPrivacyBox_heading {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 1.375rem;
  text-align: center;
}

.bl_formPrivacyBox_body {
  height: 200px;
  overflow: auto;
}
.bl_formPrivacyBox_body .bl_privacyLayout {
  font-size: 0.9375rem;
}
.bl_formPrivacyBox_body .bl_privacyLayout section {
  margin-top: 30px;
}
.bl_formPrivacyBox_body .bl_privacyLayout h3 {
  font-size: inherit;
}

.bl_privacyLayout {
  line-height: 2.06;
  letter-spacing: 0.1em;
}
.bl_privacyLayout section {
  margin-top: 50px;
}
.bl_privacyLayout h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_privacyLayout ol {
  padding-left: 38px;
}
.bl_privacyLayout ol ol {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 15px;
}
.bl_privacyLayout ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.bl_privacyLayout ul li::before {
  content: "・";
}
.bl_privacyLayout__page {
  margin-bottom: 125px;
}
.bl_privacyLayout a {
  color: #437d7d;
}

.bl_privacyCheckbox {
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}
.bl_privacyCheckbox .wpcf7-list-item {
  margin-left: 0;
}
.bl_privacyCheckbox input {
  width: 30px;
  height: 30px;
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}

.bl_btn02 {
  display: block;
  width: 415px;
  margin: 0 auto;
  padding: 15.5px 0;
  background-color: #2f6f6f;
  color: #fff;
  font-size: 1.5625rem;
  letter-spacing: 0.3em;
  text-align: center;
}

.bl_pageHeaderThanks {
  height: 318px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-top: 154px;
  background-image: url("./img/contact/thanks_header_pc.png");
  background-position: center bottom;
  background-size: auto 100%;
  letter-spacing: 0.2em;
  text-align: center;
}
.bl_pageHeaderThanks h1 {
  font-size: 2.3125rem;
}

.bl_centerTxt01 {
  margin-bottom: 80px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.bl_centerTxt01 p {
  margin-bottom: 26px;
}

.bl_404Img img {
  display: block;
  margin: 140px auto 40px;
}

.el_btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 270px;
  padding: 0.75em 2em;
  background-color: #2f6f6f;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: 0.3s;
}

.el_btn a::before {
  -webkit-transition: 0.2s ease 0s;
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: calc(100% + 7px);
  height: 2px;
  background-color: #2f6f6f;
  content: "";
  transition: 0.2s ease 0s;
}

.el_btn a::after {
  -webkit-transition: 0.2s ease 0.2s;
  position: absolute;
  top: 0px;
  right: -7px;
  width: 2px;
  height: calc(100% + 7px);
  background-color: #2f6f6f;
  content: "";
  transition: 0.2s ease 0.2s;
}

.el_btn a:hover {
  opacity: 0.8;
}

.el_btn a:hover::before {
  width: 0%;
}

.el_btn a:hover::after {
  height: 0%;
}

.el_mailBtn {
  display: block;
  width: 280px;
  padding: 18px 0;
  border: 1px solid #fff;
  background-color: #cf9100;
  font-size: 0.875rem;
  text-align: center;
}
.el_mailBtn img {
  margin-right: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 1170px){
  .ly_mainHeader {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    background-color: transparent;
  }
  .bl_logo {
    width: 95px;
    height: 50px;
  }
  .bl_logo img {
    width: 81px;
    height: auto;
  }
  .bl_Menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column-reverse;
  }
  .bl_headerMenu01 {
    display: block;
  }
  .bl_headerMenu01 a {
    display: block;
    padding: 6px 0;
  }
  .bl_headerMenu01 a::after {
    display: none;
  }
  .bl_headerMenu02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18px;
    font-size: 1rem;
  }
  .bl_headerMenu02 a {
    padding: 16.5px 20px;
    border-bottom: 1px solid #81a4a4;
  }
  .bl_headerMenu02 a::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 4px;
    height: 4px;
            transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    vertical-align: middle;
  }
  .bl_headerMenu02 a::after {
    display: none;
  }
  .headerRight {
    -webkit-transition: all 0.3s;
    display: block;
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100dvh - 70px);
    padding: 20px 20px;
    overflow: auto;
    background-color: rgba(47, 111, 111, 0.95);
    transition: all 0.3s;
  }
  .is-menuOpen .headerRight {
    left: 0;
  }
  .bl_mailWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    width: 100%;
    padding: 13px 0;
    gap: 5px;
    font-size: 1.125rem;
  }
  .bl_telWrapper {
    margin-top: 40px;
    margin-bottom: 22px;
    padding: 0;
    text-align: center;
  }
  .bl_tel {
    font-size: 2rem;
  }
  .bl_tel img {
    width: 25px;
    margin-right: -6px;
  }
  .bl_telTime {
    font-size: 0.8125rem;
  }
  .bl_menuSwitch {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
  }
  .is-menuOpen .bl_menuSwitch {
    background-color: rgba(47, 111, 111, 0.9);
  }
}

@media only screen and (max-width: 768px){
  .h-hide-sp {
    display: none !important;
  }
  .h-hide-pc {
    display: block !important;
  }
  body {
    font-size: 15px;
  }
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .ly_mainFooter {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position: center bottom -65px;
    background-size: 1630px auto;
  }
  .bl_contentLayout__last {
    margin-bottom: 120px;
  }
  .bl_kv {
    height: 296px;
  }
  .bl_kv_arrow {
    display: none;
  }
  .bl_section01 {
    margin-bottom: 60px;
    background-position: -98px 0;
    background-size: 418px auto;
  }
  .bl_section01__txt {
    font-size: 1.5625rem;
    letter-spacing: 0.4em;
  }
  .bl_section01_inner {
    display: block;
    padding-top: 55px;
  }
  .bl_section01_item {
    width: 100%;
  }
  .bl_section01_item:last-child img {
    width: 100%;
    margin-top: 60px;
  }
  .bl_sideImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 120px;
    gap: 100px;
  }
  .bl_sideImg_imgWrapper {
    width: 100%;
  }
  .bl_sideImg_txtWrapper {
    line-height: 2.66;
  }
  .bl_sideImg_txtWrapper p {
    margin-top: 40px;
  }
  .bl_sideImg_txtWrapper .bl_sideImg_name {
    width: 157px;
    margin-top: 40px;
  }
  .bl_sectionFeatures {
    margin-bottom: 190px;
  }
  .bl_sectionHeader {
    margin-top: 140px;
    margin-bottom: 150px;
  }
  .bl_verticalLineHeading {
    font-size: 1.125rem;
  }
  .bl_sectionFeatures_item {
    margin-bottom: 115px;
    padding-top: 0;
  }
  .bl_sectionFeatures_item::before {
    left: -5px;
    font-size: 9.375rem;
  }
  .bl_sectionFeatures_item:nth-child(even) .bl_featuresBack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_sectionFeatures_item:nth-child(even) .bl_featuresFront_txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_sectionFeatures_item:nth-child(even)::before {
    right: -5px;
  }
  .bl_featuresFront_imgWrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 0;
  }
  .bl_featuresFront {
    display: block;
  }
  .bl_featuresBack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 50px;
  }
  .bl_featuresFront_txt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.5625rem;
    line-height: 1.8;
  }
  .bl_featuresFront_txt span {
    -webkit-transform: translateX(0px);
    margin-bottom: 0.4em;
            transform: translateX(0px);
  }
  .bl_featuresBack_imgWrapper {
    width: 100%;
  }
  .bl_wideCardUnit {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 0 20px;
    gap: 55px 0;
  }
  .bl_wideCardUnit__archive {
    margin-top: 45px;
  }
  .bl_wideCardItem {
    width: 100%;
  }
  .bl_wideCardItem_imgWrapper {
    margin-bottom: 15px;
  }
  .bl_wideCardItem_body {
    padding: 0 0 50px;
  }
  .bl_tagList {
    font-size: 0.8125rem;
  }
  .bl_tagList__pcCenter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.875rem;
  }
  .bl_wideCardItem_subHeading {
    font-size: 1rem;
  }
  .bl_wideCardItem_heading {
    font-size: 1.25rem;
  }
  .bl_wideCardItem_moreLink {
    right: 0;
    font-size: 0.8125rem;
  }
  .bl_priceWrapper {
    margin-top: 60px;
    background-position: right 70px;
    background-size: 300px auto;
  }
  .bl_sideImg02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 200px;
    gap: 50px;
  }
  .bl_sideImg02_imgWrapper {
    width: 100%;
  }
  .bl_sideImg02_heading {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
  .bl_sideImg02_txtWrapper {
    max-width: 100%;
  }
  .bl_sideImg02_txtWrapper .el_btn {
    margin-top: 60px;
  }
  .bl_sideImg02_txtWrapper .el_btn a {
    margin-right: auto;
    margin-left: auto;
  }
  .bl_pcCenterTxt01 {
    width: 330px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .bl_pcCenterTxt02 {
    padding-top: 45px;
    text-align: left;
  }
  .bl_pcCenterTxt02 br {
    display: none;
  }
  .bl_instaBody {
    margin-right: -20px;
    margin-left: -20px;
  }
  .bl_instaBody #sbi_images {
    gap: 7px !important;
  }
  .bl_sectionBase {
    margin-top: 180px;
  }
  .bl_catList {
    gap: 25px 20px;
  }
  .bl_catList li {
    width: calc(50% - 10px);
  }
  .bl_catList a {
    width: 100%;
  }
  .home .bl_catList {
    padding-right: 0;
    padding-left: 0;
  }
  .bl_newsListUnit a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .bl_newsListUnit .bl_newsList_heading {
    width: 100%;
    margin-top: 10px;
  }
  .bl_newsList_time {
    width: 110px;
    font-size: 1.125rem;
  }
  .bl_newsList_category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
            flex-direction: row;
        flex-wrap: wrap;
    font-size: 0.625rem;
  }
  .bl_newsList_category span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 7.5px;
  }
  .bl_footerContact__inner {
    gap: 50px;
  }
  .bl_footerContact {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .bl_footerContact_en {
    font-size: 1rem;
    text-align: center;
  }
  .bl_footerContact_heading {
    text-align: center;
  }
  .bl_footerContact_front {
    width: 100%;
  }
  .bl_footerContact_txt {
    margin-top: 30px;
    letter-spacing: 0.4em;
  }
  .bl_footerTelTime {
    font-size: 1.0625rem;
  }
  .bl_contactData {
    display: block;
    width: 100%;
  }
  .bl_contactData > div:first-child {
    padding-right: 0;
    border-right: none;
    text-align: center;
  }
  .bl_contactData > div:last-child {
    padding-left: 0;
  }
  .bl_footerFront img {
    margin: 0 auto;
  }
  .bl_footerFront .bl_footerFront_insta {
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #3f3f3f;
  }
  .bl_footerFront .bl_footerFront_privacy {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_footerFront {
    font-size: 1rem;
  }
  .bl_footerFront .bl_footerFront_name {
    margin: 32px 0 23px;
    font-size: 1.125rem;
  }
  .bl_footerFront_logo {
    width: 160px;
    height: 84px;
    margin: 0 auto;
  }
  .bl_footerFront_logo img {
    width: 137px;
  }
  .bl_footerInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_footerList a:hover::after {
    display: none;
  }
  .bl_footerList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .bl_footerList li {
    margin-right: 14px;
    margin-left: 10px;
    font-size: 0.9375rem;
  }
  .bl_copy {
    padding: 14px 0;
    font-size: 0.75rem;
  }
  .bl_topLink {
    width: 66px;
    font-size: 0.6875rem;
  }
  .bl_topLink span::after, .bl_topLink span::before {
    width: 6px;
  }
  .bl_topLink::after {
    bottom: -18px;
    width: 50px;
    height: 36px;
  }
  .bl_breadcrumb {
    margin-top: 84px;
    font-size: 0.875rem;
  }
  .bl_pageHeader {
    min-height: 200px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .bl_postnav {
    margin-top: 60px;
    margin-bottom: 125px;
  }
  .bl_postnav .page-numbers .page-numbers {
    width: 30px;
    height: 30px;
    padding-top: 0px;
    font-size: 1.25rem;
  }
  .bl_eyecatch {
    margin-right: -20px;
    margin-bottom: 50px;
    margin-left: -20px;
  }
  .bl_blogBody,
  .bl_newsBlogBody {
    margin-bottom: 80px;
  }
  .bl_blogBody h2,
  .bl_newsBlogBody h2 {
    margin-bottom: 30px;
    font-size: 0.875rem;
  }
  .bl_blogBody h2 span,
  .bl_newsBlogBody h2 span {
    min-width: 82px;
    padding-right: 25px;
  }
  .bl_blogBody section,
  .bl_newsBlogBody section {
    margin-top: 40px;
  }
  .bl_sectionProject_txt01,
  .bl_sectionProject_txt02 {
    text-align: left;
  }
  .bl_sectionProject_txt01 {
    margin-top: 10px;
    font-size: 1.125rem;
  }
  .bl_sectionProject_txt01 + .bl_sectionProject_txt02 {
    margin-top: 0;
  }
  .bl_sectionProject_txt02 {
    margin-top: 10px;
    font-size: 1.4375rem;
  }
  .bl_tableOutline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.9375rem;
  }
  .bl_tableOutline th,
  .bl_tableOutline td {
    padding-bottom: 20px;
  }
  .bl_small {
    font-size: 0.875rem;
    text-align: left;
  }
  .bl_plannerBox {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .bl_plannerBox_name {
    margin-bottom: 25px;
  }
  .bl_overViewImgWrapper {
    width: 100%;
  }
  .bl_sectionoverView_txt01,
  .bl_sectionoverView_txt02 {
    letter-spacing: 0em;
    text-align: left;
  }
  .bl_sectionoverView_txt01 {
    margin-top: 50px;
    font-size: 1.1875rem;
  }
  .bl_sectionoverView_txt02 {
    font-size: 1.375rem;
  }
  .bl_overViewItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .bl_overViewItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_overViewItem:not(:last-child) {
    margin-bottom: 80px;
  }
  .bl_overViewTxtWrapper {
    padding-top: 35px;
    font-size: 0.9375rem;
  }
  .bl_voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            flex-direction: column;
            align-items: center;
  }
  .bl_voice_data_list {
    margin-bottom: 20px;
  }
  .bl_voice_data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column-reverse;
  }
  .bl_voice_data .bl_voice_data_name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5px;
    text-align: center;
  }
  .bl_voice_data_bubble {
    padding: 30px 20px;
    font-size: 0.875rem;
  }
  .bl_voice_data_bubble p:not(:last-child) {
    margin-bottom: 25px;
  }
  .bl_voice_data_bubble::after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    top: -20px;
    left: 50%;
            transform: translateX(-50%) rotate(90deg);
    border-color: transparent #f2f2f2 transparent transparent;
  }
  .bl_singlePageNavi {
    position: relative;
    padding-top: 96px;
  }
  .bl_btn {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    padding: 11px 0;
            transform: translateX(-50%);
  }
  .bl_pageTransition {
    font-size: 0.875rem;
  }
  .bl_pageTransition::after {
    width: 30px;
  }
  .bl_pageTransition__prev {
    margin-left: 10px;
  }
  .bl_pageTransition__prev a {
    padding-left: 30px;
  }
  .bl_pageTransition__next {
    margin-right: 10px;
  }
  .bl_pageTransition__next a {
    padding-right: 30px;
  }
  .bl_blogMeta {
    margin-top: 80px;
    margin-bottom: 15px;
  }
  .bl_singleHeader {
    font-size: 1.25rem;
  }
  .bl_horizontalTxt {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.5625rem;
  }
  .bl_flowKv_txt {
    font-size: 1rem;
    white-space: nowrap;
  }
  .bl_flowKv {
    height: auto;
    margin-bottom: 80px;
    padding-bottom: 125vw;
    background-image: url("./img/flow/flow_sp.png");
    background-position: center bottom;
    background-size: 100% auto;
  }
  .bl_stepUnit {
    padding-bottom: 125px;
  }
  .bl_stepUnit::after {
    display: none;
  }
  .bl_stepItem:not(:last-child) {
    margin-bottom: 80px;
  }
  .bl_stepItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_stepItem:first-child .bl_stepItem_body {
    padding-top: 0;
  }
  .bl_stepItem .bl_contactData {
    margin-top: 20px;
  }
  .bl_stepItem .bl_contactData > div .bl_footerTelTime {
    margin-top: 5px;
  }
  .bl_stepItem .bl_contactData > div:last-child {
    padding-left: 0;
  }
  .bl_stepItem .bl_contactData .el_mailBtn {
    width: 100%;
  }
  .bl_stepItem_body,
  .bl_stepItem_heading {
    min-height: 0;
  }
  .bl_stepItem_body .bl_tel,
  .bl_stepItem_heading .bl_tel {
    font-size: 1.5rem;
  }
  .bl_stepItem_body .bl_tel img,
  .bl_stepItem_heading .bl_tel img {
    width: 19px;
  }
  .bl_stepItem_number {
    position: relative;
    width: 68px;
    margin: 0 auto;
  }
  .bl_stepItem_number::before {
    -webkit-transform: translate(-50%, -100%);
    position: absolute;
    top: -5px;
    left: 50%;
    width: 1px;
    height: 34px;
            transform: translate(-50%, -100%);
    background-color: #2f6f6f;
    content: "";
  }
  .bl_stepItem_heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: min(50px, 4.1vw);
    font-size: 1.5625rem;
    text-align: center;
  }
  .bl_stepItem_number::after {
    font-size: 1.5625rem;
  }
  .bl_stepItem_body {
    line-height: 2;
  }
  .bl_borderHeading {
    margin-bottom: 40px;
    padding: 5px 25px;
    font-size: 1.25rem;
  }
  .bl_priceFigure_box {
    gap: 17px;
  }
  .bl_priceFigure {
    margin-bottom: 80px;
  }
  .bl_priceFigure_heading {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .bl_priceFigure_item:not(:last-child) {
    margin-bottom: 5px;
  }
  .bl_priceFigure_item_price {
    width: 183px;
  }
  .bl_priceFigure_item_price span {
    font-size: 1.25rem;
  }
  .bl_table01 th {
    margin-bottom: 14px;
    padding: 0 0 0 35px;
    font-size: 1rem;
  }
  .bl_table01 th::before {
    top: 1em;
    left: 10px;
  }
  .bl_table01 td {
    padding: 0 0 0 10px;
    font-size: 0.9375rem;
  }
  .bl_table01 th,
  .bl_table01 td {
    display: block;
  }
  .bl_table01 tr {
    display: block;
    padding-bottom: 31px;
  }
  .bl_table01 tr:not(:first-child) {
    padding-top: 31px;
  }
  .bl_contactTxt01 {
    padding-top: 25px;
    text-align: left;
  }
  .bl_formBody > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .bl_formBody > div dt.bl_formBody__dt01,
  .bl_formBody > div dt {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .bl_formBody > div dt.bl_formBody__dt01::before,
  .bl_formBody > div dt::before {
    top: 13px;
  }
  .bl_formBody > div dd:has(.bl_formBody_subName) {
    display: block;
  }
  .bl_formBody > div dd:has(.bl_formBody_subName) > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .bl_formBody > div dd:has(.bl_formBody_subName) [type=text] {
    width: 300px;
  }
  .bl_formBody .wpcf7-list-item {
    padding-left: 35px;
    font-size: 0.9375rem;
    text-indent: -36px;
  }
  .bl_formBody .wpcf7-list-item [type=checkbox] {
    margin-right: 10px;
  }
  .bl_formBody .bl_otherTextarea {
    margin-top: 5px;
    padding-left: 35px;
  }
  .bl_contactTxt02 {
    margin: 60px 0 30px;
    font-size: 1rem;
    text-align: left;
  }
  .bl_formPrivacyBox {
    margin-right: -20px;
    margin-left: -20px;
    padding: 30px 20px;
  }
  .bl_formPrivacyBox_heading {
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
  .bl_formPrivacyBox_body .bl_privacyLayout {
    font-size: 0.875rem;
    line-height: 2.14;
  }
  .bl_formPrivacyBox_body .bl_privacyLayout section {
    font-size: 0.875rem;
  }
  .bl_privacyLayout {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .bl_privacyLayout h3 {
    font-size: 1.0625rem;
  }
  .bl_privacyLayout section {
    margin-top: 40px;
    font-size: 0.9375rem;
  }
  .bl_privacyLayout section strong {
    font-size: 1rem;
  }
  .bl_privacyLayout section ol {
    padding-left: 1.5em;
    font-size: 0.875rem;
  }
  .bl_privacyLayout section ol ol {
    padding-left: 0.5em;
    font-size: 0.8125rem;
  }
  .bl_privacyLayout section ol li {
    margin-top: 10px;
  }
  .bl_privacyCheckbox {
    font-size: 1.0625rem;
  }
  .bl_privacyCheckbox input {
    width: 25px;
    height: 25px;
  }
  .bl_btn02 {
    width: 329px;
    max-width: 100%;
    padding: 12px 0;
    font-size: 1.375rem;
  }
  .bl_pageHeaderThanks {
    height: 150px;
    padding-top: 76px;
  }
  .bl_pageHeaderThanks h1 {
    font-size: 1.5625rem;
  }
  .bl_centerTxt01 {
    font-size: 1rem;
    text-align: left;
  }
  .bl_centerTxt01 p {
    margin-bottom: 30px;
  }
  .bl_centerTxt01 strong {
    display: block;
    text-align: center;
  }
  .bl_404Img img {
    display: block;
    width: 310px;
    margin: 60px auto 40px;
  }
  .el_btn a {
    width: 300px;
  }
  .el_mailBtn {
    width: 100%;
    padding: 18.5px 0;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px){
  .bl_section01_item:first-child {
    padding-left: 0;
  }
}

@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*# sourceMappingURL=style.css.map */