@charset "UTF-8";
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

img {
  /* vertical-align: top; */
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Inter", sans-serif, sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1140px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal; 
  /* text-decoration: underline; */
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 10px 30px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_logo {
  width: 429px;
}
header .header_logo a {
  display: block;
}
header .header_content {
  width: 425px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_content .tel {
  text-align: center;
}
header .header_content .tel a {
  display: block;
  text-decoration: none;
}
header .header_content .tel a .num {
  font-weight: 700;
  line-height: 1;
  font-size: 3.3rem;
  color: #db2777;
  font-family: "Roboto Condensed", sans-serif;
}
header .header_content .tel a .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1;
}
header .header_content .line a {
  display: block;
  width: 175px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  border-radius: 50px;
  background: #44ba58;
  font-size: 1.6rem;
  position: relative;
  box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  header {
    zoom: 0.8;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    zoom: 1;
    padding: 10px;
  }
  header .header_logo {
    width: 250px;
  }
  header .header_content {
    display: none;
  }
} /*max-width:767px*/
/****************************************

spヘッダー・spナビ

*****************************************/
img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 30px;
    top: 22px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 2px;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
    top: 0;
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
    top: 22px;
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #fff;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
    padding: 100px 20px 180px;
  }
  #sp_navi .navi li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #db2777;
    position: relative;
  }
  #sp_navi .navi li a::after {
    position: absolute;
    content: "";
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #sp_navi .navi li:first-child a {
    border-top: 1px solid #ccc;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #db2777 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #db2777;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #db2777 !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
#sp_navi .sp_navi_tel {
  text-align: center;
  margin-top: 50px;
}
#sp_navi .sp_navi_tel a {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
#sp_navi .sp_navi_tel a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url(../images/sp_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 5px;
  }
} /*max-width:767px*/
/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 15px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  flex-direction: column;
}

#g_navi .menu li ul li a {
  width: 180px;
  padding: 13px 2px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #db2777;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #db2777;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

contentトップ用

*****************************************/
/*1カラム*/
.top_box01 {
  padding: 130px 10% 60px;
  background: url(../images/mv_bg.jpg) center center no-repeat;
  background-size: cover;
}
.top_box01 .tipi01 {
  position: absolute;
  width: 20.76%;
  top: 130px;
  right: 8%;
  max-width: 300px;
}
.top_box01 .top_tit_area .top_box01_tit {
  font-size: clamp(2.4rem, 5vw, 9rem);
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
}
.top_box01 .top_tit_area .top_box01_tit span {
  color: #db2777;
}
.top_box01 .top_box01_wrap {
  padding: 0 3%;
  display: grid;
  grid-template-columns: 52.7% 44.92%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.top_box01 .top_box01_wrap .top_box01_human {
  position: absolute;
  width: 18.79%;
  max-width: 300px;
  min-width: 200px;
  bottom: -60px;
  right: -8%;
  z-index: 0;
}
.top_box01 .top_box01_wrap .top_box01_content_area .top_box01_txt_area {
  padding-bottom: 20px;
  position: relative;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2%;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box {
  border-radius: 10px;
  background: #f4f1d0;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_tit {
  padding: 10px;
  text-align: center;
  background: linear-gradient(90deg, #e7479d 0%, #9834e5 100%);
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt {
  color: #db2777;
  margin-bottom: 35px;
  padding: 20px 8% 0;
  text-align: center;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt .txt01 {
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  padding: 0 1em;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt .txt02 {
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  padding: 0 1em;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_num_area {
  padding: 0 8% 30px;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_num_area dl {
  position: relative;
  margin-bottom: 20px;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_num_area dl dt {
  position: absolute;
  width: 117px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_num_area dl dd {
  background: #db2777;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1;
  font-size: clamp(3rem, 4vw, 6rem);
  font-style: italic;
  padding: 15px 0;
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_num_area dl dd span {
  text-shadow: 1px 1px 0 #db2777, -1px -1px 0 #db2777, -1px 1px 0 #db2777, 1px -1px 0 #db2777, 0px 1px 0 #db2777, 0 -1px 0 #db2777, -1px 0 0 #db2777, 1px 0 0 #db2777;
  display: inline-block;
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 80%, #fdfc6c 80%, #fdfc6c 100%);
}
.top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_num_area dl dd span span {
  font-size: clamp(2rem, 3vw, 4rem);
}
.top_box01 .top_box01_wrap .top_box01_pic_area .top_box01_pic {
  margin-bottom: 40px;
}
.top_box01 .top_box01_wrap .top_box01_pic_area .top_box01_btn a {
  display: block;
  width: 283px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 71px;
  background: #db2777;
  border-radius: 100px;
  font-size: 2.2rem;
  margin-left: auto;
  box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 80px 20px 50px;
    background: url(../images/sp_mv_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .top_box01 .top_tit_area .top_box01_tit {
    font-size: clamp(2.2rem, 7vw, 4rem);
    margin-bottom: 10px;
  }
  .top_box01 .top_tit_area .top_box01_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2%;
    margin-bottom: 20px;
  }
  .top_box01 .top_tit_area .top_box01_btn li {
    position: relative;
    width: 100%;
    padding: 13px 0;
    background: #db2777;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    font-size: clamp(1.2rem, 3.2vw, 1.6rem);
    border-radius: 100px;
    position: relative;
  }
  .top_box01 .top_tit_area .top_box01_btn li::after {
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 100px;
    border: 1px solid #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top_box01 .top_tit_area .top_box01_btn li span {
    font-size: clamp(0.8rem, 2.4vw, 1.2rem);
  }
  .top_box01 .top_tit_area .top_box01_btn li:nth-of-type(2) {
    background: transparent;
    border: 1px solid #db2777;
    color: #db2777;
  }
  .top_box01 .top_tit_area .top_box01_btn li:nth-of-type(2)::after {
    border: 1px solid #db2777;
  }
  .top_box01 .top_box01_wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
    padding: 0;
  }
  .top_box01 .top_box01_wrap .top_box01_human {
    position: absolute;
    width: 30.79%;
    min-width: 100px;
    bottom: -50px;
    right: 0;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box {
    grid-template-rows: auto;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_tit {
    padding: 8px 10px;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area {
    padding: 20px 10px 10px;
    display: grid;
    grid-template-columns: 50% 45%;
    justify-content: space-between;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area .price_txt {
    margin-bottom: 0;
    text-align: justify;
    padding: 0;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area .price_txt .txt01 {
    font-size: 1.4rem;
    padding: 0;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area .price_txt .txt01.mt_auto {
    padding: 0;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area .price_txt .txt02 {
    padding: 0;
    font-size: 1.2rem;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area .price_num_area {
    padding: 0;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area .price_num_area dl {
    margin-bottom: 5px;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area .price_num_area dl dt {
    width: 70px;
    top: -10px;
  }
  .top_box01 .top_box01_wrap .top_box01_content_area .price_wrap .price_box .price_txt_area .price_num_area dl dd {
    border-radius: 8px;
    font-size: clamp(2.4rem, 7vw, 3.6rem);
    padding: 10px 0;
  }
  .top_box01 .top_box01_wrap .top_box01_pic_area .top_box01_pic {
    max-width: 350px;
    margin: 0 auto 20px;
  }
} /*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 100px 20px 50px;
}
.top_box02 .top_box02_inner {
  max-width: 1150px;
  margin: 0 auto;
}
.top_box02 .top_box02_inner .top_box02_tit {
  max-width: 348px;
  margin: 0 auto 50px;
}
.top_box02 .top_box02_inner .top_box02_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}
.top_box02 .top_box02_inner .top_box02_wrap .top_box02_content {
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px 0;
}
.top_box02 .top_box02_inner .top_box02_wrap .top_box02_content figure {
  width: 80px;
  margin: 0 auto;
}
.top_box02 .top_box02_inner .top_box02_wrap .top_box02_content .tit {
  color: #db2777;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(1.8rem, 1.8vw, 2.3rem);
}
.top_box02 .top_box02_inner .top_box02_wrap .top_box02_content .tit.pt_auto {
  padding-top: 1em;
}
.top_box02 .top_box02_inner .top_box02_wrap .top_box02_content .txt {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 20px 40px;
  }
  .top_box02 .top_box02_inner .top_box02_tit {
    width: 70%;
    margin: 0 auto 20px;
  }
  .top_box02 .top_box02_inner .top_box02_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .top_box02 .top_box02_inner .top_box02_wrap .top_box02_content {
    gap: 15px 0;
  }
  .top_box02 .top_box02_inner .top_box02_wrap .top_box02_content figure {
    width: 80px;
  }
  .top_box02 .top_box02_inner .top_box02_wrap .top_box02_content .tit {
    font-size: clamp(1.8rem, 4vw, 2.3rem);
  }
  .top_box02 .top_box02_inner .top_box02_wrap .top_box02_content .tit.pt_auto {
    padding-top: 0;
  }
} /*max-width:767px*/
/*3カラム*/
.top_box03 {
  padding: 60px 20px 100px;
  background: #fbf5ff;
}
.top_box03 .top_box03_inner {
  max-width: 908px;
  margin: 0 auto;
}
.top_box03 .top_box03_inner .top_box03_tit {
  max-width: 593px;
  margin: 0 auto 10px;
}
.top_box03 .top_box03_inner .top_box03_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content {
  background: #fff;
  border-radius: 24px;
  border: 2px solid #fbcfe8;
  box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
  padding: 40px 7% 60px;
  position: relative;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .human {
  position: absolute;
  width: 33.84%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .aside_tit {
  width: 88px;
  line-height: 36px;
  text-align: center;
  border-radius: 30px;
  background: #fce7f3;
  margin: 0 auto 20px;
  color: #be185d;
  font-size: 1.4rem;
  font-weight: 700;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .tit {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .tit span {
  font-size: clamp(2rem, 2.2vw, 2.8rem);
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .txt {
  margin-bottom: 20px;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .txt li {
  font-size: 1.6rem;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 700;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .txt li .bottom_txt {
  font-size: 1.4rem;
  font-weight: normal;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .list {
  position: relative;
  z-index: 1;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .list li {
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  position: relative;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .list li span {
  font-weight: normal;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .list li::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../images/check_icon.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 20px;
    background: #fbf5ff;
  }
  .top_box03 .top_box03_inner .top_box03_tit {
    width: 90%;
    margin: 0 auto;
  }
  .top_box03 .top_box03_inner .top_box03_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content {
    padding: 30px 20px 40px;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .human {
    width: 33.84%;
    max-width: 100px;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .aside_tit {
    line-height: 30px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .tit {
    margin-bottom: 20px;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .tit span {
    font-size: clamp(1.7rem, 3.6vw, 2.1rem);
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .txt {
    margin-bottom: 20px;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .txt li {
    font-size: 1.2rem;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .txt li .bottom_txt {
    font-size: 1.2rem;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .list li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .list li span {
    font-size: 1.3rem;
  }
  .top_box03 .top_box03_inner .top_box03_wrap .top_box03_content .list li::after {
    width: 20px;
    height: 20px;
  }
} /*max-width:767px*/
.pink {
  color: #db2777;
}

.purple {
  color: #9c36e2;
}

/*4カラム*/
.top_box04 {
  padding: 100px 20px 150px;
}
.top_box04 .top_box04_inner {
  max-width: 960px;
  margin: 0 auto;
}
.top_box04 .top_box04_inner .top_box04_tit {
  text-align: center;
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}
.top_box04 .top_box04_inner .top_box04_wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 20px;
  }
  .top_box04 .top_box04_inner .top_box04_tit {
    font-size: clamp(2rem, 6vw, 3rem);
    margin-bottom: 30px;
  }
} /*max-width:767px*/
.top_box04_table {
  width: 100%;
  border-collapse: collapse;
}
.top_box04_table tr:first-of-type {
  background: linear-gradient(90deg, #e7479d 0%, #9834e5 100%);
}
.top_box04_table tr:nth-of-type(even) {
  background: #fdf2f8;
}
.top_box04_table tr th {
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 12px 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
  font-size: 1.6rem;
}
.top_box04_table tr th:nth-of-type(2) {
  font-size: 2.8rem;
}
.top_box04_table tr td {
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
  font-size: 1.6rem;
}
.top_box04_table tr td:nth-of-type(2) {
  font-size: 2.5rem;
  background: #fdfd6c;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.top_box04_table tr td:last-of-type {
  font-weight: normal;
}
.top_box04_table tr td.pink {
  font-weight: 700;
}
.top_box04_table tr td.purple {
  font-size: 2.5rem;
  font-weight: 700;
}
.top_box04_table tr .italic {
  font-style: italic;
  font-size: 4.3rem;
}
.top_box04_table tr .italic span {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .top_box04_table tr th {
    font-size: 1.2rem;
    padding: 10px 5px;
  }
  .top_box04_table tr th:nth-of-type(2) {
    width: 40%;
    font-size: 1.4rem;
  }
  .top_box04_table tr th:first-of-type {
    width: 28%;
  }
  .top_box04_table tr th:nth-of-type(3) {
    width: 32%;
    font-size: 1.1rem;
  }
  .top_box04_table tr td {
    font-size: 1.4rem;
    padding: 5px;
  }
  .top_box04_table tr td:nth-of-type(2) {
    font-size: 1.4rem;
    width: 40%;
  }
  .top_box04_table tr td:first-of-type {
    width: 28%;
  }
  .top_box04_table tr td:nth-of-type(3) {
    width: 32%;
  }
  .top_box04_table tr td.purple {
    font-size: 1.6rem;
  }
  .top_box04_table tr td.pink {
    font-size: 1.8rem;
  }
  .top_box04_table tr .italic {
    font-size: 2.6rem;
  }
  .top_box04_table tr .italic span {
    font-size: 2rem;
  }
} /*max-width:767px*/
/*5カラム*/
.top_box05 {
  padding: 120px 20px;
  background: linear-gradient(90deg, #e7479d 0%, #9834e5 100%);
}
.top_box05 .top_box05_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top_box05 .top_box05_inner .top_box05_tit {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: clamp(3.2rem, 3vw, 4rem);
  line-height: 1.2;
}
.top_box05 .top_box05_inner .top_box05_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
  margin-bottom: 50px;
}
.top_box05 .top_box05_inner .top_box05_wrap .top_box05_content {
  padding: 30px 7%;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px 0;
  position: relative;
  box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
}
.top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .aside_tit {
  position: absolute;
  border: 2px solid #f9a8d4;
  background: linear-gradient(90deg, #e7479d 0%, #9834e5 100%);
  border-radius: 50px;
  width: 100px;
  line-height: 35px;
  text-align: center;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .tit {
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(2rem, 2vw, 2.5rem);
  color: #db2777;
}
.top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .txt {
  line-height: 1.2;
}
.top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .price {
  text-align: center;
  color: #db2777;
  font-weight: 700;
  line-height: 1;
}
.top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .price span {
  display: inline-block;
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 80%, #fdfc6c 80%, #fdfc6c 100%);
  font-size: clamp(2.4rem, 3vw, 3.9rem);
}
.top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .price span span {
  font-style: italic;
  font-size: clamp(3.4rem, 4.2vw, 5.2rem);
}
.top_box05 .top_box05_inner .top_box05_btn a {
  display: block;
  width: 300px;
  border-radius: 60px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 20px;
  }
  .top_box05 .top_box05_inner .top_box05_tit {
    margin-bottom: 40px;
    font-size: clamp(2.4rem, 6vw, 3.2rem);
  }
  .top_box05 .top_box05_inner .top_box05_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
    margin-bottom: 30px;
  }
  .top_box05 .top_box05_inner .top_box05_wrap .top_box05_content {
    padding: 30px 20px;
  }
  .top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .aside_tit {
    width: 90px;
    line-height: 30px;
    top: -15px;
    font-size: 1.4rem;
  }
  .top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .tit {
    font-size: clamp(1.6rem, 4vw, 2.1rem);
  }
  .top_box05 .top_box05_inner .top_box05_wrap .top_box05_content .txt {
    line-height: 1.2;
  }
  .top_box05 .top_box05_inner .top_box05_btn a {
    width: 260px;
    line-height: 50px;
    font-size: 1.6rem;
  }
} /*max-width:767px*/
/*6カラム*/
.top_box06 {
  padding: 100px 20px;
}
.top_box06 .top_box06_inner {
  max-width: 1088px;
  margin: 0 auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #fef2f8;
  border-radius: 20px;
  padding: 50px 3%;
}
.top_box06 .top_box06_inner .top_box06_tit {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: clamp(2rem, 2.2vw, 2.7rem);
}
.top_box06 .top_box06_inner .top_box06_tit .pink {
  font-weight: 700;
  font-size: clamp(3rem, 3.2vw, 4.2rem);
}
.top_box06 .top_box06_inner .top_box06_tit .gra {
  font-weight: 700;
  font-size: clamp(3rem, 3.2vw, 4.2rem);
  background: linear-gradient(90deg, #e7479d 0%, #9834e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_box06 .top_box06_inner .top_box06_wrap {
  display: grid;
  grid-template-columns: 43.63% 53.99%;
  justify-content: space-between;
  align-items: center;
}
.top_box06 .top_box06_inner .top_box06_wrap .top_box06_content .list {
  margin-bottom: 20px;
}
.top_box06 .top_box06_inner .top_box06_wrap .top_box06_content .list li {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #db2777;
  border-radius: 100px;
  text-align: center;
  line-height: 1.2;
  padding: 15px;
  color: #db2777;
  font-weight: 700;
}
.top_box06 .top_box06_inner .top_box06_wrap .top_box06_content .list li:last-child {
  margin-bottom: 0;
}
.top_box06 .top_box06_inner .top_box06_wrap .top_box06_content .top_box06_txt {
  text-align: center;
  background: #fefce8;
  border: 1px solid #fef08a;
  color: #4b5563;
  font-size: 1.4rem;
  border-radius: 30px;
}
.top_box06 .top_box06_inner .top_box06_wrap figure {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 60px 20px;
  }
  .top_box06 .top_box06_inner {
    border-radius: 10px;
    padding: 50px 20px 30px;
  }
  .top_box06 .top_box06_inner .top_box06_tit {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }
  .top_box06 .top_box06_inner .top_box06_tit .gra {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }
  .top_box06 .top_box06_inner .top_box06_wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .top_box06 .top_box06_inner .top_box06_wrap .top_box06_content .list {
    margin-bottom: 15px;
  }
  .top_box06 .top_box06_inner .top_box06_wrap .top_box06_content .list li {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .top_box06 .top_box06_inner .top_box06_wrap .top_box06_content .top_box06_txt {
    font-size: 1.2rem;
  }
} /*max-width:767px*/
/*7カラム*/
.top_box07 {
  padding: 100px 20px;
  background: #fbf5ff;
}
.top_box07 .top_box07_inner {
  max-width: 1216px;
  margin: 0 auto;
}
.top_box07 .top_box07_inner .top_box07_tit {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
  font-size: clamp(2rem, 2.2vw, 2.7rem);
}
.top_box07 .top_box07_inner .top_box07_tit .pink {
  font-weight: 700;
  font-size: clamp(3rem, 3.2vw, 4.2rem);
}
.top_box07 .top_box07_inner .top_box07_tit .gra {
  font-weight: 700;
  font-size: clamp(3rem, 3.2vw, 4.2rem);
  background: linear-gradient(90deg, #e7479d 0%, #9834e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_box07 .top_box07_inner .top_box07_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 6%;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content {
  text-align: center;
  position: relative;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content:last-of-type::after {
  content: none;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 30px;
  background: url(../images/flow_bar.png) center right no-repeat;
  background-size: contain;
  right: -53%;
  top: 36px;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content figure {
  width: 96px;
  margin: 0 auto 20px;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content figure img {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit span {
  display: block;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit .num {
  width: 32px;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit .ja {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #4b5563;
}

@media screen and (max-width: 1100px) {
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content::after {
    width: 70%;
    right: -48%;
  }
} /*max-width:1100px*/
@media screen and (max-width: 900px) {
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content::after {
    width: 60%;
    right: -45%;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 60px 20px;
    background: #fbf5ff;
  }
  .top_box07 .top_box07_inner .top_box07_tit {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }
  .top_box07 .top_box07_inner .top_box07_tit .gra {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }
  .top_box07 .top_box07_inner .top_box07_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0;
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content {
    position: relative;
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 42px;
    background: url(../images/sp_flow_bar.png) center right no-repeat;
    background-size: contain;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: -45px;
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content figure {
    width: 96px;
    margin: 0 auto 20px;
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content figure img {
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit span {
    display: block;
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit .num {
    width: 32px;
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit .ja {
    font-size: clamp(1.6rem, 1.6vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  .top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .txt {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #4b5563;
  }
} /*max-width:767px*/
/*8カラム*/
.top_box08 {
  padding: 100px 20px;
}
.top_box08 .top_box08_inner {
  max-width: 1216px;
  margin: 0 auto;
}
.top_box08 .top_box08_inner .top_box08_tit {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: clamp(3.2rem, 3vw, 4rem);
}
.top_box08 .top_box08_inner .top_box08_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}
.top_box08 .top_box08_inner .top_box08_wrap dl {
  background: #fcf4fc;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 10% 60px;
}
.top_box08 .top_box08_inner .top_box08_wrap dl dt {
  max-width: 116px;
  margin: 0 auto 50px;
}
.top_box08 .top_box08_inner .top_box08_wrap dl dt img {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
}
.top_box08 .top_box08_inner .top_box08_wrap dl dd {
  position: relative;
}
.top_box08 .top_box08_inner .top_box08_wrap dl dd::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 30px;
  background: url(../images/voice_icon01.png) no-repeat;
  background-size: contain;
  left: -10px;
  top: -40px;
}
.top_box08 .top_box08_inner .top_box08_wrap dl dd::before {
  position: absolute;
  content: "";
  width: 39px;
  height: 30px;
  background: url(../images/voice_icon02.png) no-repeat;
  background-size: contain;
  right: -10px;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 60px 20px;
  }
  .top_box08 .top_box08_inner .top_box08_tit {
    margin-bottom: 40px;
    font-size: clamp(2.4rem, 6vw, 3.2rem);
  }
  .top_box08 .top_box08_inner .top_box08_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .top_box08 .top_box08_inner .top_box08_wrap dl {
    padding: 30px 30px 50px;
  }
  .top_box08 .top_box08_inner .top_box08_wrap dl dd::before {
    bottom: -30px;
  }
} /*max-width:767px*/
/*9カラム*/
.top_box09 {
  padding: 30px 20px;
  background: linear-gradient(90deg, #e7479d 0%, #9834e5 100%);
}
.top_box09 .wrap {
  max-width: 1217px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 36.15% 63%;
  justify-content: space-between;
}
.top_box09 .wrap .content .tit {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 2.8vw, 3.7rem);
  line-height: 1.5;
}
.top_box09 .wrap .content .line_btn a {
  display: block;
  width: 55%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 62px;
  background: #44ba58;
  border: 2px solid #fff;
  font-size: clamp(1.6rem, 1.5vw, 1.9rem);
  font-weight: bold;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .top_box09 {
    padding: 60px 20px;
  }
  .top_box09 .wrap {
    grid-template-columns: 100%;
    gap: 50px 0;
  }
  .top_box09 .wrap .content .tit {
    text-align: center;
    font-size: clamp(2.2rem, 6vw, 3.6rem);
  }
  .top_box09 .wrap .content .line_btn a {
    margin: 0 auto;
    width: 65%;
    line-height: 55px;
    font-size: 1.6rem;
  }
} /*max-width:767px*/
/****************************************

精神科LP

*****************************************/
/*1カラム*/
.spirit_box01 {
  margin-top: 224px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  position: relative;
}
.spirit_box01 .content {
  padding: 0 20px;
}
.spirit_box01 .content figure {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}
.spirit_box01 .content figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spirit_box01 .content .txt_area {
  max-width: 650px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.spirit_box01 .content .txt_area .aside_tit {
  display: inline-block;
  background: #fff;
  padding: 20px 5% 10px;
  border-radius: 100px;
  line-height: 1.2;
  font-size: clamp(1.8rem, 2.4vw, 3.6rem);
  color: #000;
  margin-bottom: 30px;
}
.spirit_box01 .content .txt_area .aside_tit .pink {
  color: #db2777;
  font-weight: bold;
}
.spirit_box01 .content .txt_area .aside_tit .pink span {
  position: relative;
  display: inline-block;
}
.spirit_box01 .content .txt_area .aside_tit .pink span::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #db2777;
  border-radius: 50px;
  left: 0;
  right: 0;
  top: -10px;
  margin: 0 auto;
}
.spirit_box01 .content .txt_area .tit {
  font-weight: bold;
  font-size: clamp(2.8rem, 3.6vw, 5.4rem);
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 20px;
}
.spirit_box01 .content .txt_area .txt01 {
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 2.8rem);
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 20px;
}
.spirit_box01 .content .txt_area .txt02 {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
.spirit_box01 .content .txt_area .list {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
.spirit_box01 .pic_area {
  position: relative;
}
.spirit_box01 .pic_area figure img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.spirit_box01 .pic_area .icon01 {
  position: absolute;
  width: 25.83%;
  bottom: 2%;
  right: 2%;
}

@media screen and (max-width: 1000px) {
  .spirit_box01 {
    margin-top: 114px;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .spirit_box01 {
    margin-top: 110px;
    grid-template-columns: repeat(1, 1fr);
  }
  .spirit_box01 .content {
    padding: 30px 20px;
    position: relative;
  }
  .spirit_box01 .content figure {
    width: 100%;
    height: 100%;
  }
  .spirit_box01 .content .txt_area .aside_tit {
    padding: 10px 5% 8px;
    font-size: clamp(1.4rem, 4vw, 2.6rem);
    margin-bottom: 10px;
  }
  .spirit_box01 .content .txt_area .aside_tit .pink span::after {
    width: 5px;
    height: 5px;
    top: -5px;
  }
  .spirit_box01 .content .txt_area .tit {
    font-size: clamp(2rem, 7vw, 3.8rem);
    margin-bottom: 10px;
  }
  .spirit_box01 .content .txt_area .txt01 {
    font-size: clamp(1.6rem, 5vw, 2.6rem);
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .spirit_box01 .content .txt_area .txt02 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-bottom: 0;
  }
  .spirit_box01 .content .txt_area .list {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .spirit_box01 .pic_area {
    position: relative;
  }
  .spirit_box01 .pic_area figure img {
    min-height: 200px;
  }
  .spirit_box01 .pic_area .icon01 {
    position: absolute;
    width: 30.83%;
    min-width: 100px;
    top: -10px;
    left: 10px;
    bottom: auto;
    right: auto;
  }
  .spirit_box01 .pic_area .list {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 400px;
    margin: 0 auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
} /*max-width:767px*/
/*2カラム*/
.spirit_box02 {
  padding: 100px 20px;
  background: url(../images/spirit_bg01.jpg) top center no-repeat;
  background-size: cover;
}
.spirit_box02 .spirit_box02_inner {
  max-width: 964px;
  margin: 0 auto;
}
.spirit_box02 .spirit_box02_inner .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
  margin-bottom: 50px;
}
.spirit_box02 .spirit_box02_inner .list li {
  border-radius: 16px;
  padding: 30px 30px 30px 75px;
  background: #fff;
  position: relative;
  font-weight: 700;
  color: #374151;
  font-size: clamp(1.2rem, 1.6vw, 1.9rem);
  line-height: 1.5;
}
.spirit_box02 .spirit_box02_inner .list li::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 30px;
  background: url(../images/spirit_check01.png) no-repeat;
  background-size: contain;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.spirit_box02 .spirit_box02_inner .txt_area {
  text-align: center;
}
.spirit_box02 .spirit_box02_inner .txt_area p {
  color: #374151;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}
.spirit_box02 .spirit_box02_inner .txt_area span {
  display: inline-block;
  padding: 5px 10px;
  color: #111827;
  font-weight: 700;
  font-size: clamp(2rem, 2vw, 2.5rem);
  background: #fef08a;
  line-height: 1.2;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .spirit_box02 {
    padding: 60px 20px;
  }
  .spirit_box02 .spirit_box02_inner .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    margin-bottom: 30px;
  }
  .spirit_box02 .spirit_box02_inner .list li {
    border-radius: 10px;
    padding: 20px 10px 20px 35px;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }
  .spirit_box02 .spirit_box02_inner .list li::after {
    width: 23px;
    height: 20px;
    background: url(../images/spirit_check01.png) no-repeat;
    background-size: contain;
    left: 10px;
  }
  .spirit_box02 .spirit_box02_inner .txt_area p {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
  .spirit_box02 .spirit_box02_inner .txt_area span {
    padding: 5px;
    font-size: clamp(1.4rem, 4vw, 2rem);
    background: #fef08a;
    margin: 5px 0;
    display: inline-block;
  }
} /*max-width:767px*/
/*3カラム*/
.spirit_box03 {
  padding: 100px 20px 120px;
}
.spirit_box03 .spirit_box03_inner {
  max-width: 1182px;
  margin: 0 auto;
}
.spirit_box03 .spirit_box03_inner .spirit_tit01 {
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  margin-bottom: 100px;
}
.spirit_box03 .spirit_box03_inner .wrap {
  position: relative;
}
.spirit_box03 .spirit_box03_inner .wrap .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 451px;
  background: rgba(227, 72, 161, 0.85);
  padding: 40px 25px 30px;
  color: #fff;
}
.spirit_box03 .spirit_box03_inner .wrap .content .txt {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
.spirit_box03 .spirit_box03_inner .wrap .content .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 3%;
}
.spirit_box03 .spirit_box03_inner .wrap .content .list li {
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  padding: 10px 5px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.spirit_box03 .spirit_box03_inner .wrap figure {
  width: 68.53%;
  margin-left: auto;
}
.spirit_box03 .spirit_box03_inner .wrap figure img {
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .spirit_box03 {
    padding: 60px 20px;
  }
  .spirit_box03 .spirit_box03_inner .spirit_tit01 {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    margin-bottom: 30px;
  }
  .spirit_box03 .spirit_box03_inner .wrap .content {
    position: static;
    transform: translateY(0);
    width: calc(100% - 20px);
    margin: 0 auto;
    background: rgba(227, 72, 161, 0.85);
    padding: 30px 20px 20px;
  }
  .spirit_box03 .spirit_box03_inner .wrap .content .txt {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
  }
  .spirit_box03 .spirit_box03_inner .wrap .content .list {
    gap: 5px 10px;
  }
  .spirit_box03 .spirit_box03_inner .wrap .content .list li {
    padding: 7px 5px;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }
.spirit_box03 .spirit_box03_inner .wrap figure {
    width: 100%;
    margin: -20px auto 0;
  }
  .spirit_box03 .spirit_box03_inner .wrap figure img {
    height: auto;
  }
} /*max-width:767px*/
/*4カラム*/
.spirit_box04 {
  padding: 120px 20px;
  background: linear-gradient(180deg, #e5489f 0%, #9c36e2 100%);
}
.spirit_box04 .spirit_tit01 {
  color: #fff;
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  margin-bottom: 30px;
}
.spirit_box04 .txt01 {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.spirit_box04 .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 3%;
}
.spirit_box04 .wrap .content {
  background: #fff;
  border-radius: 8px;
  padding: 20px 6% 30px;
  text-align: center;
}
.spirit_box04 .wrap .content figure {
  width: 52px;
  margin: 0 auto 15px;
}
.spirit_box04 .wrap .content .tit {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  color: #db2777;
}
.spirit_box04 .wrap .content .txt {
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 767px) {
  .spirit_box04 {
    padding: 60px 20px;
  }
  .spirit_box04 .spirit_tit01 {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    margin-bottom: 10px;
  }
  .spirit_box04 .txt01 {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .spirit_box04 .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .spirit_box04 .wrap .content {
    background: #fff;
    border-radius: 8px;
    padding: 20px 6% 30px;
    text-align: center;
  }
  .spirit_box04 .wrap .content figure {
    width: 35px;
    margin-bottom: 10px;
  }
  .spirit_box04 .wrap .content .tit {
    font-size: clamp(1.4rem, 4vw, 2rem);
  }
} /*max-width:767px*/
/*5カラム*/
.spirit_box05 {
  padding: 120px 20px;
}
.spirit_box05 .spirit_tit01 {
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  margin-bottom: 30px;
}
.spirit_box05 .txt01 {
  text-align: center;
  margin-bottom: 60px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  color: #4b5563;
  font-weight: 700;
}
.spirit_box05 .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}
.spirit_box05 .wrap .content {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #f472b6;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.spirit_box05 .wrap .content .tit {
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  background: #f472b6;
  font-weight: bold;
  line-height: 1.2;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  letter-spacing: 0;
}
.spirit_box05 .wrap .content .tit span {
  font-weight: normal;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}
.spirit_box05 .wrap .content .txt_area {
  padding: 30px 20px;
}
.spirit_box05 .wrap .content .txt_area dl {
  margin-bottom: 25px;
  align-items: center;
  display: grid;
  grid-template-columns: 38px auto;
  gap: 0 12px;
}
.spirit_box05 .wrap .content .txt_area dl:last-of-type {
  margin-bottom: 0;
}
.spirit_box05 .wrap .content .txt_area dl dt {
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f472b6;
  padding-top: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.spirit_box05 .wrap .content .txt_area dl dd {
  line-height: 1.3;
  color: #4b5563;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.spirit_box05 .wrap .content .txt_area dl dd span {
  color: #111827;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .spirit_box05 {
    padding: 60px 20px;
  }
  .spirit_box05 .spirit_tit01 {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    margin-bottom: 10px;
  }
  .spirit_box05 .txt01 {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .spirit_box05 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .spirit_box05 .wrap .content {
    display: block;
  }
  .spirit_box05 .wrap .content .tit {
    padding: 10px;
    font-size: clamp(1.6rem, 4vw, 2rem);
    letter-spacing: 0;
  }
  .spirit_box05 .wrap .content .tit span {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
  }
  .spirit_box05 .wrap .content .txt_area {
    padding: 20px;
  }
  .spirit_box05 .wrap .content .txt_area dl {
    margin-bottom: 15px;
    align-items: center;
    display: grid;
    grid-template-columns: 30px auto;
    gap: 0 10px;
  }
  .spirit_box05 .wrap .content .txt_area dl dt {
    width: 30px;
    height: 30px;
    padding-top: 9px;
  }
} /*max-width:767px*/
/*6カラム*/
.spirit_box06.top_box07 {
  background: #fbf5ff;
}
.spirit_box06.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .txt {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .spirit_box06.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content {
    display: grid;
    grid-template-columns: 96px auto;
    justify-content: flex-start;
    gap: 0 10px;
    align-items: center;
    margin-bottom: 10px;
  }
  .spirit_box06.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content::after {
    transform: translateX(0);
    left: 35px;
    bottom: -50px;
  }
  .spirit_box06.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content figure {
    margin: 0;
  }
  .spirit_box06.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .txt_area {
    text-align: left;
  }
  .spirit_box06.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .tit {
    justify-content: flex-start;
    grid-template-columns: 30px auto;
    display: grid;
  }
  .spirit_box06.top_box07 .top_box07_inner .top_box07_wrap .top_box07_content .txt {
    font-size: clamp(1.2rem, 1.3vw, 1.6rem);
    line-height: 1.3;
  }
} /*max-width:767px*/
/*7カラム*/
.spirit_box07 {
  padding: 120px 20px;
  background: linear-gradient(180deg, #e5489f 0%, #9c36e2 100%);
}
.spirit_box07 .spirit_box07_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.spirit_box07 .spirit_box07_inner .spirit_tit01 {
  color: #fff;
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  margin-bottom: 30px;
}
.spirit_box07 .spirit_box07_inner .txt01 {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.spirit_box07 .spirit_box07_inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 2%;
  margin-bottom: 50px;
}
.spirit_box07 .spirit_box07_inner .wrap dl {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
}
.spirit_box07 .spirit_box07_inner .wrap dl dt {
  margin-bottom: 15px;
  line-height: 1.2;
  padding-left: 45px;
  color: #db2777;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  position: relative;
}
.spirit_box07 .spirit_box07_inner .wrap dl dt::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/spirit_check02.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.spirit_box07 .spirit_box07_inner .wrap dl dd {
  color: #000000;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.spirit_box07 .spirit_box07_inner .content {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 35px 12%;
  text-align: center;
}
.spirit_box07 .spirit_box07_inner .content .tit {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.spirit_box07 .spirit_box07_inner .content .txt {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #d1d5db;
}
.spirit_box07 .spirit_box07_inner .content .btn-1 {
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
.spirit_box07 .spirit_box07_inner .content .btn-1 li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 51px;
  border-radius: 8px;
}
.spirit_box07 .spirit_box07_inner .content .btn-1 li a span {
  position: relative;
  padding-left: 25px;
  font-size: 1.6rem;
}
.spirit_box07 .spirit_box07_inner .content .btn-1 li:first-child a {
  color: #111827;
  background: #fff;
  width: 264px;
}
.spirit_box07 .spirit_box07_inner .content .btn-1 li:first-child a span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/spirit_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.spirit_box07 .spirit_box07_inner .content .btn-1 li:last-child a {
  color: #fff;
  border: 1px solid #fff;
  width: 188px;
}
.spirit_box07 .spirit_box07_inner .content .btn-1 li:last-child a span::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  background: url(../images/spirit_line.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .spirit_box07 {
    padding: 60px 20px;
  }
  .spirit_box07 .spirit_box07_inner .spirit_tit01 {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    margin-bottom: 10px;
  }
  .spirit_box07 .spirit_box07_inner .txt01 {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .spirit_box07 .spirit_box07_inner .wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .spirit_box07 .spirit_box07_inner .wrap dl {
    padding: 15px;
  }
  .spirit_box07 .spirit_box07_inner .wrap dl dt {
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .spirit_box07 .spirit_box07_inner .wrap dl dt::after {
    width: 25px;
    height: 25px;
  }
  .spirit_box07 .spirit_box07_inner .content {
    padding: 35px 20px;
  }
  .spirit_box07 .spirit_box07_inner .content .txt {
    margin-bottom: 10px;
  }
  .spirit_box07 .spirit_box07_inner .content .btn-1 {
    flex-direction: column;
    gap: 10px 0;
  }
  .spirit_box07 .spirit_box07_inner .content .btn-1 li:first-child a {
    width: 100%;
  }
  .spirit_box07 .spirit_box07_inner .content .btn-1 li:last-child a {
    width: 100%;
  }
} /*max-width:767px*/
/*8カラム*/
/*9カラム*/
.spirit_box09 {
  padding: 60px 20px;
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 35%, #f0e1fb 35%, #f0e1fb 100%);
}
.spirit_box09 .wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48.73% 47.27%;
  justify-content: space-between;
  align-items: center;
}
.spirit_box09 .wrap .content .spirit_box09_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(2rem, 2vw, 2.4rem);
  position: relative;
  margin-bottom: 40px;
  line-height: 1.2;
}
.spirit_box09 .wrap .content .spirit_box09_tit::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 2px;
  background: linear-gradient(90deg, #e7479d 0%, #9834e5 100%);
  left: 0;
  bottom: -20px;
  z-index: -1;
}
.spirit_box09 .wrap .content .spirit_box09_tit span {
  display: inline-block;
}
.spirit_box09 .wrap .content .spirit_box09_tit .ja {
  font-weight: bold;
}
.spirit_box09 .wrap .content .spirit_box09_tit .en {
  color: #db2777;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}
.spirit_box09 .wrap .content .aside_tit {
  color: #4b5563;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.spirit_box09 .wrap .content .txt_area {
  letter-spacing: 0;
  color: #374151;
  margin-bottom: 30px;
}
.spirit_box09 .wrap .content .box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border-left: 4px solid #db2777;
  padding: 25px;
}
.spirit_box09 .wrap .content .box .tit {
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  color: #db2777;
}
.spirit_box09 .wrap .content .box .txt {
  color: #374151;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}
.spirit_box09 .wrap .content .box .name {
  color: #db2777;
}
.spirit_box09 .wrap figure img {
  height: 646px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .spirit_box09 {
    background: linear-gradient(180deg, transparent 0%, transparent 70%, #f0e1fb 70%, #f0e1fb 100%);
  }
  .spirit_box09 .wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .spirit_box09 .wrap .content .spirit_box09_tit {
    font-size: clamp(1.8rem, 4vw, 2rem);
    margin-bottom: 20px;
  }
  .spirit_box09 .wrap .content .spirit_box09_tit::after {
    bottom: -10px;
    width: 100%;
  }
  .spirit_box09 .wrap .content .aside_tit {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .spirit_box09 .wrap .content .txt_area {
    margin-bottom: 20px;
  }
  .spirit_box09 .wrap .content .box {
    padding: 20px;
  }
  .spirit_box09 .wrap .content .box .tit {
    font-size: 1.4rem;
  }
  .spirit_box09 .wrap .content .box .txt {
    margin-bottom: 10px;
  }
  .spirit_box09 .wrap figure img {
    height: auto;
  }
} /*max-width:767px*/
/*10カラム*/
.spirit_box10 {
  padding: 120px 20px;
}
.spirit_box10 .spirit_tit01 {
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  margin-bottom: 30px;
}
.spirit_box10 .txt01 {
  text-align: center;
  margin-bottom: 60px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  color: #4b5563;
  font-weight: 700;
}
.spirit_box10 .wrap {
  max-width: 1038px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .spirit_box10 {
    padding: 60px 20px;
  }
  .spirit_box10 .spirit_tit01 {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    margin-bottom: 10px;
  }
  .spirit_box10 .txt01 {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*spirit_tit01*/
.spirit_tit01 {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
  font-size: clamp(2.6rem, 2.6vw, 3.3rem);
}

@media screen and (max-width: 767px) {
  .spirit_tit01 {
    margin-bottom: 30px;
    font-size: clamp(2.2rem, 5vw, 2.8rem);
  }
} /*max-width:767px*/
/****************************************

sp_footer

*****************************************/
.pc_bana.active {
  transform: translateY(0);
  opacity: 1;
}

.pc_bana {
  opacity: 0;
  position: fixed;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  z-index: 10;
  transition: all 0.3s;
  transform: translateY(200px);
}
.pc_bana .wrap {
  max-width: 1217px;
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 37.3% 60%;
}
.pc_bana .wrap .pic_area {
  display: grid;
  grid-template-columns: 21.37% 75.33%;
  justify-content: space-between;
  align-items: center;
}
.pc_bana .wrap .pic_area .txt_area .txt01 {
  font-weight: bold;
  color: #db2777;
  line-height: 1.5;
  font-size: clamp(1.2rem, 1.6vw, 2.1rem);
  line-height: 1.2;
}
.pc_bana .wrap .pic_area .txt_area .txt02 {
  font-weight: bold;
  color: #4b5563;
  line-height: 1.5;
  font-size: clamp(0.8rem, 1.2vw, 1.4rem);
}
.pc_bana .wrap .contact_area {
  display: grid;
  grid-template-columns: 38% 59.68%;
  justify-content: space-between;
  align-items: center;
}
.pc_bana .wrap .contact_area .tel a {
  text-decoration: none;
  display: block;
  line-height: 1.1;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.pc_bana .wrap .contact_area .tel a .num {
  font-weight: bold;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  color: #db2777;
  letter-spacing: 0;
}
.pc_bana .wrap .contact_area .tel a .txt {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
}
.pc_bana .wrap .contact_area .btn_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
.pc_bana .wrap .contact_area .btn_area li a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 66px;
  background: #db2777;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: 700;
  box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
.pc_bana .wrap .contact_area .btn_area li:last-child a {
  background: #44ba58;
}

@media screen and (max-width: 767px) {
  .pc_bana {
    display: none;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  .sp_bana {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .sp_bana .sp_bana_btn a {
    padding: 8px 10px;
    background: #db2777;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp_bana .sp_bana_btn a .access {
    width: 42%;
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #fff;
  }
  .sp_bana .sp_bana_btn a .txt {
    width: 55%;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    font-size: clamp(1rem, 3.4vw, 1.6rem);
  }
  .sp_bana .contact_box {
    padding: 8px 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_bana .contact_box .tel {
    width: 58%;
  }
  .sp_bana .contact_box .tel a {
    text-decoration: none;
    display: block;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
  }
  .sp_bana .contact_box .tel a .num {
    font-weight: bold;
    font-size: clamp(2.8rem, 7.2vw, 3.6rem);
    color: #db2777;
    letter-spacing: 0;
  }
  .sp_bana .contact_box .tel a .txt {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
  }
  .sp_bana .contact_box .line {
    width: 42%;
  }
  .sp_bana .contact_box .line a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    border-radius: 50px;
    background: #44ba58;
    position: relative;
    box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  padding: 40px 30px 150px;
}
footer .footer_wrap {
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_logo_area .logo_txt {
  color: #595757;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}
footer .footer_wrap .footer_logo_area .footer_logo {
  width: 464px;
}
footer .footer_wrap .footer_content {
  width: 483px;
}
footer .footer_wrap .footer_content .footer_contact_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
footer .footer_wrap .footer_content .footer_contact_box .tel a {
  text-decoration: none;
  display: block;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
footer .footer_wrap .footer_content .footer_contact_box .tel a .num {
  font-weight: bold;
  font-size: 4.7rem;
  color: #db2777;
  letter-spacing: 0;
}
footer .footer_wrap .footer_content .footer_contact_box .tel a .txt {
  font-size: 1.7rem;
}
footer .footer_wrap .footer_content .footer_contact_box .line a {
  display: block;
  width: 175px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  border-radius: 50px;
  background: #44ba58;
  font-size: 1.6rem;
  position: relative;
  box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
}
footer .footer_wrap .footer_content .footer_info dl {
  display: flex;
  align-items: center;
}
footer .footer_wrap .footer_content .footer_info dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  width: 90px;
}
footer .footer_wrap .footer_content .footer_info dl dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  footer .footer_wrap {
    zoom: 0.8;
  }
} /*max-width:1100px*/
@media screen and (max-width: 900px) {
  footer .footer_wrap {
    zoom: 0.7;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 20px 160px;
  }
  footer .footer_wrap {
    zoom: 1;
    flex-direction: column;
    gap: 30px 0;
  }
  footer .footer_wrap .footer_logo_area {
    max-width: 280px;
    margin: 0 auto;
  }
  footer .footer_wrap .footer_logo_area .logo_txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  footer .footer_wrap .footer_logo_area .footer_logo {
    width: 100%;
  }
  footer .footer_wrap .footer_content {
    width: 100%;
  }
  footer .footer_wrap .footer_content .footer_contact_box {
    display: flex;
    justify-content: center;
    gap: 0 5%;
    margin-bottom: 20px;
  }
  footer .footer_wrap .footer_content .footer_contact_box .tel {
    width: 56%;
  }
  footer .footer_wrap .footer_content .footer_contact_box .tel a .num {
    font-size: clamp(2.6rem, 6vw, 3.2rem);
  }
  footer .footer_wrap .footer_content .footer_contact_box .tel a .txt {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
  }
  footer .footer_wrap .footer_content .footer_contact_box .line {
    width: 42%;
  }
  footer .footer_wrap .footer_content .footer_contact_box .line a {
    width: 100%;
    font-size: 1.4rem;
  }
  footer .footer_wrap .footer_content .footer_info {
    flex-direction: column;
  }
  footer .footer_wrap .footer_content .footer_info dl {
    display: flex;
    align-items: center;
  }
  footer .footer_wrap .footer_content .footer_info dl dt {
    font-size: 1.4rem;
    width: 75px;
  }
  footer .footer_wrap .footer_content .footer_info dl dd {
    font-size: 1.3rem;
  }
} /*max-width:767px*/
.copy small {
  font-size: 1.3rem;
}

.copy {
  margin-top: 60px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .to_top {
    display: none !important;
  }
  .copy small {
    font-size: 1.1rem;
  }
  .copy {
    margin-top: 30px;
  }
}
/****************************************

タイトル

*****************************************/
.subhead01 {
  font-weight: bold;
  color: #ffffff;
  line-height: 65px;
  padding-left: 22px;
  margin-bottom: 35px;
}

/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}
/****************************************

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  border: 1px solid #ccc;
}

.overview_table th {
  width: 30%;
  padding: 15px 10px 15px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  background-color: #eee;
}

.overview_table td {
  width: 70%;
  padding: 15px 10px 15px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}
@media screen and (max-width: 767px) {
  .overview_table {
    border-bottom: 1px solid #ccc;
  }
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 26px;
}

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}
/****************************************

追加用

*****************************************/
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
} /*max-width:767px*/
pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  margin-bottom: 20px;
  border: 1px solid #db2777;
  background: #fdf2f8;
  border-radius: 8px;
}
.details .details-summary {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  padding: 30px 40px 30px 70px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "Q";
  font-weight: bold;
  font-size: 4rem;
  color: #db2777;
  left: 30px;
  line-height: 1;
  top: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
.details .details-summary .btn {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 30px;
  width: 12px;
  height: 12px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details .details-summary .btn:before, .details .details-summary .btn:after {
  content: "";
  background-color: #4b5563;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 5px;
  transform-origin: center center;
}
.details .details-summary .btn:before {
  width: 2px;
  height: 11px;
  top: 0;
  left: 5px;
}
.details .details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details .details-summary.is-active .btn:before {
  content: none;
}
.details .details-content {
  position: relative;
  padding: 0 30px 30px;
}
.details .details-content p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 10px;
  }
  .details .details-summary {
    font-size: 1.6rem;
    padding: 20px 30px 20px 45px;
  }
  .details .details-summary::after {
    font-size: 3rem;
    left: 20px;
    top: 13px;
  }
  .details .details-summary .btn {
    right: 10px;
  }
  .details .details-content {
    position: relative;
    padding: 0 20px 10px;
  }
  .details .details-content p {
    font-size: 1.4rem;
  }
} /*max-width:767px*//*# sourceMappingURL=style.css.map */

/******************************************

性病科LP

*****************************************/

/* 色の変数 */
:root {
  --std-brown: #553d24;
  --std-pink: #db2777;
  --std-gold: #a68a34;
  --std-green: #44ba58;
  --std-bg-light: #fdf2f5;
  --std-bg-beige: #fbf8e6;
  --std-white: #ffffff;
  --std-gray: #6b7280;
  --std-gray-light: #f3f4f6;
}

/* メインビジュアル */
.std-mv {
  position: relative;
  /* height: 666px; */
  overflow: hidden;
  margin-top: 240px;
}

.std-mv .sp{
  display: none;
}

.std-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.std-mv__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-mv__content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 140px;
}

.std-mv__left {
  flex: 1;
  max-width: 629px;
}

.std-mv__tags {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.std-mv__tag {
  background: var(--std-gold);
  color: var(--std-white);
  padding: 8px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.std-mv__title {
  margin-bottom: 28px;
}

.std-mv__title-top {
  font-size: 30px;
  color: var(--std-brown);
  margin-bottom: 6px;
  line-height: 1.4;
}

.std-mv__title-main {
  font-size: 68px;
  color: var(--std-brown);
  font-weight: bold;
  line-height: 1.4;
  font-family: 'Zen Old Mincho', serif;
}

.std-mv__price-cards {
  display: flex;
  gap: 20px;
  margin-top: 48px;
}

.std-mv__price-card {
  position: relative;
  background: var(--std-bg-light);
  border: 1px solid var(--std-brown);
  border-radius: 7px;
  padding: 18px 16px 16px;
  width: 222px;
}

.std-mv__price-tag {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--std-pink);
  color: var(--std-white);
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 3px;
}

.std-mv__price-content h3 {
  font-size: 18px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.std-mv__price {
  text-align: center;
  color: var(--std-brown);
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
}

.std-mv__right {
  position: absolute;
  right: 0;
  top: 32px;
  width: 673px;
  height: 634px;
  overflow: hidden;
}

.std-mv__doctor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-mv__line-btn {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 3;
}

.std-mv__line-circle {
  position: relative;
  width: 166px;
  height: 166px;
  background: var(--std-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.std-mv__line-text {
  color: var(--std-white);
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  padding: 30px 0 0;
  line-height: 1.3;
}

.std-mv__line-small {
  font-size: 15px;
  display: block;
  margin-top: 4px;
}

.std-mv__line-bubble {
  position: absolute;
  top: 0;
  left: 20px;
  background: var(--std-white);
  border: 2px solid var(--std-green);
  padding: 7px 16px;
  border-radius: 27px;
  font-size: 14px;
  color: var(--std-green);
  font-weight: 600;
  line-height: 1.3;
  width: 124px;
  text-align: center;
}

/* プラン紹介 */
.std-plan {
  background: var(--std-bg-light);
  padding: 53px 143px;
}

.std-plan__container {
  display: flex;
  gap: 20px;
  max-width: 1230px;
  margin: 0 auto;
}

.std-plan__item {
  flex: 1;
  background: var(--std-white);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--std-gold);
}

.std-plan__header {
  background: var(--std-gold);
  color: var(--std-white);
  padding: 16px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.std-plan__header h3 {
  font-size: 27px;
  font-weight: 900;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 1.5px;
}

.std-plan__badge {
  background: #fdda62;
  color: var(--std-gold);
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  /* flex: 1; */
}

.std-plan__body {
  padding: 10px 16px;
  display: block;
  justify-content: space-between;
  align-items: end;
  min-height: 91px;
}

.std-plan__details {
  color: var(--std-gold);
  font-size: 16px;
  font-weight: bold;
  /* width: 100%; */
  line-height: 1.45;
}

.std-plan__note {
  color: var(--std-gold);
  font-size: 15px;
  display: block;
  margin-top: 4px;
}

.std-plan__price {
  color: var(--std-gold);
  font-size: 65px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  line-height: 1;
}

.std-plan__yen {
  font-size: 40px;
}

.std-plan__amount {
  /* color: var(--std-brown); */
}

/* お悩み紹介 */
.std-problems {
  background: #FDF2F8;
  padding: 80px 207px;
  /* min-height: 1687px; */
}

.std-problems__container {
  max-width: 1026px;
  margin: 0 auto;
}

.std-problems__title {
  font-size: 55px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 92px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
}

.std-problems__box {
  background: var(--std-white);
  border: 1px solid var(--std-gold);
  border-radius: 10px;
  padding: 60px 46px;
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 312px;
}

.std-problems__content {
  flex: 1;
  max-width: 556px;
}

.std-problems__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.std-problems__item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.std-problems__icon {
  width: 29px;
  height: 29px;
  background: var(--std-pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--std-white);
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}

.std-problems__text {
  font-size: 27px;
  color: var(--std-brown);
  font-weight: 500;
  line-height: 1.2;
}

.std-problems__images {
  position: absolute;
  right: 46px;
  top: 50px;
  display: flex;
  gap: 20px;
}

.std-problems__next img {
    max-width: 437px;
}

.std-problems__next {
    margin: 43px 0;
    text-align: center;
}

.std-problems__img {
  /* width: 188px; */
  /* height: 262px; */
  /* object-fit: cover; */
}

.std-problems__img.sp{
  display: none;
}

/* PANTHER紹介 */
.std-panther {
  padding: 100px 0;
  background: url('../images/std-kensa_panther_bg.jpg') no-repeat;
  background-size: cover;
  /* position: relative; */
  /* min-height: 1160px; */
}

.std-panther__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.std-panther__circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 247px;
  height: 247px;
  background: radial-gradient(circle, #e71596b9 0%, #d04e73b9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.std-panther__circle-title {
  color: var(--std-pink);
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-family: 'Zen Old Mincho', serif;
}

.std-panther__content {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 0 54px;
  /* margin-top: 305px; */
  justify-content: center;
}

.std-panther__left {
  flex: 1;
  max-width: 526px;
}

.std-panther__title {
  font-size: 40px;
  color: var(--std-pink);
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 2px;
  font-family: 'Zen Old Mincho', serif;
}

.std-panther__description {
  font-size: 18px;
  color: var(--std-brown);
  line-height: 1.9;
  margin-bottom: 28px;
}

.std-panther__features {
  background: var(--std-white);
  border-radius: 10px;
  padding: 30px 23px;
  margin-bottom: 28px;
}

.std-panther__feature {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 15px;
}

.std-panther__feature:last-child {
  margin-bottom: 0;
}

.std-panther__feature span.std-panther__check {
  font-size: 0;
  width: 60px;
  height: 26px;
  background: url('../images/std-kensa_check.png') no-repeat;
  line-height: 1.2;
}

.std-panther__feature span {
  font-size: 21px;
  color: var(--std-brown);
  line-height: 1.2;
}

.std-panther__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.std-panther__line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: var(--std-green); */
  /* color: var(--std-white); */
  padding: 23px 55px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  /* box-shadow: 0px 24px 30px rgba(0,0,0,0.1), 0px 9.6px 12px rgba(0,0,0,0.1); */
}

.std-panther__line-note {
  background: var(--std-white);
  border: 3px solid var(--std-green);
  color: var(--std-green);
  padding: 15px 46px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.std-panther__right {
  flex-shrink: 0;
}

.std-panther__machine {
  max-width: 564px;
  height: auto;
  object-fit: cover;
}

/* 特徴 */
.std-features {
  position: relative;
  padding: 0 0 100px 0;
  min-height: 853px;
}

.std-features__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.std-features__bg-img {
  width: 100%;
  height: 100%;
  object-fit: none;
  opacity: 0.6;
}

.std-features__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 240, 248, 0.75);
}

.std-features__container {
  position: relative;
  z-index: 2;
  /* max-width: 1440px; */
  margin: 0 auto;
  /* padding: 0 20px; */
}

.std-features__header {
  background: linear-gradient(to right, #f2e9c9 7.222%, #dbcb93 96.389%);
  text-align: center;
  color: var(--std-brown);
  padding: 36px 0;
  margin-bottom: 76px;
}

.std-features__subtitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Zen Old Mincho', serif;
}

.std-features__title {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-family: 'Zen Old Mincho', serif;
}

.std-features__description {
  font-size: 18px;
  font-weight: 400;
}

.std-features__list {
  display: flex;
  gap: 19px;
  justify-content: center;
  margin-bottom: 70px;
}

.std-features__item {
  background: #fff2eb;
  border-radius: 10px;
  padding: 44px;
  width: 290px;
  text-align: center;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
}

.std-features__icon {
  width: 100px;
  height: 100px;
  background: rgba(166, 138, 52, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.std-features__icon-img {
  width: 50px;
  height: 50px;
}

.std-features__item-title {
  color: var(--std-brown);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
}

.std-features__small {
  font-size: 17px;
  line-height: 1.76;
}

.std-features__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.std-features__line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--std-green);
  color: var(--std-white);
  padding: 23px 55px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  box-shadow: 0px 24px 30px rgba(0,0,0,0.1), 0px 9.6px 12px rgba(0,0,0,0.1);
}

.std-features__line-note {
  background: var(--std-white);
  border: 3px solid var(--std-green);
  color: var(--std-green);
  padding: 15px 46px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/* 検査タイプ選択 */
.std-reason {
  background: var(--std-white);
}

.std-reason__container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 20px;
}

.std-reason__number {
  font-size: 75px;
  color: var(--std-gold);
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.std-reason__number::before {
  content: 'Reason ';
  font-size: 63px;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
}

.std-reason__subtitle {
  font-size: 26px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 67px;
}

.std-reason__title {
  font-size: 50px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
}

.std-reason__plans {
  display: flex;
  gap: 26px;
  margin-bottom: 40px;
}

.std-reason__plan {
  flex: 1;
  max-width: 463px;
}

.std-reason__plan-header {
  background: #b89f59;
  color: var(--std-white);
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.46;
  border-radius: 15px 15px 0 0;
  border: 1px solid #f3f4f6;
}

.std-reason__plan-body {
  background: var(--std-bg-beige);
  padding: 30px 32px 0;
  border-radius: 0 0 15px 15px;
  border: 1px solid #f3f4f6;
  border-top: none;
  position: relative;
  min-height: 462px;
}

.std-reason__plan-badge {
  background: #32a840f3;
  color: var(--std-white);
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.std-reason__plan-title {
  color: var(--std-pink);
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.std-reason__plan-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.std-reason__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.std-reason__check {
  width: 29px;
  height: 29px;
  background: #815bd0d1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--std-white);
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.std-reason__feature span {
  font-size: 20px;
  color: var(--std-brown);
  line-height: 1.3;
  font-weight: 600;
}

.std-reason__feature small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
}

.std-reason__plan-img {
  /* position: absolute; */
  /* bottom: 0; */
  /* right: 16px; */
  /* width: 160px; */
  /* height: 158px; */
  /* object-fit: cover; */
}

.std-reason__price-item {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
}

.std-reason__price-badge {
  background: var(--std-gold);
  color: var(--std-white);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  min-width: 58px;
  text-align: center;
}

.std-reason__comparison {
  max-width: 960px;
  margin: 0 auto;
}

.std-reason__comparison .sp{
  display: none;
}

.std-reason__comparison-title {
  font-size: 50px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: 'Zen Old Mincho', serif;
}

.std-reason__table {
  background: var(--std-white);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.std-reason__table-header {
  background: var(--std-gold);
  display: flex;
  color: var(--std-white);
}

.std-reason__table-header .std-reason__table-cell:first-child {
  width: 246px;
}

.std-reason__table-header .std-reason__table-cell:nth-child(2) {
  width: 411px;
}

.std-reason__table-header .std-reason__table-cell:last-child {
  width: 300px;
}

.std-reason__table-row {
  display: flex;
  border-bottom: 1px solid #f3f4f6;
}

.std-reason__table-row:last-child {
  border-bottom: none;
}

.std-reason__table-cell {
  padding: 16px 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-height: 56px;
}

.std-reason__table-cell:first-child {
  background: var(--std-bg-beige);
  width: 246px;
  font-weight: 400;
  color: var(--std-brown);
}

.std-reason__table-cell:nth-child(2) {
  width: 411px;
}

.std-reason__table-cell:last-child {
  width: 300px;
}

.std-reason__table-cell--highlight {
  background: #fdfd6c;
  font-size: 25px;
  color: #db277b;
  font-weight: 600;
}

.std-reason__table-cell--pink {
  font-size: 25px;
  color: #db277b;
  font-weight: 600;
}

.std-reason__table-cell--purple {
  font-size: 25px;
  color: #9c36e2;
  font-weight: 600;
}

a.std-reason__link{
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #DB2777;
  padding: 37px 8px;
  border-radius: 64px;
  border: 1px solid #DB2777;
  max-width: 558px;
  text-align: center;
  box-sizing: border-box;
  line-height: 50px;
  /* width: 100%; */
  margin: 90px auto;
}

/* 夜間受信 */
.std-night {
  background: var(--std-white);
  padding: 80px 112px;
}

.std-night__container {
  max-width: 1152px;
  margin: 0 auto;
}

.std-night__number {
  font-size: 75px;
  color: var(--std-gold);
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}

.std-night__number::before {
  content: 'Reason ';
  font-size: 63px;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
}

.std-night__title {
  font-size: 48px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
}

.std-night__timetable {
  max-width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.std-night__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-night__timetable .sp{
  display: none;
}

.std-night__timetable-title {
  font-size: 50px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: 'Zen Old Mincho', serif;
}

.std-night__content {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-direction: column;
}

.std-night__features {
  flex: 1;
  background: var(--std-bg-beige);
  padding: 38px 25px;
  border-radius: 10px;
}

.std-night__feature {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 20px;
}

.std-night__feature:last-child {
  margin-bottom: 0;
}

.std-night__feature span.std-night__check {
  font-size: 0; 
  width: 26px; 
  height: 26px; 
  background: url('../images/std-kensa_check.png') no-repeat; 
  line-height: 1.2;
}

.std-night__feature span {
  font-size: 21px;
  color: var(--std-brown);
  line-height: 1.5;
  font-weight: 500;
}

/* プライバシー配慮 */
.std-privacy {
  background: var(--std-white);
  padding: 80px 112px;
}

.std-privacy__container {
  max-width: 1152px;
  margin: 0 auto;
}

.std-privacy__number {
  font-size: 75px;
  color: var(--std-gold);
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}

.std-privacy__number::before {
  content: 'Reason ';
  font-size: 63px;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
}

.std-privacy__title {
  font-size: 48px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
}

.std-privacy__description {
  font-size: 20px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 64px;
}

.std-privacy__content {
  display: flex;
  gap: 48px;
  align-items: center;
}

.std-privacy__image {
  max-width: 520px;
  /* height: 288px; */
  border-radius: 10px;
  overflow: hidden;
}

.std-privacy__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-privacy__features {
  flex: 1;
  background: var(--std-bg-beige);
  padding: 38px 25px;
  border-radius: 10px;
}

.std-privacy__feature {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 20px;
}

.std-privacy__feature:last-child {
  margin-bottom: 0;
}

.std-privacy__feature span.std-privacy__check {
  font-size: 0; 
  width: 26px; 
  height: 26px; 
  background: url('../images/std-kensa_check.png') no-repeat; 
  line-height: 1.2;
}

.std-privacy__feature span {
  font-size: 21px;
  color: var(--std-brown);
  line-height: 1.5;
  font-weight: 500;
}

/* 患者の声 */
.std-voice {
  position: relative;
  padding: 80px 112px;
  min-height: 728px;
}

.std-voice__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.std-voice__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-voice__container {
  position: relative;
  z-index: 2;
  max-width: 1202px;
  margin: 0 auto;
}

.std-voice__title {
  font-size: 48px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
}

.std-voice__list {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.std-voice__item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 44px 32px 0;
  width: 384px;
  min-height: 448px;
  box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.1), 0px 10px 15px -3px rgba(0,0,0,0.1);
  text-align: center;
}

.std-voice__avatar {
  width: 149px;
  height: 149px;
  margin: 0 auto 30px;
  border-radius: 50%;
  overflow: hidden;
}

.std-voice__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-voice__content-title {
  color: var(--std-pink);
  font-size: 23px;
  font-style: italic;
  margin-bottom: 7px;
  line-height: 1.52;
}

.std-voice__content-text {
  color: var(--std-gray);
  font-size: 18px;
  font-style: italic;
  line-height: 1.63;
  margin-bottom: 10px;
}

.std-voice__content-info {
  color: var(--std-gray);
  font-size: 18px;
  font-style: italic;
}

/* 社会的背景 */
.std-social {
  position: relative;
  padding: 80px 254px;
}

.std-social__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.std-social__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-social__container {
  position: relative;
  z-index: 2;
  max-width: 932px;
  margin: 0 auto;
}

.std-social__title {
  font-size: 48px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
}

.std-social__content {
  background: var(--std-white);
  border: 2px solid rgba(236, 72, 153, 0.4);
  border-radius: 15px;
  padding: 83px 20px;
  display: flex;
  gap: 50px;
  min-height: 491px;
  position: relative;
}

.std-social__left {
  /* flex: 1; */
  width: 480px;
  z-index: 1;
}

.std-social__content-title {
  color: var(--std-pink);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.std-social__text {
  color: var(--std-gray);
  font-size: 18px;
  line-height: 1.61;
  margin-bottom: 24px;
}

.std-social__highlight {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
  color: var(--std-pink);
  padding: 24px 28px;
  border-radius: 0 8px 8px 0;
  font-size: 18px;
  line-height: 1.33;
}

.std-social__right {
  width: 398px;
  height: 395px;
  border-radius: 0 13px 13px 0;
  overflow: hidden;
}

.std-social__img {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  max-width: 398px;
  object-fit: contain;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/* 使用機器紹介 */
.std-equipment {
  background: linear-gradient(rgba(219, 39, 119, 0) 0%, rgba(219, 39, 119, 0.3) 100%), linear-gradient(90deg, var(--std-white) 0%, var(--std-white) 100%);
  padding: 80px 176px;
}

.std-equipment__container {
  max-width: 1088px;
  margin: 0 auto;
}

.std-equipment__title {
  font-size: 48px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 17px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
}

.std-equipment__subtitle {
  font-size: 20px;
  color: var(--std-gray);
  text-align: center;
  margin-bottom: 32px;
}

.std-equipment__main {
  display: flex;
  gap: 52px;
  align-items: center;
  margin-bottom: 16px;
}

.std-equipment__image {
  width: 357px;
  height: 372px;
}

.std-equipment__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-equipment__content {
  flex: 1;
  background: var(--std-white);
  padding: 30px;
  border-radius: 10px;
}

.std-equipment__content-title {
  color: var(--std-pink);
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

.std-equipment__features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.std-equipment__feature {
  display: flex;
  align-items: center;
  gap: 20px;
}

.std-equipment__feature-icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.std-equipment__icon {
  width: 100%;
  height: 100%;
}

.std-equipment__feature span {
  font-size: 20px;
  color: var(--std-gray);
}

.std-equipment__facility {
  border: 1px solid var(--std-gold);
  border-radius: 10px;
  background: linear-gradient(rgba(255, 255, 255,0.15), rgba(255, 255, 255,0.85));
  padding: 27px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.std-equipment__facility-images {
  display: flex;
  gap: 6px;
}

.std-equipment__facility-img {
  max-width: 245px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.std-equipment__facility-content {
  text-align: center;
  max-width: 251px;
}

.std-equipment__facility-title {
  color: var(--std-brown);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.std-equipment__facility-text {
  color: var(--std-gray);
  font-size: 18px;
  line-height: 1.56;
}

/* 診療の流れ */
.std-flow {
  position: relative;
  padding: 100px 0;
  background: var(--std-white);
}

.std-flow__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.std-flow__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-flow__container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.std-flow__title {
  font-size: 48px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
}

.std-flow__step-title .sp{
  display: none;
}

.std-flow__subtitle {
  font-size: 20px;
  color: var(--std-gray);
  text-align: center;
  margin-bottom: 70px;
}

.std-flow__steps {
  max-width: 600px;
  margin: 0 auto;
}

.std-flow__step {
  background: var(--std-bg-beige);
  border: 1px solid rgba(166, 138, 52, 0.3);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.std-flow__step-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.std-flow__step-icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none  ;
}

.std-flow__step-img {
  width: 100%;
  height: 100%;
}

.std-flow__step-title {
  color: var(--std-brown);
  font-size: 20px;
  font-weight: bold;
  /* white-space: nowrap; */
}

.std-flow__step-image {
  max-width: 193px;
  width: 100%;
  height: 122px;
  border-radius: 5px;
  overflow: hidden;
}

.std-flow__step-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: baseline;
}

.std-flow__arrow {
  text-align: center;
  font-size: 24px;
  color: var(--std-gold);
  margin: 10px 0;
}

.std-flow__step-image_pay{
  margin-top: 20px;
}

.std-flow__step-photo.sp {
  display: none;
}

/* アクセス */
.std-access {
  background: linear-gradient(#FDF2F8,#FFE4E6);
  padding: 80px 112px;
}

.std-access__container {
  max-width: 1216px;
  margin: 0 auto;
}

.std-access__title {
  font-size: 48px;
  color: var(--std-brown);
  text-align: center;
  margin-bottom: 71px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
}

.std-access__content {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.std-access__info {
  display: flex;
  gap: 40px;
  width: 100%;
}

.std-access__info-item.access-route {
  display: flex;
  align-items: center;
  gap: 20px;
}

.std-access__info-item.access-route  .std-access__info-text{
  flex: 1;
}

.std-access__info-item.access-route img{
  /* height: 206px; */
  width: auto;
  height: auto;
  max-width: 164px;
}

.std-access__info-item {
  background: var(--std-white);
  border: 1px solid #fce7f3;
  border-radius: 10px;
  padding: 22px;
  flex: 1;
  min-height: 268px;
}

.std-access__info-title {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--std-brown);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

.std-access__icon {
  width: 18px;
  height: 22px;
}

.std-access__address {
  color: var(--std-gray);
  font-size: 18px;
  margin-bottom: 12px;
}

.std-access__info-item.access-route .std-access__info-title{
  font-size: 24px;
  font-weight: bold;
  color: #DB2777;
  display: inline;
  margin-bottom: 0;
}

.std-access__info-item.access-route .std-access__address{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.std-access__building {
  color: var(--std-gray);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.std-access__contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.std-access__contact-label {
  background: #fce7f3;
  color: #be185d;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
}

.std-access__phone {
  color: var(--std-pink);
  font-size: 16px;
  font-weight: 600;
}

.std-access__stations {
  display: flex;
  flex-direction: column;
}

.std-access__station {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.std-access__station:last-child {
  border-bottom: none;
}

.std-access__station-name {
  color: var(--std-gray);
  font-size: 16px;
}

.std-access__station-time {
  color: var(--std-pink);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

/* アクセススライド */
.std-access__slide-container {
  position: relative;
  width: 100%;
  /* max-width: 500px; */
  /* margin: 0 auto; */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.std-access__slide-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.std-access__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.std-access__slide.active {
  opacity: 1;
}

.std-access__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-access__slide-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.9);
}

.std-access__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease;
}

.std-access__dot.active {
  background: #553d24;
}

.std-access__dot:hover {
  background: #a68a34;
}

.std-access__route-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}

.std-access__nav-btn {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 2px solid #553d24;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.std-access__nav-btn:hover {
  background: #553d24;
  transform: scale(1.05);
}

.std-access__nav-btn:hover .std-access__nav-icon {
  filter: brightness(0) invert(1);
}

.std-access__nav-icon {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}

.std-access__nav-btn--prev .std-access__nav-icon {
  transform: rotate(180deg);
}

.std-access__route-text-container {
  flex: 1;
  text-align: center;
}

.std-access__route-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #553d24;
  margin: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .std-access__slide-wrapper {
    height: 370px;
  }
  
  .std-access__route-nav {
    /* flex-direction: column; */
    gap: 16px;
    padding: 0 10px;
  }
  
  .std-access__nav-buttons {
    display: flex;
    gap: 20px;
  }
  
  .std-access__route-text {
    font-size: 14px;
    margin: 12px 0;
  }
}

@media (max-width: 480px) {
  .std-access__slide-wrapper {
    height: 200px;
  }
  
  .std-access__nav-btn {
    width: 40px;
    height: 40px;
  }
  
  .std-access__nav-icon {
    width: 16px;
    height: 16px;
  }
  
  .std-access__route-text {
    font-size: 13px;
  }
}

.std-access__route {
  background: var(--std-white);
  border: 1px solid #fce7f3;
  border-radius: 10px;
  padding: 33px 32px;
}

.std-access__route-title {
  color: var(--std-brown);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  /* margin-bottom: 0; */
}

.std-access__route-content {
  display: flex;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}

.std-access__route-image {
  width: 100%;
  height: 403px;
  border-radius: 10px;
  overflow: hidden;
}

.std-access__route-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-access__route-info {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.std-access__map {
  max-width: 521px;
  height: 311px;
  background: #c4c4c4;
  border-radius: 10px;
  box-shadow: 0px 5.708px 8.563px -5.708px rgba(0,0,0,0.1), 0px 14.271px 21.406px -4.281px rgba(0,0,0,0.1);
}

.std-access__map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--std-gray);
  font-size: 18px;
}

.std-access__route-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.std-access__nav-btn {
  width: 48px;
  height: 48px;
  background: #fce7f3;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: block;
  /* flex: 1; */
}

.std-access__nav-btn--prev .std-access__nav-icon {
  transform: rotate(180deg) scaleY(-1);
}

.std-access__nav-icon {
  width: 16px;
  height: 16px;
}

.std-access__route-text {
  color: var(--std-gray);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  /* max-width: 300px; */
  /* flex: 2; */
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .std-mv__content {
    padding: 0 40px;
  }
  
  .std-mv__right {
    width: 500px;
    right: -100px;
  }
  
  .std-plan {
    padding: 53px 40px;
  }
  
  .std-problems {
    padding: 80px 40px;
  }
  
  .std-panther__content {
    padding: 0 40px;
  }
  
  .std-features__list {
    flex-wrap: wrap;
  }
  
  .std-reason__plans {
    flex-direction: column;
  }
  
  .std-privacy {
    padding: 80px 40px;
  }
  
  .std-privacy__content {
    flex-direction: column;
  }
  
  .std-voice {
    padding: 80px 40px;
  }
  
  .std-voice__list {
    flex-direction: column;
    align-items: center;
  }
  
  .std-social {
    padding: 80px 40px;
  }
  
  .std-social__content {
    flex-direction: column;
  }
  
  .std-equipment {
    padding: 80px 40px;
  }

  .std-equipment__facility-img {
    /* max-width: 245px; */
    width: calc(100% / 2);
    height: auto;
    object-fit: cover;
  }
  
  .std-equipment__main {
    flex-direction: column;
  }
  
  .std-equipment__facility {
    flex-direction: column;
    gap: 20px;
  }
  
  .std-equipment__facility-images {
    justify-content: center;
  }
  
  .std-access {
    padding: 80px 30px;
  }
  
  .std-access__content {
    flex-direction: column;
  }
  
  .std-access__info {
    flex-direction: column;
  }
  
  .std-access__route-content {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .std-mv {
    height: auto;
    min-height: 500px;
    margin-top: 115px;
  }

  .std-mv .pc{
    display: none;
  }

  .std-mv .sp{
    display: block;
  }

  .std-problems__img.sp{
    display: block;
  }

  .std-problems__img.pc{
    display: none;
  }

  .std-problems__title{
    font-size: 29px;
  }

  .std-panther__title{
    font-size: 29px;
  }

  .std-mv__content {
    flex-direction: column;
    padding: 40px 20px;
  }
  
  .std-mv__right {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  
  .std-mv__line-btn {
    display: none;
  }
  
  .std-mv__tags {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .std-mv__title-main {
    font-size: 36px;
  }
  
  .std-mv__price-cards {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .std-plan__container {
    flex-direction: column;
  }

  .std-plan__badge{
    font-size: 16px;
    padding: 3px 10px;
  }

  .std-plan__header h3{
    font-size: 21px;
  }
  
  .std-problems__box {
    flex-direction: column;
    padding: 40px 20px;
  }
  
  .std-problems__images {
    position: static;
    justify-content: center;
    margin-top: 30px;
  }
  
  .std-panther__content {
    flex-direction: column;
    text-align: center;
  }
  .std-panther__feature{
    text-align: left;
  }

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

  .std-panther__line-btn{
    padding: 0;
  }
  
  .std-features__list {
    /* flex-direction: column; */
    align-items: center;
    flex-wrap: wrap;
  }
  
  .std-reason__table {
    overflow-x: auto;
  }
  
  .std-flow__step {
    /* flex-direction: column; */
    text-align: center;
    gap: 20px;
    padding: 10px;
  }
  
  .std-flow__step-content {
    /* flex-direction: column; */
    gap: 20px;
  }

  .std-flow__step-icon{
    width: 70px;
    height: 70px;
  }

  .std-flow__step-photo.sp {
    display: block;
  }

  .std-flow__step-photo.pc {
    display: none;
  }

  .std-flow__step-image{
    max-width: 118px;
    height: 90px;
  }

  .std-flow__step-title{
    text-align: left;
    font-size: 16px;
  }

  .std-flow__step-title .sp{
    display: block;
  }

  .std-features__title{
    font-size: 28px;
  }

  .std-access__title{
    font-size: 28px;
  }

  .std-flow__title{
    font-size: 28px;
  }

  .std-equipment__title{
    font-size: 28px;
  }

  .std-social__title{
    font-size: 28px;
  }

  .std-voice__title{
    font-size: 28px;
  }

  .std-privacy__title{
    font-size: 28px;
  }

  .std-reason__title{
    font-size: 28px;
  }
  
  .std-night__title{
    font-size: 28px;
  }
  .std-access__route-nav {
    /* flex-direction: column; */
    gap: 20px;
    align-items: center;
  }

  .std-reason__comparison .pc{
    display: none;
  }

  .std-reason__comparison .sp{
    display: block;
  }

  .std-night__timetable .pc{
    display: none;
  }

  .std-night__timetable .sp{
    display: block;
  }

  a.std-reason__link{
    font-size: 23px;
  }

  .std-social__left{
    width: 100%;
    padding-bottom: 100%;
  }

  .std-access__route-image{
    height: 200px;
  }
}

/* 感染症一覧セクション */
.std-infections {
  position: relative;
  padding: 100px 0;
  background-color: #f8f5f0;
}

.std-infections__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.std-infections__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.std-infections__container {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 144px;
  z-index: 1;
  margin-top: 70px;
}

.std-infections__title {
  font-family: 'Zen Old Mincho', serif;
  font-weight: bold;
  font-size: 48px;
  color: #553d24;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1;
}

.std-infections__diseases,
.std-infections__symptoms {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.std-infections__row,
.std-infections__symptom-row {
  display: flex;
  gap: 25px;
  justify-content: left;
}

.std-infections__item,
.std-infections__symptom {
  background-color: #fbf8e6;
  border: 1px solid rgba(166, 138, 52, 0.5);
  border-radius: 40px;
  padding: 24px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 322px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.std-infections__item--highlighted {
  border-color: #a68a34;
}

.std-infections__item:hover,
.std-infections__symptom:hover {
  background-color: #f5f1e4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.std-infections__name,
.std-infections__symptom-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #553d24;
  line-height: 1.3;
}

.std-infections__symptom {
  width: 419px;
  padding: 24px 40px;
  text-decoration: none;
}

.std-infections__symptom-text {
  font-size: 22px;
  line-height: 1.4;
}

.std-infections__arrow {
  /* color: #553d24; */
  font-size: 0;
  /* font-weight: bold; */
  /* transform: rotate(90deg); */
  /* display: inline-block; */
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #553d24;
  border-right: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1200px) {
  .std-infections__container {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1024px) {
  .std-infections__row,
  .std-infections__symptom-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .std-infections__item,
  .std-infections__symptom {
    width: 300px;
    padding: 20px 30px;
  }
  
  .std-infections__symptom {
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .std-infections {
    padding: 60px 0;
  }
  
  .std-infections__container {
    padding: 0 20px;
  }
  
  .std-infections__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .std-infections__row,
  .std-infections__symptom-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .std-infections__item,
  .std-infections__symptom {
    width: 100%;
    max-width: 350px;
    padding: 20px 25px;
  }
  
  .std-infections__name,
  .std-infections__symptom-text {
    font-size: 18px;
  }
  
  .std-infections__symptom-text {
    font-size: 16px;
  }
  
  .std-infections__diseases,
  .std-infections__symptoms {
    gap: 15px;
  }

  .std-access__info-item{
    min-height: 100%;
  }

  .std-access__info-item.access-route img{
    width: 30%;
  }

  .std-access__info-item.access-route .std-access__info-text{
    width: 70%;
  }

  .std-access__info-item.access-route .std-access__info-title{
    font-size: 14px;
  }

  .std-access__info-item.access-route .std-access__address{
    font-size: 10px;
  }

  .std-access__contact-label{
    font-size: 7px;
  }

  .std-access__phone{
    font-size: 8px;
  }
}

/******************************************

上書き修正

*****************************************/

/* ボタンエリアを3列に変更（既存の2列から） */
.pc_bana .wrap .contact_area .btn_area {
  display: grid;
  grid-template-columns: 1fr 1fr 120px;
  /* 3列目を円形ボタン用に固定幅 */
  gap: 0 15px;
  align-items: center;
}

/* 円形予約ボタンの専用スタイル（既存のボタンスタイルを上書き） */
.pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle {
  position: relative;
  width: 120px;
  height: 120px;
}

.pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle a {
  /* 既存のスタイルをリセット・上書き */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* 円形に変更 */
  background: linear-gradient(135deg, #FF4081 0%, #FF6B9D 100%);
  /* ピンクグラデーション */
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(255, 64, 129, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
  line-height: normal;
  /* 既存のline-height: 66pxをリセット */
  font-size: inherit;
  /* フォントサイズをリセット */
}

.pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle a:hover {
  background: linear-gradient(135deg, #FF2060 0%, #FF5A8C 100%);
  box-shadow: 0 10px 30px rgba(255, 64, 129, 0.5);
  transform: scale(1.05);
}

.pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle a:active {
  transform: scale(0.98);
}

/* 円形ボタン内のコンテンツ */

.reserve-btn-circle .reserve-text {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}

/* パルスアニメーション */
.reserve-btn-circle .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 64, 129, 0.5);
  animation: pulse 2s infinite;
  pointer-events: none;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

/* キラキラエフェクト */
.reserve-btn-circle::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  animation: sparkle 3s infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes sparkle {

  0%,
  100% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

/* レスポンシブ調整 */
@media screen and (max-width: 1200px) {
  .pc_bana .wrap .contact_area .btn_area {
    grid-template-columns: 1fr 1fr 100px;
    gap: 0 10px;
  }

  .pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle,
  .pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle a {
    width: 100px;
    height: 100px;
  }

  .reserve-btn-circle .reserve-icon {
    font-size: 24px;
  }

  .reserve-btn-circle .reserve-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .pc_bana .wrap .contact_area .btn_area {
    grid-template-columns: 1fr 1fr 90px;
    gap: 0 8px;
  }

  .pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle,
  .pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle a {
    width: 90px;
    height: 90px;
  }

  .reserve-btn-circle .reserve-icon {
    font-size: 22px;
    margin-bottom: 3px;
  }

  .reserve-btn-circle .reserve-text {
    font-size: 20px;
  }
}

/* SP版 予約ボタン */
.sp_bana .sp_reserve_btn a {
  display: block;
  padding: 16px 20px;
  background: linear-gradient(135deg, #FF4081 0%, #FF6B9D 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(255, 64, 129, 0.35);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sp_bana .sp_reserve_btn .reserve {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

/* 控えめな光るエフェクト */
.sp_bana .sp_reserve_btn a::before,
.pc_bana .btn_area li:nth-child(2) a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent);
  transition: left 0.6s ease;
}

.sp_bana .sp_reserve_btn a:hover::before,
.pc_bana .btn_area li:nth-child(2) a:hover::before {
  left: 100%;
}

/* タップ時のフィードバック */
.sp_bana .sp_reserve_btn a:active {
  transform: scale(0.98);
  background: linear-gradient(135deg, #FF2060 0%, #FF5A8C 100%);
}

/* 既存のボタンとの間隔調整 */
.sp_bana .sp_bana_btn:not(.sp_reserve_btn) {
  margin-top: 5px;
}

.pc_bana .btn_area li {
  margin-bottom: 10px !important;
}

.pc_bana .wrap .contact_area .btn_area li:nth-child(2) a {
  background: #44ba58 !important;
  /* LINE相談ボタンは緑色 */
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
}

/* 1番目のボタン（電話予約）を明示的に指定 */
.pc_bana .wrap .contact_area .btn_area li:first-child a {
  background: #db2777 !important;
  /* 電話予約ボタンはピンク */
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  box-shadow: 0 8px 13px -2px rgba(0, 0, 0, 0.1);
}

/* 3番目の円形予約ボタンのスタイルはそのまま維持 */
.pc_bana .wrap .contact_area .btn_area li.reserve-btn-circle a {
  background: linear-gradient(135deg, #FF4081 0%, #FF6B9D 100%) !important;
  /* その他のスタイルは既存のまま */
}


/* ナビゲーションセクション */
.std-nav {
  background: var(--std-white);
  padding: 60px 20px;
}

.std-nav__container {
  max-width: 1152px;
  margin: 0 auto;
}

.std-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.std-nav__item {
  width: 100%;
}

.std-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 20px 16px;
  background: var(--std-bg-beige);
  border: 2px solid var(--std-gold);
  border-radius: 10px;
  text-decoration: none;
  color: var(--std-brown);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  line-height: 1.4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.std-nav__link:hover {
  background: #fff5f5;
  border-color: var(--std-pink);
  color: var(--std-pink);
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(219, 39, 119, 0.2);
}

.std-nav__text {
  display: block;
}

.std-nav__text .sp {
  display: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .std-nav {
    padding: 50px 20px;
  }

  .std-nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .std-nav__link {
    font-size: 18px;
    min-height: 90px;
    padding: 18px 14px;
  }
}

@media screen and (max-width: 768px) {
  .std-nav {
    padding: 40px 20px;
  }

  .std-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .std-nav__link {
    font-size: 15px;
    min-height: 80px;
    padding: 16px 12px;
    line-height: 1.3;
  }

  .std-nav__text .sp {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .std-nav {
    padding: 30px 15px;
  }

  .std-nav__list {
    gap: 10px;
  }

  .std-nav__link {
    font-size: 14px;
    min-height: 70px;
    padding: 14px 10px;
  }
}

/* 料金表セクション */
.std-price-section {
  padding: 100px 20px;
  background: #fff;
}

.std-price-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.std-price-section__tit {
  text-align: center;
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
  color: #6b5635;
}

/* カテゴリヘッダー - ゴールド */
.std-price-category {
  background: linear-gradient(135deg, #c4a55e 0%, #d4b673 100%);
  color: #fff;
  padding: 18px 30px;
  border-radius: 10px 10px 0 0;
  margin: 50px 0 0;
  text-align: center;
  position: relative;
}

.std-price-category:first-of-type {
  margin-top: 0;
}

.std-price-category__title {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.08em;
}

/* テーブル */
.std-price-table-wrapper {
  overflow-x: auto;
  margin-bottom: 50px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border: 2px solid #e5d5b7;
}

.std-price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.std-price-table thead {
  display: none;
}

.std-price-table tbody tr {
  border-bottom: 1px solid #f0e6d6;
}

.std-price-table tbody tr:last-child {
  border-bottom: none;
}

.std-price-table tbody tr:nth-of-type(odd) {
  background: #fffef8;
}

.std-price-table tbody tr:nth-of-type(even) {
  background: #fef9f0;
}

.std-price-table td {
  padding: 18px 20px;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 1.6rem;
}

.std-price-table td:nth-child(1) {
  width: 32%;
  color: #6b5635;
  font-weight: 700;
}

.std-price-table td:nth-child(2) {
  width: 48%;
  color: #333;
  font-weight: normal;
}

.std-price-table td:nth-child(3) {
  width: 20%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #6b5635;
  text-align: center;
  font-style: italic;
}

/* スピード精密検査用のハイライト */
.std-price-table.speed tbody tr:nth-child(1) {
  background: linear-gradient(135deg, #fffacd 0%, #fff9b0 100%);
}

.std-price-table.speed tbody tr:nth-child(1) td:nth-child(3) {
  color: #db2777;
  font-size: 2.8rem;
}

/* リーズナブル検査用の色調整 */
.std-price-category.reasonable {
  background: linear-gradient(135deg, #9b7bb5 0%, #b494cc 100%);
}

.std-price-table.reasonable td:nth-child(3) {
  color: #9b7bb5;
}

.std-price-table.reasonable tbody tr:nth-child(1) {
  background: linear-gradient(135deg, #f3e8ff 0%, #ede0ff 100%);
}

.std-price-table.reasonable tbody tr:nth-child(1) td:nth-child(3) {
  color: #9b7bb5;
  font-size: 2.8rem;
}

/* 証明書セクション */
.std-price-documents {
  margin-top: 50px;
}

/* バッジスタイル（8項目など） */
.std-price-badge {
  display: inline-block;
  background: #db2777;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 10px;
  vertical-align: middle;
}

.std-price-table.reasonable .std-price-badge {
  background: #9b7bb5;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
  .std-price-section {
    padding: 60px 20px;
  }

  .std-price-section__tit {
    font-size: clamp(2rem, 6vw, 3rem);
    margin-bottom: 30px;
  }

  .std-price-category {
    padding: 12px 20px;
    margin: 40px 0 0;
  }

  .std-price-category__title {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
  }

  .std-price-table-wrapper {
    margin-bottom: 40px;
  }

  .std-price-table td {
    padding: 12px 8px;
    font-size: 1.3rem;
  }

  .std-price-table td:nth-child(1) {
    width: 30%;
    font-size: 1.2rem;
  }

  .std-price-table td:nth-child(2) {
    width: 42%;
    font-size: 1.2rem;
  }

  .std-price-table td:nth-child(3) {
    width: 28%;
    font-size: 1.8rem;
  }

  .std-price-table.speed tbody tr:nth-child(1) td:nth-child(3),
  .std-price-table.reasonable tbody tr:nth-child(1) td:nth-child(3) {
    font-size: 2rem;
  }

  .std-price-badge {
    padding: 3px 12px;
    font-size: 1.2rem;
    margin-right: 5px;
    display: block;
    margin-bottom: 5px;
    width: fit-content;
  }
}

/* ========================================
   料金表セクション - 新スタイル
========================================= */

/* 病気タグのスタイル */
.std-disease-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.std-disease-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  white-space: nowrap;
}

.std-disease-tag.syphilis {
  background: linear-gradient(135deg, #FF6B6B 0%, #FF8E8E 100%);
}

.std-disease-tag.hiv {
  background: linear-gradient(135deg, #9B59B6 0%, #B388CC 100%);
}

.std-disease-tag.chlamydia {
  background: linear-gradient(135deg, #3498DB 0%, #5DADE2 100%);
}

.std-disease-tag.gonorrhea {
  background: linear-gradient(135deg, #2ECC71 0%, #58D68D 100%);
}

.std-disease-tag.trichomonas {
  background: linear-gradient(135deg, #F39C12 0%, #F5B041 100%);
}

.std-disease-tag.hepatitis {
  background: linear-gradient(135deg, #E74C3C 0%, #EC7063 100%);
}

.std-disease-tag.candida {
  background: linear-gradient(135deg, #1ABC9C 0%, #48C9B0 100%);
}

.std-disease-tag.mycoplasma {
  background: linear-gradient(135deg, #34495E 0%, #5D6D7E 100%);
}

/* クイックメニュー（上部固定） */
.std-price-quick-menu {
  background: linear-gradient(135deg, #f8f6f0 0%, #fff 100%);
  padding: 30px 20px;
  border-radius: 16px;
  margin-bottom: 50px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid #e5d5b7;
}

.std-price-quick-menu__title {
  font-size: 2rem;
  font-weight: 700;
  color: #6b5635;
  margin-bottom: 20px;
  text-align: center;
}

/* タグ検索セクション */
.std-tag-search-section {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5d5b7;
}

.std-tag-search-section h4 {
  font-size: 1.6rem;
  color: #6b5635;
  margin-bottom: 12px;
  font-weight: 600;
}

.std-tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.std-tag-filter {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  border: 2px solid;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
}

.std-tag-filter.syphilis {
  color: #FF6B6B;
  border-color: #FF6B6B;
}

.std-tag-filter.syphilis.active {
  background: linear-gradient(135deg, #FF6B6B 0%, #FF8E8E 100%);
  color: white;
}

.std-tag-filter.hiv {
  color: #9B59B6;
  border-color: #9B59B6;
}

.std-tag-filter.hiv.active {
  background: linear-gradient(135deg, #9B59B6 0%, #B388CC 100%);
  color: white;
}

.std-tag-filter.chlamydia {
  color: #3498DB;
  border-color: #3498DB;
}

.std-tag-filter.chlamydia.active {
  background: linear-gradient(135deg, #3498DB 0%, #5DADE2 100%);
  color: white;
}

.std-tag-filter.gonorrhea {
  color: #2ECC71;
  border-color: #2ECC71;
}

.std-tag-filter.gonorrhea.active {
  background: linear-gradient(135deg, #2ECC71 0%, #58D68D 100%);
  color: white;
}

.std-tag-filter.trichomonas {
  color: #F39C12;
  border-color: #F39C12;
}

.std-tag-filter.trichomonas.active {
  background: linear-gradient(135deg, #F39C12 0%, #F5B041 100%);
  color: white;
}

.std-tag-filter.hepatitis {
  color: #E74C3C;
  border-color: #E74C3C;
}

.std-tag-filter.hepatitis.active {
  background: linear-gradient(135deg, #E74C3C 0%, #EC7063 100%);
  color: white;
}

.std-tag-filter.candida {
  color: #1ABC9C;
  border-color: #1ABC9C;
}

.std-tag-filter.candida.active {
  background: linear-gradient(135deg, #1ABC9C 0%, #48C9B0 100%);
  color: white;
}

.std-tag-filter.mycoplasma {
  color: #34495E;
  border-color: #34495E;
}

.std-tag-filter.mycoplasma.active {
  background: linear-gradient(135deg, #34495E 0%, #5D6D7E 100%);
  color: white;
}

.std-clear-filters {
  display: inline-block;
  padding: 8px 16px;
  background: #6b5635;
  color: white;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  margin-top: 10px;
}

.std-clear-filters:hover {
  background: #5a4629;
}

/* ナビゲーションリンク */
.std-quick-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.std-quick-nav-link {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #6b5635;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #e5d5b7;
}

.std-quick-nav-link:hover {
  background: linear-gradient(135deg, #c4a55e 0%, #d4b673 100%);
  color: white;
  border-color: #c4a55e;
}

/* 推しメニューカード */
.std-featured-plan {
  background: linear-gradient(135deg, #FFF9E6 0%, #FFFBF0 100%);
  border: 3px solid #c4a55e;
  border-radius: 20px;
  padding: 35px;
  margin-top: 10px;
  margin-bottom: 50px;
  box-shadow: 0 8px 32px rgba(196, 165, 94, 0.2);
  position: relative;
  overflow: hidden;
}

.std-featured-plan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #c4a55e 0%, #d4b673 50%, #c4a55e 100%);
}

.std-featured-badge {
  display: inline-block;
  background: linear-gradient(135deg, #c4a55e 0%, #d4b673 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(196, 165, 94, 0.3);
}

.std-featured-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #6b5635;
  margin-bottom: 15px;
}

.std-featured-title.speed {
  color: #db2777;
}

.std-featured-title.reasonable {
  color: #9b7bb5;
}

.std-featured-description {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.std-featured-price {
  font-size: 4.2rem;
  font-weight: 700;
  color: #c4a55e;
  margin-bottom: 20px;
  font-family: 'Zen Old Mincho', serif;
  font-style: italic;
}

.std-featured-details {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.std-featured-tests {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
}

.std-featured-tests strong {
  color: #6b5635;
  font-weight: 600;
}

/* その他のメニュー見出し */
.std-other-plans-header {
  text-align: center;
  margin: 60px 0 30px;
  padding: 25px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
}

.std-other-plans-title {
  font-size: 2rem;
  color: #666;
  font-weight: 600;
  margin-bottom: 8px;
}

.std-other-plans-subtitle {
  font-size: 1.4rem;
  color: #999;
}

/* 料金アイテムに追加 */
.std-price-table tbody tr.hidden {
  display: none;
}

.std-highlight-note {
  color: #db2777;
  font-weight: 600;
  margin-top: 5px;
  font-size: 1.3rem;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
  .std-price-quick-menu {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .std-price-quick-menu__title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .std-tag-search-section h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .std-tag-filters {
    gap: 6px;
  }

  .std-tag-filter {
    padding: 6px 12px;
    font-size: 1.2rem;
  }

  .std-clear-filters {
    padding: 6px 12px;
    font-size: 1.2rem;
  }

  .std-quick-nav-links {
    gap: 8px;
  }

  .std-quick-nav-link {
    padding: 8px 16px;
    font-size: 1.3rem;
  }

  .std-featured-plan {
    padding: 25px 20px;
  }

  .std-featured-badge {
    padding: 6px 16px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .std-featured-title {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }

  .std-featured-description {
    font-size: 1.4rem;
  }

  .std-featured-price {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }

  .std-featured-details {
    padding: 15px;
  }

  .std-featured-tests {
    font-size: 1.4rem;
  }

  .std-disease-tags {
    gap: 4px;
  }

  .std-disease-tag {
    font-size: 1.1rem;
    padding: 3px 8px;
  }

  .std-other-plans-header {
    margin: 40px 0 20px;
    padding: 20px 15px;
  }

  .std-other-plans-title {
    font-size: 1.8rem;
  }

  .std-other-plans-subtitle {
    font-size: 1.3rem;
  }
}

