@charset "UTF-8";
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  background: transparent;
  color: #000;
  width: 100%;
}

ul,
ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em,
strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  table-layout: fixed;
}

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

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select,
option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

button {
  font: inherit;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/* IE
-----------------------------------------------------------------*/
main {
  display: block;
}

.c-fadein {
  opacity: 0;
  transition: transform ease 1s, opacity ease 1s;
}

.c-fadein.to-top {
  transform: translateY(50px);
}

.c-fadein.to-bottom {
  transform: translateY(-50px);
}

.c-fadein.to-right {
  transform: translateX(-50px);
}

.c-fadein.to-left {
  transform: translateX(50px);
}

.c-fadein.to-rt {
  transform: translate(-50px, 50px);
}

.c-fadein.to-rb {
  transform: translate(-50px, -50px);
}

.c-fadein.to-lt {
  transform: translate(50px, 50px);
}

.c-fadein.to-lb {
  transform: translate(50px, -50px);
}

.c-fadein.inview {
  opacity: 1;
  transform: translate(0) !important;
}

.c-slidein {
  opacity: 0;
  transition: transform ease-out 0.5s, opacity ease-out 0.5s;
}

.c-slidein.to-top {
  transform: translateY(100vh);
}

.c-slidein.to-bottom {
  transform: translateY(-100vh);
}

.c-slidein.to-right {
  transform: translateX(-100vw);
}

.c-slidein.to-left {
  transform: translateX(100vw);
}

.c-slidein.to-rt {
  transform: translate(-100vw, 100vh);
}

.c-slidein.to-rb {
  transform: translate(-100vw, -100vh);
}

.c-slidein.to-lt {
  transform: translate(100vw, 100vh);
}

.c-slidein.to-lb {
  transform: translate(100vw, -100vh);
}

.c-slidein.inview {
  opacity: 1;
  transform: translate(0) !important;
}

.c-reveal {
  opacity: 0;
  transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.c-reveal.to-right {
  clip-path: inset(0 100% 0 0);
}

.c-reveal.to-left {
  clip-path: inset(0 0 0 100%);
}

.c-reveal.to-top {
  clip-path: inset(100% 0 0 0);
}

.c-reveal.to-bottom {
  clip-path: inset(0 0 100% 0);
}

.c-reveal.inview {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.ease-in {
  transition-timing-function: ease-in;
}

.ease-out {
  transition-timing-function: ease-out;
}

.ease-in-out {
  transition-timing-function: ease-in-out;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 2;
  min-width: 375px;
  scroll-behavior: auto !important;
}
body.fixed {
  /*position: fixed;*/
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.inner {
  width: 100%;
  max-width: calc(1200px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.top {
  overflow-x: hidden;
}

.top-mv {
    position: relative;
	background: #fff;
    z-index: 2;
}
/*.top-mv {
  position: relative;
  width: 100%;
  height: 50vw;
  background: url(../img/top/mv.png) center/cover no-repeat;
}*/
/*.top-mv__ttl {
  padding: 16.4583333333vw 0 0 6.0416666667vw;
}*/
.top-mv__ttl img {
  width: 45.4166666667vw;
}
.top-mv__txt {
    display: flex;
    justify-content: space-between;
    margin: -1.09375vw 6.6145833333vw 0 2.5vw;
    position: absolute;
    bottom: 60px;
    z-index: 20;
}
.top-mv__txt.invisalign-text{
  right:0;
}

@media screen and (max-width: 750px) {
.top-mv__txt {
  /*bottom: -0px;*/
  bottom: -100px;	
}
.top-mv__txt.invisalign-text{
  /*bottom: -160px;*/
  bottom: -260px;	
  left:0%;	
}	
}

.top-mv__catch img {
  width: 50vw;
}
.top-mv__invisalign {
  position: relative;
  width: 22.7083333333vw;
  height: 13.5416666667vw;
  border-radius: 1.0416666667vw;
  background: rgba(0, 107, 106, 0.5);
  padding: 0.6770833333vw;
  margin-top: 6.6666666667vw;
}
.top-mv__invisalign-wrap {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 0.78125vw;
  padding: 1.4583333333vw 0 0 2.0833333333vw;
}
.top-mv__invisalign-ttl {
  display: inline-block;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.6666666667;
  letter-spacing: 0;
  color: #fff;
  background: radial-gradient(circle closest-side, #fcc800 100%, transparent 100%) left bottom/0.3125vw 0.15625vw repeat-x;
  padding-bottom: 0.4166666667vw;
}
.top-mv__invisalign-ttl strong {
  font-size: 1.5625vw;
}
.top-mv__invisalign-ttl .num {
  position: relative;
  font-size: 2.5vw;
  line-height: 0.8333333333;
  letter-spacing: 0.03em;
  color: #fdd335;
  padding-left: 0.5208333333vw;
}
.top-mv__invisalign-ttl .num::before {
  position: absolute;
  content: "";
  width: 1.0416666667vw;
  height: 0.78125vw;
  top: 0.2083333333vw;
  right: -0.6770833333vw;
  background: url(../img/top/mv-num-bg.png) center/cover no-repeat;
}
.top-mv__invisalign-txt {
  display: inline-block;
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  filter: drop-shadow(0 0 9px rgba(17, 16, 16, 0.77));
  background: linear-gradient(132deg, #58c6ff 0%, #aedefa 50%, #2ae3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0.5208333333vw 0 0 0.6770833333vw;
}
.top-mv__invisalign img {
  position: absolute;
  width: 11.1979166667vw;
  top: -3.5416666667vw;
  right: -5.15625vw;
  box-shadow: 3px 7px 9px 0px rgba(65, 65, 65, 0.43);
}
p.top-mv__invisalign-smalltxt {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;	
}

/* スライダー共通設定 */
/* 共通 */
.slide {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 25%; /* ここは画像ごとに調整 */
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease, transform 10s ease;
  z-index: 20;
}

/* 表示されているスライド */
.slide-image.active {
  opacity: 1;
  transform: scale(1.1);
}

.slide-image:nth-child(1) {
  background-image: url(../img/top/mv-02.jpg);
  background-position: 75% 35%;
}

.slide-image:nth-child(2) {
  background-image: url(../img/top/mv-01.jpg);
  background-position: 75% 25%;
}

.slide-image:nth-child(3) {
  background-image: url(../img/top/mv-03.jpg);
  background-position: 75% 45%;
}

.slide-image:nth-child(4) {
  background-image: url(../img/top/mv-04.jpg);
  background-position: 75% 25%;
}

.slide-image:nth-child(5) {
  background-image: url(../img/top/mv-05.jpg);
  background-position: 75% 80%;
}

/*.slide:before {
    content: "";
    background: url(../img/mv-messe.png) center no-repeat;
    position: absolute;
    width: max(437px, 30vw);
    height: max(269px, 25vw);
    top: 60%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
}
.slide:after {
    content: "";
    background: url(../img/kumo-su.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    width: max(300px, 20vw);
    height: max(400px, 25vw);
    top: 15%;
    left: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
}*/

/*.slide-image:nth-child(1) {
  background-image: url(../img/top/mv-01.jpg);
  background-position: 75% 25%;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation: slider-1 25s linear infinite;
  animation-delay: 0s;
}

.slide-image:nth-child(2) {
  background-image: url(../img/top/mv-02.jpg);
  background-position: 75% 25%;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation: slider-1 25s linear infinite;
  animation-delay: 5s;
}

.slide-image:nth-child(3) {
  background-image: url(../img/top/mv-03.jpg);
  background-position: 75% 25%;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation: slider-1 25s linear infinite;
  animation-delay: 10s;
}

.slide-image:nth-child(4) {
  background-image: url(../img/top/mv-04.jpg);
  background-position: 75% 25%;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation: slider-1 25s linear infinite;
  animation-delay: 15s;
}

.slide-image:nth-child(5) {
  background-image: url(../img/top/mv-05.jpg);
  background-position: 75% 25%;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation: slider-1 25s linear infinite;
  animation-delay: 20s;
}*/



/* フェードイン→キープ→ズームしながらフェードアウト */
/*@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1); 
  }

  4.16% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  41.66% {
    opacity: 0;
    transform: scale(1.2); 
  }
  100% {
    opacity: 0;
  }
}*/

@media screen and (max-width: 750px) {
.slide {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}	
.slide-image:nth-child(1) {
  background: url(../img/top/mv-02.jpg)no-repeat;
  background-position: 50% 25%;
  background-size: 230%;
}

.slide-image:nth-child(2) {
  background: url(../img/top/mv-01.jpg)no-repeat;
  background-position: 25% 25%;
  background-size: 230%;	
}

.slide-image:nth-child(3) {
  background: url(../img/top/mv-03.jpg)no-repeat;
  background-position: 45% 25%;
  background-size: 230%;	
}
.slide-image:nth-child(4) {
  background: url(../img/top/mv-04.jpg)no-repeat;
  background-position: 70% 25%; 
  background-size: 230%;	
}
.slide-image:nth-child(5) {
  background: url(../img/top/mv-05.jpg)no-repeat;
  background-position: 45% 45%;
  background-size: 230%;	
}	
}	
	
@media screen and (max-width: 550px) {
.slide {
  height: 550px;
}	
}

.top-news {
  position: absolute;
  bottom: 2.6041666667vw;
  right: 0;
  z-index: 1;
}
.top-news__box {
  max-width: 1554px;
  width: calc(100vw - 20px);
  color: #524e4e;
  background: #fff;
  border: 2px solid #42b1de;
  padding: 1.25vw 2.6041666667vw 1.3541666667vw;
}
.top-news__item a {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.top-news__item a:hover {
  color: #42b1de;
}
.top-news__item a:hover .top-news__ttl::before {
  background: #42b1de;
}
.top-news__item + .top-news__item {
  margin-top: 30px;
}
.top-news__category {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.18em;
}
.top-news__ttl {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.18em;
  padding-left: 83px;
}
.top-news__ttl::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% + 7px);
  top: 50%;
  left: 43px;
  transform: translateY(-50%);
  background: #524e4e;
  transition: all 0.2s;
}

.top-worry {
  /*margin-top:
   *  -5.15625vw;*/
  padding: 138px 0 151px;
  background: #faf7d1;
}
.top-worry .inner {
  max-width: 1534px;
}
.top-worry .c-top-ttl {
  position: relative;
}
.top-worry .c-top-ttl::before {
  position: absolute;
  content: "";
  width: 105px;
  height: 86px;
  top: 28px;
  left: -140px;
  background: url(../img/top/worry-ttl-bg01.png) center/cover no-repeat;
}
.top-worry .c-top-ttl::after {
  position: absolute;
  content: "";
  width: 94px;
  height: 79px;
  top: 35px;
  right: -133px;
  background: url(../img/top/worry-ttl-bg02.png) center/cover no-repeat;
}
.top-worry .c-top-ttl__wrap {
  color: #fff;
  background: #006b6a;
}
.top-worry .c-top-ttl strong {
  position: relative;
  color: #fffc05;
}
.top-worry .c-top-ttl strong::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background: #fffc05;
}

.top-worry-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 123px 37px;
  margin-top: 158px;
}

.top-worry-item {
  position: relative;
  width: 269px;
}
.top-worry-item__img {
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-worry-item__txt {
  min-height: 180px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
.top-worry-item__txt span {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
}
.top-worry-item:nth-child(1) .top-worry-item__txt strong {
  color: #f67171;
}
.top-worry-item:nth-child(2) .top-worry-item__txt strong {
  color: #33a1e9;
}
.top-worry-item:nth-child(3) .top-worry-item__txt strong {
  color: #f9a91e;
}
.top-worry-item:nth-child(4) .top-worry-item__txt strong {
  color: #86c131;
}
.top-worry-item:nth-child(5) .top-worry-item__txt strong {
  color: #f78e2a;
}
.top-worry-item:nth-child(6) .top-worry-item__txt strong {
  color: #a963f3;
}
.top-worry-item:nth-child(7) .top-worry-item__txt strong {
  color: #2d9488;
}
.top-worry-item:nth-child(8) .top-worry-item__txt strong {
  color: #1a40b3;
}
.top-worry-item:nth-child(9) .top-worry-item__txt strong {
  color: #ff72ba;
}

.top-effect {
  position: relative;
  background: #42b1de;
  padding: 55px 0 88px;
  overflow: hidden;
}
.top-effect::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 39px;
  bottom: 0;
  left: 0;
  background: url(../img/top/effect-line.png) center/cover no-repeat;
}
.top-effect__wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.top-effect__txt {
  position: relative;
  font-weight: 500;
  font-size: 36px;
  line-height: 66px;
  letter-spacing: 0.18em;
  color: #fff;
}
.top-effect__txt::before {
  position: absolute;
  content: "";
  width: 123px;
  height: 168px;
  top: -6px;
  left: -208px;
  background: url(../img/top/effect-bg01.png) center/cover no-repeat;
}
.top-effect__txt::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 162px;
  top: 4px;
  right: -125px;
  background: url(../img/top/effect-bg02.png) center/cover no-repeat;
}
.top-effect__txt strong {
  font-size: 48px;
  letter-spacing: 0.19em;
}
.top-effect__txt .underline {
  position: relative;
  color: #b71939;	
}
.top-effect__txt .underline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -7px;
  left: 0;
  background: #fff;
}

.top-consult {
  position: relative;
  background: url(../img/top/consult-bg.png) center/100% 100% no-repeat;
  text-align: center;
  padding: 68px 0 157px;
}
.top-consult__ttl {
  display: inline-block;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.18em;
  color: #fff;
  border: 5px dotted #fffc05;
  padding: 17px 84px 20px;
}

.top-consult-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 120px 12.5%;
  margin-top: 104px;
}

.top-consult-item {
  width: 300px;
}
.top-consult-item__ttl {
  width: 100%;
  border-radius: 35px;
  color: #3f2a2a;
  background: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 2.1818181818;
  letter-spacing: 0.18em;
  padding: 11px;
}
.top-consult-item__img {
  text-align: center;
  margin-top: 42px;
}
.top-consult-item:nth-child(-n+3) .top-consult-item__img {
  margin: 64px 0 0 30px;
}

.top-important {
  height: 449px;
  background: url(../img/top/important-bg.jpg) center/cover no-repeat;
  margin-top: -182px;
}
.top-important__txt {
  font-weight: 500;
  font-size: 36px;
  line-height: 80px;
  letter-spacing: 0.18em;
  color: #fff;
  text-align: center;
  padding-top: 215px;
}
.top-important__txt span {
  display: inline-block;
  width: 508px;
  color: #474a4a;
  background: #fff;
  box-shadow: 0px 8px 9px 0px rgba(65, 65, 65, 0.22);
  border-left: 13px solid #fd7f7e;
  border-right: 13px solid #fd7f7e;
  margin: 5px 17px 0 0;
}

.top-column {
  margin-top: 109px;
}
.top-column .inner {
  max-width: 1675px;
}

.top-column-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 2.0183486239%;
}

.top-column-item {
  position: relative;
  min-width: 280px;
  width: 18.3486238532%;
  background: #faf8ec;
  border-radius: 20px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.top-column-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 28px 25px 86px;
}
.top-column-item a::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  bottom: 26px;
  right: 35px;
  -webkit-mask: url(../img/common/circle-arrow.svg) center/cover no-repeat;
          mask: url(../img/common/circle-arrow.svg) center/cover no-repeat;
  background: #7cbed9;
  transition: all 0.2s;
}
.top-column-item a:hover {
  transition: opacity 0.2s ease;
}
.top-column-item a:hover:hover {
  opacity: 0.7;
}
.top-column-item a:hover::after {
  transform: translateX(5px);
}
.top-column-item__img {
  position: relative;
}
.top-column-item__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.6);
}
.top-column-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-column-item__ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 28px;
  padding-left: 16px;
  border-left: 3px solid #7cbed9;
}
.top-column-item__ttl strong {
  color: #f85f5d;
}

.top-merit {
  margin-top: 46px;
  padding-top: 100px;
  text-align: center;
}
.top-merit .inner {
  max-width: 1640px;
}
.top-merit .c-top-ttl {
  position: relative;
}
.top-merit .c-top-ttl::before {
  position: absolute;
  content: "";
  width: 129px;
  height: 112px;
  top: 28px;
  left: -208px;
  background: url(../img/top/merit-ttl-bg01.png) center/cover no-repeat;
}
.top-merit .c-top-ttl::after {
  position: absolute;
  content: "";
  width: 137px;
  height: 119px;
  top: 2px;
  right: -204px;
  background: url(../img/top/merit-ttl-bg02.png) center/cover no-repeat;
}
.top-merit .c-top-ttl__wrap {
  background: #fed60c;
  padding-right: 35px;
}
.top-merit .c-top-ttl__txt {
  position: relative;
}
.top-merit .c-top-ttl__txt::before {
  position: absolute;
  content: "";
  width: 242px;
  height: 104px;
  top: -89px;
  left: -264px;
  background: url(../img/top/merit-en.png) center/cover no-repeat;
}
.top-merit .c-top-ttl img {
  margin-left: 3px;
  transform: translateY(3px);
}
.top-merit__subttl {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  margin-top: 87px;
  margin-left: 21px;
}
.top-merit__subttl::before, .top-merit__subttl::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 52px;
  top: -5px;
  background: #333;
}
.top-merit__subttl::before {
  left: -34px;
  transform: rotate(-20deg);
}
.top-merit__subttl::after {
  right: -30px;
  transform: rotate(20deg);
}

.top-merit-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 0;
  margin-top: 53px;
  transform: translateX(10px);
}

.top-merit-item {
  position: relative;
  width: 18.75%;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 24px 10px 24px 35px;
}
.top-merit-item::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background: url(../img/common/check-p.png) center/cover no-repeat;
}
.top-merit-item:nth-child(4n+1), .top-merit-item:nth-child(4n+3) {
  margin-right: 7.1875%;
}
.top-merit-item:nth-child(4n+2) {
  margin-right: 9.625%;
}
.top-merit-item:nth-child(2n)::before {
  background-image: url(../img/common/check-o.png);
}
.top-merit-item__txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-align: left;
}
.top-merit-item__txt strong {
  color: #ee5a8f;
}

.top-future {
  position: relative;
  background: #fcc800;
  margin-top: 77px;
  padding: 91px 0 74px;
}
.top-future::before {
  position: absolute;
  content: "";
  width: 191px;
  height: 191px;
  bottom: -27px;
  left: -33px;
  background: url(../img/top/future-bg01.png) center/cover no-repeat;
}
.top-future::after {
  position: absolute;
  content: "";
  width: 159px;
  height: 159px;
  top: -13px;
  right: -12px;
  background: url(../img/top/future-bg01.png) center/cover no-repeat;
}
.top-future__wrap {
  position: relative;
}
.top-future__wrap::before {
  position: absolute;
  content: "";
  width: 324px;
  height: 77px;
  top: -105px;
  left: calc(50% + 8px);
  transform: translateX(-50%);
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-future__wrap::after {
  position: absolute;
  content: "";
  width: 168px;
  height: 190px;
  bottom: -100px;
  right: -40px;
  background: url(../img/top/future-bg02.png) center/cover no-repeat;
}
.top-future .inner {
  max-width: 1840px;
}
.top-future__box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  margin-left: 10px;
  z-index: 1;
}
.top-future__box::before {
  position: absolute;
  content: "";
  width: 229px;
  height: 241px;
  top: -99px;
  left: -32px;
  background: url(../img/top/future-bg03.png) center/cover no-repeat;
}
.top-future__txt {
  font-weight: 500;
  font-size: 36px;
  line-height: 76px;
  letter-spacing: 0.13em;
  padding: 48px 20px 61px 106px;
}
.top-future__txt span {
  display: inline-block;
}
.top-future__txt strong {
  position: relative;
  display: inline-block;
  font-size: 48px;
  letter-spacing: 0.12em;
  color: #42b1de;
  margin: 0 -12px;
  z-index: 1;
}
.top-future__txt strong::before {
  position: absolute;
  content: "";
  width: 92%;
  height: calc(100% + 0px);
  top: -0px;
  left: 50%;
  transform: translateX(-50%);
  background: #fcf41e;
  border-radius: 10px;
  z-index: -1;
}

.top-reason {
  margin-top: 119px;
  text-align: center;
}
.top-reason__subttl {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.18em;
  margin-left: 11px;
  color: #fc9400;	
}
.top-reason__subttl::before, .top-reason__subttl::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 36px;
  top: 18px;
  background: #fed60c;
}
.top-reason__subttl::before {
  left: -20px;
  transform: rotate(-23deg);
}
.top-reason__subttl::after {
  right: -20px;
  transform: rotate(23deg);
}
.top-reason .c-top-ttl {
  position: relative;
  margin-top: 5px;
}
.top-reason .c-top-ttl::before {
  position: absolute;
  content: "";
  width: 166px;
  height: 155px;
  top: -17px;
  left: -220px;
  background: url(../img/top/reason-ttl-bg01.png) center/cover no-repeat;
}
.top-reason .c-top-ttl::after {
  position: absolute;
  content: "";
  width: 182px;
  height: 206px;
  top: -16px;
  right: -227px;
  background: url(../img/top/reason-ttl-bg02.png) center/cover no-repeat;
}
.top-reason .c-top-ttl__wrap {
  background: #fed60c;
}
.top-reason .c-top-ttl strong {
  position: relative;
  color: #fffc05;
}
.top-reason .c-top-ttl strong::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background: #fffc05;
}
.top-reason__main {
  position: relative;
  background: url(../img/top/reason-bg.jpg) center/cover no-repeat;
  margin-top: 109px;
  padding: 85px 0;
}
.top-reason__main::before {
  position: absolute;
  content: "";
  width: 364px;
  height: 364px;
  top: -101px;
  left: -57px;
  background: #fed60c;
  border-radius: 50%;
}
.top-reason__main::after {
  position: absolute;
  content: "";
  width: 198px;
  height: 198px;
  top: -108px;
  right: 51px;
  background: #0081b2;
  border-radius: 50%;
  opacity: 0.7;
}
.top-reason__en {
  position: absolute;
  top: 48px;
  left: -7px;
  font-weight: 500;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0.19em;
  color: transparent;
  -webkit-text-stroke: 3px #fff;
  writing-mode: vertical-rl;
}
.top-reason__ttl {
  font-weight: 600;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
.top-reason__ttl {
    font-size: 24px;
    line-height: 1.8;
}
}

.top-reason__desc {
  font-weight: 500;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0em;
  color: #524d4d;
}

.top-reason01 {
  position: relative;
  display: flex;
  margin-left: 6vw;
}
.top-reason01__num {
  position: absolute;
  top: 38px;
  left: -80px;
  z-index: 2;
}
.top-reason01__txt {
  width: 60vw;
  align-self: baseline;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-top: 2.7604166667vw;
  padding: 3.3333333333vw 10.6770833333vw 2.1354166667vw 4.0625vw;
}

@media screen and (max-width: 1300px) {
.top-reason01__txt {
  width: 60vw;
}
}

.top-reason01 .top-reason__ttl {
  padding-left: 0.3125vw;
}
h3.top-reason__ttl:after {
        content: "";
        display: block;
        width: 20%;
        border-bottom: 1px solid #fed60c;
        margin-top: 15px;
}

.top-reason01 .top-reason__desc {
  padding: 1.1458333333vw 2.6041666667vw 0 0;
}
.top-reason01__img {
  width: 52.0833333333vw;
  margin-left: -11.0416666667vw;
  position: relative;
  z-index: 1;
}
.top-reason01__img-wrap {
  position: relative;
}
.top-reason01__img-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.5);
}
.top-reason01__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason01__img img {
  border-radius: 9.375vw 0 0 0;
}

.top-reason02 {
  position: relative;
  display: flex;
  justify-content: space-between;	
  margin-top: 125px;
  margin-left: 8vw;
}
.top-reason02::before {
  position: absolute;
  content: "";
  width: 1442px;
  height: 88px;
  top: -177px;
  left: -15.2604166667vw;
  background: url(../img/top/reason-line.png) center/cover no-repeat;
}
.top-reason02__num {
  position: absolute;
  top: 54px;
  left: -71px;
  z-index: 2;
}
.top-reason02__img {
  width: 50vw;
  position: relative;
  z-index: 1;
}
.top-reason02__img::before {
  position: absolute;
  content: "";
  width: 379px;
  height: 420px;
  top: -16px;
  right: -353px;
  background: url(../img/top/reason-mark.png) center/cover no-repeat;
  z-index: 1;
}
.top-reason02__img-wrap {
  position: relative;
}
.top-reason02__img-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.4615384615);
}
.top-reason02__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason02__img img {
  border-radius: 4.1666666667vw 4.1666666667vw 0 0;
}
.top-reason02__txt {
  position: relative;
  width: 48vw;
  align-self: baseline;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  margin: 7.0833333333vw 0 0 -25vw;
  padding: 3.2291666667vw 2.6041666667vw 2.65625vw 3.75vw;
  z-index: 1;
}
.top-reason02 .top-reason__desc {
  padding: 1.3020833333vw 1.3020833333vw 0 0.3645833333vw;
}

.top-reason03 {
  position: relative;
  display: flex;
  justify-content: flex-end;	
  margin-top: 64px;
  margin-right: 2vw;
}
.top-reason03::before {
  position: absolute;
  content: "";
  width: 1442px;
  height: 88px;
  top: -111px;
  right: -25px;
  background: url(../img/top/reason-line.png) center/cover no-repeat;
}
.top-reason03::after {
  position: absolute;
  content: "";
  width: 320px;
  height: 320px;
  top: -115px;
  left: -239px;
  background: #0081b2;
  border-radius: 50%;
  opacity: 0.7;
}
.top-reason03__num {
  position: absolute;
  top: 40px;
  left: 2vw;
  z-index: 3;
}
.top-reason03__txt {
  position: relative;
  z-index: 1;
  width: 45vw;
  align-self: baseline;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  margin-top: 6.40625vw;
  padding: 4.0104166667vw 3.125vw 3.9583333333vw 3.6979166667vw;
  z-index: 2;
}
.top-reason03 .top-reason__desc {
  padding: 0.9895833333vw 0 0 0.46875vw;
}
.top-reason03__img {
  width: 52.0833333333vw;
  margin-left: -10vw;
  position: relative;
}
.top-reason03__img::before {
  position: absolute;
  content: "";
  width: 204px;
  height: 204px;
  bottom: -48px;
  left: 32px;
  background: #fed60c;
  border-radius: 50%;
  z-index: 1;
}
.top-reason03__img-wrap {
  position: relative;
}
.top-reason03__img-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.7);
}
.top-reason03__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason03__img img {
  border-radius: 0 9.375vw 0 0;
}

.top-reason-list {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin: 130px 0px 0 0;
}

.top-reason-item {
  width: 48vw;
  position: relative;
}
.top-reason-item__img {
  width: 85.375%;
  margin: auto;
}
.top-reason-item__img-wrap {
  position: relative;
}
.top-reason-item__img-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.6588579795);
}
.top-reason-item__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason-item__img img {
  border-radius: 0 2.6041666667vw 0 0;
}
.top-reason-item__txt {
  position: relative;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  box-shadow: 0px 0px 40px 0px rgba(65, 65, 65, 0.22);
  margin-top: -70px;
  padding: 2vw 4vw 3vw 4vw;
}
.top-reason-item .top-reason__desc {
  padding: 1.3020833333vw 0 0 0.2083333333vw;
}

.top-reason04__num {
  position: absolute;
  top: -29px;
  left: -20px;
  z-index: 1;
}

.top-reason05::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  top: 174px;
  right: -160px;
  background: #006b6a;
  border-radius: 50%;
}
.top-reason05__num {
  position: absolute;
  top: -24px;
  left: 11px;
  z-index: 1;
}

.top-contact {
  background: #fcc800 url(../img/top/contact-bg01.png) center/cover no-repeat;
  padding: 107px 0 90px;
}
.top-contact .inner {
  max-width: 1530px;
}
.top-contact__main {
  position: relative;
}
.top-contact__main::before {
  position: absolute;
  content: "";
  width: 169px;
  height: 169px;
  top: -44px;
  left: -52px;
  background: url(../img/top/contact-bg02.png) center/cover no-repeat;
  z-index: 1;
}
.top-contact__main::after {
  position: absolute;
  content: "";
  width: 238px;
  height: 216px;
  top: -33px;
  right: -92px;
  background: url(../img/top/contact-bg03.png) center/cover no-repeat;
}
.top-contact__wrap {
  position: relative;
  width: 100%;
  border: 15px solid #006b6a;
  border-radius: 38px;
  box-shadow: 0px 12px 9px 0px rgba(65, 65, 65, 0.22);
  background: #fff;
  padding: 2.8645833333vw 6.1979166667vw;
}
.top-contact__wrap::before {
  position: absolute;
  content: "";
  width: 260px;
  height: 278px;
  bottom: -35px;
  left: -198px;
  background: url(../img/top/contact-bg04.png) center/cover no-repeat;
}
.top-contact__wrap::after {
  position: absolute;
  content: "";
  width: 169px;
  height: 169px;
  bottom: -58px;
  right: -64px;
  background: url(../img/top/contact-bg02.png) center/cover no-repeat;
}
.top-contact__ttl {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.6666666667;
  letter-spacing: 0.18em;
  padding-left: 6px;
}
.top-contact__contact {
  position: relative;
  margin: 40px 0 3px;
}
.top-contact__contact::before {
  position: absolute;
  content: "";
  width: 264px;
  height: 215px;
  top: -149px;
  right: -279px;
  background: url(../img/top/contact-balloon.png) center/cover no-repeat;
  z-index: 1;
}
.top-contact__contact.c-contact {
  gap: 43px;
  max-width: 928px;
}

.top-case {
  position: relative;
  text-align: center;
  padding-bottom: 218px;
}
.top-case::before {
  position: absolute;
  content: "";
  width: 253px;
  height: 104px;
  bottom: 71px;
  left: 73px;
  background: url(../img/top/case-bg01.png) center/cover no-repeat;
}
.top-case::after {
  position: absolute;
  content: "";
  width: 171px;
  height: 172px;
  bottom: 50px;
  right: 0;
  background: url(../img/top/case-bg02.png) center/cover no-repeat;
}
.top-case__bg {
  position: relative;
  padding-top: 130px;
}
.top-case__bg::before, .top-case__bg::after {
  position: absolute;
  content: "";
  width: 21.3020833333vw;
  height: 18.6979166667vw;
  top: 0;
  background: url(../img/top/case-triangle.png) center/cover no-repeat;
}
.top-case__bg::before {
  left: 0;
}
.top-case__bg::after {
  right: 0;
  transform: scale(-1, 1);
}
.top-case .inner {
  max-width: 1676px;
}
.top-case .c-top-ttl {
  position: relative;
}
.top-case .c-top-ttl::before {
  position: absolute;
  content: "";
  width: 128px;
  height: 137px;
  top: 21px;
  left: -196px;
  background: url(../img/top/case-ttl-bg01.png) center/cover no-repeat;
}
.top-case .c-top-ttl::after {
  position: absolute;
  content: "";
  width: 114px;
  height: 98px;
  top: 28px;
  right: -152px;
  background: url(../img/top/case-ttl-bg02.png) center/cover no-repeat;
}
.top-case .c-top-ttl__wrap {
  color: #fff;
  background: #79c78b;
}
.top-case__subttl {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.18em;
  margin-top: 57px;
  margin-left: 33px;
}
.top-case__subttl::before, .top-case__subttl::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 52px;
  top: 10px;
  background: #333;
}
.top-case__subttl::before {
  left: -40px;
  transform: rotate(-20deg);
}
.top-case__subttl::after {
  right: -15px;
  transform: rotate(20deg);
}
.top-case__slider {
  position: relative;
  margin: 41px 80px 0;
}


/*スライド→*/
.top-case__slider .swiper-button-prev {
  width: 10vw; /* ← 画面の25%をクリック可能に */
  height: 94.5%;
  top: 0;
  transform: none;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: -200px;	
  border-radius: 60px 60px 0 0;	
}

.top-case__slider .swiper-button-next {
  width: 10vw; /* ← 画面の25%をクリック可能に */
  height: 94.5%;
  top: 0;
  transform: none;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: -200px;
  border-radius: 60px 60px 0 0;	
}


/* 見た目の矢印は、擬似要素で小さく中央に */
.top-case__slider .swiper-button-prev::before{
  content: "";
  /*position: absolute;*/
  top: 50%;
  left: 50px;
  transform: translateY(-50%) rotate(-45deg);
  width: 70px;
  height: 70px;
  border-top: 10px solid #fcc800;
  border-left: 10px solid #fcc800;
}

.top-case__slider .swiper-button-next::before {
  content: "";
  /*position: absolute;*/
  top: 50%;
  right: 50px;
  width: 70px;
  height: 70px;
  border-top: 10px solid #fcc800;
  border-left: 10px solid #fcc800;
  left: auto;
  transform: translateY(-50%) rotate(135deg);
}


.fixed-arrow::before {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
/*
.top-case__slider .swiper-button-prev,
.top-case__slider .swiper-button-next {
  width: 76px;
  height: 76px;
  border-top: 10px solid #fcc800;
  border-left: 10px solid #fcc800;
  top: calc(50% - 36px);
  position: absolute;	
}
.top-case__slider .swiper-button-prev::after,
.top-case__slider .swiper-button-next::after {
  display: none;
}
.top-case__slider .swiper-button-prev {
  transform: rotate(-45deg);
  left: -66px;
}
.top-case__slider .swiper-button-next {
  transform: rotate(135deg);
  right: -78px;
}
*/


.top-case .case-swiper {
  width: 100%;	
  overflow: hidden;
}
.top-case__more {
  width: calc(100% - 160px);
  margin: auto;
  background: #fd7f7e url(../img/top/case-more-bg.png) center/cover no-repeat;
}
.top-case__more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.18em;
  color: #fff;
  transition: all 0.2s;
  padding: 28px 25px 24px;
}
.top-case__more a:hover {
  color: #ecea76;
}

.top-case-item {
  background: #fffbed;
  border-radius: 60px 60px 0 0;
  padding: 60px 12% 40px;
}
.top-case-item__ttl {
  position: relative;
}
.top-case-item__ttl::before {
  position: absolute;
  content: "";
  width: 112px;
  height: 18px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/top/case-item-ttl-bg.png) center/cover no-repeat;
}
.top-case-item__ttl--en {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.18em;
  padding: 21px 0 0 21px;
}
.top-case-item__ttl--ja {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.18em;
  padding: 2px 0 0 5px;
}
.top-case-item__imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.top-case-item__before, .top-case-item__after {
  position: relative;
  width: 48%;
}
.top-case-item__img-ttl {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.18em;
  color: #fff;
  padding: 0 4px 4px;
  background: #42b1de;
}
.top-case-item__after .top-case-item__img-ttl {
  background: #fcc800;
}
.top-case-item__img {
  margin-top: 15px;
  position: relative;
}

.top-case-item__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.6936170213);
}
.top-case-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-case-item__txt {
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin: 29px 10px 0;
}
.top-case-item__txt-flex {
  display: flex;
  align-items: center;
  gap: 1.5510948905%;
  padding-bottom: 10px;
  border-bottom: solid 1px #cdcdcd;	
}
.top-case-item__txt-ttl {
  width: 23.7226277372%;
  font-weight: 500;
  font-size: 20px;
  color: #42b1de;	
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: center;	
}
.top-case-item__txt-desc {
  width: 73.9051094891%;
  font-size: 16px;
  font-weight:500;
  line-height: 1.6666666667;
  letter-spacing: 0.18em;
}
.top-case-item__txt-desc ul {
    padding-left: 2rem;
}
.top-case-item__txt-desc li {
    list-style: disc;
	margin-bottom: 10px;
}
.top-about {
  padding-top: 175px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top-about::before {
  content: "";
  width: 100%;
  height: 180px;
  background: #f5f5f5;
  clip-path: ellipse(68% 200% at 50% 234%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-about__inner {
  background: #f5f5f5;
}
.top-about__ttl {
  width: 100%;
  max-width: 1520px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
.top-about__ttl::before {
  content: "";
  aspect-ratio: 242/157;
  width: 100%;
  max-width: 15.9210526316%;
  display: block;
  background: url(../img/top/about/about-ttl-before.png) center/100% no-repeat;
  position: absolute;
  top: 23%;
  left: 1.8%;
  z-index: 1;
}
.top-about__ttl::after {
  content: "";
  aspect-ratio: 194/146;
  width: 100%;
  max-width: 12.7631578947%;
  display: block;
  background: url(../img/top/about/about-ttl-after.png) center/100% no-repeat;
  position: absolute;
  top: -10%;
  right: 3.1%;
  z-index: 1;
}
.top-about__ttl .c-top-ttl__wrap {
  background: #42b1de;
  color: #fff;
}
.top-about__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(auto, 640px) minmax(auto, 890px);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 116px;
  padding-bottom: 46px;
}
.top-about__info {
  display: grid;
  grid-template-columns: 107px 1fr;
  align-items: flex-start;
  gap: 15px 43px;
  margin: 0 12px;
}
.top-about__info dt, .top-about__info dd {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.top-about__info dt span {
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  border-radius: 10px;
  border: 5px solid #fcc800;
  font-weight:500;
}
.top-about__info dd {
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2;
}
.top-about__info a[href*="tel:"] {
  font-size: 24px;
  letter-spacing: 0.05em;
}
.top-about__time {
  margin-top: 76px;
}
.top-about__picture {
  margin: auto 0 0;
  position: relative;
  z-index: 0;
}
.top-about__picture::before {
  content: "";
  aspect-ratio: 188/187;
  display: block;
  width: 100%;
  max-width: 188px;
  background: url(../img/top/about/clinic-picture-fig1.png) center/cover no-repeat;
  position: absolute;
  top: -85px;
  right: 0;
  z-index: 1;
}
.top-about__picture::after {
  content: "";
  aspect-ratio: 202/176;
  display: block;
  width: 100%;
  max-width: 202px;
  background: url(../img/top/about/clinic-picture-fig2.png) center/cover no-repeat;
  position: absolute;
  bottom: -58px;
  left: -72px;
  z-index: 1;
}
.top-about__picture-inner {
  position: relative;
  z-index: 0;
}
.top-about__picture-inner::before {
  content: "";
  aspect-ratio: 815/368;
  display: block;
  width: 100%;
  max-width: 815px;
  background: url(../img/top/about/clinic-picture-bg.png) center/cover no-repeat;
  position: absolute;
  bottom: -207px;
  left: -68px;
  z-index: -1;
}
.top-about__picture-inner img {
  border-radius: 100px 0 0 100px;
  z-index: 1;
}

.about-carpark {
  width: 100%;
  display: flex;
  padding-top: 100px;
  background: #33adde;
}
.about-carpark__picture {
  max-width: 60%;
}
.about-carpark__picture img {
  aspect-ratio: 1150/500;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 100px;
}
.about-carpark__box {
  display: block;
  text-align: center;
  margin: auto;
  padding: 0 20px;
}
.about-carpark__txt {
  margin-top: 15px;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
}
.about-carpark__txt span {
  font-weight: 500;
}

.top-message {
  padding-top: 15%;
  background: url(../img/top/message/message-bg.png) top/100% no-repeat;
}
.top-message__ttl {
  width: 100%;
  max-width: 1520px;
  margin-inline: auto;
  padding: 0 10px;
  position: relative;
  z-index: 0;
}
.top-message__ttl::before {
  content: "";
  aspect-ratio: 221/211;
  width: 100%;
  max-width: 14.7333333333%;
  background: url(../img/top/message/message-ttl-before.png) center/cover no-repeat;
  position: absolute;
  top: -23%;
  left: 0.7%;
  z-index: 1;
}
.top-message__ttl::after {
  content: "";
  aspect-ratio: 140/144;
  width: 100%;
  max-width: 9.3333333333%;
  background: url(../img/top/message/message-ttl-after.png) center/cover no-repeat;
  position: absolute;
  top: -3.5%;
  right: 6.3%;
  z-index: 1;
}
.top-message__ttl .c-top-ttl__wrap {
  background-color: #fc9400;
  color: #fff;
}
.top-message__content {
  max-width: 1480px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  margin: 181px auto 0;
  padding: 0 20px;
}
.top-message__detail {
  max-width: 93.0555555556%;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.top-message__detail p + p {
  margin-top: 2em;
}
.top-message__box {
  max-width: 79.5833333333%;
  margin: 0 auto;
  position: relative;
}
.top-message__img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;	
}
.top-message__img::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 26.7015706806%;
  display: block;
  background: url(../img/top/message/message-img-before.png) center/cover no-repeat;
  position: absolute;
  left: 20.5933682373%;
  bottom: -11.5183246073%;
  z-index: -1;
}
.top-message__img::after {
  content: "";
  aspect-ratio: 545/536;
  width: 100%;
  max-width: 95.1134380454%;
  display: block;
  background: url(../img/top/message/message-img-after.png) center/cover no-repeat;
  position: absolute;
  top: -4.5%;
  right: -19%;
}
.top-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.top-message__slide {
  display: grid;
  grid-template-columns: 61.6% 1fr;
  position: relative;
  z-index: 0;
}



.top-message__slide::before {
  content: "";
  aspect-ratio: 492/550;
  width: 100%;
  max-width: 25.625%;
  display: block;
  background: url(../img/top/message/message-slide-before.png) center/cover no-repeat;
  position: absolute;
  top: 53.5%;
  right: 4.5%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.top-message__slide-wrap {
  width: 100%;
  max-width: 569px;
  height: 651px;
  margin: 96px auto 0 23.3050847458%;
  padding-top: 51px;
  position: relative;
  z-index: 0;
}
.top-message__slide-wrap::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 32.5131810193%;
  display: block;
  background: url(../img/top/message/message-slide-wrap-before.png) center/cover no-repeat;
  position: absolute;
  bottom: 20%;
  left: -28%;
  z-index: 2;
  pointer-events: none;
}
.top-message__slide-wrap::after {
  content: "";
  aspect-ratio: 133/91;
  width: 100%;
  max-width: 23.374340949%;
  display: block;
  background: url(../img/top/message/message-slide-wrap-after.png) center/cover no-repeat;
  position: absolute;
  top: 2.5%;
  right: 4.3%;
  z-index: 1;
  transform: translateX(100%);
  pointer-events: none;
}
.top-message__slide-wrap .swiper {
  overflow: visible;
}
.top-message__slide-wrap .swiper-slide {
  aspect-ratio: 400/317;
  width: 100%;
  max-width: 70.2987697715%;
  margin-right: 75px;
}
.top-message__slide-wrap .swiper-slide.swiper-slide-active {
  aspect-ratio: 569/600;
  max-width: 100%;
  transform: translateY(-51px);
  z-index: 1;
}
.top-message__slide-wrap .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.top-message__slide-wrap .swiper-slide a:hover .top-message-post__box {
  color: #fcc800;
}
.top-message__slide-wrap .swiper-slide a:hover .top-message-profile__readmore {
  background-color: #fff;
  color: rgb(252, 200, 0);
}
.top-message__slide-wrap .swiper-slide:not(:is(.swiper-slide-active)) a {
  pointer-events: none;
}
.top-message__slide-control {
  width: 234px;
  position: relative;
  z-index: 100;
  margin: auto 0 -3px;
}
.top-message__slide-control .swiper-button-next,
.top-message__slide-control .swiper-button-prev {
  margin-top: 0;
  top: 0;
}
.top-message__slide-control .swiper-button-next {
  right: 11px;
}
.top-message__slide-control .swiper-button-next::after {
  left: calc(50% - 4px);
  transform: translate(-50%, -50%) scale(-1, 1) skew(-45deg);
}
.top-message__slide-control .swiper-button-prev {
  left: 3px;
}
.top-message__slide-control .swiper-button-prev::after {
  left: calc(50% + 4px);
}
.top-message__slide-control .swiper-pagination-progressbar {
  position: unset;
  width: 100%;
  height: 14px;
  margin-top: 20px;
  background: #e7f8ff;
}
.top-message__slide-control .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fc9400;
}
.top-message__slide-btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.top-message__slide-btn {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 76px;
  height: auto;
  display: block;
  border-radius: 50%;
  border: 1px solid #fc9400;
  background: #fc9400;
  position: relative;
  transition: 0.4s;
}
.top-message__slide-btn::after {
  content: "";
  width: 40px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 2px 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-45deg);
  transition: 0.4s;
}
.top-message__slide-btn:hover {
  background: #fff;
}
.top-message__slide-btn:hover::after {
  border-color: #fc9400;
}

.top-message-txt {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 51.3089005236%;
  padding-bottom: 3.1413612565%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/top/message/message-txt-bg.png) center/100% no-repeat;
  position: absolute;
  left: -13.2635253054%;
  bottom: -14.1361256545%;
}
.top-message-txt__position {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top-message-txt__name {
  margin-top: 5px;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight:600;
}
.top-message-txt__name-en {
  margin-top: -1px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #006b6a;
  font-weight:500;
}

.top-message-post {
  transition: all ease 0.4s;
  position: relative;
  z-index: 0;
}
.top-message-post__img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.top-message-post__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-img-switch {
 position: relative;
  width: 100%;
 /* height: 600px; /* 画像と同じ高さに固定 */
  overflow: hidden;
}
.js-img-switch img.img-front {
  opacity: 1;
  z-index: 2;
}
.js-img-switch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 1s ease;
  object-fit: cover;
  border-radius: 30px;
  opacity: 0;
  z-index: 1;
}

@media screen and (max-width: 959px) {
.js-img-switch {
 position: relative;
  width: 100%;
  /*height: 400px; /* 画像と同じ高さに固定 */
  overflow: hidden;
}
}



.top-message-post__filter {
  filter: drop-shadow(0 8px 9px rgba(65, 65, 65, 0.22));
  position: relative;
  z-index: 10;	
}

.top-message-post__box {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  display: block;
  width: 297px;
  height: 183px;
  padding: 28px 20px 13px 56px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: -170px;
  right: 139px;
  opacity: 0;
  transform: translateX(100%);
  z-index: 1;
  transition: all 0.4s ease-out;
}
.top-message-post.swiper-slide-active .top-message-post__box {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}
.top-message-post.swiper-slide-active .top-message-post__img img {
  height: 100%;
}

.top-message-profile__txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 34px;
       column-gap: 34px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.top-message-profile__txt::after {
  flex: 1;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fcc800;
  margin-right: -20px;
}
.top-message-profile__name:not(:first-child) {
  margin-top: 22px;
}
.top-message-profile__name-ja {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.top-message-profile__name-en {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.top-message-profile__name-en:not(:first-child) {
  margin-top: 11px;
}
.top-message-profile__readmore {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(252, 200, 0);
  background-color: rgb(252, 200, 0);
  padding: 0 34px 0 26px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  border-radius: 100px;
  position: relative;
  transition: all ease 0.4s;
}
.top-message-profile__readmore:not(:first-child) {
  margin: 23px 0 0 auto;
}
.top-message-profile__readmore::after {
  content: "";
  aspect-ratio: 7/10;
  width: 100%;
  max-width: 7px;
  display: block;
  background: url(../img/top/message/message-readmore.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.top-faq {
  margin-top: -2.2916666667%;
  padding-bottom: 165px;
}
.top-faq__picture {
  aspect-ratio: 384/109;
  width: 100%;
  background: url(../img/top/faq/faq-bg.png) center/100% no-repeat;
}
.top-faq__content {
  width: 100%;
  max-width: 1456px;
  margin: 181px auto 0;
  padding: 0 10px;
}
.top-faq__ttl {
  position: relative;
  z-index: 0;
}
.top-faq__ttl::before {
  content: "";
  aspect-ratio: 173/127;
  width: 100%;
  max-width: 11.8818681319%;
  display: block;
  background: url(../img/top/faq/faq-ttl-before.png) center/cover no-repeat;
  position: absolute;
  top: 2.5%;
  left: 0.4%;
  z-index: 1;
}
.top-faq__ttl::after {
  content: "";
  aspect-ratio: 176/148;
  width: 100%;
  max-width: 12.0879120879%;
  display: block;
  background: url(../img/top/faq/faq-ttl-after.png) center/cover no-repeat;
  position: absolute;
  top: 2%;
  right: 2.7%;
  z-index: 1;
}
.top-faq__ttl .c-top-ttl__wrap {
  background: #fcc800;
}
.top-faq__list {
  margin-top: 88px;
}

.top-faq-item:not(:first-child) {
  margin-top: 37px;
}
.top-faq-item__question {
  cursor: pointer;
  display: grid;
  grid-template-columns: 90px 1fr 77px;
  border-radius: 20px;
  background: #42b1de;
  list-style: none;
}
.top-faq-item__question::-webkit-details-marker {
  display: none;
}
.top-faq-item__q {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background: linear-gradient(218deg, #fcc800 57%, #f4d86d 57%);
  border-radius: 20px 0 0 20px;
}
.top-faq-item__txt {
  padding: 30px 33px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 500;	
}
.top-faq-item__btn {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 33px;
  display: block;
  position: relative;
  margin: auto 0;
}
.top-faq-item__btn::before, .top-faq-item__btn::after {
  content: "";
  aspect-ratio: 33/5;
  width: 100%;
  max-width: 33px;
  display: block;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.top-faq-item:not([open]) .top-faq-item__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.top-faq-item__answer {
  width: 100%;
  max-width: calc(100% - 90px);
  margin-inline-start: auto;
  font-size: 18px;
  line-height: 2;
}
.top-faq-item__answer p {
  font-weight:500;	
  padding: 22px 33px 16px;
}

.top-cost {
  padding: 107px 0 5.0520833333%;
  background: url(../img/top/cost/cost-bg.png) top/contain repeat;
}
.top-cost__inner-1 {
  width: 100%;
  max-width: 1470px;
  margin-inline: auto;
  padding: 0 10px;
}
.top-cost__inner-2 {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 10px;
  margin-top: 60px;	
}
.top-cost__subttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
  color: #0b5ca7;	
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.top-cost__subttl::before, .top-cost__subttl::after {
  content: "";
  aspect-ratio: 2/36;
  width: 100%;
  max-width: 2px;
  height: 100%;
  display: block;
  background: #333;
  border-radius: 100px;
  transform: translateY(9px) rotate(-23deg);
}
.top-cost__subttl::after {
  transform: translateY(9px) rotate(23deg);
}
.top-cost__ttl {
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
.top-cost__ttl::before {
  content: "";
  aspect-ratio: 108/102;
  width: 100%;
  max-width: 7.4431426602%;
  background: url(../img/top/cost/cost-ttl-before.png) center/cover no-repeat;
  position: absolute;
  top: 36.5%;
  left: 6.4%;
  z-index: 1;
}
.top-cost__ttl::after {
  content: "";
  aspect-ratio: 140/106;
  width: 100%;
  max-width: 9.6485182633%;
  background: url(../img/top/cost/cost-ttl-after.png) center/cover no-repeat;
  position: absolute;
  top: 36.5%;
  right: 6.8%;
  z-index: 1;
}
.top-cost__ttl .c-top-ttl__wrap {
  background-color: #0b5ca7;
  color: #fff;
}
.top-cost__intro {
  margin-top: 36px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
}
.top-cost__content {
  counter-reset: cost-number;
  display: grid;
  grid-template-columns: 1fr 5.4384772264% 1fr;
  grid-template-rows: auto;
  -moz-column-gap: 2.0394289599%;
       column-gap: 2.0394289599%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 28px;
}
.top-cost__bnr {
  width: 100%;
  max-width: 1477px;
  margin: 85px auto 0;
  padding: 0 10px;
}

.top-cost-price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 1em;
  background: #dce4e7;
  border-radius: 10px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
}
.top-cost-price span {
  font-size: 14px;
}

.top-cost-box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  width: 100%;
  max-width: 565px;
  position: relative;
}
.top-cost-box--01 {
  margin-inline-start: auto;
}
.top-cost-box--02::before {
  top: 50%;
  left: -25%;
}
.top-cost-box--03 {
  grid-column: 4/1;
  max-width: 100%;
  padding: 0 10px 80px;
  position: relative;
  z-index: 0;
}
.top-cost-box--03::before {
  content: "";
  width: 100%;
  height: calc(100% - 103px);
  display: block;
  background: #cdf0fe url(../img/top/cost/cost-box-slash.png) top/contain repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top-cost-box__plus {
  margin: auto;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcc800;
  border-radius: 50%;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0;
  grid-column: 2;
}
.top-cost-box__plus--01 {
  grid-row: 2;
  transform: translateY(-51px);
}
.top-cost-box__plus--02 {
  margin: 30px 0 -10px;
  grid-row: 4;
}
.top-cost-box__head {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  padding-top: 58px;
  position: relative;
}
.top-cost-box__cost-number {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 99px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0b5ca7;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.3em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 16px;
}
.top-cost-box__cost-number::after {
  content: counter(cost-number, decimal-leading-zero);
  counter-increment: cost-number;
  margin-top: -10px;
  padding-bottom: 5px;
  border-radius: 50%;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fcc800;
}
.top-cost-box__ttl {
  max-width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #42b1de;
  padding: 29px 1em;
  border: 7px solid #0b5ca7;
  border-radius: 10px;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 1.3333333333;
  color: #fff;
}
.top-cost-box__price {
  margin-top: 14px;
}
.top-cost-box__detail {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.875;
}
.top-cost-box__detail--center {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
}
.top-cost-box__compare {
  counter-reset: plan-number;
  display: grid;
  grid-template-columns: minmax(auto, 524px) 8.6389568052% minmax(auto, 524px);
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 22px;
}
.top-cost-box__compare-or {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffe890;
  margin: auto;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1;
  grid-column: 2;
  grid-row: 1/3;
  transform: translateY(-8px);
}

.top-cost-plan {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding-top: 21px;
  position: relative;
}
.top-cost-plan::before {
  content: "プラン" counter(plan-number);
  counter-increment: plan-number;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  background: #fcc800;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  border: 2px solid #333;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 6.2%;
}
.top-cost-plan__detail {
  display: grid;
  grid-template-columns: 100%;
  gap: 13px;
  padding: 55px 49px 23px;
  background: #ffe890;
  border-radius: 10px;
}
.top-cost-plan__detail:has(.top-cost-plan__detail-plus) {
  grid-template-columns: minmax(auto, 198px) 26px minmax(auto, 198px);
}
.top-cost-plan__detail-plus {
  width: 100%;
  max-width: 26px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin: auto;
}
.top-cost-plan__price {
  margin-top: 11px;
}

.top-cost-treatment {
  width: 100%;
  font-weight: 500;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 8px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.top-cost-treatment__name {
  width: 100%;
  min-height: 114px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.top-cost-treatment__txt {
  text-align: center;
}

.top-cost-bnr a {
  width: 100%;
  min-height: 286px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/cost/cost-bnr.jpg) center/cover no-repeat;
  border-radius: 30px;
  position: relative;
  z-index: 0;
  transition: all 0.2s;
}
.top-cost-bnr a::before, .top-cost-bnr a::after {
  content: "";
  aspect-ratio: 98/33;
  width: 100%;
  max-width: 6.63507109%;
  display: block;
  background: url(../img/top/cost/cost-bnr-arrows.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 5.3%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.2s;
}
.top-cost-bnr a::after {
  left: auto;
  right: 5.3%;
  transform: translateY(-50%) scale(-1, 1);
}
.top-cost-bnr a:hover {
  color: #0d5da8;
}
.top-cost-bnr a:hover::before {
  left: 6%;
}
.top-cost-bnr a:hover::after {
  right: 6%;
}
.top-cost-bnr__content {
  width: 100%;
  max-width: 67.9079214624%;
  min-height: 13.4055517942%;
  padding: 45px 20px 61px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}
.top-cost-bnr__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px 8px;
  border: dotted 5px #fcc800;
  border-radius: 10px;
  box-sizing: content-box;
  position: absolute;
  top: -17px;
  left: -14px;
  z-index: -1;
}
.top-cost-bnr__ttl {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.top-cost-bnr__txt {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
/*.top-case-item__txt-desc span {
  color: red; 
}*/




@media screen and (min-width: 751px){
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 960px){
  .pc-none {
    display: none !important;
  }
  .c-fadein.sp-only,
  .c-slidein.sp-only,
  .c-reveal.sp-only {
    opacity: 1;
    transform: none;
  }
  .top-about__txt {
    margin-top: 43px;
  }
  .top-about__content {
    padding-left: calc(50% - 692px);
  }
  .about-carpark__box {
    transform: translateX(-5px);
  }
  .top-message__content {
    padding-bottom: 31px;
    transform: translateX(17px);
  }
  .top-message__box {
    transform: translateX(24px) translateY(-9%);
  }
  .top-cost-box__content {
    width: 100%;
    max-width: 1227px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1920px){
  .top-faq {
    padding-bottom: 8.59375%;
  }
}

@media screen and (max-width: 1920px) and (min-width: 960px){
  .top-message__slide-wrap {
    max-width: 29.6354166667vw;
    height: 33.90625vw;
  }
  .top-message__slide-wrap .swiper-slide {
    margin-right: 3.90625vw;
  }
  .top-message__slide-control {
    width: 12.1875vw;
  }
  .top-message__slide-control .swiper-pagination-progressbar {
    height: 0.7291666667vw;
    margin-top: 1.0416666667vw;
  }
  .top-message__slide-btn {
    max-width: 3.9583333333vw;
  }
  .top-message__slide-btn::after {
    width: 2.0833333333vw;
    height: 0.4166666667vw;
  }
  .top-message-txt__position {
    font-size: 1.25vw;
  }
  .top-message-txt__name {
    font-size: 1.875vw;
  }
  .top-message-txt__name-en {
    font-size: 0.8333333333vw;
  }
  .top-message-post__box {
    width: 15.46875vw;
    height: 9.53125vw;
    padding: 1.4583333333vw 1.0416666667vw 0.6770833333vw 2.9166666667vw;
    border-radius: 1.0416666667vw;
    top: -8.8541666667vw;
    right: 7.2395833333vw;
  }
  .top-message-profile__txt {
    -moz-column-gap: 1.7708333333vw;
         column-gap: 1.7708333333vw;
    font-size: 0.9375vw;
  }
  .top-message-profile__txt::after {
    margin-right: -1.0416666667vw;
  }
  .top-message-profile__name:not(:first-child) {
    margin-top: 1.1458333333vw;
  }
  .top-message-profile__name-ja {
    font-size: 1.5625vw;
  }
  .top-message-profile__name-en {
    font-size: 0.9375vw;
  }
  .top-message-profile__name-en:not(:first-child) {
    margin-top: 0.5729166667vw;
  }
  .top-message-profile__readmore {
    height: 1.40625vw;
    font-size: 0.7291666667vw;
  }
  .top-message-profile__readmore:not(:first-child) {
    margin-top: 1.1979166667vw;
  }
}

@media screen and (max-width: 1919px){
  .top-contact__main::before {
    width: 8.8020833333vw;
    height: 8.8020833333vw;
    top: -2.2916666667vw;
    left: -2.7083333333vw;
  }
  .top-contact__main::after {
    width: 12.3958333333vw;
    height: 11.25vw;
    top: -1.71875vw;
    right: -4.7916666667vw;
  }
  .top-contact__wrap::before {
    width: 13.5416666667vw;
    height: 14.4791666667vw;
    bottom: -1.8229166667vw;
    left: -10.3125vw;
  }
  .top-contact__wrap::after {
    width: 8.8020833333vw;
    height: 8.8020833333vw;
    bottom: -3.0208333333vw;
    right: -3.3333333333vw;
  }
}

@media screen and (max-width: 1699px){
  .top-merit-item {
    width: 20%;
  }
  .top-merit-item:nth-child(4n+1), .top-merit-item:nth-child(4n+2), .top-merit-item:nth-child(4n+3) {
    margin-right: 6.25%;
  }
  .top-merit-item__txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 1456px){
  .top-faq__content {
    margin-top: 12.4313186813%;
  }
  .top-faq__list {
    margin-top: 6.043956044%;
  }
  .top-faq-item:not(:first-child) {
    margin-top: 2.5412087912%;
  }
  .top-faq-item__question {
    grid-template-columns: 6.1813186813% 1fr 5.2884615385%;
  }
  .top-faq-item__txt {
    padding: 2.0604395604% 2.2664835165%;
    line-height: 1.25;
  }
  .top-faq-item__answer {
    width: 100%;
    max-width: 93.8186813187%;
  }
  .top-faq-item__answer p {
    padding: 2.2664835165%;
  }
}

@media screen and (max-width: 1399px){
  .top-important {
    margin-top: -200px;
  }
  .top-merit .c-top-ttl::before {
    left: -134px;
  }
  .top-merit .c-top-ttl::after {
    right: -142px;
  }
  .top-merit-item {
    width: 21.875%;
    padding: 20px 5px 20px 25px;
  }
  .top-merit-item::before {
    width: 40px;
    height: 40px;
    left: -20px;
  }
  .top-merit-item:nth-child(4n+1), .top-merit-item:nth-child(4n+2), .top-merit-item:nth-child(4n+3) {
    margin-right: 3.125%;
  }
  .top-merit-item__txt {
    font-size: 16px;
  }
  .top-contact__contact::before {
    width: 212px;
    height: 172px;
    right: -70px;
  }
  .top-case__slider {
    margin: 41px 40px 0;
  }
  .top-case__slider .swiper-button-prev,
  .top-case__slider .swiper-button-next {
    width: 60px;
    height: 60px;
    border-width: 8px;
  }
  .top-case__slider .swiper-button-prev {
    left: -45px;
  }
  .top-case__slider .swiper-button-next {
    right: -45px;
  }
  .top-case__more {
    width: calc(100% - 80px);
  }
  .top-case-item {
    padding: 23px 6.0975609756% 35px;
  }
}

@media screen and (max-width: 959px){
  .inner {
    padding: 0 10px;
  }
  /*.top-mv {
    height: 105.6vw;
    background-image: url(../img/top/mv-sp.png);
  }
  .top-mv__ttl {
    padding: 57.3333333333vw 0 0 6.1333333333vw;
  }*/
  .top-mv__ttl img {
    width: 77.6vw;
    height: 19.4666666667vw;
  }
  .top-mv__txt {
    margin: 1.0666666667vw 2vw 0 2vw;
  }
  .top-mv__catch img {
    width: 55.7333333333vw;
    height: 100%;
	margin-bottom: 30px; 
  }
  .top-mv__invisalign {
    width: 28vw;
    height: 16.8vw;
    border-radius: 2.6666666667vw;
    background: rgba(0, 107, 106, 0.8);
    padding: 0.8vw;
    margin-top: 4.5333333333vw;
  }
  .top-mv__invisalign-wrap {
    border-width: 1px;
    border-radius: 2.1333333333vw;
    padding: 1.6vw 0 0 1vw;
    display: flex;
    flex-flow: column;
  }
  .top-mv__invisalign-ttl {
    font-size: 1.6vw;
    background: radial-gradient(circle closest-side, #fcc800 70%, transparent 70%) left bottom/0.8vw 0.5333333333vw repeat-x;
    padding-bottom: 0.5333333333vw;
    align-self: baseline;
  }
  .top-mv__invisalign-ttl strong {
    font-size: 1.8666666667vw;
  }
  .top-mv__invisalign-ttl .num {
    font-size: 3.2vw;
    padding-left: 0.2666666667vw;
  }
  .top-mv__invisalign-ttl .num::before {
    width: 1.6vw;
    height: 0.8vw;
    top: 0.5333333333vw;
    right: -1.0666666667vw;
  }
  .top-mv__invisalign-txt {
    font-size: 1.8666666667vw;
    filter: drop-shadow(0 0 4.5px rgba(17, 16, 16, 0.77));
    padding: 0.5333333333vw 0 0 1.3333333333vw;
    align-self: baseline;
  }
  .top-mv__invisalign img {
    width: 13.6vw;
    height: 19.2vw;
    top: -4.2666666667vw;
    right: -6.1333333333vw;
    box-shadow: 0px 4px 4.5px 0px rgba(65, 65, 65, 0.43);
  }
  .top-news {
    bottom: -30px;
  }
  .top-news__box {
    padding: 10px;
  }
  .top-news__item + .top-news__item {
    margin-top: 15px;
  }
  .top-news__category {
    font-size: 10px;
  }
  .top-news__ttl {
    font-size: 12px;
    padding-left: 30px;
  }
  .top-news__ttl::before {
    width: 1px;
    height: calc(100% + 2px);
    left: 15px;
  }
  .top-worry {
   /*adding: 200px 0px 60px;*/
	/*padding: 320px 0px 60px;	*/  
    margin-top: 0;
  }
  .top-worry .c-top-ttl::before {
    width: 53px;
    height: 43px;
    top: -50px;
    left: 0px;
  }
  .top-worry .c-top-ttl::after {
    width: 47px;
    height: 40px;
    top: 80px;
    right: 0;
  }
  .top-worry-list {
    gap: 60px 20px;
    margin-top: 90px;
  }
  .top-worry-item {
    width: 150px;
  }
  .top-worry-item__img {
    top: -44px;
    width: 81px;
    height: 81px;
  }
  .top-worry-item__img img {
    transform: scale(0.5);
  }
  .top-worry-item__txt {
    min-height: 90px;
    border-radius: 10px;
    padding: 10px;
  }
  .top-worry-item__txt span {
    font-size: 13px;
    line-height: 1.625;
    text-align: center;
  }
  .top-effect {
    padding: 25px 0 45px;
  }
  .top-effect::after {
    height: 20px;
  }
  .top-effect__txt {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.08em;
    padding: 0 60px;
    text-align: center;
  }
  .top-effect__txt::before {
    width: 62px;
    height: 84px;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
  }
  .top-effect__txt::after {
    width: 45px;
    height: 81px;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
  }
  .top-effect__txt strong {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .top-effect__txt .underline::after {
    bottom: -3px;
  }
  .top-effect__txt span {
    display: inline-block;
  }
  .top-consult {
    background-size: cover;
    padding: 30px 0 90px;
  }
  .top-consult__ttl {
    font-size: 20px;
    border-width: 2px;
    padding: 10px 40px;
  }
  .top-consult-list {
    gap: 30px 10px;
    margin-top: 50px;
  }
  .top-consult-item {
    width: 110px;
  }
  .top-consult-item__ttl {
    border-radius: 25px;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	letter-spacing: 0; 
  }
  .top-consult-item__img {
	  margin: 10px 3px 0;
  }
  .top-consult-item:nth-child(-n+3) .top-consult-item__img {
    margin: 10px 0 0 3px;
  }
  .top-important {
    height: 350px;
  }
  .top-important__txt {
    font-size: 20px;
    line-height: 40px;
  }
  .top-important span {
    width: 270px;
    border-width: 6px;
  }
  .top-column {
    margin-top: 40px;
  }
  .top-column-list {
    gap: 20px;
  }
  .top-column-item {
    min-width: auto;
    width: 100%;
    border-radius: 10px;
  }
  .top-column-item a {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .top-column-item a::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 20px;
  }
  .top-column-item__img {
    width: 40%;
    align-self: flex-start;
    position: relative;
  }
  .top-column-item__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(100% * 0.75);
  }
  .top-column-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-column-item__ttl {
    width: 56%;
    align-self: baseline;
  }
  .top-merit {
    margin-top: 30px;
    padding-top: 70px;
  }
  .top-merit .c-top-ttl::before {
    width: 65px;
    height: 56px;
    top: -70px;
    left: 0;
  }
  .top-merit .c-top-ttl::after {
    width: 69px;
    height: 60px;
    top: 80px;
    right: 0;
  }
  .top-merit .c-top-ttl__wrap {
    padding-right: 0;
  }
  .top-merit .c-top-ttl__txt::before {
    width: 121px;
    height: 52px;
    top: -45px;
    left: -75px;
  }
  .top-merit .c-top-ttl img {
    width: 84px;
    height: 25px;
  }
  .top-merit__subttl {
    font-size: 16px;
    margin: 25px 0 0 0;
  }
  .top-merit__subttl::before, .top-merit__subttl::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 52px;
    top: -5px;
    background: #333;
  }
  .top-merit__subttl::before {
    left: -20px;
  }
  .top-merit__subttl::after {
    right: -15px;
  }
  .top-merit-list {
    gap: 20px 15px;
    margin: 25px 5px 0;
    transform: none;
  }
  .top-merit-item {
    width: calc(50% - 7.5px);
    padding: 15px 5px 15px 20px;
  }
  .top-merit-item::before {
    width: 20px;
    height: 20px;
    left: -10px;
  }
  .top-merit-item:nth-child(4n+1), .top-merit-item:nth-child(4n+2), .top-merit-item:nth-child(4n+3) {
    margin-right: 0;
  }
  .top-merit-item__txt {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .top-future {
    margin-top: 50px;
    padding: 45px 0 30px;
  }
  .top-future::before {
    width: 85px;
    height: 85px;
    bottom: -13px;
    left: -16px;
  }
  .top-future::after {
    width: 80px;
    height: 80px;
    top: -6px;
    right: -6px;
  }
  .top-future__wrap::before {
    width: 162px;
    height: 38px;
    top: -53px;
    left: calc(50% + 4px);
  }
  .top-future__wrap::after {
    width: 84px;
    height: 95px;
    bottom: -50px;
    right: -20px;
  }
  .top-future__box {
    border-radius: 20px;
    margin-left: 0;
  }
  .top-future__box::before {
    width: 115px;
    height: 120px;
    top: -95px;
    left: -16px;
  }
  .top-future__txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
    padding: 20px 12px;
    text-align: center;
  }
  .top-future__txt strong {
    font-size: 20px;
    letter-spacing: 0.06em;
    margin: 0 -6px;
  }
  .top-future__txt strong::before {
    border-radius: 5px;
  }
  .top-reason {
    margin-top: 60px;
  }
  .top-reason__subttl {
    font-size: 16px;
    line-height: 1.5;
    margin-left: 0;
  }
  .top-reason__subttl::before, .top-reason__subttl::after {
    height: 18px;
    top: 10px;
  }
  .top-reason .c-top-ttl::before {
    width: 53px;
    height: 43px;
    top: -50px;
    left: -25px;
  }
  .top-reason .c-top-ttl::after {
    width: 47px;
    height: 40px;
    top: 80px;
    right: 0;
  }
  .top-reason__main {
    margin-top: 60px;
    padding: 120px 10px 40px;
  }
  .top-reason__main::before {
    width: 182px;
    height: 182px;
    top: -16px;
  }
  .top-reason__main::after {
    width: 99px;
    height: 99px;
    top: 80px;
    right: -14px;
  }
  .top-reason__en {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 75px;
    letter-spacing: 0.1em;
    -webkit-text-stroke-width: 2px;
    writing-mode: initial;
  }
  .top-reason__ttl {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 0px;
	letter-spacing: 0.01em;  
  }
  .top-reason__desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;
  }
  .top-reason01 {
    flex-flow: column-reverse;
    margin-left: 0;
  }
  .top-reason01__num {
    top: -40px;
    left: 0;
  }
  .top-reason01__num img {
    width: 34px;
    height: 80px;
  }
  .top-reason01__txt {
    width: 100%;
    border-radius: 10px;
    margin-top: -20px;
    padding: 20px;
    z-index: 2;
  }
  .top-reason01 .top-reason__ttl {
    padding-left: 0;
  }
  .top-reason01 .top-reason__desc {
    padding: 10px 0 0 0;
  }
  .top-reason01__img {
    width: calc(100% - 21px);
    margin: auto;
  }
  .top-reason01__img-wrap {
    position: relative;
  }
  .top-reason01__img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(100% * 0.6);
  }
  .top-reason01__img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-reason02 {
    flex-flow: column;
    margin: 60px 0 0 0;
  }
  .top-reason02::before {
    width: 721px;
    height: 44px;
    top: -90px;
    background: url(../img/top/reason-line.png) center/cover no-repeat;
  }
  .top-reason02__num {
    top: -40px;
    left: 0;
  }
  .top-reason02__num img {
    width: 55px;
    height: 82px;
  }
  .top-reason02__img {
    width: calc(100% - 21px);
    margin: auto;
  }
  .top-reason02__img-wrap {
    position: relative;
  }
  .top-reason02__img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(100% * 0.6);
  }
  .top-reason02__img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-reason02__img::before {
    position: absolute;
    content: "";
    width: 190px;
    height: 210px;
    top: 160px;
    right: -80px;
  }
  .top-reason02__txt {
    width: 100%;
    border-radius: 10px;
    margin: -20px 0 0 0;
    padding: 20px;
  }
  .top-reason02 .top-reason__desc {
    padding: 10px 0 0 0;
  }
  .top-reason03 {
    flex-flow: column-reverse;
    margin-left: 0;
  }
  .top-reason03::before {
    width: 771px;
    height: 44px;
    top: -94px;
  }
  .top-reason03::after {
    width: 160px;
    height: 160px;
    top: -132px;
    left: -66px;
  }
  .top-reason03__num {
    top: -40px;
    left: 0;
  }
  .top-reason03__num img {
    width: 56px;
    height: 82px;
  }
  .top-reason03__txt {
    width: 100%;
    border-radius: 10px;
    margin: -20px 0 0 0;
    padding: 20px;
  }
  .top-reason03 .top-reason__desc {
    padding: 10px 0 0 0;
  }
  .top-reason03__img {
    width: calc(100% - 21px);
    margin: auto;
  }
  .top-reason03__img::before {
    width: 102px;
    height: 102px;
    bottom: -66px;
    left: -40px;
  }
  .top-reason03__img-wrap {
    position: relative;
  }
  .top-reason03__img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(100% * 0.6);
  }
  .top-reason03__img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-reason-list {
    flex-flow: column;
    gap: 60px;
    margin: 50px 0 0;
  }
  .top-reason-item {
    width: 100%;
  }
  .top-reason-item__img {
    width: calc(100% - 20px);
    margin: auto;
  }
  .top-reason-item__img-wrap {
    position: relative;
  }
  .top-reason-item__img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(100% * 0.6);
  }
  .top-reason-item__img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-reason-item__txt {
    border-radius: 10px;
    margin-top: -20px;
    padding: 20px;
  }
  .top-reason04__num {
    top: -40px;
    left: 0;
  }
  .top-reason04__num img {
    width: 68px;
    height: 88px;
  }
  .top-reason05::before {
    width: 150px;
    height: 150px;
    top: -50px;
    left: -50px;
    right: auto;
  }
  .top-reason05__num {
    top: -40px;
    left: 0;
  }
  .top-reason05__num img {
    width: 52px;
    height: 87px;
  }
  .top-contact {
    padding: 50px 0;
  }
  .top-contact__main::before {
    width: 85px;
    height: 85px;
    top: -22px;
    left: -26px;
  }
  .top-contact__main::after {
    width: 119px;
    height: 108px;
    top: -17px;
    right: -46px;
  }
  .top-contact__wrap {
    border-width: 8px;
    border-radius: 20px;
    padding: 25px;
  }
  .top-contact__wrap::before {
    width: 130px;
    height: 139px;
    bottom: -18px;
    left: -99px;
  }
  .top-contact__wrap::after {
    width: 85px;
    height: 85px;
    bottom: -29px;
    right: -32px;
  }
  .top-contact__ttl {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 0;
    text-align: center;
  }
  .top-contact__contact {
    position: relative;
    justify-content: center;
    margin: 120px 0 0;
  }
  .top-contact__contact::before {
    width: 132px;
    height: 108px;
    top: -114px;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-contact__contact.c-contact {
    gap: 13px;
  }
  .top-case {
    padding-bottom: 100px;
  }
  .top-case::before {
    width: 127px;
    height: 52px;
    bottom: 35px;
    left: 10px;
  }
  .top-case::after {
    width: 86px;
    height: 86px;
    bottom: 10px;
  }
  .top-case__bg {
    padding-top: 80px;
  }
  .top-case .c-top-ttl::before {
    width: 64px;
    height: 69px;
    top: -70px;
    left: 0;
  }
  .top-case .c-top-ttl::after {
    width: 57px;
    height: 49px;
    top: 75px;
    right: 0;
  }
  .top-case__subttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.18em;
    margin: 40px 0 0 0;
  }
  .top-case__subttl::before, .top-case__subttl::after {
    height: 26px;
    top: 10px;
  }
  .top-case__subttl::before {
    left: 0;
  }
  .top-case__subttl::after {
    right: 0;
  }
  .top-case__slider {
    margin: 20px 0 0;
  }
	
.top-case__slider .swiper-button-prev::before {
    left: 20px;
    width: 40px;
    height: 40px;
}	

.top-case__slider .swiper-button-next::before {
    right: 20px;
    width: 40px;
    height: 40px;
}	
	
  .top-case__slider .swiper-button-prev,
  .top-case__slider .swiper-button-next {
    width: 24px;
    height: 24px;
    border-width: 5px;
  }
  .top-case__slider .swiper-button-prev {
    left: 0;
	top: 60px;	  
  }
  .top-case__slider .swiper-button-next {
    right: 0;
	top: 60px; 
  }
  .top-case__more {
    width: 100%;
  }
  .top-case__more a {
    font-size: 18px;
    padding: 10px;
  }
  .top-case-item {
    border-radius: 30px 30px 0 0;
    padding: 20px;
  }
  .top-case-item__ttl::before {
    width: 56px;
    height: 9px;
  }
  .top-case-item__ttl--en {
    font-size: 22px;
    padding: 15px 0 0 0;
  }
  .top-case-item__ttl--ja {
    font-size: 12px;
  }
  .top-case-item__imgs {
    margin-top: 20px;
  }
  .top-case-item__before, .top-case-item__after {
    position: relative;
     width: 100%; 
  }
  .top-case-item__before {
	margin-bottom:20px;
  }	
  .top-case-item__img-ttl {
    font-size: 18px;
    padding: 2px;
  }
  .top-case-item__img {
    margin-top: 10px;
    position: relative;
  }
  .top-case-item__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(100% * 0.6666666667);
  }
  .top-case-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-case-item__txt {
    gap: 10px;
    margin: 15px 10px 0;
  }
  .top-case-item__txt-flex {
    flex-flow: column;
    gap: 0;
  }
  .top-case-item__txt-ttl {
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
	margin-top: 10px;  
  }
  .top-case-item__txt-desc {
    width: 100%;
    font-size: 13px;
    line-height: 1.4285714286;
    margin-top: 5px;
  }
.top-case-item__txt-desc span {
  font-size: 12px;
  color: red; /* 確認用 */
}
  .top-about__ttl {
    max-width: 80%;
  }
  .top-about__content {
    margin-top: 30px;
  }
  .top-about__txt {
    padding: 0 20px;
  }
  .top-about__info {
    grid-template-columns: 4.5em 1fr;
    align-items: baseline;
    gap: 9px 0.5em;
  }
  .top-about__info dt span {
    min-height: 30px;
    font-size: 13px;
	font-weight:500;  
    border-radius: 5px;
    border: 2px solid #fcc800;
  }
  .top-about__info dd {
    font-size: 16px;
  }
  .top-about__info a[href*="tel:"] {
    font-size: 18px;
  }
  .top-about__content {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 23px;
  }
  .top-about__time {
    margin-top: 30px;
  }
  .top-about__picture::before {
    max-width: 94px;
    top: -25px;
  }
  .top-about__picture::after {
    max-width: 101px;
    bottom: 10px;
    left: 0;
  }
  .top-about__picture-inner {
    max-width: calc(100% - 20px);
    margin-inline-start: auto;
  }
  .top-about__picture-inner::before {
    max-width: 80%;
    bottom: -50px;
    left: -20px;
  }
  .top-about__picture-inner img {
    border-radius: 50px 0 0 50px;
  }
  .about-carpark {
    padding-top: 40px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .about-carpark__picture {
    max-width: 70%;
  }
  .about-carpark__picture img {
    border-top-right-radius: 50px;
  }
  .about-carpark__logo {
    max-width: 70px;
    margin-inline: auto;
  }
  .about-carpark__txt {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .top-message {
    background-size: 150%;
  }
  .top-message__ttl {
    max-width: 80%;
  }
  .top-message__content {
    margin-top: 60px;
  }
  .top-message__detail {
    font-size: 14px;
  }
  .top-message__detail p + p {
    margin-top: 1em;
  }
  .top-message__slide {
    grid-template-columns: 100%;
  }
  .top-message__slide::before {
    content: none;
  }
  .top-message__slide-wrap {
    max-width: 335px;
    height: 446px;
    margin: 80px auto 0;
  }
  .top-message__slide-wrap .swiper-slide {
    margin-right: 30px;
  }
  .top-message__slide-control {
    max-width: 114px;
    margin: 80px 20px 0 auto;
  }
  .top-message__slide-control .swiper-button-next {
    right: 0;
  }
  .top-message__slide-control .swiper-button-prev {
    left: 0;
  }
  .top-message__slide-control .swiper-pagination-progressbar {
    margin-top: 10px;
    height: 7px;
  }
  .top-message__slide-btn {
    max-width: 50px;
  }
  .top-message__slide-btn::after {
    width: 30px;
    height: 6px;
  }
  .top-message-txt__position {
    font-size: 10px;
  }
  .top-message-txt__name {
    margin-top: 0;
    font-size: 18px;
  }
  .top-message-txt__name-en {
    font-size: 10px;
  }
  .top-message-post__box {
    width: 70%;
    height: auto;
    top: -50px;
    right: 50%;
    padding: 13px 10px 13px 28px;
  }
  .top-message-post__img {
    border-radius: 15px;
  }
  .top-message-profile__txt {
    -moz-column-gap: 15px;
         column-gap: 15px;
    font-size: 14px;
  }
  .top-message-profile__txt::after {
    margin-right: -10px;
  }
  .top-message-profile__name:not(:first-child) {
    margin-top: 10px;
  }
  .top-message-profile__name-ja {
    font-size: 24px;
  }
  .top-message-profile__name-en {
    font-size: 14px;
  }
  .top-message-profile__name-en:not(:first-child) {
    margin-top: 5px;
  }
  .top-message-profile__readmore:not(:first-child) {
    margin-top: 10px;
	font-size: 10px;  
	height: 20px;  
  }
  .top-faq__ttl {
    max-width: 80%;
    margin-inline: auto;
  }
  .top-faq__content {
    margin-top: 60px;
  }
  .top-faq-item__question {
    border-radius: 10px;
  }
  .top-faq-item__q {
    font-size: 24px;
    border-radius: 10px 0 0 10px;
  }
  .top-faq-item__txt {
    font-size: 16px;
  }
  .top-faq-item__btn {
    max-width: 20px;
  }
  .top-faq-item__answer {
    font-size: 16px;
  }
  .top-cost {
    padding: 80px 0;
  }
  .top-cost__ttl {
    max-width: 80%;
  }
  .top-cost__subttl {
    -moz-column-gap: 14px;
         column-gap: 14px;
    font-size: 16px;
  }
  .top-cost__subttl::before, .top-cost__subttl::after {
    max-width: 1.6px;
  }
  .top-cost__intro {
    margin-top: 20px;
    font-size: 16px;
  }
  .top-cost__bnr {
    max-width: 100%;
    margin-top: 30px;
  }
  .top-cost-price {
    padding: 13px 1em;
    font-size: 24px;
  }
  .top-cost-box--03 {
    padding: 0 10px 40px;
  }
  .top-cost-box--03::before {
    content: "";
    width: 100%;
    height: calc(100% - 103px);
    display: block;
    background: #cdf0fe url(../img/top/cost/cost-box-slash.png) top/contain repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .top-cost-box__plus {
    font-size: 26px;
  }
  .top-cost-box__plus--01 {
    transform: translateY(-25px);
  }
  .top-cost-box__plus--02 {
    margin: 15px 0 -5px;
  }
  .top-cost-box__head {
    padding-top: 53px;
  }
  .top-cost-box__cost-number {
    max-width: 70px;
    font-size: 12px;
    left: 8px;
  }
  .top-cost-box__cost-number::after {
    margin-top: -5px;
    padding-bottom: 2px;
    font-size: 30px;
  }
  .top-cost-box__ttl {
    padding: 15px 1em;
    border-width: 3px;
    font-size: 24px;
  }
  .top-cost-box__detail {
    margin-top: 16px;
    font-size: 14px;
  }
  .top-cost-box__detail--center {
    font-size: 16px;
  }
  .top-cost-box__compare {
    margin-top: 11px;
    grid-template-columns: 1fr 7.2059823249% 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-cost-box__compare-or {
    font-size: 20px;
  }
  .top-cost-plan::before {
    padding: 6px 10px;
    font-size: 18px;
    border-width: 1px;
    left: 10px;
  }
  .top-cost-plan__detail {
    gap: 6px;
    padding: 30px 10px 23px;
    background: #ffe890;
    border-radius: 10px;
  }
  .top-cost-plan__detail-plus {
    max-width: 1em;
    font-size: 26px;
  }
  .top-cost-treatment {
    row-gap: 4px;
    font-size: 18px;
  }
  .top-cost-treatment__name {
    min-height: 70px;
    padding: 10px;
  }
  .top-cost-bnr a {
    min-height: auto;
    padding: 30px 0;
    border-radius: 10px;
  }
  .top-cost-bnr__content {
    padding: 20px 10px 30px;
  }
  .top-cost-bnr__content::before {
    padding: 6px 4px;
    border-width: 2px;
    top: -8px;
    left: -7px;
  }
  .top-cost-bnr__ttl {
    font-size: 16px;
  }
  .top-cost-bnr__txt {
    margin-top: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 959px) and (min-width: 751px){
  .tb-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px){
  .sp-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .c-slidein {
    transition-duration: 0.4s;
  }
  .c-reveal {
    transition-duration: 0.4s;
  }
  .c-fadein.pc-only,
  .c-slidein.pc-only,
  .c-reveal.pc-only {
    opacity: 1;
    transform: none;
  }
  body {
    font-size: 15px;
  }

/*.top-mv {
    height: 180vw;
    background-image: url(../img/top/mv-sp.png);
  }
  .top-mv__ttl {
    padding: 80vw 0 0 6.1333333333vw;
  }*/
  .top-mv__ttl img {
    width: 90vw;
    height: 22.577177349vw;
  }
  .top-mv__txt {
	flex-direction: column;  
    margin: 1.0666666667vw 2vw 0 2vw;
  }
  .top-mv__catch img {
    width: 150vw;
    height: 100%;
	margin-bottom: 10px;  
  }
  .top-mv__invisalign {
    width: 100%;
    height: 100%;
    border-radius: 2.6666666667vw;
    background: rgba(0, 107, 106, 0.8);
    padding: 1.8vw;
    margin-top: 4.5333333333vw;
  }
  .top-mv__invisalign-wrap {
    border-width: 1px;
    border-radius: 2.1333333333vw;
    padding: 2.6vw 0 2.6vw 2vw;
    display: flex;
    flex-flow: column;
  }
  .top-mv__invisalign-ttl {
    font-size: 20px;
    background: radial-gradient(circle closest-side, #fcc800 70%, transparent 70%) left bottom/0.8vw 0.5333333333vw repeat-x;
    padding: 0px 25px 0px 25px;
    align-self: baseline;
  }
  .top-mv__invisalign-ttl strong {
    font-size: 30px;
  }
  .top-mv__invisalign-ttl .num {
    font-size: 40px;
    padding:0px 2vw;
  }
  .top-mv__invisalign-ttl .num::before {
    width: 2.6vw;
    height: 1.8vw;
    top: 1.3vw;
    right: -1.0666666667vw;
  }
  .top-mv__invisalign-txt {
    font-size: 21px;
    filter: drop-shadow(0 0 4.5px rgba(17, 16, 16, 0.77));
    padding: 0.5333333333vw 0 0 0vw;
    align-self: baseline;
  }
    .top-mv__invisalign img {
        width: 16vw;
        height: AUTO;
        top: -5vw;
        right: 1vw;
        box-shadow: 0px 4px 4.5px 0px rgba(65, 65, 65, 0.43);
    }
  .top-worry {
   /*adding: 200px 0px 60px;*/
	padding: 320px 0px 60px;	  
    margin-top: 0;
  }
	
	
.top-case__slider .swiper-button-prev::before {
    top: 40%;	
    left: 5px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fcc800;
    border-left: 5px solid #fcc800;	
}	

.top-case__slider .swiper-button-next::before {
    top: 40%;	
    right: 5px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fcc800;
    border-left: 5px solid #fcc800;	
}			
	
  .top-consult-list {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-column-item__ttl {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.04em;
    margin: 0 0 10px 0;
    padding-left: 8px;
    border-width: 2px;
  }
  .top-about {
    padding-top: 85px;
  }
  .top-about::before {
    height: 90px;
  }
  .top-about__ttl {
    max-width: 100%;
  }
  .top-about__ttl::before {
    max-width: 65px;
    top: 45%;
    left: 0;
  }
  .top-about__ttl::after {
    max-width: 65px;
    top: -45%;
    right: 0;
  }
  .top-about__content {
    grid-template-columns: 100%;
    row-gap: 20px;
    padding-bottom: 23px;
  }
  .top-about__txt {
    max-width: 375px;
    margin-inline: auto;
  }
  .top-about__picture {
    width: 100%;
    max-width: 355px;
    margin: auto 0 0 auto;
  }
  .top-about__picture::before, .top-about__picture::after {
    max-width: 80px;
  }
  .about-carpark {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .about-carpark__picture {
    max-width: 60%;
  }
  .about-carpark__picture img {
    aspect-ratio: 1/1;
  }
  .about-carpark__box {
    padding: 0 10px;
  }
  .about-carpark__logo {
    max-width: 65px;
  }
  .about-carpark__txt {
    margin-top: 3px;
  }
  .top-message {
    background-size: 200%;
	margin-bottom: 40px;   
  }
  .top-message__ttl {
    max-width: 100%;
  }
  .top-message__ttl::before {
    max-width: 80px;
    top: -45%;
    left: 0;
  }
  .top-message__ttl::after {
    max-width: 80px;
    top: 45%;
    right: 0;
  }
  .top-message__content {
    grid-template-columns: 100%;
    margin-top: 30px;
  }
  .top-message__detail {
    max-width: 100%;
    margin-top: 60px;
  }
  .top-message__box {
    grid-row: 1;
    width: 80%;
    max-width: 310px;
  }
  .top-message__slide-wrap {
    max-width: 100%;
    height: 340px;
  }
  .top-message__slide-wrap::before {
    max-width: 65px;
    bottom: 10%;
    left: -20px;
    transform: unset;
  }
  .top-message__slide-wrap::after {
    max-width: 65px;
    top: 0.5%;
    right: -20px;
    transform: unset;
  }
  .top-message__slide-wrap .swiper-slide {
    margin: 0 7.5px;
  }
  .top-message__slide-wrap .swiper-slide.swiper-slide-active {
    max-width: 70%;
  }
  .top-message-post__box {
    right: 80%;
  }
  .top-faq {
    padding-bottom: 50px;
  }
  .top-faq__content {
    margin-top: 30px;
  }
  .top-faq__ttl {
    max-width: 100%;
  }
  .top-faq__ttl::before {
    content: "";
    max-width: 65px;
    top: 45%;
    left: 0.4%;
  }
  .top-faq__ttl::after {
    content: "";
    max-width: 65px;
    top: -45%;
    right: 2.7%;
  }
  .top-faq__list {
    margin-top: 30px;
  }
  .top-faq-item:not(:first-child) {
    margin-top: 20px;
  }
  .top-faq-item__question {
    grid-template-columns: 40px 1fr 30px;
  }
  .top-faq-item__q {
    font-size: 22px;
  }
  .top-faq-item__txt {
    padding: 1em;
    font-size: 14px;
  }
  .top-faq-item__btn {
    max-width: 18px;
  }
  .top-faq-item__answer {
    width: 100%;
    max-width: calc(100% - 40px);
    font-size: 14px;
  }
  .top-faq-item__answer p {
    padding: 1em;
  }
  .top-cost {
    padding: 30px 0 80px;
  }
  .top-cost__inner-2 {
    padding: 0px 10px;
  }
  .top-cost__ttl {
    max-width: 100%;
  }
  .top-cost__ttl::before {
    content: "";
    max-width: 65px;
    top: -10%;
    left: 0;
  }
  .top-cost__ttl::after {
    max-width: 65px;
    top: 80%;
    right: 0;
  }
  .top-cost__intro {
    font-size: 14px;
    text-align: left;
    position: relative;
  }
  .top-cost__content {
    display: block;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .top-cost-price {
    padding: 10px 3px;
    font-size: 18px;
    border-radius: 5px;
  }
  .top-cost-price span {
    font-size: 12px;
  }
  .top-cost-box:not(.top-cost-box.top-cost-box--03) {
    padding: 0 10px;
  }
  .top-cost-box--03::before {
    height: calc(100% - 50px);
  }
  .top-cost-box__head {
    padding-top: 45px;
  }
  .top-cost-box__cost-number {
    max-width: 55px;
    font-size: 10px;
    left: 10px;
  }
  .top-cost-box__cost-number::after {
    font-size: 18px;
  }
  .top-cost-box__ttl {
    padding: 10px 3px;
    font-size: 18px;
    border-width: 2px;
    border-radius: 5px;
  }
  .top-cost-box__plus {
    width: 40px;
    font-size: 20px;
    margin: 20px auto -20px;
  }
  .top-cost-box__plus--01 {
    transform: unset;
  }
  .top-cost-box__detail--center {
    font-size: 14px;
  }
  .top-cost-box__compare {
    grid-template-columns: 1fr 30px 1fr;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .top-cost-box__compare-or {
    font-size: 14px;
  }
  .top-cost-plan::before {
    font-size: 16px;
    border-radius: 5px;
    left: calc(50% - 10px);
    transform: translateX(calc(-50% + 10px));
  }
  .top-cost-plan__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-cost-plan__price.top-cost-price {
    font-size: 14px;
  }
  .top-cost-plan__price.top-cost-price span {
    font-size: 10px;
  }
  .top-cost-treatment {
    font-size: 14px;
  }
  .top-cost-bnr a {
    padding: 20px 0;
  }
  .top-cost-bnr a::before, .top-cost-bnr a::after {
    max-width: 24px;
    left: 10px;
  }
  .top-cost-bnr a::after {
    left: auto;
    right: 10px;
  }
  .top-cost-bnr__content {
    max-width: 85%;
    padding: 20px 10px;
  }
  .top-cost-bnr__content::before {
    padding: 4px;
    border-width: 2px;
    top: -6px;
    left: -6px;
  }
  .top-cost-bnr__ttl {
    font-size: 10px;
  }
  .top-cost-bnr__txt {
    margin-top: 5px;
    font-size: 14px;
  }
  .top-cost-bnr__txt {
    margin-top: 10px;
    font-size: 18px;
  }	
}


.list02 {
    background: #fff;
    padding: 20px 0px 0px;
}
.list02 li {
	position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #006b6a;	
    line-height: 2;
    letter-spacing: 0.05em;	
	margin-bottom: 10px;
	padding: 0px 0px 0px 35px;
}
.list02 li::before {
    content: "";
    position: absolute;
    background: url(../img/top/check_mark2.png) center/cover no-repeat;	
    background-size: 100%;
    left: 0;
    top: 20%;
    width: 20px;
    height: 20px;
}


.list03 {
    background: #fff;
    padding: 20px 0px 0px;
}
.list03 li {
	position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #333333;	
    line-height: 2;
	margin-bottom: 10px;
	padding: 0px 0px 0px 35px;
}
.list03 li::before {
    content: "";
    position: absolute;
    background: url(../img/top/teeth.svg) center/cover no-repeat;	
    background-size: 100%;
    left: 0;
    top: 10%;
    width: 20px;
    height: 20px;
}
.list03 span {
    color: #0182ab;
}



@media screen and (max-width: 959px) {
.list02 li {
   font-size: 14px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}
.list03 li {
   font-size: 14px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}	
}



p.top-reason__desc.world {
    font-weight: 600;
    color: #ca2121;
    border-bottom: solid 1px;
    display: inline;	
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 35px 1em 0;
  padding: 7px 20px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;	
  background: #fed60c;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fed60c;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}
h3.top-cost_ttl {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}
table.tbl-r02 {
    width: 100%;
	font-size: 24px;
	letter-spacing: 1px;
}
.tbl-r02 th {
  background: #42b1de;
  border: solid 1px #ccc;
  color: #fff;
  padding: 20px 30px;
  width: 50%;
  font-weight: 600;	
  text-align: center;
  letter-spacing: 2px;	
}
.tbl-r02 td {
  border: solid 1px #fff;
  padding: 20px 30px;
  font-weight: 600;	
  background: #f4f4f4;
  text-align: right;
  font-size: 28px;
  letter-spacing: 3px;
  color: #0b5ca7;	
}
.table-flex {
    display: flex;
    justify-content: space-evenly;
	line-height: 1.5;
} 
p.souki span {
    display: block;
    font-size: 16px;
}
p.honkaku span {
    display: block;
    font-size: 16px;
}
table.tbl-r02 td span {
    font-size: 18px;
	color: #333;
}
.top-cost__inner-2 p {
     text-align: right;
}

@media screen and (max-width: 959px) {
table.tbl-r02 {
	font-size: 16px;
}
.tbl-r02 th {
  padding: 10px 20px;
}
.tbl-r02 td {
  padding: 10px 20px;	
}
p.souki span {
    display: block;
    font-size: 13px;
}
.balloon1-right {
  margin: 1.5em 25px 1em 0;
  font-size: 16px;
}
h3.top-cost_ttl {
    font-size: 18px;
}	
}


@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th {
　　border-bottom: none;
    display: block;
    width: 100%;
	font-size: 18px; 
  }
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	font-size: 22px; 
  }	
table.tbl-r02 td span {
    font-size: 15px;
}
	.small{
        font-size: 13px;
	    font-weight: 500;	
	}	
h3.top-cost_ttl {
    font-size: 18px;
}
.balloon1-right {
  font-size: 14px;
}	
}


.attention-box .colum30 img {
    width: 60px;
}
.attention-box .colum30 {
    text-align: center;
}
.attention-box.two-colum {
    display: flex;
    align-content: center;
}
.attention-box {
    border: solid 2px #fed60c;
	background: #fff;
	padding: 3.5rem 5rem;
    border-radius: 10px;
    font-weight: 500;
	width: 90%;
}
.attention-box .colum80 {
    padding: 0px 20px 0px;
    line-height: 1.7;
}
.attention-box .two-colum {
    display: flex;
    align-items: center;
}



@media screen and (max-width: 767px) {
.attention-box {
	padding: 3rem 1rem;
}	
.attention-box .two-colum {
    display: flex;
    align-items: center;
    flex-direction: column;
}	
.attention-box .colum30 {
    border-right: none;
    border-bottom: solid 2px #fffc05;
}
.attention-box .colum30 img {
	width: 50px;
    padding-bottom: 15px;
}	
.attention-box .colum80 {
    padding: 20px 20px 0px;
    font-size: 14px;
    line-height: 1.7;
}	
}


/*下層*/
.mv-sub {
	position: relative;
    height: 350px;
    background: #c4e8de;
	margin-bottom: 100px;
	color: #445958;
	--bg-color:#ffe890;
	--white: #fff;
	background-image: linear-gradient(-45deg, var(--bg-color) 0%, var(--bg-color) 60%, var(--white) 50%, var(--white) 100%);
}
h2.mv-sub-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding-top: 150px;
	font-size: 40px;
	color: #006b6a;
    letter-spacing: 2px;
    font-weight: 500;
}
h2.ttl {
    text-align: center;
    font-weight: 600;
    font-size: 333.33%;
    color: #55424c;
    letter-spacing: .1em;
    background: url(../img/top/h2-ttl-icon.png) no-repeat center bottom / auto;
    padding: 0px 0 10px;
    position: relative;
    z-index: 1;
    margin: 80px 0px;
	font-family: 'Shippori Mincho', serif;
}
h3.ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}


@media screen and (max-width: 959px) {
.mv-sub {
    position: relative;
    height: 30vw;
    margin-bottom: 40px;
}	
h2.mv-sub-ttl {
	padding-top: 60px;
	font-size: 24px;
}
}

@media screen and (max-width: 750px) {
.mv-sub {
	height: 150px;
}
h2.mv-sub-ttl {
	font-size: 20px;	
	padding-top: 40px;
	text-align: right;
	width:80%;
}
h2.ttl {
   font-size: 24px;
   padding: 0px 0 20px;
   margin: 40px 0px 20px 0px;
}
h3.ttl {
    font-size: 20px;
    margin-bottom: 20px;
}	
}

/*ブログ*/
section.contents {
    padding: 0px 10px 40px 10px;
	font-weight: 500;
    letter-spacing: 1px;	
}
.date {
    font-size: 14px;
    background: #c7c7c7;
    display: inline-block;
    padding: 2px 20px;
    letter-spacing: 1px;
    color: #fff;
}
.blog-ttl {
	position: relative;
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0px;
	line-height
}

.blog-ttl:before {
	position: absolute;
    content: "";
    background: url(../img/common/blog-h2-icon01.png) no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    left: -70px;
    bottom: -30px;
}
.blog-ttl:after {
	position: absolute;
    content: "";
    background: url(../img/common/blog-h2-icon02.png) no-repeat;
    background-size: 100%;
    width: 80px;
    height: 70px;
    left: 400px;
    top: -30px;	
}
.blog-ttl-ac {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px 40px 0px;
	border-bottom: solid 1px #42b1de;
    transition: transform 0.5s ease, color 0.5s ease; /* ← 色も追加！ */
}
.blog-ttl-ac:hover {
	transform: translateY(-5px); /* 5pxだけ右に移動 */
	color:#42b1de;
}

section.contents p {
    line-height: 2;
}
.first-box {
    background: #efede6;
    padding: 45px 30px;
    border-left: solid 5px #fffc05;
}
span.bk-white {
    background: #fff;
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 5px;
    font-weight: 500;
}
h3.sub-ttl {
	position: relative;
    font-size: 24px;
	font-weight: 600;
    border-bottom: solid 2px #757471;
    margin: 50px 0px 30px 0px;
    padding-left: 3.5rem;
	padding-bottom: 5px;
}
h3.sub-ttl:before {
    position: absolute;
    content: "";
	background: url(../img/common/blog-h3-icon.png) left center / contain no-repeat;
    width: 40px;
    height:40px;
    left: 0;
     top: 50%;
    transform: translateY(-50%);
}
h4.sub-ttl {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #42b1de;
    padding: 0px 0px 5px 20px;
	line-height: 1.5;
}
h4.sub-ttl:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 2px;
    margin: auto;
    background: #75BBD2;
}

span.blue {
    color: #1394c8;
    background: #dedede;
    padding: 2px 10px;
}
span.pink {
    color: #e27373;
}
span.red-bk {
    color: #da5c5c;
    background: #ffe2e4;
    padding: 2px 10px;
}

@media screen and (max-width: 750px) {
section.contents p {
    line-height: 1.8;
}	
.blog-ttl {
    font-size: 22px;
    line-height: 1.6;	
}	
h3.sub-ttl {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    padding-left: 3rem;
	line-height: 1.6;
}
h4.sub-ttl {
    font-size: 17px;
}	
.blog-ttl:before {
	width: 40px;
    height: 40px;
    left: -20px;
	bottom:-20px;
}
.blog-ttl:after {
	width: 50px;
    height: 25px;
    left: 250px;
    top: -20px;	
}
.blog-ttl-ac {
	font-size: 16px;
	line-height: 1.6;
}
.date {
    font-size: 12px;
    padding: 1px 10px;
}
.first-box {
    padding: 30px 20px;
	letter-spacing: 0px;
}
span.bk-white {
    padding: 3px 5px;
    margin: 0 5px;
}	
}

.pagination {
    margin: 0px 0px 100px;
    text-align: center;
}

.page-archive a {
    font-weight: 500;
    letter-spacing: 2px;
    background: #fed60c;
    padding: 15px 30px;
}
.nav-posts {
    display: flex;
    justify-content: center;
}

.page-next a {
    font-weight: 500;
    letter-spacing: 2px;
    background: #f7a05f;
    padding: 15px 30px;
    margin: 0px 20px;
}

.page-prev a {
    font-weight: 500;
    letter-spacing: 2px;
    background: #eeab25;
    padding: 15px 30px;
    margin: 0px 20px;
}

@media screen and (max-width: 750px) {
.nav-posts {
    font-size:12px;
}	
.page-archive a {
	padding:13px 15px;
}	
.page-next a {
    padding: 13px 15px;
    margin: 0px 10px;
}
.page-prev a {
	padding: 13px 15px;
    margin: 0px 10px;
}
}

/* 追加クラス */
.top-case-item__img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top:10px;
}

.top-case-item__img-grid img:nth-child(1) {
  grid-column: 1 / -1;
}

.top-case-item__img-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

.top-case-item__txt .small-txt{
	font-size:12px;
}

@media screen and (max-width: 768px) {
  .top-case-item__img-grid {
    grid-template-columns: 1fr;
  }

  .top-case-item__img-grid img:nth-child(1) {
    grid-column: auto;
  }
}


/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlLmNzcyIsIi4uLy4uL3NyYy9zYXNzL2Jhc2UvX3Jlc2V0LnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy91dGlsaXRpZXMvX2FuaW1hdGlvbi5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvbGF5b3V0L19ib2R5LnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9hYnN0cmFjdHMvdmFyaWFibGVzL19mb250LnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9sYXlvdXQvX2lubmVyLnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9wYWdlcy9fdG9wLnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9hYnN0cmFjdHMvbWl4aW4vX2hvdmVyLW9wYWNpdHkuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2Fic3RyYWN0cy9taXhpbi9fZml4LWltZy1hc3BlY3QtcmF0aW8uc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3BhZ2VzL19hYm91dC5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvcGFnZXMvX21lc3NhZ2Uuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3BhZ2VzL19mYXEuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3BhZ2VzL19jb3N0LnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy91dGlsaXRpZXMvX2Rpc3BsYXkuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2Fic3RyYWN0cy9taXhpbi9fbWVkaWFxdWVyeS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGdCQUFnQjtBQ0FoQjs7a0VBQUE7QUFJQTtrRUFBQTtBQUdBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQWdGSSxPQUFBO0VBQ0Esb0JBQUE7RUFDQSxTQUFBO0VBQ0EsVUFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsYUFBQTtFQUNBLHdCQUFBO0VBQ0EsdUJBQUE7RUFDQSw4QkFBQTtBREFKOztBQ0dBO2tFQUFBO0FBR0E7RUFDSSxzQkFBQTtFQUNBLHVCQUFB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 */