@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;
  opacity: 0.8 !important;
}

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: #333333;
  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;
  }
}

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

header {
  padding: 40px 40px 10px;
}
@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;
}
@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: 900;
  letter-spacing: 9px;
  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 {
    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;
  }
}
@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:nth-of-type(2) a {
  background: #F39700;
}
header .header_inner .g_nav nav ul li a {
  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: 80px;
  border: 2px solid #FFF;
  background: #00A3DF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  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;
  }
}

footer .footer_inner {
  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;
  gap: 120px;
  padding: 50px 0;
}
@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 100px;
  }
}
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 {
  text-align: center;
  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;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  color: #333;
}

.roboto {
  font-family: "Roboto", sans-serif;
  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;
}

.blue_cl {
  color: #00B3E5;
}

.orange_cl {
  color: #F39700;
}

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

.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: #F39700;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .check_circle {
    width: 24px;
  }
}
.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);
}
@media only screen and (max-width: 768px) {
  .check_circle:before {
    width: 7px;
  }
}

.sec_ttl_01 {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sec_ttl_01 {
    margin-bottom: 30px;
  }
}
.sec_ttl_01 .blue_cl {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 16px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .sec_ttl_01 .blue_cl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_ttl_01 .blue_cl {
    font-size: 14px;
    letter-spacing: unset;
  }
}
.sec_ttl_01 p {
  margin-top: 10px;
  font-size: 56px;
  font-weight: 700;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .sec_ttl_01 p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_ttl_01 p {
    font-size: 24px;
  }
}

.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;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  border-radius: 1850px 1850px 0 0;
  background: #F5F5EF;
}
@media only screen and (max-width: 768px) {
  .bg_wrapper .bg {
    width: 300%;
  }
}

.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 {
  cursor: pointer;
  list-style: none;
  border-radius: 15px;
  background: #00B3E5;
}
.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: #F5F6FC;
}
@media only screen and (max-width: 768px) {
  .details_block .details_body {
    padding: 5%;
  }
}
.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 {
    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: 100px;
  padding: 80px;
  border-radius: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .details_block .details_body .details_box {
    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: 40px;
  font-weight: 700;
}
@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 {
    padding: 15px;
    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;
  }
}

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 {
  margin: 0 auto;
  max-width: 1560px;
  width: 90%;
}
main section .img_wrapper {
  margin: 0 auto;
  max-width: 1157px;
}
main .mv {
  width: 100%;
}

#sec_anchor {
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  #sec_anchor {
    padding-top: 40px;
  }
}
#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 .fuki {
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  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: 185px;
  aspect-ratio: 185/103;
  background: url("../images/common/fuki.png") no-repeat center/cover;
  text-align: left;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner h2 .fuki {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 160px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    aspect-ratio: 140/40;
    background: url("../images/common/fuki_sp.png") no-repeat center/100% 100%;
  }
}
#sec_anchor .sec_inner h2 .jozu {
  letter-spacing: 12px;
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner h2 .jozu {
    letter-spacing: unset;
  }
}
#sec_anchor .sec_inner h2 .point {
  font-size: 56px;
  line-height: 140%;
}
@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 .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 .anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  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: 40px;
    gap: 20px;
  }
}
#sec_anchor .sec_inner .anchor_list li {
  width: calc((100% - 100px) / 3);
}
@media print, screen and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li {
    width: 100%;
    max-width: 450px;
  }
}
#sec_anchor .sec_inner .anchor_list li a {
  position: relative;
  display: block;
  padding: 20px;
  background: #F5F6FC;
  border-radius: 140px;
}
#sec_anchor .sec_inner .anchor_list li a .num_circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}
@media only screen and (max-width: 768px) {
  #sec_anchor .sec_inner .anchor_list li a .num_circle {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
#sec_anchor .sec_inner .anchor_list li a .anchor_inner {
  text-align: center;
  padding: 50px 0;
  border-radius: 120px;
  border: 2px dashed #F39700;
  font-size: 32px;
  font-weight: 900;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li a .anchor_inner {
    padding: 35px 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_anchor .sec_inner .anchor_list li a .anchor_inner {
    padding: 25px 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li a .anchor_inner br.pc {
    display: none;
  }
}
#sec_anchor .sec_inner .anchor_list li a .check_circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_anchor .sec_inner .anchor_list li a .check_circle {
    -webkit-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
  }
}
@media only screen and (max-width: 768px) {
  #sec_anchor .sec_inner .anchor_list li a .check_circle {
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
}

#sec_01 {
  position: relative;
}
#sec_01 .num_circle_02 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sec_01 .bg_01 {
  position: absolute;
  top: 0;
  right: 5vw;
  width: 15%;
  aspect-ratio: 271/320;
  background: url("../images/top/sec_01_02.webp") no-repeat center/cover;
}
#sec_01 .sec_inner .details_block {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .description {
    text-align: left;
  }
}
#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;
    width: 100%;
    margin: unset;
    text-align: left;
  }
}
#sec_01 .sec_inner .details_block .details_box h4:after {
  content: "";
  position: absolute;
  top: 50px;
  right: -4.1vw;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 5.2vw;
  aspect-ratio: 101/160;
  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 h4:after {
    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 h4:after {
    width: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box h4:after {
    width: 16%;
  }
}
#sec_01 .sec_inner .details_block .details_box .ul_wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap {
    padding: 0 15px;
  }
}
#sec_01 .sec_inner .details_block .details_box .ul_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 12.5vw;
  aspect-ratio: 1/1;
  background: url("../images/top/sec_01_04.png") no-repeat center/cover;
}
@media print, screen and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap:after {
    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:after {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .ul_wrap:after {
    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: #00B3E5;
}
#sec_01 .sec_inner .details_block .details_box .case.case_02 h5 {
  background: #F39700;
}
#sec_01 .sec_inner .details_block .details_box .case.case_02 .case_body {
  border-bottom: 2px solid #F39700;
  border-left: 2px solid #F39700;
  border-right: 2px solid #F39700;
}
#sec_01 .sec_inner .details_block .details_box .case h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}
@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:before {
  content: "";
  width: 80px;
  aspect-ratio: 1/1;
  background: url("../images/common/calendar_icon.png") no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .case h5:before {
    width: 14.2%;
  }
}
#sec_01 .sec_inner .details_block .details_box .case h5 .big {
  font-size: 40px;
}
@media print, screen and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 .big {
    font-size: 20px;
  }
}
#sec_01 .sec_inner .details_block .details_box .case h5 .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 .mini {
    margin-left: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .details_box .case h5 .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 br.sp {
    display: block;
  }
}
#sec_01 .sec_inner .details_block .details_box .case .case_body {
  padding: 40px;
  border-bottom: 2px solid #00B3E5;
  border-left: 2px solid #00B3E5;
  border-right: 2px solid #00B3E5;
  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: 18px;
  }
}
#sec_01 .sec_inner .details_block .details_box .tel_description p .wavy {
  line-height: 180%;
  -webkit-text-decoration: underline 3px wavy #F39700;
          text-decoration: underline 3px wavy #F39700;
}
#sec_01 .sec_inner .details_block .tel_flex {
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .tel_flex {
    margin: 30px 0 80vw;
  }
}
#sec_01 .sec_inner .details_block .tel_flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .tel_flex ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .tel_flex ul {
    -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: 10px;
  }
}
#sec_01 .sec_inner .details_block .tel_flex ul li {
  width: 40%;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .tel_flex ul li {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .tel_flex ul li {
    width: 85%;
  }
}
#sec_01 .sec_inner .details_block .tel_flex ul li:nth-of-type(2) a {
  background: #F39700;
}
#sec_01 .sec_inner .details_block .tel_flex ul li a {
  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: 10px;
  padding: 5px 2vw;
  border-radius: 80px;
  border: 2px solid #FFF;
  background: #00A3DF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: clamp(0px, 1.3vw, 24px);
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .tel_flex ul li a {
    gap: 0;
    width: 100%;
    padding: 15px 0 15px;
    font-size: 15px;
    line-height: 160%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .tel_flex ul li a {
    padding: 15px 30px;
    font-size: 14px;
  }
}
#sec_01 .sec_inner .details_block .tel_flex ul li a span {
  font-size: clamp(0px, 3.1vw, 60px);
  font-weight: 600;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_01 .sec_inner .details_block .tel_flex ul li a span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .tel_flex ul li a span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .img_block {
    position: absolute;
    bottom: 30px;
    left: -5%;
  }
  #sec_01 .sec_inner .details_block .img_block:before {
    content: "";
    position: absolute;
    top: -5%;
    left: 25%;
    display: block;
    width: 70%;
    aspect-ratio: 256/250;
    background: url("../images/top/oba_bg_sp.png") no-repeat center/cover;
  }
}
#sec_01 .sec_inner .details_block .img_block img {
  width: 76%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #sec_01 .sec_inner .details_block .img_block img {
    width: 90%;
  }
}

#sec_02 {
  position: relative;
  background: #F5F5EF;
}
#sec_02 .num_circle_02 {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sec_02 .bg_01 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 8vw;
  width: 12%;
  aspect-ratio: 229/300;
  background: url("../images/top/sec_02_02.webp") no-repeat center/cover;
}
#sec_02 .bg_wrapper .bg {
  background: #fff;
  z-index: 1;
}
#sec_02 .bg_wrapper .sec_inner {
  position: relative;
  z-index: 2;
}
#sec_02 .bg_wrapper .sec_inner .details_block {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .description {
    text-align: left;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box {
    margin-bottom: 0;
    padding-bottom: 80vw;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box h4 {
  position: relative;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box h4:after {
  content: "";
  position: absolute;
  top: 140px;
  right: 10%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 6vw;
  aspect-ratio: 116/160;
  background: url("../images/top/sec_02_03.png") no-repeat center/cover;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box h4:after {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    display: block;
    margin: 15px auto 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box h4:after {
    width: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box h4:after {
    width: 20%;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box .note {
  margin: 50px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box .note {
    text-align: left;
    margin: 10px 0 20px;
    font-size: 14px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box 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: 40px;
  width: 100%;
  margin: 0 auto;
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  padding: 40px 80px;
  border-radius: 50px;
  background: #F5F5EF;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li img {
  width: 30%;
}
@media print, screen and (max-width: 1200px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li .text h5 {
  font-size: 32px;
  font-weight: 700;
  -webkit-text-decoration: underline 3px wavy #F39700;
          text-decoration: underline 3px wavy #F39700;
  text-underline-offset: 8px;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li .text h5 {
    text-underline-offset: 5px;
    font-size: 20px;
    line-height: 180%;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li .text p {
  color: #000;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li .text p {
    font-size: 14px;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .details_box ul li .text p.note {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
#sec_02 .bg_wrapper .sec_inner .details_block .img_block {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .img_block {
    position: absolute;
    bottom: 30px;
    left: -5%;
    margin-top: 0;
  }
  #sec_02 .bg_wrapper .sec_inner .details_block .img_block:before {
    content: "";
    position: absolute;
    top: -5%;
    left: 25%;
    display: block;
    width: 70%;
    aspect-ratio: 256/250;
    background: url("../images/top/oba_bg_sp.png") no-repeat center/cover;
  }
}
#sec_02 .bg_wrapper .sec_inner .details_block .img_block img {
  width: 76%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #sec_02 .bg_wrapper .sec_inner .details_block .img_block img {
    width: 90%;
  }
}

#sec_03 {
  position: relative;
  background: #fff;
}
#sec_03 .num_circle_02 {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sec_03 .bg_01 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 3.125vw;
  width: 12%;
  aspect-ratio: 43/50;
  background: url("../images/top/sec_03_02.webp") no-repeat center/cover;
}
#sec_03 .bg_wrapper {
  padding: 80px 0 150px;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper {
    padding: 40px 0 70px;
  }
}
#sec_03 .bg_wrapper .bg {
  background: #F5F5EF;
  z-index: 1;
}
#sec_03 .bg_wrapper .sec_inner {
  position: relative;
  z-index: 2;
}
#sec_03 .bg_wrapper .sec_inner .details_block {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .description {
    text-align: left;
  }
}
#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: 80vw;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box h4 {
  position: relative;
  -webkit-text-decoration: underline wavy 5px #F39700;
          text-decoration: underline wavy 5px #F39700;
  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%;
    -webkit-text-decoration: underline wavy 3px #F39700;
            text-decoration: underline wavy 3px #F39700;
    text-underline-offset: 4px;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box h4:first-of-type:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 12.5vw;
  aspect-ratio: 1/1;
  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;
    -webkit-transform: unset;
            transform: 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;
}
@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 .note:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 15%;
  aspect-ratio: 13/15;
  background: url("../images/top/sec_03_06.webp") no-repeat center/cover;
}
@media print, screen and (max-width: 1200px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .details_box .note:nth-of-type(2):after {
    position: unset;
    display: block;
    margin: 10px auto 0;
    width: 20%;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .details_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 #00B3E5;
  border-left: 2px solid #00B3E5;
  border-right: 2px solid #00B3E5;
}
@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 10px 10px;
  background: #00B3E5;
  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 #F39700;
}
@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: #F39700;
  border-radius: 10px;
  color: #fff;
  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: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F39700;
  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: 14px;
  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;
}
@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 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .img_block {
    position: absolute;
    bottom: 30px;
    left: -5%;
    margin-top: 0;
  }
  #sec_03 .bg_wrapper .sec_inner .details_block .img_block:before {
    content: "";
    position: absolute;
    top: -5%;
    left: 25%;
    display: block;
    width: 70%;
    aspect-ratio: 256/250;
    background: url("../images/top/oba_bg_sp.png") no-repeat center/cover;
  }
}
#sec_03 .bg_wrapper .sec_inner .details_block .img_block img {
  width: 76%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #sec_03 .bg_wrapper .sec_inner .details_block .img_block img {
    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;
  }
}