@charset "UTF-8";
#sub_main {
  background: url(../img/common/bg_submain.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0 40px;
}

#sub_main .ttl {
  font-size: 50px;
  color: #fff;
}

#sub_main_service {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 23vw;
  max-height: 450px;
}

#sub_main_service .sub_main_content {
  width: 50%;
  background: url(../img/common/bg_stripe_lightblue.png);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sub_main_service .sub_main_content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

#sub_main_service .sub_main_content::after {
  content: '';
  background: url(../img/common/bg_map.png) no-repeat;
  background-size: contain;
  width: 25vw;
  height: 19vw;
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sub_main_service .content_box {
  width: 45vw;
  max-width: 650px;
  position: relative;
  z-index: 10;
  padding-left: min(4.6vw, 78px);
}

#sub_main_service .ttl_box picture {
  width: min(7.5vw, 137px);
  position: relative;
  top: -13px;
  margin-left: 17px;
}

#sub_main_service .ttl {
  font-size: min(3.6vw, 67px);
  color: #fff;
  margin-bottom: 0.75vw;
}

#sub_main_service p {
  font-size: min(1.0vw, 18px);
  color: #fff;
}

#sub_other_service {
  height: 15vw;
  max-height: 300px;
  position: relative;
}

#sub_other_service .sub_other_content {
  background: url(../img/common/bg_stripe_lightblue.png);
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

#sub_other_service .sub_other_content .ttl_box {
  width: 560px;
  margin-left: auto;
}

#sub_other_service .sub_other_content .ttl_box .ttl {
  font-size: min(3.0vw, 50px);
  line-height: 1.4;
  color: #fff;
}

#sub_other_service .sub_other_content::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

#sub_other_service.txt_row .sub_other_content .ttl_box {
  width: 45vw;
  max-width: 650px;
}

.breadcrumbs.under_page {
  margin: -48px 0 56px;
}

.breadcrumbs.under_page + .ttl_section_top {
  margin: 10px 0 38px;
}

.ttl_under_bar {
  font-size: 40px;
  position: relative;
  margin: -14px 0 60px;
}

.ttl_under_bar::after {
  content: '';
  background: var(--site-primary);
  width: 50px;
  height: 6px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.breadcrumbs.under_page + .ttl_under_bar {
  margin-top: 0;
}

.ttl_line_side {
  font-size: 37px;
  margin: -6px 0 30px;
}

.service_list {
  gap: 30px 0;
  margin-bottom: 5px;
}

.service_list li {
  width: 23.7%;
  max-width: 265px;
}

.service_list li a {
  border: 4px solid #a1d3e3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 1px rgba(212, 212, 212, 0.5);
          box-shadow: 0px 5px 1px rgba(212, 212, 212, 0.5);
  padding: 30px 0 30px;
  position: relative;
}

.service_list li a::before {
  content: '';
  background: url(../img/common/icon_sankaku_rightdown_blue.svg) no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.service_list li img {
  width: 80px;
  margin: 0 0 10px;
}

.service_list li span {
  font-size: 24px;
  font-weight: bold;
  color: var(--site-primary);
}

#advantage {
  background: #e5f2f7 url(../img/common/effect_line_blue.png) no-repeat top center;
}

.ad_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}

.ad_points li {
  width: 100%;
  padding: 50px 40px;
  position: relative;
}

.ad_points li .txt_box {
  width: 48.5%;
}

.ad_points li .txt_box p {
  margin-bottom: -10px;
}

.ad_points li .ttl {
  font-size: 32px;
  line-height: 1.5;
  margin: -10px 0 16px;
}

.ad_points li img {
  width: 49%;
  max-width: 505px;
}

.ad_points li::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.ad_points li:nth-child(1)::before {
  background: url(../img/common/label_num01.svg) no-repeat;
  background-size: contain;
}

.ad_points li:nth-child(2)::before {
  background: url(../img/common/label_num02.svg) no-repeat;
  background-size: contain;
}

.ad_points li:nth-child(3)::before {
  background: url(../img/common/label_num03.svg) no-repeat;
  background-size: contain;
}

.ad_points li:nth-child(4)::before {
  background: url(../img/common/label_num04.svg) no-repeat;
  background-size: contain;
}

.full_wide_ttl {
  padding: 20px 0 20px;
  position: relative;
}

.full_wide_ttl .txt_white {
  font-size: 37px;
  position: relative;
  padding-left: 12%;
}

.full_wide_ttl::after {
  content: '';
  display: block;
  height: 30px;
  width: 60px;
  background: url(../img/common/bg_stripe_blue.png) repeat;
  background-position: 6px 0;
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.full_wide_ttl + .lg_inner_space {
  margin-top: -16px;
}

.full_wide_ttl + .inner {
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  #sub_main {
    padding: 70px 0;
  }
  #sub_main .ttl {
    font-size: 40px;
  }
  #sub_main_service {
    height: 31.6vw;
  }
  #sub_main_service .ttl {
    font-size: min(4.0vw, 67px);
  }
  #sub_main_service p {
    font-size: 16px;
  }
  #sub_other_service {
    height: 20vw;
  }
  .breadcrumbs.under_page {
    margin: -52px 0 42px;
  }
  .ttl_under_bar {
    font-size: 32px;
  }
  .ttl_under_bar::after {
    bottom: -18px;
  }
  .service_list li span {
    font-size: 20px;
  }
  .ad_points li .ttl {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .full_wide_ttl .txt_white {
    font-size: 30px;
  }
  #sub_other_service .sub_other_content .ttl_box .ttl {
    font-size: min(3.5vw, 50px);
  }
}

@media screen and (max-width: 960px) {
  #sub_main {
    padding: 60px 0;
  }
  #sub_main .ttl {
    font-size: 32px;
  }
  #sub_main_service {
    height: 40vw;
  }
  #sub_main_service .ttl_box picture {
    width: min(9.5vw, 137px);
  }
  #sub_main_service .ttl {
    font-size: min(4.5vw, 67px);
  }
  #sub_main_service p {
    font-size: 15px;
  }
  #sub_other_service {
    height: 23vw;
  }
  #sub_other_service .sub_other_content {
    padding-left: 3%;
  }
  #sub_other_service.txt_row .sub_other_content .ttl_box {
    width: 50vw;
  }
  .breadcrumbs.under_page {
    margin: -32px 0 30px;
  }
  .ttl_under_bar {
    font-size: 26px;
    margin: 0 0 50px;
  }
  .ttl_under_bar::after {
    width: 40px;
    height: 4px;
    bottom: -15px;
  }
  .ttl_line_side {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .service_list li span {
    font-size: 18px;
  }
  .ad_points li {
    padding: 4vw 3.5vw;
  }
  .ad_points li .ttl {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .ad_points li::before {
    width: 80px;
    height: 80px;
  }
  .full_wide_ttl .txt_white {
    font-size: 24px;
  }
  .full_wide_ttl + .lg_inner_space {
    margin-top: 0;
  }
  .full_wide_ttl + .inner {
    padding: 5vw 0;
  }
}

@media screen and (max-width: 568px) {
  #sub_main {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 23vw;/*33.3*/
  }
  #sub_main .ttl {
    font-size: 30px;
    line-height: 1.4;
  }
  #sub_main_service {
    height: initial;
    max-height: none;
  }
  #sub_main_service .sub_main_content {
    width: 100%;
    margin: 0;
    background: none;
    display: block;
  }
  #sub_main_service .sub_main_content::before {
    width: 100%;
    height: 47.5vw;
    position: relative;
    display: block;
    margin-bottom: 0.4vw;
  }
  #sub_main_service .sub_main_content::after {
    content: none;
  }
  #sub_main_service .content_box {
    background: url(../img/common/bg_stripe_lightblue.png);
    padding: 18px 5.3vw 38px;
    width: 100%;
  }
  #sub_main_service .content_box::after {
    content: '';
    width: 260px;
    height: 209px;
    background: url(../img/common/bg_map.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0vw;
    bottom: 15px;
    z-index: -1;
  }
  #sub_main_service .ttl_box picture {
    width: 67px;
    top: -7px;
    margin-left: 10px;
  }
  #sub_main_service .ttl {
    font-size: 35px;
    margin-bottom: 5px;
  }
  #sub_main_service p {
    font-size: 16px;
  }
  #sub_other_service {
    height: auto;
  }
  #sub_other_service .sub_other_content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  #sub_other_service .sub_other_content .ttl_box {
    width: 100%;
    max-height: 33vw;
    padding: 28px 0 30px;
    max-width: initial;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sub_other_service .sub_other_content .ttl_box .ttl {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
  }
  #sub_other_service .sub_other_content::after {
    position: relative;
    width: 100%;
    height: 33vw;
    display: block;
  }
  #sub_other_service.txt_row .sub_other_content .ttl_box {
    width: 100%;
    max-width: initial;
  }
  .ttl_under_bar {
    margin-bottom: 38px;
  }
  .ttl_under_bar::after {
    width: 35px;
    bottom: -14px;
  }
  .lg_inner_space .ttl_under_bar {
    margin-top: -9px;
  }
  .breadcrumbs.under_page + .ttl_section_top {
    margin: -18px 0 20px;
  }
  .breadcrumbs.under_page + .ttl_under_bar {
    margin-top: -9px;
  }
  .ttl_line_side {
    font-size: 24px;
    position: relative;
    margin: -8px 0 20px;
  }
  .ttl_line_side .line_side {
    position: static;
  }
  .ttl_line_side .line_side::before {
    width: 30px;
    height: 35px;
    left: 3vw;
    top: initial;
    bottom: 4px;
  }
  .ttl_line_side .line_side::after {
    width: 30px;
    height: 35px;
    right: 3vw;
    top: initial;
    bottom: 4px;
  }
  .service_list {
    gap: 15px 0;
    margin: -5px 0 2px;
  }
  .service_list li {
    width: 47.8%;
  }
  .service_list li a {
    border-width: 3px;
    padding: 15px 0 20px;
  }
  .service_list li a::before {
    width: 15px;
    height: 15px;
    right: 5px;
    bottom: 5px;
  }
  .service_list li img {
    width: 50px;
    margin: 0 0 3px;
  }
  .service_list li span {
    font-size: 17px;
  }
  #advantage {
    background: #e5f2f7 url(../img/common/effect_line_blue_sp.png) no-repeat top center;
    background-size: contain;
  }
  .ad_points li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 25px;
  }
  .ad_points li .txt_box {
    width: 100%;
  }
  .ad_points li .txt_box p {
    margin: 0 0 14px;
  }
  .ad_points li .ttl {
    font-size: 21px;
    margin: 0 0 8px;
  }
  .ad_points li img {
    width: 100%;
  }
  .ad_points li::before {
    width: 70px;
    height: 70px;
  }
  .ad_points li:nth-child(1)::before {
    background: url(../img/common/label_num01_large.svg) no-repeat;
    background-size: contain;
  }
  .ad_points li:nth-child(2)::before {
    background: url(../img/common/label_num02_large.svg) no-repeat;
    background-size: contain;
  }
  .ad_points li:nth-child(3)::before {
    background: url(../img/common/label_num03_large.svg) no-repeat;
    background-size: contain;
  }
  .ad_points li:nth-child(4)::before {
    background: url(../img/common/label_num04_large.svg) no-repeat;
    background-size: contain;
  }
  .full_wide_ttl {
    padding: 13px 0 15px;
  }
  .full_wide_ttl .txt_white {
    font-size: 24px;
    padding-left: 0 !important;
  }
  .full_wide_ttl .txt_white::before {
    content: none !important;
  }
  .full_wide_ttl::after {
    width: 54px;
    height: 25px;
    bottom: -24px;
  }
  .full_wide_ttl + .lg_inner_space {
    margin-top: -7px;
  }
  .full_wide_ttl + .inner {
    padding: 40px 0 40px;
  }
}

/*===============================================
 *	ページャー
===============================================*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
  margin-top: 50px;
}

.pagination li a {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Robot';
  color: var(--site-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 5px;
  border: 2px solid var(--site-primary);
  width: 50px;
  height: 50px;
}

.pagination li a.active {
  color: #fff;
  background: var(--site-primary);
}

.pagination li a:hover {
  color: #fff;
  background: var(--site-primary);
}

.pagination li img {
  width: 9px;
  vertical-align: middle;
  margin-top: -1px;
}

.pagination li.pre a:hover img, .pagination li.next a:hover img {
  display: none;
}

.pagination li.pre a:hover::after {
  content: '';
  display: block;
  background: url(../img/common/icon_arrow_left_white.svg) no-repeat;
  width: 10px;
  height: 16px;
}

.pagination li.next a:hover::after {
  content: '';
  display: block;
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat;
  width: 10px;
  height: 16px;
}

@media only screen and (max-width: 960px) {
  .pagination {
    margin-top: 35px;
  }
  .pagination li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  .pagination li img {
    width: 8px;
  }
  .pagination li.pre a:hover::after, .pagination li.next a:hover::after {
    width: 8px;
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width: 568px) {
  .pagination {
    margin-top: 30px;
    gap: 0 10px;
  }
  .pagination li a {
    font-size: 18px;
  }
  .pagination li img {
    width: 8px;
    position: relative;
    top: -1px;
  }
  .pagination li.pre a:hover::after, .pagination li.next a:hover::after {
    width: 8px;
  }
}

/*===============================================
 *	ページネーション
===============================================*/
.post_under_nav {
  margin-top: 50px;
}

.post_under_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}

.post_under_nav li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 140px;
  color: var(--site-primary);
  background: #fff;
  border-radius: 5px;
  border: 2px solid var(--site-primary);
  padding: 12px 0 14px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.post_under_nav li a:hover {
  background: var(--site-primary);
  color: #fff;
}

.post_under_nav li.nav-left a::after {
  content: '';
  background: url(../img/common/icon_arrow_left_blue.svg) no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post_under_nav li.nav-left a:hover::after {
  background: url(../img/common/icon_arrow_left_white.svg) no-repeat;
}

.post_under_nav li.nav-center a {
  background: var(--site-primary);
  color: #fff;
  width: 200px;
}

.post_under_nav li.nav-center a:hover {
  background: #44a8c7;
  border: 2px solid #44a8c7;
}

.post_under_nav li.nav-right a::after {
  content: '';
  background: url(../img/common/icon_arrow_right_blue.svg) no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post_under_nav li.nav-right a:hover::after {
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat;
}

@media screen and (max-width: 960px) {
  .post_under_nav {
    margin-top: 32px;
  }
  .post_under_nav li a {
    font-size: 16px;
  }
  .post_under_nav li.nav-center a {
    width: 220px;
  }
}

@media screen and (max-width: 568px) {
  .post_under_nav {
    margin-top: 30px;
  }
  .post_under_nav ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    width: 74.7vw;
    -webkit-column-gap: 4vw;
            column-gap: 4vw;
    margin: 25px auto 0;
  }
  .post_under_nav li a {
    font-size: 15px;
    padding: 7px 0 9px;
  }
  .post_under_nav li.nav-left {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .post_under_nav li.nav-left a {
    width: 100%;
  }
  .post_under_nav li.nav-left a span {
    position: relative;
    right: -6px;
  }
  .post_under_nav li.nav-left a::after {
    width: 8px;
    height: 12px;
    right: 12px;
  }
  .post_under_nav li.nav-center {
    grid-column: 1 / -1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 15px;
  }
  .post_under_nav li.nav-center a {
    font-size: 17px;
    width: 100%;
  }
  .post_under_nav li.nav-right {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .post_under_nav li.nav-right a {
    width: 100%;
  }
  .post_under_nav li.nav-right a span {
    position: relative;
    left: -6px;
  }
  .post_under_nav li.nav-right a::after {
    width: 8px;
    height: 12px;
    right: 12px;
  }
}
/*# sourceMappingURL=underlayer.css.map */