
@charset "UTF-8";
#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%;
  }
}

@media (min-width: 751px) {
  .row.pc-col2 {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-wrap: wrap;
  }
  .row.pc-col2 > .col {
    flex: 0 49%;
  }
  .row.pc-col2 > .col:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .row.pc-col3 {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-wrap: wrap;
  }
  .row.pc-col3 > .col {
    flex: 0 32%;
  }
  .row.pc-col3 > .col:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.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 {
  width: 100%;
  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: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  line-height: 1.2;
}

.post_content .title_h2 small {
  color: #f6ad3c;
  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: 24px;
  }
  .post_content .title_h2 small {
    font-size: 12px;
  }
}

.post_content .top_headline {
  border-top: 3px solid #f6ad3c;
  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: #fff;
  color: #000000;
  border-radius: 30px;
}

.post_content .link_button a:hover {
  color: #fff;
  background: #db8b10;
}

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

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

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow: hidden;
}

body.home #header_logo .logo a,
body.home #global_menu > ul > li > a {
  color: #000000;
}

#header_logo .logo a,
#global_menu > ul > li > a {
  font-weight: bold;
}

body.home #header {
  background: transparent !important;
}

#global_menu > ul > li:nth-last-of-type(3) > ul {
  right: 0;
  transform: translateX(35%);
}

body.home #menu_button span {
  background: #000;
}

#drawer_menu {
  background: #f6ad3c;
}

#mobile_menu a,
.mobile #lang_button a {
  font-weight: bold;
  background: #f6ad3c;
  border-bottom-color: #fff;
}

#mobile_menu a:hover,
.mobile #lang_button a:hover {
  background: #db8b10;
}

#mobile_menu .child_menu_button:hover {
  background: #db8b10;
}

#mobile_menu li li a {
  background: #f6ad3c;
}

#mobile_menu a:hover:hover,
.mobile #lang_button a:hover:hover {
  background: #db8b10;
}

#side_button {
  border: 1px solid #fff;
  border-right: none;
}

#side_button .item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

#side_button a {
  white-space: nowrap;
}

#footer_banner .title {
  letter-spacing: .05em;
}

#footer_top {
  display: none;
}

#footer_bottom {
  background: url(/wp-content/uploads/bg_img003.jpg) no-repeat center/cover;
}

@media (min-width: 751px) {
  #footer_bottom {
    padding: 36px 0 45px;
  }
}

@media (min-width: 751px) {
  .footer_info {
    letter-spacing: .05em;
  }
}

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

@media (max-width: 750px) and (max-width: 480px) {
  .footer_info {
    font-size: 13px;
  }
}

#footer_menu li {
  font-weight: bold;
}

@media (min-width: 1001px) {
  #footer_menu li {
    font-size: 15px;
  }
}

#footer_menu a {
  color: #fff;
}

#footer_menu a:hover {
  color: #eee;
}

@media (min-width: 751px) {
  #footer_menu a {
    letter-spacing: .05em;
  }
}

@media (min-width: 751px) {
  #footer_menu a {
    letter-spacing: .05em;
  }
}

#copyright {
  letter-spacing: .05em;
}

@media (max-width: 750px) {
  .dp-footer-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
}

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

.border {
  border: 1px solid #000000;
  padding: 4% 2%;
}

.text-large {
  font-size: 20px;
}

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

.text-xlarge {
  font-size: 24px;
}

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

.border_orange {
  color: #f6ad3c;
  border: 1px solid #f6ad3c;
  padding: .2em .5em;
  font-weight: bold;
}

@media (max-width: 480px) {
  .border_orange {
    font-size: 12px;
  }
}

figure + p {
  margin-top: 1em !important;
}

.b_radius_10 {
  border-radius: 10px !important;
}

.b_radius_20 {
  border-radius: 20px !important;
}

.bg_green {
  background: #b6d1a4 !important;
}

.pd_10 {
  padding: 10px;
}

.highlight_bright {
  background: rgba(246, 173, 60, 0.3);
  padding: 25px;
}

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

dl.item_list dd {
  font-size: 14px;
}

@media (max-width: 1000px) {
  dl.item_list dd {
    font-size: 12px;
    letter-spacing: -.02em;
  }
}

dl.item_list dd span:not(.i_block) {
  display: inline-block;
  border: 1px solid #000000;
  padding: .4em .8em;
  line-height: 1.4;
}

dl.item_list dd:not(.col8) {
  display: flex;
  justify-content: center;
  gap: .3em;
}

dl.item_list dd.col8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: .5em;
}

dl.item_list dd.col8 span:not(.i_block) {
  width: calc((100% - 15px)/4);
  flex: 0 calc((100% - 15px)/4);
  padding: .4em .1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 480px) {
  dl.item_list dd.col8 span:not(.i_block) {
    width: calc((100% - 5px)/2);
    flex: 0 calc((100% - 5px)/2);
  }
}

.fee {
  display: inline-block;
  border: 1px solid #00cc00;
  /* padding: .1em .8em; */
  padding: .7em 1em;
  line-height: 1.4;
  vertical-align: middle;
  color: #fff;
  background: #00cc00;
}

.price {
  display: inline-block;
  vertical-align: middle;
  margin-left: .8em;
  color: #f00;
  line-height: 1.2;
  /* font-size: 32px; */
  font-size: 54px;
}

@media (max-width: 750px) {
  .price {
    /* font-size: 26px; */
    font-size: 40px;
  }
}

.text-left {
  text-align: left;
}

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

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

.width_100 {
  width: 100% !important;
}

.sp_w_400 {
  width: 400px !important;
}

img.circle {
  border-radius: 50%;
}

@media (max-width: 750px) {
  .sp_maw_80 {
    max-width: 80% !important;
  }
}

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

.post_content .title_h3 {
  padding-left: .8em;
  position: relative;
}

.post_content .title_h3:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #f6ad3c;
  position: absolute;
  left: 0;
  top: 0;
}

.post_content .title_h4 {
  padding-left: .8em;
  position: relative;
}

.post_content .title_h4:before {
  content: '';
  width: 7px;
  height: 3px;
  background: #f6ad3c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body:not(.home) .post_content a {
  color: #000000;
}

body:not(.home) .post_content .link_button a {
  border: 2px solid #f6ad3c;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  max-width: 100%;
  min-height: 60px;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box;
}

body:not(.home) .post_content .link_button a:not(:hover) {
  color: #f6ad3c;
}

body:not(.home) .post_content .link_button a:hover {
  border-color: #db8b10;
}

body:not(.home) .post_content .link_button.product {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

body:not(.home) .post_content .link_button.product a {
  min-width: 0;
  width: 100%;
  max-width: 200px;
}

body:not(.home) figure figcaption {
  margin-top: 1em;
}

.access_content2 {
  margin-bottom: 100px;
}

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

.access_content2 .top_headline {
  font-weight: bold;
  padding-top: 0;
  border-top: none;
  display: block;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 1251px) {
  .under_sec_company {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1251px) and (max-width: 950px) {
  .under_sec_company {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1251px) and (max-width: 950px) and (max-width: 750px) {
  .under_sec_company {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.under_sec_product a {
  display: inline-block;
  transition: .4s;
}

.under_sec_product a:hover {
  opacity: .8;
}

.under_sec_product a:hover figure img {
  transform: scale(1.1);
}

.under_sec_product .row > .col {
  border: 1px solid #ddd;
}

.under_sec_product figure {
  overflow: hidden;
}

.under_sec_product figure img {
  transition: .4s;
}

.under_sec_product figure + p {
  font-weight: bold;
  color: #f6ad3c;
  padding: 4%;
  margin-top: 0 !important;
}

@media (min-width: 751px) {
  .under_sec_product figure + p {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .under_sec_product_detail .row.pc-col2 {
    justify-content: center;
  }
  .under_sec_product_detail .row.pc-col2 > .col {
    margin-right: 0;
    flex: 0 100%;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow_parts .row {
  background: #eeeeee;
}

.flow_parts .row:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
}

.flow_parts .row:not(:last-child):before {
  content: '';
  width: 60px;
  height: 30px;
  background: #eeeeee;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.flow_parts .head {
  background: #f6ad3c;
  display: flex;
  align-items: center;
}

@media (min-width: 751px) {
  .flow_parts .head {
    justify-content: center;
  }
}

@media (max-width: 750px) {
  .flow_parts .head {
    padding: .7em 1em;
  }
}

.flow_parts .head p {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 750px) {
  .flow_parts .head p {
    font-size: 20px;
  }
}

.flow_parts .head p span {
  font-size: 16px;
}

@media (min-width: 751px) {
  .flow_parts .head p span {
    display: block;
  }
}

@media (max-width: 750px) {
  .flow_parts .head p span {
    font-size: 14px;
    margin-right: .5rem;
  }
}

.flow_parts .content {
  padding: 3% 2%;
}

@media (max-width: 750px) {
  .flow_parts .content {
    padding: 1em;
  }
}

.flow_parts .content .title {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 18px;
}

@media (min-width: 751px) {
  .flow_parts .content .title {
    font-size: 22px;
  }
}

.faq_parts dt, .faq_parts dd {
  line-height: 1.8;
}

.faq_parts dt {
  color: #f6ad3c;
  padding-bottom: .5em;
  font-size: 18px;
}

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

.faq_parts dd:not(:last-of-type) {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

#main_col {
  width: 100%;
  padding-top: 30px;
}

@media (min-width: 751px) {
  #header_slider .item {
    background: url(/wp-content/uploads/bg_main.jpg) repeat;
  }
}

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

@media (min-width: 1921px) {
  #header_slider .image {
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}

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

@media (max-width: 750px) and (min-width: 501px) and (min-width: 601px) {
  #header_slider {
    height: 1200px !important;
  }
  #header_slider .item {
    height: 1200px !important;
  }
}

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

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

#index_news {
  background: #6fba2c;
}

#index_news a {
  color: #fff;
}

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

#index_news a:hover {
  color: #eee !important;
}

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

#index_news_slider a .date,
#index_news_slider a .title,
#index_news .archive_link {
  font-weight: bold;
}

@media (min-width: 1001px) {
  #index_news_slider a .date {
    font-size: 14px;
  }
  #index_news_slider a .title,
  #index_news .archive_link {
    font-size: 15px;
  }
}

@media (max-width: 1040px) {
  body.home section > .container {
    max-width: calc(100% - 20px);
  }
}

.post_content .container {
  overflow-x: hidden;
}

.post_content .top_title_h2 {
  display: table;
  margin: auto auto 1em;
  color: #000000;
  text-align: center;
  font-size: 34px;
  letter-spacing: .1em;
  line-height: 1.2;
  padding-bottom: 5px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 5px;
  -webkit-text-decoration-color: #f8ec42;
          text-decoration-color: #f8ec42;
  position: relative;
}

.post_content .top_title_h2:before, .post_content .top_title_h2:after {
  content: '';
  width: 50vw;
  height: 10px;
  background: url(/wp-content/uploads/line_bl.png) repeat-x;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.post_content .top_title_h2:before {
  right: calc(100% + 1.3em);
}

.post_content .top_title_h2:after {
  left: calc(100% + 1.2em);
}

@media (max-width: 750px) {
  .post_content .top_title_h2 {
    font-size: 20px;
    text-decoration-thickness: 3px;
  }
  .post_content .top_title_h2:before, .post_content .top_title_h2:after {
    height: 8px;
  }
}

.post_content .top_title_h2.inverse {
  color: #fff;
}

.post_content .top_title_h2.inverse:before, .post_content .top_title_h2.inverse:after {
  background-image: url(/wp-content/uploads/line_wh.png);
}

.sec_reason {
  background: url(/wp-content/uploads/bg_img001.jpg) no-repeat center/cover;
  padding: 80px 0;
}

.sec_reason .container {
  max-width: 1200px;
}

@media (max-width: 1240px) {
  .sec_reason .container {
    max-width: calc(100% - 20px);
  }
}

.sec_reason .row.sp-col2 > .col {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  padding: 25px 10px 20px;
}

@media (min-width: 1241px) {
  .sec_reason .row.sp-col2 {
    gap: 26px;
  }
}

.sec_reason h3 {
  font-size: 24px;
  color: #005bac;
  text-align: center;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 751px) {
  .sec_reason h3 {
    min-height: 101px;
  }
}

@media (max-width: 1200px) {
  .sec_reason h3 {
    min-height: 76px;
  }
}

.sec_reason figure {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 751px) {
  .sec_reason figure {
    aspect-ratio: 257 / 168;
  }
  .sec_reason figure + p {
    letter-spacing: -.05em;
  }
}

@media (max-width: 1200px) {
  .sec_reason figure {
    aspect-ratio: 2 / 1;
  }
  .sec_reason figure img {
    height: 100%;
  }
  .sec_reason figure + p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .sec_reason .row.sp-col2 {
    gap: 10px;
  }
  .sec_reason h3 {
    font-size: 18px;
    letter-spacing: normal;
  }
}

@media (max-width: 1200px) and (min-width: 751px) {
  .sec_reason .col1 h3 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) and (min-width: 751px) {
  .sec_reason .col2 h3 {
    font-size: 16px;
  }
  .sec_reason .col2 h3 .small {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  .sec_reason {
    padding: 40px 0;
  }
  .sec_reason h2 img {
    width: 100%;
    max-width: 450px;
  }
  .sec_reason .row.sp-col2 {
    justify-content: space-between;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .sec_reason figure {
    aspect-ratio: 2.5 / 1;
  }
}

@media (max-width: 480px) {
  .sec_reason .row.sp-col2 > .col {
    padding: 15px 5px;
  }
  .sec_reason h3 {
    min-height: 0;
  }
  .sec_reason figure {
    aspect-ratio: auto;
  }
  .sec_reason figure img {
    height: 100px;
  }
}

@media (max-width: 480px) {
  body.home .sec_reason .row.sp-col2 > .col {
    padding: 15px 10px;
    flex: 0 100%;
  }
}

@media (max-width: 480px) {
  body:not(.home) .sec_reason h3 {
    font-size: 16px;
  }
  body:not(.home) .sec_reason h3 .small {
    font-size: 14px;
  }
}

.sec_product {
  padding: 80px 0 200px;
  background: url(/wp-content/uploads/bg_img002.jpg) no-repeat center bottom/cover;
}

.sec_product .container {
  max-width: 1024px;
}

.sec_product .row.sp-col2 {
  flex-wrap: wrap;
  row-gap: 25px;
}

.sec_product .row.sp-col2 > .col {
  flex: 0 calc(50% - 10px);
}

.sec_product p {
  color: #fff;
}

@media (min-width: 1001px) {
  .sec_product p {
    text-align: center;
  }
}

@media (min-width: 751px) {
  .sec_product .top_title_h2 {
    margin-bottom: 1.4em;
  }
  .sec_product a {
    display: inline-block;
    transition: .4s;
  }
  .sec_product a:hover {
    opacity: .8;
  }
}

@media (max-width: 750px) {
  .sec_product {
    padding: 40px 0;
  }
  .sec_product .row.sp-col2 {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 15px;
  }
  .sec_product .row.sp-col2 > .col {
    flex: 0 49%;
  }
}

@media (max-width: 450px) {
  .sec_product {
    background-color: #4aaaff;
    background-size: contain;
    padding-bottom: 100px;
  }
  .sec_product .row.sp-col2 {
    row-gap: 10px;
  }
  .sec_product .row.sp-col2 > .col {
    flex: 0 100%;
  }
}

.sec_popular {
  background: #fff5d7;
  padding: 70px 0 100px;
}

.sec_popular .container {
  max-width: 1200px;
}

@media (max-width: 1240px) {
  .sec_popular .container {
    max-width: calc(100% - 20px);
  }
}

.sec_popular p {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 751px) and (max-width: 1240px) {
  .sec_popular .row {
    gap: 10px;
  }
}

@media (max-width: 750px) {
  .sec_popular {
    padding: 40px 0;
  }
  .sec_popular figure {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .sec_popular .row {
    row-gap: 10px;
  }
  .sec_popular .row > .col {
    flex: 0 100%;
  }
}

.sec_flow {
  padding: 100px 0 85px;
  background: #f6ad3c;
}

.sec_flow .step_area {
  flex-wrap: wrap;
}

.sec_flow .step_area > .col {
  flex: 0 calc(50% - 10px);
  display: flex;
}

.sec_flow h3, .sec_flow p {
  color: #fff;
}

.sec_flow h3 {
  padding-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-color: #f8ec42;
          text-decoration-color: #f8ec42;
}

.sec_flow .step {
  flex-shrink: 0;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .3em;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 1;
}

.sec_flow .step:before {
  content: '';
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 50%;
  border: 4px solid #f6ad3c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec_flow .step .number {
  font-size: 50px;
}

@media (min-width: 1041px) {
  .sec_flow .top_title_h2 {
    margin-bottom: 2.3em;
  }
  .sec_flow .step_area {
    margin-bottom: 40px;
    -moz-column-gap: 44px;
         column-gap: 44px;
    row-gap: 70px;
  }
  .sec_flow .step_area > .col {
    flex: 0 calc(50% - 22px);
  }
  .sec_flow h3 {
    font-size: 30px;
    letter-spacing: .08em;
    margin-bottom: 12px;
  }
  .sec_flow .desc {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .08em;
    font-feature-settings: "palt";
  }
}

@media (max-width: 1000px) {
  .sec_flow .step {
    width: 110px;
    height: 110px;
    font-size: 18px;
    letter-spacing: .04em;
  }
  .sec_flow .step .number {
    font-size: 32px;
  }
}

@media (max-width: 750px) {
  .sec_flow {
    padding: 40px 0;
  }
  .sec_flow h3 {
    padding-bottom: 6px;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    margin-bottom: .5em;
  }
}

@media (max-width: 480px) {
  .sec_flow .step {
    width: 80px;
    height: 80px;
    font-size: 14px;
    margin-right: 10px;
  }
  .sec_flow .step:before, .sec_flow .step:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-width: 2px;
  }
  .sec_flow .step .number {
    font-size: 20px;
  }
  .sec_flow h3 {
    font-size: 16px;
  }
}

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