/* ==========================================================================
   top
   ========================================================================== */
/* top_contents_wrap ============================== */
#top_contents_wrap {
  width: 100vw;
  overflow-x: hidden;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  #top_contents_wrap {
    max-width: 1920px;
    overflow-x: visible;
  }
}

/* top_section_title_block ============================== */
.top_section_title_block {
  width: 100%;
  height: auto;
  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-sizing: border-box;
          box-sizing: border-box;
}

.top_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 -2px;
}
@media (min-width: 2000px) {
  .top_title {
    margin: 0 0 0 -4px;
  }
}
.top_title .mask {
  overflow: hidden;
}
.top_title .top_title_en {
  color: #fafafa;
  font-size: 18rem;
  font-size: clamp(4.6rem, 9vw, 20rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 2px 0 0;
}

.top_section_title {
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 1.1vw, 2.3rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1;
  text-align: left;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .top_section_title {
    font-weight: 400;
    letter-spacing: 0.3em;
    margin-top: 10px;
  }
}

/* ==========================================================================
   btn_floating
   ========================================================================== */
.btn_floating {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 3vw 3vw 3vw;
  z-index: 100;
}
@media (min-width: 1025px) {
  .btn_floating {
    width: 58px;
    bottom: 60px;
    right: 0;
    left: auto;
    padding: 0;
  }
}
.btn_floating a {
  color: #FFF;
  width: 100%;
  height: 52px;
  font-size: 1.9rem;
  font-size: clamp(1.8rem, 0.85vw, 1.7rem);
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  background-color: #EC9B85;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1px;
}
@media (min-width: 1025px) {
  .btn_floating a {
    width: 58px;
    height: 260px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    writing-mode: vertical-rl;
    border-radius: 4px 0 0 4px;
  }
}

@media (min-width: 1025px) {
.btn_floating a:hover {
  color: rgba(255, 255, 255, 0.7);
}
}

.btn_floating a svg {
  fill: #fafafa;
  width: 18px;
  height: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -6px 0 0 0;
}
@media (min-width: 1025px) {
.btn_floating a svg {
    display: none;
  }
}

/* ==========================================================================
   mv
   ========================================================================== */
#mv {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv_slider {
  width: 78vw;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: fixed;
  top: 12vh;
  left: 11vw;
  margin: 0 0 0 0;
}
@media (min-width: 1025px) {
  .mv_slider {
    width: 43vw;
    top: 50%;
    left: 50%;
    margin: -20vw 0 0 0;
  }
}
.mv_slider.opacity {
  opacity: 0;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

/* mv_scrolldown ============================== */
.scrolldown-content {
  width: 2px;
  display: block;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 5vw;
  box-sizing: border-box;
}
@media (min-width: 415px) {
  .scrolldown-content {
    left: 6.2vw;
  }
}
@media (min-width: 1025px) {
  .scrolldown-content {
    left: 6.8vw;
  }
}
.scrolldown-content.opacity {
  opacity: 0;
  transition: 0.5s ease;
}

.scrolldown-wrap {
  width: 2px;
  position: fixed;
  left: 6.8vw;
  bottom: 77px;
  transform: translateX(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1025px) {
.scrolldown-wrap {
    bottom: 0;
  }
}

.scrolldown-wrap::after {
  color: #FFF;
  content: "SCROLL";
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  line-height: 1em;
  letter-spacing: 0.18em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  transform: rotate(-90deg);
  position: absolute;
  top: -60px;
  left: -32px;
  z-index: 10;
}
@media (min-width: 1025px) {
  .scrolldown-wrap::after {
    top: -70px;
    left: -32px;
  }
}
@media (min-width: 1400px) {
  .scrolldown-wrap::after {
    top: -70px;
    left: -34px;
  }
}
@media (min-width: 1900px) {
  .scrolldown-wrap::after {
    top: -90px;
    left: -40px;
  }
}

.scrolldown {
  position: relative;
  width: 1px;
  height: 10vh;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1.8s;
  transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1.8s;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1.8s;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1.8s, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1.8s;
  transform: translateY(0);
}
@media (min-width: 415px) {
  .scrolldown {
    height: 10vh;
  }
}
.scrolldown .scrolldown_bar {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 10vh;
  margin: 0 auto;
}
@media (min-width: 415px) {
  .scrolldown .scrolldown_bar {
    height: 10vh;
  }
}
.scrolldown .scrolldown_bar-item {
  position: absolute;
  width: 1px;
  height: 10vh;
  margin: 0 auto;
  animation: scrolldown 2s infinite;
  opacity: 1;
  background-color: #fff;
}
@media (min-width: 415px) {
  .scrolldown .scrolldown_bar-item {
    height: 10vh;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

/* mv_catch ============================== */
#catch {
  color: #fff;
  margin: 56vh 0 30px 15vw;
  margin: 44vh 0 30px 15vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 1025px) {
  #catch {
    margin: 44vh 0 0 15.5vw;
  }
}

#catch .catch_1 {
  font-size: 3.2rem;
  font-size: clamp(2.5rem, 1.65vw, 4.9rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0 0 26px 0;
}
@media (min-width: 1025px) {
  #catch .catch_1 {
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 2.0;
    margin: 0 0 5.2vh 0;
  }
}

#catch .catch_en {
  font-size: 19rem;
  font-size: clamp(5.7rem, 11.5vw, 30rem);
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.07em;
  margin: 0 0 0 -1vw;
}

/* info ============================== */
#info .info-wrap{
  display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
  flex-shrink: 0;
  margin: 60px 0 0 15vw;
}
@media (min-width: 1025px) {
#info .info-wrap{
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 50px 0 0 15.5vw;
}
}

#info .photo{
  width: 110px;
  height: 110px;
  aspect-ratio: 1/1;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 50px;
}
@media (min-width: 1025px){
#info .photo{
  width: 200px;
  height: 200px;
  margin-right: 50px;
}
}

#info .photo img{
  width: 66%;
  height: auto;
  display: block;
}
@media (min-width: 1025px){
#info .photo img{
  width: 66%;
}
}

#info .text_block{
	width: 100%;
  width: calc(100% - 5.5vw);
  text-align: justify;
}
@media (min-width: 1025px){
#info .text_block{
  width: calc(100% - 200px - 50px);
  text-align: left;
}
}

#info h1 {
  font-size: 2.8rem;
  font-size: clamp(2.1rem, 1.5vw, 3.2rem);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (min-width: 1025px) {
#info h1 {
  line-height: 1;
  letter-spacing: 0.08em;
}
}


/* ==========================================================================
   intoro
   ========================================================================== */
#intoro {
  position: relative;
  margin: 100px 0 0 0;
}
@media (min-width: 1025px) {
  #intoro {
    margin: 300px 0 0 0;
  }
}

#intoro .wrap {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
@media (min-width: 1025px) {
  #intoro .wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #intoro .wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}

#intoro .text_block {
  padding: 0 5.5vw;
}
@media (min-width: 1025px) {
  #intoro .text_block {
    width: 70%;
    padding: 0;
  }
}

#intoro h3 {
  font-size: 4.4rem;
  font-size: clamp(2.8rem, 2.1vw, 4.1rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 1025px) {
  #intoro h3 {
    font-weight: 400;
    line-height: 1;
  }
}

#intoro .text_block p.text {
  font-size: 1.8rem;
  font-size: clamp(1.44rem, 0.9vw, 1.8rem);
  line-height: 2.2;
}
@media (min-width: 1025px) {
  #intoro .text_block p.text {
    line-height: 2.8;
  }
}

#intoro .img_1 {
  width: 88%;
  overflow: hidden;
  margin: 40px 0 0 12%;
}
@media (min-width: 1025px) {
  #intoro .img_1 {
    width: 36.5vw;
    max-width: 700px;
    aspect-ratio: 67.5/45;
    position: absolute;
    top: 170px;
    right: 0;
    margin: 0;
  }
}

/* ==========================================================================
   text_ticker
   ========================================================================== */
#ticker .text_ticker{
  width: 100vw;
  overflow:hidden;
  margin: -55px calc(50% - 50vw) 0;

}
@media (min-width: 1025px){
#ticker .text_ticker{
  margin: -1.8vw calc(50% - 50vw) 0;
}
}

.text_ticker{
	width: 100vw;
  height: auto;
	text-transform: uppercase;
	overflow:hidden;
	white-space:nowrap;
}

@keyframes hscroll {
	0% { transform:translateX(4px); }
	100% { transform:translateX(-100%); }
}

.text_ticker ul{
	display:inline-block;
	margin:0;
	padding:0;
	animation:hscroll 120s linear infinite;
}
@media (min-width: 1025px){
.text_ticker ul{
	animation:hscroll 120s linear infinite;
}
}

.text_ticker li{
	height: auto;
	display:inline-block;
  font-size: clamp(7.4rem, 11vw, 20.0rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  opacity: 0.3;
  margin-right: 0.4em;
}

/* ==========================================================================
   features
   ========================================================================== */
#features {
  position: relative;
  margin: 20px 0 0 0;
}
@media (min-width: 1025px) {
  #features {
    margin: 70px 0 0 0;
  }
}

#features .wrap {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 5.5vw;
  z-index: 0;
}
@media (min-width: 1025px) {
  #features .wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #features .wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}

#features .top_section_title_block {
  width: 100%;
  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;
  padding: 0 5.5vw;
  margin: 0 0 44px 0;
}
@media (min-width: 1025px) {
  #features .top_section_title_block {
    margin: 0 auto 100px;
  }
}

#features .top_section_title_block .top_section_title {
  text-align: center;
}

#features ul{
  padding: 25px 0 0 0;
}
@media (min-width: 1025px) {
#features ul{
  padding: 25px 0 0 0;
}
}

#features li.card{
  width: 100%;
  display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
#features li.card{
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
}

@media (min-width: 1025px){
#features li:nth-child(2) .photo{
  order: 2;
}
#features li:nth-child(2) .text_block{
  order: 1;
}
}

#features li.card .photo{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1025px){
#features li.card .photo{
  width: 36%;
  margin: 0;
}
}

#features li.card .photo img{
  width: 100%;
  height: auto;
  display: block;
}

#features li.card .number{
  font-size: 10.0rem !important;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1;
  display: block;
  position: absolute;
  top: -0.67em;
  left: 0.12em;
}
@media (min-width: 1025px){
#features li.card .number{
  font-size: 15.0rem !important;
}
}


#features li.card .text_block{
  width: 100%;
}
@media (min-width: 1025px){
#features li.card .text_block{
  width: 58%;
}
}

#features li.card h3.head {
  font-size: 2.8rem;
  font-size: clamp(1.9rem, 1.55vw, 2.8rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-bottom: 0.9em;
}
@media (min-width: 1025px) {
#features li.card h3.head {
  font-weight: 400;
  letter-spacing: 0.06em;
}
}


#features li.card .text{
  font-size: clamp(1.4rem, 0.82vw, 1.7rem)!important;
  line-height: 1.9;
  text-align: justify;
}
@media (min-width: 1025px){
#features li.card .text{
}
}


/* ==========================================================================
   message
   ========================================================================== */
#message {
  position: relative;
  margin: 160px 0 0 0;
  margin: 60px 0 0 0;
}
@media (min-width: 1025px) {
  #message {
    margin: 420px 0 0 0;
    margin: 200px 0 0 0;
  }
}
#message .wrap {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
@media (min-width: 1025px) {
  #message .wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #message .wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}
#message .top_section_title_block {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5.5vw;
  margin: 0 0 50px 0;
}
@media (min-width: 1025px) {
  #message .top_section_title_block {
    max-width: calc(1340px + 12vw + 12vw);
    padding: 0 12vw;
    margin: 0 auto 100px;
  }
}
#message .img_1 {
  width: 80%;
  overflow: hidden;
  margin: 0 0 0 20%;
}
@media (min-width: 1025px) {
  #message .img_1 {
    width: 41vw;
    max-width: 780px;
    aspect-ratio: 7.8/9.6;
    position: absolute;
    top: 440px;
    right: 0;
    margin: 0;
  }
}

#message h3 {
  font-size: clamp(1.95rem, 1.7vw, 3.8rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
  padding: 40px 0 30px 5.5vw;
}
@media (min-width: 1025px) {
  #message h3 {
    font-weight: 400;
    line-height: 2;
    padding: 0 0 70px 0;
  }
}

#message .text_block {
  padding: 0 5.5vw;
}
@media (min-width: 1025px) {
  #message .text_block {
    padding: 0;
  }
}

#message p.text {
  font-size: 1.8rem;
  font-size: clamp(1.44rem, 0.9vw, 1.8rem);
  line-height: 2.2;
  text-align: justify;
}
@media (min-width: 1025px) {
  #message p.text {
    line-height: 2.8;
    text-align: left;
  }
}

#message .figure img {
  width: 76%;
  height: auto;
  margin: 40px 12% 30px;
}
@media (min-width: 1025px) {
  #message .figure img {
    width: 36%;
    height: auto;
    margin: 80px 0 50px -40px;
  }
}


/* ==========================================================================
   image_photo
   ========================================================================== */
#image_photo {
  padding: 60px 0 0 0;
}
@media (min-width: 1025px) {
  #image_photo {
    padding: 180px 0 0 0;
  }
}

#image_photo .wrap{
  position: relative;
}

#image_photo .img_3 {
  width: 90vw;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1025px) {
  #image_photo .img_3 {
    width: 83.4%;
    max-height: 580px;
  }
}

.circle-text{
  width: 42%;
  height: auto;
  display: block;
  position: absolute;
  bottom: -14%;
  right: 3%;
  z-index: 10;
}
@media (min-width: 1025px) {
.circle-text{
  width: 20%;
  bottom: -20%;
  right: 10%;
}
}

.circle-text img{
  width: 100%;
  height: auto;
  display: block;
  animation: rotate 40s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}


/* ==========================================================================
   menu
   ========================================================================== */
#menu {
  padding: 70px 0 0 0;
}
@media (min-width: 1025px) {
  #menu {
    padding: 180px 0 0 0;
  }
}
#menu .wrap {
  padding: 0 5.5vw;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  #menu .wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #menu .wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}

#menu .top_section_title_block {
  width: 100%;
  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;
  padding: 0 5.5vw;
  margin: 0 0 0 0;
}
@media (min-width: 1025px) {
  #menu .top_section_title_block {
    margin: 0 auto;
  }
}

#menu .note_wrap {
  padding: 0 5.5vw;
  margin: 0 auto 44px;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
#menu .note_wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
    margin: 0 auto 100px;
    margin: 0 auto 80px;
  }
}
@media (min-width: 1510px) {
#menu .note_wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}

#menu .note{
  width: 100%;
  font-size: clamp(1.44rem, 0.9vw, 1.8rem);
  text-align: left;
  text-align: center;
  line-height: 1.7;
  border: 0px solid #5e76b1;
  background-color: rgba(94, 118, 177, 0.7);
  padding: 14px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
#menu .note{
  width: 100%;
  text-align: center;
  padding: 14px 6px;
}
}

#menu .note a{
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 1025px) {
#menu .note a{
  font-size: 100%;
}
}

#menu .top_section_title_block .top_section_title {
  text-align: center;
}

#menu h3.head {
  font-size: 2.8rem;
  font-size: clamp(2.1rem, 2.0vw, 2.8rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (min-width: 1025px) {
#menu h3.head {
  letter-spacing: 0.06em;
}
}

#menu p.text {
  text-align: left;
}
@media (min-width: 1025px) {
#menu p.text {
  text-align: center;
}
}

#menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 30px 0 0 0;
}
@media (min-width: 1025px) {
  #menu ul {
    margin: 50px 0 0 0;
  }
}
#menu li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 1025px) {
  #menu li {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 44px 0;
  }
}

#menu li .point {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 25px;
  right: -4px;
}
@media (min-width: 1025px) {
  #menu li .point {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 32px;
    right: 2px;
  }
}

#menu ul.body-care li .point{
  position: absolute;
  top: 25px;
  right: -4px;
}
@media (min-width: 1025px) {
#menu ul.body-care li .point{
  top: 44px;
  right: 2px;
}
}

#menu li .img_area {
  width: 86%;
  margin: 0 auto 26px;
}
@media (min-width: 1025px) {
  #menu li .img_area {
    width: 39%;
    margin: 0;
  }
}

#menu li .text_block {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  #menu li .text_block {
    width: 59%;
  }
}
#menu li .text_area {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  #menu li .text_area {
    width: 88%;
    margin: 0 0 0 12%;
  }
}

#menu li .text_area .menu_name {
  font-size: 2.4rem;
  font-size: clamp(1.7rem, 1.2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: -4px 0 2px -2px;
}
@media (min-width: 1025px) {
#menu li .text_area .menu_name {
  margin: -4px 0 10px -2px;
}
}

#menu ul.body-care li .text_area .menu_name {
  margin: 0 0 2px 0;
}
@media (min-width: 1025px) {
#menu ul.body-care li .text_area .menu_name {
  margin: -4px 0 10px 0;
}
}

#menu li .text_area .menu_price {
  font-size: 2.4rem;
  font-size: clamp(1.7rem, 1.15vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0 0 0 -10px;
}
@media (min-width: 1025px) {
  #menu li .text_area .menu_price {
    line-height: 1.7;
    margin: 0 0 0 -10px;
  }
}

#menu li .text_area .menu_price .tax {
  font-size: 1.3rem;
  margin: 0 0 0 -0.8%;
}
@media (min-width: 1025px) {
  #menu li .text_area .menu_price .tax {
    font-size: 1.5rem;
  }
}

#menu li .text_area .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (min-width: 1025px) {
  #menu li .text_area .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#menu li .text_area .list::after {
  content: "";
  width: 32.6%;
}
@media (min-width: 1025px) {
  #menu li .text_area .list::after {
    width: 24.2%;
  }
}

#menu li .text_area .index {
  font-size: 1.35rem;
  font-weight: 500;
  margin: 3px 0 5px 0;
}
@media (min-width: 1025px) {
  #menu li .text_area .index {
    font-weight: 400;
    margin: 3px 0 2px 0;
  }
}

#menu li .text_area .index span {
  font-size: 1rem;
  vertical-align: 0.1em;
  letter-spacing: 0.4em;
}

#menu li .text_area .list p {
  width: 32.6%;
  font-size: 1.16rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.8px 0;
  margin: 0 0 4px 0;
}
@media (min-width: 1025px) {
  #menu li .text_area .list p {
    width: 24.2%;
    font-size: 1.25rem;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    padding: 6px 0;
    margin: 0 0.8% 5px 0;
  }
}

#menu li .text_area .part p {
  color: #393334;
  background-color: #EFE3D8;
  border: 1px solid #EFE3D8;
}


/* ==========================================================================
   gallery
   ========================================================================== */
#gallery {
  width: 100vw;
  overflow: hidden;
  padding: 70px 0 0 0;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 1025px) {
  #gallery {
    padding: 180px 0 0 0;
  }
}
#gallery .images {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#gallery .images img {
  width: 1000px;
  height: auto;
  display: block;
  -webkit-animation: galleryscroll 50s linear infinite;
          animation: galleryscroll 50s linear infinite;
}
@media (min-width: 1025px) {
  #gallery .images img {
    width: 1800px;
  }
}

@-webkit-keyframes galleryscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes galleryscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}


/* ==========================================================================
   company
   ========================================================================== */
#company {
  padding: 60px 0 90px 0;
}
@media (min-width: 1025px) {
  #company {
    padding: 180px 0 0 0;
  }
}
#company .wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  margin: 0 auto;
  padding: 0 5.5vw;
}
@media (min-width: 1025px) {
  #company .wrap {
    max-width: calc(1200px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #company .wrap {
    max-width: calc(1200px + 12vw + 12vw);
  }
}
#company .top_section_title_block {
  width: 100vw;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5.5vw;
  margin: 0 0 50px 0;
}
@media (min-width: 1025px) {
  #company .top_section_title_block {
    max-width: calc(1340px + 12vw + 12vw);
    padding: 0 12vw;
    margin: 0 auto 100px;
  }
}
#company .block {
  position: relative;
}
#company table {
  width: 100%;
  font-size: 1.4rem !important;
  line-height: 1.5;
  border-collapse: collapse;
  margin: 40px 0 0 0;
}
@media (min-width: 1025px) {
  #company table {
    width: 58%;
    font-size: 1.65rem !important;
  }
}
#company tr td {
	color: #fafafa;
  vertical-align: top;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
}
@media (min-width: 1025px) {
  #company tr td {
    padding: 20px 10px;
  }
}
#company tr td.column-1 {
  width: 28%;
}
@media (min-width: 1025px) {
  #company tr td.column-1 {
    width: 23%;
  }
}
#company tr td.column-2 {
  padding: 12px 0;
}
@media (min-width: 1025px) {
  #company tr td.column-2 {
    padding: 20px 14px 20px 10px;
  }
}
#company tr td a {
  color: #fafafa;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 2px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  #company tr td :hover {
    border-bottom: 1px solid #EC9B85;
  }
}
#company caption {
  display: none;
}
#company .img_4 {
  width: 70%;
  aspect-ratio: 3/3.8;
  z-index: 0;
  overflow: hidden;
  margin: 40px 0 0 25%;
}
@media (min-width: 1025px) {
  #company .img_4 {
    width: 28%;
    max-width: 380px;
    position: absolute;
    top: -70px;
    right: -26px;
    margin: 0;
  }
}
#company .img_5 {
  width: 40%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  bottom: -90px;
  left: 5%;
  margin: -20px 0 0 0;
}
@media (min-width: 1025px) {
  #company .img_5 {
    width: 18.3%;
    max-width: 255px;
    aspect-ratio: 10/7.5;
    bottom: -56px;
    right: 17%;
    left: auto;
    margin: 0;
  }
}


/* ==========================================================================
   page
   ========================================================================== */
/* contents_wrap ============================== */
#contents_wrap {
  width: 100vw;
  overflow-x: hidden;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  #contents_wrap {
    max-width: 1920px;
    overflow-x: visible;
  }
}

/* ==========================================================================
   recruit
   ========================================================================== */
#recruit {
  position: relative;
  padding: 0 0 60px 0;
}
@media (min-width: 1025px) {
  #recruit {
    padding: 0 0 180px 0;
  }
}
#recruit .wrap {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (min-width: 1025px) {
  #recruit .wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #recruit .wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}

#recruit h3 {
  font-size: clamp(1.95rem, 1.7vw, 3.8rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
  padding: 40px 0 30px 5.5vw;
}
@media (min-width: 1025px) {
  #recruit h3 {
    font-weight: 400;
    line-height: 2;
    padding: 0 0 80px 0;
  }
}

#recruit h3 span {
  margin: 0 0 0 -1.2%;
}
#recruit .text_block {
  padding: 0 5.5vw;
}
@media (min-width: 1025px) {
  #recruit .text_block {
    width: 37.0vw;
    padding: 0;
  }
}
@media (min-width: 1510px) {
  #recruit .text_block {
    width: 37vw;
    max-width: 760px;
  }
}
#recruit .text_block p.text {
  font-size: 1.8rem;
  font-size: clamp(1.44rem, 0.9vw, 1.8rem);
  line-height: 2.2;
}
@media (min-width: 1025px) {
  #recruit .text_block p.text {
    line-height: 2.8;
  }
}
#recruit .text_block p.text_2 {
  font-size: 1.8rem;
  font-size: clamp(1.44rem, 0.9vw, 1.8rem);
  line-height: 2;
  text-indent: -1.4em !important;
  padding-left: 1.4em !important;
}
@media (min-width: 1025px) {
  #recruit .text_block p.text_2 {
    line-height: 2.3;
  }
}
#recruit .img_1 {
  width: 80%;
  overflow: hidden;
  margin: 40px 0 0 20%;
}
@media (min-width: 1025px) {
  #recruit .img_1 {
    width: 36.5vw;
    max-width: 700px;
    aspect-ratio: 7/9.4;
    position: absolute;
    top: 160px;
    right: 0;
    margin: 0;
  }
}
#recruit .img_2 {
  width: 72%;
  overflow: hidden;
  margin: 40px auto 0;
}
@media (min-width: 1025px) {
  #recruit .img_2 {
    width: 340px;
    height: 386px;
    margin: 130px 0 0 0;
  }
}

/* voice ============================== */
#voice {
  position: relative;
  padding: 0 0 60px 0;
}
@media (min-width: 1025px) {
  #voice {
    padding: 0 0 180px 0;
  }
}
#voice .wrap {
  width: 100%;
  padding: 0 5.5vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 1025px) {
  #voice .wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #voice .wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}

#voice ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 40px 0 0 0;
}
@media (min-width: 1025px) {
  #voice ul {
    margin: 100px 0 0 0;
  }
}
#voice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media (min-width: 1025px) {
  #voice li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 1% 40px 0;
  }
}
#voice li .profile {
  width: 100%;
  height: auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0px dotted rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 44px 0 25px 0;
}
@media (min-width: 1025px) {
  #voice li .profile {
    width: 25%;
    border-right: 1px dotted rgba(255, 255, 255, 0.3);
    border-bottom: 0;
    padding: 0 15px 0 0;
  }
}

#voice li .profile p {
  text-align: center;
  line-height: 1.8;
  margin: 18px 0 0 0;
}

#voice li .text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 34px;
}
@media (min-width: 1025px) {
  #voice li .text {
    width: 75%;
    padding: 0 0 0 5%;
  }
}

#voice li img {
  width: 73px;
  height: auto;
  display: block;
}

/* recruit_img ============================== */
#recruit_img .wrap{
  position: relative;
}

#recruit_img .photo {
  width: 90vw;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1025px) {
  #recruit_img .photo {
    width: 83.4%;
    max-height: 580px;
  }
}

/* requirements ============================== */
#requirements {
  position: relative;
  padding: 70px 0 0 0;
}
@media (min-width: 1025px) {
  #requirements {
    padding: 180px 0 0 0;
  }
}
#requirements .wrap {
  width: 100%;
  padding: 0 5.5vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 1025px) {
  #requirements .wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #requirements .wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}
#requirements table {
  width: 100%;
  font-size: 1.4rem !important;
  line-height: 1.5;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 40px 0 0 0;
}
@media (min-width: 1025px) {
  #requirements table {
    font-size: 1.65rem !important;
    margin: 100px 0 0 0;
  }
}
#requirements tr td {
	color: #fafafa;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
}
@media (min-width: 1025px) {
  #requirements tr td {
    padding: 20px 10px;
  }
}
#requirements tr td.column-1 {
  width: 24%;
}
@media (min-width: 1025px) {
  #requirements tr td.column-1 {
    width: 20%;
  }
}
#requirements caption {
  display: none;
}

/* ==========================================================================
   salon
   ========================================================================== */
#salon .wrap {
  width: 100%;
  padding: 0 5.5vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1025px) {
  #salon .wrap {
    max-width: calc(1000px + 12vw + 12vw);
    padding: 0 12vw;
  }
}
@media (min-width: 1510px) {
  #salon .wrap {
    max-width: calc(1100px + 12vw + 12vw);
  }
}

#salon ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#salon li {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1025px) {
  #salon li {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 50px 0;
  }
}

#salon li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#salon li .img_area {
  width: 100%;
  margin: 0 0 26px 0;
}
@media (min-width: 1025px) {
  #salon li .img_area {
    width: 47.5%;
    margin: 0;
  }
}
#salon li .text_area {
  width: 100%;
}
@media (min-width: 1025px) {
  #salon li .text_area {
    width: 41%;
    margin: 0 0 0 11.5%;
    box-sizing: border-box;
  }
}
#salon li .text_area .name {
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 1.2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (min-width: 1025px) {
#salon li .text_area .name {
    font-weight: 400;
  }
}

#salon li .text_area .point {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 8px 0 0 0;
}
@media (min-width: 1025px) {
  #salon li .text_area .point {
    margin: 8px 0 0 0;
  }
}

#salon li .text_area .point p {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 4px 5px 4px 6px;
  margin: 5px 4px 0 0;
}
@media (min-width: 1025px) {
  #salon li .text_area .point p {
    font-size: 1.2rem;
    padding: 4px 6px 4px 7px;
  }
}

#salon li .text_area .address {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 20px 0 0 0;
}
@media (min-width: 1025px) {
  #salon li .text_area .address {
    font-size: 1.6rem;
    font-size: clamp(1.5rem, 0.72vw, 1.6rem);
    line-height: 1.6;
    margin: 20px 0 0 0;
  }
}

#salon li .text_area .tel a{
  color: #fafafa;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  display: block;
  margin: 12px 0 0 0;
}
@media (min-width: 1025px) {
#salon li .text_area .tel a{
  font-size: 2.0rem;
  font-weight: 600;
  font-size: clamp(1.7rem, 1.3vw, 2.4rem);
  line-height: 1;
  margin: 15px 0 0 0;
}
}

#salon li .text_area .hours {
  font-size: 1.4rem;
  line-height: 1;
  margin: 12px 0 0 0;
}
@media (min-width: 1025px) {
  #salon li .text_area .hours {
    font-size: 1.6rem;
    font-size: clamp(1.5rem, 0.72vw, 1.6rem);
    line-height: 1;
    margin: 17px 0 0 0;
  }
}

/* btn_reservation ============================== */
#salon .btn_reservation {
  margin: 25px 0vw 0 0;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  #salon .btn_reservation {
    margin: 36px 0 0 0;
  }
}
#salon .btn_reservation a {
  color: #fafafa;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.8vw, 1.7rem);
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  border: 1px solid #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1px;
}
@media (min-width: 415px) {
  #salon .btn_reservation a {
    width: 320px;
    height: 60px;
    font-weight: 400;
    line-height: 1.15;
  }
}
@media (min-width: 1025px) {
  #salon .btn_reservation a {
    width: 320px;
    height: 60px;
  }
}
@media (min-width: 1025px) {
  #salon .btn_reservation a:hover {
    color: #283228;
    background-color: #EC9B85;
    border: 1px solid #EC9B85;
  }
  #salon .btn_reservation a:hover svg {
    fill: #283228;
  }
}
#salon .btn_reservation a svg {
  fill: #fafafa;
  width: 18px;
  height: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -6px 0 0 0;
}

#salon .btn_reservation a p span {
  font-size: 1.3rem;
}
@media (min-width: 960px) {
#salon .btn_reservation a p span {
  font-size: 1.35rem;
}
}

/* salon_slider ============================== */
.salon_slider{
  position: relative;
}

.salon_slider-thumbnail{
  margin: 10px 0 0 0;
  display: block;
}
.salon_slider-thumbnail .swiper-slide{
  cursor: pointer;
  box-sizing: border-box;
  background-color: #aaa;
}
.salon_slider-thumbnail .swiper-slide.swiper-slide-thumb-active img{
  filter: brightness(180%) contrast(100%) opacity(30%);
}

/* ==========================================================================
   contact
   ========================================================================== */
#contact .wrap {
  width: 100%;
  padding: 0 5.5vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 1025px) {
  #contact .wrap {
    max-width: calc(1100px + 12vw + 12vw);
    padding: 0 12vw;
  }
}

.contact-form {
  width: 100%;
  overflow: hidden;
}
.contact-form input[type=text], .contact-form input[type=number], .contact-form input[type=tel], .contact-form input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  color: #2A5D69;
}
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  color: #2A5D69;
}
.contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0px;
  background: #fff;
  color: #2A5D69;
}
.contact-form dl {
  width: 100%;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 0.9vw, 1.8rem);
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  float: left;
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 415px) {
  .contact-form dl {
    margin: 0 0 50px 0;
  }
}
.contact-form dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2px 0 2px 44px;
  margin: 0 0 4px 0;
}
@media (min-width: 1025px) {
  .contact-form dt {
    padding: 2px 0 2px 50px;
  }
}
.contact-form dt .required {
  color: #fafafa;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.04em;
  background-color: #EC9B85;
  padding: 3px 4px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .contact-form dt .required {
    padding: 5px 6px;
  }
}
.contact-form dd {
  display: block;
  padding: 5px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media (min-width: 1025px) {
  .contact-form dd {
    margin: 6px 0 0 0;
  }
}
.contact-form dl:nth-child(1) dd {
  margin: 5px 0 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1025px) {
  .contact-form dl:nth-child(1) dd {
    margin: 25px 0 0 0;
    padding-bottom: 20px;
  }
}
.contact-form dl:nth-child(1) dd .wpcf7-list-item {
  width: 100%;
  padding: 6px 0;
}
@media (min-width: 1025px) {
  .contact-form dl:nth-child(1) dd .wpcf7-list-item {
    width: auto;
  }
}
.contact-form dl.privacy_check {
  margin: 0 0 20px 0;
}
@media (min-width: 1025px) {
  .contact-form dl.privacy_check {
    margin: 0 0 20px 0;
  }
}
.contact-form dl.privacy_check .wpcf7-list-item {
  margin: 0 10px 0 4px;
}
.contact-form dd input[type=text], .contact-form dd input[type=number], .contact-form dd input[type=email], .contact-form dd input[type=tel] {
  width: 100%;
  height: 50px;
  resize: vertical;
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 0.9vw, 1.7rem);
  border: 1px solid #D0DEE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto+Serif+JP", serif;
  letter-spacing: 0.06em;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .contact-form dd input[type=text], .contact-form dd input[type=number], .contact-form dd input[type=email], .contact-form dd input[type=tel] {
    height: 70px;
    padding: 0 20px;
  }
}
.contact-form dd select {
  width: 100%;
  height: 50px;
  resize: vertical;
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 0.9vw, 1.7rem);
  border: 1px solid #D0DEE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto+Serif+JP", serif;
  letter-spacing: 0.06em;
  padding: 0 16px;
}
.contact-form dd textarea {
  width: 100%;
  resize: vertical;
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 0.9vw, 1.7rem);
  border: 1px solid #D0DEE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto+Serif+JP", serif;
  letter-spacing: 0.06em;
  padding: 17px 15px;
}
.contact-form dd.name p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form dd.name p span {
  width: 49.5%;
}
.contact-form dd.date {
  width: 100%;
  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-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 415px) {
  .contact-form dd.date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact-form dd.date div {
  width: 100%;
}
@media (min-width: 415px) {
  .contact-form dd.date div {
    width: 32.6%;
  }
}
.contact-form dd.date div span {
  font-size: clamp(1.4rem, 0.85vw, 1.6rem);
  line-height: 2;
  margin: 10px 0 8px 0;
}
.contact-form .note {
  font-size: clamp(1.4rem, 0.85vw, 1.6rem);
  font-weight: 300;
  line-height: 1.6;
  margin: 20px 0 0 0;
}
.contact-form dd.date div p {
  width: 100%;
}
.contact-form dd.career p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-form dd.career p span {
  width: 60%;
  margin: 0 16px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 415px) {
  .contact-form dd.career p span {
    width: 24%;
  }
}
.contact-form .wpcf7-radio .wpcf7-list-item {
  margin: 0 10px 0 0;
}
@media (min-width: 415px) {
  .contact-form .wpcf7-radio .wpcf7-list-item {
    margin: 0 30px 0 0;
  }
}

#contact .privacy {
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 26px 10px 18px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-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;
}
@media (min-width: 1025px) {
  #contact .privacy {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 46px;
  }
}
#contact .privacy h4 {
  font-size: clamp(1.6rem, 1vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
}
#contact .privacy ol {
  margin: 14px 0 0 1.2em;
}
@media (min-width: 1025px) {
  #contact .privacy ol {
    margin: 24px 0 0 1.2em;
  }
}
#contact .privacy ol li {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
  list-style-type: disc;
  margin: 6px 0 0 0;
  padding-left: -0.4em;
}
@media (min-width: 1025px) {
  #contact .privacy ol li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 6px 0 0 0;
  }
}

.submit_block {
  margin: 40px 0 0 0;
}
@media (min-width: 1025px) {
  .submit_block {
    margin: 60px 0 0 0;
  }
}
.submit_block p {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-submit {
  color: #fafafa;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 0.9vw, 2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  border: 1px solid #fafafa;
  background-color: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1025px) {
  .wpcf7-submit {
    width: 330px;
    height: 60px;
  }
  .wpcf7-submit:hover {
    color: #283228;
    background-color: #EC9B85;
    border: 1px solid #EC9B85;
  }
}

.wpcf7-spinner {
  margin: 10px 0 10px 0;
}
@media (min-width: 1025px) {
.wpcf7-spinner {
  margin: 10px 0 10px 0;
}
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

::-webkit-input-placeholder {
  color: #ddd;
}

::-moz-placeholder {
  color: #ddd;
}

:-ms-input-placeholder {
  color: #ddd;
}

::-ms-input-placeholder {
  color: #ddd;
}

::placeholder {
  color: #ddd;
}

#contact .recaptcha {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 0 0;
}
@media (min-width: 1025px) {
  #contact .recaptcha {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 40px 0 0 0;
  }
}
#contact .recaptcha a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1025px) {
  #contact .recaptcha a:hover {
    color: #fafafa;
  }
}
