@charset "utf-8";
html {
  visibility: hidden;
  opacity: 0;
  scroll-behavior: smooth;
}
html.wf-active {
  transition-delay: 0.5s;
  visibility: visible;
  opacity: 1;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.388;
  color: #2b2b2b;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.12em;
}
sup {
  font-size: 0.7em;
  vertical-align: super;
}
sub {
  font-size: 0.7em;
  vertical-align: sub;
}
a:not([class*="button-"]):hover {
  opacity: 0.6;
  cursor: pointer !important;
}
.anchor-point {
  position: relative;
  top: -100px;
}
@media (min-width: 992px) {
  .anchor-point {
    top: -165px;
  }
}

/**********************************/
/* base
/**********************************/

/* font color */
.color-main {
  color: #073186;
  font-weight: 500;
}

.num-font {
  font-family: "Barlow", sans-serif;
  color: #073186;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

/* image */
.main-image {
  padding-top: 75%;
  position: relative;

}

.main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .main-image {
  border: 1px solid #ecedf2;
}

/* background color */

.bg-blue {
  background-color: #073186;
}
.bg-yellow {
  background-color: #ffcb3e;
}

/**********************************/
/* common-mv
/**********************************/

.common-mv {
  background-image: url("../images/common/common-mv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 20rem;
}
@media (min-width: 576px) {
  .common-mv {
    height: 30rem;
  }
}

.common-mv h1,
.common-mv p {
  color: #fff;
  padding: 0 10px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: calc(60 / 40);
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 576px) {
  .common-mv h1,
  .common-mv p {
    font-size: 4rem;
  }
}

/**********************************/
/* btn-breadcrumbs
/**********************************/
.btn-breadcrumbs-wrap {
  position: relative;
}

.btn-breadcrumbs {
  padding-top: 2rem;
  position: absolute;
  top: 0;
}

.btn-breadcrumbs .bl-bread__list {
  display: flex;
  flex-wrap: wrap;
}

.btn-breadcrumbs .bl-bread__item {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-right: 25px;
  line-height: 2;
}

.btn-breadcrumbs .bl-bread__item:last-of-type {
  color: #073186;
}

.btn-breadcrumbs .bl-bread__item:last-of-type::after {
  content: none;
}

.btn-breadcrumbs .bl-bread__item::after {
  content: "/";
  position: absolute;
  display: inline-block;
  padding: 0 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1.5;
}

/**********************************/
/* heading
/**********************************/
.heading-top {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: calc(60 / 35);
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}
/* @media (min-width: 576px) {
  .heading-top {
    font-size: 3rem;
  }
} */
@media (min-width: 768px) {
  .heading-top {
    font-size: 3.5rem;
  }
}

.heading-top::after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -5rem;
  width: 30rem;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.heading-main {
  color: #073186;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  text-align: center;
}
@media (min-width: 576px) {
  .heading-main {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .heading-main {
    font-size: 3.5rem;
  }
}

.heading-main::before,
.heading-main::after {
  content: "";
  background-color: #073186;
  flex-grow: 1;
  height: 1px;
}

.heading-main::before {
  margin-right: 15px;
}

.heading-main::after {
  margin-left: 15px;
}
@media (min-width: 576px){
  .heading-main::before {
    margin-right: 30px;
  }
  .heading-main::after {
    margin-left: 30px;
  }
}

.heading-main br.sp {
  display: block;
}
@media (min-width: 992px) {
  .heading-main br.sp {
    display: none;
  }
}

.heading-middle {
  font-size: 3rem;
  font-weight: bold;
  line-height: calc(50 / 30);
  letter-spacing: 0.2em;
  color: 073186;
  text-align: center;
  margin-bottom: 3rem;
  color: #073186;
}

.heading-title {
  font-size: 2.3rem;
  font-weight: bold;
  display: flex;
  letter-spacing: 0.2em;
  padding: 2rem;
  margin-bottom: 3rem;
  color: #ffffff;
  background-color: #073186;
  align-items: center;
}

.heading-title .num-font {
  font-size: 3.5rem;
  line-height: 0;
  letter-spacing: 0.2em;
  color: #ffffff;
  padding-right: 15px;
}

.heading-sub {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #073186;
  border-bottom: 1px solid #073186;
  margin-bottom: 3rem;
}

/**********************************/
/* button
/**********************************/
.btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffcb3e;
  max-width: 57rem;
  margin: 0 auto;
  color: #2b2b2b;
  padding: 0;
}
.btn-mv {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 70px;
  align-items: center;
}
.btn-mv:hover {
  cursor: pointer;
}

.btn-mv span {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .top-mv .btn-mv span {
    font-size: 2rem;
  }
}

.btn-mv span::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  padding-left: 10px;
}

.btn-wrap .btn-link {
  background-color: #073186;
  color: #fff;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.2em;
  padding: 20px;
}
@media (min-width: 576px) {
  .btn-wrap .btn-link {
    font-size: 2rem;
  }
}

.btn-wrap .btn-link::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  padding-left: 20px;
}

.btn-sub {
  max-width: 37rem;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
}

.btn-sub::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  padding-left: 20px;
}

.btn-sub span {
  margin-left: 1rem;
}

.btn-sub.bg-yellow {
  color: #2b2b2b;
}

.main-wrap .btn-sub {
  max-width: 57rem;
  margin: 0 auto;
}

/**********************************/
/* Tab
/**********************************/

.tab-area.is-close {
  margin-bottom: 5rem;
}

.tab-area .main-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.tab-area .main-tab .main-tab_item {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #073186;
  margin: -1px 0 -1px -1px;
  color: #073186;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 50%;
  background-color: #fff;
  transition: 0.3s;
}
@media (min-width: 576px){
  .tab-area .main-tab .main-tab_item {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .tab-area .main-tab .main-tab_item {
    flex: 1;
    width: 100%;
  }
}

.tab-area .main-tab .main-tab_item:hover {
  color: #fff;
  cursor: pointer;
  background-color: #073186;
  opacity: 1;
}

.tab-area .main-tab .main-tab_item.is-active {
  color: #fff;
  background-color: #073186;
  position: relative;
}

.tab-area .main-tab .main-tab_item.is-active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 17.5px 0 17.5px;
  border-color: #073186 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.tab-area .main-tab .main-tab_item a {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-area .main-tab .main-tab_item a:hover {
  opacity: 1;
}

.tab-area .drawer-tab {
  background-color: #fff;
}

.tab-area .drawer-tab .sub-tab {
  display: none;
  flex-wrap: wrap;
  padding: 2rem;
  border: 1px solid #213a6f;
  margin-left: -1px;
  margin-bottom: 5rem;
  gap: 1.5rem;
}

.tab-area .drawer-tab .sub-tab.is-show {
  display: flex;
}

.tab-area .drawer-tab .sub-tab .sub-tab_item {
  margin-right: 5rem;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.tab-area .drawer-tab .sub-tab .sub-tab_item a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tab-area .drawer-tab .sub-tab .sub-tab_item a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #073186;
  display: inline-block;
  margin-left: 20px;
}

.tab-area .drawer-tab .sub-tab .sub-tab_item.is-onBtn-term {
  color: #073186;
}

.faq-category .faq-category_list {
  flex-wrap: wrap;
  display: flex;
  z-index: 2;
  position: relative;
}

.faq-category .faq-category_item {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #073186;
  margin: -1px 0 -1px -1px;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .faq-category .faq-category_item {
    width: calc(100% / 4);
  }
}

.faq-category .faq-category_link {
  min-height: 6rem;
  background-color: #fff;
  color: #073186;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.faq-category .faq-category_link:hover {
  background-color: #073186;
  color: #fff;
  opacity: 1;
}

/**********************************/
/* Table
/**********************************/
.table tr {
  display: flex;
  margin-bottom: 1px;
}

.table td {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: calc(25 / 16);
}

.table tr td:first-child {
  width: 19.5rem;
  display: flex;
  align-items: center;
  background-color: #ecedf2;
}

.table td {
  display: block;
  width: calc(100% - 19.5rem);
  border-top: 1px solid #ecedf2;
  border-right: 1px solid #ecedf2;
}

.table tr:last-of-type td {
  border-bottom: 1px solid #ecedf2;
}
/**********************************/
/* Vave content
/**********************************/

.vave-content {
  margin-bottom: 4rem;
  display: block;
}
@media (min-width: 576px){
  .vave-content {
    margin-bottom: 3rem;
  }
}

.vave-content figure {
  border: 1px solid #ecedf2;
}

.vave-content h3 {
  font-size: 14px;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: center;
  padding-right: 3rem;
}
@media (min-width: 576px){
  .vave-content h3 {
    font-size: 16px;
  }
}

.vave-content:hover h3 {
  color: #073186;
}

.vave-content h3::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  color: #073186;
  transform: translateY(-50%);
}

/**********************************/
/* Case contant
/**********************************/

.case-content .case-content_wrap {
  padding: 2rem 0rem 1.5rem;
  background-color: #fff;
}

.case-content {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 4rem;
  display: block;
}
@media (min-width: 576px){
  .case-content {
    margin-bottom: 3rem;
  }
}

.case-content:hover {
  cursor: pointer;
}

.case-content .case-info {
  padding: 1.5rem 15px 0;
}

.case-content h3 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(30 / 16);
  border-bottom: 1px solid #ecedf2;
  padding: 0 2rem 2rem;
  display: flex;
  align-items: center;
}
@media (min-width: 576px){
  .case-content h3 {
    font-size: 1.6rem;
  }
}

.case-content .case-info .case-info_item {
  font-size: 13px;
  line-height: calc(25 / 14);
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media (min-width: 576px){
  .case-content .case-info .case-info_item {
    font-size: 1.4rem;
  }
}


.case-content .case-info .case-info_item:last-child {
  margin-bottom: 0;
}

/**********************************/
/* faq
/**********************************/
.jump_point {
  height: 1px;
  display: block;
  padding-top: 200px;
  margin-top: -200px;
  position: relative;
  z-index: -1;
}
.faq-box {
  margin-bottom: 2rem;
}

.faq-box:last-of-type {
  margin-bottom: 0;
}

.faq-box .faq-question {
  background-color: #ecedf2;
  padding: 1.5rem 4rem 1.5rem 2rem;
  transition: 0.3s;
  position: relative;
}

.faq-box .faq-question:hover {
  opacity: 0.5;
  cursor: pointer;
}

.faq-box .faq-question p {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
}

.faq-box .faq-question p::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #073186;
}

.faq-box .faq-question.open p::after {
  transform: rotate(-180deg);
  top: 0%;
}

.faq-box .faq-question p span {
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 2.5rem;
}

.faq-box .faq-question p span:nth-child(2) {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.faq-box .faq-answer {
  display: none;
  padding: 3rem 2rem 3rem 6rem;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  letter-spacing: 0.1em;
}

.faq-box .faq-answer p:first-of-type {
  color: #073186;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: baseline;
}

.faq-box .faq-answer p:first-of-type span.en {
  padding-right: 1.5rem;
  display: inline-block;
  font-size: 2.5rem;
  position: relative;
}

.faq-box .faq-answer p:first-of-type span.en::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #073186;
  top: 0;
  top: 50%;
  left: -40px;
}

.faq-box .faq-answer p:first-of-type span.faq-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.faq-box .faq-answer p a {
  color: #073186;
  border-bottom: 1px solid #073186;
}

/**********************************/
/* single
/**********************************/
.single-imgArea .main-image {
  border: 1px solid #ecedf2;
}

.single-imgArea {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-imgArea {
    margin-bottom: 0px;
  }
}

.single-imgArea .single-imgArea_mainImg {
  margin-bottom: 1.5rem;
}

.single-imgArea_subImg:hover {
  cursor: pointer;
}

.single-imgArea_subImg {
  opacity: 0.5;
}

.single-imgArea_subImg.show {
  opacity: 1;
}

.single-mainText p {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
}

.single-mainText p a {
  color: #073186;
  border-bottom: 1px solid #073186;
}

@media (min-width: 768px) {
  .singleCase-imgArea {
    margin-bottom: 0px;
  }
}

.singleimgSubArea .singleimgArea_subImg {
  opacity: 0.5;
}

.singleimgSubArea .singleimgArea_subImg.show {
  opacity: 1;
}

.singleimgSubArea .singleimgArea_subImg:hover {
  cursor: pointer;
}

section.author li:first-of-type {
  width: 50%;
}
@media (min-width: 768px) {
  section.author li:first-of-type {
    width: auto;
  }
}

/**********************************/
/* body layout
/**********************************/

.out-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.common-main {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.common-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .page-header-wrap {
    margin-top: 145px;
  }
  .out-wrap {
    display: flex;
  }
  .common-sidebar {
    display: block;
    width: 30rem;
    padding: 0 25px 0 15px;
  }
  .main-wrap {
    width: calc(100% - 30rem);
    margin-left: auto;
    margin-right: auto;
  }
  .common-sidebar + .main-wrap {
    margin-right: 0;
  }
}
.d-inline-block {
  display: inline-block;
}

/**********************************/
/* pagination
/**********************************/
.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination a {
  min-height: 45px;
  min-width: 45px;
  background-color: #ecedf2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 10px;
  position: relative;
}

.pagination a.on {
  background-color: #073186;
  color: #fff;
}

.pagination a:hover {
  color: #fff;
  background-color: #073186;
}

.pagination a:hover .next::after {
  color: #fff;
}

/* .pagination a.next::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  color: #2b2b2b;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
} */

.pagination-sub {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.pagination-sub .pagination-list {
  display: flex;
  justify-content: center;
}

.pagination-sub li {
  color: #073186;
  padding: 0 30px;
}

.pagination-sub li a {
  position: relative;
}

.pagination-sub li a[rel="prev"]::before {
  content: "\f053";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  color: #073186;
  top: 54%;
  left: -30px;
  transform: translateY(-50%);
}

.pagination-sub li a[rel="next"]::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  color: #073186;
  top: 54%;
  right: -30px;
  transform: translateY(-50%);
}

/**********************************/
/* editor
/**********************************/
.editor h2 {
  background-color: #ecedf2;
  padding: 1.5rem 2rem 1.5rem 2rem;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.editor > h2:first-child {
  margin-top: 0rem;
}

.editor h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #ecedf2;
  color: #073186;
}

.editor h4 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #073186;
}

.editor p {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
}

.editor p:has(+ *) {
  margin-bottom: 5rem;
}

.editor ul li {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 1.5rem;
}

.editor ul li:last-of-type,
.editor ol li:last-of-type {
  margin-bottom: 5rem;
}

.editor ol li {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style: decimal;
}

.editor a {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
  color: #073186;
  display: inline-block;
  border-bottom: 1px solid #073186;
}

.editor a.ez-toc-link {
  border-bottom: none;
}

.editor img {
  /* width: 345px;
  height: 259px; */
  object-fit: cover;
  /* border: 1px solid #ecedf2; */
}

.editor .wp-block-image .alignleft {
  margin-right: 3rem;
}
.editor .wp-block-image .alignright {
  margin-left: 3rem;
}

.editor .wp-block-image > .aligncenter {
  margin-bottom: 5rem;
}

.editor .wp-block-image > .alignleft,
.editor .wp-block-image > .alignright {
  margin-bottom: 5rem;
}

.editor .wp-block-image:has(+ p) > .alignleft,
.editor .wp-block-image:has(+ p) > .alignright {
  margin-bottom: 0rem;
}

.editor .wp-block-media-text__media{
  margin-bottom: 3rem;
}
@media (min-width: 600px) {
  .editor .wp-block-media-text__media{
    margin-bottom: 0rem;
  }
}

.editor .wp-block-embed:has(+*){
  margin-bottom: 3rem;
}

.editor .wp-block-embed.aligncenter .wp-block-embed__wrapper{
  text-align: center;
}

/**********************************/
/* header
/**********************************/
.l-header {
  width: 100%;
  height: 50px;
  z-index: 100;
  background-color: #fff;
  position: fixed;
}
@media (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .l-header {
    position: relative;
    height: 164px;
  }
}

.l-header .l-header_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-header .l-header_sub {
  display: none;
}

@media (min-width: 992px) {
  .l-header .l-header_sub {
    display: block;
    font-size: 1.2rem;
    background-color: #073186;
    color: #fff;
    padding: 1rem;
    letter-spacing: 0.01em;
    padding-bottom: 1.5rem;
    height: 35px;
  }
}
.l-header .out-container {
  position: relative;
}

.l-header .l-header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .l-header .l-header_top {
    height: 78px;
  }
}

.l-header .l-header_left .ly-header__siteLogo img {
  width: 250px;
}
@media (min-width: 768px) {
  .l-header .l-header_left .ly-header__siteLogo img {
    width: auto;
  }
}

.l-header .l-header_left .ly-header__companyLogo img {
  width: 180px;
}

@media (min-width: 768px) {
  .l-header .l-header_left .ly-header__companyLogo img {
    width: 237px;
  }
}

.l-header .l-header_top .l-header_right {
  display: none;
}
@media (min-width: 768px) {
  .l-header .l-header_top .l-header_right {
    display: flex;
    align-items: center;
  }
}

.l-header .l-header_top .l-header_tel {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-right: 1.5rem;
}
@media (min-width: 1200px) {
  .l-header .l-header_top .l-header_tel {
    display: flex;
  }
}

.l-header .l-header_top .l-header_tel_sp {
  display: block;
  margin-right: 60px;
}
@media (min-width: 992px) {
  .l-header .l-header_top .l-header_tel_sp {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .l-header .l-header_top .l-header_tel_sp {
    display: none;
  }
}

.l-header .l-header_top .l-header_tel p {
  font-size: 1.2rem;
  border-bottom: 1px solid #ecedf2;
  padding-bottom: 0.5rem;
}

.l-header .l-header_top .l-header_tel p span {
  font-size: 1rem;
}

.l-header .l-header_top .l-header_topBtn {
  display: none;
  font-size: 1.2rem;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  justify-content: center;
  height: 50px;
  width: 50px;
  transition: none;
}
@media (min-width: 992px) {
  .l-header .l-header_top .l-header_topBtn {
    display: flex;
    height: 78px;
    width: 8rem;
  }
}

.l-header .l-header_top .l-header_topBtn.bg-colorGray {
  background-color: #6b768d;
  color: #fff;
}

.l-header .l-header_top .l-header_topBtn.bg-colorBlue {
  background-color: #073186;
  color: #fff;
}

.l-header .l-header_top .l-header_topBtn.bg-colorYellow {
  background-color: #ffcb3e;
}

.l-header .l-header_top .l-header_topBtn i {
  font-size: 2rem;
}

.l-header .l-header_top .l-header_topBtn span {
  display: none;
  white-space: nowrap;
  text-align: center;
  padding-top: 1rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-header .l-header_top .l-header_topBtn span {
    display: block;
  }
}

.l-header .l-header_nav {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  transition: right 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 20;
  will-change: right;
  background-color: #fff;
}
.l-header.is-open .l-header_nav {
  right: 0%;
}

@media (min-width: 992px) {
  .l-header .l-header_nav {
    position: static;
    height: 5rem;
    width: auto;
    border-top: 1px solid #9b9b9b;
    border-top: 1px solid #ecedf2;
  }
  .l-header .l-header_nav.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: unset;
  }
}

.l-header .l-header_navList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6rem 0;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .l-header .l-header_navList {
    flex-direction: row;
    height: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l-header .l-header_navItem {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  flex-grow: 1;
  height: 100%;
  position: relative;
  border-top: 1px solid #292929;
}

.l-header .l-header_navList .l-header_navItem:nth-child(7) {
  border-bottom: 1px solid #292929;
}

.l-header
  .l-header_navList
  .l-header_navItem:nth-child(7)
  .l-header_navLink::after {
  content: none;
}
@media (min-width: 992px) {
  .l-header .l-header_navItem {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    flex-grow: 1;
    height: 100%;
    position: relative;
    border: none;
  }
  .l-header .l-header_navItem:last-child {
    border: none;
  }
  .l-header .l-header_navList .l-header_navItem:nth-child(7) {
    border-bottom: none;
  }
}

.l-header .l-header_nav_spItem {
  display: block;
  padding: 15px 10px;
}
@media (min-width: 992px) {
  .l-header .l-header_nav_spItem {
    display: none;
  }
}

.l-header .l-header_nav_spItem .search-box {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  border-radius: 5px;
  background-color: #ecedf2;
  padding: 5px 0 5px 1rem;
  font-size: 1.2rem;
  margin-right: 1.5rem;
}

.l-header .l-header_nav_spItem a {
  background-color: #a3a3a3;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  margin-bottom: 15px;
  width: 50%;
}

.l-header .l-header_navLink {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 15px 10px;
}
@media (min-width: 992px) {
  .l-header .l-header_navLink {
    justify-content: center;
  }
}

.l-header .l-header_navLink::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #9b9b9b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.l-header .l-header_navLink br {
  display: none;
}
@media (min-width: 992px) {
  .l-header .l-header_navLink br {
    display: block;
  }
}

.l-header .l-header_subNavList {
  background-color: #073186;
  color: #fff;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
  top: 104%;
  left: 0;
  display: none;
  text-align: left;
}
@media (min-width: 992px) {
  .l-header .l-header_subNavList {
    position: absolute;
  }
}

.l-header .l-header_subNavItem {
  margin-bottom: 1.5rem;
}

.l-header .l-header_subNavItem:last-child {
  margin-bottom: 0;
}

.l-header .l-header_subNavLink {
  position: relative;
  display: block;
}

.l-header .l-header_subNavLink::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  padding-right: 10px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.l-header_hamburgerBtn {
  display: block;
  width: 25px;
  height: 22.5px;
  padding: 0;
  z-index: 30;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  .l-header_hamburgerBtn {
    display: none;
  }
}

.l-header_hamburgerBtn > span {
  display: block;
  transition: transform 0.4s;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  will-change: transform;
}

.l-header_hamburgerBtn > span:nth-of-type(1) {
  top: 0;
}

.l-header_hamburgerBtn > span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
  transition: transform 0.4s;
}

.l-header_hamburgerBtn > span:nth-of-type(3) {
  bottom: 0;
}

.l-header.is-open .l-header_hamburgerBtn > span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-header.is-open .l-header_hamburgerBtn > span:nth-of-type(2) {
  display: none;
}

.l-header.is-open .l-header_hamburgerBtn > span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header_cover {
  display: none;
  transition: 0.3s;
}

.l-header.is-open .l-header_cover {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(65, 67, 72, 0.4);
}

/**********************************/
/* main
/**********************************/

main {
  padding-top: 50px;
}
@media (min-width: 768px) {
  main {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 0px;
  }
}

/**********************************/
/* footer
/**********************************/
.l-footer .l-footer_contact {
  padding: 10rem 0;
  background-color: #ecedf2;
}

.l-footer .l-footer_contact h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: calc(50 / 30);
  margin-bottom: 3rem;
}

.l-footer .l-footer_contact p {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  line-height: calc(30 / 16);
}

.l-footer .l-footer_contact .l-footer_contact_foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.l-footer .l-footer_contact .l-footer_contact_foot::after {
  content: none;
}

.l-footer .l-footer_contact .l-footer_contact_foot div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.l-footer .l-footer_contact .l-footer_contact_foot div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}

.l-footer
  .l-footer_contact
  .l-footer_contact_foot
  div:nth-child(2)
  .btn-sub:first-child {
  margin-bottom: 3rem;
}

.l-footer
  .l-footer_contact
  .l-footer_contact_foot
  div:nth-child(2)
  .btn-sub:last-child {
  color: #2b2b2b;
}

.l-footer .l-footer_contact .l-footer_contact_foot p {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.l-footer .l-footer_contact .l-footer_contact_foot .num-font {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: calc(59.38 / 45);
}

.l-footer .l-footer_main {
  background-color: #202d47;
  padding: 10rem 0 2rem;
  margin-bottom: 50px;
}

.l-footer .l-footer_main .l-footer_top {
  padding-top: 8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
}

.l-footer .l-footer_main .l-footer_left .l-footer_logogroup {
  margin-bottom: 2.5rem;
}

.l-footer
  .l-footer_main
  .l-footer_left
  .l-footer_logogroup
  .l-footer_companyLogo
  img {
  width: 237px;
}

.l-footer .l-footer_main .l-footer_left .l-footer_info {
  margin-bottom: 5rem;
}

.l-footer .l-footer_main .l-footer_left .l-footer_info {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: calc(25 / 16);
}

.l-footer .l-footer_main .l-footer_left .l-footer_btn {
  margin-bottom: 3rem;
}

.l-footer .l-footer_main .l-footer_left .l-footer_btn .btn-sub:first-child {
  margin-bottom: 2rem;
}

.l-footer .l-footer_main .l-footer_left .l-footer_sns a:first-child {
  margin-right: 15px;
}

.l-footer .l-footer_main .l-footer_left .l-footer_sns i {
  font-size: 3rem;
}

.l-footer .l-footer_main .l-footer_right {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.l-footer .l-footer_main .l-footer_right .l-footer_item {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: calc(25 / 16);
  margin-bottom: 3rem;
}

.l-footer
  .l-footer_main
  .l-footer_right
  .l-footer_link:has(+ .l-footer_sublist) {
  margin-top: 3rem;
}

.l-footer .l-footer_main .l-footer_right .l-footer_sublist {
  margin-bottom: 3rem;
}

.l-footer .l-footer_main .l-footer_right .l-footer_subitem {
  position: relative;
  padding-left: 20px;
}

.l-footer .l-footer_main .l-footer_right .l-footer_subitem::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 50%;
  left: 0;
  width: 10px;
  transform: translateY(-50%);
  height: 1px;
}

.l-footer .l-footer_main .l-footer_right .l-footer_subitem .l-footer_link {
  display: block;
  margin-top: 2rem;
}

.l-footer .l-footer_main .l-footer_copy {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: calc(25 / 12);
  text-align: center;
  color: #fff;
}

.l-footer .page-top {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 66px;
  transition: 0.5s;
}

.l-footer .page-top img {
  width: 80%;
}

@media (min-width: 576px) {
  .l-footer .page-top img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .l-footer .l-footer_main {
    margin-bottom: 0;
  }
  .l-footer .l-footer_main .l-footer_right {
    flex-direction: row;
  }
  .l-footer .l-footer_main .l-footer_right .l-footer_list:first-child {
    padding-right: 6rem;
  }
  .l-footer .page-top {
    right: 60px;
    bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .l-footer .l-footer_contact .l-footer_contact_foot {
    flex-direction: row;
  }

  .l-footer .l-footer_contact .l-footer_contact_foot div:nth-child(2) {
    padding-left: 10rem;
    padding-top: 0;
  }

  .l-footer .l-footer_contact .l-footer_contact_foot .btn-sub {
    min-width: 37rem;
  }
  .l-footer .l-footer_contact .l-footer_contact_foot .num-font {
    font-size: 4.5rem;
  }

  .l-footer .l-footer_contact .l-footer_contact_foot::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #2b2b2b;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .l-footer .l-footer_contact .l-footer_contact_foot div {
    width: auto;
  }

  .l-footer .l-footer_main .l-footer_right {
    margin-top: 0;
  }

  .l-footer .l-footer_main .l-footer_top {
    flex-direction: row;
  }
}

/**********************************/
/* sidebar
/**********************************/
.sidebar.fixed {
  position: fixed;
}

.side-content {
  border-radius: 5px;
  box-shadow: 0 8px 15px -5px #45454b;
  background-color: #fff;
  padding: 20px 2rem 15px;
}
.sidebar .sidebar_banner {
  margin-bottom: 2rem;
}

.sidebar .sidebar_banner img {
  width: 100%;
  height: 115px;
  object-fit: cover;
}

.sidebar .sidebar_nav {
  display: flex;
  padding: 0 15px;
  height: 6rem;
  align-items: center;
  border: 1px solid #073186;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  position: relative;
}
.sidebar .sidebar_nav:hover {
  color: #fff;
  background-color: #073186;
  opacity: 1;
}

.sidebar .sidebar_nav:hover::after {
  color: #fff;
}

.sidebar .sidebar_nav::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  color: #073186;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.sidebar .sidebar_nav:last-of-type {
  margin-bottom: 0;
}

.sidebar .sidebar_service .sidebar_list {
  color: #073186;
}

.sidebar .sidebar_vave > a,
.sidebar .sidebar_service > a,
.sidebar .sidebar_case > a {
  display: flex;
  padding: 0 15px;
  height: 6rem;
  align-items: center;
  background-color: #6b768d;
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}

.sidebar .sidebar_vave > a::after,
.sidebar .sidebar_service > a::after,
.sidebar .sidebar_case > a::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.sidebar .sidebar_list {
  margin-bottom: 2rem;
  border: 1px solid #073186;
}

.sidebar .sidebar_list .sidebar_item > p {
  display: flex;
  padding-left: 15px;
  height: 6rem;
  align-items: center;
  background-color: #ecedf2;
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  letter-spacing: 0.1em;
  color: #073186;
}

.sidebar .sidebar_list .sidebar_item > p i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.sidebar .sidebar_list .sidebar_sublist {
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  letter-spacing: 0.1em;
}

.sidebar .sidebar_list .sidebar_sublist .sidebar_subitem {
  position: relative;
}

.sidebar .sidebar_list .sidebar_sublist .sidebar_sublink {
  display: flex;
  align-items: center;
  position: relative;
  padding: 7.5px 15px;
}

.sidebar .sidebar_list .sidebar_sublist .sidebar_sublink::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #073186;
  padding-right: 10px;
}

.sidebar .btn-sub {
  font-size: 1.6rem;
  padding: 0 15px;
  margin-bottom: 2rem;
}

.sidebar .sidebar_banner {
  margin-bottom: 2rem;
  display: block;
}

/* search form */
.l-header .l-header_top .search-form {
  display: none;
}

@media (min-width: 992px) {
  .l-header .l-header_top .search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25px;
    border-radius: 5px;
    background-color: #ecedf2;
    padding: 5px 0 5px 1rem;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    width: auto;
  }
}
.search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  border-radius: 5px;
  background-color: #ecedf2;
  padding: 5px 0 5px 1rem;
  font-size: 1.2rem;
  margin-right: 1.5rem;
  margin-right: 1.5rem;
  width: 50%;
}
.search-box,
.search-button {
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.search-box {
  width: calc(100% - 25px);
}
.search-box:focus-visible {
  outline: none;
}
.search-button {
  width: 30px;
  margin-left: 5px;
  border: 0;
  padding-right: 2rem;
  color: #acacac;
  transition: 0.5s;
}
.search-button:hover {
  cursor: pointer;
  filter: brightness(0.5);
}

/**********************************/
/* banner
/**********************************/

.banner-float {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  display: flex;
}
@media (min-width: 768px) {
  .banner-float {
    bottom: auto;
    left: auto;
    top: 195px;
    right: 0;
    width: 7.5rem;
    height: auto;
    writing-mode: vertical-lr;
  }
}

.banner-float .btn-sub {
  font-size: 1.5rem;
  height: 50px;
  max-width: 50%;
  padding: 5px;
}

.banner-float .btn-sub .dots {
  margin-left: 0;
}

@media (min-width: 768px) {
  .banner-float .btn-sub {
    height: auto;
    max-width: 100%;
    padding: 15px 20px;
  }
}

@media (min-width: 768px) {
  .banner-float .btn-sub .dots {
    position: relative;
    left: 4px;
    top: -3px;
  }
}

@media (min-width: 768px) {
  .banner-float .btn-sub:first-of-type {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .banner-float .btn-sub span {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {
  .banner-float .btn-sub {
    font-size: 1.8rem;
  }
}

.banner-float .btn-sub::after {
  content: none;
}
