@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_main_block {
  padding: 125px 0 100px;
}

@media (max-width: 1024px) {
  .page_main_block {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .page_main_block {
    padding-bottom: 60px;
  }
}

.page_top_txt {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .page_top_txt {
    margin-bottom: 60px;
  }
}

/*====================================================*/
/*@Page main ttl*/
/*====================================================*/
.page_ttl {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  background: url(../img/common/page-ttl-bg.webp) no-repeat center bottom/cover;
}

@media (max-width: 768px) {
  .page_ttl {
    display: block;
  }
}

.page_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 55%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
  z-index: 2;
}

.page_ttl .ttl_txt {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-flow: column;
  padding-left: clamp(15px, calc(50vw - 750px), 210px);
  padding-top: 20px;
  padding-bottom: 30px;
  color: #4b6aa5;
  z-index: 3;
}

@media (max-width: 768px) {
  .page_ttl .ttl_txt {
    padding-bottom: 10px;
  }
}

.page_ttl .ttl_txt .ttl {
  margin-bottom: 0.4em;
  color: inherit;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .page_ttl .ttl_txt .ttl {
    font-size: clamp(2.5rem, 6vw, 4rem);
  }
}

@media (max-width: 768px) {
  .page_ttl .ttl_txt .ttl {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: clamp(2.5rem, 7vw, 4rem);
  }
}

.page_ttl .ttl_txt .en {
  color: inherit;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .page_ttl .ttl_txt .en {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .page_ttl .ttl_txt .en {
    font-size: clamp(1.6rem, 5vw, 3rem);
  }
}

.page_ttl .ttl_txt .en:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: rgba(75, 106, 165, 0.5);
  border-radius: 20px;
}

@media (max-width: 768px) {
  .page_ttl .ttl_txt .en:before {
    width: 15px;
    height: 15px;
  }
}

.page_ttl .img {
  position: relative;
  top: 100px;
  width: 44%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1024px) {
  .page_ttl .img {
    top: 70px;
  }
}

@media (max-width: 768px) {
  .page_ttl .img {
    top: 20px;
    width: 70%;
    margin-left: auto;
    border-radius: 10px 0 0 10px;
  }
}

.page_ttl.none_img {
  padding-top: 120px;
  padding-bottom: 93px;
  margin-bottom: 0;
  background: none;
}

@media (max-width: 1024px) {
  .page_ttl.none_img {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .page_ttl.none_img {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page_ttl.none_img:before {
  content: none;
}

.page_ttl.none_img .ttl_txt,
.page_ttl.none_img .ttl {
  margin-bottom: 0;
  padding: 0;
}

/********************************************/
/* bread_crumb */
/********************************************/
.bread_crumb_block {
  margin-bottom: 216px;
}

@media (max-width: 1024px) {
  .bread_crumb_block {
    margin-bottom: 140px;
  }
}

@media (max-width: 768px) {
  .bread_crumb_block {
    margin-bottom: 80px;
  }
}

.bread_crumb {
  display: inline-block;
}

.bread_crumb li {
  display: inline-block;
  line-height: 1.5;
  color: #7a7a7a;
  font-weight: 500;
}

.bread_crumb li:after {
  position: relative;
  top: -0.3em;
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 0 15px;
  background: #7a7a7a;
}

.bread_crumb li:last-child:after {
  content: none;
}

.bread_crumb li a {
  color: inherit;
}

.bread_crumb li a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bread_crumb li span {
  color: inherit;
}

.bread_crumb li a:hover span {
  text-decoration: underline;
  color: #4b6aa5;
}

/********************************************/
/* service */
/********************************************/
.service_page_block .service_child_box section .service_btn_list:not(:last-child) {
  border-bottom: solid 1px #edf0f6;
}

/********************************************/
/* service 子ページ */
/********************************************/
@media (max-width: 768px) {
  .service_worries_block .ttl_fs40 {
    font-size: clamp(1.8rem, 6vw, 4rem);
  }
}

.service_worries_block .worries_list {
  background: #fff;
}

.service_worries_block .worries_list li {
  position: relative;
  padding: 0.8em 0.5em 0.8em calc(0.5em + 40px);
  border-top: dashed 1px #7a7a7a;
  line-height: 1.5;
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  font-weight: 500;
}

.service_worries_block .worries_list li:before {
  position: absolute;
  top: 1.2em;
  left: 0.5em;
  content: "";
  width: 23px;
  height: 16px;
  background: url(../img/common/check-ico.svg) no-repeat top left/contain;
}

.service_worries_block .worries_list li:last-child {
  border-bottom: dashed 1px #7a7a7a;
}

.page_link_block {
  margin-top: 130px;
  margin-bottom: 50px;
  padding: 30px 0;
  border-top: solid 1px #B4B4B4;
  border-bottom: solid 1px #B4B4B4;
}

@media (max-width: 768px) {
  .page_link_block {
    margin-top: 80px;
    margin-bottom: 20px;
  }
}

.page_link_block .page_link_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .page_link_block .page_link_box {
    flex-flow: column;
    row-gap: 15px;
  }
}

.page_link_block .page_link_box:not(:last-child) {
  margin-bottom: 35px;
}

.page_link_block .page_link_box .link_btn {
  width: 100%;
  max-width: 285px;
}

@media (max-width: 768px) {
  .page_link_block .page_link_box .link_btn {
    max-width: 100%;
  }
}

.page_link_block .page_link_box .link_btn a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 1.4em 1.25em;
  border-radius: 10px;
  background: #4b6aa5;
  line-height: 1.3;
  color: #fff;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  .page_link_block .page_link_box .link_btn a {
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .page_link_block .page_link_box .link_btn a {
    padding-right: 25px;
  }
}

.page_link_block .page_link_box .link_btn a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "\f105";
  line-height: 1;
  color: #fff;
  font-size: 1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .page_link_block .page_link_box .link_btn a:after {
    right: 10px;
  }
}

.page_link_block .page_link_box .link_btn a:hover {
  opacity: .7;
}

.page_link_block .page_link_box .link_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.page_link_block .page_link_box .link_list li {
  color: #4b6aa5;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: 500;
}

.page_link_block .page_link_box .link_list li:not(:last-child):after {
  display: inline-block;
  padding: 0 0.5em;
  content: "/";
  color: #1e1e1e;
}

.page_link_block .page_link_box .link_list a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_link_block .page_link_box .link_list a:hover {
  opacity: .7;
}

.link_contents {
  padding-top: 140px;
  margin-top: -140px;
}

@media (max-width: 1024px) {
  .link_contents {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.service_support_block .child_box {
  margin-bottom: 80px;
  padding: 0;
}

.service_support_block .child_box.mb0 {
  margin-bottom: 0;
}

.service_support_block .bg_btn {
  margin-top: 100px;
}

.service_support_block .support_box {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: dashed 1px #B4B4B4;
}

.service_support_block .support_box.pt30 {
  padding-top: 30px;
}

.service_support_block .support_box .ttl {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(2rem, 3.3vw, 2.7rem);
  font-weight: 700;
}

.service_support_block .support_box.border_solid {
  border-bottom: solid 1px #1e1e1e;
}

.service_case_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .service_case_block {
    display: block;
  }
}

.service_case_block .case_ttl {
  margin-right: 10px;
  padding: 0 0.5em;
  border-left: solid 3px #4b6aa5;
  border-right: solid 3px #4b6aa5;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #4b6aa5;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  font-weight: 700;
}

@media (max-width: 768px) {
  .service_case_block .case_ttl {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-top: solid 3px #4b6aa5;
    border-bottom: solid 3px #4b6aa5;
    text-align: center;
    writing-mode: unset;
  }
}

.service_case_block .case_list {
  width: 79.5%;
}

@media (max-width: 768px) {
  .service_case_block .case_list {
    width: 100%;
  }
}

.service_case_block .case_list li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .service_case_block .case_list li:not(:last-child) {
    margin-bottom: 50px;
  }
}

.service_case_block .case_list li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .service_case_block .case_list li a {
    flex-flow: column;
    row-gap: 20px;
  }
}

.service_case_block .case_list li a .img {
  width: 26%;
}

@media (max-width: 768px) {
  .service_case_block .case_list li a .img {
    width: 100%;
  }
}

.service_case_block .case_list li a .txt_box {
  width: 70%;
}

@media (max-width: 768px) {
  .service_case_block .case_list li a .txt_box {
    width: 100%;
  }
}

.service_case_block .case_list li a:hover {
  opacity: .7;
}

.service_case_block .case_list li .category {
  display: inline-block;
  width: auto;
  min-width: 80px;
  margin-bottom: 5px;
  padding: 0.3em 0.5em;
  border: solid 2px #4b6aa5;
  border-radius: 20px;
  color: #4b6aa5;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.service_case_block .case_list li .category:not(:last-child) {
  margin-right: 5px;
}

.service_case_block .case_list li .ttl {
  margin-top: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  font-weight: 700;
}

/********************************************/
/* about_page_block */
/********************************************/
.about_top_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0;
}

@media (max-width: 768px) {
  .about_top_block {
    display: block;
  }
}

.about_top_block .img {
  position: relative;
  width: 41%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 10;
}

@media (max-width: 768px) {
  .about_top_block .img {
    width: 70%;
    border-radius: 10px;
  }
}

.about_top_block .txt_box {
  width: 53%;
}

@media (max-width: 768px) {
  .about_top_block .txt_box {
    width: 100%;
  }
}

.about_top_block .txt_box .top_box {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .about_top_block .txt_box .top_box {
    margin-bottom: 20px;
    padding: 20px 0;
  }
}

.about_top_block .txt_box .top_box:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 150%;
  height: 1px;
  background: #B4B4B4;
}

.about_top_block .txt_box .top_box .position {
  display: block;
  margin-bottom: 0.3em;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 500;
}

.about_top_block .txt_box .top_box .name {
  letter-spacing: 0.1em;
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 500;
}

.about_top_block .txt_box .bottom_box .ttl {
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: clamp(2rem, 4.5vw, 2.7rem);
  font-weight: 700;
}

.about_history_block .history_list {
  background: #fff;
}

.about_history_block .history_list li {
  padding: 1em 1.5em;
  border-top: dashed 1px #B4B4B4;
  line-height: 1.5;
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  font-weight: 500;
}

.about_history_block .history_list li:last-child {
  border-bottom: dashed 1px #B4B4B4;
}

.about_book_block .book_list {
  padding: 30px 50px;
  border-top: dashed 1px #B4B4B4;
}

@media (max-width: 768px) {
  .about_book_block .book_list {
    padding: 20px 0;
  }
}

.about_book_block .book_list:last-of-type {
  border-bottom: dashed 1px #B4B4B4;
}

.about_book_block .book_list .ttl {
  margin-bottom: 0.3em;
  line-height: 1.8;
  font-size: clamp(2rem, 4.5vw, 2.7rem);
  font-weight: 700;
}

.about_seminar_block .seminar_list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  column-gap: 50px;
  padding: 20px 30px;
  border-top: dashed 1px #B4B4B4;
}

@media (max-width: 768px) {
  .about_seminar_block .seminar_list li {
    flex-flow: column;
    row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}

.about_seminar_block .seminar_list li:last-of-type {
  border-bottom: dashed 1px #B4B4B4;
}

.about_seminar_block .seminar_list li .date {
  width: 6.2em;
  font-size: clamp(2rem, 4.5vw, 2.5rem);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.about_seminar_block .seminar_list li .ttl {
  line-height: 1.5;
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  font-weight: 500;
}

/********************************************/
/* office_page_block */
/********************************************/
.office_top_block {
  padding-top: 0;
}

.office_top_block .img {
  width: 70%;
  max-width: 370px;
  margin: auto;
}

.office_overview_block .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .office_overview_block .inner {
    display: block;
  }
}

.office_overview_block .inner .ttl {
  margin-right: 10px;
  padding: 0 0.5em;
  border-left: solid 3px #4b6aa5;
  border-right: solid 3px #4b6aa5;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #4b6aa5;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  font-weight: 700;
}

@media (max-width: 768px) {
  .office_overview_block .inner .ttl {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-top: solid 3px #4b6aa5;
    border-bottom: solid 3px #4b6aa5;
    text-align: center;
    writing-mode: unset;
  }
}

.office_overview_block .inner .right_box {
  width: 79.5%;
}

@media (max-width: 768px) {
  .office_overview_block .inner .right_box {
    width: 100%;
  }
}

.overview_table {
  width: 100%;
}

.overview_table tr th,
.overview_table tr td {
  padding: 1.5em 1em;
  border-top: dashed 1px #4b6aa5;
  vertical-align: top;
  line-height: 1.5;
  text-align: left;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 500;
}

@media (max-width: 768px) {
  .overview_table tr th,
  .overview_table tr td {
    padding-left: 0;
    padding-right: 0;
  }
}

.overview_table tr:last-child th,
.overview_table tr:last-child td {
  border-bottom: dashed 1px #4b6aa5;
}

.overview_table tr th {
  width: 10em;
}

@media (max-width: 768px) {
  .overview_table tr th {
    width: 8em;
    padding-right: 1em;
  }
}

.office_photo_block .photo_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 60px;
}

@media (max-width: 768px) {
  .office_photo_block .photo_list {
    row-gap: 40px;
  }
}

.office_photo_block .photo_list li {
  width: calc(50% - 20px);
}

@media (max-width: 768px) {
  .office_photo_block .photo_list li {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.office_photo_block .photo_list li .caption {
  margin-top: 1em;
  line-height: 1.5;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  font-weight: 500;
}

.office_access_block .flex_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .office_access_block .flex_box {
    flex-flow: column;
    row-gap: 40px;
  }
}

.office_access_block .flex_box .left_box {
  position: relative;
  width: 48%;
}

@media (max-width: 768px) {
  .office_access_block .flex_box .left_box {
    width: 100%;
    padding-top: 70%;
  }
}

.office_access_block .flex_box .left_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.office_access_block .flex_box .right_box {
  width: 47.5%;
}

@media (max-width: 768px) {
  .office_access_block .flex_box .right_box {
    width: 100%;
  }
}

.office_access_block .right_box .add {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  font-weight: 500;
}

.office_access_block .right_box .map_link {
  position: relative;
  display: inline-block;
  margin-bottom: 1.25em;
  color: #4b6aa5;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.office_access_block .right_box .map_link::after {
  position: absolute;
  top: 0.1em;
  left: calc(100% + 5px);
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/ico-blank.svg) no-repeat center/contain;
}

.office_access_block .right_box .tel {
  display: block;
  margin-bottom: 1.2em;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.office_access_block .right_box .bg_gray {
  padding: 30px;
}

.office_access_block .right_box .bg_gray .dot_list {
  margin-bottom: 30px;
}

.office_access_block .right_box .bg_gray .sub_ttl {
  margin-bottom: 10px;
  font-weight: 700;
}

.dot_list {
  padding-left: 1.3em;
}

.dot_list li {
  line-height: 1.8;
  list-style: disc;
}

/********************************************/
/* price_page_block */
/********************************************/
.price_naiyo_block {
  padding-top: 0;
}

.table_price {
  width: 100%;
  margin-bottom: 15px;
}

.table_price th,
.table_price td {
  padding: 1em 1.5em;
  border: solid 1px #B4B4B4;
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  vertical-align: center;
}

@media (max-width: 768px) {
  .table_price th,
  .table_price td {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.table_price th {
  text-align: left;
}

.table_price td {
  text-align: center;
}

.table_price thead tr th {
  width: 21%;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 500;
}

@media (max-width: 768px) {
  .table_price thead tr th {
    width: 24%;
  }
}

.table_price thead tr th:first-of-type {
  width: 58%;
}

@media (max-width: 768px) {
  .table_price thead tr th:first-of-type {
    width: 52%;
  }
}

.table_price thead tr th:not(:first-of-type) {
  text-align: center;
}

.example_list li {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .example_list li {
    padding-left: 25px;
  }
}

.example_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 100%;
  background: #4b6aa5;
}

@media (max-width: 768px) {
  .example_list li:before {
    width: 7px;
  }
}

.example_list li:not(:last-child) {
  margin-bottom: 40px;
}

.example_list .black_txt {
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
}

.example_list .black_txt p {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.example_list .blue_txt {
  position: relative;
  padding-left: 1.2em;
  color: #4b6aa5;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
}

.example_list .blue_txt:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "→";
  width: 23px;
  height: 23px;
  color: inherit;
  font-size: 1em;
}

.example_list .blue_txt p {
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-weight: 700;
}

.bg_price_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .bg_price_list {
    row-gap: 15px;
  }
}

.bg_price_list li {
  width: calc(50% - 15px);
  padding: 30px;
  background: #edf0f6;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
}

@media (max-width: 768px) {
  .bg_price_list li {
    width: 100%;
    padding: 15px;
  }
}

.bg_price_list li .ttl {
  margin-bottom: 0.7em;
  line-height: 1.5;
  font-size: 1em;
  font-weight: 700;
}

.bg_price_list li .txt_base {
  color: #4b6aa5;
  font-size: 1em;
}

.bg_price_list li .txt_base p {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
}

.border_box {
  padding: 40px;
  background: #fff;
  border: solid 1px #B4B4B4;
}

@media (max-width: 768px) {
  .border_box {
    padding: 15px 20px;
  }
}

.price_type_block .border_box .ttl {
  margin-bottom: 0.7em;
  line-height: 1.5;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
}

.price_type_block .border_box .dot_list li {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
}

/********************************************/
/* post */
/********************************************/
.post_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: row-reverse;
}

@media (max-width: 768px) {
  .post_block {
    flex-flow: column;
    row-gap: 60px;
  }
}

.post_block .post_main_block {
  width: 73%;
}

@media (max-width: 768px) {
  .post_block .post_main_block {
    width: 100%;
  }
}

.post_block .sidebar {
  width: 21%;
}

@media (max-width: 768px) {
  .post_block .sidebar {
    width: 100%;
  }
}

.post_block .blog_list {
  margin-bottom: 70px;
}

/********************************************/
/* sidebar */
/********************************************/
.sidebar .side_box {
  padding: 30px 25px;
  background: #f7f7f7;
}

@media (max-width: 1024px) {
  .sidebar .side_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sidebar .side_box:not(:last-child) {
  margin-bottom: 80px;
}

.sidebar .side_ttl {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
}

.sidebar .cat_list li {
  position: relative;
  padding-left: 0.8em;
  color: #4b6aa5;
  font-size: clamp(1.5rem, 4vw, 1.8rem);
  font-weight: 700;
}

.sidebar .cat_list li:not(:last-child) {
  margin-bottom: 1em;
}

.sidebar .cat_list li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
  background: #4b6aa5;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .cat_list li.current-cat:before {
  opacity: 1;
}

.sidebar .cat_list li a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .cat_list li a:hover {
  opacity: .7;
}

.sidebar .cat_list li .children {
  margin-top: 10px;
}

.sidebar .cat_list li .children li:not(:last-child) {
  margin-bottom: 10px;
}

/********************************************/
/*page_numbers */
/********************************************/
.page_numbers {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.page_numbers li {
  display: inline-block;
  min-width: 40px;
  margin: 0 15px 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .page_numbers li {
    min-width: 34px;
    margin-right: 10px;
  }
}

.page_numbers li:last-child {
  margin-right: 0;
}

.page_numbers li span,
.page_numbers li a {
  display: block;
  padding: 0 0.2em;
  background: #edf0f6;
  line-height: 40px;
  color: #4b6aa5;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .page_numbers li span,
  .page_numbers li a {
    line-height: 34px;
  }
}

.page_numbers li a.next, .page_numbers li a.prev {
  background: none;
  color: #1e1e1e;
}

.page_numbers li a:hover {
  opacity: .7;
}

.page_numbers li .current {
  background: #4b6aa5;
  color: #fff;
}

/********************************************/
/* single */
/********************************************/
.blog_single_block .page_ttl .ttl_txt .ttl {
  font-size: clamp(2.2rem, 3.5vw, 4rem);
}

.blog_single_block .bread_crumb_block {
  margin-bottom: 180px;
}

@media (max-width: 1024px) {
  .blog_single_block .bread_crumb_block {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .blog_single_block .bread_crumb_block {
    margin-bottom: 80px;
  }
}

.blog_single_block .date_cate {
  margin-bottom: 15px;
}

.blog_single_block .post_day {
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

/********************************************/
/* pager_navi */
/********************************************/
.pager_navi {
  text-align: center;
  font-size: 0;
}

.pager_navi li {
  display: inline-block;
}

.pager_navi li a span {
  padding: 0.8em 2em;
}

.pager_navi li.prev a, .pager_navi li.next a {
  min-width: auto;
}

.pager_navi li.prev {
  margin-right: 2em;
}

.pager_navi li.next {
  margin-left: 2em;
}

/********************************************/
/* privacy_page_block */
/********************************************/
.privacy_page_block .bread_crumb_block {
  margin-bottom: 180px;
}

@media (max-width: 768px) {
  .privacy_page_block .bread_crumb_block {
    margin-bottom: 40px;
  }
}

.policy_box dt {
  margin-bottom: 0.8em;
  line-height: 1.5;
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  font-weight: 700;
}

.policy_box ol {
  padding-left: 1.4em;
  list-style: decimal;
}

.policy_box ol li {
  list-style: inherit;
  line-height: 1.5;
}

.policy_box ol li ol {
  list-style: lower-alpha;
}

.policy_box ol li ol ol {
  list-style: lower-roman;
}

/***************************************************/
/** @page contact お問い合わせ */
/***************************************************/
.contact_top_block {
  margin-bottom: 60px;
  padding-left: 40px;
  border-left: solid 10px #4b6aa5;
}

@media (max-width: 768px) {
  .contact_top_block {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: solid 8px #4b6aa5;
  }
}

.contact_top_block .ttl {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  font-weight: 700;
}

.contact_top_block .tel {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #4b6aa5;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.contact_top_block .tel .tel_link {
  font-size: 1.78em;
}

.contact_top_block .time {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 500;
}

.online_box {
  max-width: 650px;
  margin: 40px auto 80px;
  padding: 30px;
}

@media (max-width: 768px) {
  .online_box {
    padding: 25px 15px;
  }
}

.online_box .ttl {
  display: block;
  margin-bottom: 0.8em;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
}

.contact_form_block {
  padding-top: 0;
}

.contact_flow_block .contact_flow_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .contact_flow_block .contact_flow_list {
    display: block;
  }
}

.contact_flow_block .contact_flow_list li {
  position: relative;
  width: 31%;
  padding: 26px 36px;
  background: #f7f7f7;
}

@media (max-width: 768px) {
  .contact_flow_block .contact_flow_list li {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .contact_flow_block .contact_flow_list li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.contact_flow_block .contact_flow_list li:not(:last-child):after {
  position: absolute;
  top: 0;
  left: calc(100% - 10px);
  content: "";
  width: 35px;
  height: 100%;
  background: url(../img/contact/flow-arr.svg) no-repeat center/contain;
}

@media (max-width: 768px) {
  .contact_flow_block .contact_flow_list li:not(:last-child):after {
    top: calc(100% - 5px);
    left: calc(50% - 17px);
    height: 20px;
    transform: rotate(90deg);
  }
}

.contact_flow_block .contact_flow_list li p a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_flow_block .contact_flow_list li p a:hover {
  opacity: .7;
}

.contact_flow_block .contact_flow_list .ico {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.contact_flow_block .contact_flow_list .ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.8rem;
}

/***************************************************/
/* contact-form */
/***************************************************/
.form_box .contact-form .form-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 0 15px;
}

@media (max-width: 768px) {
  .form_box .contact-form .form-group {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px 0;
  }
}

.form_box .contact-form .form-group .input_title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 30%;
}

@media (max-width: 768px) {
  .form_box .contact-form .form-group .input_title {
    width: 100%;
  }
}

.form_box .contact-form .form-group .box {
  width: 65%;
}

@media (max-width: 768px) {
  .form_box .contact-form .form-group .box {
    width: 100%;
  }
}

.form_box .contact-form .form-group .input_title label {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  vertical-align: top;
  letter-spacing: 0.05em;
}

.form_box .contact-form .form-group .input_title .required,
.form_box .contact-form .form-group .input_title .not_required {
  display: inline-block;
  padding: 0.2em 0.7em;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 500;
}

.form_box .contact-form .form-group .input_title .required {
  background: #E10000;
}

.form_box .contact-form .form-group .input_title .not_required {
  background: #7a7a7a;
}

.form_box .contact-form .form-group .box textarea.wpcf7-form-control,
.form_box .contact-form .form-group .box input.wpcf7-form-control {
  width: 100%;
  padding: 1.2em 0.8em;
  background: #edf0f6;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
}

@media (max-width: 768px) {
  .form_box .contact-form .form-group .box textarea.wpcf7-form-control,
  .form_box .contact-form .form-group .box input.wpcf7-form-control {
    padding: 1em 0.8em;
  }
}

.form_box .contact-form .form-group .box textarea.wpcf7-form-control.half_width,
.form_box .contact-form .form-group .box input.wpcf7-form-control.half_width {
  width: 50%;
}

.form_box .contact-form .form-group .box .txt {
  padding-left: 1em;
  color: #7a7a7a;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .form_box .contact-form .form-group .box .txt {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
}

.form_box .contact-form .form-group .wpcf7-list-item {
  display: inline-block;
  margin-bottom: 8px;
}

.form_box .contact-form .form-group .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.form_box .contact-form .form-group .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}

.form_box .contact-form .form-group input[type="radio"] {
  display: none;
}

.form_box .contact-form .form-group .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.form_box .contact-form .form-group .wpcf7-list-item-label::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #edf0f6;
  border-radius: 50%;
  box-sizing: border-box;
}

.form_box .contact-form .form-group input[type="radio"]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 4px;
  margin: auto;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4b6aa5;
}

.form_box .privacy-policy {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .form_box .privacy-policy {
    margin-top: 50px;
  }
}

.form_box .privacy-policy .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 80px;
  text-align: center;
}

@media (max-width: 768px) {
  .form_box .privacy-policy .wpcf7-form-control-wrap {
    margin-bottom: 25px;
  }
}

.form_box .privacy-policy label {
  display: inline-block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}

.form_box .privacy-policy label input[type=checkbox] {
  position: relative;
  background: #FFF;
  accent-color: #FFF;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #D3D3D3;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form_box .privacy-policy label input[type=checkbox]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  width: 14px;
  height: 10px;
  background: url(../img/common/check-ico.svg) no-repeat center/100%;
  opacity: 0;
}

.form_box .privacy-policy label input[type=checkbox]:checked:after {
  opacity: 1;
}

.form_box .mod-common_btn .wpcf7-form-control {
  display: block;
  width: auto;
  min-width: 300px;
  margin: auto;
  padding: 1.5em 1em;
  border-radius: 50px;
  background: #1e1e1e;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 4.3vw, 2rem);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.form_box .mod-common_btn .wpcf7-form-control:hover {
  background: #4b6aa5;
}

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