@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  letter-spacing: 0.08em;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #333;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"] {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 915px) and (orientation: landscape) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

img[src$=".svg"] {
  width: 100%;
}

header {
  padding: 40px 40px 10px;
  background: #FFF8ED;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 15px 20px 0;
  }
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header .header_inner .logo_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
header .header_inner .logo_copy h1 {
  width: 26vw;
}
header .header_inner .logo_copy h1:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 496/60;
  background: url("../images/common/logo.png") #FFF8ED no-repeat center/100% 100%;
  background-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  header .header_inner .logo_copy h1 {
    width: 70vw;
  }
}
header .header_inner .logo_copy .g_nav_copy {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000;
}
@media print, screen and (max-width: 1200px) {
  header .header_inner .logo_copy .g_nav_copy {
    display: none;
  }
}
header .header_inner .g_nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g_nav nav {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
header .header_inner .g_nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g_nav nav ul {
    background: #F6EAE8;
    padding: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .header_inner .g_nav nav ul li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g_nav nav ul li {
    width: 43.6%;
  }
}
header .header_inner .g_nav nav ul li:first-of-type a {
  background: #F25F33;
}
header .header_inner .g_nav nav ul li:nth-of-type(2) a {
  background: #1CB6BC;
}
header .header_inner .g_nav nav ul li:before {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #000;
  background: #FFF;
}
header .header_inner .g_nav nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 5px 40px;
  border-radius: 10px;
  border: 2px solid #000;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g_nav nav ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 5px 0 5px;
    font-size: 12px;
    line-height: 160%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  header .header_inner .g_nav nav ul li a {
    font-size: 14px;
  }
}
header .header_inner .g_nav nav ul li a span {
  font-size: clamp(0px, 2.6vw, 50px);
  font-weight: 600;
}
@media print, screen and (max-width: 1200px) {
  header .header_inner .g_nav nav ul li a span {
    font-size: 20px;
  }
}

.fixed_tel {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .fixed_tel {
    width: 100%;
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fixed_tel.active {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_tel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .fixed_tel ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.fixed_tel ul li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fixed_tel ul li {
    width: 45%;
    max-width: 180px;
  }
}
.fixed_tel ul li:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px 0 0 10px;
  border: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .fixed_tel ul li:before {
    border-radius: 10px 10px 0 0;
    bottom: -5px;
    right: -5px;
  }
}
.fixed_tel ul li:first-of-type a {
  background: #F25F33;
}
.fixed_tel ul li:last-of-type a {
  background: #1CB6BC;
}
.fixed_tel ul li a {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px 15px 20px;
  border-radius: 10px 0 0 10px;
  border: 2px solid #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .fixed_tel ul li a {
    padding: 10px 5px 10px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .fixed_tel ul li a {
    border-radius: 10px 10px 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 15px;
  }
}
.fixed_tel ul li a span {
  font-size: 44px;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .fixed_tel ul li a span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .fixed_tel ul li a span {
    font-size: 28px;
    line-height: 100%;
  }
}

footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  padding: 50px 0 50px 8%;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  footer .footer_inner {
    gap: 60px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 25px 10px 25px;
  }
}
footer .footer_inner h2 {
  width: 26vw;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  footer .footer_inner h2 {
    width: 30vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner h2 {
    width: 70%;
  }
}
footer .footer_inner .text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  footer .footer_inner .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .text {
    font-size: 13px;
  }
}
footer small {
  display: block;
  padding: 20px 0;
  background: #F5F5EF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  footer small {
    font-size: 12px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: #000;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.corporate {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#wrap {
  overflow: hidden;
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.green_03_bg {
  background-color: #1FAB6E;
}

.green_02_bg {
  background-color: #8DB11A;
}

.green_bg {
  background-color: #D3E39F;
}

.red_bg {
  background-color: #ED6138;
}

.pink_bg {
  background-color: #FFC7B6;
}

.yellow_bg {
  background-color: #FFD25F;
}

.blue_bg {
  background-color: #54DFE4;
}

.orange_bg {
  background-color: #FF8800;
}

.green_03_cl {
  color: #1FAB6E;
}

.green_02_cl {
  color: #8DB11A;
}

.green_cl {
  color: #D3E39F;
}

.red_cl {
  color: #ED6138;
}

.red_02_cl {
  color: #F25F33;
}

.pink_cl {
  color: #FFC7B6;
}

.yellow_cl {
  color: #FFD25F;
}

.yellow_02_cl {
  color: #FFFF01;
}

.blue_cl {
  color: #54DFE4;
}

.blue_02_cl {
  color: #1CB6BC;
}

.orange_cl {
  color: #FF8800;
}

.orange_02_cl {
  color: #E25E00;
}

.orange_03_cl {
  color: #F80;
}

.num_circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #000;
}
@media print, screen and (max-width: 1200px) {
  .num_circle {
    padding: 2px;
    width: 40px;
    height: 40px;
  }
}
.num_circle span {
  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;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-size: 38px;
  font-weight: 800;
}
@media print, screen and (max-width: 1200px) {
  .num_circle span {
    font-size: 24px;
    -webkit-text-stroke-width: 1px;
    font-weight: 900;
  }
}

.num_circle_02 {
  padding: 5px;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/common/circle_02.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .num_circle_02 {
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .num_circle_02 {
    padding: 2px;
    width: 40px;
  }
}
.num_circle_02 span {
  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;
  width: 100%;
  height: 100%;
  background: #00B3E5;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
@media print, screen and (max-width: 1200px) {
  .num_circle_02 span {
    font-size: 24px;
  }
}

.check_circle {
  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;
  width: 40px;
  padding-bottom: 2px;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 50%;
}
.check_circle:before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sec_ttl_01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 40px;
}
@media print, screen and (max-width: 1200px) {
  .sec_ttl_01 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.sec_ttl_01 .main_ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 66px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
@media print, screen and (max-width: 1200px) {
  .sec_ttl_01 .main_ttl {
    font-size: 30px;
    -webkit-text-stroke-width: 1px;
    font-weight: 900;
  }
}
.sec_ttl_01 .main_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 45%;
  -webkit-transform: translate(-45%, 0);
          transform: translate(-45%, 0);
  background: url("../images/top/sec_01_fuki.png") no-repeat center/100% 100%;
  display: block;
  width: 350px;
  aspect-ratio: 255/140;
}
@media print, screen and (max-width: 1200px) {
  .sec_ttl_01 .main_ttl:before {
    bottom: 50%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 172px;
  }
}
.sec_ttl_01 .main_ttl .inner {
  position: relative;
}
.sec_ttl_01 .main_ttl .inner .mini {
  font-size: 55px;
}
@media print, screen and (max-width: 1200px) {
  .sec_ttl_01 .main_ttl .inner .mini {
    font-size: 24px;
    -webkit-text-stroke-width: 1px;
  }
}
.sec_ttl_01 .sub_ttl {
  position: relative;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  max-width: 815px;
  width: 90vw;
  margin: 10px auto 0;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 26px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#FFC862), color-stop(49.52%, #FFC3B1), to(#D1E0A0));
  background: linear-gradient(90deg, #FFC862 0%, #FFC3B1 49.52%, #D1E0A0 100%);
}
@media print, screen and (max-width: 1200px) {
  .sec_ttl_01 .sub_ttl {
    font-size: 16px;
    padding: 3px;
  }
}
.sec_ttl_01 .sub_ttl .sub_ttl_inner {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 3px 0;
}

.bg_wrapper {
  position: relative;
  overflow: hidden;
  padding: 80px 0 200px;
}
@media only screen and (max-width: 768px) {
  .bg_wrapper {
    padding: 40px 0 70px;
  }
}
.bg_wrapper .bg {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 6px);
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  background: #C9D998;
  border-radius: 50px 50px 0 0;
}
.details_block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .details_block {
    margin-top: 40px;
  }
}
.details_block[open] summary {
  border-radius: 15px 15px 0 0;
}
.details_block[open] summary h3:before {
  -webkit-transform: translateY(-25%) rotate(-45deg);
          transform: translateY(-25%) rotate(-45deg);
}
.details_block summary::-webkit-details-marker {
  display: none;
}
.details_block summary {
  cursor: pointer;
  display: block;
  list-style-type: none;
  border-radius: 15px;
  background: #8DB11A;
}
.details_block summary h3 {
  position: relative;
  padding: 20px 0 20px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .details_block summary h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .details_block summary h3 {
    padding: 10px 0;
    font-size: 20px;
  }
}
.details_block summary h3:before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-75%) rotate(135deg);
          transform: translateY(-75%) rotate(135deg);
  width: 42px;
  aspect-ratio: 1/1;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .details_block summary h3:before {
    width: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .details_block summary h3:before {
    right: 30px;
    width: 14px;
  }
}
.details_block .details_body {
  padding: 80px;
  border-radius: 0 0 15px 15px;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .details_block .details_body {
    padding: 5%;
    background: #F2F2F2;
  }
}
.details_block .details_body .description {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .details_block .details_body .description {
    text-align: left;
    font-size: 15px;
  }
}
.details_block .details_body .tel_block {
  position: relative;
  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;
  gap: 60px;
  margin-top: 30px;
  padding: 40px 60px;
  border-radius: 50px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .details_block .details_body .tel_block {
    border-radius: 15px;
    padding: 30px 5%;
    text-align: center;
  }
}
.details_block .details_body .tel_block img {
  width: 80px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .details_block .details_body .tel_block img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 40px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.details_block .details_body .tel_block p {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .details_block .details_body .tel_block p {
    font-size: 15px;
  }
}
.details_block .details_body .tel_block p .big {
  font-size: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .details_block .details_body .tel_block p .big {
    font-size: 24px;
  }
}
.details_block .details_body .details_box {
  position: relative;
  background: #fff;
  margin-top: 80px;
  padding: 80px;
  border-radius: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .details_block .details_body .details_box {
    margin-top: 20px;
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .details_block .details_body .details_box {
    margin-top: 20px;
    padding: 15px;
    border-radius: 15px;
  }
}
.details_block .details_body .details_box .details_ttl_01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(30px, 2.1vw, 40px);
  font-weight: 700;
}
@media print, screen and (max-width: 1200px) {
  .details_block .details_body .details_box .details_ttl_01 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .details_block .details_body .details_box .details_ttl_01 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .details_block .details_body .details_box .details_ttl_01 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .details_block .details_body .details_box .details_ttl_01 br.sp {
    display: block;
  }
}
.details_block .details_body .details_box .details_ttl_01 .big {
  font-size: 150%;
}

main section.sec_block {
  padding: 80px 0 200px;
}
@media only screen and (max-width: 768px) {
  main section.sec_block {
    padding: 40px 0 70px;
  }
}
main section .sec_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1560px;
  width: 90%;
}
main section .img_wrapper {
  margin: 0 auto;
  max-width: 1157px;
}
main .mv {
  width: 100%;
  padding: 40px 0 100px;
  background: #FFF8ED;
}
@media only screen and (max-width: 768px) {
  main .mv {
    padding: 10px 0 0;
  }
}
main .mv .mv_img {
  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;
  width: 90%;
  margin: 0 auto;
}
main .mv .mv_img:before {
  content: "";
  width: 100%;
  aspect-ratio: 1840/872;
  background: url("../images/common/mv_pc.webp") #FFF8ED no-repeat center/100% 100%;
}
@media only screen and (max-width: 768px) {
  main .mv .mv_img:before {
    aspect-ratio: 360/640;
    background: url("../images/common/mv_sp.webp") #FFF8ED no-repeat center/100% 100%;
  }
}

#sec_anchor {
  position: relative;
  padding-top: 0px;
  background-color: #FFF8ED;
}
#sec_anchor:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 95%;
  aspect-ratio: 1819/553;
  background: url("../images/top/sec_anchor_bg.png") no-repeat center/cover;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor:before {
    top: 10px;
    bottom: unset;
    aspect-ratio: 380/282;
    background: url("../images/top/sec_anchor_bg_sp.png") no-repeat center/100% 100%;
  }
}
#sec_anchor .sec_inner h2 {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #sec_anchor .sec_inner h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_anchor .sec_inner h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}
#sec_anchor .sec_inner h2 .jozu {
  width: 100%;
  max-width: 400px;
  margin: 40px auto 20px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #000;
  background: -webkit-gradient(linear, left top, right top, from(#FFC862), color-stop(49.52%, #FFC3B1), to(#D1E0A0));
  background: linear-gradient(90deg, #FFC862 0%, #FFC3B1 49.52%, #D1E0A0 100%);
}
#sec_anchor .sec_inner h2 .jozu span {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #000;
  background: #fff;
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #sec_anchor .sec_inner h2 .jozu span {
    font-size: 20px;
  }
}
#sec_anchor .sec_inner h2 .point_img {
  width: 32vw;
}
@media only screen and (max-width: 768px) {
  #sec_anchor .sec_inner h2 .point_img {
    width: 330px;
  }
}
#sec_anchor .sec_inner h2 .point {
  font-size: 60px;
  line-height: 140%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #sec_anchor .sec_inner h2 .point {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_anchor .sec_inner h2 .point {
    font-size: 30px;
  }
}
#sec_anchor .sec_inner h2 .point .three {
  letter-spacing: -15px;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner h2 .point .three {
    letter-spacing: -5px;
  }
}
#sec_anchor .sec_inner h2 .point .big {
  font-size: 80px;
}
@media only screen and (max-width: 768px) {
  #sec_anchor .sec_inner h2 .point .big {
    font-size: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_anchor .sec_inner h2 .point .big {
    font-size: 50px;
  }
}
#sec_anchor .sec_inner h2 .point.tx_strk {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
#sec_anchor .sec_inner .anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list {
    -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;
    margin-top: 130px;
    gap: 40px;
  }
}
#sec_anchor .sec_inner .anchor_list li {
  position: relative;
  width: calc((100% - 60px) / 3);
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li {
    width: 300px;
  }
}
#sec_anchor .sec_inner .anchor_list li:first-of-type:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 260px;
  aspect-ratio: 259/200;
  background: url("../images/top/sec_anchor_01.png") no-repeat center/100% 100%;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li:first-of-type:after {
    width: 160px;
  }
}
#sec_anchor .sec_inner .anchor_list li:first-of-type .num_circle span:before {
  content: "";
  width: 20%;
  aspect-ratio: 28/57;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  background: url("../images/common/1.png") no-repeat center/100% 100%;
}
#sec_anchor .sec_inner .anchor_list li:nth-of-type(2) a {
  background: #FFC7B6;
}
#sec_anchor .sec_inner .anchor_list li:nth-of-type(2) a .num_circle span:before {
  content: "";
  width: 35%;
  aspect-ratio: 106/139;
  background: url("../images/common/2.png") no-repeat center/100% 100%;
}
#sec_anchor .sec_inner .anchor_list li:last-of-type a {
  background: #FFD25F;
}
#sec_anchor .sec_inner .anchor_list li:last-of-type a .num_circle span:before {
  content: "";
  width: 35%;
  aspect-ratio: 108/142;
  background: url("../images/common/3.png") no-repeat center/100% 100%;
}
#sec_anchor .sec_inner .anchor_list li:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #000;
}
#sec_anchor .sec_inner .anchor_list li a {
  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: 20px;
  border-radius: 20px;
  border: 2px solid #000;
  background: #D3E39F;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li a {
    padding: 20px 0 10px;
  }
}
#sec_anchor .sec_inner .anchor_list li a:hover {
  z-index: 2;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
#sec_anchor .sec_inner .anchor_list li a .num_circle {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li a .num_circle {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#sec_anchor .sec_inner .anchor_list li a .anchor_inner {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li a .anchor_inner {
    font-size: 24px;
  }
}
#sec_anchor .sec_inner .anchor_list li a .anchor_inner .big {
  font-size: 44px;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li a .anchor_inner .big {
    font-size: 28px;
  }
}
#sec_anchor .sec_inner .anchor_list li a .anchor_inner .tx_sd {
  text-shadow: 2px 2px 0 #000;
}
#sec_anchor .sec_inner .anchor_list li a .anchor_inner .tx_strk {
  display: inline-block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  vertical-align: text-bottom;
  line-height: 150%;
}
#sec_anchor .sec_inner .anchor_list li a .check_circle {
  margin-top: 15px;
}
#sec_01 {
  position: relative;
}
#sec_01 .bg_wrapper {
  background: #FFF8ED;
}
#sec_01 .bg_wrapper .bg {
  background: url("../images/top/sec_01_bg.webp") no-repeat center/120% 120%;
}
#sec_01 .sec_inner .sec_ttl_01 .main_ttl:after {
  content: "";
  position: relative;
  display: block;
  width: 44vw;
  aspect-ratio: 846/77;
  background: url("../images/top/sec_01_ttl.png") no-repeat center/100% 100%;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .sec_ttl_01 .main_ttl:after {
    width: 90vw;
    max-width: 355px;
    aspect-ratio: 355/35;
    background: url("../images/top/sec_01_ttl_sp.png") no-repeat center/100% 100%;
  }
}
#sec_01 .sec_inner .details_block {
  position: relative;
}
#sec_01 .sec_inner .details_block .details_box h4 {
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#sec_01 .sec_inner .details_block .details_box .ul_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 50px auto;
}
@media print, screen and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap {
    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;
    gap: 20px;
    margin: 0 auto 30px;
  }
}
#sec_01 .sec_inner .details_block .details_box .ul_wrap:before {
  content: "";
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  width: 11vw;
  aspect-ratio: 211/265;
  background: url("../images/top/sec_01_03.png") no-repeat center/cover;
}
@media print, screen and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap:before {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap:before {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap:before {
    width: 110px;
  }
}
#sec_01 .sec_inner .details_block .details_box .ul_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap ul li {
    font-size: 14px;
  }
  #sec_01 .sec_inner .details_block .details_box .ul_wrap ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}
#sec_01 .sec_inner .details_block .details_box .ul_wrap ul li:before {
  content: "・";
}
#sec_01 .sec_inner .details_block .details_box .case {
  max-width: 1000px;
  margin: 0 auto 40px;
}
#sec_01 .sec_inner .details_block .details_box .case.case_01 h5 {
  background: #8DDBDD;
}
#sec_01 .sec_inner .details_block .details_box .case.case_02 h5 {
  background: #FFD25F;
}
#sec_01 .sec_inner .details_block .details_box .case.case_02 .case_body {
  border-bottom: 2px solid #FFD25F;
  border-left: 2px solid #FFD25F;
  border-right: 2px solid #FFD25F;
}
#sec_01 .sec_inner .details_block .details_box .case h5 {
  padding-left: 40px;
  font-size: 32px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 {
    padding: 8px 0 5px 10px;
    line-height: 120%;
    font-size: 15px;
  }
}
#sec_01 .sec_inner .details_block .details_box .case h5 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec_01 .sec_inner .details_block .details_box .case h5 p.bottom_tx {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 p.bottom_tx {
    letter-spacing: 0.02em;
  }
}
#sec_01 .sec_inner .details_block .details_box .case h5 p .big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
}
@media print, screen and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 p .big {
    font-size: 20px;
  }
}
#sec_01 .sec_inner .details_block .details_box .case h5 p .big:before {
  content: "";
  width: 80px;
  aspect-ratio: 1/1;
  background: url("../images/common/calendar_icon.png") no-repeat center/cover;
}
@media print, screen and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 p .big:before {
    width: 40px;
  }
}
#sec_01 .sec_inner .details_block .details_box .case h5 p .mini {
  margin-left: 20px;
  font-size: 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 p .mini {
    margin-left: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 p .mini {
    margin-left: 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 p br.sp {
    display: block;
  }
}
#sec_01 .sec_inner .details_block .details_box .case .case_body {
  padding: 40px;
  border-bottom: 2px solid #54DFE4;
  border-left: 2px solid #54DFE4;
  border-right: 2px solid #54DFE4;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .case .case_body {
    padding: 15px;
  }
}
#sec_01 .sec_inner .details_block .details_box .case .case_body img {
  margin-bottom: 25px;
}
#sec_01 .sec_inner .details_block .details_box .case .case_body .note {
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .case .case_body .note {
    font-size: 12px;
  }
}
#sec_01 .sec_inner .details_block .details_box .tel_description {
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .tel_description {
    margin: 40px 0 30px;
  }
}
#sec_01 .sec_inner .details_block .details_box .tel_description p {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .tel_description p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .tel_description p {
    font-size: 16px;
  }
}
#sec_01 .sec_inner .details_block .img_block img {
  width: 76%;
  margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .img_block img {
    margin: 20px auto 0;
    width: 90%;
  }
}

#sec_02 {
  position: relative;
}
#sec_02 .bg_wrapper {
  background: url("../images/top/sec_01_bg.webp") no-repeat center/120% 120%;
}
#sec_02 .bg_wrapper .bg {
  z-index: 1;
  background: url("../images/top/sec_02_bg.webp") no-repeat center/120% 120%;
}
#sec_02 .bg_wrapper .sec_inner {
  position: relative;
  z-index: 2;
}
#sec_02 .bg_wrapper .sec_inner .sec_ttl_01 .main_ttl:before {
  -webkit-transform: translate(-75%, 15%);
          transform: translate(-75%, 15%);
  background: url("../images/top/sec_02_fuki.png") no-repeat center/100% 100%;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .sec_ttl_01 .main_ttl:before {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
#sec_02 .bg_wrapper .sec_inner .sec_ttl_01 .main_ttl:after {
  content: "";
  position: relative;
  display: block;
  width: 36.5vw;
  aspect-ratio: 702/77;
  background: url("../images/top/sec_02_ttl.png") no-repeat center/100% 100%;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .sec_ttl_01 .main_ttl:after {
    width: 90vw;
    max-width: 355px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block {
  position: relative;
}
#sec_02 .bg_wrapper .sec_inner .details_block summary {
  background: #ED6138;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 60px 10px;
  border-radius: 20px;
  background: #1FAB6E;
  color: #fff;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .main_tx {
  position: relative;
  max-width: 1080px;
  margin: 40px auto;
  padding-left: 17%;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .main_tx {
    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-left: unset;
    gap: 20px;
    margin: 20px auto;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .main_tx:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 14.6%;
  aspect-ratio: 158/240;
  background: url("../images/top/sec_02_02.png") no-repeat center/100% 100%;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .main_tx:before {
    position: unset;
    width: 20%;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .main_tx p {
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: 500;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .main_tx p span {
  font-size: clamp(16px, 1.6vw, 32px);
  font-weight: 700;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 10px;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:last-of-type {
  border: 2px solid #1CB6BC;
  margin-top: 50px;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:last-of-type .num_ttl {
  background: #1CB6BC;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:last-of-type .inner_top {
  background: #FCF6F5;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:last-of-type .inner_top h6 {
  background: #1CB6BC;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:last-of-type .inner_bottom {
  background: #FCF6F5;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:nth-of-type(2) {
  border: 2px solid #F25F33;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:nth-of-type(2) .num_ttl {
  background: #F25F33;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:nth-of-type(2) .inner_top {
  background: #FCF6F5;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:nth-of-type(2) .inner_top h6 {
  background: #F25F33;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container:nth-of-type(2) .inner_bottom {
  background: #FCF6F5;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .num_ttl {
  padding: 5px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .num_ttl {
    font-size: 30px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .ttl {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 32px;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .ttl {
    font-size: 20px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_top {
  margin: 0 60px 10px;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_top {
    margin: 0 10px 10px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_top h6 {
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_top h6 {
    font-size: 18px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_top p {
  padding: 40px;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_top p {
    padding: 10px;
    font-size: 14px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_bottom {
  margin: 0 60px;
  padding: 40px;
  background: #F5F6FC;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_bottom {
    text-align: left;
    margin: 0 10px 10px;
    padding: 10px;
    font-size: 14px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_bottom span {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .inner_bottom span {
    font-size: 20px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .note {
  margin: 30px 100px 60px;
  font-size: 16px;
  font-weight: 400;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .tel_container .note {
    margin: 20px 20px 30px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .img_block {
  position: relative;
}
#sec_02 .bg_wrapper .sec_inner .details_block .img_block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  aspect-ratio: 1383/398;
  background: url("../images/top/cloud_bg.png") no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .img_block:before {
    aspect-ratio: 322/318;
    background: url("../images/top/cloud_bg_sp.png") no-repeat center/cover;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .img_block img {
  width: 30vw;
  margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .img_block img {
    position: relative;
    margin: 50px auto;
    width: 90%;
  }
}

#sec_03 {
  position: relative;
  background: #FFF8ED;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #sec_03 {
    padding-bottom: 80px;
  }
}
#sec_03 .bg_wrapper {
  padding: 80px 0 150px;
  background: url("../images/top/sec_02_bg.webp") no-repeat top -10px center/120% 50%, #FFF8ED bottom center/100% 50%;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper {
    padding: 40px 0 70px;
  }
}
#sec_03 .bg_wrapper .bg {
  border-radius: 50px;
  border-bottom: 2px solid #000;
  background: url("../images/top/sec_03_bg.webp") no-repeat center/120% 120%;
  z-index: 1;
}
#sec_03 .bg_wrapper .sec_inner {
  position: relative;
  z-index: 2;
}
#sec_03 .bg_wrapper .sec_inner .sec_ttl_01 .main_ttl:before {
  -webkit-transform: translate(-55%, 5%);
          transform: translate(-55%, 5%);
  background: url("../images/top/sec_03_fuki.png") no-repeat center/100% 100%;
}
@media print, screen and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .sec_ttl_01 .main_ttl:before {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
#sec_03 .bg_wrapper .sec_inner .sec_ttl_01 .main_ttl:after {
  content: "";
  position: relative;
  display: block;
  width: 37.6vw;
  aspect-ratio: 722/77;
  background: url("../images/top/sec_03_ttl.png") no-repeat center/100% 100%;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .sec_ttl_01 .main_ttl:after {
    width: 90vw;
    max-width: 355px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block {
  position: relative;
}
#sec_03 .bg_wrapper .sec_inner .details_block summary {
  background: #F80;
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box h4 {
  position: relative;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 5px;
  text-decoration-color: #FFFF01;
  text-underline-offset: 8px;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box h4 {
    line-height: 200%;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-thickness: 3px;
    text-decoration-color: #FFFF01;
    text-underline-offset: 4px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box h4:first-of-type:after {
  content: "";
  position: absolute;
  top: 0%;
  left: calc(100% + 5vw);
  width: 7.7vw;
  aspect-ratio: 103/106;
  background: url("../images/common/kusuri.png") no-repeat center/cover;
}
@media print, screen and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box h4:first-of-type:after {
    position: unset;
    display: block;
    margin: 20px auto 0;
  }
}
@media print, screen and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box h4:first-of-type:after {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box h4:nth-of-type(2) {
    font-size: 15px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .note {
  color: #000;
  margin: 50px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 225%;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .note {
    text-align: left;
    margin: 0px 0 20px;
    font-size: 14px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .note:nth-of-type(2) {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 70px;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .note:nth-of-type(2) {
    margin: 20px auto 30px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  width: 100%;
  margin: 0 auto 100px;
}
@media print, screen and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box ul {
    margin: 0 auto 30px;
    -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_03 .bg_wrapper .sec_inner .details_block .details_box ul li {
  width: calc((100% - 100px) / 3);
  border-radius: 10px;
  border-top: 2px solid #F80;
  border-left: 2px solid #F80;
  border-right: 2px solid #F80;
}
@media print, screen and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box ul li {
    width: 100%;
    max-width: 360px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box ul li figure {
  position: relative;
  aspect-ratio: 360/190;
  overflow: hidden;
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box ul li figure img {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88%;
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box ul li p {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  background: #F80;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box ul li p {
    font-size: 12px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 30px;
  border-radius: 50px;
  border: 4px solid #F80;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block {
    padding: 40px 15px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .fuki {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 5px 40px;
  background: #FF8800;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .fuki {
    width: 200px;
    padding: 5px 0;
    text-align: center;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .fuki:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FF8800;
  width: 16px;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block img {
  width: 34%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block img {
    width: 80%;
    max-width: 340px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .mini_note {
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .mini_note {
    font-size: 12px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 50px;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media print, screen and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note {
    margin: 20px auto 30px;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note {
    font-size: 16px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  width: 10.5vw;
  aspect-ratio: 101/64;
  background: url("../images/top/sec_03_08.png") no-repeat center/cover;
}
@media print, screen and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note:after {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note:after {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note:after {
    width: 40vw;
    max-width: 200px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note .num {
  font-size: 32px;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .self_medication_block .big_note .num {
    font-size: 24px;
    line-height: 120%;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .img_block {
  position: relative;
}
#sec_03 .bg_wrapper .sec_inner .details_block .img_block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  aspect-ratio: 1383/398;
  background: url("../images/top/cloud_bg.png") no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .img_block:before {
    aspect-ratio: 322/318;
    background: url("../images/top/cloud_bg_sp.png") no-repeat center/cover;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .img_block img {
  width: 30vw;
  margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .img_block img {
    position: relative;
    margin: 50px auto;
    width: 90%;
  }
}
#sec_03 .bg_wrapper .sec_inner picture .yakusoku {
  border-radius: 5%;
  background: #F5F5EF;
  margin-top: 100px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner picture .yakusoku {
    margin-top: 50px;
  }
}