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

web font

 ======================================= */
@import url("../webfont/Awesome_6/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
/* =======================================

reset

 ======================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.4em;
  text-align: left;
  color: #000000;
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
}

a {
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

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

blockquote, q {
  quotes: "" "";
}

a:focus {
  /*\*/
  /*overflow: hidden;*/
  /**/
}

option {
  padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* ------------------------------
	HTML Living Standard
------------------------------ */
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* ------------------------------
	ohter
------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* =======================================

基本設定

======================================= */
@media (max-width: 1498px) {
  :root {
    font-size: 0.6675567423vw;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  height: auto;
  background: #ffffff;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  body._orverflow {
    overflow: hidden;
  }
}

/* =======================================

共通設定

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

a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  a:hover {
    text-decoration: none;
    color: inherit;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 基本ボックス設定
------------------------------- */
.container {
  width: 100%;
  overflow: hidden;
}

.wrap_out, .wrap_main {
  width: 100%;
  height: auto;
}

.wrap_in, .base {
  width: 145.8rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap_in, .base {
    width: 100%;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* タイトル
------------------------------- */
.ttl_mid {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2222222222;
  text-align: center;
  margin-bottom: 7.7rem;
}
@media (max-width: 767px) {
  .ttl_mid {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 4.2rem;
  }
}
.ttl_mid--child {
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 0.6666666667em;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #EA6094;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px) {
  .ttl_mid--child {
    margin-bottom: 0.6rem;
  }
}

.ttl_large {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2222222222;
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .ttl_large {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1.6rem;
  }
}

.ttl_small {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .ttl_small {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}

.ttl_ovalbg {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7142857143;
  color: #284B66;
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .ttl_ovalbg {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.ttl_ovalbg ._inner {
  display: block;
  padding: 1.2rem 5rem 1.5rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ttl_ovalbg ._inner {
    padding: 0.6rem 2.5rem 0.9rem 0;
  }
}
.ttl_ovalbg ._inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.sentence {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  .sentence {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* ボタン
------------------------------- */
.btn_viewmore {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 18rem;
  height: 5.7rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #284B66 !important;
  border-radius: 5.7rem;
  border: 1px solid #284B66;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_viewmore::after {
  content: "";
  display: block;
  width: 1.558rem;
  height: 3rem;
  background-image: url("../img/home/arrow_r.svg");
  background-size: 100% auto;
  background-position: right 0 center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2.53rem;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  -webkit-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s;
  opacity: 0;
}
.btn_viewmore:hover {
  color: #fff !important;
  background-color: #284B66;
  opacity: 1 !important;
}
.btn_viewmore:hover::after {
  opacity: 1;
}
.btn_viewmore._large {
  width: 48rem;
  max-width: 100%;
  font-size: 3.5rem;
  font-weight: 300;
  height: 9.2rem;
}
@media (max-width: 767px) {
  .btn_viewmore._large {
    font-size: 2rem;
    height: 6.4rem;
  }
}

/* =======================================

etc

 ======================================= */
/* 横並びリスト
------------------------------- */
ul.many_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.many_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.two_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows > li:nth-child(2n+2) {
  float: right;
}
ul.three_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.three_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.three_rows > li:nth-child(3n+2) {
  margin-right: 0;
}
ul.three_rows > li:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}

/*テーブルブロック
------------------------------- */
.table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_block > .table_block--cell {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table_block._sp_tate {
    display: block;
    table-layout: auto;
  }
  .table_block._sp_tate > .table_block--cell {
    display: block;
    width: 100%;
  }
}

/* flex box
------------------------------- */
.flex_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* 画像ブロック
------------------------------- */
.img_block {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img_block::after {
  content: "";
  display: block;
  padding-top: 100%;
}

/* object-fit
------------------------------- */
.fit_img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .fit_img {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/* ラインマーカー
------------------------------- */
.linemk {
  background: linear-gradient(transparent 70%, #fccb0f 70%);
}

/* その他
------------------------------- */
.tk_shdw {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5), 1px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 5px rgba(0, 0, 0, 0.5), 0px 0px 5px rgba(0, 0, 0, 0.5), -1px -1px 5px rgba(0, 0, 0, 0.5), -1px 0px 5px rgba(0, 0, 0, 0.5), 0px -1px 5px rgba(0, 0, 0, 0.5);
}

.tk_shdw_1 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 0px 3px rgba(0, 0, 0, 0.5), 0px 1px 3px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5), -1px 0px 3px rgba(0, 0, 0, 0.5), 0px -1px 3px rgba(0, 0, 0, 0.5);
}

/* =======================================

ボタン

 ======================================= */
.btn_wrap {
  text-align: center;
  padding: 3rem;
}

@media (max-width: 767px) {
  .btn_wrap {
    padding: 5vw 0;
  }
}
/* btnA
------------------------------- */
.btnA {
  display: inline-block;
  min-width: 15.8rem;
  padding: 0 1rem;
}
.btnA > a {
  display: block;
  height: 4rem;
  font-size: 1.6rem;
  line-height: 3.6rem;
  background: url("../img/parts/arrow_02.png") right 1.2rem center no-repeat;
  -webkit-background-size: 0.8rem auto;
  background-size: 0.8rem auto;
  border: 0.2rem solid #ccc;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}

@media (max-width: 767px) {
  .btnA {
    min-width: 40vw;
    padding: 0 1.3vw;
  }
  .btnA > a {
    display: block;
    width: 100%;
    height: 9.3vw;
    font-size: 3.733vw;
    line-height: -webkit-calc(9.3vw - 2px);
    line-height: calc(9.3vw - 2px);
    background: url("../img/parts/arrow_02.png") right 2.7vw center no-repeat #fff;
    -webkit-background-size: 1.6vw auto;
    background-size: 1.6vw auto;
  }
}
/* btnB
------------------------------- */
.btnB {
  display: inline-block;
  width: 20rem;
  padding: 0 1rem;
}
.btnB > a {
  display: block;
  padding-right: 1.2rem;
  height: 4rem;
  font-size: 1.6rem;
  line-height: 3.8rem;
  background: url("../img/parts/arrow_02.png") right 1.2rem center no-repeat;
  -webkit-background-size: 0.8rem auto;
  background-size: 0.8rem auto;
  border: 0.1rem solid #ccc;
}

@media (max-width: 767px) {
  .btnB {
    width: 45vw;
    padding: 0 1.3vw;
  }
  .btnB > a {
    display: block;
    width: 100%;
    padding-right: 4.5vw;
    height: 9.3vw;
    font-size: 3.2vw;
    line-height: -webkit-calc(9.3vw - 2px);
    line-height: calc(9.3vw - 2px);
    background: url("../img/parts/arrow_02.png") right 2.7vw center no-repeat #fff;
    -webkit-background-size: 1.6vw auto;
    background-size: 1.6vw auto;
    border: 1px solid #ccc;
  }
}
/* btnC
------------------------------- */
.btnC {
  display: inline-block;
  min-width: 16.7rem;
  height: 3rem;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  background-color: #ccc;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.btnC.date {
  background-color: transparent;
  color: #333;
  text-align: left;
  min-width: 0;
  padding-left: 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .btnC {
    display: inline-block;
    min-width: 37vw;
    height: 5.3vw;
    font-size: 3.7vw;
    line-height: 5.3vw;
    color: #fff;
    text-align: center;
    padding: 0 3vw;
    background-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
/* btn top
------------------------------- */
.btn_top {
  text-align: center;
}
.btn_top a {
  display: inline-block;
  padding: 1em 2.5em;
  line-height: 1;
  border: 1px solid #0066cc;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn_top a {
    font-size: 3.6vw;
  }
}

/* LINK
------------------------------- */
.add_arrow::after {
  content: "▶";
  color: #104070;
  margin-left: 1rem;
  font-size: 0.8em;
  display: inline-block;
}

.add_pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  margin-right: 0.2em;
  background-image: url("../img/parts/icon-pdf.png");
  background-size: auto 98%;
  background-position: 0 center;
  background-repeat: no-repeat;
  transform: rotate(-0.028deg);
  -o-transform: rotate(-0.028deg);
  -ms-transform: rotate(-0.028deg);
  -moz-transform: rotate(-0.028deg);
  -webkit-transform: rotate(-0.028deg);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hov_unln {
    position: relative;
    display: inline-block !important;
  }
  .hov_unln::before {
    position: absolute;
    bottom: 0rem;
    left: 0;
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #ccc;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .hov_unln:hover::before {
    transform: scale(1, 1);
  }
}
.hov_unln.add_arrow::before, .hov_unln.add_pdf::before {
  width: -webkit-calc(100% - 1em - 1rem);
  width: calc(100% - 1rem - 0.8em);
}

/* =======================================

ヘッダー

 ======================================= */
.header {
  background-color: rgba(255, 255, 255, 0.43);
  backdrop-filter: blur(6px);
}

@media (min-width: 768px) {
  header.header_wrap {
    height: 16.8rem;
  }
  .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
  }
  .header--in {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: space-between; /*横方向（Safari用）*/
    justify-content: space-between; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 185.405rem;
    padding: 0 2rem;
  }
  .header--logo, .header .g_nav_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 16.8rem;
  }
  .header--logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25.24rem;
    padding-left: 1rem;
  }
  .header--logo a {
    display: block;
    width: 100%;
    padding-bottom: 1.4rem;
  }
  .header--logo a img {
    display: block;
    width: 100%;
  }
  .header--logo--desc {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #EA6094;
    text-align: center;
    margin-top: 0.4rem;
  }
  .g_nav_wrap {
    width: 148.7rem;
    max-width: calc(100% - 2rem - 25.24rem);
  }
  .g_nav {
    -webkit-justify-content: space-between; /*横方向（Safari用）*/
    justify-content: space-between; /*横方向*/
    gap: 1rem;
    width: 100%;
    height: 100%;
    padding: 1.8rem 0;
  }
  .g_nav--item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    font-size: 2rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1750px) {
  .g_nav--item {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .g_nav_group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 36.555rem;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1750px) {
  .g_nav_group {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .g_nav_group--item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    border-left: 1px solid #707070;
  }
  .g_nav_group--item._item01 {
    width: 12rem;
    width: 32.8272466147%;
    padding: 0 0.8rem;
  }
  .g_nav_group--item._item01 a {
    width: 100%;
    height: 100%;
  }
  .g_nav_group--item._item01 a img {
    display: block;
    width: 8.4rem;
  }
  .g_nav_group--item._item02 {
    width: 67.1727533853%;
    padding: 0 0 0 0.8rem;
  }
  .g_nav_group--item._item02 img {
    display: block;
    width: 22.755rem;
    margin: 0 0 0 auto;
  }
  .g_nav_group--item a {
    display: block;
    width: 100%;
  }
  a.img_hover {
    display: block;
    position: relative;
  }
  a.img_hover img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a.img_hover .img_hover--after {
    opacity: 0;
  }
  a.img_hover:hover .img_hover--after {
    opacity: 1;
  }
  a.img_hover:hover .img_hover--befor {
    opacity: 0;
  }
  .g_nav--item--hus_child {
    position: relative;
  }
  .g_nav--item--hus_child::after {
    content: "";
    display: block;
    border-bottom: 0 solid #284B66;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .g_nav--item--hus_child:hover::after {
    border-bottom: 3.8rem solid #284B66;
  }
  .g_nav--item--hus_child:hover .g_nav--item--child {
    max-height: 20rem;
  }
  .g_nav--item--child {
    width: 100vw;
    max-height: 0;
    background-color: #284B66;
    overflow: hidden;
    position: fixed;
    top: 15.5rem;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .g_nav--item--child--list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem 5.9rem;
    max-width: 162.6rem;
    height: 6.1rem;
    margin: 0 auto;
  }
  .g_nav--item--child--list--item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start; /*縦方向（Safari用）*/
    align-items: flex-start; /* 縦方向*/
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 2.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #fff;
    background-image: url("../img/header/arrow_oval_chevron_right.svg");
    background-size: 1.9rem auto;
    background-position: 0 0.35rem;
    background-repeat: no-repeat;
    padding-left: 2.7rem;
  }
  .drawer {
    display: none !important;
  }
}
@media (max-width: 767px) {
  header.header_wrap {
    height: 6rem;
    z-index: 2000;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: #fff;
  }
  .header--in {
    height: 6rem;
    position: relative;
  }
  .header--logo {
    position: absolute;
    top: 50%;
    display: block;
    width: 15rem;
    height: auto;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  .header--logo img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -0.7rem;
  }
  .header--logo--desc {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    color: #EA6094;
    margin-top: -0.5rem;
  }
  .g_nav {
    padding: 0 4.8vw;
    background-color: #f5f5f5;
    width: 80vw;
    height: -webkit-calc(100vh - 6rem);
    height: calc(100vh - 6rem);
    display: block;
    margin: 0 0 0 auto;
  }
  .g_nav--item {
    border-bottom: 1px solid #ccc;
  }
  .g_nav--item:last-child {
    border-bottom: 0;
  }
  .g_nav--item > a {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 1em 0;
  }
  .g_nav_wrap {
    display: none !important;
    position: fixed;
    top: 6rem;
    right: 0;
    z-index: 2001;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 0;
    max-height: -webkit-calc(100vh - 6rem);
    max-height: calc(100vh - 6rem);
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    will-change: transition, width, animation;
  }
  ._menu_open .g_nav_wrap {
    width: 80vw;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .drawer {
    color: #fff;
    background-color: #284B66;
    position: fixed;
    top: 6rem;
    right: 0;
    z-index: 2001;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 0;
    max-height: -webkit-calc(100dvh - 6rem);
    max-height: calc(100dvh - 6rem);
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    will-change: transition, width, animation;
  }
  ._menu_open .drawer {
    width: 100%;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .drawer .wrap_in {
    width: 100vw;
    max-width: 100vw;
  }
  .drawer .menu_navi {
    padding: 4.8rem 0;
    position: relative;
  }
  .drawer .menu_navi .menu_navi_head {
    border-color: #fff;
    padding-top: 2.4rem;
  }
  .drawer .menu_navi .menu_navi_body {
    border-color: #fff;
  }
  .drawer .menu_navi .menu_navi_head--item._item01 {
    display: none !important;
  }
  .drawer .menu_navi .menu_navi_bnr {
    right: -1.5rem;
  }
  .over_ray {
    position: fixed;
    top: 6rem;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 100;
    will-change: opacity, transition;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    pointer-events: none;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  ._menu_open .over_ray {
    height: -webkit-calc(100vh - 6rem);
    height: calc(100vh - 6rem);
    opacity: 1;
    pointer-events: auto;
  }
  ._orverflow .over_ray {
    height: -webkit-calc(100vh - 6rem);
    height: calc(100vh - 6rem);
  }
  /*メニューボタン*/
  .menu_btn {
    position: fixed;
    top: 2.2rem;
    right: 2rem;
    width: 3rem;
    height: 1.6rem;
    background-color: transparent;
    z-index: 2001;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menu_btn--child {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  .menu_btn--child::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.6vw;
    background-color: #284B66;
    margin: 0 0 0 auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menu_btn--child::after {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  .menu_btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.6vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #284B66;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menu_btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.6vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #284B66;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menu_btn._open .menu_btn--child::before {
    width: 0;
    opacity: 0;
  }
  .menu_btn._open::before {
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  .menu_btn._open::after {
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
  }
  a.img_hover {
    display: block;
    position: relative;
  }
  a.img_hover img {
    display: block;
  }
  a.img_hover .img_hover--after {
    display: none !important;
  }
}
/* =======================================

フッター

 ======================================= */
.footer {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 5.6rem;
  }
}

.footer_wrap {
  position: relative;
}

.menu_navi_head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 7.1rem;
  border-top: 1px solid #000;
  padding: 4.5rem 0 4rem;
}
@media (max-width: 767px) {
  .menu_navi_head {
    gap: 1.5rem;
    padding: 1.5rem 0 2.4rem;
  }
}
.menu_navi_head--item._item01 {
  width: 31.575rem;
}
@media (max-width: 767px) {
  .menu_navi_head--item._item01 {
    width: 100%;
  }
  .menu_navi_head--item._item01 img {
    width: 60%;
    margin: 0 auto;
  }
}
.menu_navi_head--item._item02 {
  width: 41.2rem;
}
@media (max-width: 767px) {
  .menu_navi_head--item._item02 {
    width: calc((100% - 1.5rem) / 2);
  }
}
.menu_navi_head--item._item03 {
  width: 41.2rem;
}
@media (max-width: 767px) {
  .menu_navi_head--item._item03 {
    width: calc((100% - 1.5rem) / 2);
  }
}
.menu_navi_head--item._item03 a {
  aspect-ratio: 412/172;
}
@media (max-width: 767px) {
  .menu_navi_head--item._item03 a {
    aspect-ratio: auto;
  }
}
.menu_navi_head--item a {
  display: block;
  width: 100%;
}
.menu_navi_head--item img {
  display: block;
  width: 100%;
}

.menu_navi_body {
  border-top: 1px solid #000;
  padding: 5rem 0 6.6rem;
}
@media (max-width: 767px) {
  .menu_navi_body {
    padding: 2.4rem 0 2.4rem;
  }
}
.menu_navi_body--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .menu_navi_body--list {
    gap: 2rem 0;
  }
}
.menu_navi_body--item {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .menu_navi_body--item {
    width: calc((100% - 1.5rem) / 2);
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.menu_navi_body--item a {
  display: block;
}
.menu_navi_body--item a._link {
  margin-bottom: 0.9rem;
}
.menu_navi_body--item a._link:last-child {
  margin-bottom: 0;
}
.menu_navi_body--item a._link + ._link_under {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .menu_navi_body--item a._link + ._link_under {
    margin-top: 0.9rem;
  }
}
.menu_navi_body--item a._link_under {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .menu_navi_body--item a._link_under {
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-left: 1em;
  }
}

.menu_navi_bnr {
  width: 10.4rem;
  position: absolute;
  right: 0;
  bottom: 13rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .menu_navi_bnr {
    width: 4.8rem;
    bottom: 13.8rem;
  }
}
.menu_navi_bnr a {
  display: block;
  width: 100%;
}
.menu_navi_bnr img {
  display: block;
  width: 100%;
}

.footer_copy {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 7.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #284B66;
}
@media (max-width: 767px) {
  .footer_copy {
    height: 4.8rem;
    font-size: 1.2rem;
    padding: 1.2rem 0 9rem;
  }
}

/* スクローラー
------------------------------- */
.scroller {
  display: block;
  width: 7.6rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .scroller {
    width: 4.2rem;
    bottom: 7rem;
    right: 1rem;
  }
}
.scroller--child {
  display: block;
  width: 100%;
}

/* =======================================

 スライダー

 ======================================= */
/* slick
------------------------------- */
#slider {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
#slider.slick-initialized {
  opacity: 1;
}

#slider .slider_in img {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 0;
  width: -webkit-calc((100vw - 100.0rem) / 2);
  width: calc((100vw - 100rem) / 2);
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1001;
  cursor: pointer;
}

.slick-prev {
  left: 0;
  /*	margin-left: -11.0rem;*/
  background-image: url("../img/slider/arrowL.png");
  background-position: right 4rem center;
}

.slick-next {
  right: 0;
  /*margin-right: -11.0rem;*/
  background-image: url("../img/slider/arrowR.png");
  background-position: left 4rem center;
}

.slick-dots {
  position: absolute;
  bottom: -4rem;
  left: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
}
.slick-dots button {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ccc;
  border: 0;
  -moz-border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
}
.slick-dots .slick-active button {
  background-color: #2884cb;
}

@media (max-width: 767px) {
  .slick-dots {
    padding: 2.6vw;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 1.6vw;
  }
  .slick-dots button {
    width: 2.66vw;
    height: 2.66vw;
    -moz-border-radius: 2.66vw;
    -webkit-border-radius: 2.66vw;
    border-radius: 2.66vw;
  }
}
/* swiper
------------------------------- */
.swiper {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper .swiper-slide a {
  display: block;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  width: 5rem;
  height: 100%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  z-index: 1;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  font-weight: bold;
  color: 333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  content: "\f053";
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  content: "\f054";
}

.swiper-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 100%;
  padding: 2rem;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #eee;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #666;
}

.swiper-scrollbar {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #333;
  height: 100%;
}

/* =======================================

メインビジュアル

 ======================================= */
/* SLIDER
------------------------------- */
/* slick */
#slider {
  margin-bottom: 11.2rem;
}
#slider .slider_in {
  width: 100rem;
}
@media (max-width: 767px) {
  #slider {
    margin-bottom: 5rem;
  }
  #slider .slider_in {
    width: 100vw;
  }
}

/* swiper */
.mv_slide_wrap {
  overflow: hidden;
}

.mv_slide {
  width: 100%;
  margin: 0 auto 10rem;
  overflow: visible;
}
.mv_slide--in {
  width: 80rem !important;
}
.mv_slide .swiper-button-prev, .mv_slide .swiper-button-next {
  width: calc((100% - 80rem) / 2);
}
.mv_slide .swiper-button-prev::after, .mv_slide .swiper-button-next::after {
  font-size: 5rem;
  color: #fff;
  text-shadow: 0 0 0.3rem #000;
}
.mv_slide .swiper-pagination {
  top: 100%;
  bottom: auto;
}
@media (max-width: 767px) {
  .mv_slide--in {
    width: 100vw;
  }
  .mv_slide .swiper-button-prev, .mv_slide .swiper-button-next {
    width: 5rem;
  }
}

/* 下層用MV
------------------------------- */
.page_mv {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 47.8rem;
  background-color: #284B66;
  position: relative;
}
.page_mv--ttl {
  width: 100%;
  font-size: 6.3rem;
  font-weight: 700;
  line-height: 1.5079365079;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: 0.2rem 0.3rem 0.8rem rgba(0, 0, 0, 0.16);
}
.page_mv--bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page_mv .breadcrumbs_wrap {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .page_mv .breadcrumbs_wrap a:hover {
    color: #000;
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .page_mv {
    min-height: 16rem;
  }
  .page_mv--ttl {
    font-size: 2.4rem;
  }
}

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

.breadcrumbs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

/* =======================================

 お問い合わせ

 ======================================= */
@media (min-width: 768px) {
  .sec_contact .wrap_in .complete_textA {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 8rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc;
  }
  .sec_contact .wrap_in .complete_textB {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-top: 3.8rem;
    padding-bottom: 5rem;
  }
  .sec_contact .wrap_in .complete_textB + .btn_top {
    margin-bottom: 10rem;
  }
  .contact_area, .sec_contact div#wpcf7cpcnf {
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .contact_area p, .sec_contact div#wpcf7cpcnf p {
    font-weight: 400;
  }
  .contact_area .privacy_table, .sec_contact div#wpcf7cpcnf .privacy_table {
    table-layout: fixed;
  }
  .contact_area .privacy_table th, .sec_contact div#wpcf7cpcnf .privacy_table th, .contact_area .privacy_table td, .sec_contact div#wpcf7cpcnf .privacy_table td {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 1.4;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contact_area .privacy_table th .privacy_table_inner, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner, .contact_area .privacy_table td .privacy_table_inner, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 6rem;
  }
  .contact_area .privacy_table th .privacy_table_inner p, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner p, .contact_area .privacy_table td .privacy_table_inner p, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner p {
    height: 100%;
  }
  .contact_area .privacy_table th .privacy_table_inner .wpcf7-form-control-wrap, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner .wpcf7-form-control-wrap, .contact_area .privacy_table td .privacy_table_inner .wpcf7-form-control-wrap, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contact_area .privacy_table th .privacy_table_inner .wpcf7-list-item, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner .wpcf7-list-item, .contact_area .privacy_table td .privacy_table_inner .wpcf7-list-item, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner .wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
  }
  .contact_area .privacy_table th .privacy_table_inner .wpcf7-list-item .wpcf7-list-item-label, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner .wpcf7-list-item .wpcf7-list-item-label, .contact_area .privacy_table td .privacy_table_inner .wpcf7-list-item .wpcf7-list-item-label, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner .wpcf7-list-item .wpcf7-list-item-label {
    font-weight: normal;
  }
  .contact_area .privacy_table th .privacy_table_inner .privacy_table_inner_ttl, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner .privacy_table_inner_ttl, .contact_area .privacy_table td .privacy_table_inner .privacy_table_inner_ttl, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner .privacy_table_inner_ttl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
  }
  .contact_area .privacy_table th small, .sec_contact div#wpcf7cpcnf .privacy_table th small, .contact_area .privacy_table td small, .sec_contact div#wpcf7cpcnf .privacy_table td small {
    display: block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
    font-family: "AkkuratPro";
    color: #868585;
  }
  .contact_area .privacy_table th, .sec_contact div#wpcf7cpcnf .privacy_table th {
    vertical-align: top;
    width: 23rem;
    padding-right: 1em;
  }
  .contact_area .privacy_table th.hisu .privacy_table_inner_ttl::after, .sec_contact div#wpcf7cpcnf .privacy_table th.hisu .privacy_table_inner_ttl::after {
    content: "必須";
    display: inline-block;
    padding: 0.2em 0.5em;
    font-size: 0.6em;
    font-weight: normal;
    line-height: 1;
    background-color: #c00;
    color: #fff;
    margin-left: 0.5em;
  }
  .contact_area .privacy_table input, .sec_contact div#wpcf7cpcnf .privacy_table input {
    font-size: 1.6rem;
    font-family: "NotoSansJP", sans-serif;
  }
  .contact_area .privacy_table input[type=text], .sec_contact div#wpcf7cpcnf .privacy_table input[type=text], .contact_area .privacy_table input[type=email], .sec_contact div#wpcf7cpcnf .privacy_table input[type=email], .contact_area .privacy_table input[type=tel], .sec_contact div#wpcf7cpcnf .privacy_table input[type=tel] {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #fff;
    padding: 1em;
    font-size: 1.6rem;
    border: 1px solid #ccc !important;
  }
  .contact_area .privacy_table input[type=radio], .sec_contact div#wpcf7cpcnf .privacy_table input[type=radio], .contact_area .privacy_table input[type=checkbox], .sec_contact div#wpcf7cpcnf .privacy_table input[type=checkbox] {
    transform: scale(1.6, 1.6);
    margin-bottom: 0.5em;
    position: relative;
    top: -0.05em;
  }
  .contact_area .privacy_table .wpcf7-list-item-label, .sec_contact div#wpcf7cpcnf .privacy_table .wpcf7-list-item-label {
    font-size: 0.8em;
  }
  .contact_area .privacy_table textarea, .sec_contact div#wpcf7cpcnf .privacy_table textarea {
    display: block;
    width: 100%;
    min-height: 15.7rem;
    border: 0;
    background-color: #fff;
    padding: 1em;
    font-size: 1.6rem;
    border: 1px solid #ccc !important;
    font-size: 1.6rem;
    font-family: "NotoSansJP", sans-serif;
  }
  .contact_area .privacy_table .menu-select, .sec_contact div#wpcf7cpcnf .privacy_table .menu-select {
    position: relative;
  }
  .contact_area .privacy_table .menu-select::after, .sec_contact div#wpcf7cpcnf .privacy_table .menu-select::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-top: 1rem solid black;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    z-index: 0;
  }
  .contact_area .privacy_table select, .sec_contact div#wpcf7cpcnf .privacy_table select {
    width: 100%;
    height: 100%;
    padding-right: 4em;
    padding-left: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-color: #fff;
    background-image: url("../img/parts/caret-down-solid.svg");
    background-size: 1.4rem auto;
    background-position: right 2rem center;
    background-repeat: no-repeat;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ccc !important;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    font-family: "NotoSansJP", sans-serif;
  }
  .contact_area .privacy_table select option, .sec_contact div#wpcf7cpcnf .privacy_table select option {
    font-family: "NotoSansJP", sans-serif;
    font-size: 1em;
  }
  .contact_area .submit_wrap, .sec_contact div#wpcf7cpcnf .submit_wrap {
    text-align: center;
    margin-top: 5em;
    margin-bottom: 3em;
  }
  .contact_area .submit_wrap p, .sec_contact div#wpcf7cpcnf .submit_wrap p {
    text-align: center;
  }
  .contact_area .submit_wrap [type=submit], .sec_contact div#wpcf7cpcnf .submit_wrap [type=submit], .contact_area .submit_wrap [type=button], .sec_contact div#wpcf7cpcnf .submit_wrap [type=button] {
    display: block;
    border: 0;
    width: 32rem;
    height: 7.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    background-color: #EA6094;
    font-family: "NotoSansJP", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .contact_area .submit_wrap [type=submit].submit_btn02, .sec_contact div#wpcf7cpcnf .submit_wrap [type=submit].submit_btn02, .contact_area .submit_wrap [type=button].submit_btn02, .sec_contact div#wpcf7cpcnf .submit_wrap [type=button].submit_btn02 {
    background-color: #284B66;
  }
  .contact_area .submit_wrap [type=submit]:hover, .sec_contact div#wpcf7cpcnf .submit_wrap [type=submit]:hover, .contact_area .submit_wrap [type=button]:hover, .sec_contact div#wpcf7cpcnf .submit_wrap [type=button]:hover {
    opacity: 0.8;
  }
  .contact_area .textA, .sec_contact div#wpcf7cpcnf .textA, .contact_area .textB, .sec_contact div#wpcf7cpcnf .textB {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 5rem;
  }
  .contact_area .textA p, .sec_contact div#wpcf7cpcnf .textA p, .contact_area .textB p, .sec_contact div#wpcf7cpcnf .textB p {
    text-align: center;
  }
}
.fx_contact {
  width: 100%;
  height: 100%;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
}
.fx_contact--child span, .fx_contact--child input, .fx_contact .flex_block_child span, .fx_contact .flex_block_child input {
  display: block;
  width: 100%;
  height: 100%;
}
.fx_contact--child._blockA, .fx_contact--child.blockA, .fx_contact .flex_block_child._blockA, .fx_contact .flex_block_child.blockA {
  width: 25%;
}
.fx_contact--child._blockB, .fx_contact--child.blockB, .fx_contact .flex_block_child._blockB, .fx_contact .flex_block_child.blockB {
  width: 70%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0.5em 1em;
  text-align: center;
}

.textB {
  display: none;
}

@media (max-width: 767px) {
  .sec_contact .wrap_in .complete_textA {
    text-align: center;
    font-size: 4.4vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 12vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #ccc;
  }
  .sec_contact .wrap_in .complete_textB {
    font-size: 3.6vw;
    font-weight: 400;
    text-align: center;
    margin-top: 5vw;
    padding-bottom: 8vw;
  }
  .sec_contact .wrap_in .complete_textB + .btn_top {
    margin-bottom: 12vw;
  }
  .contact_area, .sec_contact div#wpcf7cpcnf {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .contact_area input[type=button], .sec_contact div#wpcf7cpcnf input[type=button],
  .contact_area input[type=submit],
  .sec_contact div#wpcf7cpcnf input[type=submit],
  .contact_area input[type=text],
  .sec_contact div#wpcf7cpcnf input[type=text],
  .contact_area input[type=email],
  .sec_contact div#wpcf7cpcnf input[type=email],
  .contact_area input[type=tel],
  .sec_contact div#wpcf7cpcnf input[type=tel] {
    -webkit-appearance: none;
  }
  .contact_area p, .sec_contact div#wpcf7cpcnf p {
    font-weight: 400;
  }
  .contact_area .privacy_table, .sec_contact div#wpcf7cpcnf .privacy_table {
    display: block;
  }
  .contact_area .privacy_table tbody, .sec_contact div#wpcf7cpcnf .privacy_table tbody, .contact_area .privacy_table tr, .sec_contact div#wpcf7cpcnf .privacy_table tr, .contact_area .privacy_table th, .sec_contact div#wpcf7cpcnf .privacy_table th, .contact_area .privacy_table td, .sec_contact div#wpcf7cpcnf .privacy_table td {
    display: block;
  }
  .contact_area .privacy_table th, .sec_contact div#wpcf7cpcnf .privacy_table th, .contact_area .privacy_table td, .sec_contact div#wpcf7cpcnf .privacy_table td {
    padding: 1.3em 0;
    font-size: 4.5vw;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 1.4;
  }
  .contact_area .privacy_table th .privacy_table_inner, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner, .contact_area .privacy_table td .privacy_table_inner, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_area .privacy_table th .privacy_table_inner p, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner p, .contact_area .privacy_table td .privacy_table_inner p, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner p {
    height: 100%;
  }
  .contact_area .privacy_table th .privacy_table_inner .wpcf7-form-control-wrap, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner .wpcf7-form-control-wrap, .contact_area .privacy_table td .privacy_table_inner .wpcf7-form-control-wrap, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  .contact_area .privacy_table th .privacy_table_inner .wpcf7-form-control-wrap .wpcf7-list-item, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner .wpcf7-form-control-wrap .wpcf7-list-item, .contact_area .privacy_table td .privacy_table_inner .wpcf7-form-control-wrap .wpcf7-list-item, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner .wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0 1em 0 0;
    font-weight: normal;
  }
  .contact_area .privacy_table th .privacy_table_inner .privacy_table_inner_ttl, .sec_contact div#wpcf7cpcnf .privacy_table th .privacy_table_inner .privacy_table_inner_ttl, .contact_area .privacy_table td .privacy_table_inner .privacy_table_inner_ttl, .sec_contact div#wpcf7cpcnf .privacy_table td .privacy_table_inner .privacy_table_inner_ttl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    font-weight: 700;
  }
  .contact_area .privacy_table th small, .sec_contact div#wpcf7cpcnf .privacy_table th small, .contact_area .privacy_table td small, .sec_contact div#wpcf7cpcnf .privacy_table td small {
    display: block;
    text-align: left;
    font-size: 3vw;
    font-weight: 300;
    line-height: 1.4;
    font-family: "AkkuratPro";
    color: #868585;
  }
  .contact_area .privacy_table th, .sec_contact div#wpcf7cpcnf .privacy_table th {
    font-weight: 700;
    padding-left: 2em;
    padding: 2vw 7.6vw 0 0;
    width: 100%;
  }
  .contact_area .privacy_table th.hisu .privacy_table_inner_ttl::after, .sec_contact div#wpcf7cpcnf .privacy_table th.hisu .privacy_table_inner_ttl::after {
    content: "必須";
    display: block;
    padding: 0.2em 0.5em 0.3em;
    font-size: 0.5em;
    font-weight: normal;
    background-color: #c00;
    color: #fff;
    margin-left: 0.5em;
    margin-top: 0.2em;
  }
  .contact_area .privacy_table td, .sec_contact div#wpcf7cpcnf .privacy_table td {
    padding: 1.6vw 0;
  }
  .contact_area .privacy_table input, .sec_contact div#wpcf7cpcnf .privacy_table input {
    font-family: "NotoSansJP", sans-serif;
  }
  .contact_area .privacy_table input[type=text], .sec_contact div#wpcf7cpcnf .privacy_table input[type=text], .contact_area .privacy_table input[type=email], .sec_contact div#wpcf7cpcnf .privacy_table input[type=email], .contact_area .privacy_table input[type=tel], .sec_contact div#wpcf7cpcnf .privacy_table input[type=tel] {
    width: 100%;
    height: 10vw;
    padding: 0.4em;
    border: 0;
    background-color: #fff;
    font-weight: 400;
    font-size: 3.5vw;
    border: 1px solid #ccc !important;
  }
  .contact_area .privacy_table input[type=radio], .sec_contact div#wpcf7cpcnf .privacy_table input[type=radio], .contact_area .privacy_table input[type=checkbox], .sec_contact div#wpcf7cpcnf .privacy_table input[type=checkbox] {
    transform: scale(1.4, 1.4);
    margin-bottom: 0.8em;
    position: relative;
    top: -0.08em;
  }
  .contact_area .privacy_table .wpcf7-list-item-label, .sec_contact div#wpcf7cpcnf .privacy_table .wpcf7-list-item-label {
    font-size: 0.8em;
  }
  .contact_area .privacy_table textarea, .sec_contact div#wpcf7cpcnf .privacy_table textarea {
    font-family: "NotoSansJP", sans-serif;
    width: 100%;
    padding: 0.5em;
    border: 0;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    font-size: 3.5vw;
    border: 1px solid #ccc !important;
  }
  .contact_area .privacy_table .menu-select, .sec_contact div#wpcf7cpcnf .privacy_table .menu-select {
    position: relative;
    height: 10vw;
  }
  .contact_area .privacy_table .menu-select::after, .sec_contact div#wpcf7cpcnf .privacy_table .menu-select::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-top: 1rem solid black;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    z-index: 0;
  }
  .contact_area .privacy_table select, .sec_contact div#wpcf7cpcnf .privacy_table select {
    font-size: 3.5vw;
    font-family: "NotoSansJP", sans-serif;
    width: 100%;
    height: 10vw;
    padding-right: 3.2em;
    padding-left: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-color: #fff;
    background-image: url("../img/parts/caret-down-solid.svg");
    background-size: 2rem auto;
    background-position: right 2.5rem center;
    background-repeat: no-repeat;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ccc !important;
    position: relative;
    z-index: 1;
  }
  .contact_area .submit_wrap, .sec_contact div#wpcf7cpcnf .submit_wrap {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0.5em;
  }
  .contact_area .submit_wrap p, .sec_contact div#wpcf7cpcnf .submit_wrap p {
    text-align: center;
  }
  .contact_area .submit_wrap [type=submit], .sec_contact div#wpcf7cpcnf .submit_wrap [type=submit], .contact_area .submit_wrap [type=button], .sec_contact div#wpcf7cpcnf .submit_wrap [type=button] {
    display: block;
    border: 0;
    width: 100%;
    height: 13vw;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    background-color: #EA6094;
    font-family: "NotoSansJP", sans-serif;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .contact_area .submit_wrap [type=submit].submit_btn02, .sec_contact div#wpcf7cpcnf .submit_wrap [type=submit].submit_btn02, .contact_area .submit_wrap [type=button].submit_btn02, .sec_contact div#wpcf7cpcnf .submit_wrap [type=button].submit_btn02 {
    background-color: #284B66;
  }
  .textA, .textB {
    text-align: center;
    font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 5vw;
  }
  .textA p, .textB p {
    text-align: center;
  }
  .fx_contact {
    width: 100%;
    height: 100%;
    -webkit-align-items: stretch; /*縦方向（Safari用）*/
    align-items: stretch; /* 縦方向*/
    -webkit-justify-content: space-between; /*横方向（Safari用）*/
    justify-content: space-between; /*横方向*/
  }
  .fx_contact--child span, .fx_contact--child input, .fx_contact .flex_block_child span, .fx_contact .flex_block_child input {
    display: block;
    width: 100%;
    height: 100%;
  }
  .fx_contact--child._blockA, .fx_contact--child.blockA, .fx_contact .flex_block_child._blockA, .fx_contact .flex_block_child.blockA {
    width: 25%;
  }
  .fx_contact--child._blockB, .fx_contact--child.blockB, .fx_contact .flex_block_child._blockB, .fx_contact .flex_block_child.blockB {
    width: 70%;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em;
    text-align: center;
    font-size: 2.9vw;
  }
  .textB {
    display: none;
  }
}
/* 確認画面
------------------------------- */
.sec_complete td .privacy_table_inner {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 1em;
  background-color: #eee;
}
@media (max-width: 767px) {
  .sec_complete td .privacy_table_inner {
    min-height: 10vw;
    padding: 0.4em;
    font-size: 3.5vw;
  }
  .sec_complete td .privacy_table_inner.textarea {
    height: auto;
    min-height: 10vw;
  }
}
.sec_complete td .privacy_table_inner.textarea {
  height: auto;
  white-space: pre-wrap;
}
.sec_complete td .fx_contact--child, .sec_complete td .fx_contact .flex_block_child {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 1em;
  background-color: #eee;
}
@media (max-width: 767px) {
  .sec_complete td .fx_contact--child, .sec_complete td .fx_contact .flex_block_child {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 10vw;
    padding: 0.4em;
    font-size: 3.5vw;
  }
}
.sec_complete .submit_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_area .wpcf7-not-valid-tip, .sec_contact div#wpcf7cpcnf .wpcf7-not-valid-tip {
  font-size: 0.6em;
}
@media (max-width: 767px) {
  .contact_area .wpcf7-not-valid-tip, .sec_contact div#wpcf7cpcnf .wpcf7-not-valid-tip {
    font-size: 0.8em;
  }
}

/* Confirm Plus Contact Form 7用確認画面設定
------------------------------- */
.confirm_text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5rem;
  display: none;
}
@media (max-width: 767px) {
  .confirm_text {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
}

.custom-wpcf7cp-confirm:not(.wpcf7cp-form-hide) .form_wrap {
  animation: fadein 2s both;
}

.sec_contact .wpcf7cp-form-hide {
  visibility: visible !important;
}
.sec_contact .wpcf7cp-form-hide .textA {
  display: none;
}
.sec_contact .wpcf7cp-form-hide .confirm_text {
  display: block;
}
.sec_contact .wpcf7cp-form-hide .contact_area, .sec_contact .wpcf7cp-form-hide div#wpcf7cpcnf {
  padding-bottom: 0;
}
.sec_contact .wpcf7cp-form-hide .form_wrap {
  overflow: hidden;
  height: 0 !important;
}
.sec_contact div#wpcf7cpcnf {
  position: relative;
  left: auto;
  text-align: left;
  padding-top: 0;
  font-size: 1.8rem;
  animation: fadein 2s both;
}
@media (max-width: 767px) {
  .sec_contact div#wpcf7cpcnf {
    font-size: 3.5vw;
  }
}
.sec_contact div#wpcf7cpcnf table {
  width: 100%;
}
.sec_contact div#wpcf7cpcnf table > tr th, .sec_contact div#wpcf7cpcnf table > tr td {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .sec_contact div#wpcf7cpcnf table > tr th, .sec_contact div#wpcf7cpcnf table > tr td {
    display: block;
    width: 100%;
  }
}
.sec_contact div#wpcf7cpcnf table > tr th p, .sec_contact div#wpcf7cpcnf table > tr td p {
  min-height: 6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .sec_contact div#wpcf7cpcnf table > tr th p, .sec_contact div#wpcf7cpcnf table > tr td p {
    line-height: 1.6;
  }
}
.sec_contact div#wpcf7cpcnf table > tr th p:empty, .sec_contact div#wpcf7cpcnf table > tr td p:empty {
  display: none;
}
.sec_contact div#wpcf7cpcnf table > tr th {
  vertical-align: top;
  width: 23rem;
  padding-right: 1em;
}
.sec_contact div#wpcf7cpcnf table > tr th p {
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec_contact div#wpcf7cpcnf table > tr th {
    width: 100%;
    font-size: 4.5vw;
    padding-bottom: 0;
  }
}
.sec_contact div#wpcf7cpcnf table > tr td p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eee;
  padding: 1em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .sec_contact div#wpcf7cpcnf table > tr td p {
    font-size: 3.5vw;
    min-height: 0;
  }
}
.sec_contact div.wpcf7cp-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5em;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .sec_contact div.wpcf7cp-btns {
    margin-top: 2em;
  }
}
.sec_contact div.wpcf7cp-btns button.wpcf7-form-control {
  display: block;
  border: 0;
  width: 32rem;
  height: 7.2rem;
  margin: 0;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  background-color: #EA6094;
  font-family: "NotoSansJP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec_contact div.wpcf7cp-btns button.wpcf7-form-control {
    width: calc((100% - 2rem) / 2);
    font-size: 4.2vw;
    height: 13vw;
  }
}
.sec_contact div.wpcf7cp-btns button.wpcf7-form-control.wpcf7cp-cfm-edit-btn {
  background-color: #284B66;
}

/* =======================================

 お問い合わせ(シンプル版)

 ======================================= */
.form_block {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .form_block {
    font-size: 1.5rem;
  }
}
.form_block .form_edit {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.form_block .wpcf7-form {
  padding-bottom: 12rem;
  position: relative;
}
.form_block .wpcf7-form dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.4em 0;
}
.form_block .wpcf7-form dl dt {
  width: 20rem;
}
@media (max-width: 767px) {
  .form_block .wpcf7-form dl dt {
    width: 100%;
  }
}
.form_block .wpcf7-form dl dt label {
  display: block;
  padding: 0.8em 0;
}
.form_block .wpcf7-form dl dd {
  width: calc(100% - 20rem);
}
@media (max-width: 767px) {
  .form_block .wpcf7-form dl dd {
    width: 100%;
  }
}
.form_block .wpcf7-form dl dd.acceptance {
  width: 100%;
}
.form_block .wpcf7-form dl dd.acceptance .wpcf7-list-item {
  display: block;
  text-align: center;
}
.form_block .wpcf7-form .hissu::after {
  content: "必須";
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background-color: #c00;
  padding: 0.1em 0.4em;
  margin-left: 0.3em;
}
.form_block .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form_block .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.8em;
  line-height: 1.2;
}
.form_block .wpcf7-form .wpcf7-form-control.wpcf7-radio, .form_block .wpcf7-form .wpcf7-form-control.input_radio, .form_block .wpcf7-form .wpcf7-form-control.wpcf7-acceptance, .form_block .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6em 1.2em;
  padding: 0.8em 0;
}
.form_block .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .form_block .wpcf7-form .wpcf7-form-control.input_radio .wpcf7-list-item, .form_block .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item, .form_block .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
  padding-left: 1.5em;
  position: relative;
}
.form_block .wpcf7-form .wpcf7-form-control.wpcf7-radio input, .form_block .wpcf7-form .wpcf7-form-control.input_radio input, .form_block .wpcf7-form .wpcf7-form-control.wpcf7-acceptance input, .form_block .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
  display: block;
  width: 1em;
  margin: 0;
  transform: scale(1.5);
  position: absolute;
  top: 0.32em;
  left: 0;
}
.form_block .wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form_block .wpcf7-form input, .form_block .wpcf7-form textarea, .form_block .wpcf7-form select {
  width: 100%;
  border: 1px solid #ccc !important;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1em;
  background-color: #fff;
  box-shadow: none;
  padding: 0.8em;
}
.form_block .wpcf7-form select {
  padding-right: 3em;
  padding-left: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: url("../img/parts/caret-down-solid.svg");
  background-size: 1.4rem auto;
  background-position: right 2rem center;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.form_block .wpcf7-form select option {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1em;
}
.form_block .wpcf7-form .wpcf7-submit {
  display: block;
  border: 0;
  width: 32rem;
  height: 7.2rem;
  margin: 0;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  background-color: #EA6094;
  border: 0 !important;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .form_block .wpcf7-form .wpcf7-submit {
    width: calc((100% - 2rem) / 2);
    height: 6rem;
  }
}
.form_block .wpcf7-form .wpcf7-submit {
  margin: 0 auto;
}
.form_block .wpcf7-form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-140%) translateX(-50%);
  transform: translateY(-140%) translateX(-50%);
}
.form_block .wpcf7cp-btns {
  margin-top: 3em;
  margin-bottom: 2em;
  position: relative;
}
@media (max-width: 767px) {
  .form_block .wpcf7cp-btns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form_block .wpcf7cp-btns > p {
  width: 100%;
}

/* 確認画面
------------------------------- */
.form_block div#wpcf7cpcnf {
  position: relative;
  left: auto;
  text-align: left;
  padding-top: 0;
  animation: fadein 2s both;
}
.form_block div#wpcf7cpcnf {
  position: relative;
  left: auto;
  text-align: left;
  padding-top: 0;
  padding-bottom: 12rem;
  animation: fadein 2s both;
}
.form_block div#wpcf7cpcnf table {
  width: 100%;
}
.form_block div#wpcf7cpcnf table > tr th, .form_block div#wpcf7cpcnf table > tr td {
  text-align: left;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .form_block div#wpcf7cpcnf table > tr th, .form_block div#wpcf7cpcnf table > tr td {
    display: block;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.form_block div#wpcf7cpcnf table > tr th p, .form_block div#wpcf7cpcnf table > tr td p {
  padding: 0.8em 0;
}
.form_block div#wpcf7cpcnf table > tr th p:empty, .form_block div#wpcf7cpcnf table > tr td p:empty {
  display: none;
}
.form_block div#wpcf7cpcnf table > tr th {
  width: 20rem;
  vertical-align: top;
  padding-right: 1em;
}
@media (max-width: 767px) {
  .form_block div#wpcf7cpcnf table > tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .form_block div#wpcf7cpcnf table > tr td {
    padding-top: 0;
  }
}
.form_block div#wpcf7cpcnf table > tr td p {
  background-color: #eee;
  padding: 0.8em;
}
.form_block div.wpcf7cp-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5em;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .form_block div.wpcf7cp-btns {
    margin-top: 2em;
  }
}
.form_block div.wpcf7cp-btns button.wpcf7-form-control {
  display: block;
  border: 0;
  width: 32rem;
  height: 7.2rem;
  margin: 0;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  background-color: #EA6094;
  border: 0 !important;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .form_block div.wpcf7cp-btns button.wpcf7-form-control {
    width: calc((100% - 2rem) / 2);
    height: 6rem;
  }
}
.form_block div.wpcf7cp-btns button.wpcf7-form-control.wpcf7cp-cfm-edit-btn {
  background-color: #284B66;
}

/* テキスト
------------------------------- */
.form_block .text_edit,
.form_block .text_confirm {
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .form_block .text_edit,
  .form_block .text_confirm {
    font-size: 1em;
    margin: 0 -1em 1.5em;
  }
}
.form_block .text_confirm {
  display: none;
}

/* 画面切り替え時
------------------------------- */
.form_block .wpcf7-form.wpcf7cp-form-hide {
  visibility: visible !important;
  padding: 0;
}
.form_block .wpcf7-form.wpcf7cp-form-hide .form_edit {
  overflow: hidden;
  height: 0;
  padding: 0;
  opacity: 0;
}
.form_block .wpcf7-form.wpcf7cp-form-hide .text_edit {
  display: none;
}
.form_block .wpcf7-form.wpcf7cp-form-hide .text_confirm {
  display: block;
}

/* ----------------------------------------

プラグインなしの確認画面

---------------------------------------- */
.anchor {
  position: relative;
}
.anchor span {
  position: absolute;
  left: 0;
  top: -8rem;
}
@media (max-width: 767px) {
  .anchor span {
    top: -18.667vw;
  }
}

.confirm_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
  width: 100%;
  height: 7.2rem;
  border: 0;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: #333;
  cursor: pointer;
  background-color: #ccc;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.confirm_btn:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .confirm_btn {
    height: 11vw;
  }
}

input.submit_btn01 {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.submit_wrap.confirm_on {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
.submit_wrap.confirm_on .submit_btn01, .submit_wrap.confirm_on .confirm_btn {
  width: calc((100% - 2rem) / 2);
}

/* 必須項目に未入力がある場合
------------------------------- */
body:not(.all-required-filled) .js_confirm {
  cursor: not-allowed;
  position: relative;
}
body:not(.all-required-filled) .js_confirm::after {
  content: "必須項目に未入力があります";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #dc3232;
  padding-bottom: 0.5em;
  position: absolute;
  bottom: 100%;
  left: 0;
}

/* 確認前（入力画面）
------------------------------- */
body:not(.verification_screen) .confirm_on {
  display: none !important;
}
body:not(.verification_screen) textarea[name=your-message] {
  min-height: 16em;
}
@media (max-width: 767px) {
  body:not(.verification_screen) textarea[name=your-message] {
    min-height: 16em;
  }
}

/* 確認画面
------------------------------- */
.verification_screen .confirm_off {
  display: none !important;
}
.verification_screen .wpcf7 th.hisu .privacy_table_inner_ttl::after {
  display: none;
}
.verification_screen .wpcf7 td .privacy_table_inner {
  background-color: #ccc !important;
  border: 0 !important;
  pointer-events: none !important;
  padding-left: 1em;
}
.verification_screen .wpcf7 td .privacy_table_inner .wpcf7-list-item {
  margin: 0;
}
.verification_screen .wpcf7 td .fx_contact {
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
}
.verification_screen .wpcf7 td .fx_contact .flex_block_child.blockB {
  background-color: #ccc !important;
  border: 0 !important;
  pointer-events: none !important;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .verification_screen .wpcf7 td .fx_contact .flex_block_child.blockB {
    width: 1000%;
  }
}
.verification_screen .wpcf7 td .fx_contact .flex_block_child .privacy_table_inner {
  background-color: transparent !important;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .verification_screen .wpcf7 td .fx_contact.typrB > .blockA {
    width: auto;
  }
}
@media (max-width: 767px) {
  .verification_screen .wpcf7 td .fx_contact.typrB > .blockB {
    width: 80%;
  }
}
.verification_screen .wpcf7 [type=text],
.verification_screen .wpcf7 [type=tel],
.verification_screen .wpcf7 [type=email],
.verification_screen .wpcf7 select {
  background-color: #ccc !important;
  border: 0 !important;
  pointer-events: none !important;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .verification_screen .wpcf7 [type=text],
  .verification_screen .wpcf7 [type=tel],
  .verification_screen .wpcf7 [type=email],
  .verification_screen .wpcf7 select {
    font-size: 4.2vw !important;
  }
}
.verification_screen .wpcf7 textarea {
  background-color: #ccc !important;
  border: 0 !important;
  pointer-events: none !important;
}
.verification_screen .wpcf7 [type=radio],
.verification_screen .wpcf7 [type=checkbox] {
  display: none !important;
}
.verification_screen .wpcf7 [type=radio] + .wpcf7-list-item-label,
.verification_screen .wpcf7 [type=checkbox] + .wpcf7-list-item-label {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .verification_screen .wpcf7 [type=radio] + .wpcf7-list-item-label,
  .verification_screen .wpcf7 [type=checkbox] + .wpcf7-list-item-label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /*縦方向（Safari用）*/
    align-items: center; /* 縦方向*/
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 10vw;
    font-size: 4.2vw;
  }
}
.verification_screen .wpcf7 [type=radio]:not(:checked) + .wpcf7-list-item-label,
.verification_screen .wpcf7 [type=checkbox]:not(:checked) + .wpcf7-list-item-label {
  display: none;
}

/* アニメーション
------------------------------- */
.add_confirm_form {
  position: relative;
}
.add_confirm_form::before {
  content: "";
  width: 5rem;
  height: 5rem;
  border: 3px solid #fb5b53;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  transition: 0.6s;
  opacity: 0;
}
.add_confirm_loading .add_confirm_form::before {
  opacity: 1;
}
.add_confirm_form .wpcf7-form {
  opacity: 0;
}
.defo_screen .add_confirm_form .wpcf7-form {
  opacity: 1;
}
.edit_screen .add_confirm_form .wpcf7-form, .verification_screen .add_confirm_form .wpcf7-form {
  animation: fadein 0.8s ease both;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* =======================================

article テキスト設定

 ======================================= */
.article .ttl_post,
.ttl_post {
  margin-bottom: 1em;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article br {
  margin-top: 0;
  padding: 0;
  text-align: left;
  border: 0;
  clear: both;
}
.article h1:first-child, .article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child, .article p:first-child {
  margin-top: 0;
}
.article h1 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.5;
  color: #284B66;
  margin: 1em 0;
}
.article h2 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
  margin: 1em 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.8rem;
  border-left: 0.6rem solid #284B66;
}
@media (max-width: 767px) {
  .article h2 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-left: 1.5vw solid #284B66;
  }
}
.article h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.article h4 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  color: #284B66;
  margin: 1em 0;
}
.article h5 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  color: #284B66;
  border-bottom: 0.2rem solid #ccc;
  padding-bottom: 0.2em;
  margin: 1em 0;
  position: relative;
}
@media (max-width: 767px) {
  .article h5 {
    border-bottom: 2px solid #ccc;
  }
}
.article h5::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 0.2rem solid #284B66;
  bottom: -0.2rem;
  width: 20%;
}
@media (max-width: 767px) {
  .article h5::after {
    border-bottom: 2px solid #284B66;
    bottom: -2px;
  }
}
.article h6 {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  margin: 1em 0;
}
.article p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  .article p {
    line-height: 1.8;
  }
}
.article a {
  font-weight: 400;
  text-decoration: underline;
}
.article blockquote, .article q {
  quotes: "" "";
}
.article blockquote:before, .article blockquote:after, .article q:before, .article q:after {
  content: "";
}
.article blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 0.1rem solid #FFFFFF;
  margin: 1em 0;
  padding: 2rem 5.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .article blockquote {
    padding: 1.6em 2em;
  }
}
.article blockquote p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.article blockquote::before {
  color: rgb(200, 200, 200);
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0rem;
  line-height: 1em;
  position: absolute;
  top: 0rem;
}
.article blockquote::after {
  color: rgb(200, 200, 200);
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0rem;
  bottom: -0.1em;
}
.article table {
  border-collapse: collapse;
  margin: 1.5em 0;
}
.article th {
  font-weight: 700;
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td {
  border: solid 1px #ccc;
}
.article th, .article td {
  padding: 0.6em 1em;
  line-height: 1.6;
}
.article pre {
  font-family: inherit;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.7em;
  overflow: auto;
  white-space: normal;
  line-height: 1.6;
}
.article dl {
  line-height: 150%;
  margin: 1.5em 0;
}
.article ol ol,
.article ul ul,
.article dl dl {
  margin: 0;
}
.article ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 1em;
}
.article ul li + li {
  margin-top: 0.4em;
}
.article ol {
  list-style: decimal;
  margin: 1.5em 0;
  padding-left: 1em;
}
.article ol li + li {
  margin-top: 0.4em;
}
.article em {
  font-style: italic;
  font-size: 0.8em;
}
.article .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wrap_in.article {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .wrap_in.article {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

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

/* =======================================

ページャー

 ======================================= */
.pager {
  text-align: center;
  padding: 2em 0;
}

.page-numbers {
  display: inline-block;
  min-width: 2em;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #ccc;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.page-numbers.current {
  background-color: #ccc;
  color: #fff;
}

@media (min-width: 768px) {
  a.page-numbers:hover {
    background-color: #F1F1F1;
  }
}
/* =======================================

アニメーション

 ======================================= */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -1em;
  }
  100% {
    bottom: 0;
  }
}
/* =======================================

調整用スタイルシート

 ======================================= */
/* マージン */
.no_m {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mlat {
  margin-left: auto !important;
}

.ml1em {
  margin-left: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt0_5rem {
  margin-top: 0.5rem !important;
}

.mt1_0rem {
  margin-top: 1rem !important;
}

.mt1_5rem {
  margin-top: 1.5rem !important;
}

.mt2_0rem {
  margin-top: 2rem !important;
}

.mt2_5rem {
  margin-top: 2.5rem !important;
}

.mt3_0rem {
  margin-top: 3rem !important;
}

.mt3_5rem {
  margin-top: 3.5rem !important;
}

.mt4_0rem {
  margin-top: 4rem !important;
}

.mt4_5rem {
  margin-top: 4.5rem !important;
}

.mt5_0rem {
  margin-top: 5rem !important;
}

.mt6_0rem {
  margin-top: 6rem !important;
}

.mt7_0rem {
  margin-top: 7rem !important;
}

.mb0_5rem {
  margin-bottom: 0.5rem !important;
}

.mb1_0rem {
  margin-bottom: 1rem !important;
}

.mb1_5rem {
  margin-bottom: 1.5rem !important;
}

.mb2_0rem {
  margin-bottom: 2rem !important;
}

.mb2_5rem {
  margin-bottom: 2.5rem !important;
}

.mb3_0rem {
  margin-bottom: 3rem !important;
}

.mb3_5rem {
  margin-bottom: 3.5rem !important;
}

.mb4_0rem {
  margin-bottom: 4rem !important;
}

.mb4_5rem {
  margin-bottom: 4.5rem !important;
}

.mb5_0rem {
  margin-bottom: 5rem !important;
}

.mb6_0rem {
  margin-bottom: 6rem !important;
}

.mb7_0rem {
  margin-bottom: 7rem !important;
}

.ml0_5rem {
  margin-left: 0.5rem !important;
}

.ml1_0rem {
  margin-left: 1rem !important;
}

.ml1_5rem {
  margin-left: 1.5rem !important;
}

.ml2_0rem {
  margin-left: 2rem !important;
}

.ml2_5rem {
  margin-left: 2.5rem !important;
}

.ml3_0rem {
  margin-left: 3rem !important;
}

.ml3_5rem {
  margin-left: 3.5rem !important;
}

.ml4_0rem {
  margin-left: 4rem !important;
}

.ml4_5rem {
  margin-left: 4.5rem !important;
}

.ml5_0rem {
  margin-left: 5rem !important;
}

.ml6_0rem {
  margin-left: 6rem !important;
}

.ml7_0rem {
  margin-left: 7rem !important;
}

.mr0_5rem {
  margin-right: 0.5rem !important;
}

.mr1_0rem {
  margin-right: 1rem !important;
}

.mr1_5rem {
  margin-right: 1.5rem !important;
}

.mr2_0rem {
  margin-right: 2rem !important;
}

.mr2_5rem {
  margin-right: 2.5rem !important;
}

.mr3_0rem {
  margin-right: 3rem !important;
}

.mr3_5rem {
  margin-right: 3.5rem !important;
}

.mr4_0rem {
  margin-right: 4rem !important;
}

.mr4_5rem {
  margin-right: 4.5rem !important;
}

.mr5_0rem {
  margin-right: 5rem !important;
}

.mr6_0rem {
  margin-right: 6rem !important;
}

.mr7_0rem {
  margin-right: 7rem !important;
}

.mrat {
  margin-right: auto !important;
}

.myoko_at {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .no_m_sp {
    margin: 0 !important;
  }
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mt1w_sp {
    margin-top: 1vw !important;
  }
  .mt2w_sp {
    margin-top: 2vw !important;
  }
  .mt3w_sp {
    margin-top: 3vw !important;
  }
  .mt4w_sp {
    margin-top: 4vw !important;
  }
  .mt5w_sp {
    margin-top: 5vw !important;
  }
  .mt6w_sp {
    margin-top: 6vw !important;
  }
  .mt7w_sp {
    margin-top: 7vw !important;
  }
  .mt8w_sp {
    margin-top: 8vw !important;
  }
  .mt9w_sp {
    margin-top: 9vw !important;
  }
  .mt10w_sp {
    margin-top: 10vw !important;
  }
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mb1w_sp {
    margin-bottom: 1vw !important;
  }
  .mb2w_sp {
    margin-bottom: 2vw !important;
  }
  .mb3w_sp {
    margin-bottom: 3vw !important;
  }
  .mb4w_sp {
    margin-bottom: 4vw !important;
  }
  .mb5w_sp {
    margin-bottom: 5vw !important;
  }
  .mb6w_sp {
    margin-bottom: 6vw !important;
  }
  .mb7w_sp {
    margin-bottom: 7vw !important;
  }
  .mb8w_sp {
    margin-bottom: 8vw !important;
  }
  .mb9w_sp {
    margin-bottom: 9vw !important;
  }
  .mb10w_sp {
    margin-bottom: 10vw !important;
  }
  .ml0_sp {
    margin-left: 0px !important;
  }
  .ml3w_sp {
    margin-left: 3vw !important;
  }
  .mlat_sp {
    margin-left: auto !important;
  }
  .ml1em_sp {
    margin-left: 1em !important;
  }
  .mr0_sp {
    margin-right: 0px !important;
  }
  .mr3w_sp {
    margin-right: 3vw !important;
  }
  .mrat_sp {
    margin-right: auto !important;
  }
  .myoko_at_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* パディング */
.no_p {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt0_5rem {
  padding-top: 0.5rem !important;
}

.pt1_0rem {
  padding-top: 1rem !important;
}

.pt1_5rem {
  padding-top: 1.5rem !important;
}

.pt2_0rem {
  padding-top: 2rem !important;
}

.pt2_5rem {
  padding-top: 2.5rem !important;
}

.pt3_0rem {
  padding-top: 3rem !important;
}

.pt3_5rem {
  padding-top: 3.5rem !important;
}

.pt4_0rem {
  padding-top: 4rem !important;
}

.pt4_5rem {
  padding-top: 4.5rem !important;
}

.pt5_0rem {
  padding-top: 5rem !important;
}

.pt6_0rem {
  padding-top: 6rem !important;
}

.pt7_0rem {
  padding-top: 7rem !important;
}

.pb0_5rem {
  padding-bottom: 0.5rem !important;
}

.pb1_0rem {
  padding-bottom: 1rem !important;
}

.pb1_5rem {
  padding-bottom: 1.5rem !important;
}

.pb2_0rem {
  padding-bottom: 2rem !important;
}

.pb2_5rem {
  padding-bottom: 2.5rem !important;
}

.pb3_0rem {
  padding-bottom: 3rem !important;
}

.pb3_5rem {
  padding-bottom: 3.5rem !important;
}

.pb4_0rem {
  padding-bottom: 4rem !important;
}

.pb4_5rem {
  padding-bottom: 4.5rem !important;
}

.pb5_0rem {
  padding-bottom: 5rem !important;
}

.pb6_0rem {
  padding-bottom: 6rem !important;
}

.pb7_0rem {
  padding-bottom: 7rem !important;
}

.pl0_5rem {
  padding-left: 0.5rem !important;
}

.pl1_0rem {
  padding-left: 1rem !important;
}

.pl1_5rem {
  padding-left: 1.5rem !important;
}

.pl2_0rem {
  padding-left: 2rem !important;
}

.pl2_5rem {
  padding-left: 2.5rem !important;
}

.pl3_0rem {
  padding-left: 3rem !important;
}

.pl3_5rem {
  padding-left: 3.5rem !important;
}

.pl4_0rem {
  padding-left: 4rem !important;
}

.pl4_5rem {
  padding-left: 4.5rem !important;
}

.pl5_0rem {
  padding-left: 5rem !important;
}

.pl6_0rem {
  padding-left: 6rem !important;
}

.pl7_0rem {
  padding-left: 7rem !important;
}

.pr0_5rem {
  padding-right: 0.5rem !important;
}

.pr1_0rem {
  padding-right: 1rem !important;
}

.pr1_5rem {
  padding-right: 1.5rem !important;
}

.pr2_0rem {
  padding-right: 2rem !important;
}

.pr2_5rem {
  padding-right: 2.5rem !important;
}

.pr3_0rem {
  padding-right: 3rem !important;
}

.pr3_5rem {
  padding-right: 3.5rem !important;
}

.pr4_0rem {
  padding-right: 4rem !important;
}

.pr4_5rem {
  padding-right: 4.5rem !important;
}

.pr5_0rem {
  padding-right: 5rem !important;
}

.pr6_0rem {
  padding-right: 6rem !important;
}

.pr7_0rem {
  padding-right: 7rem !important;
}

.p1em {
  padding: 1em !important;
}

.p05em {
  padding: 0.5em !important;
}

.p03em {
  padding: 0.3em !important;
}

.pb1em {
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .no_p_sp {
    padding: 0 !important;
  }
  .pt0_sp {
    padding-top: 0px !important;
  }
  .pt1w_sp {
    padding-top: 1vw !important;
  }
  .pt2w_sp {
    padding-top: 2vw !important;
  }
  .pt3w_sp {
    padding-top: 3vw !important;
  }
  .pt4w_sp {
    padding-top: 4vw !important;
  }
  .pt5w_sp {
    padding-top: 5vw !important;
  }
  .pt6w_sp {
    padding-top: 6vw !important;
  }
  .pt7w_sp {
    padding-top: 7vw !important;
  }
  .pt8w_sp {
    padding-top: 8vw !important;
  }
  .pt9w_sp {
    padding-top: 9vw !important;
  }
  .pt10w_sp {
    padding-top: 10vw !important;
  }
  .pb0_sp {
    padding-bottom: 0px !important;
  }
  .pb1w_sp {
    padding-bottom: 1vw !important;
  }
  .pb2w_sp {
    padding-bottom: 2vw !important;
  }
  .pb3w_sp {
    padding-bottom: 3vw !important;
  }
  .pb4w_sp {
    padding-bottom: 4vw !important;
  }
  .pb5w_sp {
    padding-bottom: 5vw !important;
  }
  .pb6w_sp {
    padding-bottom: 6vw !important;
  }
  .pb7w_sp {
    padding-bottom: 7vw !important;
  }
  .pb8w_sp {
    padding-bottom: 8vw !important;
  }
  .pb9w_sp {
    padding-bottom: 9vw !important;
  }
  .pb10w_sp {
    padding-bottom: 10vw !important;
  }
  .pl0_sp {
    padding-left: 0px !important;
  }
  .pl1w_sp {
    padding-left: 1vw !important;
  }
  .pl2w_sp {
    padding-left: 2vw !important;
  }
  .pl3w_sp {
    padding-left: 3vw !important;
  }
  .pl4w_sp {
    padding-left: 4vw !important;
  }
  .pl5w_sp {
    padding-left: 5vw !important;
  }
  .pl6w_sp {
    padding-left: 6vw !important;
  }
  .pl7w_sp {
    padding-left: 7vw !important;
  }
  .pl8w_sp {
    padding-left: 8vw !important;
  }
  .pl9w_sp {
    padding-left: 9vw !important;
  }
  .pl10w_sp {
    padding-left: 10vw !important;
  }
  .pr0_sp {
    padding-right: 0px !important;
  }
  .pr1w_sp {
    padding-right: 1vw !important;
  }
  .pr2w_sp {
    padding-right: 2vw !important;
  }
  .pr3w_sp {
    padding-right: 3vw !important;
  }
  .pr4w_sp {
    padding-right: 4vw !important;
  }
  .pr5w_sp {
    padding-right: 5vw !important;
  }
  .pr6w_sp {
    padding-right: 6vw !important;
  }
  .pr7w_sp {
    padding-right: 7vw !important;
  }
  .pr8w_sp {
    padding-right: 8vw !important;
  }
  .pr9w_sp {
    padding-right: 9vw !important;
  }
  .pr10w_sp {
    padding-right: 10vw !important;
  }
  .p1em_sp {
    padding: 1em !important;
  }
  .p05em_sp {
    padding: 0.5em !important;
  }
  .p03em_sp {
    padding: 0.3em !important;
  }
}
/* アライン */
.al_c {
  text-align: center !important;
}

.al_r {
  text-align: right !important;
}

.al_l {
  text-align: left !important;
}

.val_m {
  vertical-align: middle !important;
}

@media (max-width: 767px) {
  .al_c_sp {
    text-align: center !important;
  }
  .al_r_sp {
    text-align: right !important;
  }
  .al_l_sp {
    text-align: left !important;
  }
}
/* 文字装飾 */
.wht {
  color: #fff !important;
}

.red {
  color: #ff0000 !important;
}

.b {
  font-weight: bold !important;
}

.fs_9 {
  font-size: 9px !important;
}

.fs_10 {
  font-size: 10px !important;
}

.fs_11 {
  font-size: 11px !important;
}

.fs_12 {
  font-size: 12px !important;
}

.fs_13 {
  font-size: 13px !important;
}

.fs_14 {
  font-size: 14px !important;
}

.fs_15 {
  font-size: 15px !important;
}

.fs_16 {
  font-size: 16px !important;
}

.fs_17 {
  font-size: 17px !important;
}

.fs_18 {
  font-size: 18px !important;
}

.fs_19 {
  font-size: 19px !important;
}

.fs_20 {
  font-size: 20px !important;
}

.fs_21 {
  font-size: 21px !important;
}

.fs_22 {
  font-size: 22px !important;
}

.fs_23 {
  font-size: 23px !important;
}

.fs_24 {
  font-size: 24px !important;
}

.fs_25 {
  font-size: 25px !important;
}

.fs_26 {
  font-size: 26px !important;
}

.em05 {
  font-size: 0.5em !important;
}

.em06 {
  font-size: 0.6em !important;
}

.em07 {
  font-size: 0.7em !important;
}

.em08 {
  font-size: 0.8em !important;
}

.em09 {
  font-size: 0.9em !important;
}

.em10 {
  font-size: 1em !important;
}

.em11 {
  font-size: 1.1em !important;
}

.em12 {
  font-size: 1.2em !important;
}

.em13 {
  font-size: 1.3em !important;
}

.em14 {
  font-size: 1.4em !important;
}

.em15 {
  font-size: 1.5em !important;
}

.em16 {
  font-size: 1.6em !important;
}

.em17 {
  font-size: 1.7em !important;
}

.em18 {
  font-size: 1.8em !important;
}

.em19 {
  font-size: 1.9em !important;
}

.em20 {
  font-size: 2em !important;
}

.rem05 {
  font-size: 0.5rem !important;
}

.rem06 {
  font-size: 0.6rem !important;
}

.rem07 {
  font-size: 0.7rem !important;
}

.rem08 {
  font-size: 0.8rem !important;
}

.rem09 {
  font-size: 0.9rem !important;
}

.rem10 {
  font-size: 1rem !important;
}

.rem11 {
  font-size: 1.1rem !important;
}

.rem12 {
  font-size: 1.2rem !important;
}

.rem13 {
  font-size: 1.3rem !important;
}

.rem14 {
  font-size: 1.4rem !important;
}

.rem15 {
  font-size: 1.5rem !important;
}

.rem16 {
  font-size: 1.6rem !important;
}

.rem17 {
  font-size: 1.7rem !important;
}

.rem18 {
  font-size: 1.8rem !important;
}

.rem19 {
  font-size: 1.9rem !important;
}

.rem20 {
  font-size: 2rem !important;
}

.rem21 {
  font-size: 2.1rem !important;
}

.rem22 {
  font-size: 2.2rem !important;
}

.rem23 {
  font-size: 2.3rem !important;
}

.rem24 {
  font-size: 2.4rem !important;
}

.rem25 {
  font-size: 2.5rem !important;
}

.rem26 {
  font-size: 2.6rem !important;
}

.rem27 {
  font-size: 2.7rem !important;
}

.rem28 {
  font-size: 2.8rem !important;
}

.rem29 {
  font-size: 2.9rem !important;
}

.rem30 {
  font-size: 3rem !important;
}

@media (min-width: 768px) {
  .em05_pc {
    font-size: 0.5em !important;
  }
  .em06_pc {
    font-size: 0.6em !important;
  }
  .em07_pc {
    font-size: 0.7em !important;
  }
  .em08_pc {
    font-size: 0.8em !important;
  }
  .em09_pc {
    font-size: 0.9em !important;
  }
  .em10_pc {
    font-size: 1em !important;
  }
  .em11_pc {
    font-size: 1.1em !important;
  }
  .em12_pc {
    font-size: 1.2em !important;
  }
  .em13_pc {
    font-size: 1.3em !important;
  }
  .em14_pc {
    font-size: 1.4em !important;
  }
  .em15_pc {
    font-size: 1.5em !important;
  }
  .em16_pc {
    font-size: 1.6em !important;
  }
  .em17_pc {
    font-size: 1.7em !important;
  }
  .em18_pc {
    font-size: 1.8em !important;
  }
  .em19_pc {
    font-size: 1.9em !important;
  }
  .em20_pc {
    font-size: 2em !important;
  }
}
@media (max-width: 767px) {
  .em05_sp {
    font-size: 0.5em !important;
  }
  .em06_sp {
    font-size: 0.6em !important;
  }
  .em07_sp {
    font-size: 0.7em !important;
  }
  .em08_sp {
    font-size: 0.8em !important;
  }
  .em09_sp {
    font-size: 0.9em !important;
  }
  .em10_sp {
    font-size: 1em !important;
  }
  .em11_sp {
    font-size: 1.1em !important;
  }
  .em12_sp {
    font-size: 1.2em !important;
  }
  .em13_sp {
    font-size: 1.3em !important;
  }
  .em14_sp {
    font-size: 1.4em !important;
  }
  .em15_sp {
    font-size: 1.5em !important;
  }
  .em16_sp {
    font-size: 1.6em !important;
  }
  .em17_sp {
    font-size: 1.7em !important;
  }
  .em18_sp {
    font-size: 1.8em !important;
  }
  .em19_sp {
    font-size: 1.9em !important;
  }
  .em20_sp {
    font-size: 2em !important;
  }
  .rem05_sp {
    font-size: 0.5rem !important;
  }
  .rem06_sp {
    font-size: 0.6rem !important;
  }
  .rem07_sp {
    font-size: 0.7rem !important;
  }
  .rem08_sp {
    font-size: 0.8rem !important;
  }
  .rem09_sp {
    font-size: 0.9rem !important;
  }
  .rem10_sp {
    font-size: 1rem !important;
  }
  .rem11_sp {
    font-size: 1.1rem !important;
  }
  .rem12_sp {
    font-size: 1.2rem !important;
  }
  .rem13_sp {
    font-size: 1.3rem !important;
  }
  .rem14_sp {
    font-size: 1.4rem !important;
  }
  .rem15_sp {
    font-size: 1.5rem !important;
  }
  .rem16_sp {
    font-size: 1.6rem !important;
  }
  .rem17_sp {
    font-size: 1.7rem !important;
  }
  .rem18_sp {
    font-size: 1.8rem !important;
  }
  .rem19_sp {
    font-size: 1.9rem !important;
  }
  .rem20_sp {
    font-size: 2rem !important;
  }
  .rem21_sp {
    font-size: 2.1rem !important;
  }
  .rem22_sp {
    font-size: 2.2rem !important;
  }
  .rem23_sp {
    font-size: 2.3rem !important;
  }
  .rem24_sp {
    font-size: 2.4rem !important;
  }
  .rem25_sp {
    font-size: 2.5rem !important;
  }
  .rem26_sp {
    font-size: 2.6rem !important;
  }
  .rem27_sp {
    font-size: 2.7rem !important;
  }
  .rem28_sp {
    font-size: 2.8rem !important;
  }
  .rem29_sp {
    font-size: 2.9rem !important;
  }
  .rem30_sp {
    font-size: 3rem !important;
  }
}
.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.yum {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "YuMincho", "Yu Mincho", "游明朝", serif !important;
}

/* 段落 */
.jp_indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* ボーダー */
.no_bdr {
  border: none !important;
}

.bdr_ccc {
  border: 1px solid #ccc;
}

/*　背景色y　*/
.bg_wh {
  background-color: #fff !important;
}

.bg_ccc {
  background-color: #ccc !important;
}

/* CSS3 角丸 */
.radius_5 {
  border-raidus: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.radius_10 {
  border-raidus: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.radius_15 {
  border-raidus: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
}

.radius_20 {
  border-raidus: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}

.radius_25 {
  border-raidus: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
}

.radius_30 {
  border-raidus: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}

/* フロート・クリアフィックス */
.no_fl {
  float: none !important;
}

.fl_l {
  float: left !important;
}

.fl_r {
  float: right !important;
}

.clear {
  clear: both !important;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  display: block; /* for IE8 */
}

/* 幅 */
.w100p {
  width: 100% !important;
}

.w90p {
  width: 90% !important;
}

.w80p {
  width: 80% !important;
}

.w70p {
  width: 70% !important;
}

.w60p {
  width: 60% !important;
}

.w50p {
  width: 50% !important;
}

.w40p {
  width: 40% !important;
}

.w30p {
  width: 30% !important;
}

.w20p {
  width: 20% !important;
}

.w10p {
  width: 10% !important;
}

.w5p {
  width: 5% !important;
}

@media (min-width: 768px) {
  .w100p_pc {
    width: 100% !important;
  }
  .w90p_pc {
    width: 90% !important;
  }
  .w80p_pc {
    width: 80% !important;
  }
  .w70p_pc {
    width: 70% !important;
  }
  .w60p_pc {
    width: 60% !important;
  }
  .w50p_pc {
    width: 50% !important;
  }
  .w40p_pc {
    width: 40% !important;
  }
  .w30p_pc {
    width: 30% !important;
  }
  .w20p_pc {
    width: 20% !important;
  }
  .w10p_pc {
    width: 10% !important;
  }
  .w5p_pc {
    width: 5% !important;
  }
}
@media (max-width: 767px) {
  .w100p_sp {
    width: 100% !important;
  }
  .w90p_sp {
    width: 90% !important;
  }
  .w80p_sp {
    width: 80% !important;
  }
  .w70p_sp {
    width: 70% !important;
  }
  .w60p_sp {
    width: 60% !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
  .w40p_sp {
    width: 40% !important;
  }
  .w30p_sp {
    width: 30% !important;
  }
  .w20p_sp {
    width: 20% !important;
  }
  .w10p_sp {
    width: 10% !important;
  }
  .w5p_sp {
    width: 5% !important;
  }
}
/* position */
.psn_re {
  position: relative !important;
}

.ab_off { /*absoluteを解除する*/
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

/* display */
.dis_ib {
  display: inline-block !important;
}

.dis_il {
  display: inline !important;
}

.dis_blk {
  display: block !important;
}

/* =======================================

 404

 ======================================= */
.p404 .wrap_in {
  padding: 40px;
}

.error404 .teaser_wrap .wrap_main {
  position: relative;
}
.error404 .teaser_wrap .wrap_in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.error404 .teaser_wrap h2 {
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
.error404 .teaser_wrap p {
  padding: 2em 0;
  text-align: center;
}
.error404 .teaser_wrap .btn_top a {
  display: inline-block;
  padding: 1em 2.5em;
  line-height: 1;
  border: 1px solid #0066cc;
  text-decoration: none;
}
.error404 .teaser_wrap br {
  display: none;
}
@media (max-width: 767px) {
  .error404 .container {
    margin-bottom: 0;
  }
  .error404 .teaser_wrap br {
    display: inline;
  }
}

/* ----------------------------------------

home

---------------------------------------- */
/* fv
------------------------------- */
@media (max-width: 767px) {
  .fv {
    overflow: hidden;
  }
}
.fv .wrap_in {
  width: 162.6rem;
  max-width: calc(100% - 4rem);
  aspect-ratio: 1626/910;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv .wrap_in {
    aspect-ratio: 1408/768;
    max-width: 100%;
    padding: 0;
    transform: scale(1.03);
  }
}
.fv .video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .fv .video {
    width: 100%;
  }
}

/* さくらクリニックの再生医療
------------------------------- */
.regenerative_ex {
  margin: 12.27rem auto;
}
@media (max-width: 767px) {
  .regenerative_ex {
    margin: 6.4rem auto;
  }
}
.regenerative_ex .wrap_in {
  width: 162.6rem;
  max-width: calc(100% - 4rem);
}
@media (max-width: 767px) {
  .regenerative_ex .wrap_in {
    max-width: 100%;
  }
}
.regenerative_ex--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .regenerative_ex--list {
    gap: 3.6rem;
  }
}
.regenerative_ex--list--item {
  width: 30.1rem;
  max-width: calc((100% - 1px - 11.2rem) / 5);
}
@media (max-width: 767px) {
  .regenerative_ex--list--item {
    width: 100%;
    max-width: 100%;
  }
}
.regenerative_ex--list--desc {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.9565217391;
  text-align: left;
  margin-top: 2.4rem;
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .regenerative_ex--list--desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
    padding: 0 1em;
  }
}
.regenerative_ex--card {
  aspect-ratio: 1/1;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
@media (max-width: 767px) {
  .regenerative_ex--card {
    aspect-ratio: 1/0.7;
  }
}
.regenerative_ex--card--num {
  width: 100%;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .regenerative_ex--card--num {
    font-size: 4.8rem;
  }
}
.regenerative_ex--card--desc {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .regenerative_ex--card--desc {
    font-size: 2rem;
  }
}
.regenerative_ex--card--img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* News
------------------------------- */
.news_ex {
  margin-bottom: 16.3rem;
}
@media (max-width: 767px) {
  .news_ex {
    margin-bottom: 6.4rem;
  }
}
.news_ex--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_ex--block--side {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 2.4rem;
  width: 20rem;
}
@media (max-width: 767px) {
  .news_ex--block--side {
    width: 100%;
  }
}
.news_ex--block--side .ttl_mid {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .news_ex--block--side .ttl_mid {
    margin: 0;
  }
}
.news_ex--block--side .ttl_mid--child {
  padding-left: 0.2em;
}
@media (min-width: 768px) {
  .news_ex--block--side .ttl_mid--child {
    margin-bottom: 0.3rem;
  }
}
.news_ex--block--main {
  width: 119.1rem;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .news_ex--block--main {
    width: 100%;
    padding-top: 0;
  }
}
.news_ex--item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .news_ex--item {
    padding-bottom: 1.2rem;
  }
}
.news_ex--item + .news_ex--item {
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .news_ex--item + .news_ex--item {
    margin-top: 1.1rem;
  }
}
.news_ex--item--date {
  display: block;
  width: 20rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 200;
  line-height: 1.3076923077;
  color: #36414B;
}
@media (max-width: 767px) {
  .news_ex--item--date {
    width: 100%;
    font-size: 1.6rem;
  }
}
.news_ex--item--date small {
  font-size: 0.6923076923em;
  font-weight: 200;
  line-height: 1.2222222222;
}
.news_ex--item--ttl {
  display: block;
  width: calc(100% - 20rem);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3636363636;
  padding-top: 0.1rem;
  padding-left: 2.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .news_ex--item--ttl {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    padding-top: 0.4rem;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .news_ex .btn_viewmore {
    margin-top: 3.2rem;
  }
}

/* 施設紹介
------------------------------- */
.facility_ex {
  background-image: url("../img/home/bg_flowers.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 30rem;
  padding: 11.57rem 0 11.9rem;
  margin-bottom: 9.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .facility_ex {
    border-top-left-radius: 8rem;
    padding: 6.4rem 0 6.4rem;
    margin-bottom: 6.4rem;
  }
}
.facility_ex .ttl_mid {
  text-align: left;
}
@media (min-width: 768px) {
  .facility_ex .ttl_mid {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .facility_ex .ttl_mid--child {
    margin-bottom: 0.5em;
  }
}
.facility_ex--desc {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  .facility_ex--desc {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .facility_ex--list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start; /*縦方向（Safari用）*/
    align-items: flex-start; /* 縦方向*/
    -webkit-justify-content: space-between; /*横方向（Safari用）*/
    justify-content: space-between; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1920px;
    margin: 10rem auto 6.4rem;
  }
}
@media (max-width: 767px) {
  .facility_ex--list {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.facility_ex--list--item {
  width: 44.25rem;
  max-width: calc((100% - 1px - 3rem) / 4);
}
@media (max-width: 767px) {
  .facility_ex--list--item {
    width: 24rem !important;
    max-width: none;
    padding: 0 0.6rem;
  }
}
.facility_ex--list--card {
  width: 100%;
}
.facility_ex--list--card--img {
  aspect-ratio: 442.5/333;
  border-radius: 0.8rem;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .facility_ex--list--card--img {
    margin-bottom: 1.2rem;
  }
}
.facility_ex--list--card--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility_ex--list--card--desc {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4545454545;
  text-align: center;
}
@media (max-width: 767px) {
  .facility_ex--list--card--desc {
    font-size: 1.4rem;
  }
}

/* 再生医療等安全性確保法
------------------------------- */
.license_ex {
  margin-bottom: 13rem;
}
@media (max-width: 767px) {
  .license_ex {
    margin-bottom: 6.4rem;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .license_ex .wrap_in {
    width: 158.334rem;
    max-width: calc(100% - 4rem);
  }
}
@media (min-width: 768px) {
  .license_ex .ttl_mid {
    margin-bottom: 5.2rem;
  }
}
.license_ex--desc {
  width: 101.3rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto 4.8rem;
}
@media (max-width: 767px) {
  .license_ex--desc {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 auto 3.2rem;
  }
}
@media (min-width: 768px) {
  .license_ex--list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start; /*縦方向（Safari用）*/
    align-items: flex-start; /* 縦方向*/
    -webkit-justify-content: space-between; /*横方向（Safari用）*/
    justify-content: space-between; /*横方向*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .license_ex--list {
    margin: 0 -1.5rem;
  }
}
.license_ex--list--item {
  width: 34.926rem;
  max-width: calc((100% - 3rem) / 4);
}
@media (max-width: 767px) {
  .license_ex--list--item {
    width: 20rem !important;
    max-width: none;
    padding: 0 0.8rem;
  }
}
.license_ex--list--card {
  width: 100%;
}
.license_ex--list--card--img {
  aspect-ratio: 349.26/501.2;
  border: 1px solid #707070;
  margin-bottom: 1.6rem;
}
.license_ex--list--card--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.license_ex--list--card--desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  text-align: center;
}
@media (max-width: 767px) {
  .license_ex--list--card--desc {
    font-size: 1.2rem;
    margin: 0 -1em;
  }
}

/* access
------------------------------- */
.access_ex {
  color: #fff;
  border-top-right-radius: 30rem;
  background-color: #284B66;
  padding: 10.1rem 0 13rem;
}
@media (max-width: 767px) {
  .access_ex {
    border-top-right-radius: 8rem;
    padding: 6.4rem 0;
  }
}
.access_ex .wrap_in {
  width: 162.6rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .access_ex .ttl_mid {
    margin-bottom: 7.4rem;
  }
}
.access_ex .ttl_mid--child {
  color: #fff;
}
@media (min-width: 768px) {
  .access_ex .ttl_mid--child {
    margin-bottom: 0.6rem;
  }
}
.access_ex--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.access_ex--block--map {
  aspect-ratio: 813/556;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .access_ex--block--map {
    margin-bottom: 1.6rem;
  }
}
.access_ex--block--map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.access_ex--block--img img {
  display: block;
  width: 100%;
}
.access_ex--block--item {
  width: 50%;
}
@media (max-width: 767px) {
  .access_ex--block--item {
    width: 100%;
  }
}
.access_ex--block--desc {
  width: 50%;
  padding-left: 7.2rem;
}
@media (max-width: 767px) {
  .access_ex--block--desc {
    width: 100%;
    padding: 3.2rem 0 0 0;
  }
}
.access_ex--block--desc h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px) {
  .access_ex--block--desc h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.access_ex--block--desc h4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-top: 9.2rem;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px) {
  .access_ex--block--desc h4 {
    font-size: 1.8rem;
    margin-top: 3.2rem;
    margin-bottom: 1.2rem;
  }
}
.access_ex--block--desc p {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .access_ex--block--desc p {
    font-size: 1.5rem;
  }
}
.access_ex--block--desc p strong {
  font-weight: 500;
}
.access_ex--block--desc p + h3 {
  margin-top: 4.6rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .access_ex--block--desc p + h3 {
    margin-top: 3.2rem;
    margin-bottom: 1.2rem;
  }
}

/* ----------------------------------------

幹細胞について

---------------------------------------- */
/* intro
------------------------------- */
.stemcells_intro {
  margin: 12.5rem auto 20.5rem;
}
@media (max-width: 767px) {
  .stemcells_intro {
    margin: 6.4rem auto;
  }
}
.stemcells_intro--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stemcells_intro--block--item {
  width: 68rem;
  max-width: calc(50% - 2.4rem);
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .stemcells_intro--block--item {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.stemcells_intro--block--item--list {
  font-size: 2.5rem;
  list-style: disc;
  padding-left: 2.5rem;
  padding-right: 1em;
  margin: 4.9rem 0;
}
@media (max-width: 767px) {
  .stemcells_intro--block--item--list {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    margin: 2.4rem 0;
  }
}
.stemcells_intro--block--item--list > li {
  font-size: inherit;
}
.stemcells_intro--block--img {
  width: 50%;
}
@media (max-width: 767px) {
  .stemcells_intro--block--img {
    width: 100%;
    padding-top: 3.2rem;
  }
}
.stemcells_intro--block--img img {
  display: block;
  width: 100%;
}
.stemcells_intro--block--img img._img_02 {
  width: 67.1rem;
}
@media (min-width: 768px) {
  .stemcells_intro--block--img img._img_02 {
    position: relative;
    left: -0.9rem;
  }
}
@media (max-width: 767px) {
  .stemcells_intro--block--img img._img_02 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .stemcells_intro--block:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: 1.16rem;
  }
  .stemcells_intro--block:nth-child(2) .stemcells_intro--block--item {
    padding-top: 5.4rem;
  }
}
@media (max-width: 767px) {
  .stemcells_intro--block:nth-child(2) {
    margin-top: 3.2rem;
  }
}

/* 代表的な幹細胞の種類
------------------------------- */
.stemcells_type {
  background-image: url("../img/stem-cells/img_04.png.webp");
  background-size: cover;
  background-position: right 0 center;
  background-repeat: no-repeat;
  margin-bottom: 15.6rem;
  padding: 5.6rem 0 5.6rem;
}
@media (max-width: 767px) {
  .stemcells_type {
    margin-bottom: 6.4rem;
    padding: 4rem 0;
  }
}
.stemcells_type .ttl_large {
  text-align: center;
  color: #284B66;
}
@media (min-width: 768px) {
  .stemcells_type .ttl_large {
    margin-bottom: 3.1rem;
  }
}
.stemcells_type .sentence {
  text-align: center;
  font-weight: 500;
  margin-bottom: 6.7rem;
}
@media (max-width: 767px) {
  .stemcells_type .sentence {
    margin-bottom: 3.2rem;
  }
}
.stemcells_type--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 108.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .stemcells_type--list {
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
    gap: 1.6rem;
  }
}
.stemcells_type--list > li {
  width: 30.3rem;
  max-width: calc((100% - 2rem) / 3);
}
@media (max-width: 767px) {
  .stemcells_type--list > li {
    max-width: calc((100% - 1.6rem) / 2);
  }
}
.stemcells_type--list > li img {
  display: block;
  width: 100%;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .stemcells_type--list > li img {
    margin-bottom: 1.6rem;
  }
}
.stemcells_type--list > li p {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5217391304;
  text-align: center;
  margin: 0 -0.5em;
  position: relative;
}
@media (max-width: 767px) {
  .stemcells_type--list > li p {
    font-size: 1.4rem;
  }
}
.stemcells_type--list > li p ._stroke {
  display: block;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/* さくらクリニックが注目するヒト体性幹細胞
------------------------------- */
.stemcells_featured {
  margin-bottom: 11.2rem;
}
@media (max-width: 767px) {
  .stemcells_featured {
    margin-bottom: 0.8rem;
  }
}
.stemcells_featured .ttl_large {
  text-align: center;
}
@media (min-width: 768px) {
  .stemcells_featured .ttl_large {
    margin-bottom: 6.4rem;
  }
}
.stemcells_featured--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stemcells_featured--block--item {
  width: 64.3rem;
}
@media (max-width: 767px) {
  .stemcells_featured--block--item {
    width: 100%;
  }
}
.stemcells_featured--block--img {
  width: 76.2rem;
  max-width: calc(100% - 2.4rem - 64.3rem);
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  .stemcells_featured--block--img {
    width: 100%;
    max-width: none;
    padding-top: 3.2rem;
  }
}

/* ----------------------------------------

慢性疼痛の治療

---------------------------------------- */
/* さくらクリニックの幹細胞療法
------------------------------- */
.chronicpain_intro {
  margin: 12.5rem auto 9.3rem;
}
@media (max-width: 767px) {
  .chronicpain_intro {
    margin: 6.4rem auto;
  }
}
.chronicpain_intro--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 145.8rem;
  max-width: 100%;
}
.chronicpain_intro--block--item {
  width: 50%;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .chronicpain_intro--block--item {
    width: 100%;
    padding-top: 0;
  }
}
.chronicpain_intro--block--item .ttl_large {
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .chronicpain_intro--block--item .ttl_large {
    margin-bottom: 2.4rem;
  }
}
.chronicpain_intro--block--img {
  width: 67.1rem;
  max-width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  .chronicpain_intro--block--img {
    width: 100%;
    max-width: none;
    margin-top: 2.4rem;
  }
}
.chronicpain_intro--block--img img {
  display: block;
  width: 100%;
  border-radius: 0.8rem;
}
.chronicpain_intro--notes {
  width: 145.8rem;
  max-width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #284B66;
  background-color: rgba(8, 209, 186, 0.3);
  border: 3px dashed #fff;
  border-radius: 0.8rem;
  padding: 2.8rem 2rem;
  margin-top: 4.7rem;
}
@media (max-width: 767px) {
  .chronicpain_intro--notes {
    font-size: 1.6rem;
    padding: 2rem;
    margin-top: 3.2rem;
  }
}

/* フレッシュな幹細胞投与へのこだわり
------------------------------- */
.chronicpain_fresh {
  background-color: rgba(253, 135, 179, 0.3);
  border-top-left-radius: 30rem;
  margin: 15rem auto 11.1rem;
  padding: 9.4rem 0 14.6rem;
}
@media (max-width: 767px) {
  .chronicpain_fresh {
    border-top-left-radius: 8rem;
    margin: 6.4rem auto 6.4rem;
    padding: 4.8rem 0 4.8rem;
  }
}
.chronicpain_fresh .ttl_ovalbg {
  color: #EA6094;
  margin-bottom: 6.7rem;
}
@media (max-width: 767px) {
  .chronicpain_fresh .ttl_ovalbg {
    margin-bottom: 2.4rem;
  }
}
.chronicpain_fresh--notes {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 6.7rem;
}
@media (max-width: 767px) {
  .chronicpain_fresh--notes {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2.4rem;
  }
}
.chronicpain_fresh--notes strong {
  font-weight: 900;
  color: #284B66;
}
.chronicpain_fresh--ttl {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #EA6094;
  text-align: center;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 0.5rem;
  margin: 0 0 9.4rem;
}
@media (max-width: 767px) {
  .chronicpain_fresh--ttl {
    font-size: 2rem;
    margin: 0 0 4.8rem;
  }
}
.chronicpain_fresh--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .chronicpain_fresh--list {
    gap: 4.8rem 0;
  }
}
.chronicpain_fresh--list--item {
  width: 45.8rem;
  min-height: 74.4rem;
  max-width: calc((100% - 6.4rem) / 3);
}
@media (max-width: 767px) {
  .chronicpain_fresh--list--item {
    width: 100%;
    max-width: 100%;
    min-height: 52rem;
  }
}
.chronicpain_fresh--list--item:nth-child(3) .chronicpain_fresh--list--card--img {
  height: 95%;
  bottom: 5%;
}
.chronicpain_fresh--list--card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.8rem;
  position: relative;
  padding: 3.7rem 2.8rem 3.9rem;
}
@media (max-width: 767px) {
  .chronicpain_fresh--list--card {
    padding: 2.4rem 1.6rem 2.4rem;
  }
}
.chronicpain_fresh--list--card--num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  width: 10.2rem;
  aspect-ratio: 1/1;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #EA6094;
  background-color: #fff;
  border-radius: 10.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .chronicpain_fresh--list--card--num {
    width: 6.4rem;
    font-size: 3.6rem;
  }
}
.chronicpain_fresh--list--card--ttl {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #EA6094;
  margin-bottom: 1.9rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .chronicpain_fresh--list--card--ttl {
    font-size: 2.4rem;
  }
}
.chronicpain_fresh--list--card--desc {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .chronicpain_fresh--list--card--desc {
    font-size: 1.6rem;
  }
}
.chronicpain_fresh--list--card--notes {
  width: calc(100% - 2.8rem);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #284B66;
  text-indent: -1em;
  padding: 1em 1em 1em;
  position: absolute;
  left: 2.8rem;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .chronicpain_fresh--list--card--notes {
    font-size: 1.4rem;
    padding: 1em 1em 0.6em;
  }
}
.chronicpain_fresh--list--card--img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center bottom;
}

/* 慢性疼痛とは
------------------------------- */
.chronicpain_about {
  padding: 14.1rem 0 12.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .chronicpain_about {
    padding: 0 0 4.8rem;
  }
}
.chronicpain_about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top-right-radius: 30rem;
  background-color: rgba(8, 209, 186, 0.3);
  position: absolute;
  top: 14.1rem;
  left: 0;
}
@media (max-width: 767px) {
  .chronicpain_about::before {
    border-top-right-radius: 8rem;
    top: 0;
  }
}
.chronicpain_about--main {
  padding-top: 7.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .chronicpain_about--main {
    padding-top: 4.8rem;
  }
}
.chronicpain_about .sentence {
  max-width: 81.8rem;
}
.chronicpain_about .sentence small {
  font-size: 0.6em;
  vertical-align: text-top;
}
.chronicpain_about .sentence._notes {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .chronicpain_about .sentence._notes {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.chronicpain_about--img {
  display: block;
  width: 77.1rem;
  position: absolute;
  top: -14.1rem;
  left: 89.2rem;
}
.chronicpain_about--block {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 3.6rem 2rem 3.6rem;
  margin: 11.7rem auto 0;
}
@media (max-width: 767px) {
  .chronicpain_about--block {
    padding: 2.4rem 1.5rem 2.4rem;
    margin: 4.2rem auto 0;
  }
}
.chronicpain_about--block--ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #284B66;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .chronicpain_about--block--ttl {
    font-size: 1.8rem;
  }
}
.chronicpain_about--block--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 132.4rem;
  max-width: 100%;
  margin: 0 auto 3.5rem;
}
@media (max-width: 767px) {
  .chronicpain_about--block--list {
    gap: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.chronicpain_about--block--list--item {
  width: calc((100% - 3.8rem) / 3);
  color: #fff;
  background-color: #284B66;
  border-radius: 0.8rem;
  padding: 1.9rem 1.8rem 1.4rem;
}
@media (max-width: 767px) {
  .chronicpain_about--block--list--item {
    width: 100%;
    padding: 1.4rem 1rem 1.4rem;
  }
}
.chronicpain_about--block--list--ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.9rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .chronicpain_about--block--list--ttl {
    font-size: 1.6rem;
    padding-bottom: 1.4rem;
  }
}
.chronicpain_about--block--list--desc {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .chronicpain_about--block--list--desc {
    font-size: 1.4rem;
  }
}
.chronicpain_about--block--notes {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .chronicpain_about--block--notes {
    font-size: 1.2rem;
  }
}

/* さくらクリニック慢性疼痛治療の特徴
------------------------------- */
.chip {
  display: inline-block;
  font-weight: 700;
  vertical-align: bottom;
  color: #fff;
  border-radius: 5rem;
  background-color: #284B66;
  padding: 0.6rem 2.4rem;
  margin: 2.3rem 1.8rem 0 0;
}
@media (max-width: 767px) {
  .chip {
    font-size: 0.9em;
    padding: 0.2rem 1.1rem;
    margin: 1.2rem 0.4rem 0 0;
  }
}

.chronicpain_features {
  padding: 31.3rem 0 8rem;
  margin-bottom: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .chronicpain_features {
    padding: 6.4rem 0;
    margin-bottom: 6.4rem;
  }
}
.chronicpain_features .wrap_in {
  position: relative;
  z-index: 1;
}
.chronicpain_features--bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .chronicpain_features--bg {
    object-position: right bottom;
  }
}
.chronicpain_features--block {
  width: 80.3rem;
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .chronicpain_features--block {
    width: 100%;
  }
}
.chronicpain_features--block .ttl_large {
  margin-bottom: 3.49rem;
}
@media (max-width: 767px) {
  .chronicpain_features--block .ttl_large {
    margin-bottom: 2.4rem;
  }
}
.chronicpain_features--block .sentence + .sentence {
  vertical-align: bottom;
  margin-top: 2.69rem;
}
@media (max-width: 767px) {
  .chronicpain_features--block .sentence + .sentence {
    margin-top: 2.4rem;
  }
}
.chronicpain_features--block .sentence strong {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .chronicpain_features--block .sentence strong {
    margin-left: 0.8rem;
  }
}

/* 幹細胞バンキング
------------------------------- */
.chronicpain_banking {
  margin-bottom: 11.2rem;
}
@media (max-width: 767px) {
  .chronicpain_banking {
    margin-bottom: 6.4rem;
  }
}
.chronicpain_banking--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chronicpain_banking--block--item {
  width: 81.8rem;
}
@media (max-width: 767px) {
  .chronicpain_banking--block--item {
    width: 100%;
  }
}
.chronicpain_banking--block--img {
  width: 58.8rem;
  max-width: calc(100% - 2.4rem - 81.8rem);
}
@media (max-width: 767px) {
  .chronicpain_banking--block--img {
    width: 100%;
    max-width: none;
    margin-top: 2.4rem;
  }
}
.chronicpain_banking--block--img img {
  display: block;
  width: 100%;
  border-radius: 0.8rem;
}

/* 期待される有効性と安全性
------------------------------- */
.chronicpain_safety {
  margin-bottom: 11.1rem;
}
@media (max-width: 767px) {
  .chronicpain_safety {
    margin-bottom: 6.4rem;
  }
}
.chronicpain_safety--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0.8rem;
  background-color: #fedbe8;
  padding: 6.3rem 12.3rem 6.3rem 8.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .chronicpain_safety--block {
    padding: 3.2rem 1.5rem;
  }
}
.chronicpain_safety--block--item {
  width: 68.4rem;
}
@media (max-width: 767px) {
  .chronicpain_safety--block--item {
    width: 100%;
  }
}
.chronicpain_safety--block--item .ttl_ovalbg {
  color: #000000;
}
@media (min-width: 768px) {
  .chronicpain_safety--block--item .ttl_ovalbg {
    margin-bottom: 4.3rem;
    margin-top: 3.2rem;
  }
}
.chronicpain_safety--block--img {
  width: 48.6rem;
  max-width: calc(100% - 2.4rem - 68.4rem);
}
@media (max-width: 767px) {
  .chronicpain_safety--block--img {
    width: 100%;
    max-width: none;
    margin-top: 2.4rem;
  }
}
.chronicpain_safety--block--img img {
  display: block;
  width: 100%;
}

/* 幹細胞療法のリスクと副作用
------------------------------- */
.chronicpain_risk {
  margin-bottom: 12.6rem;
}
@media (max-width: 767px) {
  .chronicpain_risk {
    margin-bottom: 6.4rem;
  }
}
.chronicpain_risk .ttl_large {
  text-align: center;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .chronicpain_risk .ttl_large {
    text-align: left;
  }
}
.chronicpain_risk--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 6.6rem auto 0;
}
@media (max-width: 767px) {
  .chronicpain_risk--list {
    gap: 0.8rem;
    margin-top: 2.4rem;
  }
}
.chronicpain_risk--list--item {
  width: 70rem;
  color: #fff;
  background-color: #284B66;
  border-radius: 0.8rem;
  padding: 2.6rem 1.7rem 2.6rem;
}
@media (max-width: 767px) {
  .chronicpain_risk--list--item {
    width: 100%;
    padding: 1.4rem 1rem 1.4rem;
  }
}
.chronicpain_risk--list--ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .chronicpain_risk--list--ttl {
    font-size: 1.6rem;
    padding-bottom: 1.4rem;
    margin-bottom: 0.9rem;
  }
}
.chronicpain_risk--list--desc {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .chronicpain_risk--list--desc {
    font-size: 1.4rem;
  }
}

/* 治療を受けられる際の条件
------------------------------- */
.chronicpain_conditions {
  margin-bottom: 15.5rem;
}
@media (max-width: 767px) {
  .chronicpain_conditions {
    margin-bottom: 6.4rem;
  }
}
.chronicpain_conditions .wrap_in {
  border-radius: 0.8rem;
  background-color: #cef6f1;
  padding: 5.5rem 0 7.3rem;
}
@media (max-width: 767px) {
  .chronicpain_conditions .wrap_in {
    padding: 4.8rem 1.5rem;
  }
}
.chronicpain_conditions--block {
  width: 127.6rem;
  max-width: 100%;
  margin: 0 auto;
}
.chronicpain_conditions--block .ttl_large {
  width: 64.9rem;
  text-align: center;
  color: #284B66;
  border-radius: 5rem;
  background-color: #fff;
  padding: 1.5rem 0;
  margin: 0 auto 4.2rem;
}
@media (max-width: 767px) {
  .chronicpain_conditions--block .ttl_large {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .chronicpain_conditions--block .sentence {
    font-size: 1.5rem;
  }
}
.chronicpain_conditions--block .sentence._al_c {
  line-height: 1.6;
  text-align: center;
}
.chronicpain_conditions--block .sentence + .sentence {
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .chronicpain_conditions--block .sentence + .sentence {
    margin-top: 2.4rem;
  }
}
.chronicpain_conditions--block .sentence + .sentence._al_c {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .chronicpain_conditions--block .sentence + .sentence._al_c {
    margin-top: 2.4rem;
  }
}

/* 幹細胞治療の流れ
------------------------------- */
.chronicpain_flow {
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .chronicpain_flow {
    margin-bottom: 2.4rem;
  }
}
.chronicpain_flow .ttl_large {
  color: #284B66;
  text-align: center;
  margin-bottom: 5.9rem;
}
@media (max-width: 767px) {
  .chronicpain_flow .ttl_large {
    margin-bottom: 3.2rem;
  }
}
.chronicpain_flow .btn_viewmore {
  width: 48rem;
  max-width: 100%;
  font-size: 3.5rem;
  font-weight: 300;
  height: 9.2rem;
}
@media (max-width: 767px) {
  .chronicpain_flow .btn_viewmore {
    font-size: 2rem;
    height: 6.4rem;
  }
}
.chronicpain_flow .btn_viewmore + .btn_viewmore {
  margin-top: 1.6rem;
  background-color: #ddf9f5;
}
@media (min-width: 768px) {
  .chronicpain_flow .btn_viewmore + .btn_viewmore:hover {
    background-color: #284B66;
  }
}
.chronicpain_flow--block {
  margin-bottom: 17.6rem;
}
@media (max-width: 767px) {
  .chronicpain_flow--block {
    margin-bottom: 4.8rem;
  }
}
.chronicpain_flow--block dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 18.1rem;
  border-radius: 0.8rem;
  border: 1px solid #284B66;
  padding: 2.6rem 5.7rem 1.8rem 2.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .chronicpain_flow--block dl {
    padding: 1.5rem;
  }
}
.chronicpain_flow--block dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 55.5rem;
  min-height: 12rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  border-right: 1px solid #284B66;
}
@media (max-width: 767px) {
  .chronicpain_flow--block dl dt {
    -webkit-justify-content: flex-start; /*横方向（Safari用）*/
    justify-content: flex-start; /*横方向*/
    flex-direction: column;
    width: 100%;
    min-height: 0;
    font-size: 2rem;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #284B66;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.chronicpain_flow--block dl dt ._num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 8.2rem;
  aspect-ratio: 1/1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
  color: #fff;
  border-radius: 8.2rem;
  background-color: #284B66;
  margin-right: 3.6rem;
}
@media (max-width: 767px) {
  .chronicpain_flow--block dl dt ._num {
    width: 4.8rem;
    font-size: 3.2rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}
.chronicpain_flow--block dl dd {
  width: 79.3rem;
}
@media (max-width: 767px) {
  .chronicpain_flow--block dl dd {
    width: 100%;
  }
}
.chronicpain_flow--block dl + dl {
  margin-top: 7.6rem;
}
.chronicpain_flow--block dl + dl::before {
  content: "";
  display: block;
  width: 100%;
  height: 7.6rem;
  background-image: url("../img/chronic-pain-treatment/arrow_down.svg");
  background-size: 1.3rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100%;
  left: 0;
}

/* ----------------------------------------

細胞培養加工施設（CPC）

---------------------------------------- */
/* intro
------------------------------- */
.cpc_intro {
  padding: 8.2rem 0 12.5rem;
  margin: 10.6rem auto 0;
  position: relative;
  background-image: url("../img/cpc/img_01.jpg.webp");
  background-size: cover;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cpc_intro {
    margin-top: 4.8rem;
    padding: 0 0 6.4rem;
  }
}
.no-webp .cpc_intro {
  background-image: url("../img/cpc/img_01.jpg");
}
.cpc_intro .ttl_large {
  margin-bottom: 5.8rem;
}
@media (max-width: 767px) {
  .cpc_intro .ttl_large {
    margin-bottom: 2.4rem;
  }
}
.cpc_intro .sentence {
  margin-bottom: 8.1rem;
}
@media (max-width: 767px) {
  .cpc_intro .sentence {
    margin-bottom: 3.6rem;
  }
}
.cpc_intro--desc {
  max-width: 116.8rem;
  padding: 3.9rem 4.4rem 4.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .cpc_intro--desc {
    padding: 1.5rem;
  }
}
.cpc_intro--desc .sentence {
  font-weight: 700;
  line-height: 1.6;
  color: #284B66;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cpc_intro--desc .sentence {
    margin-bottom: 1.6rem;
  }
}
.cpc_intro--desc ._notes {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cpc_intro--desc ._notes {
    font-size: 1.2rem;
  }
}
.cpc_intro--desc::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  background-color: rgb(178, 240, 233);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

/* CPC併設による患者様のメリット
------------------------------- */
.cpc_merit {
  background-color: #284B66;
  border-top-left-radius: 30rem;
  padding: 11.9rem 0 10.3rem;
  margin-bottom: 12.6rem;
}
@media (max-width: 767px) {
  .cpc_merit {
    border-top-left-radius: 8rem;
    padding: 4.8rem 0;
    margin-bottom: 6.4rem;
  }
}
.cpc_merit .ttl_small {
  color: #fff;
  text-align: center;
  margin-top: 11.8rem;
  margin-bottom: 3.9rem;
}
@media (max-width: 767px) {
  .cpc_merit .ttl_small {
    margin-top: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
.cpc_merit .ttl_small:first-child {
  margin-top: 0;
}
.cpc_merit--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cpc_merit--block {
    gap: 1rem 0;
  }
}
.cpc_merit--block--item {
  width: 33.3rem;
  max-width: calc((100% - 4.8rem) / 4);
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.5rem 1.7rem 2.7rem;
}
@media (max-width: 767px) {
  .cpc_merit--block--item {
    width: calc((100% - 1rem) / 2);
    max-width: 100%;
    padding: 1.5rem;
  }
}
.cpc_merit--block--item h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #284B66;
  margin: 0 -0.5em 2.3rem;
}
@media (max-width: 767px) {
  .cpc_merit--block--item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.cpc_merit--block--item p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  border-top: 1px solid #284B66;
  padding-top: 2.3rem;
}
@media (max-width: 767px) {
  .cpc_merit--block--item p {
    font-size: 1.2rem;
    padding-top: 1rem;
  }
}
.cpc_merit--block--item img {
  display: block;
  width: 100%;
  margin-top: 0.8rem;
}
.cpc_merit--block._narrow .cpc_merit--block--item {
  width: 25.8rem;
  max-width: calc((100% - 6.4rem) / 5);
  padding-top: 2.2rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .cpc_merit--block._narrow .cpc_merit--block--item {
    width: calc((100% - 1rem) / 2);
    max-width: 100%;
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cpc_merit--block._narrow .cpc_merit--block--item h3 {
    margin-bottom: 2.6rem;
  }
}
@media (min-width: 768px) {
  .cpc_merit--block._narrow .cpc_merit--block--item p {
    padding-top: 2.3rem;
  }
}

/* 幹細胞のバンキング
------------------------------- */
.cpc_banking {
  margin-bottom: 21.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cpc_banking {
    margin-bottom: 6.4rem;
  }
}
.cpc_banking--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cpc_banking--block + .cpc_banking--block {
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .cpc_banking--block + .cpc_banking--block {
    margin-top: 3.2rem;
  }
}
.cpc_banking--block--item {
  width: 50%;
  padding-top: 7.7rem;
}
@media (max-width: 767px) {
  .cpc_banking--block--item {
    width: 100%;
    padding-top: 0;
  }
}
.cpc_banking--block--item .sentence {
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  .cpc_banking--block--item .sentence {
    margin-top: 2.4rem;
  }
}
.cpc_banking--block--item .sentence._strong {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .cpc_banking--block--item .sentence._strong {
    margin-top: 1.2rem;
  }
}
.cpc_banking--block--item .sentence._strong + .sentence {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cpc_banking--block--item .sentence._strong + .sentence {
    margin-top: 0.8rem;
  }
}
.cpc_banking--block--img {
  width: calc(50% - 5.8rem);
  height: 45.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .cpc_banking--block--img {
    width: 100%;
    height: 18.27rem;
    margin-top: 2.4rem;
  }
}
.cpc_banking--block--img img {
  display: block;
  width: 90.2rem;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .cpc_banking--block--img img {
    width: calc(100vw - 1.5rem);
  }
}
@media (min-width: 768px) {
  .cpc_banking--block._reverse {
    flex-direction: row-reverse;
  }
}
.cpc_banking--block._reverse .cpc_banking--block--img img {
  left: auto;
  right: 0;
}

/* さくらクリニックCPCの特典
------------------------------- */
.cpc_benefits {
  padding-top: 2.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cpc_benefits {
    padding-top: 0.8266666667rem;
  }
}
.cpc_benefits--block {
  border-top-left-radius: 30rem;
  border-bottom-right-radius: 30rem;
  background-color: rgb(255, 218, 231);
  padding: 7.8rem 5.9rem 10.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .cpc_benefits--block {
    border-top-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
    padding: 3.6rem 1.5rem 35rem;
  }
}
.cpc_benefits--block--item01 {
  width: 86.4rem;
  margin-left: 8.8rem;
  margin-bottom: 8.1rem;
}
@media (max-width: 767px) {
  .cpc_benefits--block--item01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3.6rem;
    position: relative;
    z-index: 1;
  }
}
.cpc_benefits--block--item01 .ttl_ovalbg {
  color: #EA6094;
  margin-bottom: 5.2rem;
}
@media (min-width: 768px) {
  .cpc_benefits--block--item01 .ttl_ovalbg ._inner {
    padding: 0.4rem 2.3rem 0.3rem 0;
  }
}
@media (max-width: 767px) {
  .cpc_benefits--block--item01 .ttl_ovalbg {
    margin-bottom: 3.2rem;
  }
}
.cpc_benefits--block--item01 .ttl_large {
  color: #EA6094;
  margin-bottom: 1.8rem;
  margin-left: -2.3rem;
}
@media (max-width: 767px) {
  .cpc_benefits--block--item01 .ttl_large {
    margin-bottom: 0.8rem;
    margin-left: 0;
    text-indent: -1rem;
  }
}
.cpc_benefits--block--item02 {
  width: 67.7rem;
}
@media (max-width: 767px) {
  .cpc_benefits--block--item02 {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.cpc_benefits--block--item02 h4 {
  width: 33.4rem;
  max-width: 100%;
  height: 5.9rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 5.9rem;
  text-align: center;
  color: #fff;
  border-radius: 5.9rem;
  background-color: #EA6094;
  margin: 0 auto 2.5rem;
}
@media (max-width: 767px) {
  .cpc_benefits--block--item02 h4 {
    width: 20rem;
    font-size: 1.6rem;
    height: 3.2rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem;
  }
}
.cpc_benefits--block--item02 .sentence {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .cpc_benefits--block--item02 .sentence {
    font-size: 2rem;
  }
}
.cpc_benefits--block--item02 ._notes {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .cpc_benefits--block--item02 ._notes {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.cpc_benefits--block--item02 img {
  display: block;
  width: 100%;
  margin-bottom: 8.9rem;
}
@media (max-width: 767px) {
  .cpc_benefits--block--item02 img {
    margin-bottom: 4rem;
  }
}
.cpc_benefits--deco {
  display: block;
  width: 36.965rem;
  position: absolute;
  top: -2.48rem;
  right: -2.53rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .cpc_benefits--deco {
    width: 12.3216666667rem;
    top: -0.8266666667rem;
    right: -0.8433333333rem;
  }
}
.cpc_benefits--bg {
  display: block;
  width: 58.953rem;
  position: absolute;
  right: 6.05rem;
  bottom: -2.16rem;
}
@media (max-width: 767px) {
  .cpc_benefits--bg {
    width: 70%;
    position: absolute;
    right: 50%;
    bottom: 2.4rem;
    -webkit-transform: translateY(0) translateX(50%);
    transform: translateY(0) translateX(50%);
  }
}

/* ----------------------------------------

自家培養真皮線維芽細胞移植術

---------------------------------------- */
/* 自家培養真皮線維芽細移植術とは
------------------------------- */
.fibroblast_intro {
  margin: 12.9rem auto 15.4rem;
}
@media (max-width: 767px) {
  .fibroblast_intro {
    margin: 6.4rem auto;
  }
}
.fibroblast_intro--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15.3rem;
}
@media (max-width: 767px) {
  .fibroblast_intro--block {
    margin-bottom: 4rem;
  }
}
.fibroblast_intro--block--item {
  width: 75.6rem;
}
@media (max-width: 767px) {
  .fibroblast_intro--block--item {
    width: 100%;
  }
}
.fibroblast_intro--block--item .ttl_large {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .fibroblast_intro--block--item .ttl_large {
    margin-bottom: 2.4rem;
  }
}
.fibroblast_intro--block--img {
  width: 64.1rem;
}
@media (max-width: 767px) {
  .fibroblast_intro--block--img {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.fibroblast_intro--block--img img {
  display: block;
  width: 100%;
  border-radius: 0.8rem;
}
.fibroblast_intro--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fibroblast_intro--list--item {
  width: 61.1rem;
  border-radius: 0.8rem;
  background-color: #B5F1EA;
  padding: 2.1rem 3.8rem 2.4rem;
}
@media (max-width: 767px) {
  .fibroblast_intro--list--item {
    width: 100%;
    padding: 1.5rem 1.5rem;
  }
}
.fibroblast_intro--list--item:nth-child(2) {
  width: 81.1rem;
}
@media (max-width: 767px) {
  .fibroblast_intro--list--item:nth-child(2) {
    width: 100%;
  }
}
.fibroblast_intro--list--item h3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  text-align: center;
  color: #284B66;
  border-bottom: 1px solid #284B66;
  margin-bottom: 2.1rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .fibroblast_intro--list--item h3 {
    font-size: 2rem;
  }
}
.fibroblast_intro--list--item .sentence._strong {
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #284B66;
  margin-bottom: 2.1rem;
}
@media (max-width: 767px) {
  .fibroblast_intro--list--item .sentence._strong {
    margin-bottom: 1.4rem;
  }
}

/* 本治療の利点
------------------------------- */
.fibroblast_benefits {
  border-top-left-radius: 30rem;
  background-image: url("../img/fibroblast-transplantation/img_02.jpg.webp");
  background-size: cover;
  background-position: right 0 center;
  background-repeat: no-repeat;
  margin-bottom: 21.5rem;
  padding: 8.8rem 0 11.9rem;
}
@media (max-width: 767px) {
  .fibroblast_benefits {
    border-top-left-radius: 8rem;
    background-position: right -12rem center;
    margin-bottom: 6.4rem;
    padding: 4rem 0 4rem;
  }
}
.no-webp .fibroblast_benefits {
  background-image: url("../img/fibroblast-transplantation/img_02.jpg");
}
.fibroblast_benefits .ttl_ovalbg {
  font-size: 4.5rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .fibroblast_benefits .ttl_ovalbg {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 768px) {
  .fibroblast_benefits .ttl_ovalbg ._inner {
    padding: 0.4rem 2.3rem 0.3rem 0;
  }
}
.fibroblast_benefits--list--item {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.7142857143;
  color: #284B66;
  background-image: url("../img/fibroblast-transplantation/list_ico_earth.png.webp");
  background-size: 3.473rem auto;
  background-position: 0 0.9rem;
  background-repeat: no-repeat;
  padding-left: 4.5rem;
}
@media (max-width: 767px) {
  .fibroblast_benefits--list--item {
    font-size: 1.6rem;
    background-size: 2rem auto;
    background-position: 0 0.45rem;
    padding-left: 2.4rem;
  }
}
.fibroblast_benefits--list--item + .fibroblast_benefits--list--item {
  margin-top: 1.7142857143em;
}
.no-webp .fibroblast_benefits--list--item {
  background-image: url("../img/fibroblast-transplantation/list_ico_earth.png");
}

/* 自家培養真皮線維芽細胞移植術の流れ
------------------------------- */
.fibroblast_flow {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .fibroblast_flow {
    margin-bottom: 2.4rem;
  }
}
.fibroblast_flow .ttl_large {
  text-align: center;
  color: #284B66;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .fibroblast_flow .ttl_large {
    margin-bottom: 3.2rem;
    margin: 0 -0.4em 3.2rem;
  }
}
.fibroblast_flow .chronicpain_flow--block {
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .fibroblast_flow .chronicpain_flow--block {
    margin-bottom: 4.2rem;
  }
}
@media (min-width: 768px) {
  .fibroblast_flow .chronicpain_flow--block dl {
    min-height: 0;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .fibroblast_flow .chronicpain_flow--block dl + dl {
    margin-top: 6.9rem;
  }
  .fibroblast_flow .chronicpain_flow--block dl + dl::before {
    height: 6.9rem;
    background-size: 1.6rem auto;
  }
}
.fibroblast_flow .chronicpain_flow--block dl dt {
  color: #284B66;
}
@media (min-width: 768px) {
  .fibroblast_flow .chronicpain_flow--block dl dt {
    width: 49.6rem;
    min-height: 8.2rem;
  }
}
@media (min-width: 768px) {
  .fibroblast_flow .chronicpain_flow--block dl dd {
    width: 84.4rem;
  }
}
.fibroblast_flow .chronicpain_flow--block .sentence ._notes {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .fibroblast_flow .chronicpain_flow--block .sentence ._notes {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
}
.fibroblast_flow ._notes {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .fibroblast_flow ._notes {
    font-size: 1.4rem;
  }
}
.fibroblast_flow .ttl_small {
  margin-top: 6rem;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .fibroblast_flow .ttl_small {
    margin-top: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.fibroblast_flow .sentence._strong {
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .fibroblast_flow .sentence._strong {
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
.fibroblast_flow .btn_viewmore {
  width: 76rem;
  margin-top: 22.8rem;
}
@media (max-width: 767px) {
  .fibroblast_flow .btn_viewmore {
    margin-top: 6.4rem;
  }
}
.fibroblast_flow .btn_viewmore + .btn_viewmore {
  margin-top: 1.6rem;
  background-color: #ddf9f5;
}
@media (min-width: 768px) {
  .fibroblast_flow .btn_viewmore + .btn_viewmore:hover {
    background-color: #284B66;
  }
}

.num_list > li {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  padding-left: 2em;
  position: relative;
}
@media (max-width: 767px) {
  .num_list > li {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.num_list > li ._num {
  position: absolute;
  top: 0;
  left: 0.5rem;
}

/* ----------------------------------------

治療費用

---------------------------------------- */
.cost_section {
  margin: 11.8rem auto 0;
}
@media (max-width: 767px) {
  .cost_section {
    margin-top: 6.4rem;
  }
}
.cost_section .ttl_large {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cost_section .ttl_large {
    margin-bottom: 1.6rem;
  }
}
.cost_section .ttl_large + .sentence {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .cost_section .ttl_large + .sentence {
    margin-bottom: 2.4rem;
  }
}
.cost_section .sentence._small {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .cost_section .sentence._small {
    font-size: 1.2rem;
    margin-top: 1.6rem;
  }
}
.cost_section--block {
  border-bottom: 1px solid #707070;
  margin-top: 7rem;
  padding-bottom: 6.6rem;
}
@media (max-width: 767px) {
  .cost_section--block {
    margin-top: 4.8rem;
    padding-bottom: 3.6rem;
  }
}
.cost_section--block h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  margin-bottom: 4.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .cost_section--block h3 {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.cost_section--block h3 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 2.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cost_section--block h3 span {
    padding: 0 1.8rem;
  }
}
.cost_section--block h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 767px) {
  .cost_section--block .sentence {
    font-size: 1.4rem;
  }
}
.cost_section--block .sentence ._space {
  padding-left: 6em;
}
.cost_section + .cost_section {
  margin: 16.4rem auto 11.4rem;
}
@media (max-width: 767px) {
  .cost_section + .cost_section {
    margin: 6.4rem auto 4rem;
  }
}
.cost_section + .cost_section .ttl_large + .sentence {
  margin-bottom: 4.1rem;
}
@media (max-width: 767px) {
  .cost_section + .cost_section .ttl_large + .sentence {
    margin-bottom: 2.4rem;
  }
}

.cost_table {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cost_table + .cost_table {
  margin-top: 0.4rem;
}
.cost_table + .sentence {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .cost_table + .sentence {
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 1.2rem;
  }
}
.cost_table dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 66.3rem;
  min-height: 7rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  color: #fff;
  background-color: #284B66;
  padding: 1rem 1rem 1rem 4.5rem;
}
@media (max-width: 767px) {
  .cost_table dt {
    display: block;
    min-height: 0;
    font-size: 1.8rem;
    text-align: center;
    padding: 1rem 1.5rem 1rem;
  }
}
.cost_table dt small {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cost_table dt small {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.cost_table dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 66.3rem);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  background-color: #ddf9f5;
  padding: 1.7rem 2rem 1.7rem 5rem;
}
@media (max-width: 767px) {
  .cost_table dd {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    padding: 1rem 1.5rem 1rem;
  }
}
.cost_table dd small {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cost_table dd small {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.cost_table--inner_table {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .cost_table--inner_table {
    -webkit-justify-content: center; /*横方向（Safari用）*/
    justify-content: center; /*横方向*/
    gap: 1.5rem;
  }
}
.cost_table--inner_table--notes, .cost_table--inner_table table th, .cost_table--inner_table table td {
  font-size: 2rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cost_table--inner_table--notes, .cost_table--inner_table table th, .cost_table--inner_table table td {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------

当院紹介

---------------------------------------- */
.about_doctor {
  margin: 11.8rem auto 18.9rem;
}
@media (max-width: 767px) {
  .about_doctor {
    margin: 6.4rem auto 6.4rem;
  }
}
.about_doctor .ttl_large {
  text-align: center;
  margin-bottom: 11.3rem;
}
@media (max-width: 767px) {
  .about_doctor .ttl_large {
    margin-bottom: 3.2rem;
  }
}
.about_doctor--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .about_doctor--block {
    margin-bottom: 3.2rem;
  }
}
.about_doctor--block--item {
  width: 65.3rem;
}
@media (max-width: 767px) {
  .about_doctor--block--item {
    width: 100%;
  }
}
.about_doctor--block--item ._name {
  line-height: 2;
  text-align: right;
  margin-top: 3.7rem;
}
@media (max-width: 767px) {
  .about_doctor--block--item ._name {
    margin-top: 1.6rem;
  }
}
.about_doctor--block--item ._name strong {
  font-size: 1.4em;
  line-height: 1.4285714286;
}
.about_doctor--block--img {
  width: 72.9rem;
}
@media (max-width: 767px) {
  .about_doctor--block--img {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.about_doctor--block--img img {
  display: block;
  width: 100%;
}
.about_doctor--career {
  color: #fff;
  border-radius: 0.8rem;
  background-color: #284B66;
  padding: 4.2rem 4.7rem 4.2rem;
  margin-bottom: 10.8rem;
}
@media (max-width: 767px) {
  .about_doctor--career {
    padding: 1.5rem;
    margin-bottom: 4.8rem;
  }
}
.about_doctor--career table tbody tr th {
  font-size: 3rem;
  font-weight: 700;
  width: 21.9rem;
}
@media (max-width: 767px) {
  .about_doctor--career table tbody tr th {
    font-size: 1.6rem;
    line-height: 1.1;
    width: 4.8rem;
  }
}
.about_doctor--career table tbody tr td {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2857142857;
  padding-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .about_doctor--career table tbody tr td {
    font-size: 1.4rem;
    padding-bottom: 1.4rem;
  }
}
.about_doctor--career table tbody tr td:nth-of-type(1) {
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .about_doctor--career table tbody tr td:nth-of-type(1) {
    white-space: nowrap;
    padding-right: 0.6em;
  }
}
.about_doctor--career table tbody tr:last-child td {
  padding-bottom: 0;
}
.about_doctor--card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0.8rem;
  background-color: #ddf9f5;
  padding: 5.1rem 5rem 6rem;
}
@media (max-width: 767px) {
  .about_doctor--card {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.about_doctor--card--img {
  width: 40.8rem;
  min-height: 54.3rem;
}
@media (max-width: 767px) {
  .about_doctor--card--img {
    width: 70%;
    height: auto;
    min-height: 0;
  }
}
.about_doctor--card--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_doctor--card--item {
  width: 89.9rem;
  border-radius: 0.8rem;
  background-color: #fff;
  padding: 4.9rem 3.5rem;
}
@media (max-width: 767px) {
  .about_doctor--card--item {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.about_doctor--card--item .ttl_small {
  border-bottom: 1px solid #707070;
  padding-bottom: 4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .about_doctor--card--item .ttl_small {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.about_doctor--card--item .ttl_small small {
  font-size: 0.7142857143em;
  font-weight: 400;
}
.about_doctor--card--item h4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .about_doctor--card--item h4 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}
.about_doctor--card--item p {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .about_doctor--card--item p {
    font-size: 1.4rem;
  }
}

/* 施設紹介
------------------------------- */
.about_facilities {
  margin-bottom: 20.5rem;
}
@media (max-width: 767px) {
  .about_facilities {
    margin: 6.4rem auto;
  }
}
@media (min-width: 768px) {
  .about_facilities .wrap_in {
    width: 162.6rem;
    max-width: 100%;
  }
}
.about_facilities .ttl_large {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .about_facilities .ttl_large {
    margin-bottom: 1.6rem;
  }
}
.about_facilities .ttl_large + .sentence {
  font-size: 2.8rem;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .about_facilities .ttl_large + .sentence {
    font-size: 1.6rem;
  }
}
.about_facilities--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8.6rem auto 5.5rem;
}
@media (max-width: 767px) {
  .about_facilities--list {
    gap: 1.5rem 0;
    margin: 3.6rem auto 2.4rem;
  }
}
.about_facilities--list--item {
  width: 37.65rem;
  max-width: calc((100% - 3rem) / 4);
}
@media (max-width: 767px) {
  .about_facilities--list--item {
    max-width: calc((100% - 1rem) / 2);
  }
}
.about_facilities--list--item img {
  display: block;
  width: 100%;
  border-radius: 0.8rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .about_facilities--list--item img {
    margin-bottom: 1.6rem;
  }
}
.about_facilities--list--item h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .about_facilities--list--item h3 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .about_facilities--list--item .sentence {
    font-size: 1.2rem;
  }
}
.about_facilities--block {
  color: #fff;
  background-color: #284B66;
  padding: 6.7rem 0 5.7rem;
}
@media (max-width: 767px) {
  .about_facilities--block {
    padding: 2.4rem 1.5rem;
  }
}
.about_facilities--block h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .about_facilities--block h3 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.about_facilities--block p {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 5.9rem;
}
@media (max-width: 767px) {
  .about_facilities--block p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 3.2rem;
  }
}
.about_facilities--block--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about_facilities--block--list {
    gap: 1.5rem;
  }
}
.about_facilities--block--list > li {
  width: 52.8rem;
  max-width: calc((100% - 2rem) / 3);
  aspect-ratio: 528.67/355;
}
@media (max-width: 767px) {
  .about_facilities--block--list > li {
    width: 100%;
    max-width: none;
  }
}
.about_facilities--block--list > li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_facilities--block .btn_viewmore {
  border: 1px solid #fff;
  margin: 5.7rem auto 0;
}
@media (max-width: 767px) {
  .about_facilities--block .btn_viewmore {
    margin-top: 2.4rem;
  }
}

/* よくあるご質問
------------------------------- */
.about_faq {
  margin-bottom: 8.7rem;
}
@media (max-width: 767px) {
  .about_faq {
    margin-bottom: 4rem;
  }
}
.about_faq .ttl_large {
  text-align: center;
  margin-bottom: 5.7rem;
}
@media (max-width: 767px) {
  .about_faq .ttl_large {
    margin-bottom: 2.4rem;
  }
}
.about_faq--ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .about_faq--ttl {
    font-size: 1.8rem;
    margin: 1.8rem;
  }
}
.about_faq--list + .about_faq--ttl {
  margin-top: 7.3rem;
}
@media (max-width: 767px) {
  .about_faq--list + .about_faq--ttl {
    margin-top: 3.2rem;
  }
}
.about_faq--list--item {
  background-color: #ddf9f5;
  background-image: url("../img/about/ico_q.svg");
  background-size: 2.5rem auto;
  background-position: 3.95rem 2.88rem;
  background-repeat: no-repeat;
  border-radius: 0.8rem;
  padding: 1.9rem 6.4rem 1.8rem 9.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .about_faq--list--item {
    background-size: 1.5rem auto;
    background-position: 1rem 1.88rem;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  }
}
.about_faq--list--item + .about_faq--list--item {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .about_faq--list--item + .about_faq--list--item {
    margin-top: 0.8rem;
  }
}
.about_faq--list--ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .about_faq--list--ttl {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 1.8rem;
  }
}
.about_faq--list--ttl ._ico {
  width: 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 3.2rem;
  background-image: url("../img/about/ico_plus.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 2.5rem;
  right: 2.3rem;
}
@media (max-width: 767px) {
  .about_faq--list--ttl ._ico {
    width: 2rem;
    top: 1.7rem;
    right: 0.8rem;
  }
}
.about_faq--list--ttl._active ._ico {
  background-image: url("../img/about/ico_min.svg");
}
.about_faq--list--desc {
  display: none;
  overflow: hidden;
}
.about_faq--list--desc p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.0454545455;
  text-align: left;
  background-color: #fff;
  border-radius: 0.8rem;
  margin-top: 2.2rem;
  margin-bottom: 1.3rem;
  padding: 1.7rem 2.8rem;
}
@media (max-width: 767px) {
  .about_faq--list--desc p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    margin: 1.2rem 0 0.6rem 0;
    padding: 0.8rem 0.8rem;
  }
}

/* ----------------------------------------

最新情報

---------------------------------------- */
/* 一覧
------------------------------- */
.archive_list {
  margin: 12.4rem auto 15.7rem;
}
@media (max-width: 767px) {
  .archive_list {
    margin: 6.4rem auto 6.4rem;
  }
}
.archive_list .wrap_in {
  border-top: 1px solid #CCCCCC;
  padding-top: 3.6rem;
}
@media (max-width: 767px) {
  .archive_list .wrap_in {
    width: calc(100% - 3rem);
    padding: 2rem 0 0;
  }
}
.archive_list .news_ex--item {
  padding-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .archive_list .news_ex--item {
    padding-bottom: 2rem;
  }
}
.archive_list .news_ex--item + .news_ex--item {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .archive_list .news_ex--item + .news_ex--item {
    margin-top: 2rem;
  }
}
.archive_list .pager {
  margin-top: 6.4rem;
  padding: 0;
}
@media (max-width: 767px) {
  .archive_list .pager {
    margin-top: 3.2rem;
    padding: 0;
  }
}

/* 詳細
------------------------------- */
.single_section {
  margin: 12.4rem auto 15.7rem;
}
@media (max-width: 767px) {
  .single_section {
    margin: 6.4rem auto 6.4rem;
  }
}
.single_section--ttl {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .single_section--ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.single_section .news_ex--item--date {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding: 0 1em 1rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .single_section .news_ex--item--date {
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.single_section .eye_img {
  display: block;
  margin: 4.8rem auto 4.8rem;
}
@media (max-width: 767px) {
  .single_section .eye_img {
    margin: 3.2rem auto 3.2rem;
  }
}
.single_section .article {
  font-size: 2rem;
  margin-top: 4.8rem;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .single_section .article {
    font-size: 1.6rem;
    margin-top: 3.2rem;
    padding: 0;
  }
}

/* プライバシーポリシー
------------------------------- */
.privacy_section {
  margin: 12.4rem auto 9.9rem;
}
@media (max-width: 767px) {
  .privacy_section {
    margin: 6.4rem auto;
  }
}
.privacy_section p, .privacy_section ul, .privacy_section ul li {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  .privacy_section p, .privacy_section ul, .privacy_section ul li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.privacy_section h2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2857142857;
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .privacy_section h2 {
    font-size: 2rem;
    margin-top: 2.88rem;
  }
}
.privacy_section .list_oval, .privacy_section .list_dot {
  padding-left: 1.3em;
}
.privacy_section .list_oval > li, .privacy_section .list_dot > li {
  text-indent: -1.3em;
}
.privacy_section .list_plain {
  padding-left: 2.6em;
}
.privacy_section .list_num {
  padding-left: 4em;
}
.privacy_section .list_num > li {
  text-indent: -4em;
}

/* ----------------------------------------

メール相談/お問い合わせ

---------------------------------------- */
.contact_section {
  margin: 13.6rem auto 0;
}
@media (max-width: 767px) {
  .contact_section {
    margin: 6.4rem auto 0;
  }
}
.contact_section .contact_area {
  width: 100%;
  padding: 0;
}
.contact_section .contact_area .privacy_table th, .contact_section .contact_area .privacy_table td {
  border-bottom: 1px solid #707070;
  padding: 3.6rem 0 3.9rem;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table th, .contact_section .contact_area .privacy_table td {
    padding: 1.6rem 0 1.9rem;
  }
}
.contact_section .contact_area .privacy_table th {
  vertical-align: top;
  width: 56rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table th {
    width: 100%;
    font-size: 1.8rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.contact_section .contact_area .privacy_table th .privacy_table_inner {
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
}
.contact_section .contact_area .privacy_table th small {
  display: inline-block;
  font-size: 0.6em;
  font-weight: 400;
  vertical-align: middle;
  color: #FF0000;
  margin-left: 3rem;
}
.contact_section .contact_area .privacy_table th.hisu .privacy_table_inner_ttl::after {
  font-size: 0.6em;
  background-color: #FF0000;
  margin-left: 3rem;
  padding: 0.2em 0.9em;
}
.contact_section .contact_area .privacy_table td {
  font-size: 2.5rem;
  padding-right: 4.7rem;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td {
    font-size: 1.6rem;
    padding-right: 0;
  }
}
.contact_section .contact_area .privacy_table td .privacy_table_inner {
  min-height: 8.1rem;
  height: auto;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td .privacy_table_inner {
    min-height: 4.8rem;
  }
}
.contact_section .contact_area .privacy_table td .privacy_table_inner p {
  width: 100%;
}
.contact_section .contact_area .privacy_table td input[type=text],
.contact_section .contact_area .privacy_table td input[type=tel],
.contact_section .contact_area .privacy_table td input[type=email],
.contact_section .contact_area .privacy_table td textarea {
  width: 100%;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  background-color: #E3E3E3;
  border: 0 !important;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td input[type=text],
  .contact_section .contact_area .privacy_table td input[type=tel],
  .contact_section .contact_area .privacy_table td input[type=email],
  .contact_section .contact_area .privacy_table td textarea {
    font-size: 1.6rem;
  }
}
.contact_section .contact_area .privacy_table td input[type=text]:focus,
.contact_section .contact_area .privacy_table td input[type=tel]:focus,
.contact_section .contact_area .privacy_table td input[type=email]:focus,
.contact_section .contact_area .privacy_table td textarea:focus {
  background-color: #fff;
  border: 1px solid #707070 !important;
}
.contact_section .contact_area .privacy_table td input[type=text]:focus-visible,
.contact_section .contact_area .privacy_table td input[type=tel]:focus-visible,
.contact_section .contact_area .privacy_table td input[type=email]:focus-visible,
.contact_section .contact_area .privacy_table td textarea:focus-visible {
  outline: none;
}
.contact_section .contact_area .privacy_table td input[type=text],
.contact_section .contact_area .privacy_table td input[type=tel],
.contact_section .contact_area .privacy_table td input[type=email] {
  height: 8.1rem;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td input[type=text],
  .contact_section .contact_area .privacy_table td input[type=tel],
  .contact_section .contact_area .privacy_table td input[type=email] {
    height: 4.8rem;
  }
}
.contact_section .contact_area .privacy_table td input[type=tel],
.contact_section .contact_area .privacy_table td input[type=email] {
  width: 49rem;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td input[type=tel],
  .contact_section .contact_area .privacy_table td input[type=email] {
    width: 100%;
  }
}
body:not(.verification_screen) .contact_section .contact_area .privacy_table td textarea {
  min-height: 30.9rem;
}
@media (max-width: 767px) {
  body:not(.verification_screen) .contact_section .contact_area .privacy_table td textarea {
    min-height: 24rem;
  }
}
.verification_screen .contact_section .contact_area .privacy_table td textarea {
  display: block;
}
.contact_section .contact_area .privacy_table td ._notes {
  line-height: 1.44;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td ._notes {
    font-size: 0.8em;
  }
}
.contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item {
  display: block;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item {
    font-size: 1.6rem;
  }
}
.contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.5rem;
}
.contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label {
  display: block;
  overflow: hidden;
  position: relative;
}
.contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  font-size: 1em;
  padding-left: 4.1rem;
  position: relative;
}
.verification_screen .contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: none;
}
.contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 2.2rem;
  aspect-ratio: 1/1;
  border-radius: 2.2rem;
  border: 1px solid #707070;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 1.6rem;
    left: 1.2rem;
  }
}
.verification_screen .contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  display: none !important;
}
.contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label input {
  margin: 0;
  position: absolute;
  top: 0;
  left: -5rem;
}
.verification_screen .contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  display: block;
}
@media (max-width: 767px) {
  .verification_screen .contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
    min-height: 0;
    height: auto;
    line-height: 1.5;
  }
}
.contact_section .contact_area .privacy_table td .input_radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  background-color: #707070;
}
.verification_screen .contact_section .contact_area .privacy_table td .input_radio.input_checkbox {
  padding: 0.8rem 0;
  display: block;
}
.contact_section .contact_area .privacy_table td .input_radio.input_checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.9rem;
}
.verification_screen .contact_section .contact_area .privacy_table td .input_radio.input_checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0;
}
.contact_section .contact_area .privacy_table td .input_radio.input_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  min-height: 3rem;
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td .input_radio.input_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    min-height: 2.4rem;
  }
}
.contact_section .contact_area .privacy_table td .input_radio.input_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 2.9rem;
  aspect-ratio: 1/1;
  border-radius: 0.1rem;
  border: 1px solid #707070;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 767px) {
  .contact_section .contact_area .privacy_table td .input_radio.input_checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 1.6rem;
    left: 1.2rem;
  }
}
.contact_section .contact_area .privacy_table td .input_radio.input_checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/contact/ico_check.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact_section .contact_area .privacy_table td.acceptance_block {
  display: block;
}
.contact_section .contact_area .privacy_table td.acceptance_block .privacy_table_inner {
  display: block;
  padding-top: 0.3rem;
}
.contact_section .contact_area .privacy_table td.acceptance_block .privacy_table_inner a {
  text-decoration: underline;
  color: #4DADFF;
}
.contact_section .submit_wrap {
  margin-bottom: 0;
  position: relative;
}
.contact_section .submit_wrap.confirm_on {
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  padding: 0 0 4rem;
}
.contact_section .submit_wrap.confirm_on .confirm_btn {
  width: 24rem;
  margin: 0;
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .contact_section .submit_wrap.confirm_on .confirm_btn {
    width: 14rem;
  }
}
.contact_section .submit_wrap.confirm_on .confirm_btn:hover {
  background-color: #777777;
  color: #fff;
  opacity: 1;
}
.contact_section .submit_wrap.confirm_on > p {
  width: 24rem;
}
@media (max-width: 767px) {
  .contact_section .submit_wrap.confirm_on > p {
    width: 14rem;
  }
}
.contact_section .submit_wrap.confirm_on > p .submit_btn01 {
  width: 100%;
  height: 6.4rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #777777;
  border-radius: 6.4rem;
  background-color: #fff;
  border: 1px solid #777777;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .contact_section .submit_wrap.confirm_on > p .submit_btn01 {
    height: 4.8rem;
    font-size: 2rem;
  }
}
.contact_section .submit_wrap.confirm_on > p .submit_btn01:hover {
  background-color: #777777;
  color: #fff;
  opacity: 1;
}
.contact_section .submit_wrap.confirm_on > p .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
.contact_section .confirm_btn {
  width: 19.8rem;
  height: 6.4rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #777777;
  border-radius: 6.4rem;
  background-color: #fff;
  border: 1px solid #777777;
  margin: 9rem auto 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .contact_section .confirm_btn {
    width: 14rem;
    height: 4.8rem;
    font-size: 2rem;
  }
}
.contact_section .confirm_btn:hover {
  background-color: #777777;
  color: #fff;
}
.contact_section .confirm_btn p {
  font-weight: inherit;
}
.contact_section .js_confirm::after {
  width: 64rem !important;
  left: 50% !important;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
@media (max-width: 767px) {
  .contact_section .js_confirm::after {
    width: 32rem !important;
  }
}
.contact_section .wpcf7 form .wpcf7-response-output {
  margin-top: 1em;
}

/*送信しました
------------------------------- */
.complete_section {
  margin: 13.6rem auto 0;
}
@media (max-width: 767px) {
  .complete_section {
    margin: 6.4rem auto 0;
  }
}
.complete_section .complete_textA {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  line-height: 1.4571428571;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .complete_section .complete_textA {
    font-size: 2.2rem !important;
    margin-bottom: 1.6rem;
  }
}
.complete_section .sentence {
  text-align: center;
}
.complete_section .btn_viewmore {
  width: 24rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .complete_section .btn_viewmore {
    margin-top: 4.8rem;
  }
}

/* ----------------------------------------

さくらクリニックCPC

---------------------------------------- */
/* header
------------------------------- */
.lp_var .header--logo {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #EA6094;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 767px) {
  .lp_var .header--logo {
    font-size: 2.4rem;
  }
}
.lp_var .header--logo > a {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.lp_var .g_nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* footer
------------------------------- */
.lp_var .menu_navi_head {
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 0;
  padding: 5.3rem 0 13.9rem;
}
@media (max-width: 767px) {
  .lp_var .menu_navi_head {
    padding: 0.5rem 0 6.4rem;
  }
}

/* mv
------------------------------- */
.page_mv_large {
  height: 77.3rem;
  margin-bottom: 8.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page_mv_large {
    height: 36rem;
    margin-bottom: 4rem;
  }
}
.page_mv_large .wrap_in {
  width: 166.6rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page_mv_large .wrap_in {
    padding: 0 2rem;
  }
}
.page_mv_large--ttl {
  padding-top: 18.2rem;
}
@media (max-width: 767px) {
  .page_mv_large--ttl {
    padding-top: 6.4rem;
  }
}
.page_mv_large--ttl .ttl_ovalbg {
  font-size: 6rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #08D1BA;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page_mv_large--ttl .ttl_ovalbg {
    font-size: 2.4rem;
  }
}
.page_mv_large--ttl .ttl_ovalbg + .ttl_ovalbg {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .page_mv_large--ttl .ttl_ovalbg + .ttl_ovalbg {
    margin-top: 1.5rem;
  }
}
.page_mv_large--ttl .ttl_ovalbg ._inner {
  padding: 0rem 5rem 0.3rem 0;
}
@media (max-width: 767px) {
  .page_mv_large--ttl .ttl_ovalbg ._inner {
    padding: 0.5rem 1.5rem 0.6rem 0;
  }
}
.page_mv_large--ttl .ttl_ovalbg ._inner::before {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  background-color: #EBFBF9;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
.page_mv_large--bg {
  display: block;
  width: calc(145.8rem + (100vw - 145.8rem) / 2);
  max-width: calc(100% - 6.4rem);
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  border-bottom-left-radius: 20rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .page_mv_large--bg {
    max-width: calc(100% - 4.2rem);
    border-bottom-left-radius: 10rem;
  }
}

/* 再生医療の導入をお考えの医療機関様へ
------------------------------- */
.sakuracliniccpc_intro {
  margin-bottom: 11.3rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_intro {
    margin-bottom: 6.4rem;
  }
}
.sakuracliniccpc_intro .ttl_large {
  text-align: center;
  color: #284B66;
  margin-bottom: 6.6rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_intro .ttl_large {
    margin-bottom: 3.2rem;
  }
}
.sakuracliniccpc_intro--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_intro--block {
    margin-bottom: 2.4rem;
  }
}
.sakuracliniccpc_intro--block--item {
  width: 50.3rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_intro--block--item {
    width: 100%;
    padding-top: 0;
  }
}
.sakuracliniccpc_intro--block--item .ttl_small {
  color: #284B66;
}
@media (max-width: 767px) {
  .sakuracliniccpc_intro--block--item .ttl_small {
    font-size: 2rem;
    text-align: center;
  }
}
.sakuracliniccpc_intro--block--img {
  width: 86.502rem;
  margin-right: -2rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_intro--block--img {
    width: 100%;
    margin-right: 0;
    margin-top: 2.4rem;
  }
}
.sakuracliniccpc_intro--block--img img {
  display: block;
  width: 100%;
  margin-bottom: 4.7rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_intro--block--img img {
    margin-bottom: 1.6rem;
  }
}
.sakuracliniccpc_intro--block--img p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3636363636;
  text-align: center;
  color: #284B66;
}
@media (max-width: 767px) {
  .sakuracliniccpc_intro--block--img p {
    font-size: 1.4rem;
  }
}

.judder_notes {
  max-width: 100%;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6071428571;
  text-align: center;
  background-color: #b4f1ea;
  border: 3px dashed #fff;
  border-radius: 0.8rem;
  padding: 3.3rem 2rem;
}
@media (max-width: 767px) {
  .judder_notes {
    font-size: 1.6rem;
    text-align: left;
    padding: 2rem 1.5rem;
  }
}
.judder_notes--wrap {
  position: relative;
  max-width: 100%;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6071428571;
  text-align: center;
  padding: 3.8rem 2rem;
}
@media (max-width: 767px) {
  .judder_notes--wrap {
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
  }
}
.judder_notes--wrap .judder_notes {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.judder_notes--item {
  position: relative;
  z-index: 1;
}

/* なぜ今、再生医療導入のチャンスなのか？
------------------------------- */
.sakuracliniccpc_why {
  margin-bottom: 15rem;
  padding: 7.1rem 0 9.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .sakuracliniccpc_why {
    margin-bottom: 6.4rem;
    padding: 3.2rem 0 3.2rem;
  }
}
.sakuracliniccpc_why .wrap_in {
  position: relative;
  z-index: 1;
}
.sakuracliniccpc_why .ttl_large {
  text-align: center;
  color: #284B66;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_why .ttl_large {
    margin-bottom: 1.2rem;
  }
}
.sakuracliniccpc_why .sentence {
  width: 85.2rem;
  max-width: 100%;
  margin: 0 auto 9.6rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_why .sentence {
    margin-bottom: 5rem;
  }
}
.sakuracliniccpc_why--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sakuracliniccpc_why--list {
    gap: 3.2rem;
  }
}
.sakuracliniccpc_why--list--item {
  width: 26.36rem;
  max-width: calc((100% - 4rem) / 5);
  min-height: 34.9rem;
  color: #fff;
  border-radius: 0.8rem;
  background-color: #284B66;
  padding: 4.2rem 1.7rem 3.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .sakuracliniccpc_why--list--item {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 2.8rem 1.5rem;
  }
}
.sakuracliniccpc_why--list--num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 6.4rem;
  aspect-ratio: 1/1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 6.4rem;
  border: 2px solid #fff;
  background-color: #284B66;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .sakuracliniccpc_why--list--num {
    width: 4.8rem;
    font-size: 2.2rem;
  }
}
.sakuracliniccpc_why--list--ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.7rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_why--list--ttl {
    font-size: 2rem;
    line-height: 1.6;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
  }
}
.sakuracliniccpc_why--list--desc {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sakuracliniccpc_why--list--desc {
    font-size: 1.5rem;
  }
}
.sakuracliniccpc_why--bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.sakuracliniccpc_why .judder_notes--wrap {
  width: 145.8rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  text-align: center;
  color: #000;
  padding: 2.6rem;
  margin: 6.6rem auto 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .sakuracliniccpc_why .judder_notes--wrap {
    width: 34.5rem;
    font-size: 2.2rem;
    margin: 3.2rem auto 0;
  }
}
.sakuracliniccpc_why .judder_notes--wrap .judder_notes--item {
  text-align: center;
}

/* サポート
------------------------------- */
.sakuracliniccpc_support {
  margin: 15rem auto;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support {
    margin: 6.4rem auto;
  }
}
.sakuracliniccpc_support--head {
  position: relative;
}
.sakuracliniccpc_support--head .ttl_large {
  line-height: 1.3333333333;
  color: #284B66;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support--head .ttl_large {
    margin-bottom: 1.6rem;
  }
}
.sakuracliniccpc_support--head .sentence {
  width: 94.5rem;
  margin-bottom: 5.4rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support--head .sentence {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.sakuracliniccpc_support--head img {
  display: block;
  width: 34.5rem;
  position: absolute;
  bottom: -12.9rem;
  left: 50%;
  margin-left: 26.4rem;
}
.sakuracliniccpc_support--list {
  position: relative;
  z-index: 1;
}
.sakuracliniccpc_support--card {
  width: 100%;
}
.sakuracliniccpc_support--card + .sakuracliniccpc_support--card {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support--card + .sakuracliniccpc_support--card {
    margin-top: 1.2rem;
  }
}
.sakuracliniccpc_support--card--ttl {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #284B66;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support--card--ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.sakuracliniccpc_support--card--ttl strong {
  font-size: 1.6666666667em;
  line-height: 1.32;
}
.sakuracliniccpc_support--card--table {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  background-color: #284B66;
  border-radius: 0.8rem;
  padding: 2.3rem 2.8rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support--card--table {
    padding: 1.5rem;
  }
}
.sakuracliniccpc_support--card--table dt {
  width: 52rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4571428571;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support--card--table dt {
    width: 100%;
    font-size: 1.9rem;
    text-align: center;
    padding-bottom: 1rem;
  }
}
.sakuracliniccpc_support--card--table dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 86rem;
  min-height: 13.5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  border-left: 1px solid #fff;
  padding-left: 1.6rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support--card--table dd {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    border-left: 0;
    border-top: 1px solid #fff;
    padding-left: 0;
    padding-top: 1rem;
  }
}
.sakuracliniccpc_support .judder_notes {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  margin-top: 7.7rem;
  padding: 2.2rem 2rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_support .judder_notes {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 3.2rem;
    padding: 1.5rem;
  }
}

/* 再生医療 導入ステップ
------------------------------- */
.sakuracliniccpc_step {
  padding: 17.1rem 0 56rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sakuracliniccpc_step {
    padding: 4.8rem 0 18rem;
  }
}
.sakuracliniccpc_step .wrap_in {
  position: relative;
  z-index: 1;
}
.sakuracliniccpc_step .ttl_large {
  text-align: center;
  color: #284B66;
  margin-bottom: 8.2rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_step .ttl_large {
    margin-bottom: 3.2rem;
  }
}
.sakuracliniccpc_step--block {
  width: 72rem;
  min-height: 21.6rem;
  padding: 8.4rem 0 3rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .sakuracliniccpc_step--block {
    width: 30.2rem;
    aspect-ratio: 72/21.6;
    min-height: 0;
    padding: 3.4rem 0 1rem;
    margin-right: 0;
  }
}
.sakuracliniccpc_step--block + .sakuracliniccpc_step--block {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_step--block + .sakuracliniccpc_step--block {
    margin-top: 0.4rem;
  }
}
.sakuracliniccpc_step--block--num {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  white-space: nowrap;
  color: #284B66;
  margin-right: 1.6rem;
  position: absolute;
  top: 0;
  right: 100%;
}
@media (max-width: 767px) {
  .sakuracliniccpc_step--block--num {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
}
.sakuracliniccpc_step--block--num strong {
  display: block;
  font-size: 1.6666666667em;
  line-height: 1;
}
.sakuracliniccpc_step--block--ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2571428571;
  color: #284B66;
  text-align: center;
  margin-bottom: 2.9rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sakuracliniccpc_step--block--ttl {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.sakuracliniccpc_step--block--desc {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sakuracliniccpc_step--block--desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.sakuracliniccpc_step--block img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sakuracliniccpc_step--img {
  display: block;
  width: 31.323rem;
  position: absolute;
  top: 36rem;
  right: -3rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_step--img {
    width: 12rem;
    top: 12rem;
    right: -3rem;
    display: none;
  }
}
.sakuracliniccpc_step--bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*施設
------------------------------- */
.sakuracliniccpc_facilities {
  background-color: #284B66;
  border-top-left-radius: 40rem;
  margin-top: -40rem;
  padding: 17.4rem 0 12.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities {
    border-top-left-radius: 10rem;
    margin-top: -10rem;
    padding: 3.2rem 0 4.8rem;
  }
}
.sakuracliniccpc_facilities .ttl_large {
  line-height: 1.3333333333;
  text-align: center;
  color: #fff;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities .ttl_large {
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 1.2rem -0.5em 3.6rem;
  }
}
.sakuracliniccpc_facilities--ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4666666667;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0.4rem;
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--ttl {
    font-size: 1.8rem;
    padding: 0.4rem 0;
  }
}
.sakuracliniccpc_facilities--desc {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  background-color: #fff;
  padding: 2.2rem 6.6rem;
  margin-bottom: 9.2rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--desc {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 1.5rem;
    margin-bottom: 4rem;
  }
}
.sakuracliniccpc_facilities--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block {
    gap: 1.6rem;
  }
}
.sakuracliniccpc_facilities--block--item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 1rem;
  width: 69.6rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--item {
    width: 100%;
    gap: 1.6rem;
  }
}
.sakuracliniccpc_facilities--block--card {
  width: 100%;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem 0 4rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card {
    padding: 1.6rem 0 1.6rem;
  }
}
.sakuracliniccpc_facilities--block--card--ttl {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7142857143;
  color: #284B66;
  border-bottom: 1px solid #284B66;
  padding: 0 4rem 1rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--ttl {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.sakuracliniccpc_facilities--block--card--list {
  min-height: 5.669rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  padding: 0.6rem 0 0.6rem 7rem;
  margin: 0 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--list {
    min-height: 3.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.4rem 0 0.4rem 4.2rem;
    margin: 0 1.5rem;
  }
}
.sakuracliniccpc_facilities--block--card--list + .sakuracliniccpc_facilities--block--card--list {
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--list + .sakuracliniccpc_facilities--block--card--list {
    margin-top: 1.6rem;
  }
}
.sakuracliniccpc_facilities--block--card--list img {
  display: block;
  width: 5.67rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--list img {
    width: 3.6rem;
  }
}
.sakuracliniccpc_facilities--block--card--numlist {
  font-size: 3rem;
  padding: 0 2rem 0 calc(4rem + 1em);
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--numlist {
    font-size: 1.8rem;
    padding: 0 1.5rem 0 calc(1.5rem + 1em);
  }
}
.sakuracliniccpc_facilities--block--card--numlist li {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--numlist li {
    font-size: 1.8rem;
  }
}
.sakuracliniccpc_facilities--block--card--numlist li + li {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--numlist li + li {
    margin-top: 0.7rem;
  }
}
.sakuracliniccpc_facilities--block--card .sentence {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card .sentence {
    padding: 0 1.5rem;
  }
}
.sakuracliniccpc_facilities--block--card--img {
  display: block;
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--img {
    margin-top: 2.4rem;
  }
}
.sakuracliniccpc_facilities--block--card--img.img_07 {
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .sakuracliniccpc_facilities--block--card--img.img_07 {
    margin-top: 2.4rem;
  }
}

/* footer_float_bnr
------------------------------- */
.footer_float_bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .footer_float_bnr {
    display: none !important;
  }
}
.footer_float_bnr--item {
  width: 50%;
  aspect-ratio: 800/252;
}
.footer_float_bnr--item a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_float_bnr--item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------

251002 修正

---------------------------------------- */
/**/
#footer .menu_navi_bnr {
  display: none;
}

/*問合せフォーム*/
.contact_section--head {
  margin-top: -2.4em;
  margin-bottom: 2.4em;
}
.contact_section--head p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  word-break: normal;
  word-wrap: normal;
}
@media (max-width: 767px) {
  .contact_section--head p {
    font-size: 0.8em;
    line-height: 1.4;
  }
}
.contact_section--head p + p {
  margin-top: 0.3em;
}
@media (max-width: 767px) {
  .contact_section--head p + p {
    margin-top: 0.2em;
  }
}
/*# sourceMappingURL=_maps/style.css.map */
