@charset "UTF-8";
/*!
Theme Name:ファミワン
Theme URI: http://underscores.me/
Author: lsam
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

moe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*!
 * 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;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
  font-family: "BIZ UDPGothic", "Gothic A1", "Noto Sans Japanese", sans-serif;
}

body {
  word-wrap: break-word;
}

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

: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: pointer;
  pointer-events: auto;
}

:root {
  --color-olange: #ed6c00;
  --color-thin_olange: #fbf0e5;
}

.has-thin-olange-color {
  color: var(--color-thin_olange);
}

.has-olange-color {
  color: var(--color-olange);
}

.has-thin-olange-background-color {
  background-color: var(--color-thin_olange);
}

.has-olange-background-color {
  background-color: var(--color-olange);
}

.u-hide-sp {
  display: none;
}
.bl_pageWrapperTrial {
  color: #333;
  line-height: 1.87;
}
.bl_pageWrapperTrial a {
  color: inherit;
}
.bl_pageWrapperTrial .bl_kvWrapper {
  position: relative;
  min-height: 576px;
  padding: 20px 24px;
  background-image: url(./img/form/kv_sp.png);
  background-position: center bottom;
  background-size: cover;
}
.bl_pageWrapperTrial .bl_kvWrapper .bl_coupon_btn {
  -webkit-transform: translateX(-50%);
  position: absolute;
          transform: translateX(-50%);
}
.bl_pageWrapperTrial .bl_kvWrapper_badge {
  width: 180px;
  margin: 0 auto 10px;
  padding: 1.2px 0;
  border: 2px solid #f57f31;
  border-radius: 18px;
  background-color: #fff;
  color: #f57f31;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.bl_pageWrapperTrial .bl_kvWrapper_heading {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
}
.bl_pageWrapperTrial .bl_kvWrapper_txt {
  font-weight: 500;
  font-size: 16px;
}
.bl_pageWrapperTrial .bl_kvWrapper_txt small {
  display: block;
  color: #ee7318;
  font-size: inherit;
}
.bl_pageWrapperTrial .bl_coupon_btn {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  display: block;
  bottom: -72px;
  left: 50%;
  width: 327px;
  margin-right: auto;
  margin-left: auto;
  padding: 12.2px 0;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe500), to(#ffb800));
  background: linear-gradient(180deg, #ffe500 0%, #ffb800 100%);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.bl_pageWrapperTrial .bl_coupon_btn span {
  vertical-align: middle;
}
.bl_pageWrapperTrial .bl_kvWrapper_txt {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.bl_pageWrapperTrial .bl_bubbleSpace {
  margin-top: 108px;
  padding: 80px 14px 0;
  background-color: #ee7318;
  text-align: center;
}
.bl_pageWrapperTrial .bl_bubbleSpace_img {
  display: block;
  display: block;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.bl_pageWrapperTrial .bl_bubbleSpace_heading {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.bl_pageWrapperTrial .bl_supportBox {
  padding: 40px 24px 80px;
  text-align: center;
}
.bl_pageWrapperTrial .bl_supportBox_arrow {
  width: 65px;
}
.bl_pageWrapperTrial .bl_supportBox_heading {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #ed6c00;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.bl_pageWrapperTrial .bl_formBox_heading {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ed6c00;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.bl_pageWrapperTrial .bl_supportBox_txt {
  font-size: 1.1428571429rem;
  text-align: center;
}
.bl_pageWrapperTrial .bl_supportItem_heading {
  padding: 12px 0;
  background-color: #ed6c00;
  color: #fff;
  font-weight: bold;
  font-size: 1.4285714286rem;
  line-height: 1.5;
  text-align: center;
}
.bl_pageWrapperTrial .bl_supportItem {
  margin-top: 24px;
  border: 1px solid #ccc;
}
.bl_pageWrapperTrial .bl_supportItem_imgWrapper img {
  display: block;
  width: 100%;
}
.bl_pageWrapperTrial .bl_supportItem_txt {
  padding: 16px;
  font-size: 1rem;
  text-align: left;
}
.bl_pageWrapperTrial .bl_supportUnit {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.bl_pageWrapperTrial .bl_ribbonTxt {
  -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: 327px;
  height: 48px;
  margin: 24px auto 16px;
  background-image: url(./img/form/back_ribbon_sp.svg);
  font-weight: bold;
  font-size: 1.1428571429rem;
  line-height: 1.4;
  text-align: center;
}
.bl_pageWrapperTrial .bl_formBox {
  padding: 50px 24px 80px;
  background-color: #fdf6eb;
}
.bl_pageWrapperTrial .bl_formBox_txt {
  font-size: 1.1428571429rem;
  text-align: center;
}
.bl_pageWrapperTrial .bl_couponFormWrapper {
  margin-top: 25px;
  padding: 30px 20px 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
}
.bl_pageWrapperTrial .bl_couponFormWrapper * {
  font-size: 1.1428571429rem;
}
.bl_pageWrapperTrial .bl_couponFormWrapper dt {
  position: relative;
  font-weight: bold;
}
.bl_pageWrapperTrial .bl_couponFormWrapper .el_require {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
}
.bl_pageWrapperTrial .bl_couponFormWrapper .el_require::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  padding: 0 4px;
          transform: translateY(-50%);
  border-radius: 4px;
  background-color: #f00;
  content: "必須";
  color: #fff;
  font-weight: normal;
  font-size: 0.7142857143rem;
  line-height: 1.5;
}
.bl_pageWrapperTrial .bl_couponFormWrapper .el_require__right {
  padding-right: 32px;
  padding-left: 0;
}
.bl_pageWrapperTrial .bl_couponFormWrapper .el_require__right::before {
  right: 0;
  left: auto;
}
.bl_pageWrapperTrial .bl_couponFormWrapper .bl_formList > div {
  margin-bottom: 25px;
}
.bl_pageWrapperTrial .bl_couponFormWrapper .bl_formList > div a {
  color: #0234ab;
  text-decoration: underline;
}
.bl_pageWrapperTrial .bl_couponFormWrapper .bl_privacyWrapper {
  margin-top: 4px;
  margin-bottom: 35px;
}
.bl_pageWrapperTrial .bl_couponFormWrapper .bl_privacyWrapper label {
  display: block;
  width: 100%;
  padding: 8.5px 16px;
  border: 1px solid #666;
  border-radius: 8px;
}
.bl_pageWrapperTrial [type=text],
.bl_pageWrapperTrial [type=email] {
  width: 100%;
  padding: 8.2px 10px;
  border: 1px solid #666;
  border-radius: 8px;
}
.bl_pageWrapperTrial .bl_btnWrapper [type=submit] {
  display: block;
  width: 100%;
  padding: 10.5px 0;
  border-radius: 8px;
  background: #004ea2;
  color: #fff;
  font-weight: bold;
  font-size: 1.2857142857rem;
  text-align: center;
}
.bl_pageWrapperTrial .bl_simpleFooter {
  padding: 40px 0;
  background-color: #f9f9f7;
  text-align: center;
}
.bl_pageWrapperTrial .bl_simpleFooter img {
  margin-right: auto;
  margin-left: auto;
}
.bl_pageWrapperTrial .bl_simpleFooter_list {
  margin-top: 25px;
}
.bl_pageWrapperTrial .bl_simpleFooter_list a {
  color: #1241b0;
  font-size: 0.9285714286rem;
}
.bl_pageWrapperTrial .bl_simpleFooter_list li {
  margin-bottom: 5px;
  text-align: center;
}
.bl_pageWrapperTrial .bl_simpleFooter_copy {
  display: block;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #edeceb;
  color: #8b8b8b;
  font-size: 0.8571428571rem;
  text-align: center;
}
.bl_pageWrapperTrial .wp_social_bookmarking_light_clear,
.bl_pageWrapperTrial .wp_social_bookmarking_light {
  display: none;
}

.bl_kvArea {
  margin: 24px 19px;
  margin-top: 40px;
}
.bl_kvArea .bl_slider a {
  display: block;
  margin: 0 8px;
}
.bl_kvArea .bl_slider img {
  width: 100%;
  border-radius: 20px;
}
.bl_kvArea .slick-arrow {
  display: block;
  z-index: 1;
  position: absolute;
  top: 40%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0;
}
.bl_kvArea .slick-next {
  -webkit-transform: rotate(135deg);
  right: 21%;
          transform: rotate(135deg);
}
.bl_kvArea .slick-prev {
  -webkit-transform: rotate(-45deg);
  left: 21%;
          transform: rotate(-45deg);
}
.bl_kvArea .slick-next,
.bl_kvArea .slick-prev {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
          align-items: center;
          justify-content: center;
}
.bl_kvArea .slick-next::after,
.bl_kvArea .slick-prev::after {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
}
.bl_kvArea .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 20px;
}
.bl_kvArea .slick-dots > li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #d4ceca;
  font-size: 0;
}
.bl_kvArea .slick-dots > li.slick-active {
  background-color: #e3a36d;
}

.bl_home-base {
  background-color: #faf8f7;
  color: #333;
}

.bl_404Heading {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #454545;
  font-weight: bold;
  font-size: 2.2857142857rem;
  text-align: center;
}
.bl_404Heading br {
  display: none;
}

.bl_404Txt {
  margin-bottom: 60px;
  font-size: 1.1428571429rem;
  line-height: 1.8;
  text-align: center;
}

.bl_section {
  padding: 40px 24px 50px;
}
.bl_section.bl_section__home {
  padding-top: 60px;
}
.bl_section__media {
  padding-top: 55px;
  padding-bottom: 70px;
  background-color: #faf8f7;
}
.bl_section__contact {
  padding-top: 130px;
  background-image: url(./img/top/member_sp.jpg);
  background-size: 100% auto;
  background-color: #eceae9;
  color: #333;
  text-align: center;
}
.bl_section__contact .el_btn08 {
  width: 100%;
}

.bl_section_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.bl_section_inner__contact {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  padding: 40px 24px 40px;
  border-radius: 12px;
  background: #fff;
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
}
.bl_section_inner__contact .el_btn01 {
  margin-top: 16px;
}

.bl_layoutbox {
  margin-top: 80px;
  margin-bottom: 80px;
}
.bl_layoutbox:last-child {
  margin-bottom: 0;
}
.bl_layoutbox__round {
  padding: 40px 20px;
  border: 1px solid #d4ceca;
  border-radius: 8px;
  background-color: #fff;
}
.bl_layoutbox__round .el_borderHeading span {
  background-color: #fff;
}

.bl_logoHeading {
  margin-bottom: 25px;
  color: #727171;
  font-weight: bold;
  font-weight: bold;
  font-size: 1.2857142857rem;
}
.bl_logoHeading__academy img {
  width: 280px;
}
.bl_logoHeading span {
  display: block;
  color: #333;
}
.bl_media__type02 {
  margin-top: 30px;
}
.bl_media__type02 .bl_media_imgWrapper img {
  display: block;
  margin-bottom: 0;
}
.bl_media__type03 {
  position: relative;
  margin-top: 30px;
  padding-bottom: 65px;
}
.bl_media__type03 .el_btn08 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bl_media__type03 .bl_media_imgWrapper img {
  display: block;
  margin-bottom: 0;
}
.bl_media__mb {
  margin-bottom: 25px;
}

.bl_media_ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.4285714286rem;
}

.bl_media_txt {
  font-size: 1.0714285714rem;
  line-height: 2;
}
.bl_media_txt:not(:last-child) {
  margin-bottom: 32px;
}

.bl_media_body {
  margin-bottom: 20px;
}
.bl_media_imgWrapper img {
  width: 100%;
  margin-bottom: 8px;
}

.bl_service_list {
  -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: 40px;
  margin-bottom: 40px;
  gap: 8px;
}
.bl_service_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: calc(50% - 4px);
  padding: 9.5px 10px 9.5px;
  background-color: #fdf6eb;
  text-align: center;
}

.bl_service_list__txt01 {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.bl_service_list__txt01 span {
  display: block;
  font-size: 14px;
}

.bl_service_list__txt02 {
  color: #cf6f1e;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
}
.bl_service_list__txt02 .txt02_number {
  color: #cf6f1e;
  font-size: 30px;
}
.bl_service_list__txt02 .txt02_middle {
  color: #cf6f1e;
  font-size: 20px;
}
.bl_service_list__txt02 .txt02_min {
  color: #cf6f1e;
  font-size: 13px;
}

.bl_planBox_img02 {
  width: 100%;
  margin: 0 0 30px;
}

.bl_usingList {
  -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;
  margin-top: 17px;
  margin-bottom: 40px;
  gap: 7px 0.5%;
}
.bl_usingList li {
  width: 49%;
}
.bl_usingList li img {
  display: block;
  width: 100%;
}

.bl_ctaWrapper {
  margin-top: 20px;
  background-color: #efe9de;
}

.bl_serviceImg {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 35px;
}

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

.bl_sideImg {
  margin-top: 40px;
}

.bl_sideImg_img {
  display: block;
  width: 89.5%;
  margin: 0 auto;
}

.bl_sideImg_txt01 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.4285714286rem;
  line-height: 1.5;
}

.bl_sideImg_txt02 {
  font-size: 1.0714285714rem;
  line-height: 2;
}
.bl_sideImg_txt02 span {
  display: block;
}

.bl_sideImg_heading {
  margin-bottom: 10px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.7142857143rem;
  line-height: 1;
}

.bl_sideImg_meta {
  margin-bottom: 25px;
}

.bl_pageNavi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.bl_pageNavi .el_btn08 {
  width: 100%;
  margin-top: 5px;
}
.bl_pageNavi li {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background-color: #fff;
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  font-weight: bold;
  font-size: 0.9285714286rem;
}
.bl_pageNavi li .bl_pageNavi__itme {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-wrap: wrap;
          align-items: center;
  padding: 19px 16px;
}
.bl_pageNavi li .bl_pageNavi__itme[href]::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #d4ceca;
  border-bottom: 2px solid #d4ceca;
  content: "";
}
.bl_pageNavi li:first-child, .bl_pageNavi li:nth-child(2) {
  grid-column: 1/3;
  font-size: 1.2857142857rem;
}
.bl_pageNavi li:first-child .bl_pageNavi__itme, .bl_pageNavi li:nth-child(2) .bl_pageNavi__itme {
  padding: 14px 16px;
}
.bl_pageNavi li:first-child .bl_pageNavi__itme::after, .bl_pageNavi li:nth-child(2) .bl_pageNavi__itme::after {
  width: 11px;
  height: 11px;
}

.bl_pageNavi__badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
  padding: 0.5px 11.5px;
  border-radius: 9px;
  background-color: #e3a36d;
  color: #fff;
  font-size: 0.7142857143rem;
}

.bl_pageNavi__icon {
  width: 60px;
  margin-right: 8px;
  text-align: center;
}
.bl_pageNavi__icon img {
  display: block;
  width: auto;
  height: 37px;
  margin-right: auto;
  margin-left: auto;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.bl_contactHeading {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4285714286rem;
  line-height: 1.5;
}

.bl_footerBanner {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.bl_footerBanner img {
  max-width: 100%;
}

/*
   ========================================================================== */
/**
 * コテイバナー
 */
.bl_fixBanner {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  z-index: 100;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  background-color: #fff;
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.bl_fixBanner.is-disabled {
  display: none;
}
.bl_fixBanner img {
  display: block;
}

.bl_fixBanner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_fixBanner__txtWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 200px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  font-size: 14px;
}

.bl_fixBanner__txt01 {
  color: #666;
  font-size: 12px;
}

.bl_fixBanner__txt02 {
  margin: 0;
  color: #454545;
  font-weight: bold;
  font-size: 13px;
}

.bl_fixBanner__txt03 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #0234ab;
  font-size: 12px;
  line-height: 1;
}

.bl_fixBanner_close {
  z-index: 1;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  border: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.bl_fixBanner_close::before, .bl_fixBanner_close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.bl_fixBanner_close::before {
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.bl_fixBanner_close::after {
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.bl_fixBanner__imgWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 285px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.bl_fixBanner__imgWrapper img {
  width: 285px;
}
/*
   ========================================================================== */
/**
 * 建設業界向け オンライン健康相談＆セミナー
 */
.bl_industryKv {
  background-size: cover;
  background-color: #4b525e;
}
.bl_industryKv__construction {
  background-image: url(./img/benefit/industry/header_construction_pc.jpg);
}

.bl_industry_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  max-width: 1088px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px 20px;
}

.bl_industryKv_txt {
  margin-bottom: 16px;
  font-size: 1.4285714286rem;
}

.bl_industryKv_txtWrapper {
  width: 560px;
  padding: 34px 26px 26px;
  border-radius: 16px;
  background-color: #fff;
}

.bl_industryKv_heading {
  margin-bottom: 20px;
  color: #4496b2;
  font-weight: bold;
  font-size: 2.1428571429rem;
  line-height: 1.34;
}

.bl_industryKv_list {
  margin-bottom: 30px;
}
.bl_industryKv_list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 24px;
  font-weight: bold;
  font-size: 1.2857142857rem;
}
.bl_industryKv_list li::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 16px;
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #08be8e;
  border-bottom: 2px solid #08be8e;
  content: "";
}

.bl_industryKv_btn {
  -webkit-box-shadow: 0 4px 0px 0 #b26501;
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 14.5px 32px;
  border-radius: 32px;
  background: #ee8705;
          box-shadow: 0 4px 0px 0 #b26501;
  color: #fff;
  font-weight: bold;
  font-size: 1.4285714286rem;
  text-align: center;
}
.bl_industryKv_btn .material-icons-outlined {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.bl_voiceData {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 20px 0 30px;
  gap: 30px;
}
.bl_voiceData img {
  display: block;
  width: 180px;
}

.bl_industryKv_imgWrapper {
  display: block;
  max-width: 100%;
  margin: 10px 0 0;
}

.bl_industryList_imgWrapper {
  width: 230px;
  margin-bottom: 12px;
  overflow: hidden;
}
.bl_industryList_imgWrapper img {
  display: block;
  border-radius: 16px;
}

.bl_industryTxt01 {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-align: center;
}

.bl_industryTxt02 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.bl_industryImg01 img {
  display: block;
  margin-bottom: 20px;
}

.bl_industryList_heading {
  color: #4395b2;
  font-weight: bold;
  font-size: 16px;
}

.bl_industryList_txt {
  font-size: 16px;
}

.bl_industryList {
  -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-bottom: 32px;
  gap: 0 38px;
  font-size: 1rem;
  line-height: 1.5;
}
.bl_industryList li {
  width: 231px;
}
.bl_industryList div {
  text-align: center;
}

.bl_construction_ctaBox .bl_ctaBox_link {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.4285714286rem;
  line-height: 1.35;
}

.bl_serviceBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  counter-increment: service;
}
.bl_serviceBox:not(:last-child) {
  margin-bottom: 40px;
}

.bl_serviceBox02 {
  counter-increment: service;
}

.bl_serviceBox_img img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.bl_serviceBox_img02 {
  display: none;
}

.bl_serviceBox_heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  font-weight: bold;
  font-size: 1.7142857143rem;
  line-height: 1.5;
}
.bl_serviceBox_heading::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 40px;
  background-color: #4395b2;
  content: counter(service, decimal-leading-zero);
  color: #fff;
  font-weight: bold;
  font-size: 1.1428571429rem;
}
.bl_serviceBox_heading small {
  font-size: 1.2857142857rem;
}

.bl_serviceBox_txt {
  font-size: 1.1428571429rem;
  line-height: 1.75;
}

.bl_serviceBox_list dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px 0;
  padding: 3.5px 15px;
  border-radius: 16px;
  background-color: #cfe7ef;
  color: #4395b2;
  font-size: 1.1428571429rem;
}
.bl_serviceBox_list dd {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
.bl_serviceBox_list dd::before {
  position: absolute;
  top: 0.6em;
  left: 5px;
  aspect-ratio: 1;
  width: 4px;
  border-radius: 2px;
  background-color: currentColor;
  content: "";
}

.bl_serviceBoxUnit02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
  gap: 40px;
}
.bl_serviceBoxUnit02 .bl_serviceBox_heading {
  min-height: 3em;
}

.bl_introductionInterview {
  padding: 100px 20px;
  background-color: #0b224e;
}

.bl_introductionInterview_logoWrapper {
  text-align: center;
}
.bl_introductionInterview_logoWrapper img {
  width: 318px;
}

.bl_introductionInterview_body {
  width: 760px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
}

.bl_introductionInterview_heading {
  margin-bottom: 40px;
  padding: 0 24px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2857142857rem;
  line-height: 1.5;
  text-align: center;
}

.bl_introductionInterview_subHeading {
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4285714286rem;
  text-align: center;
}

.bl_interview_heading {
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-weight: bold;
  font-size: 2.2857142857rem;
  line-height: 1.5;
}

.bl_interview_thumbnailWrapper img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.bl_interview_thumbnailWrapper figcaption {
  font-size: 1rem;
}

.bl_interview_content .main-box {
  width: 100%;
  margin-top: 16px;
  margin-right: 0;
  margin-left: 0;
}
.bl_interview_content .main-box p {
  font-size: 16px;
}
.bl_interview_content .main-box img {
  margin-bottom: 10px;
}
.bl_interview_content .main-box h2::before {
  width: 6px;
  background-color: #70b7d0;
}

.bl_aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.bl_aboutBox > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_aboutTable {
  width: 100%;
  border-bottom: 1px solid #d4ceca;
}
.bl_aboutTable th,
.bl_aboutTable td {
  padding: 23px 16px;
  border-top: 1px solid #d4ceca;
  border-bottom: 1px solid #d4ceca;
  text-align: left;
}
.bl_aboutTable th {
  width: 140px;
  font-weight: bold;
  font-size: 1.1428571429rem;
}

.bl_aboutBox_txt {
  margin-bottom: 20px;
  text-align: center;
}
.bl_aboutBox_txt span {
  font-weight: bold;
  font-size: inherit;
}

.bl_bannerList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 10px;
}

.bl_bannerList_item {
  width: calc(50% - 5px);
  padding: 9px;
  border: 1px solid #eee;
}
.bl_bannerList_item img {
  display: block;
  width: 100%;
}

.bl_industryCta {
  padding: 73.5px 20px;
  background-image: url(./img/benefit/industry/cta_pc.jpg);
  background-size: cover;
}
.bl_industryCta .bl_ctaBox_link {
  color: #fff;
}
.bl_industryCta .bl_ctaBox_link a {
  color: #fff;
}
.bl_industryCta .bl_ctaBox_link__heading {
  font-size: 28px;
}

.bl_otherSection {
  max-width: 760px;
  margin: 40px auto 0px;
  padding: 40px;
  border-radius: 16px;
  background-color: #fff;
}

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

.bl_otherSection_heading {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2.2857142857rem;
  text-align: center;
}

.bl_otherItemCardItem_imgWrapper {
  margin-bottom: 5px;
}
.bl_otherItemCardItem_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_otherItemCardItem_heading {
  color: #0234ab;
  font-size: 1.1428571429rem;
  line-height: 1.75;
}

.el_lv2Heading {
  margin-bottom: 15px;
  color: #e3a36d;
  font-size: 1.5714285714rem;
  line-height: 1.5;
}

.el_layoutHeading01 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.7142857143rem;
}

.el_borderHeading {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4285714286rem;
  text-align: center;
}
.el_borderHeading__local {
  display: none;
}
.el_borderHeading span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 8px;
  background-color: #faf8f7;
}
.el_borderHeading::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
          transform: translateY(-50%);
  background-color: #d4ceca;
  content: "";
}

.el_txt02 {
  margin-bottom: 15px;
  font-size: 0.8571428571rem;
}

.el_centerTxt {
  font-size: 1rem;
  text-align: center;
}
.el_centerTxt strong {
  font-weight: bold;
}

.el_btn01 {
  display: inline-block;
  width: 280px;
  margin: 0 auto;
  padding: 9.5px 0;
  border-radius: 20px;
  background-color: #515163;
  color: #fff;
  font-size: 0.8571428571rem;
  text-align: center;
}
.el_btn01__pink {
  background-color: #d6978f;
}
.el_btn01.el_btn01__orange {
  -webkit-box-shadow: 0 4px 0px 0 #b26501;
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 12px 32px;
  border-radius: 32px;
  background: #ee8705;
          box-shadow: 0 4px 0px 0 #b26501;
  color: #fff;
  font-weight: bold;
  font-size: 1.4285714286rem;
  text-align: center;
}
.el_btn01.el_btn01__orange .material-icons-outlined {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.el_btn01.el_btn01__lightBlue {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  display: block;
  width: 360px;
  margin-top: 8px;
  margin-bottom: 35px;
  padding: 16px 0;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#70b7d0), to(#4395b2));
  background: linear-gradient(180deg, #70b7d0 0%, #4395b2 100%);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  font-size: 1.4285714286rem;
}
.el_btn01.el_btn01__lightBlue span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: inherit;
  vertical-align: middle;
}

.el_btn07 {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border-radius: 30px;
  background-color: #ffd814;
  font-weight: bold;
  font-size: 0.9285714286rem;
  text-align: center;
}
.el_btn07__large {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.1428571429rem;
}

.el_btn08 {
  display: block;
  padding: 8.5px 40px;
  border: 1px solid #0234ab;
  border-radius: 20px;
  color: #0234ab;
  font-weight: bold;
  font-size: 0.8571428571rem;
  text-align: center;
}
.el_btn08:hover {
  background-color: #ebf1ff;
}

.bl_mainHeader__consultation h1 {
  color: #454545;
  font-weight: bold;
  font-size: 1.7142857143rem;
}

.bl_mainHeader_right02 img {
  display: block;
}

.bl_consultationWrapper {
  padding: 96px 24px;
  background-color: #f9f9f7;
}
.bl_consultationWrapper .bl_consultationHeadingbox {
  text-align: center;
}
.bl_consultationWrapper .bl_consultationHeading {
  margin-bottom: 10px;
  color: #454545;
  font-weight: bold;
  font-size: 2.8571428571rem;
}
.bl_consultationWrapper .bl_consultationTxt {
  margin-bottom: 70px;
  font-size: 1.1428571429rem;
}

.bl_consultationWrapper_inner {
  max-width: 1078px;
  margin: 72px auto 0;
  padding: 72px 24px;
  background-color: #fff;
}
.bl_consultationWrapper_inner .wp_social_bookmarking_light {
  display: none;
}
.bl_consultationWrapper_inner #booking-package-locale-ja {
  max-width: 895px;
  margin: 0 auto;
}
.bl_consultationWrapper_inner .bl_teacherBox_imgWrapper {
  margin-right: 22px;
}
.bl_consultationWrapper_inner .bl_teacherBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 530px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.bl_consultationWrapper_inner .bl_teacherBox_heading {
  margin-bottom: 10px;
  color: #454545;
  font-weight: bold;
  font-size: 1.7142857143rem;
}
.bl_consultationWrapper_inner .bl_teacherBox_txt {
  color: #8b8b8b;
  font-weight: bold;
}
.bl_consultationWrapper_inner #booking-package_calendarPage .calendarPanel {
  padding-bottom: 0;
}
.bl_consultationWrapper_inner #booking-package_calendarPage .calendarData {
  font-weight: bold;
}
.bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel[data-onclick="1"] {
  background-color: #fff4eb;
}
.bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel[data-onclick="1"] .numberInsteadOfSymbols {
  font-weight: bold;
  font-size: 1.1428571429rem;
}
.bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel[data-onclick="1"] .numberInsteadOfSymbols::after {
  content: "枠あります";
}
.bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel[data-onclick="0"] .numberInsteadOfSymbols {
  font-size: 0 !important;
}
.bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel[data-onclick="0"] .numberInsteadOfSymbols::after {
  display: inline-block;
  padding: 0 5px;
  content: "予約枠はありません";
  font-size: 12px !important;
}
.bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel:not([data-week]) {
  padding: 4px;
  font-weight: bold;
  font-size: 1rem;
}
.bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel:not([data-week]).sun {
  color: #ff3232;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel {
  max-width: 538px;
  margin: 0 auto;
  color: #454545;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel [type=radio] {
  accent-color: #d66000;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel.booking_completed_panel .required::after {
  display: none !important;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel.booking_completed_panel .row {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel.booking_completed_panel #nextAndReturnPanel {
  margin-top: 20px;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel #reservationHeader {
  border-bottom: none;
  font-size: 1.1428571429rem;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel .bottomBarPanel {
  padding: 0;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel .bottomBarPanel .bookingButton {
  height: 42px;
  border-radius: 4px;
  background-color: #f28b34;
  color: #fff;
  font-weight: bold;
  font-size: 0.9285714286rem;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel .bottomBarPanel #returnToSchedules {
  height: 42px;
  margin-top: 20px;
  border: 1px solid #d6d3d0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9285714286rem;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel .row {
  margin-bottom: 40px;
  padding: 0;
  border: none;
  font-size: 1rem;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel .row .name {
  padding-bottom: 5px;
  font-weight: bold;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel .row .name.required::after {
  -webkit-transform: translateY(-4px);
  display: inline-block;
  margin-left: 10px;
  padding: 0 8px;
          transform: translateY(-4px);
  border: 1px solid #ec4949;
  content: "必須";
  font-size: 0.7142857143rem;
  line-height: 1.75;
  vertical-align: middle;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel .row input,
.bl_consultationWrapper_inner #booking-package_inputFormPanel .row textarea {
  padding: 9px;
  border-radius: 4px;
  font-size: 1.1428571429rem;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel .row textarea {
  height: 100px;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel #booking_package_input_age {
  width: 6em;
  margin-right: 15px;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel #booking_package_input_age + .description {
  display: inline-block;
  color: inherit;
}
.bl_consultationWrapper_inner .description {
  color: #ec4949;
  font-size: 0.8571428571rem;
}
.bl_consultationWrapper_inner #booking_package_input_terms + .description {
  max-width: 538px;
  height: 150px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  overflow: auto;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  color: inherit;
  text-align: left;
  white-space: normal;
}
.bl_consultationWrapper_inner #booking_package_input_terms + .description p {
  text-align: left;
}
.bl_consultationWrapper_inner #booking_package_input_terms + .description .bl_formScroll_item {
  margin-top: 30px;
}
.bl_consultationWrapper_inner #booking_package_input_terms + .description a {
  color: #fa6e00;
}
.bl_consultationWrapper_inner #booking-package_schedulePage #daysListPanel .selectPanelError {
  color: #454545;
}
.bl_consultationWrapper_inner #booking-package_schedulePage #daysListPanel .selectPanel.selectPanelActive {
  background-color: #fff4eb;
}
.bl_consultationWrapper_inner #booking-package_schedulePage #scheduleMainPanel .selectPanel:hover {
  background-color: #fff4eb;
}
.bl_consultationWrapper_inner #bottomPanel.bottomPanelForPositionInherit {
  text-align: center;
}
.bl_consultationWrapper_inner #bottomPanel #returnToCalendarButton {
  width: 100%;
  max-width: 538px;
  height: 42px;
  margin: 20px auto;
  border: 1px solid #d6d3d0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9285714286rem;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel #reservationHeader.booking_completed {
  font-weight: bold;
  font-size: 20px;
}
.bl_consultationWrapper_inner #booking-package_inputFormPanel #reservationHeader.booking_completed::after {
  display: block;
  max-width: 500px;
  margin: 20px auto 0;
  content: "ご予約内容のメールがご登録のアドレスに届いております。届いていない場合やキャンセルをしたい場合はご連絡ください";
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 768px){
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  .u-hide-pc {
    display: none;
  }
  .u-hide-sp {
    display: block;
  }
  .bl_pageWrapperTrial .bl_simpleFooter_list {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: center;
    gap: 15px;
  }
  .bl_pageWrapperTrial .bl_kvWrapper {
    min-height: 539px;
    padding-top: 60px;
    background-image: url(./img/form/kv_pc.png);
  }
  .bl_pageWrapperTrial .bl_kvWrapper .bl_coupon_btn {
    -webkit-transform: translateX(0%);
    position: static;
            transform: translateX(0%);
  }
  .bl_pageWrapperTrial .bl_kvWrapper_badge {
    width: 212px;
    padding: 2.5px 0;
    font-size: 20px;
    line-height: 1.5;
  }
  .bl_pageWrapperTrial .bl_kvWrapper_heading {
    font-size: 54px;
  }
  .bl_pageWrapperTrial .bl_coupon_btn {
    width: 400px;
    padding: 13.5px 0;
    font-size: 20px;
  }
  .bl_pageWrapperTrial .bl_kvWrapper_txt {
    width: 698px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.87;
  }
  .bl_pageWrapperTrial .bl_bubbleSpace {
    margin-top: 0;
    padding-top: 100px;
  }
  .bl_pageWrapperTrial .bl_bubbleSpace_heading {
    margin-bottom: 20px;
    font-size: 3.4285714286rem;
  }
  .bl_pageWrapperTrial .bl_supportBox {
    padding-bottom: 100px;
  }
  .bl_pageWrapperTrial .bl_supportBox_heading {
    margin-top: 30px;
    font-size: 3.4285714286rem;
  }
  .bl_pageWrapperTrial .bl_formBox_heading {
    margin-top: 30px;
    font-size: 3.4285714286rem;
  }
  .bl_pageWrapperTrial .bl_supportBox_txt {
    font-weight: bold;
    font-size: 1.7142857143rem;
    line-height: 1.5;
  }
  .bl_pageWrapperTrial .bl_supportUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    gap: 40px;
  }
  .bl_pageWrapperTrial .bl_supportItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl_pageWrapperTrial .bl_ribbonTxt {
    width: 600px;
    height: 54px;
    margin-top: 80px;
    background-image: url(./img/form/back_ribbon_pc.svg);
    font-size: 1.4285714286rem;
  }
  .bl_pageWrapperTrial .bl_ribbonTxt br {
    display: none;
  }
  .bl_pageWrapperTrial .bl_formBox {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .bl_pageWrapperTrial .bl_formBox_txt {
    font-size: 1.4285714286rem;
  }
  .bl_pageWrapperTrial .bl_couponFormWrapper {
    max-width: 600px;
    margin: 40px auto 0;
    padding: 40px;
  }
  .bl_pageWrapperTrial .bl_btnWrapper [type=submit] {
    padding: 11.5px 0;
    font-size: 1.5714285714rem;
  }
  .bl_pageWrapperTrial .bl_simpleFooter {
    padding: 40px 20px 20px;
  }
  .bl_pageWrapperTrial .bl_simpleFooter_copy {
    max-width: 1108px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_section {
    padding-top: 88px;
    padding-bottom: 52px;
  }
  .bl_section__media {
    padding-top: 85px;
  }
  .bl_section__contact {
    padding-top: 311px;
    background-image: url(./img/top/member_pc.jpg);
    background-size: cover;
  }
  .bl_section__contact .el_btn08 {
    width: 300px;
  }
  .bl_section_inner__contact {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 24px;
  }
  .bl_section_inner__contact .bl_btnWrapper {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_section_inner__contact .bl_btnWrapper .el_btn01 {
    width: 280px;
    margin: 12px 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .bl_layoutbox {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .bl_layoutbox__round {
    padding: 60px;
    border-radius: 16px;
  }
  .bl_logoHeading {
    font-size: 2rem;
    text-align: left;
  }
  .bl_logoHeading span {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4285714286rem;
  }
  .bl_logoHeading img {
    width: 223px;
    margin-top: -10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .bl_logoHeading__academy img {
    width: 374px;
  }
  .bl_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .bl_media__mb {
    margin-bottom: 35px;
  }
  .bl_media__type02 {
    margin-top: 40px;
  }
  .bl_media__type03 {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .bl_media__type03 .el_btn08 {
    display: inline-block;
    position: static;
    width: auto;
    margin-top: 15px;
  }
  .bl_media_txt {
    font-size: 1.1428571429rem;
  }
  .bl_media_imgWrapper img {
    width: 320px;
    margin-bottom: 14px;
  }
  .bl_service_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 55px;
    margin-bottom: 50px;
    gap: 20px;
  }
  .bl_service_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 12px;
  }
  .bl_service_list__txt01 {
    font-size: 20px;
  }
  .bl_service_list__txt01 span {
    font-size: 16px;
  }
  .bl_service_list__txt02 {
    font-size: 32px;
  }
  .bl_service_list__txt02 .txt02_number {
    display: inline-block;
    margin-top: -5px;
    font-size: 42px;
    line-height: 1;
  }
  .bl_serviceImg {
    margin-top: 48px;
    margin-bottom: 45px;
  }
  .bl_sideImg {
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
  }
  .bl_sideImg_img {
    width: 35.4%;
    margin-bottom: 0;
    margin-left: 3.8%;
  }
  .bl_sideImg_txt01 {
    font-size: 2rem;
    line-height: 2;
  }
  .bl_sideImg_txt02 {
    font-size: 1.1428571429rem;
  }
  .bl_sideImg_heading {
    font-size: 2.8571428571rem;
  }
  .bl_sideImg_meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .bl_pageNavi {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .bl_pageNavi__download {
    gap: 40px;
  }
  .bl_pageNavi__download .bl_pageNavi__body {
    width: calc(100% - 83px);
  }
  .bl_pageNavi__download li {
    border-radius: 16px;
  }
  .bl_pageNavi__download .el_btn08 {
    margin-left: 85px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .bl_pageNavi__download .bl_pageNavi__itme {
    padding: 39.5px 40px !important;
  }
  .bl_pageNavi li {
    font-size: 1.2857142857rem;
  }
  .bl_pageNavi li .bl_pageNavi__itme {
    padding: 24.5px 35px 24.5px 20px;
  }
  .bl_pageNavi li .bl_pageNavi__itme::after {
    right: 20px;
  }
  .bl_pageNavi li:first-child, .bl_pageNavi li:nth-child(2) {
    font-size: 1.7142857143rem;
  }
  .bl_pageNavi li:first-child {
    grid-column: 1/3;
  }
  .bl_pageNavi li:nth-child(2) {
    grid-column: 3/5;
  }
  .bl_pageNavi li:first-child .bl_pageNavi__itme, .bl_pageNavi li:nth-child(2) .bl_pageNavi__itme {
    padding: 25.5px 30px;
  }
  .bl_pageNavi__badge {
    padding: 2px 13.5px;
    border-radius: 12px;
    font-size: 0.7857142857rem;
  }
  .bl_pageNavi__icon {
    width: 63px;
    margin-right: 20px;
  }
  .bl_pageNavi__icon img {
    height: 45px;
  }
  .bl_contactHeading {
    font-size: 2rem;
  }
  .bl_contactHeading br {
    display: none;
  }
  .bl_footerBanner {
    margin: 40px 0 0;
  }
  .el_lv2Heading {
    margin-bottom: 28px;
    font-size: 2.2857142857rem;
    text-align: center;
  }
  .el_layoutHeading01 {
    font-size: 2.2857142857rem;
  }
  .el_borderHeading {
    margin-bottom: 35px;
    font-size: 1.7142857143rem;
  }
  .el_borderHeading__local {
    display: block;
    margin-bottom: -40px;
  }
  .el_txt02 {
    font-size: 1.1428571429rem;
  }
  .el_centerTxt {
    font-size: 1.1428571429rem;
  }
  .el_centerTxt br {
    display: none;
  }
  .el_btn07__large {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px){
  .bl_planBox_img02 {
    margin-top: -20px;
    margin-bottom: 45px;
  }
  .bl_usingList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    grid-template-columns: repeat(5, 1fr);
            justify-content: center;
    margin-bottom: 55px;
    gap: 16px 19.5px;
  }
  .bl_usingList li {
    width: 168px;
  }
  .bl_ctaWrapper .bl_section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px){
  .bl_kvArea .bl_slider img {
    border-radius: 10px;
  }
  .bl_404Heading {
    font-size: 1.7142857143rem;
  }
  .bl_404Heading br {
    display: block;
  }
  .bl_404Txt {
    font-size: 0.8571428571rem;
  }
  .el_btn01.el_btn01__lightBlue {
    width: 280px;
    padding: 14px 0;
    font-size: 1.2142857143rem;
  }
  .bl_mainHeader__consultation h1 {
    font-size: 1.1428571429rem;
  }
  .bl_mainHeader_right02 img {
    width: 150px;
    margin-left: 15px;
  }
  .bl_consultationWrapper {
    padding: 40px 15px;
  }
  .bl_consultationWrapper .bl_consultationHeading {
    font-size: 1.7857142857rem;
  }
  .bl_consultationWrapper .bl_consultationTxt {
    margin-bottom: 40px;
    font-size: 1rem;
    text-align: left;
  }
  .bl_consultationWrapper_inner {
    margin-top: 0;
    padding: 40px 15px 20px;
  }
  .bl_consultationWrapper_inner .bl_teacherBox_imgWrapper {
    text-align: center;
  }
  .bl_consultationWrapper_inner .bl_teacherBox {
    display: block;
    margin-bottom: 20px;
  }
  .bl_consultationWrapper_inner .bl_teacherBox_heading {
    font-size: 1.4285714286rem;
    text-align: center;
  }
  .bl_consultationWrapper_inner #booking-package_calendarPage .calendarData {
    font-size: 1.1428571429rem;
  }
  .bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel[data-onclick="1"] .numberInsteadOfSymbols {
    font-size: 12px !important;
  }
  .bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel[data-onclick="1"] .numberInsteadOfSymbols::after {
    content: "枠可";
  }
  .bl_consultationWrapper_inner #booking-package_calendarPage .dayPanel[data-onclick="0"] .numberInsteadOfSymbols::after {
    content: "0枠";
  }
}

@media screen and (max-width: 768px){
  .bl_fixBanner__imgWrapper {
    display: none;
  }
  .bl_fixBanner__txtWrapper {
    -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;
    width: 359px;
    padding: 8px;
    border: none;
  }
  .bl_fixBanner {
    left: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .bl_fixBanner__txt01 {
    font-size: 11px;
  }
  .bl_fixBanner__txt02 {
    font-size: 13px;
  }
  .bl_fixBanner__txt03 {
    right: 8px;
    bottom: 10px;
    font-size: 11px;
  }
  .bl_industryKv {
    background-position: 0 0;
    background-size: 100% auto;
    background-color: #c7def5;
  }
  .bl_industryKv__construction {
    background-image: url(./img/benefit/industry/header_construction_sp.jpg);
  }
  .bl_industry_inner {
    display: block;
    padding: 64vw 10px 50px;
  }
  .bl_industryKv_txt {
    font-size: 1rem;
  }
  .bl_industryKv_txtWrapper {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    width: 100%;
    padding: 16px;
    border-radius: 8px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  }
  .bl_industryKv_heading {
    margin-bottom: 16px;
    font-size: 1.3571428571rem;
  }
  .bl_industryKv_list {
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .bl_industryKv_list li {
    font-size: 1rem;
  }
  .bl_industryKv_btn {
    max-width: 300px;
    margin-bottom: 24px;
    padding: 13.5px 30px;
    font-size: 1.2142857143rem;
  }
  .bl_voiceData {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .bl_voiceData img {
    width: 136px;
  }
  .bl_industryList_imgWrapper {
    width: 160px;
    margin-bottom: 0px;
  }
  .bl_industryList_imgWrapper img {
    border-radius: 8px;
  }
  .bl_industryTxt01 {
    font-size: 16px;
    text-align: left;
  }
  .bl_industryTxt02 {
    font-size: 10px;
  }
  .bl_industryImg01 img {
    margin-bottom: 5px;
  }
  .bl_industryList_txt {
    font-size: 14px;
  }
  .bl_industryList li {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    width: 100%;
    gap: 12px;
  }
  .bl_industryList li:not(:last-child) {
    margin-bottom: 20px;
  }
  .bl_industryList li > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl_industryList li > div:last-child br {
    display: none;
  }
  .bl_industryList div {
    text-align: left;
  }
  .bl_industryList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_construction_ctaBox .bl_ctaBox_link {
    font-size: 1.1428571429rem;
  }
  .bl_serviceBox:not(:last-child) {
    display: block;
  }
  .bl_serviceBox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
  }
  .bl_serviceBox02 .bl_serviceBox_heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bl_serviceBox02 .bl_serviceBox_heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bl_serviceBox02 .bl_serviceBox_texts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .bl_serviceBox_img img {
    margin-bottom: 10px;
  }
  .bl_serviceBox_img02 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bl_serviceBox_heading {
    font-size: 1.4285714286rem;
  }
  .bl_serviceBox_heading::before {
    width: 34px;
    font-size: 1rem;
  }
  .bl_serviceBox_txt {
    font-size: 1rem;
  }
  .bl_serviceBox_list dt {
    padding: 2.5px 15px;
    font-size: 1rem;
  }
  .bl_serviceBoxUnit02 {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_introductionInterview {
    padding: 60px 0px;
  }
  .bl_introductionInterview_logoWrapper img {
    display: block;
    width: 212px;
  }
  .bl_introductionInterview_body {
    width: 100%;
    padding: 40px 24px;
  }
  .bl_introductionInterview_heading {
    margin-bottom: 10px;
    font-size: 1.4285714286rem;
  }
  .bl_introductionInterview_subHeading {
    padding: 0 24px;
    font-weight: 400;
    font-size: 1.1428571429rem;
    text-align: left;
  }
  .bl_interview_heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4285714286rem;
    text-align: left;
  }
  .bl_interview_thumbnailWrapper figcaption {
    font-size: 0.8571428571rem;
  }
  .bl_interview_content .main-box p {
    font-size: 14px;
  }
  .bl_aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_aboutTable th,
  .bl_aboutTable td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
  .bl_aboutTable th {
    font-size: 1rem;
  }
  .bl_aboutTable tr {
    display: block;
    padding: 20px 10px;
    border-top: 1px solid #d4ceca;
  }
  .bl_aboutBox_txt {
    font-weight: bold;
    font-size: 1.1428571429rem;
  }
  .bl_bannerList {
    gap: 5px;
  }
  .bl_bannerList_item {
    width: calc(50% - 2.5px);
  }
  .bl_industryCta .bl_ctaBox_link {
    font-size: 18px;
  }
  .bl_industryCta .bl_ctaBox_link__heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .bl_industryCta {
    background-image: url(./img/benefit/industry/cta_sp.png);
  }
  .bl_otherItemCardUnit {
    grid-template-columns: repeat(1, 1fr);
  }
  .el_btn01.el_btn01__orange {
    max-width: 300px;
    margin-bottom: 24px;
    padding: 13.5px 30px;
    font-size: 1.2142857143rem;
  }
}

@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 */