@charset "UTF-8";

:root {
  --main-blue-color: #282D9B;
  --bg-yellow-color: #FFF100;
  --bg-yellow2-color: #F4E827;
  --bg-green-color: #44B900;
  --bg-white-color: #FFFFFF;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

button {
  background: none;
  border: none;
}

._sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }

  ._sp {
    display: block !important;
    margin: 0 auto;
  }

  ._sp2 {
    display: inline !important;
  }

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

html {
  font-size: clamp(5.3333333333px, 0px + 0.7vw, 10px);

  /* 20250809追加 */
  scroll-padding-top: 100px;
}

@media (max-width: 767px) {
  html {
    font-size: clamp(10px, -0.3px + 2.7vw, 20.4533333333px);

    /* 20250809追加 */
    scroll-padding-top: 80px;
  }
}

body {
  color: var(--bg-white-color);
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Yu Gothic UI", sans-serif;
}


.wrap1_blue {
  background: var(--main-blue-color);
}

/* ========== sec_kv ========== */
.sec_kv .sec_kv__pc {
  width: 100%;
}

.sec_kv .sec_kv__contactAddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6.1rem;
}

.sec_kv .sec_kv__contactAddress_left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_kv .sec_kv__contactAddress_left::after {
  content: "";
  display: block;
  height: 15.882rem;
  border-right: 1px solid #fff;
  position: absolute;
  right: -2.5rem;
}

.sec_kv .sec_kv__contactAddress_left_p {
  font-size: 2rem;
}

.sec_kv .sec_kv__line_btn {
  width: 21.4rem;
}

.sec_kv .sec_kv__web_btn {
  width: 21.4rem;
}

.sec_kv .sec_kv__contactAddress_left_p2 {
  font-size: 1.4rem;
  margin: 0;
}

.sec_kv .sec_kv__contactAddress_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_kv .sec_kv__contactAddress_right_p {
  font-size: 2rem;
}

.sec_kv .sec_kv__telephone_btn {
  width: 40.2rem;
}

.sec_kv .sec_kv__contactAddress_right_p2 {
  font-size: 1.4rem;
  margin: 0;
}

.sec_kv__contactAddress_right__a {
  background: #FFF100;
  padding: .8rem 7.42rem .5rem 7.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 2rem 0 .54rem;
  box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.5);
}

.sec_kv__contactAddress_right__span {
  font-size: 3.6rem;
  font-weight: 700;
  color: #333333;
}

.sec_kv__contactAddress_right__span::before {
  content: "";
  display: inline-block;
  width: 2.687rem;
  height: 2.687rem;
  background-image: url(../../img/sec_kv/sec_kv__telephone_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.25rem;
}


.sec_kv__contactAddress_left_under {
  display: flex;
  margin: 1.99rem 0 .55rem;
  column-gap: 2.21rem;
}

.sec_kv__contactAddress_left_under__a1 {
  background: #44B900;
  padding: 1.67rem 2.46rem 1.57rem 2.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.5);
}

.sec_kv__contactAddress_left_under__span1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.sec_kv__contactAddress_left_under__span1::before {
  content: "";
  display: inline-block;
  width: 2.263rem;
  height: 2.155rem;
  background-image: url(../../img/sec_kv/sec_kv__line_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: .56rem;
}

.sec_kv__contactAddress_left_under__a2 {
  background: #FFF100;
  padding: 1.67rem 2.46rem 1.57rem 2.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.5);
}

.sec_kv__contactAddress_left_under__span2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}

.sec_kv__contactAddress_left_under__span2::before {
  content: "";
  display: inline-block;
  width: 2.263rem;
  height: 2.155rem;
  background-image: url(../../img/sec_kv/sec_kv__web_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: .56rem;
}

.sec_contact__contactAddress_left__p2 {
  margin-top: .5rem;
  font-size: 1.2rem;
}

.shop__ttl {
  display: none;
  font-size: 2.75rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 .65rem 0;
  position: relative;
  padding: 1.8rem 2rem 0 2rem;
}
.shop__ttl::after {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 1.8rem;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.shop__ttl--inner {
  display: inline-block;
  background: #282D9B;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}


@media screen and (max-width: 767px) {
  .sec_kv .sec_kv__pc {
    padding: 0 2rem;
  }

  .sec_kv .sec_kv__contactAddress {
    display: block;
    padding: 2.28rem;
  }

  .sec_kv .sec_kv__contactAddress_left::after {
    display: none;
  }

  .sec_kv .sec_kv__contactAddress_left_under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 1.62rem;
  }

  .sec_kv .sec_kv__contactAddress_left_p {
    font-size: 1.4rem;
  }

  .sec_kv .sec_kv__line_btn {
    width: 15.664rem;
  }

  .sec_kv .sec_kv__web_btn {
    width: 15.664rem;
  }

  .sec_kv .sec_kv__contactAddress_left_p2 {
    font-size: 1.2rem;
    margin: 0;
  }

  .sec_kv .sec_kv__contactAddress_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec_kv .sec_kv__contactAddress_right_p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .sec_kv .sec_kv__telephone_btn {
    width: 33.5rem;
  }

  .sec_kv .sec_kv__contactAddress_right_p2 {
    font-size: 1.2rem;
    margin: 0;
  }

  .sec_kv__contactAddress_left_under__a1 {
    background: #44B900;
    height: 3.953rem;
    padding: 1.19rem 1.85rem 1.19rem 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }

  .sec_kv__contactAddress_left_under__span1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }

  .sec_kv__contactAddress_left_under__span1::before {
    content: "";
    display: inline-block;
    width: 1.656rem;
    height: 1.577rem;
    background-image: url(../../img/sec_kv/sec_kv__line_btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: .41rem;
  }

  .sec_kv__contactAddress_left_under__a2 {
    background: #FFF100;
    padding: 1.36rem 2.45rem 1.19rem 2.45rem;
    height: 3.953rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }

  .sec_kv__contactAddress_left_under__span2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
  }

  .sec_kv__contactAddress_left_under__span2::before {
    content: "";
    display: inline-block;
    width: 1.46rem;
    height: 1.147rem;
    background-image: url(../../img/sec_kv/sec_kv__web_btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: baseline;
    margin-right: .41rem;
  }

  .sec_kv__contactAddress_right__a {
    background: #FFF100;
    height: 4.5rem;
    width: 33.5rem;
    padding: .67rem 6.75rem .63rem 6.17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 2rem 0 .54rem;
  }

  .sec_kv__contactAddress_right__span {
    font-family: arial;
    font-size: 2.9rem;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
  }

  .sec_kv__contactAddress_right__span::before {
    content: "";
    display: inline-block;
    width: 2.24rem;
    height: 2.239rem;
    background-image: url(../../img/sec_kv/sec_kv__telephone_btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.25rem;
  }

  .shop__ttl {
    display: block;
  }

}

/* ========== /sec_kv ========== */
/* ========== campaign_sec ========== */
.sec_campaign {
  width: 113rem;
  padding: 4rem 3.9rem 6.1rem;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 40px;
  color: #282D9B;
}

.sec_campaign .sec_campaign__icon {
  width: 13.5rem;
}

.sec_campaign .sec_campaign__h2 {
  font-size: 2.8rem;
  margin-bottom: 2.1rem;
}

.sec_campaign .sec_campaign__h2::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3.2rem;
  margin-right: 1rem;
  background: url("img/sec_campaign/sec_campaign__h2_before.png");
  background-size: 3rem;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

.sec_campaign .sec_campaign__h2::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3.2rem;
  margin-left: 1rem;
  background: url("img/sec_campaign/sec_campaign__h2_after.png");
  background-size: 3rem;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

.sec_campaign .sec_campaign__img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}

.sec_campaign .sec_campaign__img1 {
  width: 51rem;
}

.sec_campaign .sec_campaign__img2 {
  width: 51rem;
}

@media (max-width: 767px) {
  .sec_campaign {
    width: 36rem;
    padding: 3rem 1.25rem 3.99rem;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 1rem;
    color: #282D9B;
  }

  .sec_campaign .sec_campaign__icon {
    width: 13.5rem;
  }

  .sec_campaign .sec_campaign__h2 {
    font-size: 2.8rem;
    margin-bottom: 2.1rem;
  }

  .sec_campaign .sec_campaign__h2::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3.2rem;
    margin-right: 1rem;
    background: url("img/sec_campaign/sec_campaign__h2_before_sp.png");
    background-size: 3rem;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
  }

  .sec_campaign .sec_campaign__h2::after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3.2rem;
    margin-left: 1rem;
    background: url("img/sec_campaign/sec_campaign__h2_after_sp.png");
    background-size: 3rem;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
  }

  .sec_campaign .sec_campaign__img_box {
    display: block;
  }

  .sec_campaign .sec_campaign__img1 {
    width: 33.5rem;
    margin-bottom: 0.7rem;
  }

  .sec_campaign .sec_campaign__img2 {
    width: 33.5rem;
  }
}

/* ========== /campaign_sec ========== */
/* ========== sec_business_hour ========== */
.sec_business_hour {
  padding: 4rem 0 5.4rem;
}

.sec_business_hour .l-inner_w105rem {
  width: 105rem;
  margin: 0 auto;
}

.sec_business_hour .sec_business_hour__h2 {
  font-size: 2rem;
  margin-bottom: 0.92rem;
}

.sec_business_hour__img {
  width: 105rem;
  height: 37.8rem;
}

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

  .sec_business_hour .l-inner_w105rem {
    width: 100%;
    padding: 0 0.75rem;
    margin: 0 auto;
  }

  .sec_business_hour .sec_business_hour__h2 {
    font-size: 2rem;
    margin: 0 0.92rem 1.1rem 1.25rem;
  }

  .sec_business_hour__img {
    width: 36rem;
    height: 44.9rem;
  }
}

/* ========== /sec_business_hour ========== */
/* ========== sec_information ========== */
.sec_information {
  margin: 0 auto 4.3rem;
}

.sec_information .sec_information__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_information .sec_information__h2_box_iconImg {
  width: 14.9rem;
}

.sec_information .sec_information__h2_box_h2 {
  font-size: 3.6rem;
}

.sec_information .sec_information__bgWhite {
  background: #fff;
  width: 105rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.2rem;
  margin: 0 auto;
  padding: 4.31rem 3.5rem 4.1rem 3.45rem;
  color: var(--main-blue-color);
  border-radius: 0.5rem;
}

.sec_information__leftBox {
  width: 46.848rem;
}

.sec_information .sec_information__h2_box_img {
  width: 46.848rem;
  margin-bottom: 2.2rem;
}

.sec_information .sec_information__miniBox {
  margin-bottom: 2.2rem;
}

.sec_information .sec_information__miniBox_h3 {
  border-left: 0.8rem solid var(--bg-yellow2-color);
  padding-left: 0.9rem;
  font-size: 2.2rem;
}

.sec_information__miniBox__span {
  display: inline-block;
  vertical-align: super;
  line-height: .85;
}

.sec_information .sec_information__miniBox_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 0.6rem;
  padding-left: 1.7rem;
}

.sec_information .sec_information__miniBox_li {
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: YuGothic;
  font-weight: 700;
  color: #AAAAAA;
  background: #E6E6E6;
  padding: .6rem 0;
}

.sec_information .sec_information__miniBox_li.-active {
  border: 1px solid var(--main-blue-color);
  color: #282D9B;
  background: #FFFFFF;
  padding: .6rem 0;
}

.sec_information .sec_information__miniBox_p {
  padding: 0.8rem 0 0 1.7rem;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .sec_information {
    margin: 0 auto 0rem;
    padding: 0 0.75rem;
  }

  .sec_information .sec_information__h2_box {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec_information .sec_information__h2_box_iconImg {
    width: 14.9rem;
  }

  .sec_information .sec_information__h2_box_h2 {
    font-size: 2.4rem;
  }

  .sec_information .sec_information__bgWhite {
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto;
    padding: 2rem 0.7rem 0rem;
    color: var(--main-blue-color);
    border-radius: 0.5rem;
  }

  .sec_information__leftBox {
    width: auto;
  }

  .sec_information .sec_information__h2_box_img {
    display: block;
    width: 33.5rem;
    height: 28rem;
    margin: 0 auto;
    margin-bottom: 2.2rem;
  }

  .sec_information .sec_information__miniBox {
    margin-bottom: 2.2rem;
  }

  .sec_information .sec_information__miniBox_h3 {
    border-left: 0.8rem solid var(--bg-yellow2-color);
    padding-left: 0.9rem;
    font-size: 2.2rem;
  }

  .sec_information__miniBox__span {
    vertical-align: baseline;
  }

  .sec_information .sec_information__miniBox_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 0.6rem;
    padding-left: 1.7rem;
  }

  .sec_information .sec_information__miniBox_li {
    border: 1px solid var(--main-blue-color);
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
  }

  .sec_information .sec_information__miniBox_p {
    padding-top: 0.8rem;
    font-size: 1.6rem;
  }
}

/* ========== /sec_information ========== */
/* ========== sec_access ========== */
.sec_access .sec_access__h2_box {
  text-align: center;
  margin: 9.49rem 0 2rem;
}

.sec_access .sec_access__h2_box_iconImg {
  width: 10.9rem;
}

.sec_access .sec_access__h2_box_h2 {
  font-size: 3.6rem;
}

.sec_access .l-sec_access__inner {
  margin: 0 auto;
  width: 105rem;
}

.sec_access .sec_access__map {
  width: 105rem;
  height: 30.6rem;
}

.sec_access .sec_access__p {
  padding: 1rem 0;
}

.sec_access .sec_access__accordion_btn {
  border: 0.2rem solid var(--bg-white-color);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bg-white-color);
  width: 105rem;
  height: 7rem;
  margin-top: 4.2rem;
  position: relative;
}

.sec_access .sec_access__accordion_btn_p {
  font-size: 1.6rem;
}

.sec_access .sec_access__accordion_btn_p::after {
  content: "";
  display: inline-block;
  width: 0.983rem;
  height: 0.492rem;
  background: url("../../img/sec_access/sec_access__accordion_btn_arrow.png");
  background-size: 0.983rem 0.492rem;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 2.32rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec_access .sec_access__accordion_item {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.sec_access .sec_access__accordion_item.is-open {
  max-height: 1000rem;
}

.sec_access .sec_access__ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 4rem;
  margin-top: 4.69rem;
}

.sec_access .sec_access__li_img {
  width: 100%;
}

.sec_access .sec_access__li {
  position: relative;
}

.sec_access .sec_access__li_before1::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg1.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before2::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg2.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before3::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg3.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before4::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg4.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before5::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg5.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before6::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg6.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before7::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg7.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before8::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg8.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before9::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg9.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before10::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg10.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_before11::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url("../../img/sec_access/sec_access__li_beforeImg11.png");
  background-size: 4.2rem 4.2rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_after::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 2.7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3rem;
  background: url("../../img/sec_access/sec_access__li_arrow.png");
  background-size: 1.4rem 2.7rem;
  background-repeat: no-repeat;
}

.sec_access .sec_access__li_after:last-child::after {
  content: none;
}

.sec_access .sec_access__li_p {
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .sec_access .sec_access__h2_box {
    text-align: center;
    margin: 1.2rem 0 1rem;
  }

  .sec_access .sec_access__h2_box_iconImg {
    width: 10.9rem;
  }

  .sec_access .sec_access__h2_box_h2 {
    font-size: 2.4rem;
  }

  .sec_access .l-sec_access__inner {
    margin: 0 auto;
    width: 100%;
  }

  .sec_access .sec_access__map {
    display: block;
    width: 33.5rem;
    height: 30.6rem;
    margin: 0 auto;
  }

  .sec_access .sec_access__p {
    padding: 1rem 0;
    display: block;
    width: 33.5rem;
    margin: 0 auto;
  }

  .sec_access .sec_access__accordion_btn {
    border: 0.2rem solid var(--bg-white-color);
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--bg-white-color);
    width: 100%;
    height: 7rem;
    margin-top: 2.9rem;
    position: relative;
  }

  .sec_access .sec_access__accordion_btn_p {
    font-size: 1.6rem;
  }

  .sec_access .sec_access__accordion_btn_p::after {
    content: "";
    display: inline-block;
    width: 0.983rem;
    height: 0.492rem;
    background: url("../../img/sec_access/sec_access__accordion_btn_arrow.png");
    background-size: 0.983rem 0.492rem;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 2.32rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sec_access .sec_access__accordion_item {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }

  .sec_access .sec_access__accordion_item.is-open {
    max-height: 1000rem;
  }

  .sec_access .sec_access__ul {
    display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 4rem;
    margin-top: 4.69rem;
    width: 33.5rem;
    margin: 0 auto;
  }

  .sec_access .sec_access__li_img {
    width: 100%;
  }

  .sec_access .sec_access__li {
    position: relative;
    margin: 5.9rem 0;
  }

  .sec_access .sec_access__li_before1::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg1.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before2::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg2.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before3::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg3.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before4::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg4.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before5::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg5.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before6::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg6.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before7::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg7.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before8::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg8.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before9::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg9.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before10::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg10.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_before11::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 4.2rem;
    height: 4.2rem;
    background: url("../../img/sec_access/sec_access__li_beforeImg11.png");
    background-size: 4.2rem 4.2rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_after::after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 2.7rem;
    position: absolute;
    top: 26rem;
    right: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("../../img/sec_access/sec_access__li_arrow.png");
    background-size: 1.4rem 2.7rem;
    background-repeat: no-repeat;
  }

  .sec_access .sec_access__li_p {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

/* ========== sec_access ========== */
/* ========== sec_beginner ========== */
.sec_beginner .bg_blue {
  padding-top: 5.2rem;
  background: var(--main-blue-color);
}

.sec_beginner .sec_beginner__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_beginner .sec_beginner__h2_box_iconImg {
  width: 12.7rem;
}

.sec_beginner .sec_beginner__h2_box_h2 {
  font-size: 3.6rem;
}

.sec_beginner .sec_beginner__threeColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 0 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_beginner .sec_beginner__threeColumn__imgLeft {
  width: 26.3rem;
  margin-top: -4rem;
}

.sec_beginner .sec_beginner__threeColumn__textBox {
  text-align: center;
  margin-bottom: 6rem;
}

.sec_beginner .sec_beginner__threeColumn__textBox__h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.sec_beginner .sec_beginner__threeColumn__textBox__p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: -0.01rem
}

.sec_beginner .sec_beginner__threeColumn__imgRight {
  width: 26.3rem;
  margin-top: -4rem;
}

.sec_beginner .sec_beginner__threeColumn__textBox__button {
  margin-top: 3rem;
}

.sec_beginner .sec_beginner__threeColumn__textBox__button__img {
  width: 27.7rem;
}

.sec_beginner__threeColumn__textBox__button__a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.7rem;
  padding: 2.1rem 2rem 2rem 5.2rem;
  margin: 0 auto;
  border-radius: 50px;
  background: #FFF100;
  box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.5);
}

.sec_beginner__threeColumn__textBox__button__span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #282D9B;
}

.sec_beginner__threeColumn__textBox__button__span::after {
  content: "";
  display: inline-block;
  width: .5rem;
  height: 1.5rem;
  background-image: url(../../img/sec_beginner/sec_kv__arrowRight.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5.17rem;
}


.sec_beginner .sec_beginner__tickercontainer {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
}

.sec_beginner .sec_beginner__tickercontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
  animation: ticker 20s linear infinite;
}

.sec_beginner .sec_beginner__tickercontainer__img {
  width: 28rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    /* コンテンツ全体の半分だけ流す */
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* 画像横スクロール */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity .scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
@media (max-width: 767px) {
  .scroll-infinity .scroll-infinity__list--left {
    animation: infinity-scroll-left 16s infinite linear 0.5s both;
  }
}
.scroll-infinity .scroll-infinity__item {
  width: calc(100vw / 5);
}
@media (max-width: 767px) {
  .scroll-infinity .scroll-infinity__item {
    width: calc(100vw / 1.4);
  }
}
.scroll-infinity .scroll-infinity__item>img {
  width: 100%;
}
/*/画像横スクロール */

@media (max-width: 767px) {
  .sec_beginner .bg_blue {
    padding-top: 5.2rem;
    background: var(--main-blue-color);
  }

  .sec_beginner .sec_beginner__h2_box {
    text-align: center;
    margin-bottom: 4.13rem;
  }

  .sec_beginner .sec_beginner__h2_box_iconImg {
    width: 12.7rem;
  }

  .sec_beginner .sec_beginner__h2_box_h2 {
    font-size: 2.4rem;
  }

  .sec_beginner .sec_beginner__threeColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
  }

  .sec_beginner .sec_beginner__twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.3rem;
    margin-bottom: 3rem;
  }

  .sec_beginner .sec_beginner__twoColumn__imgLeft {
    width: 16.1rem;
    margin: 0;
  }

  .sec_beginner .sec_beginner__twoColumn__imgRight {
    width: 16.1rem;
    margin: 0;
  }

  .sec_beginner .sec_beginner__threeColumn__imgLeft {
    width: 26.3rem;
    margin-top: -4rem;
  }

  .sec_beginner .sec_beginner__threeColumn__textBox {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec_beginner .sec_beginner__threeColumn__textBox__h3 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }

  .sec_beginner .sec_beginner__threeColumn__textBox__p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .sec_beginner .sec_beginner__threeColumn__imgRight {
    width: 26.3rem;
    margin-top: -4rem;
  }

  .sec_beginner .sec_beginner__threeColumn__textBox__button {
    margin-top: 3rem;
  }

  .sec_beginner .sec_beginner__threeColumn__textBox__button__img {
    width: 27.7rem;
  }

  .sec_beginner .sec_beginner__tickercontainer {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
  }

  .sec_beginner .sec_beginner__tickercontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
  }

  .sec_beginner .sec_beginner__tickercontainer__img {
    width: 28rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .sec_beginner__threeColumn__textBox__button__a {
    height: 5.7rem;
  }

  @-webkit-keyframes marquee {
    from {
      -webkit-transform: translateX(-5%);
      transform: translateX(-5%);
    }

    to {
      -webkit-transform: translateX(-800%);
      transform: translateX(-800%);
    }
  }

  @keyframes marquee {
    from {
      -webkit-transform: translateX(-5%);
      transform: translateX(-5%);
    }

    to {
      -webkit-transform: translateX(-800%);
      transform: translateX(-800%);
    }
  }
}

/* ========== /sec_beginner ========== */
/* ========== sec_menu ========== */
.sec_menu {
  padding: 6rem 0;
  text-align: center;
  background: rgb(248, 248, 248);
}

.sec_menu .sec_menu__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_menu .sec_menu__h2_box_iconImg {
  width: 9.3rem;
}

.sec_menu .sec_menu__h2_box_h2 {
  font-size: 3.6rem;
  color: var(--main-blue-color);
}

.sec_menu .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 0;
}

.sec_menu .tab-buttons {}

.sec_menu .tab-button {
  padding: 0.6rem 1.2rem;
  border: none;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background: rgb(210, 210, 236);
  color: rgb(51, 51, 51);
  cursor: pointer;
  font-weight: bold;
  width: 36.9rem;
  height: 5.7rem;
  font-size: 2.2rem;
}

.sec_menu .tab-button.active {
  background: rgb(28, 34, 140);
  color: rgb(255, 255, 255);
}

.sec_menu .tab-content {
  display: none;
  position: relative;
}

.sec_menu .tab-content.active {
  display: block;
}

.sec_menu .card-grid {
  width: 117rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 24rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  background: rgb(255, 255, 255);
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 .4rem .8rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 .4rem .8rem;
}

.sec_menu .card {
  background: rgb(255, 255, 255);
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
}

.sec_menu .card img {
  width: 100%;
  display: block;
  border-radius: 1.2rem;
}

.sec_menu .card p {
  margin: 0.5rem 0 1rem;
  padding: 0 0.5rem;
  font-weight: bold;
  color: #000000;
  font-size: 1.6rem;
}

.sec_menu .arrow {
  display: inline-block;
  font-size: 1rem;
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

.sec_menu .tag {
  display: inline-block;
  background: rgb(28, 34, 140);
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  padding: .5rem 1.5rem;
  border-radius: 20px;
  position: relative;
  top: 1.2rem;
  z-index: 1;
}

.sec_muenu__gorillaBox {
  position: absolute;
  bottom: -2.85rem;
  left: 101rem;
  right: 19rem;
}


.sec_menu .gorilla {
  width: 23.8rem;
}

.card-grid2 {
  width: 117rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 19.4rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  background: rgb(255, 255, 255);
  padding: 6.12rem 6.1rem 4.8rem 5.9rem;
  border-radius: 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 .4rem .8rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 .4rem .8rem;
}

.card2 {}

.sec_menu__symptom__p {
  margin: 1rem 0 3rem;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 700;
}

.sec_menu__symptom__item {
  width: 19.4rem;
}

.sec_menu__symptom__ul {}

.sec_menu__symptom__li {
  margin-bottom: 2rem;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_menu__symptom__li::after {
  content: "";
  display: inline-block;
  width: .303rem;
  height: .605rem;
  /* margin-left: 15rem; */
  background-image: url('../../img/sec_menu/sec_menu__symptom__arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.sec_menu__symptom__a {
  color: #282D9B;
  font-size: 1.4rem;
  font-weight: 700;
}

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

  .sec_menu .sec_menu__h2_box {
    text-align: center;
    margin-bottom: 4.13rem;
  }

  .sec_menu .sec_menu__h2_box_iconImg {
    width: 9.3rem;
  }

  .sec_menu .sec_menu__h2_box_h2 {
    font-size: 2.8rem;
    color: var(--main-blue-color);
  }

  .sec_menu .card p {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }

  .sec_menu .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 16rem);
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    border-radius: 0;
    margin: 0;
    width: 100%;
    padding: 2rem;
  }

  .sec_menu .tag {
    font-size: 1.2rem;
    width: 13.4rem;
    top: 2.5vw;
    padding: .7rem 1.3rem;
  }

  .sec_menu .menu-title {
    font-size: 2.8rem;
  }

  .sec_menu .tab-button {
    font-size: 1.4rem;
    width: 152.5rem;
  }

  .sec_menu .tab-content {}

  .sec_menu .campaign_sec h2 {
    font-size: 2.4rem;
    position: relative;
    top: -5rem;
    letter-spacing: .5rem;
  }

  .sec_menu .btn_item_2 {
    width: 12.6rem;
    width: 100%;
    padding: .45rem 0;
  }

  .sec_muenu__gorillaBox {
    bottom: -1.9rem;
    left: 21.5rem;
  }

  .sec_menu .gorilla {
    width: 15rem;
  }

  .card-grid2 {
    grid-template-columns: repeat(2, 15.6rem);
    width: 100%;
    padding: 3rem 2rem;
  }

  .sec_menu__symptom__item {
    width: 15.6rem;
  }
}

/* ========== /sec_menu ========== */
/* ========== /sec_price ========== */
.sec_price {
  background: #FFF100;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.86rem 0 3.74rem;
  overflow: hidden;
}

.sec_price .sec_price__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_price .sec_price__h2_box_iconImg {
  width: 8.9rem;
}

.sec_price .sec_price__h2_box_h2 {
  font-size: 3.6rem;
  color: var(--main-blue-color);
}

.sec_price .sec_price__p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  color: #333333;
}

.sec_price .sec_price__h2_box_img {
  width: 53.5rem;
  margin: 3.54rem 0;
}

.sec_price .sec_price__button__img {
  width: 27.7rem;
}

.sec_price__button__a {
  width: 27.7rem;
  height: 5.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #282D9B;
  box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.5);
}

.sec_price__button__span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
}

.sec_price .sec_price__imgHonegoriBox {
  height: 0;
}

.sec_price .sec_price__imgHonegoriBox__img {
  position: absolute;
  bottom: 0;
  right: -6.9rem;
  width: 36rem;
}

@media (max-width: 767px) {
  .sec_price {
    background: #FFF100;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5.86rem 0 29.93rem;
    overflow: hidden;
  }

  .sec_price .sec_price__h2_box {
    text-align: center;
    margin-bottom: 4.13rem;
  }

  .sec_price .sec_price__h2_box_iconImg {
    width: 8.9rem;
  }

  .sec_price .sec_price__h2_box_h2 {
    font-size: 2.8rem;
    color: var(--main-blue-color);
  }

  .sec_price .sec_price__p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    color: #333333;
    padding: 0 2.6rem;
  }

  .sec_price .sec_price__h2_box_img {
    width: 32.3rem;
    margin: 3.54rem 2.6rem;
  }

  .sec_price .sec_price__button__img {
    width: 27.7rem;
  }

  .sec_price .sec_price__imgHonegoriBox {
    height: 0;
  }

  .sec_price .sec_price__imgHonegoriBox__img {
    position: absolute;
    bottom: 0;
    right: -6.9rem;
    width: 42rem;
  }
}

/* ========== /sec_price ========== */
/* ========== /sec_greeting ========== */
.sec_greeting {
  background: var(--main-blue-color);
  padding: 3.26rem 0 7.46rem;
}

.sec_greeting .sec_greeting__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_greeting .sec_greeting__iconImg {
  width: 12.3rem;
}

.sec_greeting .sec_greeting__h2_box_h2 {
  font-size: 3.6rem;
}

.sec_greeting .sec_greeting__twoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.sec_greeting .sec_greeting__img {
  width: 24.6rem;
}

.sec_greeting .sec_greeting__dt {
  font-size: 2.4rem;
  margin: 2rem 0 1rem;
}

.sec_greeting .sec_greeting__dd {
  font-size: 1.4rem;
}

.sec_greeting .sec_greeting__twoColumn__pBox__p {
  width: 64.3rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

@media (max-width: 767px) {
  .sec_greeting {
    background: var(--main-blue-color);
    padding: 3.26rem 0 7.46rem;
  }

  .sec_greeting .sec_greeting__h2_box {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec_greeting .sec_greeting__iconImg {
    width: 12.3rem;
  }

  .sec_greeting .sec_greeting__h2_box_h2 {
    font-size: 3.6rem;
  }

  .sec_greeting .sec_greeting__twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec_greeting .sec_greeting__dl {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec_greeting .sec_greeting__img {
    width: 24.6rem;
  }

  .sec_greeting .sec_greeting__dt {
    font-size: 2.4rem;
    margin: 2rem 0 1rem;
  }

  .sec_greeting .sec_greeting__dd {
    font-size: 1.4rem;
  }

  .sec_greeting .sec_greeting__twoColumn__pBox {
    padding: 0 2rem;
  }

  .sec_greeting .sec_greeting__twoColumn__pBox__p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

/* ========== /sec_greeting ========== */
/* ========== /sec_cause ========== */
.sec_cause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /*
  background-image: url("../../img/sec_cause/sec_cause_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 10/9.2;
  */
  background-color: #fff;
  background-image:
    repeating-linear-gradient(to right,
      #c9dbe1 0px,
      #c9dbe1 1px,
      transparent 1px,
      transparent 20px),
    repeating-linear-gradient(to bottom,
      #c9dbe1 0px,
      #c9dbe1 1px,
      transparent 1px,
      transparent 20px);
}

.sec_cause .sec_cause_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-bottom: 16rem;
}
.sec_cause .cause__honegori_kun {
  position: absolute;
  right: 4rem;
  bottom: 12rem;
  width: 14rem;
}
.sec_cause .cause__deco svg {
  color: #282d9b;
}
.sec_cause .cause__deco1 {
  position: absolute;
  top: 6rem;
  left: 6rem;
}
.sec_cause .cause__deco2 {
  position: absolute;
  top: 6rem;
  right: 6rem;
  transform: scale(-1, 1);
}
.sec_cause .cause__deco3 {
  position: absolute;
  bottom: 2rem;
  left: 6rem;
  transform: rotate(-90deg);
}
.sec_cause .cause__deco4 {
  position: absolute;
  bottom: 2rem;
  right: 6rem;
  transform: scale(-1);
}

.sec_cause .sec_cause_inner {
  padding: 10rem 0 6.57rem;
}

.sec_cause h2 {
  margin-bottom: 2.7rem;
}

.sec_cause .menu-title {
  display: block;
  color: rgb(28, 34, 140);
  font-weight: bold;
  font-size: 5rem;
  margin-top: 0.5rem;
}

.sec_cause .sec_cause_main_img1_box {
  margin: 2.5rem 0;
}

.sec_cause .p_1 {
  font-size: 3rem;
  margin-bottom: 2.6rem;
  color: #282D9B;
  font-weight: 700;
}

.sec_cause .sec_cause_btn_1 {
  width: 80.6rem;
}

.sec_cause .p_2 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #282D9B;
  line-height: 4.1rem;
}

.sec_cause .sec_cause_main_img1 {
  width: 98.5rem;
  heigth: 38.8rem;
}

.sec_cause .sec_cause_main_img2_box {
  margin-bottom: 3rem;
}

.sec_cause .sec_cause_main_img2 {
  width: 70.2rem;
}

.sec_cause_btn_box {}

.sec_cause_btn_box__a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.7rem;
  padding: 2.1rem 2rem 2rem 5.2rem;
  margin: 0 auto;
  border-radius: 50px;
  background: #FFF100;
  box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.5);
}

.sec_cause_btn_box__span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #282D9B;
}

.sec_cause_btn_box__span::after {
  content: "";
  display: inline-block;
  width: .5rem;
  height: 1.5rem;
  background-image: url(../../img/sec_beginner/sec_kv__arrowRight.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5.17rem;
}

.sec_cause .sec_cause_btn {
  width: 30.7rem;
}

.sec_cause .hide {
  display: none;
}

@media (max-width: 767px) {
  .sec_cause {
    /*
    background-image: url("../../img/sec_cause/sec_cause_bg_sp.png");
    background-size: cover;
    */
  }

  .sec_cause .sec_cause_inner {
    padding: 0rem 0 6.57rem;
    width: 33.7rem;
    margin: 0 auto;
  }

  .sec_cause h2 {
    padding-top: 4.9rem;
  }

  .sec_cause .menu-title {
    font-size: 2.8rem;
  }

  .sec_cause .sec_cause_btn_1 {
    width: 33.5rem;
  }

  .sec_cause .sec_cause_main_img1 {
    width: 33.7rem;
  }

  .sec_cause .sec_cause_main_img2 {
    width: 33.5rem;
  }

  .sec_cause .p_1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }

  .sec_cause .p_2 {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.8rem;
    letter-spacing: 0.08rem;
  }

  .sec_cause .sec_cause_btn {
    width: 27.7rem;
  }

  .sec_cause_btn_box__a {
    height: 5.7rem;
  }

  .sec_cause .cause__deco {
    display: none;
  }
  .sec_cause .cause__honegori_kun {
    display: none;
  }
  .sec_cause .sec_cause_inner {
    padding-bottom: 4rem;
    width: 33.7rem;
  }
}

/* ========== /sec_cause ========== */
/* ========== sec_reason ========== */
.sec_reason {
  color: #fff;
  background-color: #282C9B;
  padding: 6rem 0;
  text-align: center;
}

.sec_reason .sec_reason__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_reason .sec_reason__h2_box_iconImg {
  width: 11.1rem;
  margin-bottom: 1rem;
}

.sec_reason .sec_reason__h2_box_h2 {
  font-size: 4rem;
}

.sec_reason .reason_label {
  width: 11.1rem;
  margin-bottom: 1rem;
}

.sec_reason .reason_title {
  font-size: 4rem;
}

.sec_reason .sec_reason_text {
  margin-top: 1rem;
}

.sec_reason .sec_reason_btn {
  width: 27.7rem;
}

.sec_reason .sec_reason_ul {
  display: grid;
  grid-template-columns: repeat(2, 51rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 10.5rem;
  margin: 5rem auto 0;
  padding: 0;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 1rem;
}

.sec_reason .sec_reason_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51rem;
  background: #fff;
  border-radius: 3rem;
  padding: 2.18rem 3rem 1.6rem 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 24rem;
}

.sec_reason .sec_reason_img {
  width: 21.7rem;
}

.sec_reason .sec_reason_text_box h3 {
  text-align: left;
}

.sec_reason .sec_reason_item {
  width: 11.1rem;
}

.sec_reason .sec_reason_text_box {
  position: relative;
  width: 50%;
}

.sec_reason .c-sec_reason_text_box_p {
  color: #282C9B;
  text-align: left;
}

.sec_reason .c-sec_reason_text_box_p1 {
  margin-top: .5rem;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  line-height: 3rem;
}

.sec_reason .c-sec_reason_text_box_p2 {
  font-size: 1.4rem;
  margin-top: 0;
  line-height: 2.4rem;
}

.sec_reason .c-sec_reason_text_box_p3 {
  font-size: 1.2rem;
  color: #333333;
  position: absolute;
  bottom: 1rem;
}

.sec_reason_li3__p {
  margin-top: .81rem;
  margin: .81rem 0 .99rem 0;
}

.sec_reason .sec_reason_btn_box {
  margin-top: 4rem;
}

.sec_reason_btn_box__a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.7rem;
  padding: 2.1rem 2rem 2rem 5.2rem;
  margin: 0 auto;
  border-radius: 50px;
  background: #FFF100;
  margin: 0 auto;
  box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.5);
}

.sec_reason_btn_box__span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #282D9B;
}

.sec_reason_btn_box__span::after {
  content: "";
  display: inline-block;
  width: .5rem;
  height: 1.5rem;
  background-image: url(../../img/sec_beginner/sec_kv__arrowRight.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5.17rem;
}

.sec_reason .sec_reason_btn {
  width: 27.7rem;
}

@media (max-width: 767px) {
  .sec_reason .reason_title {
    font-size: 2.2rem;
  }

  .sec_reason .sec_reason__h2_box_h2 {
    font-size: 2.2rem;
  }

  .sec_reason .sec_reason_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem auto;
    max-width: 100%;
    width: 33.5rem;
  }

  .sec_reason .sec_reason_li {
    padding: 0;
    border-radius: 2rem;
    width: 33.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    min-height: 15.6rem;
  }

  .sec_reason .sec_reason_text_box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 1.5rem;
    padding-top: 1.2rem;
  }

  .sec_reason .sec_reason_img_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sec_reason .c-sec_reason_text_box_p1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .sec_reason .c-sec_reason_text_box_p2 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin: .5rem 0 0 0;
  }

  .sec_reason .sec_reason_img {
    width: 13.2rem;
  }

  .sec_reason_btn_box__a {
    height: 5.7rem;
  }
}

/* ========== /sec_reason ========== */
/* ========== sec_recommend ========== */
.sec_recommend .sec_recommend_inner {
  padding: 10rem 0;
  position: relative;
}

.sec_recommend .sec_recommend__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_recommend .sec_recommend__h2_box_iconImg {
  width: 15.7rem;
}

.sec_recommend .sec_recommend__h2_box_h2 {
  font-size: 3.6rem;
  color: var(--main-blue-color);
}

.sec_recommend .slider_container {
  margin: 4.8rem auto 0;
  position: relative;
  overflow: hidden;
  padding: 0 8rem;
}

.sec_recommend .slider_wrapper {
  overflow: hidden;
  border-radius: 1rem;
  margin: 0 -21rem;
  padding: 0 21rem;
}

.sec_recommend #sliderTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}

.sec_recommend .slider_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  gap: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_recommend .slide {
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sec_recommend .slide_image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ddd, #f5f5f5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  font-size: 1.4rem;
  border: 2px dashed #ccc;
}

.sec_recommend .nav_button:hover {
  background: #303f9f;
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
  -webkit-box-shadow: 0 0.6rem 1.8rem rgba(63, 81, 181, 0.4);
  box-shadow: 0 0.6rem 1.8rem rgba(63, 81, 181, 0.4);
}

.sec_recommend .prev {
  left: 1rem;
}

.sec_recommend .next {
  right: 1rem;
}

.sec_recommend .sec_recommend_ul {
  list-style: none;
}

.sec_recommend .sec_recommend_li {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.sec_recommend .sec_recommend_item {
  width: 35rem;
  height: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec_recommend .sec_recommend_textbox {
  padding: 1.5rem;
  text-align: left;
}

.sec_recommend .sec_recommend_textbox p:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.sec_recommend .sec_recommend_textbox p:last-child {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
}

.sec_recommend .sec_recommend_button {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sec_recommend .sec_recommend_button_img {
  width: 12rem;
  height: 12rem;
}

@media (max-width: 767px) {
  .sec_recommend .sec_recommend_inner {
    padding: 2.72rem 0;
    position: relative;
  }

  .sec_recommend .sec_recommend__h2_box {
    text-align: center;
    margin-bottom: 4.13rem;
  }

  .sec_recommend .sec_recommend__h2_box_iconImg {
    width: 15.7rem;
  }

  .sec_recommend .sec_recommend__h2_box_h2 {
    font-size: 2.2rem;
    color: var(--main-blue-color);
  }

  .sec_recommend .slider_container {
    margin: 4.8rem auto 0;
    position: relative;
    overflow: hidden;
    padding: 0 8rem;
  }

  .sec_recommend .slider_wrapper {
    overflow: hidden;
    border-radius: 1rem;
    margin: 0 -21rem;
    padding: 0 21rem;
  }

  .sec_recommend #sliderTrack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    will-change: transform;
  }

  .sec_recommend .slider_track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    gap: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec_recommend .slide {
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .sec_recommend .slide_image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ddd, #f5f5f5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999;
    font-size: 1.4rem;
    border: 2px dashed #ccc;
  }

  .sec_recommend .nav_button:hover {
    background: #303f9f;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    -webkit-box-shadow: 0 0.6rem 1.8rem rgba(63, 81, 181, 0.4);
    box-shadow: 0 0.6rem 1.8rem rgba(63, 81, 181, 0.4);
  }

  .sec_recommend .prev {
    left: -1.5rem;
  }

  .sec_recommend .next {
    right: -1.5rem;
  }

  .sec_recommend .sec_recommend_ul {
    list-style: none;
  }

  .sec_recommend .sec_recommend_li {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .sec_recommend .sec_recommend_item {
    width: 26.8rem;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sec_recommend .sec_recommend_textbox {
    padding: 1.5rem;
    text-align: left;
  }

  .sec_recommend .sec_recommend_textbox p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
  }

  .sec_recommend .sec_recommend_textbox p:last-child {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
  }

  .sec_recommend .sec_recommend_button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sec_recommend .sec_recommend_button_img {
    width: 7.1rem;
    height: 7.1rem;
  }
}

/* ========== /sec_recommend ========== */
/* ========== /sec_voice========== */
.sec_voice {
  background: var(--main-blue-color);
  padding: 3.95rem 6.4rem;
}

.sec_voice .sec_voice__bg {
  background: var(--bg-white-color);
  width: 113rem;
  margin: 0 auto;
  /* padding: 4rem 16.6rem; */
  /* 20250818追加 */
  padding: 4rem 4rem 8rem;

  border-radius: 3rem;
}

.sec_voice .sec_voice__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_voice .sec_voice__h2_box_iconImg {
  width: 9.3rem;
}

.sec_voice .sec_voice__h2_box_h2 {
  font-size: 3.6rem;
  color: var(--main-blue-color);
}

@media (max-width: 767px) {
  .sec_voice {
    background: var(--main-blue-color);
    padding: 3.95rem 0rem;
  }

  .sec_voice .sec_voice__bg {
    background: var(--bg-white-color);
    width: 100%;
    margin: 0 auto;
    padding: 4rem 2.4rem;
    border-radius: 0rem;
  }

  .sec_voice .sec_voice__h2_box {
    text-align: center;
    margin-bottom: 4.13rem;
  }

  .sec_voice .sec_voice__h2_box_iconImg {
    width: 9.3rem;
  }

  .sec_voice .sec_voice__h2_box_h2 {
    font-size: 2.2rem;
    color: var(--main-blue-color);
  }
}

/* ========== /sec_voice ========== */
/* ========== sec_contact ========== */
.sec_contact {
  background: var(--main-blue-color);
}

.sec_contact .sec_contact__contactAddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6.1rem;
}

.sec_contact .sec_contact__contactAddress_left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_contact .sec_contact__contactAddress_left::after {
  content: "";
  display: block;
  height: 15.882rem;
  border-right: 1px solid #fff;
  position: absolute;
  top: -2rem;
  right: -2.5rem;
}

.sec_contact .sec_contact__contactAddress_left_p {
  font-size: 2rem;
}

.sec_contact .sec_contact__contactAddress_left_under {
  display: flex;
  margin-top: 2.4rem;
  column-gap: 2.21rem;
}

.sec_contact .sec_contact__line_btn {
  width: 21.4rem;
}

.sec_contact .sec_contact__web_btn {
  width: 21.4rem;
}

.sec_contact .sec_contact__contactAddress_left_p2 {
  font-size: 1.4rem;
  margin: 0;
}

.sec_contact .sec_contact__contactAddress_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec_contact .sec_contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 2.9rem;
}

.sec_contact__contactAddress_right__a {
  font-size: 2.8rem;
  color: #FEF100;
  font-weight: 700;
}

.sec_contact__contactAddress_right__a::before {
  content: "";
  display: inline-block;
  width: 1.758rem;
  height: 1.758rem;
  background-image: url('../../img/header/header__telephone.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: .5rem;
}

.sec_contact .sec_contact__contactAddress_right_p {
  font-size: 2rem;
}

.sec_contact .sec_contact__telephone {
  width: 28.07rem;
}

.sec_contact .sec_contact__contactAddress_right_p2 {
  font-size: 1.4rem;
  margin: 0;
}

@media (max-width: 767px) {
  .sec_contact {
    background: var(--main-blue-color);
  }

  .sec_contact .sec_contact__contactAddress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2.28rem 2.82rem;
  }

  .sec_contact .sec_contact__contactAddress_left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec_contact .sec_contact__contactAddress_left::after {
    content: "";
    display: none;
  }

  .sec_contact .sec_contact__contactAddress_left_p {
    font-size: 1.4rem;
  }

  .sec_contact .sec_contact__contactAddress_left_p2 {
    font-size: 1.2rem;
  }

  .sec_contact .sec_contact__contactAddress_left_under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
  }

  .sec_contact .sec_contact__line_btn {
    width: 15.664rem;
  }

  .sec_contact .sec_contact__web_btn {
    width: 15.664rem;
  }

  .sec_contact .sec_contact__contactAddress_left_p2 {
    font-size: 1.4rem;
    margin: 0;
  }

  .sec_contact .sec_contact__contactAddress_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec_contact .sec_contact__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }

  .sec_contact .sec_contact__contactAddress_right_p {
    font-size: 1.4rem;
  }

  .sec_contact .sec_contact__telephone {
    width: 33.5rem;
  }

  .sec_contact .sec_contact__contactAddress_right_p2 {
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
  }

  .sec_contact__contactAddress_right__a {
    padding: .67rem 6.75rem .63rem 6.17rem;
    background: #FFF100;
    height: 4.5rem;
    width: 33.5rem;
    padding: .67rem 6.75rem .63rem 6.17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 1rem 0 .54rem;
  }

  .sec_contact__contactAddress_right__span {
    font-family: arial;
    font-size: 2.8rem;
    color: #333333;
    font-weight: 700;
    white-space: nowrap;
  }

  .sec_contact__contactAddress_right__span::before {
    content: "";
    display: inline-block;
    width: 1.758rem;
    height: 1.758rem;
    background-image: url(../../img/sec_kv/sec_kv__telephone_btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: .5rem;
  }
}

/* ========== /sec_contact ========== */
/* ========== footer ========== */
.footer .footer_inner {
  padding: 5rem 19rem 3rem;
  background: #282D9B;
}

.footer .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  color: #fff;
  line-height: 3rem;
  justify-content: center;
}

.footer .footer_logo {
  width: 19.4rem;
}

.footer .footer_group_1 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10.2rem;
}

.footer .footer_group_2 {
  font-size: 1.3rem;
  margin-top: 5rem;
}

.footer_group_1__li1,
.footer_group_2__li1,
.footer_group_3__li1,
.footer_group_4__li1,
.footer_group_5__li1,
.footer_group_6__li1,
.footer_group_7__li1,
.footer_group_8__li1 {
  color: #fff;
}

.footer .footer_h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.footer .footer_li {
  font-size: 1.3rem;
}

.footer .footer_box2 {
  color: #fff;
  width: 51.2rem;
  margin: 3.7rem auto 0;
}

.footer .footer_box2_privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer_box2_privacy_img {
  width: 9.4rem;
}

.footer .footer_box2_privacy_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}

.footer .footer_box2_copy_right {
  display: block;
  margin-top: 3rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .footer {
    /* ===== mobile footer ===== */
  }

  .footer .footer_inner {
    padding: 0;
    background: #282D9B;
  }

  .footer .footer_box {
    display: block;
    gap: 0rem;
    color: #fff;
    line-height: 3rem;
  }

  .footer .footer_brand {
    text-align: center;
    padding: 2.55rem 0;
  }

  .footer .footer_logo {
    width: 19.4rem;
  }

  .footer .footer_group_1 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 10.2rem;
  }

  .footer .footer_group_2 {
    font-size: 1.3rem;
    margin-top: 5rem;
  }

  .footer .footer_h3 {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .footer .footer_li {
    font-size: 1.3rem;
  }

  .footer .footer_box2 {
    color: #fff;
    width: inherit;
    margin: 3.7rem auto 0;
    padding: 0 1.5rem 3.38rem;
  }

  .footer .footer_box2_privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .footer_box2_privacy_img {
    width: 9.4rem;
    height: 100%;
  }

  .footer .footer_box2_privacy_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1.4rem;
    font-size: 1.4rem;
  }

  .footer .footer_box2_copy_right {
    display: block;
    margin-top: 3rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.4rem;
  }

  .footer .mobile-footer {
    background: #282C9B;
    color: white;
    margin: 0 1.55rem;
  }

  .footer .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer .accordion-item:last-child {
    border-bottom: none;
  }

  .footer .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.8rem 2rem;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .footer .accordion-header:hover {
    background-color: #2d2dc9;
  }

  .footer .accordion-header.active {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .footer .accordion-icon {
    width: 1.6rem;
    height: 1.6rem;
    opacity: 0.8;
  }

  .footer .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }

  .footer .accordion-content.active {
    max-height: 50rem;
  }

  .footer .accordion-content ul {
    list-style: none;
    padding: 0 2rem 2rem 2rem;
  }

  .footer .accordion-content li {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }

  .footer .accordion-content li:hover {
    color: #ffffff;
  }

  .footer .accordion-content li:last-child {
    border-bottom: none;
  }

  .footer .simple-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.8rem 2rem;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #fff;
  }

  .footer .simple-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
  }

  .footer .simple-link:first-child {
    border-top: 1px solid #fff;
  }

  .footer .simple-link .accordion-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .footer .icon-plus::before {
    content: "+";
    font-size: 1.8rem;
    font-weight: bold;
  }

  .footer .accordion-header.active .icon-plus::before {
    content: "−";
  }

  .accordion-content__li {
    color: #fff;
  }

  .footer .icon-arrow::before {
    content: ">";
    font-size: 1.4rem;
    font-weight: bold;
  }
}

/* ========== /footer ========== */



/* 店舗一覧 */
.main_page {
  height: 25vh;
  background-color: #282D9B;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main_page .pagettl {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl {
    font-size: 2rem;
  }
}
.main_page .pagettl::before {
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_page .pagettl span {
  display: block;
  font-size: 1.2rem;
  color: #FFF100;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl span {
    font-size: 1rem;
  }
}

.breadcrumbs {
  background-color: #282D9B;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  padding: 1.2rem 0;
}
.breadcrumbs .inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .breadcrumbs .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .inner {
    padding: 0 5%;
  }
}
.breadcrumbs .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumbs .inner ul li {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs .inner ul li {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .inner ul li {
    font-size: 1.2rem;
  }
}
.breadcrumbs .inner ul li.any a {
  color: #fff;
}

main.bg_page {
  background-color: #282D9B;
  color: #282D9B;
}
@media (max-width: 767px) {
  main.bg_page {
    padding: 0 0 40px;
  }
}
main.bg_page .section_cmn {
  background-color: #fff;
  border-radius: 1.8rem;
  margin-inline: auto;
  padding: 5rem 0;
  width: 95vw;
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn {
    max-width: 1300px;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn {
    padding: 3.5rem 0;
  }
}
main.bg_page .section_cmn.t_narrow {
  padding-top: 5.6rem;
}
@media (max-width: 767px) {
  main.bg_page .section_cmn.t_narrow {
    padding-top: 2.5rem;
  }
}
main.bg_page .section_cmn.b_wide {
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  main.bg_page .section_cmn.b_wide {
    padding-bottom: 3.5rem;
  }
}
main.bg_page .section_cmn .inner {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  main.bg_page .section_cmn .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  main.bg_page .section_cmn .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  main.bg_page .section_cmn .inner {
    padding: 0 5%;
  }
}

/* 都道府県 タイトル */
.ttl_cmn {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  margin-bottom: .8em;
  position: relative;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn {
    font-size: 3.2rem;
  }
}

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

.ttl_cmn span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #fff100;
  border-radius: 100vmax;
  padding: .2em 1.2em;
  font-size: 1.125rem;
  color: #282d9b;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .04em;
  margin-bottom: .66em;
  position: relative;
}

@media(max-width: 767px) {
  .ttl_cmn span {
    font-size: 0.875rem;
  }
}

.search_prefec h2.ttl_cmn:not(:first-child) {
  margin-top: 7.2rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec h2.ttl_cmn:not(:first-child) {
    margin-top: 12.6rem;
  }
}

@media(max-width: 767px) {
  .search_prefec h2.ttl_cmn:not(:first-child) {
    margin-top: 2.8rem;
  }
}

.ttl_cmn span::after {
  content: "";
  width: .5em;
  height: .5em;
  background-color: #fff100;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.ttl_cmn.bdb {
  padding-bottom: .4em;
  position: relative;
}

.ttl_cmn.bdb::after {
  content: "";
  width: 1.2em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.ttl_cmn.tac span {
  margin-inline: auto;
}

.ttl_cmn.color_w {
  color: #fff;
}

.ttl_cmn.color_nb {
  color: #282d9b;
}

.ttl_cmn.mb_w {
  margin-bottom: 1.8em;
}

.ttl_cmn.mb0 {
  margin-bottom: 0;
}

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

.ttl_cmn.tac span {
  margin-inline: auto;
}

.ttl_cmn.bdb::after {
  content: "";
  width: 1.2em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 市区町村 アコーディオン */
.search_prefec .wrap_search:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec .wrap_search:not(:last-child) {
    margin-bottom: 5.3rem;
  }
}

@media(max-width: 767px) {
  .search_prefec .wrap_search:not(:last-child) {
    margin-bottom: 2.9rem;
  }
}

.search_prefec .wrap_search .unit_search {
  border: 1px solid currentColor;
  border-radius: 5px;
  background-color: #fff;
}

.search_prefec .wrap_search .unit_search .btn01 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.4em 3%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec .wrap_search .unit_search .btn01 {
    padding: 2.6rem 3%;
    font-size: 2.4rem;
  }
}

@media(max-width: 767px) {
  .search_prefec .wrap_search .unit_search .btn01 {
    padding: 1.1rem 3%;
    font-size: 1.4rem;
  }
}

.search_prefec .wrap_search .unit_search .btn01 i {
  font-size: 1.6rem;
}

@media(max-width: 767px) {
  .search_prefec .wrap_search .unit_search .btn01 i {
    font-size: 1.3rem;
  }
}

.search_prefec .wrap_search .unit_search .list01 {
  padding: 1.6rem 3%;
  translate: 0 -1em;
  opacity: 0;
  transition: transform 1s, opacity 1s;
  position: relative;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec .wrap_search .unit_search .list01 {
    padding: 2.8rem 3%;
  }
}

.search_prefec .wrap_search .unit_search .list01::before {
  content: "";
  width: 96%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.search_prefec .wrap_search .unit_search .list01 ul.ul_plink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 2.5rem;
}

@media(max-width: 767px) {
  .search_prefec .wrap_search .unit_search .list01 ul.ul_plink {
    gap: .4rem 1.6rem;
  }
}

.search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a {
  color: var(--main-blue-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 1em;
  position: relative;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a {
    font-size: 3.2rem;
  }
}

@media(max-width: 767px) {
  .search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a {
    font-size: 1.4rem;
    padding-right: 1.4em;
  }
}

.search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a::after {
  content: "";
  font-size: 1rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a::after {
    font-size: 1.7rem;
  }
}

@media(max-width: 767px) {
  .search_prefec .wrap_search .unit_search .list01 ul.ul_plink li a::after {
    font-size: 1.1rem;
  }
}

.search_prefec .wrap_search .unit_search[open] .btn01 i {
  rotate: 180deg;
  transition: .3s ease;
}

.search_prefec .wrap_search .unit_search[open] .list01 {
  translate: 0;
  opacity: 1;
}

/* 市区町村 タイトル */
.search_prefec h3.ttl_cmn2 {
  margin-bottom: 3.1rem;
}

.ttl_cmn2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .8em;
}

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

.ttl_cmn2.bdl {
  padding-left: .5em;
  border-left: .4em solid currentColor;
}

.ttl_cmn2.bdb {
  padding-bottom: .5em;
  position: relative;
}

.ttl_cmn2.bdb::after {
  content: "";
  width: 3.2em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0em;
  left: 0;
}

.ttl_cmn2.bdb_dot {
  position: relative;
}

.ttl_cmn2.bdb_dot::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: .1em dotted currentColor;
  position: absolute;
  bottom: -0.2em;
  left: 0;
}

.ttl_cmn2.regular {
  font-weight: 400;
}

.ttl_cmn2.lh_w {
  line-height: 2.4;
}

@media(max-width: 767px) {
  .ttl_cmn2.lh_w {
    line-height: 2.2;
  }
}

.ttl_cmn2.lh_n {
  line-height: 1.5;
}

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

.ttl_cmn2.color_w {
  color: #fff;
}

.ttl_cmn2.color_nb {
  color: #282d9b;
}

.ttl_cmn2.color_y {
  color: #fff100;
}

.ttl_cmn2.color_k {
  color: #333;
}

.ttl_cmn2.large {
  font-size: 2.25rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.large {
    font-size: 1.5rem;
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.large {
    font-size: 1.375rem;
  }
}

.ttl_cmn2.mdl2 {
  font-size: 3.2rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.mdl2 {
    font-size: 3.2rem;
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.mdl2 {
    font-size: 2.2rem;
  }
}

.ttl_cmn2.mdl {
  font-size: 1.75rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.mdl {
    font-size: 1.375rem;
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.mdl {
    font-size: 1.25rem;
  }
}

.ttl_cmn2.small {
  font-size: 2rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.small {
    font-size: 2.7rem;
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.small {
    font-size: 1.6rem;
  }
}

.ttl_cmn2.mb_w {
  margin-bottom: 1.8em;
}

.ttl_cmn2.mb0 {
  margin-bottom: 0;
}

/* 店舗 */
.search_prefec ul.ul01 {
  margin-bottom: 4rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec ul.ul01 {
    margin-bottom: 7rem;
  }
}

.search_prefec ul.ul01 li {
  background-color: rgba(196, 222, 255, .4);
  border-radius: 1.8rem;
  padding: 2.5rem 4%;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec ul.ul01 li {
    border-radius: 5rem;
    padding: 7rem 4%;
  }
}

@media(max-width: 767px) {
  .search_prefec ul.ul01 li {
    border-radius: 2.9rem;
    padding: 1.9rem 4%;
  }
}

.search_prefec ul.ul01 li:not(:last-child) {
  margin-bottom: 1.2rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec ul.ul01 li:not(:last-child) {
    margin-bottom: 3.8rem;
  }
}

.search_prefec ul.ul01 li h4.ttl_cmn2 {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  position: relative;
}

.search_prefec ul.ul01 li h4.ttl_cmn2::after {
  content: "";
  font-size: 1.2rem;
  color: #333;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: calc(100% + 1em);
  transform: translateY(-50%);
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec ul.ul01 li h4.ttl_cmn2::after {
    font-size: 2rem;
  }
}

.search_prefec ul.ul01 li .dl_cmn2 {
  margin-bottom: 3rem;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .search_prefec ul.ul01 li .dl_cmn2 {
    margin-bottom: 5rem;
  }
}

.search_prefec ul.ul01 li .btnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.searchWord {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
}
.searchWord em {
  font-style: normal;
  font-weight: bold;
  font-size: 2.8rem;
}

.side_cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
}

.side_cmn figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  padding-top: 35%;
  width: 50%;
  text-align: center;
}

@media(max-width: 767px) {
  .side_cmn figure {
    width: 100%;
    padding-top: 75%;
    margin-bottom: 1rem;
  }
}

.side_cmn .txt {
  width: 46%;
}

@media(max-width: 767px) {
  .side_cmn .txt {
    width: 100%;
  }
}

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

.side_cmn.a_start {
  align-items: flex-start;
}

@media(max-width: 767px) {
  .side_cmn.shift {
    flex-direction: column-reverse;
  }
}

@media(max-width: 767px) {
  .side_cmn.shift figure {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.side_cmn.alt figure {
  width: 44.4444444444%;
}

@media(max-width: 767px) {
  .side_cmn.alt figure {
    width: 100%;
  }
}

.side_cmn.alt .txt {
  width: 50%;
}

@media(max-width: 767px) {
  .side_cmn.alt .txt {
    width: 100%;
  }
}

.side_cmn.same figure {
  width: 48%;
}

@media(max-width: 767px) {
  .side_cmn.same figure {
    width: 100%;
  }
}

.side_cmn.same .txt {
  width: 48%;
}

@media(max-width: 767px) {
  .side_cmn.same .txt {
    width: 100%;
  }
}

.side_cmn.step figure {
  width: 53.7037037037%;
}

@media(max-width: 767px) {
  .side_cmn.step figure {
    width: 100%;
  }
}

.side_cmn.step .txt {
  width: 38.8888888889%;
}

@media(max-width: 767px) {
  .side_cmn.step .txt {
    width: 100%;
  }
}

.side_cmn.voice figure {
  width: 15%;
}

@media(max-width: 767px) {
  .side_cmn.voice figure {
    width: 100%;
  }
}

.side_cmn.voice .txt {
  width: 83%;
}

@media(max-width: 767px) {
  .side_cmn.voice .txt {
    width: 100%;
  }
}

.dl_cmn2 div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.dl_cmn2 div:not(:last-child) {
  margin-bottom: 0.96rem;
}

.dl_cmn2 div dt,
.dl_cmn2 div dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .dl_cmn2 div dt,
  .dl_cmn2 div dd {
    font-size: 1.9rem;
  }
}

@media(max-width: 767px) {
  .dl_cmn2 div dt,
  .dl_cmn2 div dd {
    font-size: 1.4rem;
  }
}

.dl_cmn2 div dt {
  width: 22%;
  display: grid;
  place-content: center;
  background-color: #fff;
  border-radius: 0.5vmax;
  padding: .2em 2%;
  text-align: center
}

@media(min-width: 768px)and (max-width: 1199px) {
  .dl_cmn2 div dt {
    width: 25%
  }
}

@media(max-width: 767px) {
  .dl_cmn2 div dt {
    width: 25%
  }
}

.dl_cmn2 div dd {
  width: 75%;
  padding: .2em 0
}

@media(min-width: 768px)and (max-width: 1199px) {
  .dl_cmn2 div dd {
    width: 72%
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .dl_cmn2 div dd {
    width: 72%
  }
}

/* 店舗 ボタン */

.btn_cmn {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%
}

.btn_cmn a {
  width: 278px;
  height: 58px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border-radius: 100vmax;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .36);
  position: relative
}

@media(max-width: 767px) {
  .btn_cmn a {
    width: 84vw;
    height: 3rem
  }
}

.btn_cmn a p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center
}

@media(min-width: 768px)and (max-width: 1199px) {
  .btn_cmn a p {
    font-size: 2.2rem
  }
}

@media(max-width: 767px) {
  .btn_cmn a p {
    font-size: 1.4rem
  }
}

.btn_cmn a p i {
  font-size: 1.4rem;
  margin-inline: .3em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .btn_cmn a p i {
    font-size: 2.6rem
  }
}

.btn_cmn a>i {
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%)
}

.btn_cmn.no_shadow a {
  box-shadow: unset
}

.btn_cmn.long a {
  width: 390px;
  height: 40px
}

@media(max-width: 767px) {
  .btn_cmn.long a {
    width: 90vw;
    height: 4.1rem
  }
}

.btn_cmn.small a {
  width: 190px;
  height: 40px
}

@media(max-width: 767px) {
  .btn_cmn.small a {
    width: 70vw;
    height: 4.1rem
  }
}

.btn_cmn.exsmall a {
  width: 184px;
  height: 28px;
  box-shadow: unset
}

@media(max-width: 767px) {
  .btn_cmn.exsmall a {
    width: 50vw;
    height: 2.2rem
  }
}

.btn_cmn.exsmall a p {
  font-size: 0.875rem
}

@media(max-width: 767px) {
  .btn_cmn.exsmall a p {
    font-size: 0.75rem
  }
}

.btn_cmn.center {
  margin-inline: auto
}

.btn_cmn.bg_nb a {
  background-color: #282d9b;
  color: #fff
}

.btn_cmn.bg_nb a:hover {
  border: 1px solid currentColor;
  background-color: #fff;
  color: #282d9b;
  transition: .3s ease
}

.btn_cmn.bg_w a {
  background-color: #fff;
  color: #282d9b
}

.btn_cmn.bg_w a:hover {
  border: 1px solid currentColor;
  background-color: #282d9b;
  color: #fff;
  transition: .3s ease
}

.btn_cmn.bg_y a {
  background-color: #fff100;
  color: #282d9b
}

.btn_cmn.bg_y a:hover {
  border: 1px solid currentColor;
  background-color: #282d9b;
  color: #fff100;
  transition: .3s ease
}

.btn_cmn.bg_lg a {
  background-color: #14c92b;
  color: #fff
}

.btn_cmn.bg_lg a:hover {
  border: 1px solid currentColor;
  background-color: #fff;
  color: #14c92b;
  transition: .3s ease
}


/* 20250818追加 */
/* お客様の声 */
.sec_voice__div_box {
  border-bottom: 1px solid #282D9B;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  .sec_voice__div_box {
    flex-direction: column;
    padding-bottom: 3rem;
  }
}

.sec_voice__div_box:not(:last-of-type) {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .sec_voice__div_box:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

.sec_voice__div_box_img {
  width: 17.5%;
}

@media (max-width: 767px) {
  .sec_voice__div_box_img {
    margin-bottom: 3rem;
    width: 100%;
  }
}

.sec_voice__div_box_img a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding-top: 112%;
  width: 100%;
}

.sec_voice__div_box_textbox {
  width: 79.5%;
}

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

.sec_voice__div_box_textbox .ttl {
  color: #282D9B;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.66;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .sec_voice__div_box_textbox .ttl {
    font-size: 1.6rem;
  }
}

.sec_voice__div_box_textbox .txt {
  color: #282D9B;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.71;
  text-align: justify;
}

@media (max-width: 767px) {
  .sec_voice__div_box_textbox .txt {
    font-size: 1.3rem;
  }
}

/*** 選ばれる理由 ***/
.sec_reason .reason_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem 3%;
  margin-bottom: 2.5rem;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}
.sec_reason .reason_list .side_cmn.a_start {
  align-items: flex-start;
  align-content: flex-start;
}
.sec_reason .reason_list .side_cmn.reverse {
  flex-direction: row-reverse;
}
.sec_reason .reason_list li {
  background-color: #fff;
  border-radius: 1.8rem;
  padding: 1.8rem 3%;
  color: #282d9b;
  text-align: left;
}
.sec_reason .reason_list .side_cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: unset;
}
.sec_reason .reason_list .side_cmn figure {
  width: 50%;
  text-align: center;
  padding-top: 0;
}
.sec_reason .reason_list .side_cmn figure img {
  width: 100%;
}
.sec_reason .reason_list .side_cmn .txt {
  width: 46%;
}
.sec_reason .reason_list .side_cmn .reason {
  width: fit-content;
  background-color: #fff100;
  border-radius: 100vmax;
  padding: .2em 1em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .5em;
}
.sec_reason .reason_list .side_cmn .reason em {
  font-size: 2.4rem;
  font-style: normal;
}
.sec_reason .reason_list li .txt_cmn.large {
  font-size: 1.9rem;
}
.sec_reason .reason_list li .txt_cmn.txt_cmn.bold {
  font-weight: bold;
}
.sec_reason .reason_list li h3 {
  line-height: 1.4;
  margin-bottom: .8em;
}
.sec_reason .reason_list li .txt_cmn.mdl {
  font-size: 1.4em;
}
.sec_reason .reason_list li .txt_cmn.lh_n {
  line-height: 1.5;
}
.sec_reason .reason_list li .txt_cmn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_reason .reason_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.5rem;
  }
  .sec_reason .reason_list .side_cmn figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .sec_reason .reason_list .side_cmn figure img {
    width: 100%;
  }
  .sec_reason .reason_list .side_cmn .txt {
    width: 100%;
  }
  .sec_reason .reason_list .side_cmn .txt_cmn.large {
    font-size: 1.5rem;
  }
  .sec_reason ul li .reason {
    font-size: 1.4rem;
  }
  .sec_reason ul li .reason em {
    font-size: 2.4rem;
  }
  .sec_reason .reason_list li .txt_cmn.mdl {
    font-size: 1.2rem;
  }

}

/* フリーHTML */
.sec_freehtml {
  width: 113rem;
  width: clamp(60.27rem, -0.02rem + 78.5vw, 113rem);
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  color: #333;
  margin-top: 4rem;
  @media (max-width: 767px) {
    width: 36rem;
    padding: 0;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    color: #282D9B;
  }
}
.sec_freehtml .is-layout-flex {
  flex-flow: row;
  @media (max-width: 767px) {
    flex-flow: column;
  }
}
.sec_freehtml .freehtml {
  margin-top: 4rem;
  font-size: 1.6rem;
}
.sec_freehtml .freehtml p+p {
  margin-top: 2rem;
}
.sec_freehtml .freehtml img {
  @media (max-width: 767px) {
    width: 100%;
  }
}
/*/フリーHTML */
