@charset "UTF-8";
@media screen and (min-width: 1000px) {
  .l-breadcrumb {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .l-breadcrumb {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .l-breadcrumb__inner {
    margin: 16px 0;
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__inner {
    padding: 6px 15px;
    overflow-x: scroll;
    white-space: nowrap;
    background-color: #fff3f3;
  }
}
.l-breadcrumb__inner a {
  color: #E7513C;
}

.l-breadcrumb__inner li {
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .l-breadcrumb__inner li {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__inner li {
    font-size: 0.8rem;
  }
}
.l-breadcrumb__inner li:not(:last-child)::after {
  display: inline-block;
  margin: 0 10px;
  color: #676767;
  vertical-align: middle;
  content: ">";
}

.c-sns_icon__list {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 16px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-sns_icon__list {
    background: transparent;
  }
}

.c-sns_icon__list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.c-sns_icon__list li a:hover {
  opacity: 0.8;
}

.c-sns_icon__list img {
  width: 24px;
  height: 24px;
}

.c-sns_icon__list li {
  padding: 10px;
  border-radius: 50%;
}

.c-sns_icon__x {
  background-color: #0F1419;
}

.c-sns_icon__youtube {
  background-color: #FF0100;
}

.c-sns_icon__line {
  background-color: #4CC764;
}

.c-decoration__dot_w_slash {
  padding: 0 35px;
  position: relative;
}
.c-decoration__dot_w_slash::before, .c-decoration__dot_w_slash::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 26px;
  height: 21px;
  background-image: url(/img/page/top/decoration-dots.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-decoration__dot_w_slash::before {
  left: 5px;
  transform: scaleX(-1);
}
.c-decoration__dot_w_slash::after {
  right: 5px;
}

.c-decoration__triangle_border {
  position: relative;
}
.c-decoration__triangle_border::before {
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #E7513C;
  border-right: 2px solid #E7513C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-cta__btn.__tel a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 59px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  background: linear-gradient(to bottom, #FE7C3C, #F93936);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.c-cta__btn.__tel a img {
  width: 15px;
  height: 27px;
}

.c-cta__sp_menu_cv_txt {
  font-weight: bold;
}

.c-cta__web_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: -28px auto 0;
  height: 90px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #1472CB, #1860BE);
  color: #fff;
  border: solid 1px #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.c-cta__web_link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  filter: brightness(1.05);
}
@media screen and (max-width: 768px) {
  .c-cta__web_link {
    margin: 0 auto;
    font-size: 15px;
    height: 59px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .c-cta__web_link {
    font-size: 2vw;
  }
}

.c-cta__sp_tel_txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.c-cta__cv_sub_txt {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 50px 50px 50px 0;
  background: #FFDA1C;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-cta__cv_sub_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
  }
}

.c-cta__btn {
  position: relative;
  text-align: center;
}

.c-cta__btn.__web .c-cta__cv_sub_txt {
  background: #FFDA1C;
  padding: 6px 12px;
  border-radius: 50px 50px 50px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__btn.__web .c-cta__cv_sub_txt {
    position: absolute;
    top: -15px;
    padding: 10px 16px;
  }
}

.c-cta__tel_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #333;
  text-decoration: none;
  margin-bottom: 8px;
}

.c-cta__tel_number {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .c-cta__tel_number {
    font-size: 2vw;
  }
}

.c-cta__tel_note {
  font-size: 14px;
  color: #2F2D2C;
  line-height: 1.6;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .c-cta__tel_note {
    font-size: 10px;
    margin: 8px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .c-cta__tel_note {
    font-size: 1.2vw;
  }
}
.c-cta__tel_note span {
  display: inline-block;
}

.c-cta__cv_bg {
  background: #E7513C;
  padding: 24px 0;
}
@media screen and (max-width: 1000px) {
  .c-cta__cv_bg {
    padding: 5% 6%;
  }
}

.c-cta__cv_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap {
    flex-direction: column;
    gap: 32px;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 59px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 4px;
    background: linear-gradient(to bottom, #FE7C3C, #F93936);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease;
  }
}
.c-cta__cv_wrap .c-cta__btn.__tel a img {
  width: 15px;
  height: 27px;
}

@media screen and (min-width: 1001px) {
  .c-cta__cv_wrap .c-cta__btn.__tel .c-cta__cv_sub_txt {
    background: #A70D06;
    color: #fff;
  }
}

.c-cta__cv_wrap .c-cta__tel_link,
.c-cta__cv_wrap .c-cta__tel_note {
  color: #fff;
}

@media screen and (min-width: 1001px) {
  .c-cta__cv_wrap .c-cta__tel_link {
    pointer-events: none;
    cursor: default;
  }
}

.c-cta__cv_wrap .c-cta__tel_number {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .c-cta__cv_wrap .c-cta__tel_number {
    user-select: text;
    cursor: text;
  }
}
@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__tel_number {
    font-size: 22px;
  }
}

.c-cta__cv_wrap .c-cta__tel_note {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__tel_note {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__tel_note {
    top: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel a,
  .c-cta__cv_wrap .c-cta__web_link {
    padding: 0;
    height: 90px;
    font-size: 18px;
    max-width: 400px;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__web {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel a {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1001px) {
  .c-cta__cv_wrap .c-cta__web_link {
    box-sizing: border-box;
    padding: 0 64px;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel .c-cta__cv_sub_txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

#l-popup {
  position: fixed;
  top: 17%;
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 1150px) {
  #l-popup {
    display: none;
  }
}

#l-popup__bg-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 195px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(to bottom, #1472CB, #1860BE);
  color: #fff;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#l-popup__bg-1 a:hover {
  opacity: 0.9;
}

.l-footer {
  background: #F7F7F7;
  color: #2F2D2C;
}
.l-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.l-footer a:hover {
  opacity: 0.7;
  color: #E7513C;
}
@media screen and (max-width: 768px) {
  .l-footer {
    background: #F7F7F7;
    border-top: 0;
  }
}

.l-footer__upper {
  background: #F7F7F7;
}

.l-footer__inner {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 92%;
    padding: 24px 0 0;
  }
}

.l-footer__section {
  padding: 0 0 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.l-footer__section:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .l-footer__section {
    padding: 0 0 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__section.__about {
    padding: 0;
    margin-bottom: 24px;
  }
}

.l-footer__ttl {
  margin-bottom: 22px;
  color: #6B635D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footer__ttl {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.6;
    color: #6B635D;
  }
}

.l-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.l-footer__links li {
  position: relative;
  padding: 0 18px 0 0;
  margin: 0 18px 0 0;
  line-height: 1.8;
}
.l-footer__links li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  background: #d8d8d8;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-footer__links li::after {
    display: none;
  }
}
.l-footer__links li:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__links li {
    width: 50%;
    margin: 0 0 10px;
    padding: 0 12px 0 0;
    line-height: 1.6;
  }
}
.l-footer__links a {
  color: #2F2D2C;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__links a {
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
  }
  .l-footer__links a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #A0A0A0;
    border-right: 1.5px solid #A0A0A0;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__pref {
    border: none;
  }
}

.l-footer__pref_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__pref_grid {
    display: block;
  }
}

.l-footer__pref_block {
  display: flex;
  flex-direction: column;
  column-gap: 18px;
  align-items: start;
}
.l-footer__pref_block dt {
  color: #A0A0A0;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-footer__pref_block dt {
    position: relative;
    padding: 16px 20px 16px 0;
    color: #2F2D2C;
    line-height: 1.6;
    cursor: pointer;
  }
  .l-footer__pref_block dt::after, .l-footer__pref_block dt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 1px;
    background: #2F2D2C;
    transform: translateY(-50%);
  }
  .l-footer__pref_block dt::before {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__pref_block dd {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__pref_block dd {
    display: none;
    padding: 0 0 12px;
  }
}
.l-footer__pref_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__pref_block ul {
    gap: 8px;
  }
}
.l-footer__pref_block li {
  position: relative;
  padding: 0 14px 0 0;
  margin: 0 14px 0 0;
  line-height: 1.8;
}
.l-footer__pref_block li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  background: #d8d8d8;
  transform: translateY(-50%);
}
.l-footer__pref_block li:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__pref_block li {
    width: calc((100% - 8px) / 2);
    margin: 0;
    padding: 0;
  }
  .l-footer__pref_block li::after {
    display: none;
  }
}
.l-footer__pref_block a {
  color: #2F2D2C;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__pref_block a {
    position: relative;
    display: block;
    padding: 16px 22px 16px 10px;
    border: 1px solid #A0A0A0;
    background: #EAEAEA;
    color: #2F2D2C;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
  }
  .l-footer__pref_block a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #A0A0A0;
    border-right: 1.5px solid #A0A0A0;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__pref_block.is-open dt::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__pref_block.is-open dd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__pref_block {
    display: block;
    margin-bottom: 0;
    border-top: 1px solid #d9d9d9;
  }
  .l-footer__pref_block:last-of-type {
    border-bottom: 1px solid #d9d9d9;
  }
}

.l-footer__banners {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__banners {
    display: block;
    margin-top: 16px;
  }
}

.l-footer__banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #666;
}
@media screen and (max-width: 768px) {
  .l-footer__banner + .l-footer__banner {
    margin-top: 10px;
  }
}

.l-footer__banner--sdgs {
  width: 326px;
}
.l-footer__banner--sdgs picture {
  width: 100%;
}
.l-footer__banner--sdgs img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__banner--sdgs a {
    min-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__banner--sdgs {
    width: 100%;
  }
}

.l-footer__banner--cm {
  width: 290px;
}
.l-footer__banner--cm a {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .l-footer__banner--cm a {
    min-height: 70px;
    font-size: 13px;
    color: #2F2D2C;
    background: #F7F7F7;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__banner--cm {
    width: 100%;
  }
}

.l-footer__lower {
  background: #fff;
  padding: 28px 0 18px;
}
@media screen and (max-width: 768px) {
  .l-footer__lower {
    background: #fff;
    padding: 0 0 24px;
  }
}

.l-footer__lower_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  column-gap: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer__lower_inner {
    display: block;
    padding: 24px 16px 32px;
    text-align: center;
  }
}

.l-footer__brand {
  margin: 0;
}
.l-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__brand {
    margin: 20px 0 16px;
  }
  .l-footer__brand img {
    width: 180px;
    margin: 0 auto;
  }
}

.l-footer__company_text p {
  color: #2F2D2C;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-footer__company_text p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__company_text {
    margin: 16px 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__sns .c-sns_icon__list {
    justify-content: center;
    padding: 0;
  }
}

.l-footer__copyright {
  margin-top: 22px;
  text-align: center;
}
.l-footer__copyright small {
  color: #9a9a9a;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 0;
  }
  .l-footer__copyright small {
    font-size: 8px;
    color: #9a9a9a;
  }
}

#l-footer_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(100px);
}
@media screen and (min-width: 901px) {
  #l-footer_fixed {
    z-index: 10;
    background: rgba(50, 50, 50, 0.85);
  }
}
@media screen and (max-width: 900px) {
  #l-footer_fixed {
    z-index: 900;
  }
}

@media screen and (min-width: 901px) {
  .l-footer_fixed__flex {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 0;
    color: #fff;
    margin: 0 auto;
    width: 960px;
    max-width: 94%;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_fixed__flex {
    display: none;
  }
}

.l-footer_fixed__about_box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.l-footer_fixed__about .tel_switching {
  margin-right: 24px;
}

.l-footer_fixed__about div {
  display: flex;
  flex-direction: column;
  border: solid 1px #fff;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
}

.l-footer_fixed__about p {
  padding: 0;
  font-size: 14px;
  text-align: center;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_fixed__btn {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.l-footer_fixed__btn .l-footer_fixed__p {
  margin-bottom: 8px;
}

.l-footer_fixed__btn a {
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-footer_fixed__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #1472CB, #1860BE);
    color: #fff;
    border: solid 1px #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease;
  }
  .l-footer_fixed__btn a:hover {
    opacity: 0.8;
    box-shadow: none;
    transform: translateY(4px);
  }
}

@media screen and (min-width: 901px) {
  .l-footer_fixed__btn_p {
    font-size: 13px;
    line-height: 1.4;
    color: #FFDA1C;
  }
}

@media screen and (min-width: 901px) {
  .l-footer_fixed__btn_h {
    padding-top: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
}

@media screen and (min-width: 901px) {
  .l-footer_fixed__tel {
    position: relative;
    text-align: center;
    padding-left: 100px;
  }
}
.l-footer_fixed__tel img {
  position: absolute;
  bottom: -7px;
  left: -33px;
  transform: translateX(50%);
}

@media screen and (min-width: 901px) {
  .l-footer_fixed__p {
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
  }
}

@media screen and (min-width: 901px) {
  .l-footer_fixed__tel_number {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin: 8px auto;
  }
}

#l-footer_fixed.is_fixed {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(0);
}

@media screen and (min-width: 901px) {
  #l-footer_fixed__sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #l-footer_fixed__sp {
    background: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 900px) {
  .l-footer_fixed__sp_inner {
    display: grid;
    grid-template-columns: 5.5fr 4.5fr;
    gap: 8px;
    padding: 10px 3vw;
    align-items: center;
  }
}

.c-cta__tel_top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#l-footer_fixed__sp .c-cta__btn.__tel a {
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#l-footer_fixed__sp .c-cta__sp_menu_cv_txt {
  font-size: 16px;
  color: #fff;
}
#l-footer_fixed__sp .c-cta__web_link {
  height: 59px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
}
#l-footer_fixed__sp .c-cta__cv_sub_txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
}
#l-footer_fixed__sp .c-cta__btn.__web .c-cta__cv_sub_txt {
  top: -22px;
  padding: 10px 16px;
}
#l-footer_fixed__sp .c-cta__tel_note {
  margin: 0;
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

.c-sns_icon__list {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 16px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-sns_icon__list {
    background: transparent;
  }
}

.c-sns_icon__list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.c-sns_icon__list li a:hover {
  opacity: 0.8;
}

.c-sns_icon__list img {
  width: 24px;
  height: 24px;
}

.c-sns_icon__list li {
  padding: 10px;
  border-radius: 50%;
}

.c-sns_icon__x {
  background-color: #0F1419;
}

.c-sns_icon__youtube {
  background-color: #FF0100;
}

.c-sns_icon__line {
  background-color: #4CC764;
}

.c-cta__btn.__tel a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 59px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  background: linear-gradient(to bottom, #FE7C3C, #F93936);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.c-cta__btn.__tel a img {
  width: 15px;
  height: 27px;
}

.c-cta__sp_menu_cv_txt {
  font-weight: bold;
}

.c-cta__web_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: -28px auto 0;
  height: 90px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #1472CB, #1860BE);
  color: #fff;
  border: solid 1px #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.c-cta__web_link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  filter: brightness(1.05);
}
@media screen and (max-width: 768px) {
  .c-cta__web_link {
    margin: 0 auto;
    font-size: 15px;
    height: 59px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .c-cta__web_link {
    font-size: 2vw;
  }
}

.c-cta__sp_tel_txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.c-cta__cv_sub_txt {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 50px 50px 50px 0;
  background: #FFDA1C;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-cta__cv_sub_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
  }
}

.c-cta__btn {
  position: relative;
  text-align: center;
}

.c-cta__btn.__web .c-cta__cv_sub_txt {
  background: #FFDA1C;
  padding: 6px 12px;
  border-radius: 50px 50px 50px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__btn.__web .c-cta__cv_sub_txt {
    position: absolute;
    top: -15px;
    padding: 10px 16px;
  }
}

.c-cta__tel_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #333;
  text-decoration: none;
  margin-bottom: 8px;
}

.c-cta__tel_number {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .c-cta__tel_number {
    font-size: 2vw;
  }
}

.c-cta__tel_note {
  font-size: 14px;
  color: #2F2D2C;
  line-height: 1.6;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .c-cta__tel_note {
    font-size: 10px;
    margin: 8px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .c-cta__tel_note {
    font-size: 1.2vw;
  }
}
.c-cta__tel_note span {
  display: inline-block;
}

.c-cta__cv_bg {
  background: #E7513C;
  padding: 24px 0;
}
@media screen and (max-width: 1000px) {
  .c-cta__cv_bg {
    padding: 5% 6%;
  }
}

.c-cta__cv_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap {
    flex-direction: column;
    gap: 32px;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 59px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 4px;
    background: linear-gradient(to bottom, #FE7C3C, #F93936);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease;
  }
}
.c-cta__cv_wrap .c-cta__btn.__tel a img {
  width: 15px;
  height: 27px;
}

@media screen and (min-width: 1001px) {
  .c-cta__cv_wrap .c-cta__btn.__tel .c-cta__cv_sub_txt {
    background: #A70D06;
    color: #fff;
  }
}

.c-cta__cv_wrap .c-cta__tel_link,
.c-cta__cv_wrap .c-cta__tel_note {
  color: #fff;
}

@media screen and (min-width: 1001px) {
  .c-cta__cv_wrap .c-cta__tel_link {
    pointer-events: none;
    cursor: default;
  }
}

.c-cta__cv_wrap .c-cta__tel_number {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .c-cta__cv_wrap .c-cta__tel_number {
    user-select: text;
    cursor: text;
  }
}
@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__tel_number {
    font-size: 22px;
  }
}

.c-cta__cv_wrap .c-cta__tel_note {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__tel_note {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__tel_note {
    top: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel a,
  .c-cta__cv_wrap .c-cta__web_link {
    padding: 0;
    height: 90px;
    font-size: 18px;
    max-width: 400px;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__web {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel a {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1001px) {
  .c-cta__cv_wrap .c-cta__web_link {
    box-sizing: border-box;
    padding: 0 64px;
  }
}

@media screen and (max-width: 1000px) {
  .c-cta__cv_wrap .c-cta__btn.__tel .c-cta__cv_sub_txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

.l-header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    height: 60px;
    top: 0;
    z-index: 990;
    border-bottom: none;
    box-shadow: 0 0 3px rgba(195, 195, 195, 0.5);
  }
}

.l-header__logo {
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
}
.l-header__logo img {
  width: 160px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: auto;
    height: 29px;
  }
}

.l-header__menu_nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-header__menu_nav {
    width: 1000px;
  }
}

.l-header__menu_hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #E7513C;
  border: solid 1px #fff;
  box-shadow: 0 0 3px rgba(195, 195, 195, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header__menu_hamburger {
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: none;
    background-color: transparent;
  }
}
.l-header__menu_hamburger:hover span:not(.l-header__ham_txt_open) {
  transform: scaleX(1.1);
}
.l-header__menu_hamburger:hover span:not(.l-header__ham_txt_open)::before {
  transform: translateY(-3px);
}
.l-header__menu_hamburger:hover span:not(.l-header__ham_txt_open)::after {
  transform: translateY(3px);
}
.l-header__menu_hamburger:hover .l-header__ham_txt_open {
  opacity: 0.8;
  transform: translateY(-1px);
}

.l-header__menu_hamburger span:not(.l-header__ham_txt_open) {
  position: absolute;
  top: 33px;
  display: block;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #fff;
  border-radius: 3px;
  transition: transform 0.4s ease, background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .l-header__menu_hamburger span:not(.l-header__ham_txt_open) {
    background-color: #E7513C;
    top: 23px;
  }
}
.l-header__menu_hamburger span:not(.l-header__ham_txt_open)::before {
  position: absolute;
  bottom: 8px;
  display: block;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #fff;
  border-radius: 3px;
  transition: transform 0.4s ease, background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .l-header__menu_hamburger span:not(.l-header__ham_txt_open)::before {
    background-color: #E7513C;
  }
}
.l-header__menu_hamburger span:not(.l-header__ham_txt_open)::after {
  position: absolute;
  top: 8px;
  display: block;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #fff;
  border-radius: 3px;
  transition: transform 0.25s ease, background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .l-header__menu_hamburger span:not(.l-header__ham_txt_open)::after {
    background-color: #E7513C;
  }
}

.l-header__ham_txt_open {
  position: absolute;
  top: 53px;
  right: 25px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  user-select: none;
  white-space: nowrap;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .l-header__ham_txt_open {
    color: #333;
    top: 42px;
    right: 12px;
  }
}

#toggle:checked ~ .l-header__menu_hamburger {
  position: fixed;
  z-index: 10002;
  background-color: transparent;
  border: none;
  box-shadow: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#toggle:checked ~ .l-header__menu_hamburger:hover span {
  transform: none;
  opacity: 0.8;
}
#toggle:checked ~ .l-header__menu_hamburger span:not(.l-header__ham_txt_open) {
  background-color: rgba(255, 255, 255, 0);
}
#toggle:checked ~ .l-header__menu_hamburger span:not(.l-header__ham_txt_open)::before {
  bottom: 5px;
  background-color: #777;
  transform: rotate(45deg);
}
#toggle:checked ~ .l-header__menu_hamburger span:not(.l-header__ham_txt_open)::after {
  top: -5px;
  background-color: #777;
  transform: rotate(-45deg);
}

#toggle:checked ~ .l-header__menu_hamburger .l-header__ham_txt_open {
  color: #333;
  font-size: 0;
}
#toggle:checked ~ .l-header__menu_hamburger .l-header__ham_txt_open::after {
  font-size: 10px;
  content: "閉じる";
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  #toggle:checked ~ .l-header__menu_hamburger .l-header__ham_txt_open::after {
    margin-right: 3px;
  }
}

.l-header__menu {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    right: -100vw;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-header__menu {
    left: 0;
    transform: translateY(-100%);
    max-height: 100vh;
    overflow-y: auto;
  }
}

@media screen and (min-width: 769px) {
  .l-header__menu_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    transition: opacity 0.25s ease;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu_block #toggle:checked ~ .l-header__menu_overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: unset;
    transition: opacity 0.3s ease 0.2s;
  }
}
@media screen and (min-width: 769px) {
  .l-header__menu_block #toggle:checked ~ .l-header__menu_overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 11;
    transition-delay: 0.27s;
  }
}

.l-header__menu_block #toggle {
  position: absolute;
  display: none;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .l-header__menu_block #toggle:checked ~ .l-header__menu {
    overflow: auto;
    transform: translateX(-100vw);
    background: #F7F7F7;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__menu_block #toggle:checked ~ .l-header__menu {
    transform: translateY(0);
  }
}

.l-header__pc_tel_info {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
  margin-right: 90px;
}
@media screen and (max-width: 1000px) {
  .l-header__pc_tel_info {
    display: none;
  }
}

.l-header__pc_tel_info p {
  text-align: right;
  line-height: 1.4;
  font-size: 12px;
}

.l-header__pc_tel_info .tel_switching p {
  text-align: center;
  margin-left: 26px;
  line-height: 1.2;
}

.l-header__telnum {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.l-header__telnum::before {
  content: "";
  display: block;
  width: 15px;
  height: 27px;
  position: absolute;
  top: 2px;
  left: -20px;
  background-image: url("/img/layout/header/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header__pc_nav_assessment {
  background-color: #E7513C;
  font-weight: bold;
  height: 90px;
  display: flex;
  padding: 0 32px;
  border: 1px solid #fff;
  box-shadow: 0 2px 6px rgba(51, 51, 51, 0.1), inset 0 -3px 0 rgba(51, 51, 51, 0.1);
}
.l-header__pc_nav_assessment a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-header__pc_nav_assessment a:hover {
  opacity: 0.8;
}

.l-header__pc_nav {
  margin: 0 auto;
  clear: both;
  background: #fff;
  box-shadow: 0 1px 3px rgba(195, 195, 195, 0.5);
  border-top: 2px solid #ededed;
}

@media screen and (min-width: 1000px) {
  .l-header__pc_nav ul {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .l-header__pc_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
}

.l-header__pc_nav ul li {
  position: relative;
  flex-grow: 1;
  font-size: 0.95rem;
  color: #fff;
  transition: 0.15s ease-out;
}
.l-header__pc_nav ul li:hover {
  opacity: 0.8;
}

.l-header__pc_nav ul li a {
  position: relative;
  display: block;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
}
.l-header__pc_nav ul li a:visited, .l-header__pc_nav ul li a:link {
  color: #2F2D2C;
}
.l-header__pc_nav ul li a:hover {
  color: #E7513C;
}

.l-header__cv_wrap {
  width: 100%;
}

.l-header__cv_wrap.__sp {
  display: grid;
  grid-template-columns: 5.5fr 4.5fr;
  gap: 8px;
  padding: 0 3vw;
  margin: 48px auto 32px;
}

.l-header__menu_head {
  position: sticky;
  top: 0;
  z-index: 10002;
  display: grid;
  place-items: center;
  width: 100%;
  height: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-header__menu_head {
    height: 60px;
    justify-content: start;
    padding-left: 3vw;
    background: #F7F7F7;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu_logo {
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu_logo img {
    width: 37%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu a {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_content_list {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_content_list a,
  .l-header__sp_menu_pref_list a {
    color: #333;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_pref_list .l-header__sp_menu_label {
    padding: 18px 0 18px 16px;
    color: #6B635D;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_content_item {
    border-bottom: 2px solid #e9e9e9;
  }
  .l-header__sp_menu_content_item:first-child {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_link {
    position: relative;
    display: block;
    padding: 18px 0 18px 16px;
    font-size: 15px;
  }
  .l-header__sp_menu_link::after {
    position: absolute;
    right: 18px;
    width: 0.6em;
    height: 0.6em;
    margin-top: 2px;
    content: "";
    border-top: 2px solid #E7513C;
    border-right: 2px solid #E7513C;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_content_list.--about .l-header__sp_menu_link::after {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_accordion_inner .l-header__sp_menu_link {
    padding: 17px 0 17px 44px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_pref_list .l-header__sp_menu_accordion_inner .l-header__sp_menu_link {
    padding: 16px 0 16px 16px;
  }
}

.l-header__sp_menu_accordion {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  background-color: #fff;
}
.l-header__sp_menu_accordion:last-child {
  border-bottom: none;
}

.l-header__sp_menu_accordion.--pref {
  margin-inline: auto;
  border-top: 2px solid #e9e9e9;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.l-header__sp_menu_accordion.--pref:first-child {
  border-top: none;
}
.l-header__sp_menu_accordion.--pref:last-child {
  border-bottom: 2px solid #e9e9e9;
}

.l-header__sp_menu_input {
  position: absolute;
  opacity: 0;
}

.l-header__sp_menu_accordion_inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.l-header__sp_menu_accordion_txt {
  font-size: 15px;
  line-height: 1;
  background-color: rgba(231, 81, 60, 0.5);
}
.l-header__sp_menu_accordion_txt:not(:last-of-type) {
  border-bottom: 1px dashed #E7513C;
}
.l-header__sp_menu_accordion_txt:first-of-type {
  border-top: 1px dashed #E7513C;
}

.l-header__sp_menu_label {
  position: relative;
  display: block;
  padding: 17px 0 17px 30px;
  cursor: pointer;
}

.l-header__sp_menu_input:checked ~ .l-header__sp_menu_accordion_inner {
  max-height: fit-content;
}

.l-header__sp_menu_input.--pref:checked ~ .l-header__sp_menu_accordion_inner {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}

.l-header__sp_menu_i_box {
  position: absolute;
  top: 50%;
  right: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transition-duration: 0.2s;
  transform: rotate(45deg);
  transform-origin: center center;
}

.l-header__sp_menu_i {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  transition-duration: 0.2s;
  transform: rotate(45deg);
  transform-origin: center center;
}
.l-header__sp_menu_i::before, .l-header__sp_menu_i::after {
  position: absolute;
  top: 6px;
  left: 0;
  display: flex;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #E7513C;
  transform: rotate(0deg);
  transform-origin: center center;
}
.l-header__sp_menu_i::before {
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
}

.l-header__sp_menu_pref_p {
  width: 50%;
  font-size: 15px;
  line-height: 1;
  background-color: #F7F7F7;
}
.l-header__sp_menu_pref_p:nth-of-type(odd) {
  border-right: 1px solid #e9e9e9;
}
.l-header__sp_menu_pref_p:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
.l-header__sp_menu_pref_p:nth-of-type(-n + 2) {
  border-top: 1px solid #e9e9e9;
}

.l-header__sp_menu_pref_p.--kyushuokinawa {
  border-bottom: 1px solid #e9e9e9;
}

.l-header__sp_menu_input:checked + .l-header__sp_menu_label .l-header__sp_menu_i_box {
  transform: rotate(-360deg);
}

.l-header__sp_menu_input:checked + .l-header__sp_menu_label .l-header__sp_menu_i::before {
  transform: rotate(45deg);
}

.l-header__sp_menu_input:checked + .l-header__sp_menu_label .l-header__sp_menu_i::after {
  transform: rotate(-45deg);
}

.l-header__sp_menu_content_list.--about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid #e9e9e9;
  border-left: 2px solid #e9e9e9;
}
@media screen and (max-width: 768px) {
  .l-header__sp_menu_content_list.--about .l-header__sp_menu_content_item {
    border-right: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
  }
  .l-header__sp_menu_content_list.--about .l-header__sp_menu_content_item:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 767px) {
  .l-header__sp_menu_layout {
    display: none;
  }
}

.l-header__pc_menu_layout {
  display: flex;
  min-height: 690px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .l-header__pc_menu_layout {
    display: none;
  }
}

.l-header__pc_menu_left {
  width: 25%;
  padding: 5% 2% 5%;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #e3e3e3;
  text-align: center;
}

.l-header__pc_logo {
  margin-bottom: 88px;
}
.l-header__pc_logo img {
  width: 280px;
  height: auto;
  display: block;
}

.l-header__pc_cv_wrap {
  width: 100%;
  max-width: 320px;
  text-align: center;
}

.l-header__pc_menu_right {
  width: 75%;
  padding: 3% 4% 3%;
}

.l-header__pc_top_links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 40px 32px;
  align-items: start;
  margin-bottom: 56px;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-header__pc_top_links {
    grid-template-columns: 1fr 1fr;
  }
}

.l-header__pc_menu_section {
  min-width: 0;
}

.l-header__pc_menu_layout .c-ttl__red_yellow {
  padding-left: 14px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_layout .c-ttl__red_yellow {
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: 2px solid #e9e9e9;
    padding: 18px 0 18px 32px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__sp_menu_layout .c-ttl__red_yellow::before {
    left: 15px;
    height: 24px;
  }
}

.l-header__pc_menu_list li + li {
  margin-top: 14px;
}
.l-header__pc_menu_list a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.7;
  transition: opacity 0.2s ease;
}
.l-header__pc_menu_list a:hover {
  opacity: 0.7;
  color: #E7513C;
}

.l-header__pc_menu_section.--sns {
  min-width: 150px;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-header__pc_menu_section.--sns {
    min-width: auto;
  }
}

.l-header__pc_sns_list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-header__pc_sns_list a {
  display: block;
  transition: opacity 0.2s ease;
}
.l-header__pc_sns_list a:hover {
  opacity: 0.7;
}
.l-header__pc_sns_list img {
  width: 40px;
  height: 40px;
  display: block;
}

.l-header__pc_area_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-header__pc_area_row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: start;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-header__pc_area_row {
    grid-template-columns: 110px 1fr;
    gap: 16px;
  }
}

.l-header__pc_area_row dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 10px;
  background: #ececec;
  color: #6B635D;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.l-header__pc_area_row dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 6px;
}

.l-header__pc_area_row dd a {
  color: #2F2D2C;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.l-header__pc_area_row dd a:hover {
  opacity: 0.7;
  color: #E7513C;
}

.l-header__pc_area_row dd a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-header__pc_logo img {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .l-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .l-inner {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    margin: 0 4%;
  }
}

#l-popup {
  position: fixed;
  top: 17%;
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 1150px) {
  #l-popup {
    display: none;
  }
}

#l-popup__bg-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 195px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(to bottom, #1472CB, #1860BE);
  color: #fff;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#l-popup__bg-1 a:hover {
  opacity: 0.9;
}

@media screen and (min-width: 1001px) {
  .l-sidebar__section_outer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .l-sidebar__section_inner {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .l-sidebar__section_inner {
    max-width: 75%;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .l-sidebar__section_inner {
    margin: 0 3%;
  }
}

@media screen and (min-width: 1001px) {
  .l-sidebar__block {
    width: 25%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .l-sidebar__block {
    margin: 30px 4%;
  }
}

.l-sidebar__group_block {
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #d6d2d2;
  border-radius: 5px 5px 0 0;
}

.l-sidebar__group_ttl {
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: inherit;
  color: #E7513C;
  text-align: center;
  letter-spacing: 0.1rem;
  border-bottom: 3px solid #f9bab1;
}
@media screen and (max-width: 1000px) {
  .l-sidebar__group_ttl {
    font-size: 1.2rem;
    background-color: #F7F7E9;
  }
}

.l-sidebar__group_ttl_primary {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #333;
}

.l-sidebar__group_list li {
  border-bottom: dotted 1px #d6d2d2;
}
.l-sidebar__group_list li:last-child {
  border-bottom: none;
}

.l-sidebar__group_list li a {
  display: block;
  padding: 12px 1rem 12px 1.8rem;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
  text-indent: -0.9rem;
}
@media screen and (max-width: 1000px) {
  .l-sidebar__group_list li a {
    font-size: 1rem;
  }
}
.l-sidebar__group_list li a::before {
  display: inline-block;
  margin-right: 0.2rem;
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #E7513C;
}
.l-sidebar__group_list li a:hover {
  text-decoration: underline;
  background: #f9f9f9;
}

@media screen and (max-width: 1000px) {
  .l-sidebar__cv {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .l-sidebar__cv a {
    position: relative;
    display: block;
    padding: 15px 0 15px 4rem;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    background: #F83535;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(4, 0, 0, 0.25);
  }
  .l-sidebar__cv a:hover {
    opacity: 0.8;
  }
  .l-sidebar__cv a::before {
    position: absolute;
    top: 26px;
    left: 19px;
    content: url("/img/layout/sidebar/sidebar_cv_icon.png");
  }
}

@media screen and (min-width: 1001px) {
  .l-sidebar__cv a span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
  }
}