@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wdth,wght,YTLC@0,6..12,75..125,200..1000,440..540;1,6..12,75..125,200..1000,440..540&family=Poppins:wght@400;500;600;700&display=swap");
:root {
  --navi_event_type: hover;
  --header_break_point: 768;
  --main_slide_break_point: 768;
}

/*!
  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT
*/
*, *:after, *:before {
  box-sizing: border-box;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .span_1 {
    width: 8.33333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .row {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 20px;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}

/*!
 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1
*/
.container {
  padding: 0 1%;
}

.container img {
  max-width: 100%;
  height: auto;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.reverse {
    flex-flow: row-reverse;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-start {
    justify-content: flex-start;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .justify-content-end {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .row.col_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid_16 .span_1 {
  width: 6.25%;
}

.grid_16 .span_2 {
  width: 12.5%;
}

.grid_16 .span_3 {
  width: 18.75%;
}

.grid_16 .span_4 {
  width: 25%;
}

.grid_16 .span_5 {
  width: 31.25%;
}

.grid_16 .span_6 {
  width: 37.5%;
}

.grid_16 .span_7 {
  width: 43.75%;
}

.grid_16 .span_8 {
  width: 50%;
}

.grid_16 .span_9 {
  width: 56.25%;
}

.grid_16 .span_10 {
  width: 62.5%;
}

.grid_16 .span_11 {
  width: 68.75%;
}

.grid_16 .span_12 {
  width: 75%;
}

.grid_16 .span_13 {
  width: 81.25%;
}

.grid_16 .span_14 {
  width: 87.5%;
}

.grid_16 .span_15 {
  width: 93.75%;
}

.grid_16 .span_16 {
  width: 100%;
}

.grid_16.gutters .span_1 {
  width: 4.375%;
}

.grid_16.gutters .span_2 {
  width: 10.75%;
}

.grid_16.gutters .span_3 {
  width: 17.125%;
}

.grid_16.gutters .span_4 {
  width: 23.5%;
}

.grid_16.gutters .span_5 {
  width: 29.875%;
}

.grid_16.gutters .span_6 {
  width: 36.25%;
}

.grid_16.gutters .span_7 {
  width: 42.625%;
}

.grid_16.gutters .span_8 {
  width: 49%;
}

.grid_16.gutters .span_9 {
  width: 55.375%;
}

.grid_16.gutters .span_10 {
  width: 61.75%;
}

.grid_16.gutters .span_11 {
  width: 68.125%;
}

.grid_16.gutters .span_12 {
  width: 74.5%;
}

.grid_16.gutters .span_13 {
  width: 80.875%;
}

.grid_16.gutters .span_14 {
  width: 87.25%;
}

.grid_16.gutters .span_15 {
  width: 93.625%;
}

.grid_16.gutters .span_16 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #FFFCEF;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2B2B2B;
  height: auto !important;
  overflow: hidden;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  overflow: hidden;
  margin-top: 95px;
}

@media (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}

figure {
  margin: 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

picture {
  margin: 0;
  text-align: center;
}

picture img {
  max-width: unset;
  height: auto;
}

a {
  color: #2B2B2B;
  transition: all .3s;
  overflow-wrap: anywhere;
}

a:hover {
  color: #2B2B2B;
  text-decoration: none;
}

.highlight a {
  color: #2B2B2B;
}

.highlight a:hover {
  color: #2B2B2B;
}

a:not([class]) img, a.swipebox img {
  transition: all .3s;
}

a:not([class]):hover img, a.swipebox:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

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

p {
  margin: 0.5em 0 1em;
  overflow-wrap: anywhere;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main .contents_wrapper {
  max-width: 100%;
  padding: 0;
}

main section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main section {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  main section:last-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 24px;
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

.highlight {
  background: rgba(240, 51, 51, 0.1);
  color: #2B2B2B;
}

.highlight.round {
  border-radius: 10px;
}

section.highlight, p.highlight, .col.highlight {
  padding: 4%;
}

.column_main .col p + *:not(p), .column_main .col table + *:not(p) {
  margin-top: 40px;
}

/*************iOS 26 Safari の上下余白対応*************/
body .fix-safari {
  display: none;
  pointer-events: none;
}

html.scrollPrevent body.ios.safari .fix-safari {
  display: block;
}

html.scrollPrevent body.ios.safari .fix-safari:before, html.scrollPrevent body.ios.safari .fix-safari:after {
  content: "";
  position: fixed;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 9999px);
  width: 100%;
  height: 200px;
  background: #FFFCEF;
  pointer-events: none;
}

html.scrollPrevent body.ios.safari .fix-safari:before {
  top: -200px;
}

html.scrollPrevent body.ios.safari .fix-safari:after {
  bottom: -200px;
}

.globalHeader {
  background: #FFFCEF;
  color: #2B2B2B;
  font-size: 14px;
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  z-index: 999;
  width: 100%;
  background: transparent;
}

.globalHeader.high {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 94px;
  max-width: 100%;
}

.globalHeader .container .globalHeader_top {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .globalHeader .container {
    height: 70px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.globalHeader .header_logo {
  width: 222px;
  height: 94px;
  margin: 0;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 767px) {
  .globalHeader .header_logo {
    width: 222px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 164px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: flex;
  align-items: center;
  height: auto;
  line-height: 20px;
  text-decoration: none;
}

.globalHeader .header_logo a img {
  max-width: 100%;
  height: auto;
  width: 112px;
}

@media (max-width: 767px) {
  .globalHeader .header_logo a img {
    width: 83px;
  }
}

.globalHeader .header_logo a span {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 768px) / (1000 - 768)), 18px);
  font-weight: bold;
  padding: 10px;
}

body.home .globalHeader {
  width: 100%;
  z-index: 999;
  background: transparent;
  color: #fff;
}

@media (min-width: 768px) {
  body.home .globalHeader {
    position: fixed;
  }
}

body.home .globalHeader .global_nav > ul li a {
  color: #fff;
}

body.home .globalHeader .global_nav > ul li a:before {
  background: #fff;
}

body.home .globalHeader .menu-item-has-children a:after {
  border-color: #fff;
}

.global_nav {
  width: auto;
  list-style-position: inside;
}

@media (max-width: 767px) {
  .global_nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    z-index: 56;
    transition: all .3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.global_nav > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .global_nav > ul {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .global_nav > ul {
    display: block;
    background: rgba(240, 51, 51, 0.9);
    width: 80vw;
    max-width: 400px;
    transform: translateX(100%);
    transition: all .3s;
    height: 100%;
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .global_nav > ul li {
    border-bottom: #b3b3b3 solid 1px;
  }
  .global_nav > ul li:first-child {
    border-top: #b3b3b3 solid 1px;
  }
}

.global_nav > ul li a {
  color: #2B2B2B;
  text-decoration: none;
  padding: .5em 1em;
  transition: all .3s;
}

@media (min-width: 768px) {
  .global_nav > ul li a {
    position: relative;
  }
  .global_nav > ul li a:before {
    content: '';
    width: 1px;
    height: .8em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: black;
  }
}

@media (max-width: 767px) {
  .global_nav > ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    position: relative;
  }
  .global_nav > ul li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

.global_nav > ul li a:hover {
  opacity: 0.8;
}

.global_nav > ul li:first-child a:before {
  content: none;
}

@media (max-width: 767px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 767px) {
  .global_nav.open > ul {
    transform: translateX(0);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 767px) {
  #headerToggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    transition: all .3s;
  }
  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #F03333;
    transition: all .4s;
  }
  #headerToggle span:nth-of-type(1) {
    top: 0;
  }
  #headerToggle span:nth-of-type(2) {
    top: 11px;
  }
  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }
  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

@media (max-width: 767px) {
  body.home #headerToggle span {
    background-color: #fff;
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (min-width: 768px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    max-width: calc(100% - 230px);
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
  margin-right: 13px;
  width: 100%;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.hdr_info_wrapper .hdr_info_group .button{
  display: flex;
  min-width: unset;
  max-width: unset;
  width: 200px;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 768px) / (1000 - 768)), 16px);
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 60px;
  border-radius: 200px;
  line-height: 1.3;
  box-shadow: 5px 5px 20px rgba(146, 113, 51, 0.25);
  border: #F03333 solid 3px;
}

.hdr_info_wrapper .hdr_info_group .button:hover{
  opacity: 0.8;
}

.hdr_info_wrapper .hdr_info_group .button.notice {
  background: #fff;
  color: #F03333;
  font-weight: bold;
  width: min(450px, calc(100vw - 460px));
  max-width: 100%;
  position: relative;
  opacity: 1 !important;
}

.hdr_info_wrapper .hdr_info_group .button.notice:after{
  content: '';
  width: 41px;
  height: 41px;
  background: url("../img/icon-notice.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7px;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 767px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li .button {
  border-radius: 200px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_visual .hdr_info_group {
  padding: 0;
  list-style: none;
  display: block;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.main_visual .hdr_info_group .button {
  display: flex;
  min-width: unset;
  max-width: unset;
  width: 100px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 60px;
  border-radius: 200px;
  line-height: 1.3;
  box-shadow: 5px 5px 20px rgba(146, 113, 51, 0.25);
  border: #F03333 solid 3px;
}

.main_visual .hdr_info_group .button.notice {
  background: #fff;
  color: #F03333;
  font-weight: bold;
  width: 100%;
  position: relative;
}

.main_visual .hdr_info_group .button.notice:after {
  content: '';
  width: 41px;
  height: 41px;
  background: url("../img/icon-notice.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7px;
}

body.home .hdr_icon_tel a, body.home .hdr_icon_mail a {
  color: #fff !important;
}

footer {
  position: relative;
  padding: 45px 0 24px;
  font-size: 14px;
  background: #4E342E;
  color: #fff;
}

@media (max-width: 767px) {
  footer {
    padding: 18px 0 140px;
  }
}

footer .footer_inner {
  max-width: 660px;
  margin: 0 auto;
}

footer .footer_inner .button_cta .button {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 768px) / (1000 - 768)), 18px);
  font-weight: 700;
}

footer .footer_cta {
  text-align: center;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  padding: 10px 0 10px;
  margin-top: 44px;
  margin-bottom: 35px;
}

footer .footer_cta h2 {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 768px) / (1000 - 768)), 18px);
  font-weight: 700;
  margin: 0 auto 10px;
  padding: 0;
}

footer .footer_cta p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 768px) / (1000 - 768)), 16px);
}

footer .footer_cta .footer_tel {
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 768px) / (1000 - 768)), 24px);
  font-weight: 500;
  margin: 0 auto;
}

footer .footer_cta .footer_mail {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 768px) / (1000 - 768)), 20px);
  font-weight: 500;
  margin: 0 auto;
}

footer .copy_right {
  font-size: 1rem;
}

.copy_right {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 0;
}

@media (max-width: 767px) {
  .copy_right {
    padding: 0 0 0;
  }
}

.footer_sticky_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  border-radius: 20px 20px 0 0;
  filter: drop-shadow(0px -5px 20px rgba(147, 127, 100, 0.2));
}

@media (min-width: 768px) {
  .footer_sticky_menu {
    display: none;
  }
}

.footer_sticky_menu h3 {
  text-align: center;
  font-weight: normal;
  color: #000;
  font-size: 1.4rem;
  margin: 10px auto 0;
}

.footer_sticky_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0.5em 0;
}

.footer_sticky_menu ul li {
  position: relative;
}

.footer_sticky_menu ul li a {
  display: block;
  padding: 8px 13px 8px 13px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.footer_sticky_menu ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #BABABA;
  border-right: solid 2px #BABABA;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
}

.footer_sticky_menu ul li:nth-child(1):after, .footer_sticky_menu ul li:nth-child(2):after, .footer_sticky_menu ul li:nth-child(3):after {
  content: '';
  width: calc(100% - 26px);
  height: 2px;
  background: #DEDEDE;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.footer_sticky_menu ul li:nth-child(1):before, .footer_sticky_menu ul li:nth-child(2):before, .footer_sticky_menu ul li:nth-child(4):before, .footer_sticky_menu ul li:nth-child(5):before {
  content: '';
  width: 2px;
  height: calc(100% - 16px);
  background: #DEDEDE;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.main_visual {
  position: relative;
  padding-top: 40px;
  padding-bottom: 122px;
  margin-bottom: 0;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .main_visual {
    padding-top: 12px;
    padding-bottom: 140px;
  }
}

.main_visual .main_copy_pc {
  margin-bottom: 60px;
  padding: 0 100px;
}

.main_visual .main_copy_pc figure {
  display: table;
  position: relative;
  margin: 0 auto;
}

.main_visual .main_copy_pc figure:after {
  content: "";
  width: 85px;
  height: 157px;
  position: absolute;
  bottom: -30px;
  left: -100px;
  background: url("../img/top/main_visual_icon01.png") no-repeat center/contain;
}

.main_visual .main_copy_pc figure:before {
  content: "";
  width: 85px;
  height: 151px;
  position: absolute;
  z-index: 1;
  bottom: -400px;
  right: 0;
  background: url("../img/top/main_visual_icon02.png") no-repeat center/contain;
}

.main_visual .main_copy_sp_01 {
  text-align: center;
  font-weight: bold;
  color: #F03333;
  font-size: 14px;
  padding: 27px 10px 15px;
  font-family: "Poppins", sans-serif;
}

.main_visual .main_copy_sp_02 {
  padding: 20px 12px 28px;
  position: relative;
}

.main_visual .main_copy_sp_02 img {
  width: 378px;
  max-width: 100%;
}

.main_visual .main_copy_sp_02:after {
  content: "";
  width: 58px;
  height: 82px;
  position: absolute;
  top: -70px;
  left: calc(50% + 80px);
  background: url("../img/top/main_visual_icon03.png") no-repeat center/contain;
}

.main_visual .main_visual_icon_sp {
  position: relative;
}

.main_visual .main_visual_icon_sp:after {
  content: "";
  width: 73px;
  height: 134px;
  position: absolute;
  top: -40px;
  left: calc(50% - 130px);
  background: url("../img/top/main_visual_icon01.png") no-repeat center/contain;
}

.main_visual .main_visual_icon_sp:before {
  content: "";
  width: 75px;
  height: 133px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% + 70px);
  background: url("../img/top/main_visual_icon02.png") no-repeat center/contain;
}

/* メインスライダー */
.p-marquee {
  /* ==========================================
     【基本設定】PC用（画面幅768px以上）
     ========================================== */
  --gap: 30px; /* 画像間の余白 */
  --item-width: 248px; /* 画像1枚の幅 */

  display: flex;
  gap: var(--gap);
  overflow: hidden;

  & .p-marquee__track {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-shrink: 0;
    gap: var(--gap);
    animation: marquee-loop 60s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    li {
      width: var(--item-width);
      flex-shrink: 0;

      img {
        width: 100%;
        vertical-align: top;
      }
    }
  }

  /* ==========================================
     スマホ用（画面幅767px以下）の調整
     ========================================== */
  @media (max-width: 767px) {
    --gap: 10px;         /* スマホ用の余白 */
    --item-width: 174px; /* スマホ用の画像幅 */
    & .p-marquee__track {
      animation-duration: 25s;
    }
  }
}

/* ==========================================
   アニメーションのキーフレーム（PC・スマホ共通）
   ========================================== */
@keyframes marquee-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    /* トラック自身の幅(100%) + ul間の余白(gap) 分だけ移動 */
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  color: #fff;
  margin: 40px 0 40px;
}

@media (max-width: 767px) {
  .h1 {
    margin-top: 30px;
  }
}

.h1 img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .h1 img {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .h1 {
    margin-bottom: 10px;
  }
}

.h1 span {
  display: block;
  font-size: 1.6rem;
  padding-top: .5em;
  color: white;
  font-style: italic;
}

.h1 a {
  text-decoration: none;
}

.h1 a:hover {
  text-decoration: underline;
}

.h2 {
  display: block;
  margin: 0 auto 1em;
  position: relative;
  text-align: center;
  border: 0;
  font-weight: 700;
  font-size: clamp(28px, calc(28px + (40 - 28) * (100vw - 768px) / (1000 - 768)), 40px);
  color: #F03333;
}

.h2 a{
  text-decoration: none;
  color: #2B2B2B;
}

.h2 a:hover {
  text-decoration: underline;
  color: #2B2B2B;
}

.h2 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 1em;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 2.4rem;
  }
  .h2:after {
    width: 20px;
  }
}

.h3 {
  margin: 0 0 0.5em;
  color: #2B2B2B;
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 768px) / (1000 - 768)), 24px);
  position: relative;
  font-weight: 700;
}

.h3 a {
  text-decoration: none;
}

.h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .h3 {
    font-size: 2rem;
  }
}

.h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #2B2B2B;
  font-weight: bold;
}

.h4 a {
  text-decoration: none;
}

.h4 a:hover {
  text-decoration: underline;
}

.h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #F03333;
}

@media (max-width: 767px) {
  .h4 {
    font-size: 1.4rem;
  }
}

.bread {
  overflow: hidden;
  font-size: 1.2rem;
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 767px) {
  .bread {
    margin: 0 auto 40px;
  }
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #2B2B2B;
}

.bread ul li a:hover {
  color: #2B2B2B;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

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

.button{
  display: inline-block;
  max-width: 280px;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  border: #F03333 solid 1px;
  border-radius: 0px;
  line-height: 1;
  background: #F03333;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
  font-size: 1.6rem;
  cursor: pointer;
  /*
* ボタン矢印
*/
}

.button:hover {
  background: #ee1b1b;
  color: white;
  border-color: #ee1b1b;
}

.button.arrow {
  position: relative;
  font-size: 1.6rem;
  border: none;
}

.button.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
  transition: 0.2s;
}

.button.arrow:hover:after {
  right: 18px;
}

.highlight .button {
  color: white;
}

.highlight .button:hover {
  color: white;
}

.button.inverse {
  background: none;
  border-color: #F03333;
  color: #F03333;
}

.button.inverse:after {
  border-color: #F03333;
}

.button.inverse:hover {
  background: #F03333;
  color: #fff;
}

.button.inverse:hover:after {
  border-color: #fff;
}

.button.block {
  display: block;
  min-width: 100%;
}

.button.small {
  padding: .6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow {
  padding-right: 2.5em;
}

.button + .button {
  margin-left: 0.5em;
}

@media (max-width: 767px) {
  .button + .button {
    margin-left: 0;
    margin-top: 1em;
  }
}

.splide{
  opacity: 0;
  transition: 0.2s;
}

.splide.is-initialized{
  opacity: 1;
}

.p-content_Slide {
  width: 100%;
  overflow: hidden;
}

.p-content_Slide .splide__slide {
  text-decoration: none;
  color: currentColor;
}

.p-loopSlide {
  width: 100%;
  overflow: hidden;
}

.p-loopSlide .img-cover img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .global_nav > ul > li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .global_nav > ul > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 767px) {
  header .global_nav > ul > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

header .global_nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

@media (max-width: 767px) {
  header .global_nav > ul > li.menu-item-has-children > a:after {
    content: none;
  }
}

header .global_nav > ul > li.menu-item-has-children.menu_under_open > a:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  header .global_nav > ul > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: rgba(243, 99, 99, 0.9);
  padding-left: 2em;
  position: relative;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

@media (min-width: 768px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .2s;
  }
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: none;
  }
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > a:after {
    transform: translate(0, 0) rotate(-45deg);
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
  }
}

@media (min-width: 768px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
    border-bottom: #b3b3b3 solid 1px;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  background: rgba(245, 122, 122, 0.9);
}

@media (max-width: 767px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    padding-left: 2.5em;
  }
}

@media (min-width: 768px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu, header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.child-menu-button {
  position: relative;
  width: 49px;
  min-height: 49px;
  background: #000;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 768px) {
  .child-menu-button {
    display: none;
  }
}

.child-menu-button:before, .child-menu-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  transition: .2s ease;
}

.child-menu-button:before {
  width: 15px;
  height: 1px;
}

.child-menu-button:after {
  width: 1px;
  height: 15px;
}

.child-menu-button.is-open:before {
  opacity: 0;
  transform: rotate(90deg);
}

.child-menu-button.is-open:after {
  transform: rotate(90deg);
}

.child-menu-button.is-open + .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
}

@media (min-width: 768px) {
  header .global_nav > ul > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
  }
  header .global_nav > ul > li.menu-item-has-children > a {
    padding-right: 2em;
    position: relative;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    border-color: #2B2B2B;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.menu-item-has-children > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 200px;
    letter-spacing: -.40em;
    z-index: 999;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    border-bottom: white solid 1px;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a {
    display: block;
    background: rgba(240, 51, 51, 0.9);
    padding: .5em;
    color: #fff;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a:before {
    content: none;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  header .global_nav > ul > li.menu-item-has-children {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  header .global_nav > ul > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header .global_nav > ul > li.menu-item-has-children:hover > a:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

.goverlay,
.glightbox-mobile .goverlay {
  background: rgba(255, 255, 255, 0.7);
}

.gbtn.disabled {
  display: none;
}

/* モーダル */
.modal-inner{
  .button{
    background: #4E342E;
    width: 340px;
    border-radius: 100px;
    font-weight: bold;
    margin-top: 40px;
    border-color: #4E342E;
    position: relative;
    &:after{
      content: "";
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      margin: auto;
      width: 21px;
      height: 21px;
      background: url('../img/icon-blank.svg') no-repeat center center /contain;
    }
  }
}

/* 純正CLOSEボタン非表示 */
.gclose {
  display: none !important;
}

/* 自前CLOSEボタン */
.gslide-media {
  position: relative;
}

.gslide-inline {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .gslide-inline {
    max-width: calc(100% - 40px);
  }
}

.gslide-inline .ginlined-content {
  padding: 50px 50px;
}

@media (max-width: 767px) {
  .gslide-inline .ginlined-content {
    padding: 30px 20px;
  }
}

.my-gclose {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 70px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .my-gclose {
    width: 59px;
    height: 59px;
  }
}

.my-gclose::before, .my-gclose::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: #000;
}

@media (max-width: 767px) {
  .my-gclose::before, .my-gclose::after {
    width: 25px;
  }
}

.my-gclose::before {
  transform: rotate(45deg);
}

.my-gclose::after {
  transform: rotate(-45deg);
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .news .heading {
    display: flex;
    justify-content: space-between;
  }
  .news .heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }
  .news .heading h2:after {
    right: auto;
  }
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: #ccc solid 1px;
  position: relative;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

.news dl .badge_category_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news dl .badge_category {
  display: inline-block;
  background: #F03333;
  color: white;
  padding: .2em 1em;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .news > div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .news > div .heading {
    width: 23.5%;
  }
  .news h2 {
    margin: 0;
    padding: 0;
  }
  .news h2:after {
    display: none;
  }
  .news .content {
    overflow: hidden;
    width: 76.5%;
    padding-left: 2%;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    margin: 0;
    padding: 1em 0 .5em 0;
  }
  .news dl dd {
    margin: 0;
    padding: .5em 0 1em 0;
  }
  .news.typeB dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 0;
  }
  .news.typeB dt {
    max-width: 200px;
    border-bottom: #ccc solid 1px;
  }
  .news.typeB dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news.typeB dd a {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 20px;
  }
  .news.typeB dd a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #F03333;
    border-right: 2px solid #F03333;
    transform: rotate(-45deg);
    transition: 0.2s;
  }
}

.pagetop {
  position: fixed;
  bottom: 130px;
  right: 10px;
  z-index: 98;
}

@media (min-width: 768px) {
  .pagetop {
    display: none !important;
  }
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #BABABA;
  border-left: 2px solid #BABABA;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-50%);
}

.p-qa .qa_box {
  max-width: 660px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.p-qa .question {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 768px) / (1000 - 768)), 18px);
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 25px 60px 25px 70px;
  font-weight: 600;
  border-top: #fff solid 1px;
}

.p-qa .question span {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #F03333;
  font-weight: 500;
}

.p-qa .question:after {
  content: none;
}

.p-qa .question:before {
  content: none;
}

.p-qa .question.open:after {
  transform: rotate(135deg);
}

.p-qa .answer {
  padding: 0 0 25px 0;
}

.p-qa.qa_active .question {
  cursor: pointer;
}

.p-qa.qa_active .question:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -20px;
  background: url(../img/top/icon_plus.svg) center center no-repeat;
  background-size: 100%;
  border: none;
  transition: transform 0.3s ease;
}

.p-qa.qa_active .answer {
  display: none;
}

.highlight .qa .question {
  background: rgba(242, 75, 75, 0.1);
}

.highlight .qa .question:hover {
  background: rgba(241, 61, 61, 0.1);
}

.highlight .qa .question.open:hover {
  background: rgba(242, 75, 75, 0.1);
}

.shopinfo figure, .shopinfo picture {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #F03333;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

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

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

.map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

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

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure, .shopinfo picture {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

@use "sass:math";
@media (max-width: 767px) {
  .sp_image_cols {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 20px;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

.p-step .row:not(:last-child) {
  position: relative;
  margin-bottom: 40px;
}

.p-step .row:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background: #F03333;
  height: 20px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 1em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 1em 1em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.table-default td,
.table-default th {
  border: none;
}

.table-default th {
  background: #FFDBDB;
  color: #F03333;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}

@media (max-width: 767px) {
  .table-default th {
    width: 30%;
    padding: 1em 0.3em;
  }
}

.table-default td {
  background: #fff;
}

.table-default.table-mini td,
.table-default.table-mini th {
  padding: .5em 1em;
}

@media (max-width: 767px) {
  .table-default.table-mini td,
  .table-default.table-mini th {
    padding: .5em .3em;
  }
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #ccc;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}

.table-schedule thead th {
  background: rgba(204, 204, 204, 0.2);
}

.table-schedule tbody th {
  background: rgba(204, 204, 204, 0.2);
}

.table-schedule td {
  background: transparent;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

.js-scrollable .scroll-hint-icon-wrap {
  margin-top: unset !important;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: 768px;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #F03333;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(240, 51, 51, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #f36363;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(243, 99, 99, 0.1);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #2B2B2B;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #F03333;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #2B2B2B;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #FFFCEF solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(240, 51, 51, 0.1) solid;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.ofi.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ofi > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

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

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

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

.lead {
  color: #F03333;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 2rem;
}

.text-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #F03333 !important;
}

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

@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 2rem;
  }
  .text-small {
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

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

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: 'Arial', arial !important;
}

.arial_n {
  font-family: 'Arial Narrow', arial !important;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

.targetOffset {
  scroll-margin-top: 94px;
}

@media (max-width: 767px) {
  .targetOffset {
    scroll-margin-top: 70px;
  }
}

.top_answer03 .targetOffset {
  scroll-margin-top: 124px;
}

@media (max-width: 767px) {
  .top_answer03 .targetOffset {
    scroll-margin-top: 100px;
  }
}

.hr_border_dot {
  border-bottom: dotted 4px #E9DEB3;
}

.hr_border_dot hr {
  border: none;
}

/*ローカルメニュー*/
.localMenu {
  list-style: none;
  display: grid;
  padding: 0;
  gap: 5px 2%;
}

.localMenu.column-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .localMenu.column-2 {
    grid-template-columns: 1fr;
  }
}

.localMenu.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .localMenu.column-3 {
    grid-template-columns: 1fr;
  }
}

.localMenu li a {
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
}

.localMenu li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #F03333;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.localMenu li a:hover {
  color: #F03333;
  text-decoration: none;
}

#modal-info h2 {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 50px;
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 768px) / (1000 - 768)), 24px);
}

@media (max-width: 767px) {
  #modal-info h2 {
    margin-bottom: 33px;
  }
}

#modal-info h2 span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #F03333;
  font-weight: 700;
  font-size: clamp(34px, calc(34px + (40 - 34) * (100vw - 768px) / (1000 - 768)), 40px);
}

.top_greeting {
  margin-bottom: 0;
}

.top_greeting p {
  text-align: center;
  font-weight: 600;
  color: #4E342E;
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 768px) / (1000 - 768)), 20px);
  line-height: 1.7;
}

.top_greeting p + p {
  margin-top: 2em;
}

.top_greeting .hr_border_dot {
  margin: 67px 0;
}

@media (max-width: 767px) {
  .top_greeting .hr_border_dot {
    margin: 40px 0;
  }
}

.top_question {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .top_question {
    margin-bottom: 90px;
  }
}

.top_question .h2 {
  color: #4E342E;
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 768px) / (1000 - 768)), 20px);
  padding-bottom: 0;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .top_question .h2 {
    margin-bottom: 13px;
  }
}

.top_question .h2 span {
  color: #F03333;
  font-size: clamp(22px, calc(22px + (32 - 22) * (100vw - 768px) / (1000 - 768)), 32px);
  padding: 0;
}

.top_question .h2:after {
  content: none;
}

.top_title01 {
  text-align: center;
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 768px) / (1000 - 768)), 18px);
  font-weight: bold;
  background: #F03333;
  border-radius: 100px;
  color: #fff;
  padding: 10px 1em;
  position: relative;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .top_title01 {
    margin-bottom: 13px;
  }
}

.top_title01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 8px);
  width: 16px;
  height: 12px;
  background: url("../img/top/title_bg01.svg") no-repeat center/contain;
}

@media (max-width: 767px) {
  .top_title01:after {
    left: auto;
    right: 30px;
  }
}

.top_answer01 {
  margin-bottom: 87px;
}

@media (max-width: 767px) {
  .top_answer01 {
    margin-bottom: 45px;
  }
}

.top_answer01 .row {
  margin-bottom: 20px;
}

.top_answer01 .content_box {
  max-width: 660px;
  margin: 0 auto;
}

.top_answer01 .content_box.bg_border {
  padding-bottom: 70px;
  background: url("../img/top/bg01.png") no-repeat center bottom/100%;
}

@media (max-width: 640px) {
  .top_answer01 .content_box.bg_border {
    margin-left: -24px;
    margin-right: -24px;
    padding-right: 34px;
    padding-left: 34px;
    background: url("../img/top/bg01_sp.png") no-repeat center bottom/100%;
  }
}

.top_answer01 .content_box.bg-white {
  background: #fff;
  border-radius: 20px;
  padding: 22px 28px 30px;
}

@media (max-width: 767px) {
  .top_answer01 .content_box.bg-white {
    padding: 22px 28px 22px;
  }
}

.top_answer01 .sub_title01 {
  text-align: center;
  color: #B10808;
  font-size: clamp(28px, calc(28px + (32 - 28) * (100vw - 768px) / (1000 - 768)), 32px);
  font-weight: bold;
  margin-bottom: 16px;
}

.top_answer01 .title02 {
  text-align: center;
  color: #B10808;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .top_answer01 .title02 {
    font-size: 28px;
  }
}

.top_answer01 .img01 img {
  width: 150px;
}

@media (max-width: 767px) {
  .top_answer01 .img01 img {
    width: 190px;
  }
}

.top_answer02 {
  background-image: url("../img/top/bg02.png"), linear-gradient(180deg, #FF6200 18px, #FF9024 145px);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 150px 0 70px;
  margin-bottom: 0;
  position: relative;
}

.top_answer02:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: -1;
  bottom: -200px;
  left: 0;
  background: #FF9024;
}

@media (max-width: 767px) {
  .top_answer02 {
    background-image: url("../img/top/bg02_sp.png"), linear-gradient(180deg, #FF6200 18px, #FF9024 145px);
    background-size: 100%;
    padding: 15% 0 30px;
  }
}

.top_answer02 .content_box {
  max-width: 660px;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 70px;
  background: url("../img/top/bg03.png") no-repeat center bottom/100%;
}

@media (max-width: 640px) {
  .top_answer02 .content_box {
    margin-left: -24px;
    margin-right: -24px;
    padding-right: 34px;
    padding-left: 34px;
    background: url("../img/top/bg03_sp.png") no-repeat center bottom/100%;
  }
}

.top_answer02 .title02 {
  text-align: center;
  font-size: clamp(28px, calc(28px + (32 - 28) * (100vw - 768px) / (1000 - 768)), 32px);
  font-weight: 900;
}

.top_answer02 .img02 {
  max-width: 660px;
  margin: 12px auto 0;
}

@media (min-width: 768px) {
  .top_answer02 .img02 {
    margin: 17px auto 0;
    text-align: left;
  }
}

.top_answer02 .img02 img {
  width: 150px;
}

@media (max-width: 767px) {
  .top_answer02 .img02 img {
    width: 190px;
  }
}

.top_answer02 .row-grid {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .top_answer02 .row-grid {
    flex-flow: column;
    gap: 40px;
  }
}

.top_answer02 .row-grid .row-grid_col_text {
  width: 50%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .top_answer02 .row-grid .row-grid_col_text {
    width: 100%;
  }
}

.top_answer02 .row-grid .row-grid_col_text h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(25px, calc(25px + (32 - 25) * (100vw - 768px) / (1000 - 768)), 32px);
  font-weight: 900;
  color: #4E342E;
  margin: 0 auto 20px;
}

.top_answer02 .row-grid .row-grid_col_text h3 span {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .top_answer02 .row-grid .row-grid_col_text h3 span {
    width: 42px;
  }
}

.top_answer02 .row-grid .row-grid_col_img {
  width: 50%;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .top_answer02 .row-grid .row-grid_col_img {
    display: none;
  }
}

.top_answer02 .row-grid .box_bg {
  background: #fff;
  border-radius: 40px;
  padding: 50px 170px 33px 50px;
  margin-right: -170px;
  min-height: 350px;
}

@media (max-width: 767px) {
  .top_answer02 .row-grid .box_bg {
    min-height: unset;
    padding: 30px 30px 30px 30px;
    margin-right: 0;
    margin-left: -24px;
    border-radius: 0 40px 40px 0;
  }
}

.top_answer02 .row-grid.reverse .box_bg {
  padding: 50px 50px 33px 170px;
  margin-left: -170px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .top_answer02 .row-grid.reverse .box_bg {
    min-height: unset;
    padding: 30px 30px 30px 30px;
    margin-right: -24px;
    margin-left: 0;
    border-radius: 40px 0 0 40px;
  }
}

.top_answer02 .row-grid + .row-grid {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .top_answer02 .row-grid + .row-grid {
    margin-top: 30px;
  }
}

.top_answer02 .top_answer02_carousel {
  width: 100%;
  position: relative;
}

.top_answer02 .top_answer02_carousel .p-loopSlide {
  margin: 88px auto 0;
}

@media (max-width: 767px) {
  .top_answer02 .top_answer02_carousel .p-loopSlide {
    margin: 30px auto 0;
  }
}

.top_answer02 .top_answer02_carousel ul li {
  padding: 0;
}

.top_answer02 .top_answer02_carousel ul li img {
  width: 470px;
}

@media (max-width: 767px) {
  .top_answer02 .top_answer02_carousel ul li img {
    width: 240px;
  }
}

.top_answer03 {
  background-image: url("../img/top/bg04.png"), linear-gradient(180deg, #F03333 18px, #E14F4F 145px);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 170px 0 70px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top_answer03 {
    background-image: url("../img/top/bg04_sp.png"), linear-gradient(180deg, #F03333 18px, #E14F4F 145px);
    background-size: 100%;
    padding: 25% 0 30px;
  }
}

.top_answer03 .row + .row {
  margin-top: -20px;
}

.top_answer03 .contentsbox {
  background: #fff;
  border-radius: 40px;
  position: relative;
}

.top_answer03 .contentsbox.box01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: calc(50% + 100px);
  width: 40px;
  height: 25px;
  background: url("../img/top/box_bg01.svg") no-repeat center/contain;
}

@media (max-width: 767px) {
  .top_answer03 .contentsbox.box01:after {
    left: calc(50% + 100px);
    transform: scale(-1, 1);
  }
}

.top_answer03 .contentsbox.box02:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 130px);
  width: 40px;
  height: 25px;
  background: url("../img/top/box_bg01.svg") no-repeat center/contain;
  transform: scale(-1, 1);
}

@media (max-width: 767px) {
  .top_answer03 .contentsbox.box02:after {
    left: calc(50% - 130px);
    transform: none;
  }
}

.top_answer03 .contentsbox .content_inner {
  max-width: 710px;
  margin: 0 auto;
  padding: 0 25px 40px;
}

.top_answer03 .contentsbox .content_inner .top_title01 {
  transform: translateY(-50%);
  margin: 0 auto 0;
  background: #B10808;
}

.top_answer03 .contentsbox .content_inner .top_title01:after {
  background: url("../img/top/title_bg01_2.svg") no-repeat center/contain;
}

.top_answer03 .contentsbox .content_inner .title02 {
  text-align: center;
  font-size: clamp(24px, calc(24px + (32 - 24) * (100vw - 768px) / (1000 - 768)), 32px);
  font-weight: 900;
  color: #4E342E;
  margin: 0 auto 20px;
}

.top_answer03 .contentsbox .content_inner dl {
  margin: 50px auto 0;
  border-top: 1px solid #EC2F04;
}

@media (max-width: 767px) {
  .top_answer03 .contentsbox .content_inner dl {
    margin-top: 24px;
  }
}

.top_answer03 .contentsbox .content_inner dl dt {
  text-align: center;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 768px) / (1000 - 768)), 16px);
  padding: 20px 20px 5px;
}

@media (max-width: 767px) {
  .top_answer03 .contentsbox .content_inner dl dt {
    text-align: left;
    padding: 15px 0 1px;
  }
}

.top_answer03 .contentsbox .content_inner dl dd {
  text-align: center;
  border-bottom: 1px solid #EC2F04;
  margin: 0 auto 0;
  padding: 0 20px 20px;
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 768px) / (1000 - 768)), 24px);
  font-weight: 600;
}

@media (max-width: 767px) {
  .top_answer03 .contentsbox .content_inner dl dd {
    text-align: left;
    padding: 0 0 15px;
  }
}

.top_answer03 .banner_box {
  display: grid;
  gap: 14px;
}

@media (min-width: 768px) {
  .top_answer03 .banner_box {
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr); /* 4個 ÷ 2列 = 2行 */
    grid-auto-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .top_answer03 .banner_box {
    grid-template-columns: 1fr;
  }
}

.top_answer03 .banner_box .banner_box_item {
  background: #FBE3E3;
  padding: 7px 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top_answer03 .banner_box .banner_box_item img {
  width: 95px;
}

.top_answer03 .banner_box .banner_box_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.top_answer03 .img01 {
  max-width: 660px;
  margin: 0 auto;
  text-align: right;
  transform: translateY(-20px);
}

@media (max-width: 767px) {
  .top_answer03 .img01 {
    text-align: center;
    transform: none;
    margin-top: 20px;
  }
}

.top_answer03 .img01 img {
  width: 177px;
}

.top_answer03 .img02 {
  max-width: 660px;
  margin: 0 auto;
  text-align: left;
  transform: translateY(-20px);
}

@media (max-width: 767px) {
  .top_answer03 .img02 {
    text-align: center;
    transform: none;
    margin-top: 20px;
  }
}

.top_answer03 .img02 img {
  width: 174px;
}

@media (max-width: 767px) {
  .top_answer03 .button01 {
    margin-top: 0;
  }
}

.top_answer03 .button01 .button{
  background: #4E342E;
  width: 320px;
  border-radius: 100px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_answer03 .button01 .button{
    width: 100%;
    max-width: 100%;
  }
}

.top_faq {
  margin-bottom: 0 !important;
  background-image: url("../img/top/bg05.png"), linear-gradient(180deg, #A50000 18px, #B10808 145px);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 150px 0 90px;
  color: #fff;
}

@media (max-width: 767px) {
  .top_faq {
    background-image: url("../img/top/bg05_sp.png"), linear-gradient(180deg, #A50000 18px, #B10808 145px);
    background-size: 100%;
    padding: 20% 0 30px;
  }
}

.top_faq h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  font-size: clamp(22px, calc(22px + (32 - 22) * (100vw - 768px) / (1000 - 768)), 32px);
  font-weight: 900;
  text-align: center;
  margin: 0 auto 20px;
}

.top_faq h2 span {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 768px) / (1000 - 768)), 20px);
  font-weight: 700;
}
