* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  font-family: "Noto Sans JP";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  font-family: "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "serif";
  font-weight: normal;

}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
img,
small,
time,
svg {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}


article {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0px 20px;
  position: relative;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}



.c-text {
  margin-bottom: 140px;
  overflow: hidden;
  display: flex;
  font-weight: bold;
  color: #ebebeb;
  height: 257px;
  align-items: center;
  font-family: "EB Garamond", serif;
  font-weight: 200;
}

.c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(6.25rem, 3.977rem + 11.36vw, 12.5rem);
}

.c-text__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 44s) var(--tick-delay, -23s) infinite linear;
}

.c-text__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 44s) infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

body,
input,
textarea,
select {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
}

@media screen and (max-width: 960px) {

  body,
  input,
  textarea,
  select {
    font-size: 14px;
  }
}

body {
  /* padding-top: 78px; */
}

@media screen and (max-width: 960px) {
  body {}
}

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {

  body,
  input,
  textarea,
  select {
    font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
    font-weight: normal;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
}

main {
  overflow: hidden;
  position: relative;
  z-index: 0;
  font-family: "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "serif";
  font-weight: normal;
}

a {
  color: #333;
}

@media screen and (min-width: 961px) {

  a,
  .submitbtn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}

.container {
  background-color: rgba(255, 255, 255, 0.8);
}

#h_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
}

#h_top .nav {
  display: flex;
  align-items: center;
  max-width: 810px;
  width: 100%;
  justify-content: space-between;
  /* height: 82px; */
}

#h_top .contact {
  max-width: 185px;
  width: 100%;
  height: 82px;
  display: flex;
  justify-content: center;
}

#h_top .nav a {
  display: flex;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  align-items: center;
  font-size: 16px;
  font-family: "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "YuMincho", "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 3px;
}

#h_top .contact a {
  background-color: #81d8d0;
  color: #fff;
  width: 100%;
  justify-content: center;
}

.h_logo {
  max-width: 141px;
  width: 100%;
}

.h_logo a {
  width: 100%;
}

.h_logo img {
  width: 100%;
}

.main_visual {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_visual_wrap_img {
  /* position: absolute; */
  top: 0px;
  display: flex;
  right: 0px;
  max-width: 947px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.main_visual_wrap_img p:nth-of-type(2n) {
  margin-top: 125px;
}

.main_visual_wrap_img img {
  width: 100%;
}

.parallax-bg {
  position: relative;
  /* background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  overflow: hidden;
  /* はみ出た部分を隠す場合 */
}

.parallax-bg::after {
  content: "";
  position: absolute;
  top: -85%;
  left: 74%;
  transform: translateX(-50%);
  width: 1792px;
  height: 1792px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  pointer-events: none;
  z-index: -2;
}

.scroll-line {
  position: absolute;
  right: 0px;
  /* top: 10px; */
  bottom: -4rem;
  left: calc(94% + 21px);
  width: 1px;
  height: 150px;
  background: #ffff;
  transition: all 1.4s;
  font-size: 12px;
}

.scroll-line span {
  position: absolute;
  bottom: 2rem;
  top: 0px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  transform-origin: left bottom;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-weight: inherit;
  font-family: "minion-pro", serif;
  color: #000;
}

.scroll-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  background: #000;
  -webkit-animation: lineMove 3s ease infinite;
  animation: lineMove 3s ease infinite;
}

@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }

  20% {
    bottom: 0;
    height: 100%;
  }

  40% {
    bottom: 0;
    height: 0;
  }

  100% {
    bottom: 0;
    height: 0;
  }
}

#header {
  /* background-color: #004599;*/
  width: 100%;
  position: fixed;
  /* top: -78px;*/
  left: 0;
  z-index: 101;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}


h2.title {
  display: flex;
  font-size: clamp(2.813rem, 2.472rem + 1.7vw, 3.75rem);
  margin-bottom: 20px;
}

h2.title span {
  font-size: 14px;
  display: block;
  text-align: left;
}

/*page*/
.title {
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: inherit;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 68px;
}


/*main*/
.main_visual {
  display: flex;
}

.main_visual p {
  width: 100%;
  color: #140d38;
}

.company_contents,
.formBox_wrap {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  align-items: center;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  padding: 90px 140px 40px;
  margin: 0 auto;
}

.company_contents {
  background-image: url(../img/bg_img02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  padding: 120px 0px;
  display: flex;
}

/*footer*/
footer {
  padding-top: 85px;
  text-align: center;
  padding-bottom: 100px;
  background-color: #f8f8f3;
  position: relative;
}

.footer_logo img {
  display: block;
  margin: 0 auto 40px;

}

footer .txt {
  margin-bottom: 20px;
}

footer ul {
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  max-width: 700px;
  margin: 0 auto 20px;
  justify-content: center;
  width: 100%;
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  font-weight: normal;
}

footer .txt_list {
  max-width: 460px;
  width: 100%;
  justify-content: center;
}

footer ul li a {
  border-right: 1px solid;
  line-height: 1;
  padding: 0px 19px;
  letter-spacing: 1px;
}

footer ul li:last-of-type a {
  border-right: unset;
}

footer span {
  font-size: 12px;
}

.main_visual {
  z-index: -1;
  height: 886px;
  align-items: center;
}


.main_visual_wrap {
  position: relative;
  /* display: flex; */
  /* align-items: center; */
  /* margin-bottom: 160px; */
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  /* padding-bottom: 80px; */
  /* max-width: 1375px; */
  margin: 0 auto;
  align-items: center;
}

.popout {
  /* position: absolute; */
  /* margin-left: 16rem; */
  font-family: "minion-pro", serif;
  font-size: clamp(2.063rem, 1.35rem + 3.04vw, 5rem);
  line-height: clamp(2.813rem, 1.676rem + 5.68vw, 5.938rem);
  color: #140d38;
}

.popout span {
  position: relative;
  line-height: 34px;
  font-size: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
  display: block;
  margin-top: 60px;
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  font-weight: normal;
  color: #000;
}


a {
  display: inline-block;
  font-size: 120%;
  text-decoration: none;
  position: relative;
  transition: .3s;
}

a:hover {
  opacity: 0.5;

}

a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  /*  background-color: #5e5c59;*/
  opacity: 0;
  transition: .3s;
}


a:hover::after {
  bottom: 0;
  opacity: 1;
}

nav a:hover::after {
  bottom: 0px;
  opacity: 1;
}

.main_visual img {
  height: 100%;
  width: 1362px;
  margin-left: auto;
}

.main_visual_wrap .txt_First_co {
  position: absolute;
  bottom: 1rem;
  left: 7rem;
}

@keyframes fadezoom {
  /*slick sliderã®çµ„ã¿åˆã‚ã›*/
  /*0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }*/

  0% {
    transform: translateX(0);
  }

  24% {
    transform: translateX(-4%);
  }

  79% {
    transform: translateX(-8%);
  }

  80% {
    transform: translateX(-12%);
  }

  100% {
    transform: translateX(-16%);
  }

}

.wpcf7-spinner {
  position: absolute !important;
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%);
}


/**/

.area {
  position: relative;
  margin: 0px auto 7% auto;
  padding: 0px 0px;
  max-width: 1220px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.area figure {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.area figure .img_01 {
  width: 100%;
}

.area figure .img_02 {
  position: absolute;
  bottom: -9rem;
  left: -8rem;
}

.area:nth-of-type(3) {
  margin-bottom: 5%;
}

.area:nth-of-type(3) figure {
  /* left: 35%;*/
}

.area .box {
  /* padding: 70px;
  width: 100%;*/
}

.area .box .txt {
  position: absolute;
  bottom: -39px;
  right: -10px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  letter-spacing: 10px;
}

.area:nth-of-type(3) .box .txt {
  left: 10px;
}

.area:nth-of-type(3) .box {
  /* left: 11%;
  z-index: 1;
  top: 4rem;*/
}

.area.wide_wrap {
  max-width: 100%;
  width: 100%;
}

.area.wide_wrap .box.luxy-el {
  width: 50%;
  padding: 92px 80px 77px 80px;
  margin-bottom: 0px;
  background-color: #3d3d3d;
  color: #fff;
}

.area.wide_wrap .box.luxy-el p {
  margin-bottom: 40px;
  font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
  line-height: 22px;
}

.area.wide_wrap figure {
  width: 50%;
  height: auto;
  align-items: center;
  display: flex;
}

.area.wide_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.area.wide_wrap {
  justify-content: center;
  margin-bottom: 0px;
}

.area.wide_wrap .box_in {
  max-width: 480px;
  width: 100%;
}

.area:nth-of-type(4) .box_in,
.area:nth-of-type(6) .box_in {
  max-width: 462px;
  width: 100%;
  margin-left: auto;
}

.area.wide_wrap .box.luxy-el dt {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 10px;
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
}

.management_wrap .main_title span {
  display: block;
  margin: 40px 0px 0px 0px;
  font-size: clamp(0.875rem, 0.723rem + 0.65vw, 1.5rem);
  letter-spacing: 5px;
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  font-weight: normal;
  color: #000;
}

.management_wrap .main_title {
  font-size: clamp(1.875rem, 1.129rem + 3.23vw, 5rem);
  /*firefox*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: "minion-pro", serif;
  /* font-weight: 200; */
  font-style: normal;
  margin-bottom: 60px;
  color: #140d38;
}

.strong_box .box {
  margin: 80px 0px 0px 87px;
}

/**/
.management_wrap {
  position: relative;
}

.management_wrap h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);

  margin-bottom: 30px;
  letter-spacing: 0px;
}

.management_wrap h2 .sub_txt {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-family: "Noto Sans JP",
    "YuGothic",
    "Yu Gothic";
  letter-spacing: 0px;
}


.management_wrap_in {
  /* margin-bottom: 72px; */
  /* max-width: 235px; */
  /* width: 100%; */
  /* max-width: 854px; */
  /* margin: 0 auto; */
  max-width: 1680px;
  width: 83%;
  margin-left: auto;
}

.management_wrap dt {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  position: relative;
  letter-spacing: 3px;
  /*  margin-bottom: 27px;*/
}

.middle_txt {
  text-align: center;
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  padding: 130px 0px 130px;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
  letter-spacing: 3px;
  line-height: 40px;
}

.consulting_wrap_bg {
  display: block;
  background-image: url(../img/img_pic03.jpg);
  background-repeat: no-repeat;
  position: relative;
  padding: 15rem;
  background-size: cover;
}

.management_wrap .txt_box {
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.management_wrap .txt_box h2 {
  color: #fff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  letter-spacing: 0px;
  font-size: clamp(2.188rem, 1.847rem + 1.7vw, 3.125rem);
  margin-left: 0px;
}

.management_wrap .txt_box h2 span {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  display: block;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";
  letter-spacing: 5px;
  margin-top: 20px;
}

/**/
.consulting_wrap {
  background-color: #696861;
  overflow: hidden;
}

.consulting_wrap .box {
  background-color: #828076;
  max-width: 540px;
  width: 100%;
  padding: 50px 28px;
  margin-bottom: 57px;
  position: relative;
  z-index: 2;
  width: calc(52% - 50px);
}

.consulting_wrap .consulting_wrap_in {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 140px 0px 70px;
}

.consulting_wrap div {
  color: #fff;
}

.consulting_wrap h2 {
  font-size: clamp(0.938rem, 0.778rem + 0.8vw, 1.375rem);
  margin-bottom: 40px;
  letter-spacing: 6px;
}

.consulting_wrap h2 span {
  font-size: 40px;
  letter-spacing: 5px;
}

.consulting_wrap dl {
  font-size: 14px;
}

.consulting_wrap dt {
  font-size: 14px;
}

.consulting_wrap dt::before {
  content: unset;
}

.consulting_wrap .box div {
  padding: 0px 0px 0px 10px;
}

/**/
.circleText {
  overflow: visible;
  animation: rotation 26s linear infinite;
  letter-spacing: 10px;
}

.circleText_circle {
  fill: none;
}

.circleText__text {
  fill: #fff;
  font-size: 20px;
  letter-spacing: 0.12em;
  opacity: 0.2;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circleText__circle {
  fill: none;
}

.circle {
  width: 75rem;
  height: 0px;
  position: relative;
  z-index: 1;
  bottom: 20rem;
  left: 22cm;
}

.circleText__text textPath {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  letter-spacing: 0px;
}

/**/

.restaurant_wrap {
  background-color: #f8f8f3;
}

.restaurant_wrap .restaurant_wrap_in .box {
  background-color: #fff;
  color: #343331;
}

.restaurant_wrap div {
  color: #343331;
}

.restaurant_wrap .consulting_wrap_bg {
  background-image: url(../img/img_pic04.jpg);
}

.restaurant_wrap .txt_box {
  background-color: rgba(255, 255, 255, 0.9);
  right: 0px;
  left: auto;
}

.restaurant_wrap .circle {
  width: 93rem;
  height: 0px;
  position: relative;
  z-index: 1;
  bottom: 58rem;
  left: -14cm;
}

.restaurant_wrap .circleText__text {
  opacity: 0.09;
}

.restaurant_wrap .txt_box h2 {
  color: #343331;
  margin-left: -14rem;
}

.restaurant_wrap .circleText__text {
  fill: #343331;
}

/**/

.company_contents_txt {
  width: 100%;
  max-width: 516px;
  /*  margin: 0 auto;*/
}

.company_contents_in {
  max-width: 1280px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.company_contents_in .title {
  font-size: clamp(2.188rem, 1.847rem + 1.7vw, 3.125rem);
  line-height: 40px;

  font-family: "minion-pro", serif;
  display: block;
  letter-spacing: 3px;
  margin: unset;
  font-weight: normal;
}

.company_contents_in .company_contents_txt dl {
  border-top: 0.1px solid #cdcdcd;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    sans-serif;
  padding: 30px 0px;
  line-height: 1;
}

.company_contents_in .company_contents_txt dl:first-child {
  border-top: unset;
}

.company_contents_in .company_contents_txt dl:last-child {
  border-bottom: 0.1px solid #f0f0ed;
  border-bottom: 0.1px solid rgb(205, 205, 205);
}

.company_contents_in .company_contents_txt dt {
  text-align: left;
  padding-left: 0px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  margin-bottom: 0px;
  font-weight: normal;
  /* margin-right: 20px; */
  width: 5rem;
}

.company_contents_in dd {
  margin-bottom: 0px;
}

.company_contents h2 span {}

.company_contents dt::before {
  content: unset;
}

.shop_img {
  max-width: 642px;
  width: 100%;
}

.shop_img img {
  width: 100%;
}

.map iframe {
  /* filter: grayscale(1);*/
  width: 100%;
  filter: grayscale(1);
}

.contact_wrap {
  background-image: url(../img/bg_img03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: rgb(20, 13, 56);
  padding: clamp(80px, 12vw, 143px) 0;

  color: #140d38;
}

.contact_wrap .txt {
  text-align: center;
  margin-bottom: 44px;
}

.contact_wrap h2 {
  font-family: "minion-pro", serif;
  font-size: 50px;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 62px;
  font-weight: normal;
}

.contact_btn {
  text-align: center;
}

.contact_btn a {
  background-color: #81d8d0;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  max-width: 450px;
  width: 100%;
  padding: 28px;
  margin: 0 auto;
  color: #fff;
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  letter-spacing: 5px;
  font-weight: normal;
}

.contact_wrap.parallax-bg::after {
  /* content: "";
  position: absolute;
  top: -256%;
  left: 83%;
  transform: translateX(-50%);
  width: 1792px;
  height: 1792px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  pointer-events: none;
  z-index: 01;*/
}

.contact_wrap h2 span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 1px;
  /*font-family: "Noto Sans JP", "YuGothic", "Yu Gothic";*/
}

.btn_contact {
  max-width: 340px;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 60px;
}

.btn_contact a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 25px 0px 20px 102px;
  font-size: 16px;
}

.btn_contact::before {
  content: "";
  position: absolute;
  background-image: url(../img/img_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 26px;
  top: 26px;
  left: 32px;
}

.btn_contact::after {
  content: "";
  position: absolute;
  background-image: url(../img/ico_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  right: 27px;
  top: 31px;
}

#pagetop {
  background-color: #81d8d0;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 26px;
  bottom: 26px;
  position: fixed;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*news*/
.news_contents {
  background-color: #f6f6f6;
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    sans-serif;
}

.news_contents .main_title {
  margin-bottom: 68px;
}

.news_contents_list {
  max-width: 854px;
  width: 100%;
}

.news_contents li:first-child a {
  padding-top: 0px;
}

.news_contents li a {
  font-size: clamp(0.75rem, 0.69rem + 0.26vw, 1rem);
  padding: 20px 0px;
  width: 100%;
}

.news_contents li a span {
  margin-right: 2vw;
}

.news_contents_title_box {
  margin: 0 auto;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 83px 0px;
  align-items: center;
}

.news_contents_list li {
  border-bottom: 1px solid #aeaeae;
}

.news_contents_title_box_title {
  max-width: 235px;
  width: 100%;
}

/*how to*/
.about_contents {
  background-image: url(../img/bg_img01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 110px 0px 170px;
}

.about_contents_in {
  display: flex;
  /* align-items: center; */
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 0px;
  justify-content: space-between;
  position: relative;
}

.about_contents_in_img {
  position: relative;
  max-width: 472px;
  width: 100%;
}

.about_contents_in_img .img_01 img {
  width: 100%;
  height: auto;
  display: block;
}

.about_contents_in_img .img_02 {
  position: absolute;
  width: 44%;
  right: -25%;
  bottom: -6%;
}

.about_contents_in_img .img_02 img {
  width: 100%;
}

.about_contents_in_txt_box .main_title {
  text-align: left;
  line-height: 3.5vw;
  padding-top: 30px;
}

.img_03 {
  position: absolute;
  max-width: 255px;
  width: 100%;
  right: -4%;
  bottom: -60%;
}

.img_03 img {
  width: 100%;
}

.cast_contents {
  padding: 130px 0px;
  background-color: #f6f6f6;
}

.cast_contents li {
  margin-bottom: 20px
}

.cast_contents ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  /* max-width: 1140px; */
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 52px;
}

.cast_contents li a {
  display: inline-block;
  text-decoration: none;
  position: relative;

  /* ✅ ここに書くのが超重要 */
  transition: opacity 0.4s ease, transform 0.4s ease !important;
}

.cast_contents li a:hover {
  opacity: 0.5;
}

.cast_contents li img {
  margin-bottom: 16px;
  width: 100%;
}

.cast_contents li p {
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    sans-serif;
  text-align: center;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
}

.cast_contents .btn_more {
  text-align: center;
}

.cast_contents .btn_more a {
  margin: 0 auto;
  padding: 7px;
  font-family:
    /* "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    sans-serif;*/
}

.system_contents_in {
  max-width: 970px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
  margin: 0 auto 90px;
}

.btn_more a {
  background-color: #81d8d0;
  color: #fff;
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  max-width: 235px;
  width: 100%;
  text-align: center;
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  letter-spacing: 5px;
  padding: 7px 0px 7px;
  line-height: 1;
  height: auto;
}

.about_contents_in_txt_box {
  max-width: 850px;
  width: 100%;
  /* padding-top: 50px; */
}

.about_contents_in_txt_box .main_title span {
  margin: 0px;
}

.about_contents_in_txt_box p {
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-size: clamp(0.813rem, 0.767rem + 0.19vw, 1rem);
  line-height: 2vw;
  width: 76%;
}

.about_contents_txt {
  max-width: 690px;
  width: 100%;
}

.cast_contents .main_title {
  text-align: center;
}

.system_contents {
  background-color: #fff;
  background-image: url(../img/bg_contact.jpg);
  /* 拡張子も忘れずに */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: clamp(80px, 12vw, 140px) 0 clamp(70px, 10vw, 113px);
}

.system_contents .main_title {
  text-align: center;
}

.system_contents.parallax-bg::after {
  /*   content: "";
      position: absolute;
      top: -104%;
      left: 21%;
      transform: translateX(-50%);
      width: clamp(600px, 80vw, 1792px);
      height: clamp(600px, 80vw, 1792px);
      border: 1px solid #cdcdcd;
      border-radius: 50%;
      pointer-events: none;
      z-index: 0;*/
}

.system_contents_txt {
  text-align: center;
}

.system_contents_txt_one {
  font-size: clamp(1.063rem, 0.774rem + 1.23vw, 2.25rem);
  margin-bottom: 30px;
}

.system_contents_txt_drink {
  font-size: (0.75rem, 0.689rem + 0.26vw, 1rem);
  margin-bottom: 68px;
}

.system_contents_in dl {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}

.system_contents_in dt {
  background-color: #81d8d0;
  color: #fff;
  max-width: 410px;
  width: 100%;
  text-align: center;
  align-items: center;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  padding: 15px;
  line-height: 1;
  margin-bottom: 26px;
}

.system_contents_in dd {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0px;
  line-height: 1;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);

}

.system_contents_in dd:first-of-type {
  padding-top: 0px;
}

.system_contents_drink_list {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 70px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  padding: 24px 60px;
  line-height: 1;
  font-size: clamp(0.938rem, 0.892rem + 0.19vw, 1.125rem);

}

.system_contents_drink_list span {
  font-size: clamp(0.938rem, 0.816rem + 0.52vw, 1.438rem);
}

.system_contents_bottom_txt {
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  text-align: center;
  line-height: 2.6vw;
}

.address_txt,
.copyright {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  font-weight: normal;
}

.address_txt {
  margin-bottom: 50px;
  line-height: 1;
  letter-spacing: 1px;
}

.girl_contents {
  padding-top: 500px;

}

/*女性詳細*/
#girl {
  background-image: url(../img/bg_img05.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;

}

.p-profile-data__slider {
  max-height: 728px;
  margin-right: 40px;
  position: relative;
  width: 540px;
  overflow: hidden;
  margin-bottom: 5px;
}

.girl_cotents {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 135px;
  padding-top: 240px;
  justify-content: space-between;

}

.slider,
.slider-thumbnail {
  width: 100%;
}

.slider-thumbnail .swiper-wrapper {
  width: 100%;
  max-width: 136px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-button-next {
  background: url(../img/icon_slider_next.png) no-repeat center center / contain;
  height: 50px;
  transform: translateX(10px);
  width: 50px;
  left: 0px;
}

.swiper-button-prev {
  background: url(../img/icon_slider_prev.png) no-repeat center center / contain;
  height: 50px;
  transform: translateX(10px);
  width: 50px;
  right: 20px;
}

.girl_cotents {
  display: flex;
}

.girl_cotents_staff {
  max-width: 546px;
  width: 100%;
  overflow: hidden;
  padding: 0px;
}

.girl_cotents_profile {
  max-width: 662px;
  width: 55%;
  padding: 0px;
}

.girl_cotents_profile .main_title {
  margin-bottom: 100px;
}

.girl_cotents_profile_name {
  font-size: clamp(1rem, 0.833rem + 0.71vw, 1.688rem);
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  margin-bottom: 40px;
}

.girl_cotents_profile_body ol {
  display: flex;
  color: #81d8d0;
  align-items: center;
  font-size: clamp(0.813rem, 0.646rem + 0.71vw, 1.5rem);
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  margin-bottom: 100px;
  line-height: 1;
}

.girl_cotents_profile_body ol li {
  border-right: 1px solid #81d8d0;
  padding: 0px 30px 0px;
}

.girl_cotents_profile_body ol li:first-of-type {
  padding-left: 0px;
}

.girl_cotents_profile_body ol li:last-child {
  border: unset;
}

.girl_cotents_profile_lists {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  font-weight: normal;
  /*追加*/
  font-size: 18px;
}

.girl_cotents_profile_lists .txt {
  display: inline;
}

.girl_cotents_profile_lists span {
  color: #81d8d0;
  margin-right: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.girl_cotents_profile_lists li:last-of-type {
  border-bottom: unset;
}

.girl_cotents_profile_lists li {
  padding: 20px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.girl_cotents_profile_sns_link {
  display: flex;

}

.girl_cotents_profile_sns_link li a {
  width: 49px;
  height: 49px;
  background-color: #81d8d0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.girl_cotents_cast {
  background-image: url(../img/bg_img04.jpg);
  background-repeat: no-repeat;
}

/*news*/
.news_detail_wrap {
  /* padding-top: 220px;*/

}

.news_detail_wrap .lower_layer_box {
  padding: 210px 0px 140px;
  margin-bottom: -8rem;
}

.news_detail .news_detail_col {
  max-width: 676px;
  width: 100%;
  margin: 0 auto;
}

.news_detail_thmp {
  max-width: 100%;
  margin-bottom: 80px;
}

.news_detail_thmp img {
  max-width: 100%;
}

.news_title_day {
  max-width: 676px;
  width: 100%;
  margin: 0 auto;
}

.news_title_day p {
  text-align: center;
  font-size: clamp(0.813rem, 0.646rem + 0.71vw, 1.5rem);
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "游明朝体",
    "Yu Mincho",
    "YuMincho",
    "Times New Roman",
    serif;
  font-weight: normal;
  margin-bottom: 10px;
}

p.news_title_txt {
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-size: clamp(1.25rem, 1.053rem + 0.84vw, 2.063rem);
  margin-bottom: 100px;
  line-height: 40px;
}

.news_detail_col_txt_box p {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: 2vw;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.news_detail_col_txt_box .btn_more {
  text-align: center;
}

.news_detail_col_txt_box .btn_more a {
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
}

.news_detail_col_txt_box {
  margin-bottom: 128px
}

/*news一覧*/
#lower_layer_box_wrap {
  padding-top: 80px;
}

.lower_layer_box {
  background-image: url(../img/bg_lower_mv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: clamp(100px, 15vw, 165px) 0;
  margin-bottom: clamp(80px, 10vw, 157px);
}

#lower_layer_box_wrap .main_title {
  text-align: center;
  margin-bottom: 0;
}

.news_list_wrap_list ul {
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
}

.news_list_wrap_list ul li a {
  display: flex;
}

.blog_link figure {
  max-width: 205px;
  width: 100%;
  margin-right: 50px;
}

.blog_link figure img {
  width: 100%;
  height: auto;
}

.blog_ttl {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  margin-bottom: 20px;
  line-height: 1.5;
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

.blog_ttl span {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  margin-right: 20px;
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

.post-meta {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: 2vw;
  margin-bottom: 40px;
  font-family:
    "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

.news_list_wrap_list li {
  margin-bottom: 160px;
}

.ico_blog_arrow {
  margin-left: 10px;
}

.ico_blog_link_txt {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto 60px;
}

.pager li {
  width: 20px;
  margin: 0 4px 4px 0;
  height: 44px;
  display: flex;
  justify-content: center;
  padding: 0 !important;
  align-items: center;
}

.pager .page-numbers {
  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;
  height: 44px;
  color: #fff;
  width: 100%;
  color: #2d2d2d;
}

.pager ul li:first-of-type span {
  color: #000;
}

.pager .page-numbers {
  color: #e3e3e3;
}

.all_cast_contents {
  padding: 0px;
  background-color: unset;
}