@charset "UTF-8";
.p-splash img {
  max-width: 100%;
}

.p-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 10px;
  line-height: 1.4;
}

@media (-ms-high-contrast: none) {
  .p-button {
    height: 50px;
  }
}

.p-hero-header__nav-item a[href=""] {
  cursor: default;
}

.p-hero-header__nav-item a[href=""]:active {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-widget-area {
    padding: 20px 0;
  }
  .p-widget-area .p-footer-widget .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .p-widget-area .widget_nav_menu li {
    margin: 5px 0;
    font-size: 14px;
  }
  .p-widget-area .widget_nav_menu li:not(:first-child) {
    margin-left: 28px;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 60px;
  }
}

.p-page-header__title {
  box-sizing: border-box;
  display: inline-flex;
  min-width: 200px;
  width: auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .p-page-header__title {
    min-width: 110px;
    padding: 0 15px;
    font-size: 22px !important;
  }
}

.page-template-page-no-side .p-breadcrumb, .page-template-page-full .p-breadcrumb,
.plan-template-default.single-plan .p-breadcrumb {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .page-template-page-no-side .p-breadcrumb, .page-template-page-full .p-breadcrumb,
  .plan-template-default.single-plan .p-breadcrumb {
    margin-bottom: 50px;
  }
}

.c-share--official {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .c-share--official {
    margin-top: 30px;
  }
}

.news-template-default.single-news .l-contents {
  background: #fff;
}

.news-template-default.single-news .l-secondary {
  display: none;
}

@media (min-width: 768px) {
  .news-template-default.single-news .l-primary {
    width: 100%;
    padding-right: 0;
  }
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.center {
  justify-content: center;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

@media (-ms-high-contrast: none) and (min-width: 768px) {
  .row:not(.no-gap):not(.reverse) > .col:not(:first-child) {
    margin-left: 20px;
  }
  .row:not(.no-gap).reverse > .col:not(:first-child) {
    margin-right: 20px;
  }
}

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

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

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 1.8;
}

.p-entry__body .highlight {
  padding: 15px;
  background: #f2f2f2;
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

.p-entry__body .sec_basic.highlight {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic.highlight {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-template-page-full .p-entry__body .sec_basic {
  padding-left: 20px;
  padding-right: 20px;
}

.p-entry__body .container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body .title_h2 {
  color: #2a4788;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  text-align: center;
}

.p-entry__body .title_h2 small {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .p-entry__body .title_h2 {
    font-size: 20px;
  }
  .p-entry__body .title_h2 small {
    font-size: 14px;
  }
}

.p-entry__body .title_h3 {
  margin-bottom: 1em;
  font-size: 22px;
}

@media (max-width: 767px) {
  .p-entry__body .title_h3 {
    font-size: 16px;
  }
}

.p-entry__body .p-button {
  border: 1px solid #44bce9;
  border-radius: 30px;
  background: #44bce9;
  color: #ffffff;
  text-decoration: none;
}

.p-entry__body .p-button:hover {
  border-color: #44bce9;
  background: #ffffff;
  color: #44bce9;
}

.p-entry__body .table_default {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 16px;
    margin: 16px auto;
    padding: 0 16px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 32px;
    padding-top: 32px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.p-entry__body .faq {
  margin: 0;
}

.p-entry__body .faq:not(:first-child) {
  margin-top: 25px;
}

.p-entry__body .faq .q {
  margin-bottom: 1em;
  padding: 1em;
  background: #f2f2f2;
}

.p-entry__body .faq .a {
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(/wp-content/uploads/20231113_x_logo.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--note a::before {
  content: '';
  font-size: 0;
  background: url(/wp-content/uploads/note.png) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 16px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
  .p-social-nav .p-social-nav__item--facebook a::before {
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--twitter a::before {
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--instagram a::before {
    font-size: 0;
  }
}

@media (-ms-high-contrast: none) {
  .p-social-nav li:not(:first-child) {
    margin-left: 24px;
  }
}

@media (-ms-high-contrast: none) and (max-width: 767px) {
  .p-social-nav li:not(:first-child) {
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .c-logo img {
    width: 143px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .p-global-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .p-global-nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.p-menu-button.is-active::before {
  color: #fff;
}

.p-address,
.p-copyright {
  color: #fff;
}

.p-hero-header__nav-item {
  border: 0;
}

.p-hero-header__link {
  display: none;
}

.p-content03__blog-catch {
  color: #2a4788;
}

.p-article05__date {
  color: #b8f0fc;
}

.p-content03__news-archive-link {
  color: #fff;
}

.p-content03__news-archive-link:hover {
  color: #ddd;
}

@media (max-width: 767px) {
  .p-content03__news-catch {
    color: #2a4788;
  }
}

.sec_index_about {
  padding: 90px 15px;
  background: #f2f2f2 url(/wp-content/uploads/bg_img001.jpg) center/cover no-repeat;
}

@media (max-width: 767px) {
  .sec_index_about {
    padding: 45px 15px;
  }
}

.sec_index_about .title_h2 {
  font-size: 50px;
}

.sec_index_about .title_h2 small {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sec_index_about .title_h2 {
    font-size: 30px;
  }
  .sec_index_about .title_h2 small {
    font-size: 16px;
  }
}

.sec_index_about .img_wrap {
  margin-bottom: 30px;
}

.sec_index_about p {
  line-height: 2.5;
}

@media (max-width: 767px) {
  .sec_index_about p {
    line-height: 2.0;
  }
}

.sec_index_service {
  padding: 90px 15px 130px;
}

@media (max-width: 767px) {
  .sec_index_service {
    padding: 45px 15px;
  }
}

.sec_index_service .title_h2 {
  margin-bottom: 1em;
  font-size: 50px;
}

.sec_index_service .title_h2 small {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sec_index_service .title_h2 {
    font-size: 30px;
  }
  .sec_index_service .title_h2 small {
    font-size: 16px;
  }
}

@media (max-width: 1150px) {
  .sec_index_service .row {
    flex-direction: column;
  }
}

.sec_index_service .item {
  box-sizing: border-box;
  height: 100%;
  background: #2a4788;
  color: #fff;
}

@media (min-width: 1151px) {
  .sec_index_service .item {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 35px 10.5% 50px;
  }
}

@media (max-width: 1150px) {
  .sec_index_service .item {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 60px 50px;
  }
}

@media (max-width: 767px) {
  .sec_index_service .item {
    padding: 20px 15px;
  }
}

.sec_index_service .item_title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  margin-bottom: 0.5em;
  padding-top: 160px;
  font-size: 32px;
}

.sec_index_service .item_title small {
  color: #b8f0fc;
  font-size: 16px;
  font-weight: normal;
}

.sec_index_service .item_title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background: center no-repeat;
}

.sec_index_service .item_title.personal::before {
  background-image: url(/wp-content/uploads/bnr_img003.png);
}

.sec_index_service .item_title.business::before {
  background-image: url(/wp-content/uploads/bnr_img004.png);
}

.sec_index_service .item_title.price::before {
  background-image: url(/wp-content/uploads/bnr_img005.png);
}

.sec_index_service .item_title.caution::before {
  background-image: url(/wp-content/uploads/bnr_img006.png);
}

.sec_index_service .item_title.case::before {
  background-image: url(/wp-content/uploads/bnr_img007.png);
}

@media (max-width: 767px) {
  .sec_index_service .item_title {
    padding-top: 80px;
    font-size: 20px;
  }
  .sec_index_service .item_title small {
    font-size: 14px;
  }
  .sec_index_service .item_title::before {
    height: 72px;
  }
  .sec_index_service .item_title.personal::before {
    background-size: auto 65px;
  }
  .sec_index_service .item_title.business::before {
    background-size: auto 58px;
  }
  .sec_index_service .item_title.price::before {
    background-size: auto 64px;
  }
  .sec_index_service .item_title.caution::before {
    background-size: auto 58px;
  }
  .sec_index_service .item_title.case::before {
    background-size: auto 72px;
  }
}

.sec_index_service p {
  margin: 0;
  line-height: 2.5;
}

@media (max-width: 767px) {
  .sec_index_service p {
    line-height: 2.0;
  }
}

.sec_index_service .btn_wrap {
  margin-top: 20px;
  text-align: center;
}

.sec_index_service .btn_wrap .p-button {
  min-width: 200px;
}

@media (min-width: 1151px) {
  .sec_index_service .btn_wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

.sec_index_info {
  padding: 120px 15px;
  background: #f2f2f2 url(/wp-content/uploads/bg_img001.jpg) center/cover no-repeat;
}

@media (max-width: 767px) {
  .sec_index_info {
    padding: 45px 15px;
  }
}

.sec_index_info .text_wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  background: #fff;
}

.sec_index_info .img_wrap {
  margin-bottom: 20px;
}

.sec_index_info p {
  margin-bottom: 30px;
  line-height: 2.5;
}

@media (max-width: 767px) {
  .sec_index_info p {
    margin-bottom: 20px;
    line-height: 2.0;
  }
}

.sec_index_info .p-button {
  min-width: 200px;
}

@media (min-width: 768px) {
  .sec_index_info .map_container {
    padding-top: 570px;
  }
}

.p-content02 {
  display: none !important;
}

.p-widget__title, .p-latest-news__title {
  background: #2a4788;
}

.sec_business .business_item {
  padding: 25px;
  background: #fff;
}

.sec_business .business_item:not(:first-child) {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .sec_business .business_item {
    padding: 15px;
  }
  .sec_business .business_item:not(:first-child) {
    margin-top: 15px;
  }
}

.sec_menu .table_menu + .table_menu {
  margin-top: 0;
}

.sec_menu .table_menu caption {
  position: relative;
  padding: 0.5em 50px 0.5em 1em;
  border-bottom: 2px dashed #44bce9;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.sec_menu .table_menu caption::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 10px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-left: 2px solid #2a4788;
  border-bottom: 2px solid #2a4788;
  transform: rotate(-45deg);
}

.sec_menu .table_menu caption:hover {
  color: #2a4788;
}

@media (max-width: 767px) {
  .sec_menu .table_menu caption {
    font-size: 18px;
  }
}

.sec_menu .table_menu tbody {
  display: none;
}

.sec_menu .table_menu.open caption::after {
  top: 20px;
  transform: rotate(135deg);
}

.sec_menu .table_menu.open tbody {
  display: table-row-group;
}

.sec_menu .table_menu.open tr:first-child th, .sec_menu .table_menu.open tr:first-child td {
  border-top: 0;
}

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