@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@media (min-width: 1151px) and (max-width: 1151px) {
  #menu_button {
    display: inline-block !important;
  }
}

#header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_logo {
  position: static;
  margin: 0;
  transform: none;
}

#copyright {
  height: auto;
  padding: 15px 10px;
  line-height: 1.4;
}

.index_free_space {
  width: 100%;
  padding: 0;
  margin: 0;
}

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

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

@media (min-width: 751px) {
  .row:not(:last-child) {
    margin-bottom: 5%;
  }
}

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

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

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

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

@media (min-width: 751px) and (max-width: 1200px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 751px) and (min-width: 1201px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

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

.button a,
#footer_button a {
  background: #BE2D28;
  border-radius: 5px;
  letter-spacing: .1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.post_content img {
  vertical-align: middle;
}

.post_content a {
  text-decoration: underline;
}

.post_content a:hover {
  text-decoration: none;
}

.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 figure {
  text-align: center;
}

.post_content figure + h3, .post_content figure + h4, .post_content figure + p {
  margin-top: .8em;
}

.post_content figure figcaption {
  margin-top: .8em;
}

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

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

.post_content .sec_basic:last-child {
  margin-bottom: 0;
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: rgba(190, 45, 40, 0.1);
}

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

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

.post_content .title_h2 {
  color: #BE2D28;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.6;
}

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

@media (min-width: 1001px) {
  .post_content .title_h2.large {
    font-size: 40px;
  }
}

@media (min-width: 751px) {
  .post_content .title_h2.small {
    font-size: 32px;
  }
}

.post_content .title_h3 {
  color: #BE2D28;
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #BE2D28;
  padding: 0;
  padding-left: .5em;
  margin: 0;
  margin-bottom: .8em;
  line-height: 1.6;
}

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

.post_content .title_h3.no_line {
  border: 0;
  padding: 0;
  text-align: center;
}

.post_content .title_h4 {
  position: relative;
  color: #BE2D28;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  padding-left: 1em;
  margin: 0;
  margin-bottom: .6em;
  line-height: 1.6;
}

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

.post_content .title_h4::after {
  content: "";
  position: absolute;
  display: block;
  background: #BE2D28;
  width: 7px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.post_content .button {
  text-align: center;
}

.post_content .button a {
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #BE2D28;
  background: #BE2D28;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.post_content .button a:hover {
  background: #ffffff;
  color: #BE2D28;
}

@media (max-width: 1151px) {
  .post_content .button a {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.post_content .table_default {
  width: 100%;
}

.post_content .table_default th, .post_content .table_default td {
  vertical-align: middle;
}

@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_menu {
  width: 100%;
}

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

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

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

@media (min-width: 751px) {
  .post_content .table_menu th {
    background-color: transparent;
  }
}

.post_content .s_table {
  white-space: normal;
  margin-bottom: 0;
}

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

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

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

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

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

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

@media (max-width: 750px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

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

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

@media (max-width: 750px) {
  .post_content .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

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

@media (max-width: 750px) {
  .post_content .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

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

.post_content .sns_icons a.instagram {
  background-image: url(./img/instagram_bk.png);
}

.post_content .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

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

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

#header_social_link {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#header_social_link li {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1151px) {
  #header_social_link {
    display: none;
  }
}

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

#footer_social_link::after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

/* ================================
utility
================================ */
body, .post_content {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #444444;
}

body p, .post_content p {
  font-size: 16px;
  line-height: 1.8;
}

body .inverse, .post_content .inverse {
  color: #fff;
}

#main_col {
  width: 100%;
}

#side_col {
  display: none;
}

p + .button {
  margin-top: 2.5em;
}

@media (max-width: 750px) {
  p + .button {
    margin-top: 1.5em;
  }
}

h2.rich_font,
.index_design_content2 .rich_font,
.index_blog .rich_font,
.rich_font_1,
.rich_font {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* ================================
header
================================ */
#header {
  border: 0;
}

#header #site_desc {
  background: #EEECC5;
  border: 0;
}

#header #header_logo .mobile_logo_image {
  max-width: 200px;
  max-height: 50px;
  width: auto;
  height: auto;
}

#header #global_menu > ul {
  border: 0;
}

#header #global_menu > ul > li {
  border: 0;
  position: relative;
}

@media (min-width: 1152px) {
  #header #global_menu > ul > li::before {
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid #fff;
    width: 1px;
    height: 46%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

@media (min-width: 1152px) {
  #header #global_menu > ul > li:first-child::after {
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid #fff;
    width: 1px;
    height: 46%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

#header #global_menu > ul > li > a {
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
}

/* ================================
TOP
================================ */
.index_free_space .container {
  width: calc(100% - 20px);
}

#contents_builder {
  padding-bottom: 0;
  overflow: hidden;
}

/* ================================
メインビジュアル
================================ */
@media (min-width: 1152px) {
  #index_slider {
    height: 660px;
  }
}

#index_slider .item {
  position: relative;
}

@media (min-width: 1152px) {
  #index_slider .item {
    height: 660px;
  }
}

#index_slider .item::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/main_copy.webp) no-repeat center;
  background-size: min(52vw, 480px) auto;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (max-width: 750px) {
  #index_slider .item::before {
    background-size: min(70vw, 300px) auto;
  }
}

/* ================================
デザインコンテンツ1 index_design_content1
================================ */
.index_design_content1 {
  position: relative;
  z-index: 0;
  padding-block: 120px;
}

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

.index_design_content1::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.webp) no-repeat top 35% left 1.5%, url(/wp-content/uploads/bg_img002.webp) no-repeat bottom 6% right, url(/wp-content/uploads/bg_img003.webp) no-repeat bottom 3% left 14%;
  background-size: min(20vw, 203px) auto, min(30vw, 392px) auto, min(24vw, 272px) auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_design_content1 .catch {
  margin-bottom: 1em;
}

@media (max-width: 1000px) and (min-width: 750px) {
  .index_design_content1 .catch {
    font-size: 36px !important;
  }
}

.index_design_content1 .desc {
  line-height: 2.2;
  font-weight: 500;
}

@media (max-width: 750px) {
  .index_design_content1 .desc {
    line-height: 1.8;
    text-align: left;
  }
}

/* ================================
介護タクシー會津の特徴 index_sec_01
================================ */
.index_sec_01 {
  background: #F9F8ED;
  padding-block: 120px 0;
}

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

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

.index_sec_01 .content_wrap {
  max-width: 384px;
  margin-inline: auto;
}

.index_sec_01 .content_wrap .num {
  position: relative;
  z-index: 1;
  background: #BE2D28;
  color: #fff;
  font-weight: bold;
  font-size: 56px;
  letter-spacing: .03em;
  width: 89px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: -45px;
  line-height: 1;
  margin-inline: auto;
}

@media (max-width: 1000px) {
  .index_sec_01 .content_wrap .num {
    width: 70px;
    font-size: 40px;
    margin-bottom: -35px;
  }
}

@media (max-width: 750px) {
  .index_sec_01 .content_wrap .num {
    width: 50px;
    font-size: 30px;
    margin-bottom: -25px;
  }
}

.index_sec_01 .content_wrap .txt {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 1em;
}

@media (min-width: 751px) {
  .index_sec_01 .content_wrap .txt {
    font-size: min(2.5vw, 24px);
  }
}

/* ================================
事業紹介 初めての方へ ドライバー紹介 index_sec_02
================================ */
.index_sec_02 {
  position: relative;
  z-index: 0;
  background: #F9F8ED;
  padding-block: 120px;
}

@media (max-width: 750px) {
  .index_sec_02 {
    padding-block: 60px 40px;
  }
}

.index_sec_02::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img004.webp) no-repeat top right 1%, url(/wp-content/uploads/bg_img005.webp) no-repeat bottom 37.6% left 2%;
  background-size: min(34vw, 466px) auto, min(24vw, 286px) auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

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

@media (min-width: 751px) {
  .index_sec_02 .content_row {
    gap: 3%;
    align-items: center;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row:not(:last-child) {
    margin-bottom: 10%;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row.reverse .main_img {
    float: left;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row.reverse .text_wrap {
    margin-inline: 0 auto;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row .col {
    flex: auto;
    width: 48.5%;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row .main_img {
    width: 948px;
    max-width: 50vw;
    float: right;
  }
}

@media (max-width: 750px) {
  .index_sec_02 .content_row .main_img img {
    border-radius: 40px;
    overflow: hidden;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row .text_wrap {
    max-width: 527px;
    margin-inline: auto 0;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row .text_wrap h2 {
    text-align: left;
    margin-bottom: 1.2em;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row .text_wrap .txt {
    line-height: 2;
  }
}

@media (min-width: 751px) {
  .index_sec_02 .content_row .text_wrap .button {
    text-align: left;
  }
}

/* ================================
カルーセルコンテンツ index_campaign
================================ */
.index_campaign {
  margin: 0;
  height: auto;
  padding-block: 120px;
}

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

.index_campaign .slider_arrow {
  margin-top: 30px;
}

.index_campaign .headline span {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 2.5em;
}

@media (max-width: 750px) {
  .index_campaign .headline span {
    text-align: left;
    margin-top: 1em;
  }
}

.index_campaign .button {
  margin-top: 44px;
  margin-top: 2.8em;
}

@media (max-width: 750px) {
  .index_campaign .button {
    margin-top: 1.5em;
  }
}

/* ================================
コンテンツ一覧２ index_news
================================ */
.index_news {
  position: relative;
  z-index: 0;
  padding-block: 120px;
}

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

.index_news::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img007_2.webp) no-repeat top right, url(/wp-content/uploads/bg_img007_3.webp) no-repeat bottom right 12.5%, url(/wp-content/uploads/bg_img007_4.webp) no-repeat top 50% left 3.5%, #EEECC5;
  background-size: min(29vw, 370px) auto, min(20vw, 207px) auto, min(25vw, 289px) auto, auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_news .headline {
  margin-block: 0 1em;
}

@media (max-width: 750px) {
  .index_news .headline {
    margin-bottom: .8em;
  }
}

.index_news .item a {
  background: #fff;
  border-color: #EEECC5;
}

.index_news .item a .date {
  line-height: inherit;
  font-weight: normal;
}

.index_news .button {
  margin-top: 2.5em;
}

@media (max-width: 750px) {
  .index_news .button {
    margin-top: 1.5em;
  }
}

/* ================================
お問い合わせ index_sec_03
================================ */
.index_sec_03 {
  position: relative;
  z-index: 0;
  padding-block: 120px;
}

@media (max-width: 750px) {
  .index_sec_03 {
    padding-block: 60px;
  }
}

.index_sec_03::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bnr_img010.webp) no-repeat top left, url(/wp-content/uploads/bnr_img011.webp) no-repeat bottom left 18.5%, url(/wp-content/uploads/bnr_img012.webp) no-repeat top right, url(/wp-content/uploads/bnr_img013.webp) no-repeat bottom right 8%, url(/wp-content/uploads/bg_img008_2.webp) no-repeat top 38% left 25%, url(/wp-content/uploads/bg_img008_3.webp) no-repeat top 30% right 20%, url(/wp-content/uploads/bg_img008_4.webp) no-repeat bottom left 3%;
  background-size: min(20vw, 416px) auto, min(20vw, 295px) auto, min(25vw, 321px) auto, min(25vw, 493px) auto, min(29vw, 89px) auto, min(20vw, 105px) auto, min(20vw, 187px) auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 751px) {
  .index_sec_03 .title_h2 {
    margin-bottom: 1.2em;
  }
}

.index_sec_03 .txt {
  font-weight: 500;
}

@media (min-width: 751px) {
  .index_sec_03 .txt {
    font-size: 18px;
    line-height: 2.2;
  }
}

/* ================================
footer
================================ */
#footer_banner .title {
  font-weight: 500;
}

#return_top {
  border-color: #F9F8ED;
}

#return_top a:hover {
  background: rgba(190, 45, 40, 0.1);
  background: #F9F8ED;
}

#footer_top {
  padding-inline: 10px;
}

#footer_top #footer_logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
}

#footer_top #footer_logo .mobile_logo_image {
  max-width: 200px;
  height: auto;
}

#company_date {
  border-color: #EEECC5;
  color: #BE2D28;
}

#footer_menu {
  border-color: #EEECC5;
}

#footer_menu li {
  border-color: rgba(190, 45, 40, 0.4);
}

#footer_menu li a {
  color: #BE2D28;
  white-space: nowrap;
}

#footer_menu li a:hover {
  color: #BE2D28;
}

/* ================================
下層
================================ */
.qa .question {
  position: relative;
  background: rgba(190, 45, 40, 0.08);
  margin-top: 0;
  padding: 1em 60px 1em 1em;
  cursor: pointer;
  margin-bottom: 1em;
}

@media (max-width: 750px) {
  .qa .question {
    padding-right: 35px;
  }
}

.qa .question::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #444444;
  border-right: 2px solid #444444;
  position: absolute;
  top: 45%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}

@media (max-width: 750px) {
  .qa .question::before {
    width: 8px;
    height: 8px;
    right: 14px;
  }
}

.qa .question.open::before {
  transform: rotate(225deg);
}

.qa .answer {
  display: none;
  margin-bottom: 1.5em;
}

@media (min-width: 751px) {
  .step > .row {
    align-items: center;
  }
}

.step .step_num {
  text-align: center;
}

.step .step_num p {
  font-size: 18px;
  font-weight: bold;
  color: #BE2D28;
  line-height: 1;
}

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

.step .step_num p span {
  font-size: 40px;
  display: block;
  color: #BE2D28;
}

@media (max-width: 767px) {
  .step .step_num p span {
    font-size: 30px;
  }
}

@media (max-width: 750px) {
  .about_table th, .about_table td {
    padding: 8px;
  }
}

/* ================================
投稿ページ
================================ */
#post_image .image, #campaign_post_image .image {
  max-width: 650px;
  margin-inline: auto;
}

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