@charset "UTF-8";
@media (max-width: 1251px) {
  body.show_footer_bar #return_top {
    display: block !important;
  }
}

#page_header .sub_title {
  min-width: 150px;
  width: auto;
}

@media (max-width: 950px) {
  #page_header .sub_title {
    min-width: 120px;
    width: auto;
  }
}

@media (max-width: 550px) {
  #page_header .sub_title {
    min-width: 80px;
    width: auto;
  }
}

.service_content3 {
  margin-bottom: 80px;
}

@media (max-width: 1251px) {
  .service_content3 {
    margin-bottom: 70px;
  }
}

@media (max-width: 950px) {
  .service_content3 {
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .service_content3 {
    margin-bottom: 40px;
  }
}

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

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

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

.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: 750px) {
  .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;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

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

@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none;
    pointer-events: none;
  }
}

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

.post_content img {
  vertical-align: middle;
}

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

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

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: #eeeeee;
}

@media (max-width: 750px) {
  .post_content .highlight {
    padding: 15px;
  }
}

.post_content .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .title_h2 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 0 0 60px;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.post_content .title_h2 small {
  color: #00a650;
  font-size: 14px;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    gap: 10px;
    margin: 0 20px 32px;
    font-size: 20px;
  }
  .post_content .title_h2 small {
    font-size: 12px;
  }
}

.post_content .top_headline {
  border-top: 3px solid #00a650;
  display: table;
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 24px;
  padding: 25px 0 0 0;
}

@media (max-width: 750px) {
  .post_content .top_headline {
    margin: 0 auto 38px;
    padding-top: 15px;
    font-size: 18px;
  }
}

.post_content .link_button a {
  background: #00a650;
  color: #ffffff;
}

.post_content .link_button a:hover {
  background: #32c97b;
}

.post_content .table_default {
  width: 100%;
}

@media (max-width: 750px) {
  .post_content .table_default th, .post_content .table_default td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
  .post_content .table_default tr:last-child th {
    border-bottom: none;
  }
  .post_content .table_default tr:not(:last-child) th, .post_content .table_default tr:not(:last-child) td {
    border-bottom: none;
  }
}

.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;
}

#footer_sns {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

#footer_sns::after {
  display: none;
}

#footer_sns li {
  display: block;
  margin: 0;
}

#footer_sns li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#footer_sns li a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#footer_sns li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#footer_sns li.twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

#footer_sns li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#footer_sns li.youtube a {
  width: auto;
}

#footer_sns li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#footer_sns li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#footer_sns li.hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 650px) {
  #footer_sns {
    gap: 20px;
  }
  #footer_sns li a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  #footer_sns li.hpb a::before {
    width: 120px;
  }
}

.text_blue {
  color: #32b1f3 !important;
}

.text_orange {
  color: #ff8c2f !important;
}

.text_pink {
  color: #f572a1 !important;
}

.text_green {
  color: #4ab14c !important;
}

.text_primary {
  color: #00a650 !important;
}

.border {
  border: 2px solid #00a650;
  padding: 4%;
}

.border.border_blue {
  border-color: #32b1f3 !important;
}

.border.border_orange {
  border-color: #ff8c2f !important;
}

.border.border_pink {
  border-color: #f572a1 !important;
}

.border.border_green {
  border-color: #4ab14c !important;
}

.i_block {
  display: inline-block !important;
}

.text_xlarge {
  font-size: 24px;
}

@media (max-width: 750px) {
  .text_xlarge {
    font-size: 18px;
  }
}

.list_unstyled {
  list-style: none;
  margin-left: 0 !important;
}

.list_unstyled > li {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #222;
}

a {
  color: #222;
}

figcaption {
  line-height: 1.8;
}

.link_button a {
  font-weight: bold;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  border-radius: 8px;
  border-bottom: 5px solid #018741;
}

@media (min-width: 751px) {
  .cb_contents .link_button a {
    font-size: 18px;
    min-width: 316px;
  }
}

.link_button a.blue {
  background-color: #32b1f3 !important;
  border-bottom-color: #2d98cf;
}

.link_button a.blue:hover {
  background-color: #4fc1fc !important;
}

.link_button a.orange {
  background-color: #ff8c2f !important;
  border-bottom-color: #e57419;
}

.link_button a.orange:hover {
  background-color: #fe9f52 !important;
}

.link_button a.pink {
  background-color: #f572a1 !important;
  border-bottom-color: #ea5086;
}

.link_button a.pink:hover {
  background-color: #fc88b1 !important;
}

.link_button a.green {
  background-color: #4ab14c !important;
  border-bottom-color: #309433;
}

.link_button a.green:hover {
  background-color: #66cc69 !important;
}

.post_content .top_title_h2 {
  text-align: center;
  font-weight: bold;
  word-break: break-all;
  margin-bottom: 1.3em;
  font-size: 40px;
  letter-spacing: .05em;
}

.post_content .top_title_h2 .decoration {
  display: table;
  margin: 0 auto;
  font-size: 80px;
  letter-spacing: .2em;
  text-indent: .2em;
  line-height: 1;
  padding: 0 35px;
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 25px 44px, 26px 45px;
}

.post_content .top_title_h2 .decoration.text_blue {
  background-image: url(/smart/wp-content/uploads/h2_bg001.png), url(/smart/wp-content/uploads/h2_bg002.png);
}

.post_content .top_title_h2 .decoration.text_orange {
  background-image: url(/smart/wp-content/uploads/h2_bg003.png), url(/smart/wp-content/uploads/h2_bg004.png);
}

.post_content .top_title_h2 .decoration.text_pink {
  background-image: url(/smart/wp-content/uploads/h2_bg005.png), url(/smart/wp-content/uploads/h2_bg006.png);
}

.post_content .top_title_h2 .decoration.text_green {
  background-image: url(/smart/wp-content/uploads/h2_bg007.png), url(/smart/wp-content/uploads/h2_bg008.png);
}

.post_content .top_title_h2 .sub {
  display: block;
  font-size: 40px;
  letter-spacing: .05em;
  line-height: 1.25;
  margin-top: 1.3em;
}

@media (max-width: 1000px) {
  .post_content .top_title_h2 {
    font-size: 24px;
  }
  .post_content .top_title_h2 .decoration {
    font-size: 60px;
    letter-spacing: .1em;
    text-indent: .1em;
  }
  .post_content .top_title_h2 .sub {
    font-size: 30px;
  }
}

@media (max-width: 750px) {
  .post_content .top_title_h2 .decoration {
    font-size: 40px;
    background-size: 15px 26.4px, 15px 25.96154px;
    padding: 0 20px;
  }
  .post_content .top_title_h2 .sub {
    font-size: 20px;
    margin-top: 1em;
  }
}

@media (max-width: 500px) {
  .post_content .top_title_h2 .decoration {
    font-size: 26px;
    letter-spacing: .04em;
    text-indent: .04em;
    background-size: 10px 17.6px, 10px 17.30769px;
    padding: 0 15px;
  }
  .post_content .top_title_h2 .sub {
    font-size: 16px;
  }
}

.post_content .top_title_h3 {
  margin-top: 0 !important;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.563;
  font-size: 32px;
}

@media (max-width: 1000px) {
  .post_content .top_title_h3 {
    font-size: 26px;
  }
}

@media (max-width: 750px) {
  .post_content .top_title_h3 {
    font-size: 18px;
    text-align: center;
  }
}

.post_content .top_title_h4 {
  margin-top: 0 !important;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.416;
  font-size: 24px;
}

@media (max-width: 750px) {
  .post_content .top_title_h4 {
    font-size: 16px;
  }
}

.post_content .title_h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    font-size: 20px;
  }
}

.post_content .title_h3 {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 750px) {
  .post_content .title_h3 {
    font-size: 18px;
  }
}

.post_content .title_h4 {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 750px) {
  .post_content .title_h4 {
    font-size: 16px;
  }
}

body.home #header {
  background: #fff;
}

#global_menu > ul > li > a {
  letter-spacing: .08em;
}

@media (min-width: 1252px) {
  #global_menu > ul > li > a {
    padding-left: 30px;
  }
}

#footer_top {
  padding: 0;
}

@media (max-width: 750px) {
  .footer_info {
    padding: 0 20px;
  }
}

@media (max-width: 750px) {
  #footer_bottom {
    padding: 40px 0 10px;
  }
}

@media (max-width: 750px) {
  #footer_menu {
    padding: 20px 0;
  }
}

.access_content3.num1 {
  max-width: 100%;
}

.access_content1.num0 .top_catch {
  font-weight: bold;
  font-size: 30px;
}

@media (max-width: 750px) {
  .access_content1.num0 .top_catch {
    font-size: 20px;
  }
}

@media (min-width: 751px) and (max-width: 1251px) {
  .access_content1.num0 .content_inner {
    padding: 0 20px;
  }
}

@media (min-width: 751px) and (max-width: 1251px) {
  .access_content1.num0 .item .catch {
    letter-spacing: -.02em;
  }
}

.access_content2.num2 .top_headline {
  border-top: none;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 1em;
  display: block;
  font-size: 24px;
}

@media (max-width: 750px) {
  .access_content2.num2 .top_headline {
    font-size: 18px;
  }
}

.access_content2.num2 .info_area {
  padding: 0;
  margin: 1em auto 0;
  max-width: 100%;
}

.access_content2.num2 .address_area .item {
  padding: 0;
  line-height: 1.8;
}

#page_404_header .catch_area {
  white-space: nowrap;
}

.home .post_content {
  font-feature-settings: "palt";
}

.home .post_content .desc {
  letter-spacing: .05em;
}

@media (min-width: 751px) {
  .home .post_content .desc {
    line-height: 2.125;
  }
}

.home .container {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 2201px) {
  #header_slider {
    height: 80vh;
  }
  #header_slider .item {
    height: 80vh;
  }
}

@media (min-width: 751px) and (max-width: 900px) {
  #header_slider {
    height: 570px;
  }
  #header_slider .item {
    height: 570px;
  }
}

@media (max-width: 750px) {
  #header_slider {
    height: 1000px !important;
  }
  #header_slider .item {
    height: 1000px !important;
  }
}

@media (max-width: 750px) and (max-width: 600px) {
  #header_slider {
    height: 800px !important;
  }
  #header_slider .item {
    height: 800px !important;
  }
}

@media (max-width: 750px) and (max-width: 480px) {
  #header_slider {
    height: 670px !important;
  }
  #header_slider .item {
    height: 670px !important;
  }
}

@media (max-width: 750px) and (max-width: 420px) {
  #header_slider {
    height: 580px !important;
  }
  #header_slider .item {
    height: 580px !important;
  }
}

@media (max-width: 750px) and (max-width: 360px) {
  #header_slider {
    height: 530px !important;
  }
  #header_slider .item {
    height: 530px !important;
  }
}

#index_news {
  background: #00a650;
}

#index_news a {
  color: #fff;
}

#index_news a .date {
  color: #fff;
}

#index_news a:hover .title {
  color: #eee;
}

#index_news .archive_link:hover {
  color: #eee;
}

.sec_anchor_btns {
  margin-top: 70px;
}

@media (max-width: 750px) {
  .sec_anchor_btns {
    margin-top: 40px;
  }
}

@media (min-width: 751px) and (max-width: 1000px) {
  .sec_anchor_btns .row {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

@media (min-width: 1001px) {
  .sec_anchor_btns .row {
    gap: 26px;
  }
}

@media (max-width: 750px) {
  .sec_anchor_btns .row {
    row-gap: 10px;
  }
}

.sec_anchor_btns .link_button a {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
}

.sec_about {
  background: #eaf7fe;
  margin-top: 85px;
  padding-bottom: 95px;
  position: relative;
}

@media (max-width: 750px) {
  .sec_about {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.sec_about:before {
  content: '';
  width: 622px;
  height: 620px;
  background: url(/smart/wp-content/uploads/bg_img001.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 803px);
  bottom: 7.5%;
  transform: translateX(-50%);
}

.sec_about:after {
  content: '';
  width: 522px;
  height: 519px;
  background: url(/smart/wp-content/uploads/bg_img002.png) no-repeat center/contain;
  position: absolute;
  right: calc(50% - 745px);
  bottom: 22%;
  transform: translateX(50%);
}

@media (max-width: 1780px) {
  .sec_about:before, .sec_about:after {
    transform: none;
  }
}

@media (max-width: 1780px) and (max-width: 1460px) {
  .sec_about:before, .sec_about:after {
    opacity: .2;
  }
}

@media (max-width: 1780px) {
  .sec_about:before {
    left: -10.4vw;
    width: 32.4vw;
    height: 32.29582vw;
    max-width: 622px;
    max-height: 620px;
    min-width: 230px;
    min-height: 229.26045px;
  }
}

@media (max-width: 1780px) and (max-width: 750px) {
  .sec_about:before {
    bottom: 15%;
  }
}

@media (max-width: 1780px) {
  .sec_about:after {
    right: -7.8vw;
    width: 27.2vw;
    height: 27.04368vw;
    max-width: 522px;
    max-height: 519px;
    min-width: 200px;
    min-height: 198.85057px;
  }
}

@media (max-width: 1780px) and (max-width: 750px) {
  .sec_about:after {
    bottom: 40%;
  }
}

.sec_about .container {
  position: relative;
  z-index: 1;
}

.sec_about .container:before {
  content: '';
  width: 100vw;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 750px) {
  .sec_about .container:before {
    height: 20px;
  }
}

@media (max-width: 500px) {
  .sec_about .container:before {
    height: 13px;
  }
}

@media (min-width: 751px) {
  .sec_about .top_title_h2 {
    margin-bottom: 1em;
  }
}

@media (min-width: 751px) {
  .sec_about .top_title_h2 .sub {
    margin-top: 1em;
  }
}

@media (max-width: 400px) {
  .sec_about .top_title_h2 .sub {
    font-size: 17px;
  }
}

@media (min-width: 751px) {
  .sec_about .text_area {
    margin-bottom: 45px;
  }
}

@media (min-width: 1001px) {
  .sec_about .desc {
    text-align: center;
    margin-bottom: 2em;
  }
}

.sec_performance {
  margin-top: 110px;
  position: relative;
  z-index: 1;
}

@media (max-width: 750px) {
  .sec_performance {
    margin-top: 40px;
  }
}

.sec_performance:before {
  content: '';
  display: block;
  width: 100%;
  height: 89.5%;
  background: #fffce6;
  position: absolute;
  top: 40px;
  z-index: -1;
}

@media (max-width: 750px) {
  .sec_performance:before {
    top: 20px;
    height: 97%;
  }
}

@media (max-width: 500px) {
  .sec_performance:before {
    top: 13px;
  }
}

.sec_performance .container.bg_white {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: calc(100% - 20px);
  background: #fff;
  border-bottom: 10px solid #f0edd9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec_performance .container.bg_white:not(:last-of-type) {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .sec_performance .container.bg_white {
    border-bottom-width: 5px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .sec_performance .container.bg_white:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.sec_performance .container.bg_white .row {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.sec_performance .container.bg_white .top_title_h3.text-center {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 751px) {
  .sec_performance .container.bg_white .top_title_h3.text-center {
    margin-bottom: 40px;
  }
}

.sec_performance .row1 {
  margin-bottom: 65px;
}

@media (max-width: 750px) {
  .sec_performance .row1 {
    margin-bottom: 40px;
  }
}

.sec_performance .row2 {
  margin-bottom: 40px;
}

.sec_performance .row3 {
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .sec_performance .row3 .desc {
    max-width: 487px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 751px) {
  .sec_performance .point_area > .col:first-child {
    flex: 1.1;
  }
}

@media (min-width: 751px) {
  .sec_performance .point_area > .col:nth-child(2) {
    padding-left: 15px;
  }
}

@media (max-width: 750px) {
  .sec_performance .point_area > .col:nth-child(2) {
    max-width: 487px;
    margin-right: auto;
    margin-left: auto;
  }
}

.sec_performance .point_area figure {
  position: relative;
}

@media (min-width: 751px) and (max-width: 1240px) {
  .sec_performance .point_area figure {
    margin-left: 20px;
  }
}

.sec_performance .point_area figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 1240px) {
  .sec_performance .point_area figure figcaption {
    transform: translate(-30%, -30%);
  }
  .sec_performance .point_area figure figcaption img {
    width: 100px;
  }
}

@media (max-width: 750px) {
  .sec_performance .point_area figure figcaption {
    transform: translate(0, -50%);
  }
  .sec_performance .point_area figure figcaption img {
    width: 70px;
  }
}

.sec_performance .point_area .desc {
  text-align: justify;
}

.sec_economic {
  background: #fff0fa;
  margin-top: 250px;
  padding-bottom: 140px;
}

@media (max-width: 1000px) {
  .sec_economic {
    margin-top: 80px;
  }
}

@media (max-width: 750px) {
  .sec_economic {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}

.sec_economic .container:first-of-type {
  position: relative;
  z-index: 1;
}

.sec_economic .container:first-of-type:before {
  content: '';
  width: 100vw;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 750px) {
  .sec_economic .container:first-of-type:before {
    height: 20px;
  }
}

@media (max-width: 500px) {
  .sec_economic .container:first-of-type:before {
    height: 13px;
  }
}

.sec_economic .container.bg_white {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: calc(100% - 20px);
  background: #fff;
  border-bottom: 10px solid #f6e0ef;
  padding-top: 90px;
  padding-bottom: 100px;
}

.sec_economic .container.bg_white:not(:last-of-type) {
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .sec_economic .container.bg_white.container3 {
    padding-bottom: 70px;
  }
}

@media (max-width: 750px) {
  .sec_economic .container.bg_white {
    border-bottom-width: 5px;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .sec_economic .container.bg_white:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.sec_economic .container.bg_white .row {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.sec_economic .container.bg_white .top_title_h3 {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 751px) {
  .sec_economic .container.bg_white .top_title_h3 {
    margin-bottom: 30px;
  }
}

.sec_economic .container1 {
  margin-bottom: 60px;
}

@media (max-width: 750px) {
  .sec_economic .container1 {
    margin-bottom: 30px;
  }
}

.sec_economic .container1 .catch {
  font-weight: bold;
  line-height: 1.375;
  font-size: 32px;
  letter-spacing: .05em;
  -webkit-text-decoration: 12px solid #fff underline;
          text-decoration: 12px solid #fff underline;
  text-underline-offset: -2px;
  margin: 1em 0 .8em;
}

@media (max-width: 750px) {
  .sec_economic .container1 .catch {
    font-size: 18px;
    text-decoration-thickness: 8px;
    letter-spacing: -.02em;
  }
}

@media (min-width: 1001px) {
  .sec_economic .container1 .desc {
    text-align: center;
  }
}

@media (min-width: 751px) {
  .sec_economic .container2 .row:first-of-type {
    margin-bottom: 45px;
  }
}

.sec_economic .price_area {
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 38px;
}

@media (min-width: 751px) {
  .sec_economic .price_area {
    margin: 80px auto 25px;
  }
}

@media (max-width: 1000px) {
  .sec_economic .price_area {
    gap: 15px;
  }
}

@media (max-width: 750px) {
  .sec_economic .price_area {
    flex-direction: row;
    justify-content: center;
  }
}

.sec_economic .price_area > .col {
  padding: 4% 5px;
  border-radius: 10px;
  flex: 0 calc((100% - 38*4px) / 5);
}

@media (min-width: 1001px) {
  .sec_economic .price_area > .col {
    border-width: 4px;
  }
}

@media (max-width: 1000px) {
  .sec_economic .price_area > .col {
    flex: 0 calc((100% - 15*4px) / 5);
  }
}

@media (max-width: 750px) {
  .sec_economic .price_area > .col {
    flex: 0 calc((100% - 15*2px) / 3);
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .sec_economic .price_area > .col {
    flex: 100%;
  }
}

.sec_economic .price_area > .col:last-child {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  background: #f572a1;
  color: #fff;
  padding: 18px 10px;
}

@media (max-width: 750px) {
  .sec_economic .price_area > .col:last-child {
    flex: 1 0 100%;
  }
}

.sec_economic .price_area > .col:not(:where(:first-child, :last-child)) {
  position: relative;
}

.sec_economic .price_area > .col:not(:where(:first-child, :last-child)):before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/smart/wp-content/uploads/icon_plus.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-165%, -50%);
}

@media (max-width: 1000px) {
  .sec_economic .price_area > .col:not(:where(:first-child, :last-child)):before {
    width: 10px;
    height: 10px;
    transform: translate(-145%, -50%);
  }
}

@media (max-width: 480px) {
  .sec_economic .price_area > .col:not(:where(:first-child, :last-child)):before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -145%);
  }
}

.sec_economic .price_area p {
  letter-spacing: .05em;
  font-size: 18px;
}

.sec_economic .price_area p .price {
  display: block;
  line-height: 1;
  font-size: 40px;
}

.sec_economic .price_area p .price .unit {
  font-size: 30px;
}

@media (max-width: 1000px) {
  .sec_economic .price_area p {
    font-size: 16px;
  }
  .sec_economic .price_area p .price {
    font-size: 30px;
  }
  .sec_economic .price_area p .price .unit {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  .sec_economic .price_area p {
    font-size: 14px;
  }
  .sec_economic .price_area p .price {
    font-size: 22px;
  }
  .sec_economic .price_area p .price .unit {
    font-size: 16px;
  }
}

.sec_economic .price_area p.last {
  letter-spacing: .05em;
  font-size: 26px;
}

.sec_economic .price_area p.last .price {
  display: block;
  line-height: 1;
  font-size: 50px;
}

.sec_economic .price_area p.last .price .unit {
  font-size: 40px;
}

@media (max-width: 1000px) {
  .sec_economic .price_area p.last {
    font-size: 24px;
  }
  .sec_economic .price_area p.last .price {
    font-size: 36px;
  }
  .sec_economic .price_area p.last .price .unit {
    font-size: 26px;
  }
}

@media (max-width: 750px) {
  .sec_economic .price_area p.last {
    font-size: 16px;
  }
  .sec_economic .price_area p.last .price {
    font-size: 24px;
  }
  .sec_economic .price_area p.last .price .unit {
    font-size: 18px;
  }
}

.sec_introspection {
  background: #e9fff2;
  margin-top: 110px;
  padding-bottom: 140px;
}

@media (max-width: 750px) {
  .sec_introspection {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 751px) {
  .sec_introspection .top_title_h2 {
    margin-bottom: 1.7em;
  }
}

.sec_introspection .container:first-of-type {
  position: relative;
  z-index: 1;
}

.sec_introspection .container:first-of-type:before {
  content: '';
  width: 100vw;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 750px) {
  .sec_introspection .container:first-of-type:before {
    height: 20px;
  }
}

@media (max-width: 500px) {
  .sec_introspection .container:first-of-type:before {
    height: 13px;
  }
}

.sec_introspection .container.bg_white {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: calc(100% - 20px);
  background: #fff;
  border-bottom: 10px solid #ceebda;
  padding-top: 90px;
  padding-bottom: 75px;
}

.sec_introspection .container.bg_white:not(:last-of-type) {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .sec_introspection .container.bg_white {
    border-bottom-width: 5px;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .sec_introspection .container.bg_white:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.sec_introspection .container.bg_white .row {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.sec_introspection .container.bg_white .top_title_h3 {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 751px) {
  .sec_introspection .container.bg_white .top_title_h3 {
    margin-bottom: 30px;
  }
}

.sec_introspection .design_area {
  margin-bottom: 30px;
  flex-wrap: wrap;
}

@media (min-width: 751px) {
  .sec_introspection .design_area {
    margin-bottom: 75px;
    gap: 30px 26px;
  }
  .sec_introspection .design_area > .col {
    flex: 0 calc((100% - 26*2px) / 3);
  }
}

.sec_introspection .design_area figcaption {
  margin-top: 1em;
}

.sec_introspection .text_area {
  margin-top: 75px;
  flex-wrap: wrap;
  row-gap: 30px;
}

@media (min-width: 751px) {
  .sec_introspection .text_area {
    gap: 45px 26px;
  }
}

@media (max-width: 600px) {
  .sec_introspection .text_area {
    flex-direction: column;
  }
}

.sec_introspection .text_area > .col {
  border: 3px solid #222;
  border-radius: 10px;
  position: relative;
  padding: 40px 2.3%;
}

@media (min-width: 751px) {
  .sec_introspection .text_area > .col {
    flex: 0 calc((100% - 26*2px) / 3);
  }
}

@media (min-width: 751px) and (max-width: 1000px) {
  .sec_introspection .text_area > .col {
    flex: 0 calc((100% - 26px) / 2);
    padding-bottom: 30px;
  }
}

@media (max-width: 750px) {
  .sec_introspection .text_area > .col {
    padding: 30px 3% 20px;
    border-width: 2px;
  }
}

@media (min-width: 1001px) {
  .sec_introspection .text_area > .col:last-child {
    flex-grow: 1;
  }
  .sec_introspection .text_area > .col:last-child .top_title_h4 {
    display: block;
    min-height: 0;
  }
}

.sec_introspection .text_area > .col:last-child .desc {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.sec_introspection .text_area .number {
  font-weight: bold;
  font-size: 28px;
  width: 55px;
  height: 55px;
  background: #222;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 750px) {
  .sec_introspection .text_area .number {
    font-size: 18px;
    width: 37px;
    height: 37px;
  }
}

.sec_introspection .text_area .top_title_h4 {
  text-align: center;
  margin-bottom: 7px;
}

@media (min-width: 751px) {
  .sec_introspection .text_area .top_title_h4 {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 750px) {
  .sec_introspection .text_area .top_title_h4 {
    font-size: 18px;
  }
}

@media (max-width: 750px) and (min-width: 601px) {
  .sec_introspection .text_area .top_title_h4 {
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.sec_introspection .text_area .desc {
  text-align: justify;
}

@media (min-width: 751px) {
  .sec_introspection .text_area .desc {
    font-size: 14px;
    line-height: 2;
  }
}

.sec_ft_contact {
  background: url(/smart/wp-content/uploads/bg_ptn001.jpg) repeat left top;
  position: relative;
  z-index: 1;
  padding: 90px 0;
}

@media (max-width: 750px) {
  .sec_ft_contact {
    padding: 40px 0;
  }
}

.sec_ft_contact:before, .sec_ft_contact:after {
  content: '';
  width: 512px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 1400px) {
  .sec_ft_contact:before, .sec_ft_contact:after {
    opacity: .5;
  }
}

@media (max-width: 750px) {
  .sec_ft_contact:before, .sec_ft_contact:after {
    content: none;
  }
}

.sec_ft_contact:before {
  background: url(/smart/wp-content/uploads/bg_img003.png) no-repeat right center/cover;
  left: 0;
}

@media (min-width: 1921px) {
  .sec_ft_contact:before {
    left: calc(50% - 705px);
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .sec_ft_contact:before {
    left: -200px;
  }
}

.sec_ft_contact:after {
  background: url(/smart/wp-content/uploads/bg_img004.png) no-repeat left center/cover;
  right: 0;
}

@media (min-width: 1921px) {
  .sec_ft_contact:after {
    right: calc(50% - 705px);
    transform: translateX(50%);
  }
}

@media (max-width: 1100px) {
  .sec_ft_contact:after {
    right: -200px;
  }
}

.sec_ft_contact .top_title_h2 {
  margin-bottom: .8em;
}

.sec_ft_contact .row {
  max-width: 624px;
  margin-right: auto;
  margin-left: auto;
}

.sec_ft_contact .row1 {
  margin-bottom: 15px;
}

.sec_ft_contact .row2 {
  margin-bottom: 23px;
  gap: 12px;
}

.sec_ft_contact .row2 .text_primary {
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .05em;
  padding: 7px;
}

@media (max-width: 750px) {
  .sec_ft_contact .row2 .text_primary {
    width: 200px;
    margin: auto;
    padding: 3px;
  }
}

.sec_ft_contact .desc {
  text-align: center;
}

@media (max-width: 480px) {
  .sec_ft_contact .desc {
    text-align: left;
  }
  .sec_ft_contact .desc br {
    display: none;
  }
}

.sec_ft_contact .tel {
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
  margin-bottom: .5em;
}

.sec_ft_contact .tel a {
  font-size: 40px;
}

@media (max-width: 750px) {
  .sec_ft_contact .tel {
    font-size: 16px;
  }
  .sec_ft_contact .tel a {
    font-size: 24px;
  }
}

.sec_ft_contact dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 751px) {
  .sec_ft_contact dl {
    margin-bottom: 40px;
  }
}

.sec_ft_contact dl:before {
  content: '';
  display: block;
  width: 100%;
}

.sec_ft_contact dl dt, .sec_ft_contact dl dd {
  margin: 0;
  line-height: 2;
  letter-spacing: .05em;
}

.sec_ft_contact dl dt:first-of-type, .sec_ft_contact dl dd:first-of-type {
  order: -1;
}

.sec_ft_contact dl dt {
  font-weight: normal;
  margin-right: 1em;
}

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