@charset "UTF-8";
/*---------------------------------------------
  Browser Default Initialization
---------------------------------------------*/
body {
  word-break: break-all;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 2;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

a,
button,
input,
textarea {
  outline: none;
  text-decoration: none;
}

button,
input[type="button"] {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

a {
  color: #333;
}

@media all and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .swiper-horizontal {
    -ms-touch-action: auto !important;
        touch-action: auto !important;
  }
}

/*---------------------------------------------
  FontSize Initialization
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

@media all and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .u-sp-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

a[href^="tel:"] {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }
}

.u-set.tit {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.u-set.tit.act {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: scaleBounce 0.5s ease forwards;
          animation: scaleBounce 0.5s ease forwards;
}

@-webkit-keyframes scaleBounce {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleBounce {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scaleBounceFade {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  95% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleBounceFade {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  95% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scaleBounceFade2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleBounceFade2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.u-card01-item {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.u-card01-item__photo {
  background: #000;
}

.u-card01-item__photo img {
  opacity: 0.8;
}

.u-card01-item__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

.u-card01-item__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .u-card01 {
    /*
    &-items{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      @include ma_vw(20,0,50,0);
      @include gap_vw(30);
      .u-card01-item{
        margin : 0;
      }
    }
    */
  }
  .u-card01-item {
    margin: 5.12821vw 0vw 0vw 0vw;
    border-radius: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
  }
  .u-card01-item-txtbox {
    padding: 4.87179vw 5.12821vw 6.41026vw 5.12821vw;
    min-height: 41.02564vw;
  }
  .u-card01-item__tit {
    font-size: 28px;
    font-size: 7.17949vw;
  }
  .u-card01-item__txt {
    margin: 1.28205vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-card01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .u-card01-items {
    margin: 100px auto 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
    /* 縦 横 */
  }
  .u-card01-items .u-card01-item:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    /* 3つ目を次の行の先頭へ */
  }
  .u-card01-item {
    max-width: 380px;
  }
  .u-card01-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-card01-item a:hover {
    opacity: 0.7;
  }
  .u-card01-item-txtbox {
    padding: 27px 24px;
    min-height: 190px;
  }
  .u-card01-item__tit {
    font-size: 28px;
  }
  .u-card01-item__txt {
    margin: 13px 0 0;
    font-size: 16px;
  }
}

.u-card02-item {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  border-radius: 20px;
}

.u-card02-item__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5EB1D1;
  letter-spacing: 0.3em;
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}

.u-card02-item__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  text-align: left;
}

@media all and (max-width: 767px) {
  .u-card02-item {
    border-radius: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
  }
  .u-card02-item__tit {
    font-size: 30px;
    font-size: 7.69231vw;
    min-height: 31.02564vw;
  }
  .u-card02-item__txt {
    padding: 5.64103vw 6.15385vw 5.12821vw 6.15385vw;
    font-size: 16px;
    font-size: 4.10256vw;
    min-height: 41.02564vw;
  }
  .u-card02-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5.12821vw 0vw 12.82051vw 0vw;
    gap: 7.69231vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-card02 {
    margin: 118px auto 0;
  }
  .u-card02-items {
    margin: 100px auto 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .u-card02-item {
    max-width: 280px;
  }
  .u-card02-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-card02-item a:hover {
    opacity: 0.7;
  }
  .u-card02-item__tit {
    font-size: 24px;
    min-height: 121px;
    letter-spacing: 0.05em;
  }
  .u-card02-item__tit.big {
    font-size: 30px;
  }
  .u-card02-item__txt {
    padding: 20px 30px;
    font-size: 16px;
    min-height: 160px;
    line-height: 1.7;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .u-card02-items {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 840px) {
  .u-card02-items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .u-card02-item {
    max-width: none;
  }
}

.u-tit01 {
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
}

.u-tit01.col1 {
  color: #666666;
}

.u-tit01.col3 {
  color: #B5B5B5;
}

.u-tit01.col4 {
  color: #E1E1E1;
}

.u-tit01.col5 {
  color: #CFCFCF;
}

.u-tit01.white {
  color: #fff;
}

.u-tit01 span {
  line-height: 1;
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}

.u-tit01.act span:nth-child(1) {
  -webkit-animation: fadeInText 0.6s ease-out 0.1s forwards;
          animation: fadeInText 0.6s ease-out 0.1s forwards;
}

.u-tit01.act span:nth-child(2) {
  -webkit-animation: fadeInText 0.6s ease-out 0.2s forwards;
          animation: fadeInText 0.6s ease-out 0.2s forwards;
}

.u-tit01.act span:nth-child(3) {
  -webkit-animation: fadeInText 0.6s ease-out 0.3s forwards;
          animation: fadeInText 0.6s ease-out 0.3s forwards;
}

.u-tit01.act span:nth-child(4) {
  -webkit-animation: fadeInText 0.6s ease-out 0.4s forwards;
          animation: fadeInText 0.6s ease-out 0.4s forwards;
}

.u-tit01.act span:nth-child(5) {
  -webkit-animation: fadeInText 0.6s ease-out 0.5s forwards;
          animation: fadeInText 0.6s ease-out 0.5s forwards;
}

.u-tit01.act span:nth-child(6) {
  -webkit-animation: fadeInText 0.6s ease-out 0.6s forwards;
          animation: fadeInText 0.6s ease-out 0.6s forwards;
}

.u-tit01.act span:nth-child(7) {
  -webkit-animation: fadeInText 0.6s ease-out 0.7s forwards;
          animation: fadeInText 0.6s ease-out 0.7s forwards;
}

.u-tit01.act span:nth-child(8) {
  -webkit-animation: fadeInText 0.6s ease-out 0.8s forwards;
          animation: fadeInText 0.6s ease-out 0.8s forwards;
}

.u-tit01.act span:nth-child(9) {
  -webkit-animation: fadeInText 0.6s ease-out 0.9s forwards;
          animation: fadeInText 0.6s ease-out 0.9s forwards;
}

.u-tit01.act span:nth-child(10) {
  -webkit-animation: fadeInText 0.6s ease-out 1s forwards;
          animation: fadeInText 0.6s ease-out 1s forwards;
}

.u-tit01.act span:nth-child(11) {
  -webkit-animation: fadeInText 0.6s ease-out 1.1s forwards;
          animation: fadeInText 0.6s ease-out 1.1s forwards;
}

.u-tit01.act span:nth-child(12) {
  -webkit-animation: fadeInText 0.6s ease-out 1.2s forwards;
          animation: fadeInText 0.6s ease-out 1.2s forwards;
}

.u-tit01.act span:nth-child(13) {
  -webkit-animation: fadeInText 0.6s ease-out 1.3s forwards;
          animation: fadeInText 0.6s ease-out 1.3s forwards;
}

.u-tit01.act span:nth-child(14) {
  -webkit-animation: fadeInText 0.6s ease-out 1.4s forwards;
          animation: fadeInText 0.6s ease-out 1.4s forwards;
}

.u-tit01.act span:nth-child(15) {
  -webkit-animation: fadeInText 0.6s ease-out 1.5s forwards;
          animation: fadeInText 0.6s ease-out 1.5s forwards;
}

.u-tit01.act span:nth-child(16) {
  -webkit-animation: fadeInText 0.6s ease-out 1.6s forwards;
          animation: fadeInText 0.6s ease-out 1.6s forwards;
}

.u-tit01.act span:nth-child(17) {
  -webkit-animation: fadeInText 0.6s ease-out 1.7s forwards;
          animation: fadeInText 0.6s ease-out 1.7s forwards;
}

.u-tit01.act span:nth-child(18) {
  -webkit-animation: fadeInText 0.6s ease-out 1.8s forwards;
          animation: fadeInText 0.6s ease-out 1.8s forwards;
}

.u-tit01.act span:nth-child(19) {
  -webkit-animation: fadeInText 0.6s ease-out 1.9s forwards;
          animation: fadeInText 0.6s ease-out 1.9s forwards;
}

.u-tit01.act span:nth-child(20) {
  -webkit-animation: fadeInText 0.6s ease-out 2s forwards;
          animation: fadeInText 0.6s ease-out 2s forwards;
}

.u-tit01.act span:nth-child(21) {
  -webkit-animation: fadeInText 0.6s ease-out 2.1s forwards;
          animation: fadeInText 0.6s ease-out 2.1s forwards;
}

.u-tit01.act span:nth-child(22) {
  -webkit-animation: fadeInText 0.6s ease-out 2.2s forwards;
          animation: fadeInText 0.6s ease-out 2.2s forwards;
}

.u-tit01.act span:nth-child(23) {
  -webkit-animation: fadeInText 0.6s ease-out 2.3s forwards;
          animation: fadeInText 0.6s ease-out 2.3s forwards;
}

.u-tit01.act span:nth-child(24) {
  -webkit-animation: fadeInText 0.6s ease-out 2.4s forwards;
          animation: fadeInText 0.6s ease-out 2.4s forwards;
}

.u-tit01.act span:nth-child(25) {
  -webkit-animation: fadeInText 0.6s ease-out 2.5s forwards;
          animation: fadeInText 0.6s ease-out 2.5s forwards;
}

.u-tit01.act span:nth-child(26) {
  -webkit-animation: fadeInText 0.6s ease-out 2.6s forwards;
          animation: fadeInText 0.6s ease-out 2.6s forwards;
}

.u-tit01.act span:nth-child(27) {
  -webkit-animation: fadeInText 0.6s ease-out 2.7s forwards;
          animation: fadeInText 0.6s ease-out 2.7s forwards;
}

.u-tit01.act span:nth-child(28) {
  -webkit-animation: fadeInText 0.6s ease-out 2.8s forwards;
          animation: fadeInText 0.6s ease-out 2.8s forwards;
}

.u-tit01.act span:nth-child(29) {
  -webkit-animation: fadeInText 0.6s ease-out 2.9s forwards;
          animation: fadeInText 0.6s ease-out 2.9s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(1), .u-tit01.act.u-moveright span:nth-child(1) {
  -webkit-animation: fadeInText 0.6s ease-out 0.1s forwards;
          animation: fadeInText 0.6s ease-out 0.1s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(2), .u-tit01.act.u-moveright span:nth-child(2) {
  -webkit-animation: fadeInText 0.6s ease-out 0.2s forwards;
          animation: fadeInText 0.6s ease-out 0.2s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(3), .u-tit01.act.u-moveright span:nth-child(3) {
  -webkit-animation: fadeInText 0.6s ease-out 0.3s forwards;
          animation: fadeInText 0.6s ease-out 0.3s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(4), .u-tit01.act.u-moveright span:nth-child(4) {
  -webkit-animation: fadeInText 0.6s ease-out 0.4s forwards;
          animation: fadeInText 0.6s ease-out 0.4s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(5), .u-tit01.act.u-moveright span:nth-child(5) {
  -webkit-animation: fadeInText 0.6s ease-out 0.5s forwards;
          animation: fadeInText 0.6s ease-out 0.5s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(6), .u-tit01.act.u-moveright span:nth-child(6) {
  -webkit-animation: fadeInText 0.6s ease-out 0.6s forwards;
          animation: fadeInText 0.6s ease-out 0.6s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(7), .u-tit01.act.u-moveright span:nth-child(7) {
  -webkit-animation: fadeInText 0.6s ease-out 0.7s forwards;
          animation: fadeInText 0.6s ease-out 0.7s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(8), .u-tit01.act.u-moveright span:nth-child(8) {
  -webkit-animation: fadeInText 0.6s ease-out 0.8s forwards;
          animation: fadeInText 0.6s ease-out 0.8s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(9), .u-tit01.act.u-moveright span:nth-child(9) {
  -webkit-animation: fadeInText 0.6s ease-out 0.9s forwards;
          animation: fadeInText 0.6s ease-out 0.9s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(10), .u-tit01.act.u-moveright span:nth-child(10) {
  -webkit-animation: fadeInText 0.6s ease-out 1s forwards;
          animation: fadeInText 0.6s ease-out 1s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(11), .u-tit01.act.u-moveright span:nth-child(11) {
  -webkit-animation: fadeInText 0.6s ease-out 1.1s forwards;
          animation: fadeInText 0.6s ease-out 1.1s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(12), .u-tit01.act.u-moveright span:nth-child(12) {
  -webkit-animation: fadeInText 0.6s ease-out 1.2s forwards;
          animation: fadeInText 0.6s ease-out 1.2s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(13), .u-tit01.act.u-moveright span:nth-child(13) {
  -webkit-animation: fadeInText 0.6s ease-out 1.3s forwards;
          animation: fadeInText 0.6s ease-out 1.3s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(14), .u-tit01.act.u-moveright span:nth-child(14) {
  -webkit-animation: fadeInText 0.6s ease-out 1.4s forwards;
          animation: fadeInText 0.6s ease-out 1.4s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(15), .u-tit01.act.u-moveright span:nth-child(15) {
  -webkit-animation: fadeInText 0.6s ease-out 1.5s forwards;
          animation: fadeInText 0.6s ease-out 1.5s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(16), .u-tit01.act.u-moveright span:nth-child(16) {
  -webkit-animation: fadeInText 0.6s ease-out 1.6s forwards;
          animation: fadeInText 0.6s ease-out 1.6s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(17), .u-tit01.act.u-moveright span:nth-child(17) {
  -webkit-animation: fadeInText 0.6s ease-out 1.7s forwards;
          animation: fadeInText 0.6s ease-out 1.7s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(18), .u-tit01.act.u-moveright span:nth-child(18) {
  -webkit-animation: fadeInText 0.6s ease-out 1.8s forwards;
          animation: fadeInText 0.6s ease-out 1.8s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(19), .u-tit01.act.u-moveright span:nth-child(19) {
  -webkit-animation: fadeInText 0.6s ease-out 1.9s forwards;
          animation: fadeInText 0.6s ease-out 1.9s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(20), .u-tit01.act.u-moveright span:nth-child(20) {
  -webkit-animation: fadeInText 0.6s ease-out 2s forwards;
          animation: fadeInText 0.6s ease-out 2s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(21), .u-tit01.act.u-moveright span:nth-child(21) {
  -webkit-animation: fadeInText 0.6s ease-out 2.1s forwards;
          animation: fadeInText 0.6s ease-out 2.1s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(22), .u-tit01.act.u-moveright span:nth-child(22) {
  -webkit-animation: fadeInText 0.6s ease-out 2.2s forwards;
          animation: fadeInText 0.6s ease-out 2.2s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(23), .u-tit01.act.u-moveright span:nth-child(23) {
  -webkit-animation: fadeInText 0.6s ease-out 2.3s forwards;
          animation: fadeInText 0.6s ease-out 2.3s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(24), .u-tit01.act.u-moveright span:nth-child(24) {
  -webkit-animation: fadeInText 0.6s ease-out 2.4s forwards;
          animation: fadeInText 0.6s ease-out 2.4s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(25), .u-tit01.act.u-moveright span:nth-child(25) {
  -webkit-animation: fadeInText 0.6s ease-out 2.5s forwards;
          animation: fadeInText 0.6s ease-out 2.5s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(26), .u-tit01.act.u-moveright span:nth-child(26) {
  -webkit-animation: fadeInText 0.6s ease-out 2.6s forwards;
          animation: fadeInText 0.6s ease-out 2.6s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(27), .u-tit01.act.u-moveright span:nth-child(27) {
  -webkit-animation: fadeInText 0.6s ease-out 2.7s forwards;
          animation: fadeInText 0.6s ease-out 2.7s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(28), .u-tit01.act.u-moveright span:nth-child(28) {
  -webkit-animation: fadeInText 0.6s ease-out 2.8s forwards;
          animation: fadeInText 0.6s ease-out 2.8s forwards;
}

.u-tit01.act.u-moveleft span:nth-child(29), .u-tit01.act.u-moveright span:nth-child(29) {
  -webkit-animation: fadeInText 0.6s ease-out 2.9s forwards;
          animation: fadeInText 0.6s ease-out 2.9s forwards;
}

@media all and (max-width: 767px) {
  .u-tit01 {
    font-size: 100px;
    font-size: 25.64103vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-tit01 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 200px;
  }
}

.u-tit02 {
  letter-spacing: 0.1em;
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .u-tit02 {
    font-size: 23px;
    font-size: 5.89744vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-tit02 {
    font-size: 32px;
    line-height: 1.6;
  }
}

.u-tit03 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 30px;
  color: #505453;
}

.u-tit03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 36px;
  background: #FABF12;
}

.u-tit03.big {
  color: #333;
}

.u-tit03.big:before {
  top: 7px;
  height: 40px;
}

.u-tit03.mid {
  color: #333;
}

.u-tit03.mid:before {
  top: 6px;
  height: 38px;
}

@media all and (max-width: 767px) {
  .u-tit03 {
    margin: 9.74359vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 5.12821vw;
    font-size: 24px;
    font-size: 6.15385vw;
  }
  .u-tit03:before {
    top: 0.64103vw;
    width: 1.79487vw;
    height: 8.71795vw;
  }
  .u-tit03.mid:before {
    top: 0.64103vw;
    width: 1.28205vw;
    height: 8.71795vw;
  }
  .u-tit03.big:before {
    top: 0.64103vw;
    width: 1.28205vw;
    height: 8.71795vw;
  }
  .u-tit03 + .u-txt01 {
    margin: 3.84615vw 0vw 0vw 0vw;
  }
  .u-tit03 + .u-txt02 {
    margin: 3.84615vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-tit03 {
    margin: 74px 0 0;
    font-size: 26px;
  }
  .u-tit03.big {
    margin: 100px 0 0;
    font-size: 32px;
  }
  .u-tit03.mid {
    margin: 100px 0 0;
    font-size: 28px;
  }
  .u-tit03 + .u-txt01 {
    margin: 18px 0 0;
  }
  .u-tit03 + .u-txt02 {
    margin: 30px 0 0;
  }
}

.u-tit04 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 0px;
  color: #333333;
}

@media all and (max-width: 767px) {
  .u-tit04 {
    font-size: 30px;
    font-size: 7.69231vw;
  }
  .u-tit04.small {
    margin: 7.69231vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 8.71795vw;
    font-size: 21px;
    font-size: 5.38462vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-tit04.small .min {
    font-size: 16px;
    font-size: 4.10256vw;
    position: relative;
    display: inline-block;
    top: 0.51282vw;
    padding: 0vw 1.28205vw 0vw 0vw;
  }
  .u-tit04.small:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 4.10256vw;
    height: 2px;
    width: 6.15385vw;
    background: #FABF12;
  }
  .u-tit04.small + .u-txt02 {
    margin: 3.07692vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-tit04 {
    margin: 55px 0 0;
    font-size: 45px;
  }
  .u-tit04:before {
    content: "";
    display: block;
    position: absolute;
    left: -100px;
    top: 50%;
    width: 75px;
    height: 2px;
    background: #FABF12;
  }
  .u-tit04.small {
    margin: 64px 0 0;
    padding: 0 0 0 34px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-tit04.small .min {
    font-size: 16px;
    position: relative;
    display: inline-block;
    top: 3.5px;
    padding: 0 5px 0 0;
  }
  .u-tit04.small:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 24px;
    background: #FABF12;
  }
  .u-tit04.small + .u-txt02 {
    margin: 12px 0 0;
  }
}

.u-tit05 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .u-tit05 {
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .u-tit05.big {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    font-size: 6.66667vw;
    line-height: 1.4;
  }
  .u-tit05 + .u-txt01 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .u-tit05 + .u-txt02 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-tit05 {
    font-size: 28px;
  }
  .u-tit05.big {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
  }
  .u-tit05.small {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
  }
  .u-tit05 + .u-txt01 {
    margin: 34px 0 0;
  }
  .u-tit05 + .u-txt02 {
    margin: 34px 0 0;
  }
}

.u-tit06 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .u-tit06 {
    margin: 5.12821vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 6.15385vw;
    font-size: 18px;
    font-size: 4.61538vw;
    position: relative;
  }
  .u-tit06:before {
    content: "●";
    display: inline-block;
    font-size: 18px;
    font-size: 4.61538vw;
    position: absolute;
    left: 0;
  }
  .u-tit06 + .u-tit06 {
    margin: 2.5641vw 0vw 0vw 0vw;
  }
  .u-tit06 + .u-txt02 {
    margin: 2.5641vw 0vw 0vw 0vw;
  }
  .u-tit06 + .u-txt02 + .u-tit06 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-tit06 {
    margin: 25px 0 0;
    font-size: 20px;
  }
  .u-tit06:before {
    content: "・";
    display: inline-block;
    font-size: 20px;
  }
  .u-tit06 + .u-tit06 {
    margin: 10px 0 0;
  }
  .u-tit06 + .u-txt02 {
    margin: 8px 0 0;
  }
  .u-tit06 + .u-txt02 + .u-tit06 {
    margin: 20px 0 0;
  }
}

.u-txt01 {
  letter-spacing: 0em;
  line-height: 1.8;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-txt01.ctr {
  text-align: center;
}

@media all and (max-width: 767px) {
  .u-txt01 {
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-txt01 {
    font-size: 18px;
  }
  .u-txt01.min {
    font-size: 16px;
  }
}

.u-txt02 {
  letter-spacing: 0em;
  line-height: 1.6;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-txt02.ctr {
  text-align: center;
}

.u-txt02 .bo {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .u-txt02 {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .u-txt02.top {
    margin: 10.25641vw 0vw 0vw 0vw;
  }
  .u-txt02.top2 {
    margin: 2.5641vw 0vw 0vw 0vw;
  }
  .u-txt02 + .u-txt02 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-txt02 {
    font-size: 16px;
  }
  .u-txt02.top {
    margin: 71px 0 0;
  }
  .u-txt02.top2 {
    margin: 40px 0 0;
  }
  .u-txt02.top2 + .u-tit03 {
    margin: 110px 0 0;
  }
  .u-txt02 + .u-txt02 {
    margin: 46px 0 0;
  }
}

.u-lists01 {
  letter-spacing: 0em;
  line-height: 1.6;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-lists01 li {
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .u-lists01 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .u-lists01 li {
    margin: 2.5641vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-lists01 {
    margin: 30px 0 0 0;
    font-size: 16px;
  }
  .u-lists01 li {
    margin: 8px 0 0;
  }
  .u-lists01 + .u-tit03 {
    margin: 55px 0 0;
  }
}

.u-maker {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff34d));
  background: linear-gradient(transparent 70%, #fff34d 70%);
}

.u-btn01 {
  position: relative;
  letter-spacing: 0.05em;
  background: #FABF12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-btn01 .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}

.u-btn01 .arrow {
  position: absolute;
  display: block;
  height: auto;
}

@media all and (max-width: 767px) {
  .u-btn01 {
    margin: 17.69231vw auto 0vw;
    border-radius: 10.25641vw 10.25641vw 10.25641vw 10.25641vw;
    width: 89.74359vw;
    min-height: 18.97436vw;
  }
  .u-btn01 .txt {
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .u-btn01 .arrow {
    right: 7.69231vw;
    width: 2.20615vw;
  }
  .u-btn01 .arrow.ico02 {
    width: 3.97436vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-btn01 {
    margin: 49px auto 0;
    border-radius: 80px;
    width: 380px;
    height: 80px;
    font-size: 28px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .u-btn01.wide {
    width: 480px;
  }
  .u-btn01.wide .txt {
    letter-spacing: 0;
  }
  .u-btn01 .arrow {
    right: 32px;
    width: 8.60px;
    height: auto;
  }
  .u-btn01 .arrow.ico02 {
    width: 15.5px;
  }
  .u-btn01:hover {
    opacity: 0.7;
  }
}

.u-btn02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-btn02 .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

.u-btn02 .arrow {
  position: absolute;
  display: block;
  height: auto;
}

@media all and (max-width: 767px) {
  .u-btn02 {
    background: #EFEFEF;
    margin: 7.69231vw auto 0vw;
    border-radius: 10.25641vw 10.25641vw 10.25641vw 10.25641vw;
    width: 100%;
    min-height: 10.25641vw;
  }
  .u-btn02 .txt {
    padding: 0vw 5.12821vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .u-btn02 .arrow {
    right: 6.92308vw;
    width: 4.61359vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-btn02 {
    background: #EFEFEF;
    border-radius: 40px;
    min-height: 40px;
    width: 380px;
    margin: 10px auto 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .u-btn02 .txt {
    padding: 0 0px 0 0;
    font-size: 16px;
  }
  .u-btn02 .arrow {
    width: 11.196px;
    right: 33px;
  }
  .u-btn02:hover {
    opacity: 0.7;
  }
}

.u-btn03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-btn03 .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  color: #fff;
}

.u-btn03 .arrow {
  display: block;
  height: auto;
}

@media all and (max-width: 767px) {
  .u-btn03 {
    background: #FABF13;
    border-radius: 2.5641vw 2.5641vw 2.5641vw 2.5641vw;
    width: 100%;
    min-height: 14.61538vw;
  }
  .u-btn03 .txt {
    padding: 0vw 2.5641vw 0.51282vw 0vw;
    font-size: 15px;
    font-size: 3.84615vw;
  }
  .u-btn03 .arrow {
    width: 2.20615vw;
  }
}

.u-btn04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-btn04 .txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
}

.u-btn04 .txt2 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  color: #fff;
}

.u-btn04 .ico {
  position: absolute;
  display: block;
  height: auto;
}

@media all and (max-width: 767px) {
  .u-btn04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: solid 1px #999999;
    border-radius: 2.5641vw 2.5641vw 2.5641vw 2.5641vw;
    width: 100%;
    min-height: 14.61538vw;
  }
  .u-btn04 .txt {
    padding: 0.51282vw 0vw 0.51282vw 0vw;
    font-size: 12px;
    font-size: 3.07692vw;
    line-height: 1;
  }
  .u-btn04 .txt2 {
    line-height: 1;
    padding: 1.02564vw 0vw 0vw 0vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
  .u-btn04 .ico {
    width: 5.66744vw;
    left: 2.5641vw;
    top: 5.89744vw;
  }
}

.u-btn05 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #767159;
  border-radius: 40px;
}

.u-btn05 .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
}

.u-btn05 .ico {
  position: absolute;
  display: block;
  height: auto;
}

@media all and (max-width: 767px) {
  .u-btn05 {
    margin: 3.84615vw 0vw 0vw 0vw;
    border-radius: 10.25641vw 10.25641vw 10.25641vw 10.25641vw;
    min-height: 7.94872vw;
    width: 34.87179vw;
  }
  .u-btn05 .txt {
    padding: 0vw 2.5641vw 0.38462vw 0vw;
    font-size: 14px;
    font-size: 3.58974vw;
    line-height: 1;
  }
  .u-btn05 .ico {
    width: 1.89667vw;
    right: 5.12821vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-btn05 {
    width: 136px;
    min-height: 31px;
    margin: 18px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-btn05 .txt {
    font-size: 14px;
    padding: 0 16px 1px 0;
  }
  .u-btn05 .ico {
    width: 7.397px;
    right: 25px;
  }
  .u-btn05:hover {
    opacity: 0.7;
  }
}

.u-btntel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #666666;
  border-radius: 20px;
}

.u-btntel .txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.u-btntel .txt2 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  color: #fff;
  line-height: 1;
  font-size: 30px;
}

.u-btntel .ico {
  position: relative;
  display: block;
  height: auto;
}

.u-btntel .box {
  margin: 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 8px;
}

@media all and (max-width: 767px) {
  .u-btntel {
    margin: 10vw auto 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
    width: 100%;
    min-height: 20.51282vw;
  }
  .u-btntel .txt {
    padding: 0.51282vw 0vw 0.51282vw 0vw;
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .u-btntel .txt2 {
    padding: 0vw 0vw 0vw 0vw;
    font-size: 30px;
    font-size: 7.69231vw;
  }
  .u-btntel .ico {
    width: 6.17051vw;
    left: -1.53846vw;
    top: 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-btntel {
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 80px;
    max-width: 380px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-btntel .ico {
    top: 0px;
    left: 0px;
  }
  .u-btntel:hover {
    opacity: 0.7;
  }
}

.u-btnline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4CC764;
  border-radius: 20px;
}

.u-btnline .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  color: #fff;
  font-size: 16px;
}

.u-btnline .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.u-btnline .arrow {
  position: absolute;
  display: block;
  height: auto;
  right: 25px;
}

@media all and (max-width: 767px) {
  .u-btnline {
    margin: 3.84615vw auto 0vw;
    border-radius: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
    width: 100%;
    min-height: 17.94872vw;
  }
  .u-btnline .box {
    gap: 5.64103vw;
  }
  .u-btnline .txt {
    padding: 0vw 2.5641vw 0.51282vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .u-btnline .ico {
    width: 10.25641vw;
    height: auto;
  }
  .u-btnline .arrow {
    width: 1.69vw;
    right: 6.41026vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-btnline {
    margin: 15px auto 0;
    min-height: 70px;
    max-width: 380px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .u-btnline:hover {
    opacity: 0.7;
  }
  .u-btnline + a {
    margin: 15px auto;
  }
}

.u-btnweb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FABF13;
  border-radius: 20px;
}

.u-btnweb .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  color: #fff;
  font-size: 16px;
}

.u-btnweb .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.u-btnweb .arrow {
  position: absolute;
  display: block;
  height: auto;
  right: 25px;
}

@media all and (max-width: 767px) {
  .u-btnweb {
    margin: 3.84615vw auto 0vw;
    border-radius: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
    width: 100%;
    min-height: 17.94872vw;
  }
  .u-btnweb .box {
    gap: 7.69231vw;
  }
  .u-btnweb .txt {
    padding: 0vw 3.33333vw 0.51282vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .u-btnweb .ico {
    width: 8.73795vw;
    height: auto;
  }
  .u-btnweb .arrow {
    width: 1.69vw;
    right: 6.41026vw;
  }
}

@media screen and (min-width: 768px), print {
  .u-btnweb {
    margin: 15px auto 0;
    min-height: 70px;
    max-width: 380px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .u-btnweb:hover {
    opacity: 0.7;
  }
  .u-btnweb + a {
    margin: 15px auto;
  }
}

.u-calendar {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  border-radius: 20px;
}

.u-calendar__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}

.u-calendar__txt .circle2 {
  position: relative;
  display: inline-block;
}

.u-calendar table {
  width: 100%;
  border-collapse: collapse;
}

.u-calendar table th:first-child,
.u-calendar table td:first-child {
  width: 28%;
  text-align: left;
}

.u-calendar table th:first-child .cell,
.u-calendar table td:first-child .cell {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-calendar table th:not(:first-child),
.u-calendar table td:not(:first-child) {
  width: 12%;
}

.u-calendar table tr {
  border-bottom: solid 1px #A5A5A5;
}

.u-calendar table tr:last-of-type {
  border: none;
}

.u-calendar table tr:first-of-type th, .u-calendar table tr:first-of-type td {
  height: 40px;
}

.u-calendar table tr:first-of-type th {
  letter-spacing: 0.2em;
}

.u-calendar table th, .u-calendar table td {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #505453;
}

.u-calendar table th {
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.u-calendar table td {
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.u-calendar table .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.u-calendar .circle {
  background: #333;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.u-calendar .circle2 {
  position: relative;
  background: #333;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.u-calendar .circle2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-calendar .slash {
  width: 1px;
  height: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #333;
}

.u-calendar-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-calendar-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% / 3);
}

.u-calendar-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}

.u-calendar-btn.col1 {
  background: #4CC764;
}

.u-calendar-btn.col2 {
  background: #666666;
}

.u-calendar-btn.col3 {
  background: #EFB305;
}

.u-calendar-btn .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  text-align: left;
}

@media all and (max-width: 767px) {
  .u-calendar {
    padding: 4.61538vw 5.38462vw 3.84615vw 6.92308vw;
  }
  .u-calendar table tr {
    height: 8.20513vw;
    min-height: 6.66667vw;
  }
  .u-calendar table tr:first-of-type {
    height: 8.20513vw;
    min-height: 6.66667vw;
  }
  .u-calendar table tr:first-of-type th, .u-calendar table tr:first-of-type td {
    height: 8.20513vw;
    min-height: 6.66667vw;
  }
  .u-calendar table th {
    font-size: 12px;
    font-size: 3.07692vw;
    height: 11.79487vw;
    min-height: 11.79487vw;
  }
  .u-calendar table td {
    font-size: 12px;
    font-size: 3.07692vw;
    height: 11.79487vw;
    min-height: 11.79487vw;
  }
  .u-calendar .circle {
    width: 3.58974vw;
    height: 3.58974vw;
  }
  .u-calendar .circle2 {
    width: 3.58974vw;
    height: 3.58974vw;
  }
  .u-calendar .circle2:after {
    width: 1.53846vw;
    height: 1.53846vw;
  }
  .u-calendar .slash {
    width: 1px;
    height: 4.61538vw;
  }
  .u-calendar__txt {
    margin: 1.53846vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.5641vw;
  }
  .u-calendar__txt .circle2 {
    margin: 0vw 0.51282vw 0vw 0vw;
    top: 0.76923vw;
    display: inline-block;
  }
  .u-calendar-btns {
    margin: 3.84615vw -3.07692vw 0vw -4.61538vw;
    gap: 1px;
  }
  .u-calendar-btn {
    height: 12.30769vw;
    width: calc(100% / 3);
  }
  .u-calendar-btn.col1 {
    border-radius: 2.5641vw 0vw 0vw 2.5641vw;
  }
  .u-calendar-btn.col3 {
    border-radius: 0vw 2.5641vw 2.5641vw 0vw;
  }
  .u-calendar-btn a {
    gap: 2.05128vw;
  }
  .u-calendar-btn .txt {
    display: inline-block;
    font-size: 10px;
    font-size: 2.5641vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (min-width: 768px), print {
  .u-calendar {
    width: 480px;
    padding: 24px 36px 29px;
  }
  .u-calendar table tr {
    height: 62px;
  }
  .u-calendar table tr:first-of-type {
    height: 42px;
  }
  .u-calendar table tr:first-of-type th, .u-calendar table tr:first-of-type td {
    height: 42px;
    font-size: 16px;
  }
  .u-calendar table th {
    font-size: 18px;
    height: 62px;
  }
  .u-calendar table td {
    font-size: 14px;
    height: 62px;
  }
  .u-calendar__txt {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .u-calendar__txt .circle2 {
    margin: 0 4px 0 0;
    top: 3px;
    display: inline-block;
  }
  .u-calendar-btns {
    margin: 15px -10px 0 -10px;
    gap: 1px;
  }
  .u-calendar-btn {
    height: 60px;
    width: calc(100% / 3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-calendar-btn:hover {
    opacity: 0.7;
  }
  .u-calendar-btn a {
    width: 100%;
    height: 100%;
  }
  .u-calendar-btn.col1 {
    border-radius: 10px 0 0 10px;
  }
  .u-calendar-btn.col1 .txt {
    font-size: 11px;
  }
  .u-calendar-btn.col1 svg {
    width: 40px;
    height: auto;
  }
  .u-calendar-btn.col2 svg {
    width: 28.128px;
    height: auto;
  }
  .u-calendar-btn.col3 {
    border-radius: 0 10px 10px 0;
  }
  .u-calendar-btn.col3 svg {
    width: 34px;
    height: auto;
  }
  .u-calendar-btn a {
    gap: 10px;
  }
  .u-calendar-btn .txt {
    display: inline-block;
    font-size: 12px;
  }
}

.u-sp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-sp-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% / 3);
}

.u-sp-btn:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  background: #fff;
}

.u-sp-btn:last-of-type:before {
  display: none;
}

.u-sp-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}

.u-sp-btn.col1 {
  background: #4CC764;
}

.u-sp-btn.col2 {
  background: #666666;
}

.u-sp-btn.col3 {
  background: #EFB305;
}

.u-sp-btn .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  text-align: left;
}

@media all and (max-width: 767px) {
  .u-sp-btns {
    gap: 1px;
  }
  .u-sp-btn {
    height: 14.10256vw;
    width: calc(100% / 3);
  }
  .u-sp-btn.col1 {
    border-radius: 2.5641vw 0vw 0vw 2.5641vw;
  }
  .u-sp-btn.col3 {
    border-radius: 0vw 2.5641vw 2.5641vw 0vw;
  }
  .u-sp-btn a {
    gap: 2.05128vw;
  }
  .u-sp-btn .txt {
    display: inline-block;
    font-size: 11px;
    font-size: 2.82051vw;
  }
}

@media all and (max-width: 767px) {
  .p-fixspnav {
    position: fixed;
    width: 100%;
    height: 14.10256vw;
    bottom: -14.10256vw;
    left: 0;
    z-index: 9;
    -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-fixspnav.act {
    bottom: 0;
  }
  .p-fixspnav .u-sp-btn.col1 {
    border-radius: 2.5641vw 0vw 0vw 0vw;
  }
  .p-fixspnav .u-sp-btn.col3 {
    border-radius: 0vw 2.5641vw 0vw 0vw;
  }
}

.l-header__logo {
  display: block;
  position: absolute;
  z-index: 3;
}

.l-header__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #999999;
}

.l-header-close {
  position: fixed;
  z-index: 1000;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 7.17949vw;
  right: 5.12821vw;
  width: 8.20513vw;
  height: 3.07692vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}

.l-header-close span {
  position: relative;
  width: 100%;
  height: 1.5px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-header-close.on span {
  position: absolute;
  background: #fff;
}

.l-header-close.on span:first-child {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 1.79487vw;
}

.l-header-close.on span:last-child {
  top: 1.79487vw;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media all and (max-width: 767px) {
  .l-header {
    overflow: hidden;
  }
  .l-header__logo {
    width: 36.66667vw;
    top: 4.10256vw;
    left: 3.84615vw;
  }
  .l-header-top {
    position: fixed;
    background: #fff;
    z-index: 5;
    width: 100%;
    height: 16.92308vw;
  }
  .l-header__txt {
    position: absolute;
    top: 5.64103vw;
    left: 44.87179vw;
    font-size: 12px;
    font-size: 3.07692vw;
  }
  .l-header__bg {
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    position: fixed;
    width: 100%;
    min-height: 120%;
    opacity: 0;
    -webkit-transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
    transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
  }
  .l-header__bg.on {
    z-index: 9;
    opacity: 1;
  }
  .l-header-nav {
    z-index: 10;
    position: fixed;
    inset: 0;
    min-height: 100svh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
    transition: 0.69s cubic-bezier(0.31, -0.01, 0.18, 0.97);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    padding: 19.23077vw 0vw 7.69231vw 0vw;
    background: #666666;
    /* 追加：スクロールできるように */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    /* iPhoneのノッチ等の安全域（任意） */
    padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
  }
  .l-header-nav.act {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    will-change: auto;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .l-header-nav__logo {
    position: absolute;
    display: block;
    width: 40vw;
    top: 7.94872vw;
    left: 3.84615vw;
  }
  .l-header-nav__inner {
    width: 100%;
    padding: 0vw 1.53846vw 0vw 1.53846vw;
  }
  .l-header-nav-lists {
    margin: 3.71795vw auto 0vw;
    width: 81.53846vw;
    line-height: 1.5;
  }
  .l-header-nav-list {
    border-top: solid 1px #CCCCCC;
    text-align: left;
    line-height: 1.5;
  }
  .l-header-nav-list > a {
    position: relative;
    display: block;
    padding: 2.94872vw 0vw 2.94872vw 3.84615vw;
  }
  .l-header-nav-list > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.02564vw;
    top: 0;
    width: 1.38462vw;
    height: 100%;
    background: url(/assets/img/common/ico_arrow.webp) no-repeat center center;
    background-size: contain;
  }
  .l-header-nav-list > a span {
    display: inline-block;
    padding: 0vw 0vw 0.51282vw 0vw;
    color: #fff;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    font-size: 4.61538vw;
    letter-spacing: 0.1em;
  }
  .l-header-nav-lists2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 81.53846vw;
    padding: 2.5641vw 0vw 0vw 0vw;
  }
  .l-header-nav-list2 {
    width: 50%;
    line-height: 1.5;
  }
  .l-header-nav-list2 > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 7.94872vw;
    padding: 0vw 0vw 0vw 5.12821vw;
  }
  .l-header-nav-list2 > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.02564vw;
    top: 0;
    width: 1.38462vw;
    height: 100%;
    background: url(/assets/img/common/ico_arrow.webp) no-repeat center center;
    background-size: contain;
  }
  .l-header-nav-list2 > a span {
    display: inline-block;
    padding: 0vw 0vw 0.51282vw 0vw;
    color: #fff;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-size: 3.58974vw;
    letter-spacing: 0.1em;
  }
  .l-header-nav-lists3 {
    position: relative;
    top: -1.02564vw;
    padding: 0vw 0vw 1.28205vw 2.5641vw;
  }
  .l-header-nav-lists3 li {
    display: block;
    line-height: 1.6;
  }
  .l-header-nav-lists3 li a {
    position: relative;
    display: block;
    padding: 0vw 0vw 0vw 3.33333vw;
  }
  .l-header-nav-lists3 li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.02564vw;
    top: 0;
    width: 1.38462vw;
    height: 100%;
    background: url(/assets/img/common/ico_arrow.webp) no-repeat center center;
    background-size: contain;
  }
  .l-header-nav-lists3 li a span {
    display: inline-block;
    padding: 0vw 0vw 0.51282vw 0vw;
    color: #fff;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-size: 3.58974vw;
    letter-spacing: 0.1em;
  }
  .l-header-nav .u-sp-btns {
    margin: 6.41026vw auto 0vw;
  }
  .l-header-nav .u-sp-btn.col2 {
    background: #B5B5B5;
  }
  .l-header-nav-btns {
    margin: 6.41026vw auto 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.05128vw;
  }
  .l-header-nav-btns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .l-header__logo {
    position: absolute;
    top: 45px;
    left: 18px;
    display: block;
    width: 240px;
  }
  .l-header__txt {
    position: absolute;
    top: 11px;
    left: 18px;
    display: block;
    font-size: 14px;
    color: #777777;
  }
  .l-header-pcnav {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 17px;
    width: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
  }
  .l-header-pcnav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
  .l-header-pcnav-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header-pcnav-list a:hover {
    color: #FABF12;
  }
  .l-header-pcnav-list span {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
  }
  .l-header-pcnav-list .ico01 {
    position: relative;
    display: block;
    top: 0px;
  }
  .l-header-pcnav-list .ico02 {
    position: relative;
    display: block;
    top: 0px;
  }
  .l-header-pcnav-list .ico03 {
    position: relative;
    display: block;
    top: 0px;
  }
  .l-header-pcnav-list .ico04 {
    position: relative;
    display: block;
    top: 0px;
  }
  .l-header-pcnav-lists2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 38px;
  }
  .l-header-pcnav-list2 a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px 0 0;
    line-height: 1.4;
    cursor: pointer;
  }
  .l-header-pcnav-list2 a:hover span, .l-header-pcnav-list2 a.is-active span {
    color: #FABF12;
  }
  .l-header-pcnav-list2 a:hover .ico, .l-header-pcnav-list2 a.is-active .ico {
    top: 11.5px;
  }
  .l-header-pcnav-list2 a:hover .ico.type2, .l-header-pcnav-list2 a.is-active .ico.type2 {
    right: -2px;
    top: 10px;
  }
  .l-header-pcnav-list2 span {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header-pcnav-list2 .ico {
    position: absolute;
    right: 0;
    top: 10px;
    width: 8.182px;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header-pcnav-list2 .ico.type2 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .l-header-pcnav2 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    position: absolute;
    top: 78px;
    right: 160px;
    width: 480px;
    min-height: 147px;
    background: #C9C9C0;
    padding: 20px 25px;
    border-radius: 20px;
  }
  .l-header-pcnav2.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header-pcnav2::before {
    content: "";
    position: absolute;
    top: -8px;
    /* ← 吹き出しの上に出す */
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #C9C9C0;
  }
  .l-header-pcnav2.type2 {
    right: -10px;
    width: 480px;
    min-height: 174px;
  }
  .l-header-pcnav2.type3 {
    right: -10px;
    width: 664px;
    min-height: 169px;
  }
  .l-header-pcnav2.type3::before {
    left: 87%;
  }
  .l-header-pcnav2__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .l-header-pcnav2__photo {
    margin: 5px 0 0;
    display: block;
    width: 155px;
    min-width: 155px;
  }
  .l-header-pcnav2-lists {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header-pcnav2-lists.type1 {
    min-width: 170px;
  }
  .l-header-pcnav2-lists.type2:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    height: 100%;
    width: 1px;
    background: #707070;
  }
  .l-header-pcnav2-list {
    width: 100%;
  }
  .l-header-pcnav2-list.min {
    margin: 0 20px 0 0;
    width: auto;
  }
  .l-header-pcnav2-list.min2 {
    width: 33%;
  }
  .l-header-pcnav2-list a {
    display: block;
    position: relative;
    padding: 0 0 0 12px;
  }
  .l-header-pcnav2-list a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 5.414px;
    height: 100%;
    background: url(/assets/img/common/ico_arrow.webp) no-repeat center center;
    background-size: contain;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header-pcnav2-list a span {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  .l-header-pcnav2-list a:hover:before {
    left: 2px;
  }
  .l-header-pcnav2-list a:hover span {
    opacity: 0.7;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  .l-header-pcnav-lists2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    gap: 10px 38px;
  }
  .l-header-pcnav2 {
    right: 0px;
    top: 70px;
  }
  .l-header-pcnav2:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 390px;
  }
  .l-header-pcnav2.type2 {
    top: 107px;
  }
  .l-header-pcnav2.type2:before {
    left: 230px;
  }
  .l-header-pcnav2.type3 {
    top: 107px;
  }
  .l-header-pcnav2.type3:before {
    left: 570px;
  }
}

@media screen and (min-width: 768px), print {
  .kaso .l-header {
    background: #EDEDE8;
    position: absolute;
    top: 0;
    left: 0;
    height: 125px;
    width: 100%;
  }
  .kaso .l-content {
    padding: 125px 0 0;
  }
}

.l-content.col1 {
  background: #F7F7F7;
}

@media all and (max-width: 767px) {
  .l-content {
    padding: 16.92308vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .l-content {
    overflow: hidden;
  }
}

@media all and (max-width: 767px) {
  .p-base {
    padding: 6.15385vw 3.84615vw 20.51282vw 3.84615vw;
  }
  .p-base.treatments {
    padding: 6.15385vw 3.84615vw 30.76923vw 3.84615vw;
  }
  .p-base.no {
    padding: 6.15385vw 3.84615vw 0vw 3.84615vw;
  }
  .p-base.no.iol {
    padding: 1.28205vw 3.84615vw 15.38462vw 3.84615vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-base {
    padding: 0 40px 183px;
  }
  .p-base.no {
    padding: 0 40px 0px;
  }
  .p-base.navlinkon {
    padding: 0 40px 99px;
  }
  .p-base__inner {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .p-base .u-tit04:not([class*=" "]) {
    margin: 55px 0 0 85px;
  }
}

@-webkit-keyframes fadeInText {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-2px) rotate(0deg);
            transform: translateY(-2px) rotate(0deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

@keyframes fadeInText {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-2px) rotate(0deg);
            transform: translateY(-2px) rotate(0deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

.p-titlebox {
  position: relative;
  z-index: 3;
  background: #000;
}

.p-titlebox.min {
  background: #fff;
}

.p-titlebox.min .p-titlebox__photo {
  opacity: 0.8;
}

.p-titlebox.min .p-titlebox__photo.op100 {
  opacity: 1;
}

.p-titlebox__tit {
  display: block;
  position: absolute;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  z-index: 2;
  line-height: 1;
  color: #EDEDE8;
  white-space: nowrap;
  overflow: hidden;
}

.p-titlebox__tit span {
  line-height: 1;
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}

.p-titlebox__tit span:nth-child(1) {
  -webkit-animation: fadeInText 0.4s ease-out 0.3s forwards;
          animation: fadeInText 0.4s ease-out 0.3s forwards;
}

.p-titlebox__tit span:nth-child(2) {
  -webkit-animation: fadeInText 0.4s ease-out 0.4s forwards;
          animation: fadeInText 0.4s ease-out 0.4s forwards;
}

.p-titlebox__tit span:nth-child(3) {
  -webkit-animation: fadeInText 0.4s ease-out 0.5s forwards;
          animation: fadeInText 0.4s ease-out 0.5s forwards;
}

.p-titlebox__tit span:nth-child(4) {
  -webkit-animation: fadeInText 0.4s ease-out 0.6s forwards;
          animation: fadeInText 0.4s ease-out 0.6s forwards;
}

.p-titlebox__tit span:nth-child(5) {
  -webkit-animation: fadeInText 0.4s ease-out 0.7s forwards;
          animation: fadeInText 0.4s ease-out 0.7s forwards;
}

.p-titlebox__tit span:nth-child(6) {
  -webkit-animation: fadeInText 0.4s ease-out 0.8s forwards;
          animation: fadeInText 0.4s ease-out 0.8s forwards;
}

.p-titlebox__tit span:nth-child(7) {
  -webkit-animation: fadeInText 0.4s ease-out 0.9s forwards;
          animation: fadeInText 0.4s ease-out 0.9s forwards;
}

.p-titlebox__tit span:nth-child(8) {
  -webkit-animation: fadeInText 0.4s ease-out 1s forwards;
          animation: fadeInText 0.4s ease-out 1s forwards;
}

.p-titlebox__tit span:nth-child(9) {
  -webkit-animation: fadeInText 0.4s ease-out 1.1s forwards;
          animation: fadeInText 0.4s ease-out 1.1s forwards;
}

.p-titlebox__tit span:nth-child(10) {
  -webkit-animation: fadeInText 0.4s ease-out 1.2s forwards;
          animation: fadeInText 0.4s ease-out 1.2s forwards;
}

.p-titlebox__tit span:nth-child(11) {
  -webkit-animation: fadeInText 0.4s ease-out 1.3s forwards;
          animation: fadeInText 0.4s ease-out 1.3s forwards;
}

.p-titlebox__tit span:nth-child(12) {
  -webkit-animation: fadeInText 0.4s ease-out 1.4s forwards;
          animation: fadeInText 0.4s ease-out 1.4s forwards;
}

.p-titlebox__tit span:nth-child(13) {
  -webkit-animation: fadeInText 0.4s ease-out 1.5s forwards;
          animation: fadeInText 0.4s ease-out 1.5s forwards;
}

.p-titlebox__tit span:nth-child(14) {
  -webkit-animation: fadeInText 0.4s ease-out 1.6s forwards;
          animation: fadeInText 0.4s ease-out 1.6s forwards;
}

.p-titlebox__tit span:nth-child(15) {
  -webkit-animation: fadeInText 0.4s ease-out 1.7s forwards;
          animation: fadeInText 0.4s ease-out 1.7s forwards;
}

.p-titlebox__tit span:nth-child(16) {
  -webkit-animation: fadeInText 0.4s ease-out 1.8s forwards;
          animation: fadeInText 0.4s ease-out 1.8s forwards;
}

.p-titlebox__tit span:nth-child(17) {
  -webkit-animation: fadeInText 0.4s ease-out 1.9s forwards;
          animation: fadeInText 0.4s ease-out 1.9s forwards;
}

.p-titlebox__tit span:nth-child(18) {
  -webkit-animation: fadeInText 0.4s ease-out 2s forwards;
          animation: fadeInText 0.4s ease-out 2s forwards;
}

.p-titlebox__tit span:nth-child(19) {
  -webkit-animation: fadeInText 0.4s ease-out 2.1s forwards;
          animation: fadeInText 0.4s ease-out 2.1s forwards;
}

.p-titlebox__tit span:nth-child(20) {
  -webkit-animation: fadeInText 0.4s ease-out 2.2s forwards;
          animation: fadeInText 0.4s ease-out 2.2s forwards;
}

.p-titlebox__tit span:nth-child(21) {
  -webkit-animation: fadeInText 0.4s ease-out 2.3s forwards;
          animation: fadeInText 0.4s ease-out 2.3s forwards;
}

.p-titlebox__tit span:nth-child(22) {
  -webkit-animation: fadeInText 0.4s ease-out 2.4s forwards;
          animation: fadeInText 0.4s ease-out 2.4s forwards;
}

.p-titlebox__tit span:nth-child(23) {
  -webkit-animation: fadeInText 0.4s ease-out 2.5s forwards;
          animation: fadeInText 0.4s ease-out 2.5s forwards;
}

.p-titlebox__tit span:nth-child(24) {
  -webkit-animation: fadeInText 0.4s ease-out 2.6s forwards;
          animation: fadeInText 0.4s ease-out 2.6s forwards;
}

.p-titlebox__tit span:nth-child(25) {
  -webkit-animation: fadeInText 0.4s ease-out 2.7s forwards;
          animation: fadeInText 0.4s ease-out 2.7s forwards;
}

.p-titlebox__tit span:nth-child(26) {
  -webkit-animation: fadeInText 0.4s ease-out 2.8s forwards;
          animation: fadeInText 0.4s ease-out 2.8s forwards;
}

.p-titlebox__tit span:nth-child(27) {
  -webkit-animation: fadeInText 0.4s ease-out 2.9s forwards;
          animation: fadeInText 0.4s ease-out 2.9s forwards;
}

.p-titlebox__tit span:nth-child(28) {
  -webkit-animation: fadeInText 0.4s ease-out 3s forwards;
          animation: fadeInText 0.4s ease-out 3s forwards;
}

.p-titlebox__tit span:nth-child(29) {
  -webkit-animation: fadeInText 0.4s ease-out 3.1s forwards;
          animation: fadeInText 0.4s ease-out 3.1s forwards;
}

.p-titlebox__photo {
  position: relative;
  height: 340px;
  overflow: visible;
  opacity: 0.9;
}

.p-titlebox__photo.op100 {
  opacity: 1;
}

.p-titlebox__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media all and (max-width: 767px) {
  .p-titlebox__tit {
    right: -0.51282vw;
    top: -3.33333vw;
    font-size: 60px;
    font-size: 15.38462vw;
  }
  .p-titlebox__tit.guide {
    right: -39.48718vw;
  }
  .p-titlebox__tit.lacrimal {
    right: -103.58974vw;
  }
  .p-titlebox__tit.cataract_surgery {
    right: -83.07692vw;
  }
  .p-titlebox__photo {
    height: 43.58974vw;
  }
  .p-titlebox.min .p-titlebox__tit {
    right: 0;
  }
  .p-titlebox.min .p-titlebox__tit.privacy {
    right: -28.20513vw;
  }
  .p-titlebox.min .p-titlebox__tit.treatments {
    right: -48.71795vw;
  }
  .p-titlebox.min .p-titlebox__tit.retinal_detachment {
    right: -87.17949vw;
  }
  .p-titlebox.min .p-titlebox__tit.diabetic_retinopathy {
    right: -87.17949vw;
  }
  .p-titlebox.min .p-titlebox__tit.epiretinal_membrane {
    right: -87.17949vw;
  }
  .p-titlebox.min .p-titlebox__tit.macular_hole {
    right: -28.20513vw;
  }
  .p-titlebox.min .p-titlebox__tit.tear_disorders {
    right: -61.53846vw;
  }
  .p-titlebox.min .p-titlebox__tit.retinal_artery_occlusion {
    right: -128.20513vw;
  }
  .p-titlebox.min .p-titlebox__tit.retinitis_pigmentosa {
    right: -128.20513vw;
  }
  .p-titlebox.min .p-titlebox__tit.amd {
    right: -220.51282vw;
  }
  .p-titlebox.min .p-titlebox__photo {
    height: 25.64103vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-titlebox {
    overflow: hidden;
  }
  .p-titlebox__tit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    right: -20px;
    top: -20px;
    font-size: 124px;
  }
  .p-titlebox__tit.semibold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  .p-titlebox__tit.guide {
    right: 0px;
  }
  .p-titlebox__tit.lacrimal {
    right: -470px;
  }
  .p-titlebox__tit.cataract_surgery {
    right: -155px;
  }
  .p-titlebox__photo {
    height: 340px;
  }
  .p-titlebox.min .p-titlebox__tit {
    right: 0;
  }
  .p-titlebox.min .p-titlebox__tit.retinal_detachment {
    right: -290px;
  }
  .p-titlebox.min .p-titlebox__tit.diabetic_retinopathy {
    right: -290px;
  }
  .p-titlebox.min .p-titlebox__tit.epiretinal_membrane {
    right: -290px;
  }
  .p-titlebox.min .p-titlebox__tit.retinal_artery_occlusion {
    right: -590px;
  }
  .p-titlebox.min .p-titlebox__tit.retinitis_pigmentosa {
    right: -590px;
  }
  .p-titlebox.min .p-titlebox__tit.amd {
    right: -1290px;
  }
  .p-titlebox.min .p-titlebox__photo {
    height: 200px;
  }
}

.p-breadcrumb-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}

.p-breadcrumb-lists li {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  line-height: 1.5;
}

.p-breadcrumb-lists li:after {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 50%;
  width: 5px;
  height: 8.5px;
  margin: 1px 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/img/common/ico_arrow_02.webp) no-repeat center center;
  background-size: contain;
}

.p-breadcrumb-lists li:first-of-type::after {
  display: none;
}

.p-breadcrumb-lists li a {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .p-breadcrumb-lists {
    width: 100%;
    margin: 2.5641vw 0vw 0vw 0vw;
    padding: 0vw 3.84615vw 0vw 0vw;
    gap: 1vw 4.35897vw;
  }
  .p-breadcrumb-lists li {
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-breadcrumb-lists li:after {
    left: -3.07692vw;
    width: 1.28205vw;
    height: 2.17949vw;
    margin: 0.25641vw 0vw 0vw 0vw;
  }
  .p-breadcrumb-lists li:first-of-type::after {
    display: none;
  }
  .p-breadcrumb-lists li a {
    font-size: 14px;
    font-size: 3.58974vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb {
    padding: 0 40px;
  }
  .p-breadcrumb-lists {
    max-width: 1180px;
    width: 100%;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-breadcrumb-lists li {
    font-size: 16px;
  }
  .p-breadcrumb-lists li a {
    font-size: 16px;
  }
}

.p-navlink {
  background: #888888;
  position: relative;
  z-index: 2;
}

.p-navlink-item {
  background: #000;
  overflow: hidden;
}

.p-navlink-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-navlink-item__txt {
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
}

.p-navlink-item__photo {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 0;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-navlink-item__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media all and (max-width: 767px) {
  .p-navlink {
    padding: 8.97436vw 3.84615vw 27.69231vw 3.84615vw;
  }
  .p-navlink-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.87179vw;
  }
  .p-navlink-item {
    border-radius: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
  }
  .p-navlink-item a {
    min-height: 26.66667vw;
  }
  .p-navlink-item__txt {
    font-size: 14px;
    font-size: 3.58974vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-navlink {
    padding: 130px 40px 190px;
  }
  .p-navlink__inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
  .p-navlink-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-navlink-items > *:only-child {
    grid-column: 1 / -1;
    min-width: 580px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .p-navlink-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 20px;
  }
  .p-navlink-item a {
    min-height: 168px;
  }
  .p-navlink-item a:hover .p-navlink-item__photo {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-navlink-item__txt {
    font-size: 24px;
  }
}

.p-list-item__tit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
}

.p-list-item__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .p-list-item {
    margin: 9.23077vw 0vw 0vw 0vw;
  }
  .p-list-item:first-of-type {
    margin: 7.69231vw 0vw 0vw 0vw;
  }
  .p-list-item__tit {
    margin: 2.5641vw 0vw 0vw 0vw;
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .p-list-item__txt {
    margin: 1.02564vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    gap: 50px;
    width: 91.5%;
    margin: 97px 0 0;
  }
  .p-list-item:nth-child(even) {
    left: 8.5%;
  }
  .p-list-item:nth-child(even) .p-list-item__photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-list-item__photo {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
  .p-list-item-txtbox {
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7;
    padding: 0 0 80px;
  }
  .p-list-item__txt {
    margin: 21px 0 0;
  }
}

.p-list02-item {
  position: relative;
}

.p-list02-item.maker:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  background: url(/assets/img/about/equipment/ico_maker.webp) no-repeat center center;
  width: 136px;
  height: 27px;
  background-size: contain;
}

.p-list02-item__tit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
}

.p-list02-item__txt {
  border-top: solid 1px #999999;
  margin: 8px 0 0;
  padding: 8px 0 0px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .p-list02-item {
    margin: 10.25641vw 0vw 0vw 0vw;
  }
  .p-list02-item:first-of-type {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-list02-item.maker:after {
    width: 34.87179vw;
    height: 6.92308vw;
    top: 2.5641vw;
    left: 2.5641vw;
  }
  .p-list02-item__tit {
    margin: 2.05128vw 0vw 0vw 0vw;
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .p-list02-item__txt {
    margin: 2.05128vw 0vw 0vw 0vw;
    padding: 2.05128vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-list02 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .p-list02-item {
    position: relative;
    gap: 50px;
    margin: 60px 0 0;
  }
  .p-list02-item__tit {
    margin: 8px 0 0;
  }
}

.p-fixalendar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}

.p-fixalendar.is-show {
  opacity: 1;
  pointer-events: auto;
}

.p-fixalendar.is-hide {
  opacity: 0;
  pointer-events: none;
}

.p-fixalendar .u-calendar {
  background: rgba(255, 255, 255, 0.9);
  width: 410px;
  padding: 0px 20px 6px;
  border-radius: 20px 0 0 0;
}

.p-fixalendar .u-calendar table tr {
  height: 48px;
}

.p-fixalendar .u-calendar table tr:first-of-type {
  height: 48px;
}

.p-fixalendar .u-calendar table tr:first-of-type th, .p-fixalendar .u-calendar table tr:first-of-type td {
  position: relative;
  height: 48px;
  font-size: 16px;
}

.p-fixalendar .u-calendar table tr:first-of-type th.on:after, .p-fixalendar .u-calendar table tr:first-of-type td.on:after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/assets/img/common/ico_eigyo.webp) top center no-repeat;
  background-size: cover;
}

.p-fixalendar .u-calendar table tr:first-of-type th.rest:after, .p-fixalendar .u-calendar table tr:first-of-type td.rest:after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/assets/img/common/ico_rest.webp) top center no-repeat;
  background-size: cover;
}

.p-fixalendar .u-calendar table tr:first-of-type th {
  font-size: 15px;
}

.p-fixalendar .u-calendar table tr th:first-child {
  width: 104px;
}

.p-fixalendar .u-calendar table tr td:first-child {
  width: 104px;
}

.p-fixalendar .u-calendar table tr th:not(:first-child),
.p-fixalendar .u-calendar table tr td:not(:first-child) {
  max-width: 39px;
  width: 39px;
}

.p-fixalendar .u-calendar table th {
  font-size: 16px;
  height: 43px;
}

.p-fixalendar .u-calendar table td {
  font-size: 14px;
  height: 43px;
}

.p-fixalendar .u-calendar table th.on, .p-fixalendar .u-calendar table td.on {
  background: #FABF13;
  color: #fff;
}

.p-fixalendar .u-calendar table th.on .circle, .p-fixalendar .u-calendar table td.on .circle {
  background: #fff;
}

.p-fixalendar .u-calendar table th.on .cell, .p-fixalendar .u-calendar table td.on .cell {
  position: relative;
  color: #fff;
}

.p-fixalendar .u-calendar table th.on .cell:before, .p-fixalendar .u-calendar table td.on .cell:before {
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 10;
  width: 100%;
  height: 1px;
  background: #fff;
}

.p-fixalendar .u-calendar table th.on .slash, .p-fixalendar .u-calendar table td.on .slash {
  background: #fff;
}

.p-fixalendar .u-calendar table th.rest, .p-fixalendar .u-calendar table td.rest {
  background: #CCCCCC;
  color: #fff;
}

.p-fixalendar .u-calendar table th.rest .circle, .p-fixalendar .u-calendar table td.rest .circle {
  background: #fff;
}

.p-fixalendar .u-calendar table th.rest .cell, .p-fixalendar .u-calendar table td.rest .cell {
  position: relative;
  color: #fff;
}

.p-fixalendar .u-calendar table th.rest .cell:before, .p-fixalendar .u-calendar table td.rest .cell:before {
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 10;
  width: 100%;
  height: 1px;
  background: #fff;
}

.p-fixalendar .u-calendar table th.rest .slash, .p-fixalendar .u-calendar table td.rest .slash {
  background: #fff;
}

.p-fixalendar .u-calendar__txt {
  margin: 10px 0 0;
}

.p-fixalendar .u-calendar-btns {
  margin: 15px 0;
}

.p-fixalendar .u-calendar-btn {
  height: 53px;
}

.p-fixalendar .u-calendar-btn a {
  width: 100%;
  height: 100%;
}

.p-fixalendar .u-calendar-btn.col1 svg {
  width: 35.5px;
}

.p-fixalendar .u-calendar-btn.col2 svg {
  width: 23.42px;
}

.p-fixalendar .u-calendar-btn.col3 svg {
  width: 30.28px;
}

.p-fixalendar .u-calendar-btn .txt {
  font-size: 9px;
}

.p-top-mv {
  position: relative;
}

.p-top-mv__txt {
  display: block;
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.5s ease 1.9s;
  transition: 0.5s ease 1.9s;
  opacity: 0;
}

.p-top-mv__pic {
  display: block;
  position: absolute;
  z-index: 3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 1.2s ease 0.4s;
  transition: 1.2s ease 0.4s;
}

.p-top-mv .swipermv {
  width: 100%;
  height: 100%;
}

.p-top-mv-slide {
  display: block;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.p-top-mv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 縦横どちらかは必ずはみ出す */
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-top-mv.in .p-top-mv__txt {
  opacity: 1;
}

.p-top-mv.in .p-top-mv__pic {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media all and (max-width: 767px) {
  .p-top-mv {
    height: calc(100svh - 16.92308vw);
  }
  .p-top-mv__inner {
    position: relative;
    z-index: 1;
    padding: 0vw 0vw 0vw 0vw;
  }
  .p-top-mv__txt {
    bottom: 41.79487vw;
    left: 16.41026vw;
    width: 12.87949vw;
  }
  .p-top-mv__pic {
    bottom: 14.10256vw;
    left: -4.35897vw;
    width: 54.35897vw;
  }
  .p-top-mv-main {
    position: relative;
    z-index: 1;
    height: calc(100svh - 16.92308vw);
  }
  .p-top-mv-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 91.53846vw;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-mv {
    height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 650px;
  }
  .p-top-mv-side {
    position: relative;
    z-index: 2;
    min-width: 308px;
    max-width: 308px;
  }
  .p-top-mv-main {
    position: relative;
    z-index: 1;
    width: calc(100% - 308px);
    height: calc(100svh - 50px);
    min-height: 650px;
  }
  .p-top-mv-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 348px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
  }
  .p-top-mv__txt {
    width: 93.65px;
    left: 263.2px;
    bottom: 184.7px;
  }
  .p-top-mv__pic {
    width: 448px;
    bottom: 0;
    left: 88.4px;
  }
}

.p-top01 {
  position: relative;
  z-index: 2;
}

.p-top01-box {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px #00000029;
          box-shadow: 0px 0px 5px #00000029;
  border-radius: 20px;
}

.p-top01-lists {
  border-top: solid 1px #CCCCCC;
}

.p-top01-list__date {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

.p-top01-list__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

@media all and (max-width: 767px) {
  .p-top01__inner {
    position: relative;
    z-index: 1;
    padding: 37.69231vw 1.28205vw 0vw 1.28205vw;
  }
  .p-top01 .u-tit01 {
    position: absolute;
    top: 24.61538vw;
    left: 36.41026vw;
    text-align: center;
    z-index: 0;
  }
  .p-top01 .u-tit02 {
    margin: 0vw 0vw 0vw 0vw;
  }
  .p-top01 .u-btn02 {
    width: 88.71795vw;
  }
  .p-top01-box {
    padding: 6.41026vw 2.5641vw 11.79487vw 2.5641vw;
  }
  .p-top01-lists {
    margin: 4.61538vw 0vw 0vw 0vw;
    text-align: left;
  }
  .p-top01-list {
    margin: 5.89744vw 0vw 0vw 0vw;
  }
  .p-top01-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top01-list__date {
    min-width: 25.64103vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-top01-list__date.new:after {
    content: "";
    display: block;
    width: 8.20513vw;
    height: 4.35897vw;
    background: url(/assets/img/common/ico_new.webp) no-repeat center center;
    background-size: contain;
  }
  .p-top01-list__txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-top01 {
    position: relative;
    padding: 95px 40px 150px;
  }
  .p-top01__inner {
    margin: 0 auto;
  }
  .p-top01 .u-tit01 {
    display: block;
    top: -5px;
    right: 28px;
    position: absolute;
  }
  .p-top01-box {
    margin: 0 auto;
    padding: 34px 50px 20px;
    max-width: 1180px;
  }
  .p-top01-lists {
    margin: 32px 0 0;
    padding: 17px 0 0;
  }
  .p-top01-list a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 1fr;
        grid-template-columns: 170px 1fr;
    padding: 7px 0;
  }
  .p-top01-list a:hover .p-top01-list__txt {
    text-decoration: underline;
  }
  .p-top01-list__date {
    font-size: 16px;
    padding: 0 0 0 6px;
  }
  .p-top01-list__date.new:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 17px;
    background: url(/assets/img/common/ico_new.webp) no-repeat center center;
    background-size: contain;
    position: relative;
    top: 3px;
    left: 8px;
  }
  .p-top01-list__txt {
    font-size: 16px;
  }
}

.p-top02 {
  background: #EDEDE8;
  position: relative;
}

.p-top02__tit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.12em;
  color: #000;
}

.p-top02__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #000;
}

.p-top02 .u-tit01 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .p-top02:before {
    content: "";
    position: absolute;
    background: #EDEDE8;
    width: 100%;
    height: 25.64103vw;
    top: -16.66667vw;
    left: 0;
    z-index: 0;
  }
  .p-top02__inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 23.07692vw 3.84615vw 0vw 3.84615vw;
  }
  .p-top02 .u-tit01 {
    left: 1.28205vw;
    text-align: center;
    z-index: 0;
  }
  .p-top02__tit {
    margin: 1.02564vw 0vw 0vw 0vw;
    font-size: 24px;
    font-size: 6.15385vw;
  }
  .p-top02__txt {
    margin: 6.15385vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-top02__photo {
    position: relative;
    top: -2.5641vw;
    margin: 0vw -3.84615vw 0vw -3.84615vw;
    height: 126.15385vw;
    overflow: visible;
  }
  .p-top02__photo img {
    height: 100%;
    /* ← 高さを基準にするポイント */
    width: auto;
    /* ← 横は自動（＝比率維持で伸びる） */
    -o-object-fit: cover;
       object-fit: cover;
    /* （任意） */
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .p-top02 {
    position: relative;
    padding: 0px 40px 150px;
  }
  .p-top02:before {
    content: "";
    position: absolute;
    background: #EDEDE8;
    width: 100%;
    height: 270px;
    top: -270px;
    left: 0;
    z-index: 0;
  }
  .p-top02__inner {
    position: relative;
    margin: 0 auto;
    padding: 100px 0 0;
    max-width: 1180px;
    min-height: 900px;
  }
  .p-top02 .u-tit01 {
    display: block;
    top: 75px;
    left: -184px;
    position: absolute;
    width: 100%;
  }
  .p-top02__tit {
    margin: 320px 0 0;
    font-size: 36px;
    line-height: 1.6;
  }
  .p-top02__txt {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 2.6;
    position: relative;
    z-index: 2;
  }
  .p-top02__photo {
    position: absolute;
    height: 891px;
    right: -260px;
    overflow: visible;
    top: 76px;
  }
  .p-top02__photo img {
    height: 100%;
    /* ← 高さを基準にするポイント */
    width: auto;
    /* ← 横は自動（＝比率維持で伸びる） */
    -o-object-fit: cover;
       object-fit: cover;
    /* （任意） */
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .p-top02 .u-tit01 {
    left: -50px;
  }
  .p-top02__photo {
    position: absolute;
    height: 800px;
    right: -360px;
    overflow: visible;
    top: auto;
    bottom: -50px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .p-top02__photo {
    position: absolute;
    height: 741px;
    right: -360px;
    overflow: visible;
    top: auto;
    bottom: -50px;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  .p-top02__photo {
    position: absolute;
    height: 540px;
    right: -300px;
    overflow: visible;
    top: auto;
    bottom: -50px;
  }
}

.p-top03 {
  background: #E1E1E1;
  position: relative;
  z-index: 2;
}

.p-top03 .u-tit01 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .p-top03:before {
    content: "";
    position: absolute;
    background: #E1E1E1;
    width: 111.02564vw;
    height: 111.02564vw;
    top: -2.5641vw;
    left: 0;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    z-index: 0;
  }
  .p-top03__inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 7.69231vw 3.84615vw 34.10256vw 3.84615vw;
  }
  .p-top03 .u-tit01 {
    position: absolute;
    top: 31.28205vw;
    left: 1.28205vw;
    text-align: center;
    z-index: 0;
  }
  .p-top03 .u-tit02 {
    margin: 6.41026vw 0vw 0vw 0vw;
  }
  .p-top03 .u-card01 {
    position: relative;
    z-index: 1;
    margin: 21.79487vw auto 0vw;
  }
  .p-top03__photo {
    margin: 16.15385vw -3.84615vw 0vw -3.84615vw;
    height: 60.25641vw;
    overflow: visible;
  }
  .p-top03__photo img {
    height: 100%;
    /* ← 高さを基準にするポイント */
    width: auto;
    /* ← 横は自動（＝比率維持で伸びる） */
    -o-object-fit: cover;
       object-fit: cover;
    /* （任意） */
    display: block;
  }
  .p-top03 .u-btn01 {
    margin: 8.46154vw auto 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-top03 {
    padding: 0px 0px 145px;
  }
  .p-top03:before {
    content: "";
    position: absolute;
    background: #E1E1E1;
    width: 110%;
    height: 500px;
    top: -100px;
    left: 0;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    z-index: 0;
  }
  .p-top03__inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 40px;
  }
  .p-top03 .u-tit01 {
    display: block;
    top: 75px;
    left: 100px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .p-top03 .u-card01 {
    max-width: 1180px;
    position: relative;
    z-index: 2;
    margin: 154px auto 0;
  }
  .p-top03 .u-btn01 {
    margin: 100px auto 0;
  }
}

.p-top04 {
  position: relative;
}

.p-top04 .u-tit01 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.p-top04__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

.p-top04-addr .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media all and (max-width: 767px) {
  .p-top04 {
    overflow: hidden;
    padding: 0vw 3.84615vw 34.61538vw 3.84615vw;
  }
  .p-top04 .u-tit01 {
    margin: -5.64103vw -3.84615vw 0vw -3.84615vw;
    text-align: center;
  }
  .p-top04 .u-tit02 {
    margin: 7.69231vw 0vw 0vw 0vw;
  }
  .p-top04 .u-card02 {
    margin: 26.92308vw auto 0vw;
    width: 71.79487vw;
  }
  .p-top04-addr {
    padding: 0vw 0vw 7.69231vw 0vw;
  }
  .p-top04-addr .txt {
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .p-top04-addr .txt2 {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-top04__txt {
    margin: 6.15385vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-top04__txt.type2 {
    margin: 3.58974vw 0vw 0vw 0vw;
  }
  .p-top04__photo {
    margin: 16.15385vw -3.84615vw 0vw -3.84615vw;
    height: 60.25641vw;
    overflow: visible;
  }
  .p-top04__photo img {
    height: 100%;
    width: auto;
    /* ← 横は自動（＝比率維持で伸びる） */
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .p-top04__map {
    margin: 3.84615vw -3.84615vw 0vw -3.84615vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-top04 {
    padding: 209px 40px 100px;
  }
  .p-top04__inner {
    margin: 0 auto;
    max-width: 1180px;
  }
  .p-top04__tit {
    font-size: 24px;
  }
  .p-top04 .u-tit01 {
    display: block;
    top: -44px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .p-top04__photo {
    margin: 42px auto 0;
  }
  .p-top04__map {
    margin: 80px auto 0;
  }
  .p-top04__map iframe {
    width: 100%;
    height: 588px;
  }
  .p-top04-addr {
    margin: 40px 0 0;
  }
  .p-top04-addr .txt {
    font-size: 26px;
  }
  .p-top04-addr .txt2 {
    font-size: 20px;
  }
  .p-top04-addr + .u-tit03 {
    margin: 55px 0 0;
  }
  .p-top04__txt {
    margin: 24px 0 0;
    font-size: 16px;
  }
  .p-top04__txt.type2 {
    margin: 24px 0 0;
  }
}

.p-top05 {
  background: url(/assets/img/top/bg_01.webp) top center;
  background-size: cover;
  position: relative;
}

.p-top05 .swiper {
  overflow: visible;
}

.p-top05 .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-top05 .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top05 .swiper-slide > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top05 .u-card02-item__txt {
  height: 100%;
}

@media all and (max-width: 767px) {
  .p-top05 {
    overflow: hidden;
    padding: 3.84615vw 3.84615vw 25.38462vw 3.84615vw;
    text-align: center;
  }
  .p-top05 .u-tit01 {
    margin: -8.20513vw -3.84615vw 0vw -3.84615vw;
    position: relative;
  }
  .p-top05 .u-tit02 {
    margin: 6.41026vw 0vw 0vw 0vw;
  }
  .p-top05 .u-card02 {
    margin: 26.92308vw auto 0vw;
    width: 71.79487vw;
  }
  .p-top05 .u-btn01 {
    margin: 23.07692vw auto 0vw;
  }
  .p-top05 .swiper {
    margin: 24.35897vw 0vw 0vw 0vw;
    padding: 0vw 3.84615vw 0vw 3.84615vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-top05 {
    padding: 170px 40px 113px;
  }
  .p-top05__inner {
    margin: 0 auto;
    max-width: 1180px;
  }
  .p-top05 .u-tit01 {
    display: block;
    top: -56px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .p-top05 .swiper {
    margin: 110px 0 0;
    overflow: visible;
  }
  .p-top05 .u-card02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 38px;
  }
  .p-top05 .u-btn01 {
    margin: 117px auto 0;
  }
}

.p-top06 {
  background: #fff;
  position: relative;
}

.p-top06__tit {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.p-top06-box {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px #00000029;
          box-shadow: 0px 0px 5px #00000029;
  border-radius: 20px;
}

.p-top06-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top06-list__date {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

.p-top06-list__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

@media all and (max-width: 767px) {
  .p-top06 {
    background: #F7F7F7;
    padding: 26.66667vw 1.28205vw 51.28205vw 1.28205vw;
    text-align: center;
  }
  .p-top06 .u-tit01 {
    top: 9.48718vw;
    left: 12.82051vw;
    position: absolute;
  }
  .p-top06__tit {
    margin: 0vw 0vw 0vw 0vw;
    font-size: 19.5px;
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .p-top06-box {
    padding: 6.41026vw 2.5641vw 7.69231vw 2.5641vw;
  }
  .p-top06-lists {
    border-top: solid 1px #CCCCCC;
    margin: 4.61538vw 0vw 0vw 0vw;
    text-align: left;
  }
  .p-top06-list {
    margin: 5.89744vw 0vw 0vw 0vw;
  }
  .p-top06-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top06-list__date {
    min-width: 25.64103vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-top06-list__date.new:after {
    content: "";
    display:block;
    width: 8.20513vw;
    height: 4.35897vw;
    background: url(/assets/img/common/ico_new.webp) no-repeat center center;
    background-size: contain;
  }
  .p-top06-list__txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-top06 {
    padding: 275px 40px 228px;
    width: 100%;
  }
  .p-top06__inner {
    margin: 0 auto;
    max-width: 1180px;
  }
  .p-top06 .u-tit01 {
    display: block;
    top: 158px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .p-top06__tit {
    font-size: 24px;
  }
  .p-top06-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 37px 55px 10px;
  }
  .p-top06-lists {
    margin: 22px 0 0;
  }
  .p-top06-list {
    border-top: solid 1px #CCCCCC;
  }
  .p-top06-list a {
    padding: 28px 0;
  }
  .p-top06-list a:hover .p-top06-list__txt {
    text-decoration: underline;
  }
  .p-top06-list__date {
    width: 20%;
    min-width: 120px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding: 0 0 0 6px;
  }
  .p-top06-list__date.new:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 17px;
    background: url(/assets/img/common/ico_new.webp) no-repeat center center;
    background-size: contain;
    position: relative;
    top: 3px;
    left: 8px;
  }
  .p-top06-list__txt {
    width: 80%;
    font-size: 16px;
  }
}

.p-parts01 {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

@media all and (max-width: 767px) {
  .p-parts01 {
    margin: 8.97436vw 0vw 7.69231vw 0vw;
    padding: 7.69231vw 5.12821vw 10.25641vw 5.12821vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts01 {
    margin: 90px 0 0;
    position: relative;
    overflow: hidden;
    padding: 78px 0px 50px;
  }
  .p-parts01__inner {
    padding: 0px 80px 0px;
  }
  .p-parts01__inner:has(.p-parts01__photo) {
    padding: 0px 0px 0px 80px;
  }
  .p-parts01-txtbox {
    padding: 0 100px 0 0;
  }
  .p-parts01__photo {
    position: relative;
    right: 0px;
    float: right;
    width: clamp(240px, 32vw, 410px);
    max-width: 410px;
    padding: 0 0 20px 40px;
  }
  .p-parts01__photo img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.p-parts02 {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

@media all and (max-width: 767px) {
  .p-parts02 {
    margin: 8.97436vw 0vw 7.69231vw 0vw;
    padding: 7.69231vw 5.12821vw 10.25641vw 5.12821vw;
  }
  .p-parts02__inner > :first-child {
    margin: 0 !important;
  }
  .p-parts02-photolist {
    margin: 3.84615vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts02 {
    margin: 80px 0 0;
    position: relative;
    padding: 80px 0px 90px;
  }
  .p-parts02__inner {
    padding: 0px 80px 0px;
  }
  .p-parts02__inner > :first-child {
    margin: 0 !important;
  }
  .p-parts02 .u-tit03 {
    margin: 35px 0 0;
  }
  .p-parts02__photo {
    position: relative;
    right: 0px;
    float: right;
    width: clamp(240px, 32vw, 430px);
    max-width: 430px;
    padding: 0 0 0px 30px;
  }
  .p-parts02__photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p-parts02-photolist {
    margin: 35px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
  }
}

.p-parts03 {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

.p-parts03.bo {
  border-top: solid 1px #CCCCCC;
  border-radius: 0px;
}

.p-parts03-content-side-prof__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 0 12px;
  border-bottom: solid 1px #707070;
}

.p-parts03-content-side-prof__tit .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.p-parts03-content-side-prof__tit .txt2 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #505453;
}

.p-parts03-content-side-prof__txt {
  margin: 13px 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
}

.p-parts03-single-prof__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 0 12px;
  border-bottom: solid 1px #707070;
}

.p-parts03-single-prof__tit .txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.p-parts03-single-prof__tit .txt2 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #505453;
}

.p-parts03-single-prof__txt {
  margin: 13px 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
}

@media all and (max-width: 767px) {
  .p-parts03 {
    margin: 8.97436vw 0vw 7.69231vw 0vw;
    padding: 7.69231vw 5.12821vw 10.25641vw 5.12821vw;
  }
  .p-parts03.bo {
    padding: 7.69231vw 0vw 0vw 0vw;
  }
  .p-parts03__inner > :first-child {
    margin: 0 !important;
  }
  .p-parts03-content {
    margin: 2.5641vw 0vw 0vw 0vw;
  }
  .p-parts03-content-side {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-parts03-content-side__photo {
    margin: 5.12821vw auto 0vw;
    width: 46.15385vw;
  }
  .p-parts03-content-side-prof {
    width: 100%;
  }
  .p-parts03-content-side-prof__tit {
    gap: 3.07692vw;
    padding: 3.07692vw 0vw 3.07692vw 0vw;
  }
  .p-parts03-content-side-prof__tit .txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-parts03-content-side-prof__tit .txt2 {
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .p-parts03-content-side-prof__txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-parts03-single__photo {
    margin: 5.12821vw auto 0vw;
    width: 46.15385vw;
  }
  .p-parts03-single-prof {
    margin: 0vw auto 0vw;
    width: 69.23077vw;
  }
  .p-parts03-single-prof__tit {
    gap: 3.07692vw;
    padding: 3.07692vw 0vw 3.07692vw 0vw;
  }
  .p-parts03-single-prof__tit .txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-parts03-single-prof__tit .txt2 {
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .p-parts03-single-prof__txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts03 {
    margin: 80px 0 0;
    position: relative;
    padding: 74px 0px 60px;
  }
  .p-parts03.bo {
    margin: 170px 0 0;
    padding: 55px 0px 0px;
  }
  .p-parts03__inner {
    padding: 0px 80px 0px;
  }
  .p-parts03__inner > :first-child {
    margin: 0 !important;
  }
  .p-parts03-content {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
  .p-parts03-content-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-parts03-content-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .p-parts03-content-side__photo {
    width: clamp(140px, 17vw, 180px);
    max-width: 180px;
  }
  .p-parts03-content-side-porf {
    width: 60%;
    min-width: 240px;
  }
  .p-parts03-single {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    width: 480px;
    margin: 0 auto;
  }
  .p-parts03-single__photo {
    width: clamp(140px, 17vw, 180px);
    max-width: 180px;
  }
  .p-parts03-single-prof {
    min-width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .p-parts03-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-parts04 {
  position: relative;
}

.p-parts04-item {
  position: relative;
  background: white;
  border-radius: 20px;
}

.p-parts04-item > :first-child {
  margin: 0 !important;
}

.p-parts04-item:last-of-type:after {
  display: none;
}

.p-parts04-item:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15.5px;
  height: 9px;
  background: url(/assets/img/common/ico_arrow_03.webp) center center no-repeat;
  background-size: contain;
  bottom: -30px;
}

.p-parts04-item__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

.p-parts04-item__txt .bo {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-parts04-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-parts04-item-box__ico {
  display: block;
}

.p-parts04-item-box__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .p-parts04 {
    margin: 10.25641vw 0vw 0vw 0vw;
    gap: 13.84615vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .p-parts04-item {
    padding: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
    gap: 3.58974vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .p-parts04-item:after {
    width: 3.97436vw;
    height: 2.30769vw;
    bottom: -7.69231vw;
  }
  .p-parts04-item__txt {
    font-size: 16px;
    font-size: 4.10256vw;
    line-height: 1.75;
  }
  .p-parts04-item-box {
    margin: 1.53846vw 0vw 0vw 0vw;
  }
  .p-parts04-item-box__ico {
    width: 14.61538vw;
  }
  .p-parts04-item-box__txt {
    padding: 1.28205vw 0vw 0vw 1.28205vw;
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-parts04 + .u-txt02 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts04 {
    margin: 17px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
  .p-parts04-item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 210px 1fr 90px;
        grid-template-columns: 210px 1fr 90px;
    gap: 30px;
    padding: 30px 20px;
    min-height: 168px;
  }
  .p-parts04-item__txt {
    font-size: 16px;
  }
  .p-parts04-item-box__ico {
    width: 57px;
  }
  .p-parts04-item-box__txt {
    padding: 5px 0 0 5px;
    font-size: 14px;
  }
  .p-parts04 + .u-txt02 {
    margin: 30px 0 0;
  }
}

.p-parts05 {
  position: relative;
}

.p-parts05-item {
  background: white;
  border-radius: 10px;
}

.p-parts05-item > :first-child {
  margin: 0 !important;
}

.p-parts05-item__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .p-parts05 {
    margin: 5.12821vw 0vw 0vw 0vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 6.41026vw;
  }
  .p-parts05-item {
    padding: 5.64103vw 5.12821vw 5.12821vw 5.12821vw;
  }
  .p-parts05-item__txt {
    margin: 3.84615vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
    line-height: 1.7;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts05 {
    margin: 60px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
  .p-parts05-item {
    padding: 32px 30px 48px;
  }
  .p-parts05-item__txt {
    margin: 10px 0 0;
    font-size: 16px;
  }
}

.p-news {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

.p-news-list {
  border-bottom: solid 1px #CCCCCC;
}

.p-news-list__date {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #666666;
}

.p-news-list__tit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-news-list-detail > *:first-child {
  margin: 18px 0 0 !important;
}

.p-news-list-detail h1,
.p-news-list-detail h2,
.p-news-list-detail h3,
.p-news-list-detail h4,
.p-news-list-detail h5,
.p-news-list-detail h6 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-news-list-detail p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.p-news-list-detail a {
  color: #1BABEB;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-news-list-detail a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-news-list-detail figure {
  display: block;
}

.p-news-list-detail h1,
.p-news-list-detail h2,
.p-news-list-detail h3,
.p-news-list-detail h4,
.p-news-list-detail h5,
.p-news-list-detail h6,
.p-news-list-detail p,
.p-news-list-detail figure,
.p-news-list-detail div,
.p-news-list-detail ul,
.p-news-list-detail hr {
  margin: 20px 0 0;
}

.p-news-list-detail div > div {
  margin: 0px 0 0;
}

.p-news-list-detail div > div > * {
  margin: 0;
}

.p-news-list-detail h1 + p,
.p-news-list-detail h2 + p,
.p-news-list-detail h3 + p,
.p-news-list-detail h4 + p,
.p-news-list-detail h5 + p,
.p-news-list-detail h6 + p {
  margin: 20px 0 0;
}

@media all and (max-width: 767px) {
  .p-news {
    margin: 8.97436vw 0vw 7.69231vw 0vw;
    padding: 7.69231vw 5.12821vw 10.25641vw 5.12821vw;
  }
  .p-news-list {
    margin: 8.97436vw 0vw 0vw 0vw;
    padding: 0vw 0vw 8.97436vw 0vw;
  }
  .p-news-list:first-of-type {
    margin: 0px 0 0;
  }
  .p-news-list__date {
    min-width: 25.64103vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-news-list__date.new:after {
    content: "";
    display: inline-block;
    width: 8.20513vw;
    height: 4.35897vw;
    top: 0.76923vw;
    left: 2.5641vw;
    background: url(/assets/img/common/ico_new.webp) no-repeat center center;
    background-size: contain;
    position: relative;
  }
  .p-news-list__tit {
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .p-news-list-detail > *:first-child {
    margin: 18px 0 0 !important;
  }
  .p-news-list-detail h1,
  .p-news-list-detail h2,
  .p-news-list-detail h3,
  .p-news-list-detail h4,
  .p-news-list-detail h5,
  .p-news-list-detail h6 {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 20px;
    font-size: 5.12821vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-news-list-detail p {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    font-size: 16px;
    font-size: 4.10256vw;
    letter-spacing: 0.02em;
  }
  .p-news-list-detail a {
    text-decoration: underline;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-news-list-detail figure {
    display: block;
  }
  .p-news-list-detail h1,
  .p-news-list-detail h2,
  .p-news-list-detail h3,
  .p-news-list-detail h4,
  .p-news-list-detail h5,
  .p-news-list-detail h6,
  .p-news-list-detail p,
  .p-news-list-detail figure,
  .p-news-list-detail div,
  .p-news-list-detail ul,
  .p-news-list-detail hr {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-news-list-detail div > div {
    margin: 0px 0 0;
  }
  .p-news-list-detail div > div > * {
    margin: 0;
  }
  .p-news-list-detail h1 + p,
  .p-news-list-detail h2 + p,
  .p-news-list-detail h3 + p,
  .p-news-list-detail h4 + p,
  .p-news-list-detail h5 + p,
  .p-news-list-detail h6 + p {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-news {
    margin: 80px 0 0;
    position: relative;
    padding: 86px 100px 90px;
  }
  .p-news-list {
    margin: 57px 0 0;
    padding: 0 0 57px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 190px 1fr;
        grid-template-columns: 190px 1fr;
    gap: 20px;
    /* 任意 */
  }
  .p-news-list:first-of-type {
    margin: 0px 0 0;
  }
  .p-news-list__date {
    position: relative;
    top: 8px;
    font-size: 16px;
    padding: 0 0 0 0px;
  }
  .p-news-list__date.new:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 17px;
    background: url(/assets/img/common/ico_new.webp) no-repeat center center;
    background-size: contain;
    position: relative;
    top: 3px;
    left: 10px;
  }
  .p-news-list__tit {
    font-size: 24px;
  }
}

.p-guide-item01 .u-calendar {
  width: 100%;
  max-width: 560px;
  padding: 24px 40px 29px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-guide-item01 .u-calendar__txt {
  font-size: 16px;
  line-height: 2;
}

.p-guide-item02 {
  border-radius: 10px;
  background: #EFEFEF;
}

.p-guide-items03 {
  border-radius: 10px;
  border: solid 1px #707070;
}

.p-guide-item02__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-guide-item02__tit .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #505453;
  border-radius: 5px;
  color: #fff;
  padding: 1px 20px;
}

.p-guide-item02__tit .txt {
  line-height: 1.6;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  padding: 0 0 1.5px;
}

.p-guide-item02__tit2 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0 0;
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
}

.p-guide-item02__tit2 .min {
  font-size: 16px;
}

.p-guide-item02__txt {
  margin: 2px 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.p-guide-item02__txt a {
  color: #1BABEB;
  text-decoration: underline;
}

.p-guide-item02__txt + .p-guide-item02__txt {
  margin: 0;
}

.p-guide-item02__txt + .p-guide-item02__tit2 {
  margin: 18px 0 0;
}

.p-guide-item02__tit2 + .p-guide-item02__tit2 {
  margin: 5px 0 0;
}

.p-guide-item03__tit {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
}

.p-guide-item03__txt {
  margin: 8px 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.p-guide-item03__photo {
  display: block;
}

@media all and (max-width: 767px) {
  .p-guide {
    padding: 7.69231vw 0vw 10.25641vw 0vw;
  }
  .p-guide-items01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.69231vw;
    padding: 0vw 0vw 10.25641vw 0vw;
  }
  .p-guide-item01 > .u-tit03 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-guide-item01 .u-calendar {
    padding: 8.20513vw 0vw 0vw 0vw;
  }
  .p-guide-item01 .u-calendar table th,
  .p-guide-item01 .u-calendar table td {
    font-size: 14px;
    font-size: 3.58974vw;
    height: 14.10256vw;
  }
  .p-guide-item01 .u-calendar table tr:first-of-type td {
    font-size: 12px;
    font-size: 3.07692vw;
  }
  .p-guide-item01 .u-calendar__txt {
    font-size: 14px;
    font-size: 3.58974vw;
    line-height: 1.6;
  }
  .p-guide-items02 {
    margin: 10.25641vw 0vw 0vw 0vw;
  }
  .p-guide-item02 {
    margin: 4.61538vw auto 0vw;
    padding: 9.23077vw 5.12821vw 10.25641vw 5.12821vw;
  }
  .p-guide-item02__tit .box {
    gap: 2.05128vw;
    border-radius: 1.28205vw 1.28205vw 1.28205vw 1.28205vw;
    padding: 0.25641vw 5.12821vw 0.25641vw 5.12821vw;
  }
  .p-guide-item02__tit .txt {
    font-size: 16px;
    font-size: 4.10256vw;
    padding: 0vw 0vw 0.25641vw 0vw;
  }
  .p-guide-item02__tit2 {
    font-size: 18px;
    font-size: 4.61538vw;
    margin: 6.41026vw 0vw 0vw 0vw;
  }
  .p-guide-item02__tit2 .min {
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-guide-item02__txt {
    margin: 6.66667vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-guide-item02__txt + .p-guide-item02__txt {
    margin: 0;
  }
  .p-guide-item02__txt + .p-guide-item02__tit2 {
    margin: 6.41026vw 0vw 0vw 0vw;
  }
  .p-guide-item02__tit2 + .p-guide-item02__tit2 {
    margin: 2.5641vw 0vw 0vw 0vw;
  }
  .p-guide-items03 {
    margin: 12.05128vw auto 0vw;
    padding: 5.64103vw 5.12821vw 0vw 5.12821vw;
  }
  .p-guide-item03 {
    padding: 0vw 0vw 7.17949vw 0vw;
  }
  .p-guide-item03__tit {
    font-size: 18px;
    font-size: 4.61538vw;
  }
  .p-guide-item03__txt {
    margin: 2.5641vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-guide-item03__photo {
    display: block;
  }
  .p-guide-item03__photo.type1 {
    margin: 6.66667vw auto 0vw;
    width: 41.28205vw;
  }
  .p-guide-item03__photo.type2 {
    margin: 2.5641vw 0vw 0vw 0vw;
    min-width: 81.53846vw;
  }
  .p-guide .u-btn01 {
    margin: 8.97436vw auto 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-guide-items01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-guide-items02 {
    margin: 32px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-guide-item02 {
    padding: 37px 50px 22px;
  }
  .p-guide-item02__txt a:hover {
    opacity: 0.7;
  }
  .p-guide-items03 {
    margin: 134px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-guide-item03 {
    padding: 52px 50px 20px;
  }
  .p-guide-item03.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
  .p-guide-item03__photo {
    display: block;
  }
  .p-guide-item03__photo.type1 {
    float: right;
    margin: 0px 0 0;
    max-width: 151px;
    width: clamp(100px, 32vw, 151px);
  }
  .p-guide-item03__photo.type2 {
    margin: 17px 0 0;
    max-width: 316px;
  }
  .p-guide .u-btn01 {
    margin: 72px auto 0;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .p-guide-items01 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .p-guide-item01 > .u-tit03 {
    margin: 20px 0 0;
  }
  .p-guide-item02 {
    padding: 37px 30px 22px;
  }
  .p-guide-items03 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .p-guide-item03 {
    padding: 30px 30px 20px;
  }
  .p-guide-item03.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
}

.p-treatments-table {
  margin: 35px -2px 0;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.p-treatments-table th,
.p-treatments-table td {
  padding: 9px 10px;
  border: 2px solid #EFEFEF;
  text-align: center;
  vertical-align: middle;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-treatments-table thead th {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-treatments-table2 {
  margin: 35px -2px 0;
  width: 100%;
  border-collapse: collapse;
  background: #F7F7F7;
}

.p-treatments-table2.type2 td {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}

.p-treatments-table2 th,
.p-treatments-table2 td {
  padding: 9px 10px;
  border: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-treatments-table2 thead th {
  background: #EFEFEF;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-treatments .p-multifocal-table tbody td:first-child {
  text-align: left;
}

.p-treatments-parts01 .u-tit03 {
  margin: 0;
}

.p-treatments-parts01:first-of-type {
  margin: 44px 0 0;
}

.p-treatments-parts01 + .p-treatments-parts01 {
  margin: 81px 0 0;
}

.p-treatments-parts02-item__tit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 0 28px;
}

.p-treatments-parts02-item__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}

.p-treatments__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.p-treatments__txt.mid {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}

.p-treatments__txt.lft {
  text-align: left;
}

.p-treatments-list__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.p-treatments-list2__num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #CCCCCC;
  line-height: 1;
}

.p-treatments-list2__tit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.p-treatments-list2__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.p-treatments-list3 {
  border-radius: 20px;
  background: #EFEFEF;
}

.p-treatments-list3__tit {
  color: #fff;
  border-radius: 5px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-treatments-list3__tit.col1 {
  background: #5EB1D1;
}

.p-treatments-list3__tit.col2 {
  background: #6AB940;
}

.p-treatments-list3__txt {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
}

.p-treatments-list3__photo img {
  mix-blend-mode: multiply;
}

.p-treatments-list3-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-treatments-list3-box2 dt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
}

.p-treatments-list3-box2 dd {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

.p-treatments-list3-box2 dd span {
  color: #FF0093;
}

.p-treatments-list3-box2 dd p {
  line-height: 1.6;
}

.p-treatments-list4 {
  border-radius: 20px;
}

.p-treatments-list4__tit {
  color: #fff;
  border-radius: 5px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-treatments-list4__tit.col1 {
  background: #5EB1D1;
}

.p-treatments-list4__tit.col2 {
  background: #6AB940;
}

.p-treatments-list4__txt {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
}

.p-treatments-list4__txt2 {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
}

.p-treatments-list4__txt2 .bo {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-treatments-list4__txt2.type3 {
  text-align: center;
  padding: 0 0 3px;
}

.p-treatments-list4__photo img {
  mix-blend-mode: multiply;
}

.p-treatments-list5__tit {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.65;
}

.p-treatments-list5__txt {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
}

.p-treatments-list5__txt2 {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
}

.p-treatments-grey {
  position: relative;
}

.p-treatments-grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #EFEFEF;
  z-index: -1;
}

.p-treatments-grey .u-tit03 {
  color: #333;
}

.p-treatments-grey .u-maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #fff34d));
  background: linear-gradient(transparent 20%, #fff34d 20%);
}

.p-treatments-grey2 {
  border-radius: 20px;
  background: #F7F7F7;
  padding: 50px 100px;
}

.p-treatments-grey2__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.p-treatments-grey2__txt .u-maker {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-treatments-grey2 .u-maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #fff34d));
  background: linear-gradient(transparent 20%, #fff34d 20%);
}

@media all and (max-width: 767px) {
  .p-treatments {
    padding: 7.69231vw 0vw 10.25641vw 0vw;
  }
  .p-treatments.type2 {
    padding: 7.69231vw 0vw 20.51282vw 0vw;
  }
  .p-treatments .u-tit03 {
    margin: 12.82051vw 0vw 0vw 0vw;
  }
  .p-treatments .u-tit03.ma {
    margin: 17.94872vw 0vw 0vw 0vw;
  }
  .p-treatments .u-tit05 {
    margin: 0vw 0vw 0vw 0vw;
  }
  .p-treatments .u-txt02.top {
    margin: 0vw 0vw 0vw 0vw;
  }
  .p-treatments .u-photo.wide {
    margin: 7.69231vw 0vw 0vw 0vw;
  }
  .p-treatments .u-btn01.wide .txt {
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .p-treatments .u-txt02 + .u-btn01 {
    margin: 12.82051vw auto 0vw;
  }
  .p-treatments-photobox {
    margin: 12.82051vw 0vw 0vw 0vw;
  }
  .p-treatments-photobox.grey {
    margin: 12.82051vw -3.84615vw 0vw -3.84615vw;
    padding: 12.82051vw 3.84615vw 10.25641vw 3.84615vw;
    background: #EDEDE8;
  }
  .p-treatments-photobox.grey .u-txt02 {
    margin: 7.69231vw 0vw 0vw 0vw;
  }
  .p-treatments-photobox.grey .scroll-hint {
    margin: 12.82051vw -3.84615vw 0vw -3.84615vw;
  }
  .p-treatments-photobox picture {
    display: block;
    width: 282.05128vw;
  }
  .p-treatments-photobox + .u-btn01 {
    margin: 7.69231vw auto 0vw;
  }
  .p-treatments__txt {
    margin: 12.82051vw 0vw 0vw 0vw;
    font-size: 32px;
    font-size: 8.20513vw;
    line-height: 1.4;
  }
  .p-treatments__txt.mid {
    margin: 0vw -2.5641vw 7.69231vw 0vw;
    font-size: 26px;
    font-size: 6.66667vw;
    text-align: center;
    letter-spacing: 0.03em;
  }
  .p-treatments__txt.mid.type2 {
    font-size: 32px;
    font-size: 8.20513vw;
    margin: 12.82051vw 0vw 7.69231vw 0vw;
  }
  .p-treatments__txt.lft {
    margin: 7.69231vw 0vw 0vw 0vw;
    font-size: 26px;
    font-size: 6.66667vw;
    text-align: left;
    letter-spacing: 0.03em;
  }
  .p-treatments__txt.lft + .u-txt02 {
    margin: 9.48718vw 0vw 0vw 0vw;
  }
  .p-treatments-parts01 .u-tit03 {
    margin: 0;
  }
  .p-treatments-parts01:first-of-type {
    margin: 0vw 0vw 0vw 0vw;
  }
  .p-treatments-parts01 .u-photo {
    margin: 7.17949vw 0vw 0vw 0vw;
    display: block;
  }
  .p-treatments-parts01 .u-tit03 {
    margin: 0;
  }
  .p-treatments-parts01 + .p-treatments-parts01 {
    margin: 11.53846vw 0vw 0vw 0vw;
  }
  .p-treatments-parts02 {
    margin: 5.12821vw 0vw 0vw 0vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 5.12821vw;
  }
  .p-treatments-parts02.type2 {
    gap: 10.25641vw;
  }
  .p-treatments-parts02-item__tit {
    font-size: 20px;
    font-size: 5.12821vw;
    padding: 0vw 0vw 5.12821vw 0vw;
  }
  .p-treatments-parts02-item__txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-treatments-parts03 .u-txt02 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-treatments-lists {
    margin: 7.69231vw 0vw 0vw 0vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 7.69231vw;
  }
  .p-treatments-lists + .u-txt02 {
    margin: 7.69231vw 0vw 0vw 0vw;
    padding: 0vw 2.5641vw 0vw 0vw;
    text-align: right;
  }
  .p-treatments-list {
    margin: 0vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-treatments-list__txt {
    font-size: 15px;
    font-size: 3.84615vw;
  }
  .p-treatments-list__photo {
    margin: 2.5641vw 0vw 0vw 0vw;
    display: block;
  }
  .p-treatments-lists2 {
    margin: 7.69231vw 0vw 0vw 0vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 7.69231vw;
  }
  .p-treatments-box2 {
    padding: 0vw 0vw 10.76923vw 0vw;
  }
  .p-treatments-box2 .u-tit04.small {
    margin: 11.53846vw 0vw 0vw 0vw;
  }
  .p-treatments-lists2 {
    margin: 7.69231vw 0vw 0vw 0vw;
    gap: 3.33333vw;
  }
  .p-treatments-list2 {
    margin: 2.5641vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-treatments-list2__num {
    font-size: 37px;
    font-size: 9.48718vw;
  }
  .p-treatments-list2__tit {
    margin: 0vw -3.84615vw 0vw -3.84615vw;
    font-size: 18px;
    font-size: 4.61538vw;
    line-height: 1.5;
  }
  .p-treatments-list2__txt {
    margin: 3.33333vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-treatments-list2__photo {
    margin: 1.53846vw 0vw 0vw 0vw;
  }
  .p-treatments-lists3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6.41026vw 0vw 0vw 0vw;
    gap: 6.92308vw;
  }
  .p-treatments-list3 {
    gap: 1.53846vw;
    padding: 5.12821vw 4.35897vw 7.69231vw 4.35897vw;
  }
  .p-treatments-list3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-treatments-list3-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-treatments-list3-box2 dt {
    margin: 4.87179vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-treatments-list3-box2 dd {
    margin: 1.28205vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-treatments-list3__tit {
    display: block;
    font-size: 20px;
    font-size: 5.12821vw;
    text-align: center;
    padding: 1.02564vw 2.5641vw 1.02564vw 2.5641vw;
  }
  .p-treatments-list3__txt {
    margin: 3.84615vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-treatments-list3__photo {
    width: 33.33333vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-treatments-list3__photo.type2 {
    margin: 3.84615vw 0vw 0vw 0vw;
  }
  .p-treatments-lists4.type2 .p-treatments-list4 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-treatments-lists4.type2 .p-treatments-list4__photo {
    margin: 1.02564vw 0vw 0vw 0vw;
  }
  .p-treatments-lists4 + .u-txt02 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-treatments-lists4.ctr {
    margin: 0vw 0vw 0vw 0vw;
  }
  .p-treatments-lists4.ctr .p-treatments-list4 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-treatments-lists4.type3 {
    margin: 12.82051vw 0vw 0vw 0vw !important;
  }
  .p-treatments-lists4.type3 .p-treatments-list4 {
    margin: 5.12821vw 0vw 0vw 0vw !important;
  }
  .p-treatments-lists4.sptype1 .p-treatments-list4 {
    margin: 5.12821vw 0vw 0vw 0vw !important;
  }
  .p-treatments-list4 {
    margin: 10.25641vw 0vw 0vw 0vw;
    text-align: center;
  }
  .p-treatments-list4__tit {
    padding: 1.28205vw 4.61538vw 1.53846vw 4.61538vw;
    font-size: 16px;
    font-size: 4.10256vw;
    text-align: center;
  }
  .p-treatments-list4__txt {
    margin: 2.5641vw 0vw 0vw 0vw;
    font-size: 20px;
    font-size: 5.12821vw;
    text-align: left;
    line-height: 1.5;
  }
  .p-treatments-list4__txt2 {
    font-size: 16px;
    font-size: 4.10256vw;
    text-align: left;
  }
  .p-treatments-list4__txt2.type2 {
    padding: 0vw 0vw 1.28205vw 0vw;
  }
  .p-treatments-list4__photo {
    margin: 5.64103vw 0vw 0vw 0vw;
  }
  .p-treatments-list4__photo.no {
    margin: 0;
  }
  .p-treatments-lists5 {
    margin: 10.25641vw 0vw 0vw 0vw;
  }
  .p-treatments-lists5 + .p-treatments-lists4 {
    margin: 0vw 0vw 0vw 0vw;
  }
  .p-treatments-lists5 + .p-treatments-lists4 .p-treatments-list4 {
    margin: 2.5641vw 0vw 0vw 0vw;
  }
  .p-treatments-lists5 + .p-treatments-lists4 .p-treatments-list4:first-of-type {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-treatments-list5 {
    margin: 5.12821vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.28205vw;
  }
  .p-treatments-list5:first-child {
    margin: 0;
  }
  .p-treatments-list5__tit {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-treatments-list5__txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-treatments-list5__txt2 {
    padding: 0 0 0 0.5em;
    text-indent: -0.5em;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-treatments-list5__txt2 + .p-treatments-list5__txt2 {
    margin: 2.05128vw 0vw 0vw 0vw;
  }
  .p-treatments__mono {
    margin: 0vw -35.89744vw 0vw -35.89744vw;
  }
  .p-treatments-grey {
    margin: 15.38462vw 0vw 0vw 0vw;
    padding: 10.25641vw 0vw 17.94872vw 0vw;
  }
  .p-treatments-grey.type2 {
    padding: 10.25641vw 0vw 5.12821vw 0vw;
  }
  .p-treatments-grey > *:first-child {
    margin: 0vw 0vw 0vw 0vw;
  }
  .p-treatments-grey + .p-parts03 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-treatments-grey .u-txt02 + .u-tit04 {
    margin: 12.82051vw 0vw 0vw 0vw;
  }
  .p-treatments-grey2 {
    margin: 7.69231vw 0vw 0vw 0vw;
    padding: 6.41026vw 6.15385vw 7.69231vw 6.66667vw;
  }
  .p-treatments-grey2__txt {
    font-size: 20px;
    font-size: 5.12821vw;
    line-height: 1.8;
  }
  .p-treatments-table {
    margin: 1.28205vw -0.51282vw 0vw -0.51282vw;
    width: 100%;
    table-layout: fixed;
  }
  .p-treatments-table td, .p-treatments-table th {
    padding: 0.76923vw 0vw 0.76923vw 0vw;
    text-align: center;
  }
  .p-treatments-table td .cell-inner, .p-treatments-table th .cell-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 12.82051vw;
    line-height: 1.5;
  }
  .p-treatments-table thead tr > th:nth-of-type(1) {
    width: 22%;
  }
  .p-treatments-table thead tr > th:nth-of-type(2),
  .p-treatments-table thead tr > th:nth-of-type(3) {
    width: 39%;
  }
  .p-treatments-table thead tr th, .p-treatments-table thead tr td {
    font-size: 15px;
    font-size: 3.84615vw;
  }
  .p-treatments-table th {
    font-size: 14px;
    font-size: 3.58974vw;
    line-height: 1.4;
  }
  .p-treatments-table td {
    font-size: 14px;
    font-size: 3.58974vw;
    line-height: 1.4;
  }
  .p-treatments-table td.min {
    font-size: 13px;
    font-size: 3.33333vw;
  }
  .p-treatments-table2 {
    margin: 1.28205vw -0.51282vw 0vw -0.51282vw;
    width: 100%;
    table-layout: fixed;
  }
  .p-treatments-table2.type2 th, .p-treatments-table2.type2 td {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-treatments-table2.type3 th {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .p-treatments-table2.type3 td {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
  }
  .p-treatments-table2 td, .p-treatments-table2 th {
    padding: 0.76923vw 0vw 0.76923vw 0vw;
    text-align: center;
  }
  .p-treatments-table2 td .cell-inner, .p-treatments-table2 th .cell-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 13.58974vw;
    line-height: 1.5;
  }
  .p-treatments-table2 th {
    font-size: 14px;
    font-size: 3.58974vw;
    line-height: 1.4;
  }
  .p-treatments-table2 td {
    font-size: 14px;
    font-size: 3.58974vw;
    line-height: 1.4;
  }
  .p-treatments-table2 td.min {
    font-size: 13px;
    font-size: 3.33333vw;
  }
  .p-treatments .u-tit03.mid + .u-tit05 {
    margin: 7.69231vw 0vw 0vw 0vw;
  }
  .p-treatments .u-tit05 + .p-treatments-table2 {
    margin: 2.5641vw -0.51282vw 0vw -0.51282vw;
  }
  .p-treatments .p-treatments-table2 + .u-tit05 {
    margin: 12.82051vw 0vw 0vw 0vw;
  }
  .p-treatments__plus {
    margin: 5.12821vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-treatments__plus img {
    display: block;
    width: 10.25641vw;
  }
  .p-treatments__plus + .p-treatments-table2 {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-treatments.type2 {
    padding: 0 0 120px;
  }
  .p-treatments.iol {
    padding: 0 0 180px;
  }
  .p-treatments .u-tit03 {
    margin: 80px 0 0;
  }
  .p-treatments .u-tit03.ma {
    margin: 110px 0 0;
  }
  .p-treatments .u-tit03 + .p-treatments__txt {
    margin: 20px 0 0;
    letter-spacing: 0.1em;
  }
  .p-treatments .u-tit05 {
    margin: 43px 0 0;
  }
  .p-treatments__txt {
    margin: 90px 0 0;
    font-size: 32px;
  }
  .p-treatments__txt + .u-txt02 {
    margin: 20px 0 0;
  }
  .p-treatments-photobox {
    max-width: 1048px;
    margin: 60px auto 60px;
  }
  .p-treatments-photobox.grey {
    margin: 150px auto 250px;
    padding: 50px 60px 70px;
    background: #EDEDE8;
    max-width: 1180px;
    border-radius: 20px;
  }
  .p-treatments-photobox.grey img {
    margin: 50px 0 0;
  }
  .p-treatments-photobox.grey .p-treatments__txt {
    margin: 0;
    line-height: 1.8;
  }
  .p-treatments-photobox.grey .u-txt02 {
    margin: 60px 0 0;
  }
  .p-treatments .u-photo.wide {
    display: block;
    float: right;
    padding: 0 0 100px 100px;
    width: clamp(480px, 40vw, 480px);
  }
  .p-treatments-parts01 {
    display: -ms-grid;
    display: grid;
    gap: 100px;
    -ms-grid-columns: minmax(0, 1fr) auto;
        grid-template-columns: minmax(0, 1fr) auto;
  }
  .p-treatments-parts01 .u-photo {
    display: block;
    width: clamp(280px, 40vw, 280px);
  }
  .p-treatments-parts01 .u-tit03 {
    margin: 0;
  }
  .p-treatments-parts02 {
    margin: 27px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .p-treatments-parts02-item__txt {
    font-size: 16px;
  }
  .p-treatments-parts03 {
    margin: 34px 0 0;
  }
  .p-treatments-parts03 .u-txt02 {
    padding: 0 470px 0 0;
  }
  .p-treatments-table {
    width: 100%;
    table-layout: fixed;
  }
  .p-treatments-table thead tr > th:nth-of-type(1) {
    width: 20%;
  }
  .p-treatments-table thead tr > th:nth-of-type(2),
  .p-treatments-table thead tr > th:nth-of-type(3) {
    width: 40%;
  }
  .p-treatments-table th {
    width: 40%;
  }
  .p-treatments-table2.type3 th, .p-treatments-table2.type3 td {
    width: 50%;
  }
  .u-tit05 + .p-treatments-table2 {
    margin: 10px 0 0;
  }
  .p-treatments .u-tit03 + .u-tit05 {
    margin: 30px 0 0;
  }
  .p-treatments-grey {
    margin: 161px 0 0;
    padding: 59px 0 160px;
  }
  .p-treatments-grey.type2 {
    margin: 120px 0 0;
    padding: 80px 0 145px;
  }
  .p-treatments-grey > *:first-child {
    margin: 0;
  }
  .p-treatments-grey + .p-parts03 {
    margin: 0px 0 0;
  }
  .p-treatments-grey .u-tit05 + .u-txt02 {
    margin: 73px 0 0;
  }
  .p-treatments-grey .u-tit03 + .u-txt02 {
    margin: 20px 0 0;
  }
  .p-treatments-grey .p-treatments-lists4 + .u-tit03 {
    margin: 60px 0 0;
  }
  .p-treatments-grey .u-txt02.type2 {
    margin: 30px 0 0 !important;
  }
  .p-treatments-grey2 {
    margin: 70px 0 0;
  }
  .p-treatments-box {
    margin: 135px 0 0;
  }
  .p-treatments-box2 {
    padding: 0 0 40px;
  }
  .p-treatments-box2 .u-tit04 {
    margin: 100px 0 0;
  }
  .p-treatments-lists {
    margin: 45px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .p-treatments-lists + .u-txt02 {
    margin: 40px 0 0;
    padding: 0 25px 0 0;
    text-align: right;
  }
  .p-treatments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-treatments-list__txt {
    font-size: 22px;
  }
  .p-treatments-list__photo {
    margin: 10px 0 0;
    display: block;
    max-width: 220px;
  }
  .p-treatments-lists2 {
    margin: 45px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 65px 20px;
  }
  .p-treatments-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-treatments-list2__num {
    font-size: 60px;
  }
  .p-treatments-list2__tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-treatments-list2__txt {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .p-treatments-list2__photo {
    margin: 20px 0 0;
  }
  .p-treatments-lists3 {
    margin: 30px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-treatments-lists3 + .p-treatments__txt {
    margin: 50px 0 0;
  }
  .p-treatments-list3 {
    padding: 38px 30px;
  }
  .p-treatments-list3-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 145px minmax(0, 1fr);
        grid-template-columns: 145px minmax(0, 1fr);
    gap: 25px;
  }
  .p-treatments-list3-box2 {
    margin: 20px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 82px 1fr;
        grid-template-columns: 82px 1fr;
    row-gap: 18px;
  }
  .p-treatments-list3-box2 dt {
    font-size: 16px;
  }
  .p-treatments-list3-box2 dd {
    font-size: 16px;
  }
  .p-treatments-list3-box2 dd p {
    font-size: 16px;
  }
  .p-treatments-list3-box2 dd p + p {
    margin: 10px 0 0;
  }
  .p-treatments-list3__tit {
    font-size: 16px;
    padding: 4px 22px 5px;
  }
  .p-treatments-list3__txt {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .p-treatments-lists4 {
    margin: 34px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-treatments-lists4.type2 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p-treatments-lists4.type2 .p-treatments-list4__photo {
    margin: 5px 0 0;
  }
  .p-treatments-lists4.type3 {
    gap: 10px;
  }
  .p-treatments-lists4.ctr {
    margin: 15px auto 0;
    width: calc(50% - 10px);
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-treatments-lists4 + .u-tit03 {
    margin: 105px 0 0;
  }
  .p-treatments-lists4 + .u-tit03.ma {
    margin: 180px 0 0;
  }
  .p-treatments-lists4 + .u-tit03 + .u-txt02 {
    margin: 15px 0 0;
  }
  .p-treatments-lists4 + .u-txt02 {
    margin: 30px 0 0;
  }
  .p-treatments-list4 {
    text-align: center;
  }
  .p-treatments-list4__tit {
    font-size: 16px;
    padding: 4px 22px 5px;
    text-align: center;
  }
  .p-treatments-list4__txt {
    margin: 7px 0 0;
    font-size: 20px;
    text-align: left;
  }
  .p-treatments-list4__txt2 {
    font-size: 16px;
    text-align: left;
  }
  .p-treatments-list4__txt2.type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 100px;
    padding: 0 0 5px;
  }
  .p-treatments-list4__photo {
    margin: 29px 0 0;
  }
  .p-treatments-list4__photo.no {
    margin: 0;
  }
  .p-treatments .u-txt02 + .p-treatments-lists4 {
    margin: 60px 0 0;
  }
  .p-treatments .u-txt02 + .p-treatments-lists4.type2 {
    margin: 30px 0 0;
  }
  .p-treatments-lists5 {
    margin: 40px 0 0;
    padding: 10px 0px 30px 50px;
    border-left: #CCCCCC solid 1px;
  }
  .p-treatments-list5 {
    margin: 15px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px minmax(0, 1fr);
        grid-template-columns: 80px minmax(0, 1fr);
    gap: 10px;
  }
  .p-treatments-list5:first-child {
    margin: 0;
  }
  .p-treatments-list5__txt2 {
    padding: 0 0 0 0.5em;
    text-indent: -0.5em;
  }
  .p-treatments__plus {
    margin: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-treatments__plus img {
    display: block;
    width: 40px;
  }
  .p-treatments__plus + .p-treatments-table2 {
    margin: 15px 0 0;
  }
  .p-treatments__mono {
    width: 642px;
    margin: 27px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-treatments__mono img {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .p-treatments-parts03 .u-txt02 {
    padding: 0 400px 0 0;
  }
  .p-treatments .u-photo.wide {
    display: block;
    float: right;
    padding: 0 0 40px 50px;
    width: clamp(400px, 40vw, 400px);
  }
}

.p-about-bg {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0.04em;
  position: absolute;
  display: inline-block;
  bottom: 0;
  z-index: -1;
  white-space: nowrap;
  overflow: hidden;
}

.p-about-bg.col1 {
  color: #FFFFFF;
}

.p-about-bg.col2 {
  color: #EDEDE8;
}

.p-about-bg.col3 {
  color: #888888;
}

.p-about-bg span {
  line-height: 1;
  opacity: 0;
  letter-spacing: 0;
  display: inline-block;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}

.p-about-item01.act .p-about-bg span:nth-child(1), .p-about-item02.act .p-about-bg span:nth-child(1), .p-about-item03.act .p-about-bg span:nth-child(1) {
  -webkit-animation: fadeInText 0.4s ease-out 0.3s forwards;
          animation: fadeInText 0.4s ease-out 0.3s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(2), .p-about-item02.act .p-about-bg span:nth-child(2), .p-about-item03.act .p-about-bg span:nth-child(2) {
  -webkit-animation: fadeInText 0.4s ease-out 0.4s forwards;
          animation: fadeInText 0.4s ease-out 0.4s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(3), .p-about-item02.act .p-about-bg span:nth-child(3), .p-about-item03.act .p-about-bg span:nth-child(3) {
  -webkit-animation: fadeInText 0.4s ease-out 0.5s forwards;
          animation: fadeInText 0.4s ease-out 0.5s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(4), .p-about-item02.act .p-about-bg span:nth-child(4), .p-about-item03.act .p-about-bg span:nth-child(4) {
  -webkit-animation: fadeInText 0.4s ease-out 0.6s forwards;
          animation: fadeInText 0.4s ease-out 0.6s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(5), .p-about-item02.act .p-about-bg span:nth-child(5), .p-about-item03.act .p-about-bg span:nth-child(5) {
  -webkit-animation: fadeInText 0.4s ease-out 0.7s forwards;
          animation: fadeInText 0.4s ease-out 0.7s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(6), .p-about-item02.act .p-about-bg span:nth-child(6), .p-about-item03.act .p-about-bg span:nth-child(6) {
  -webkit-animation: fadeInText 0.4s ease-out 0.8s forwards;
          animation: fadeInText 0.4s ease-out 0.8s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(7), .p-about-item02.act .p-about-bg span:nth-child(7), .p-about-item03.act .p-about-bg span:nth-child(7) {
  -webkit-animation: fadeInText 0.4s ease-out 0.9s forwards;
          animation: fadeInText 0.4s ease-out 0.9s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(8), .p-about-item02.act .p-about-bg span:nth-child(8), .p-about-item03.act .p-about-bg span:nth-child(8) {
  -webkit-animation: fadeInText 0.4s ease-out 1s forwards;
          animation: fadeInText 0.4s ease-out 1s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(9), .p-about-item02.act .p-about-bg span:nth-child(9), .p-about-item03.act .p-about-bg span:nth-child(9) {
  -webkit-animation: fadeInText 0.4s ease-out 1.1s forwards;
          animation: fadeInText 0.4s ease-out 1.1s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(10), .p-about-item02.act .p-about-bg span:nth-child(10), .p-about-item03.act .p-about-bg span:nth-child(10) {
  -webkit-animation: fadeInText 0.4s ease-out 1.2s forwards;
          animation: fadeInText 0.4s ease-out 1.2s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(11), .p-about-item02.act .p-about-bg span:nth-child(11), .p-about-item03.act .p-about-bg span:nth-child(11) {
  -webkit-animation: fadeInText 0.4s ease-out 1.3s forwards;
          animation: fadeInText 0.4s ease-out 1.3s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(12), .p-about-item02.act .p-about-bg span:nth-child(12), .p-about-item03.act .p-about-bg span:nth-child(12) {
  -webkit-animation: fadeInText 0.4s ease-out 1.4s forwards;
          animation: fadeInText 0.4s ease-out 1.4s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(13), .p-about-item02.act .p-about-bg span:nth-child(13), .p-about-item03.act .p-about-bg span:nth-child(13) {
  -webkit-animation: fadeInText 0.4s ease-out 1.5s forwards;
          animation: fadeInText 0.4s ease-out 1.5s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(14), .p-about-item02.act .p-about-bg span:nth-child(14), .p-about-item03.act .p-about-bg span:nth-child(14) {
  -webkit-animation: fadeInText 0.4s ease-out 1.6s forwards;
          animation: fadeInText 0.4s ease-out 1.6s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(15), .p-about-item02.act .p-about-bg span:nth-child(15), .p-about-item03.act .p-about-bg span:nth-child(15) {
  -webkit-animation: fadeInText 0.4s ease-out 1.7s forwards;
          animation: fadeInText 0.4s ease-out 1.7s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(16), .p-about-item02.act .p-about-bg span:nth-child(16), .p-about-item03.act .p-about-bg span:nth-child(16) {
  -webkit-animation: fadeInText 0.4s ease-out 1.8s forwards;
          animation: fadeInText 0.4s ease-out 1.8s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(17), .p-about-item02.act .p-about-bg span:nth-child(17), .p-about-item03.act .p-about-bg span:nth-child(17) {
  -webkit-animation: fadeInText 0.4s ease-out 1.9s forwards;
          animation: fadeInText 0.4s ease-out 1.9s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(18), .p-about-item02.act .p-about-bg span:nth-child(18), .p-about-item03.act .p-about-bg span:nth-child(18) {
  -webkit-animation: fadeInText 0.4s ease-out 2s forwards;
          animation: fadeInText 0.4s ease-out 2s forwards;
}

.p-about-item01.act .p-about-bg span:nth-child(19), .p-about-item02.act .p-about-bg span:nth-child(19), .p-about-item03.act .p-about-bg span:nth-child(19) {
  -webkit-animation: fadeInText 0.4s ease-out 2.1s forwards;
          animation: fadeInText 0.4s ease-out 2.1s forwards;
}

.p-about-lists {
  background: #F7F7F7;
  border-radius: 20px;
}

.p-about-list {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}

.p-about-item01 {
  position: relative;
}

.p-about-item01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #EDEDE8;
  z-index: -1;
}

.p-about-item02 {
  position: relative;
}

.p-about-item03 {
  position: relative;
}

.p-about-item03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #EDEDE8;
  z-index: -1;
}

.p-about-item-name__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
}

.p-about-item-name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}

.p-about-item-name-box .txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
}

.p-about-item-name-box .txt2 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
}

.p-about-item-prof__tit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #707070;
}

.p-about-item-prof dl dt {
  line-height: 1.6;
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-about-item-prof dl dd {
  line-height: 1.6;
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .p-about-lists {
    margin: 3.84615vw 0vw 0vw 0vw;
    border-radius: 2.5641vw 2.5641vw 2.5641vw 2.5641vw;
    padding: 10.25641vw 5.12821vw 12.82051vw 7.69231vw;
    gap: 5.12821vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-list {
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 18px;
    font-size: 4.61538vw;
  }
  .p-about-box {
    padding: 0vw 0vw 5.12821vw 0vw;
  }
  .p-about-item01 {
    padding: 8.20513vw 0vw 10.25641vw 0vw;
    min-height: 237.17949vw;
  }
  .p-about-item01 .u-tit03 {
    margin: 0;
  }
  .p-about-item01 .u-txt02 {
    margin: 8.97436vw 0vw 0vw 0vw;
  }
  .p-about-item02 {
    padding: 8.20513vw 0vw 10.25641vw 0vw;
    min-height: 220.76923vw;
  }
  .p-about-item02 .u-tit03 {
    margin: 0;
  }
  .p-about-item02 .u-txt02 {
    margin: 8.97436vw 0vw 0vw 0vw;
  }
  .p-about-item02 .p-about-item-name {
    margin: 8.97436vw 0vw 0vw 0vw;
  }
  .p-about-item02 .p-about-item-prof {
    margin: 29.48718vw 0vw 0vw 0vw;
  }
  .p-about-item03 {
    padding: 13.33333vw 0vw 10.25641vw 0vw;
    min-height: 181.28205vw;
  }
  .p-about-item03 .u-tit03 {
    margin: 0;
  }
  .p-about-item03 .u-txt02 {
    margin: 8.97436vw 0vw 0vw 0vw;
  }
  .p-about-item03 .p-about-item-name {
    margin: 0;
  }
  .p-about-item03 .p-about-item-name-box {
    margin: 14.10256vw 0vw 0vw 0vw;
  }
  .p-about-item03 .p-about-item-prof__tit {
    margin: 8.97436vw 0vw 0vw 0vw;
  }
  .p-about-item-in {
    position: relative;
    z-index: 2;
  }
  .p-about-item__txt {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
  }
  .p-about-item-name {
    margin: 24.35897vw 0vw 0vw 0vw;
    font-size: 18px;
    font-size: 4.61538vw;
  }
  .p-about-item-name-box {
    gap: 4.61538vw;
  }
  .p-about-item-name-box .txt {
    font-size: 18px;
    font-size: 4.61538vw;
  }
  .p-about-item-name-box .txt2 {
    font-size: 24px;
    font-size: 6.15385vw;
  }
  .p-about-item-prof {
    position: relative;
    z-index: 2;
  }
  .p-about-item-prof__tit {
    margin: 13.84615vw 0vw 0vw 0vw;
    padding: 0vw 0vw 2.05128vw 0vw;
    font-size: 20px;
    font-size: 5.12821vw;
    width: 54.87179vw;
  }
  .p-about-item-prof dl dt {
    margin: 2.5641vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-about-item-prof dl dt:nth-of-type(2) {
    margin: 5.12821vw 0vw 0vw 0vw;
  }
  .p-about-item-prof dl dd {
    margin: 2.05128vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-about-item__photo {
    position: absolute;
    bottom: 0;
    right: -25.64103vw;
    display: block;
    width: 73.33333vw;
    z-index: 0;
  }
  .p-about-item__photo.type2 {
    width: 64.10256vw;
    right: -16.66667vw;
  }
  .p-about-item__photo.type3 {
    right: -15.38462vw;
    bottom: 0%;
  }
  .p-about-bg {
    bottom: -2.5641vw;
    font-size: 70px;
    font-size: 17.94872vw;
    letter-spacing: 0;
  }
  .p-about-bg.col1 {
    left: -4.35897vw;
  }
  .p-about-bg.col2 {
    left: -3.58974vw;
  }
  .p-about-bg.col3 {
    left: -3.58974vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-about {
    max-width: 980px;
    margin: 0 auto;
  }
  .p-about-bg {
    bottom: -20px;
    left: 0;
    /*
      &.col1{
        left: -320px;
      }
      &.col2{
        left: 30px;
      }
      &.col3{
        left: -310px;
      }
      */
  }
  .p-about-box {
    padding: 0 0 58px;
  }
  .p-about-lists {
    margin: 33px auto 0;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
  .p-about-list {
    font-size: 18px;
  }
  .p-about-item__photo {
    position: absolute;
    bottom: 0;
    right: -15%;
    display: block;
    width: clamp(380px, 47.6%, 520px);
  }
  .p-about-item__photo.type2 {
    width: clamp(340px, 41.8%, 460px);
    right: -12%;
  }
  .p-about-item__photo.type3 {
    right: -12%;
    width: clamp(380px, 47.6%, 520px);
    bottom: -10%;
  }
  .p-about-item01 {
    min-height: 898px;
    padding: 55px 0 100px;
  }
  .p-about-item01 .u-tit03 {
    margin: 0;
  }
  .p-about-item01 .u-tit03 + .u-txt02 {
    margin: 52px 0 0;
  }
  .p-about-item02 {
    min-height: 883px;
    padding: 100px 0 100px;
  }
  .p-about-item02 .u-tit03 {
    margin: 0;
  }
  .p-about-item02 .u-tit03 + .u-txt02 {
    margin: 52px 0 0;
  }
  .p-about-item02 .p-about-item-name {
    margin: 75px 0 0;
  }
  .p-about-item02 .p-about-item-name + .u-txt02 {
    margin: 20px 0 0;
  }
  .p-about-item02 .p-about-item-prof {
    margin: 58px 0 0;
  }
  .p-about-item03 {
    min-height: 809px;
    padding: 95px 0 100px;
  }
  .p-about-item03 .p-about-item-prof {
    margin: 58px 0 0;
  }
  .p-about-item-name {
    margin: 60px 0 0;
  }
  .p-about-item-name__txt {
    padding: 0 0 10px;
  }
  .p-about-item-name + .u-txt02 {
    margin: 30px 0 0;
  }
  .p-about-item-prof {
    margin: 25px 0 0;
    max-width: 580px;
  }
  .p-about-item-prof__tit {
    padding: 0 0 5px;
  }
  .p-about-item-prof dl {
    margin: 20px 0 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 142px 1fr;
        grid-template-columns: 142px 1fr;
    gap: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 840px) {
  .p-about-item-prof {
    margin: 25px 0 0;
    max-width: 420px;
  }
  .p-about-item-prof dl {
    margin: 20px 0 0;
    -ms-grid-columns: 132px 1fr;
        grid-template-columns: 132px 1fr;
    gap: 20px 0;
  }
}

.p-pagination {
  position: relative;
}

.p-pagination a,
.p-pagination span {
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-pagination-list {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagination-list__item {
  position: relative;
}

.p-pagination-list__item span,
.p-pagination-list__item a {
  color: #767159;
  font-size: 14px;
  position: relative;
  line-height: 1.5;
  width: 20px;
  height: 20px;
  padding: 0 0 1px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
}

.p-pagination-list__item span:hover,
.p-pagination-list__item a:hover {
  background: #707070;
  color: #fff;
}

.p-pagination-list__item.is-current span {
  background: #707070;
  color: #fff;
}

.p-pagination-list__item.is-current span:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-pagination__prev {
  z-index: 5;
}

.p-pagination__next {
  z-index: 5;
}

@media all and (max-width: 767px) {
  .p-pagination {
    text-align: center;
    margin: 10.25641vw 0vw 0vw 0vw;
  }
  .p-pagination-list {
    gap: 2.5641vw;
  }
  .p-pagination-list__item span,
  .p-pagination-list__item a {
    font-size: 14px;
    font-size: 3.58974vw;
    width: 5.38462vw;
    height: 5.38462vw;
  }
  .p-pagination__prev {
    position: absolute;
    display: block;
    width: 5.38462vw;
    height: 5.38462vw;
    top: 0vw;
    left: 7.69231vw;
  }
  .p-pagination__next {
    position: absolute;
    display: block;
    width: 5.38462vw;
    height: 5.38462vw;
    right: 7.69231vw;
    top: 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-pagination {
    width: 280px;
    margin: 100px auto 0px;
    position: relative;
    text-align: center;
  }
  .p-pagination a,
  .p-pagination span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-pagination__prev {
    top: 5px;
    width: 30px;
    height: 23px;
    left: 0;
    position: absolute !important;
    left: 0px;
  }
  .p-pagination__prev:hover {
    left: -2px;
  }
  .p-pagination__next {
    top: 5px;
    width: 30px;
    height: 23px;
    position: absolute !important;
    right: 0px;
  }
  .p-pagination__next:hover {
    right: -2px;
  }
  .p-pagination-list {
    gap: 10px;
    position: relative;
    top: 5px;
  }
  .p-pagination-list__item {
    position: relative;
    height: 23px;
  }
}

.p-faq-item {
  margin: 40px 0 0;
  background: #F7F7F7;
  border-radius: 20px;
  padding: 40px 30px 30px;
}

.p-faq-item__ico {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #69B9D8;
  line-height: 1;
  font-size: 40px;
}

.p-faq-item__ico2 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #CCCCCC;
  line-height: 1;
  font-size: 40px;
}

.p-faq-item__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
}

.p-faq-item__txt2 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
}

.p-faq-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.p-faq-item dd {
  margin: 20px 0 0;
  padding: 27px 21px;
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

@media all and (max-width: 767px) {
  .p-faq {
    padding: 0vw 0vw 17.94872vw 0vw;
  }
  .p-faq-item {
    margin: 7.69231vw 0vw 0vw 0vw;
    padding: 7.69231vw 5.12821vw 5.12821vw 5.12821vw;
    border-radius: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
  }
  .p-faq-item dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-faq-item__ico {
    font-size: 30px;
    font-size: 7.69231vw;
    min-height: 7.69231vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-faq-item__ico2 {
    font-size: 30px;
    font-size: 7.69231vw;
  }
  .p-faq-item__txt {
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .p-faq-item__txt2 {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .p-faq-item dt {
    gap: 2.5641vw;
  }
  .p-faq-item dd {
    padding: 3.84615vw 3.84615vw 3.84615vw 3.84615vw;
    margin: 5.12821vw 0vw 0vw 0vw;
    border-radius: 5.12821vw 5.12821vw 5.12821vw 5.12821vw;
    gap: 2.5641vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-faq {
    max-width: 980px;
    margin: 0 auto;
  }
  .p-faq > .u-tit03 {
    margin: 90px 0 0;
  }
  .p-faq > .u-tit03:first-of-type {
    margin: 70px 0 0;
  }
  .p-faq-item__ico2 {
    position: relative;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-faq-item__txt2 {
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-faq-item dd {
    min-height: 100px;
  }
}

.p-contact.confirm .hissu {
  display: none;
}

.p-contact.confirm .nodisp {
  display: none;
}

.p-contact.confirm .confirmtxt {
  font-size: 16px;
}

.p-contact__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.p-contact-form dl {
  display: block;
}

.p-contact-form dl.type2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-contact-form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-contact-form dd {
  width: 100%;
  font-size: 14px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-contact-form dd textarea {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-contact-form dd a {
  color: #0578FF;
  text-decoration: underline;
}

.p-contact-form .hissu {
  display: inline-block;
  color: #fff;
  background: #FF0093;
  line-height: 1.2;
  border-radius: 40px;
  font-size: 12px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 4px 8px;
}

.p-contact-form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-contact-form .checkbox input {
  width: 20px;
  height: 20px;
  accent-color: #333;
}

.p-contact-form .checkbox a {
  padding: 0 0 0 10px;
}

.p-contact-form input::file-selector-button {
  font-weight: bold;
  color: #CCCCCC;
  padding: 0.5em;
  border: thin solid  #CCCCCC;
  border-radius: 3px;
}

.p-contact-form input[type="tel"],
.p-contact-form input[type="text"],
.p-contact-form input[type="email"],
.p-contact-form select {
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #F7F7F7;
  outline: none;
  padding: 5px 25px 6px;
  font-size: 16px;
  letter-spacing: 0em;
  border-radius: 8px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-contact-form input[type="tel"].zip,
.p-contact-form input[type="text"].zip,
.p-contact-form input[type="email"].zip,
.p-contact-form select.zip {
  width: 170px;
}

.p-contact-form textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #F7F7F7;
  outline: none;
  padding: 10px 25px 26px;
  font-size: 16px;
  letter-spacing: 0em;
  border-radius: 8px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-contact-form ::-webkit-input-placeholder {
  color: #CCCCCC;
}

.p-contact-form :-ms-input-placeholder {
  color: #CCCCCC;
}

.p-contact-form ::-ms-input-placeholder {
  color: #CCCCCC;
}

.p-contact-form ::placeholder {
  color: #CCCCCC;
}

.p-contact-form .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  margin: 60px auto 0;
}

.p-contact-form .u-btn01 {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #FABF12;
  background-image: url(/assets/img/common/ico_arrow_white.webp);
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 9px 16px;
  cursor: pointer;
}

.p-contact-form .back_button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  letter-spacing: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #CCCCCC;
  cursor: pointer;
  width: 380px;
  height: 80px;
  border-radius: 80px;
}

.p-contact .wpcf7-spinner {
  position: absolute !important;
}

@media all and (max-width: 767px) {
  .p-contact {
    padding: 0vw 0vw 17.94872vw 0vw;
  }
  .p-contact.confirm dl {
    padding: 5.12821vw 0vw 2.5641vw 0vw;
    border-top: solid 1px #CCCCCC;
  }
  .p-contact.confirm dl.type2 {
    border-bottom: solid 1px #CCCCCC;
  }
  .p-contact.confirm dl dd {
    padding: 0vw 0vw 2.5641vw 0vw;
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-contact.confirm .confirmtxt {
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-contact .u-txt02 {
    padding: 7.69231vw 0vw 0vw 0vw;
  }
  .p-contact__txt {
    text-align: center;
    padding: 12.82051vw 0vw 0vw 0vw;
    font-size: 20px;
    font-size: 5.12821vw;
  }
  .p-contact-form {
    padding: 12.82051vw 0vw 5.12821vw 0vw;
  }
  .p-contact-form dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5641vw;
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-contact-form dd {
    padding: 2.5641vw 0vw 7.69231vw 0vw;
    width: 100%;
    font-size: 14px;
    font-size: 3.58974vw;
  }
  .p-contact-form dd textarea {
    min-height: 51.28205vw;
  }
  .p-contact-form .u-btn01 {
    margin: 0 auto;
    font-size: 18px;
    font-size: 4.61538vw;
    width: 100%;
  }
  .p-contact-form .hissu {
    font-size: 11px;
    font-size: 2.82051vw;
    padding: 1.02564vw 2.5641vw 1.02564vw 2.5641vw;
  }
  .p-contact-form .back_button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 18px;
    font-size: 4.61538vw;
    height: 18.97436vw;
  }
  .p-contact-form .button-wrap {
    margin: 7.69231vw 0vw 0vw 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.12821vw;
  }
  .p-contact-form .checkbox input {
    position: relative;
    top: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-contact {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  .p-contact.confirm .p-contact-form dl.type2 {
    border-bottom: solid 1px #CCCCCC;
  }
  .p-contact.fin {
    padding: 200px 0 200px;
  }
  .p-contact__txt {
    text-align: center;
    font-size: 28px;
    padding: 0px 0 70px;
  }
  .p-contact-form {
    margin: 50px auto 0;
    padding: 0 0 40px;
  }
  .p-contact-form dl {
    border-top: solid 1px #CCCCCC;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 1fr;
        grid-template-columns: 180px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 30px 0;
  }
  .p-contact-form dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-contact-form textarea {
    min-height: 204px;
    height: 204px;
  }
  .p-contact .checkbox input {
    position: relative;
    top: 4px;
  }
  .p-contact .u-btn01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-contact .back_button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-contact .back_button:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 767px) {
  .p-privacy {
    padding: 0vw 0vw 17.94872vw 0vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-privacy {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .p-privacy > *:first-child {
    margin: 50px 0 0;
  }
  .p-privacy .u-txt02 + .u-tit03 {
    margin: 53px 0 0;
  }
  .p-privacy .u-fadeup > .u-tit03 {
    margin: 73px 0 0;
  }
}

.l-footer__btn {
  background: #C9C9C0;
  border-radius: 100px 100px 0 0;
  width: 180px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-footer__btn .txt {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.l-footer-grey {
  background: #C9C9C0;
}

.l-footer-black {
  background: #505453;
  color: #fff;
}

.l-footer-black__txt {
  letter-spacing: 0.02em;
  line-height: 1.9;
}

.l-footer-black__copy {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

@media all and (max-width: 767px) {
  .l-footer {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
  }
  .l-footer__btn {
    padding: 5.12821vw 0vw 1.28205vw 0vw;
    position: absolute;
    top: -20vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-radius: 25.64103vw 25.64103vw 0vw 0vw;
    width: 46.15385vw;
    height: 23.07692vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .l-footer__btn .txt {
    font-size: 16px;
    font-size: 4.10256vw;
  }
  .l-footer__btn svg {
    display: block;
    width: 5.57769vw;
    height: 6.41026vw;
  }
  .l-footer-grey {
    padding: 9.74359vw 3.84615vw 6.41026vw 3.33333vw;
  }
  .l-footer-grey .u-calendar {
    margin: 0vw auto 0vw;
    width: 92.82051vw;
  }
  .l-footer-black {
    padding: 17.69231vw 0vw 17.94872vw 0vw;
  }
  .l-footer-black__logo {
    margin: 0vw auto 0vw;
    width: 64.10256vw;
    display: block;
  }
  .l-footer-black__logo img {
    display: block;
  }
  .l-footer-black__txt {
    margin: 5.12821vw auto 0vw;
    font-size: 14px;
    font-size: 3.58974vw;
    text-align: center;
  }
  .l-footer-black__copy {
    display: block;
    margin: 11.79487vw auto 0vw;
    font-size: 14px;
    font-size: 3.58974vw;
  }
}

@media screen and (min-width: 768px), print {
  .l-footer {
    position: relative;
  }
  .l-footer__btn {
    z-index: 2;
    position: absolute;
    top: -100px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 10px;
    border-radius: 300px 300px 0 0;
    width: 228px;
    height: 114px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-footer__btn .txt {
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .l-footer__btn svg {
    display: block;
    width: 21.4px;
    height: 38.4px;
  }
  .l-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .l-footer-nav-lists.type2 {
    margin: 0 10px 0 0;
  }
  .l-footer-nav-lists.wide {
    max-width: 280px;
  }
  .l-footer-nav-lists.wide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-nav-lists.wide ul li {
    width: 50%;
  }
  .l-footer-nav-list {
    border-top: solid 1px #CCCCCC;
    text-align: left;
    line-height: 1.5;
  }
  .l-footer-nav-list a:before,
  .l-footer-nav-list a span {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-footer-nav-list a:hover span {
    opacity: 0.7;
  }
  .l-footer-nav-list a:hover:before {
    left: 6px;
  }
  .l-footer-nav-list > a {
    position: relative;
    display: block;
    padding: 0 0 0 14px;
    line-height: 1.5;
  }
  .l-footer-nav-list > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 0;
    width: 5.414px;
    height: 100%;
    background: url(/assets/img/common/ico_arrow.webp) no-repeat center center;
    background-size: contain;
  }
  .l-footer-nav-list > a span {
    display: inline-block;
    padding: 0 0 4px;
    letter-spacing: 0.1em;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #505453;
  }
  .l-footer-nav-list > ul {
    padding: 0 0 0 15px;
  }
  .l-footer-nav-list > ul li > ul {
    padding: 0 0 0 15px;
  }
  .l-footer-nav-list > ul li > a {
    position: relative;
    display: block;
    padding: 0 0 0 14px;
    line-height: 1.5;
  }
  .l-footer-nav-list > ul li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 0;
    width: 5.414px;
    height: 100%;
    background: url(/assets/img/common/ico_arrow.webp) no-repeat center center;
    background-size: contain;
  }
  .l-footer-nav-list > ul li > a span {
    display: inline-block;
    padding: 0 0 4px;
    letter-spacing: 0.1em;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #505453;
  }
  .l-footer-grey {
    width: 100%;
  }
  .l-footer-grey__inner {
    position: relative;
    margin: 0 auto;
    padding: 70px 40px 0;
    max-width: 1260px;
    min-height: 350px;
  }
  .l-footer-grey .u-calendar {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 2;
  }
  .l-footer-black {
    width: 100%;
  }
  .l-footer-black__inner {
    position: relative;
    margin: 0 auto;
    padding: 0 0px 0 20px;
    max-width: 1260px;
    min-height: 155px;
  }
  .l-footer-black__logo {
    display: block;
    position: relative;
    z-index: 2;
    top: 45px;
    width: 250px;
  }
  .l-footer-black__logo img {
    display: block;
  }
  .l-footer-black__txt {
    font-size: 14px;
  }
  .l-footer-black-box {
    padding: 0 0 0 290px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
    top: -6px;
    position: relative;
    z-index: 1;
  }
  .l-footer-black__copy {
    text-align: right;
    display: block;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .l-footer-nav {
    padding: 0 0 40px;
  }
  .l-footer-nav-lists.wide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 150px;
  }
  .l-footer-nav-lists.wide ul li {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1035px) {
  .l-footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    padding: 0 0 40px;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .l-footer-nav {
    max-width: 300px;
    padding: 0 0 40px;
  }
}
/*# sourceMappingURL=common.css.map */