@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;
  color: #463c39;
  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: 384px;
  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: 81px;
  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: 64.8px;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .spirit_box01 {
    margin-top: 55.55px;
    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 {
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
.spirit_box07 .spirit_box07_inner .content .btn 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 li a span {
  position: relative;
  padding-left: 25px;
  font-size: 1.6rem;
}
.spirit_box07 .spirit_box07_inner .content .btn li:first-child a {
  color: #111827;
  background: #fff;
  width: 264px;
}
.spirit_box07 .spirit_box07_inner .content .btn 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 li:last-child a {
  color: #fff;
  border: 1px solid #fff;
  width: 188px;
}
.spirit_box07 .spirit_box07_inner .content .btn 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 {
    flex-direction: column;
    gap: 10px 0;
  }
  .spirit_box07 .spirit_box07_inner .content .btn li:first-child a {
    width: 100%;
  }
  .spirit_box07 .spirit_box07_inner .content .btn 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 */