@charset "UTF-8";
/*
Theme Name: Amyrose Beauty
*/
/*================================================
  共通
==================================================*/
body {
  width:100%;
  min-width:100%;
  color: #434343;
  background: #fcfbf7;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-family: "big-caslon-fb", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 28px;
  font-feature-settings: 'palt';
}

.disp_pc {
  display: block;
}

.disp_sp {
  display: none;
}

.disp_none {
  display: none;
}

.grid_box {
  display:grid;
}

/* スクロールを無効にするクラス */
.no-scroll {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* 半透明の黒 */
  z-index: 10; /* メニューの下に表示される */
  display: none; /* 初期は非表示 */  
}

.bk_white_clr {
  background: #fcfbf7;
}

h1 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.7rem;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

.anchor_offset {
  position: absolute;
  height: 120px;
  top: -120px;
  visibility: hidden;
}

.color_red {
  color: #f00;
}

/*================================================
  ボタン
==================================================*/
button {
  width: auto;
  padding: 0.4rem 1.3rem;
  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 26px;
  letter-spacing: 5px;
  background: none;
  z-index: 1;
  /* min-width: 15rem; */
  /* border: 1px solid; */
  border-bottom: 1px solid;
  white-space: nowrap;
  transition: color .25s;
  position: relative;
  overflow: hidden;
}

/*================================================
  ヘッダー
==================================================*/
/* ヘッダー固定 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /* background: #0d4f71; */
}

/* スクロール時ヘッダー変更 */
#main-header.scrolled,
#sub-header {
  /* background-color: #02506f; */
}

#main-header.scrolled #logo {
  width: 120px;
  transition: height 0.3s ease;
}

#main-header.scrolled .box_header,
#sub-header .box_header {
  height: 80px;
}

#main-header.scrolled .box_header_logo,
#sub-header .box_header_logo {
  width: 200px;
  padding: 0px;
  margin: auto;
}

#main-header.scrolled .sp-menu_box,
#sub-header .sp-menu_box {
  height: 80px;
}

.box_header {
  position:relative;
  display: flex;
  width: 100%;
  min-width: 1080px;
  height: 130px;
  text-align: center;
}

.box_header_logo {
  width:320px;
  padding: 30px 10px 0 50px;
}

.box_header_logo img {
  width:75%;
}

/* ハンバーガーメニューのボタン */
.sp-menu_box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 127px;
  width: 110px;
  z-index: 100;
}

.sp-menu_box span,
.sp-menu_box span:before,
.sp-menu_box span:after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  border-radius: 3px;
  background-color: #e9b2b2;
  background-color: #aaaaaa;
  position: absolute;
}

.sp-menu_box span:before {
  bottom: 11px;
}

.sp-menu_box span:after {
  top: 11px;
}

#sp-menu_check {
  display: none;
  z-index: 1000;
}

/* ハンバーガーメニューのボタン */
/* checkbox チェックがON */
#sp-menu_check:checked ~ .sp-menu_box span {
  background: rgba(255, 255, 255, 0);
}

/* 上の線 */
#sp-menu_check:checked ~ .sp-menu_box span:before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #000;
}

/* 下の線 */
#sp-menu_check:checked ~ .sp-menu_box span:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #000;
}

.sp-menu_content {
  position: fixed;
  width: 35%;
  max-width: 300px;
  min-width: 300px;
  height: 100%;
  top: 0;
  right: -300px;
  z-index: 90;
  background-color: #fdfbf8;
  /* background-color: #0d4f71; */

  /* 右端からゆっくり移動 */
  transform: translateX(0);
  transition: all 1s; 
  opacity: 1;
  visibility: visible;
}

.sp-menu_list {
  width: 100%;
  margin: auto;
  padding: 140px 50px 0;
  display: grid;
  row-gap: 36px;
  font-size: 18px;
  text-align: left;
}

.sp-menu_list li {
  letter-spacing: 1px;
}

.ham_img_box {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ham_img_box a {
  width: 100%;
}

.ham_img_box img {
  max-width: 28px;
}

.ham_img_box .box_ikon {
  max-width: 23px;
}

.ham_img_box .youtube_icon {
  max-width: 27px;
  padding-bottom: 2px;
}

#sp-menu_check:checked ~ .sp-menu_content {
  right: 0;
}

/*================================================
  フッター
==================================================*/
.box_footer {
  position: relative;
  /* min-width: 1080px; */
  min-width: 100%;
  padding: 40px 0px 25px;
  text-align: center;
}

#copyright {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 50px 0px 0px;
  margin: 0px;
  letter-spacing:2px;
}


/*================================================
  トップ画面
==================================================*/
.lower_content {
  width: 100%;
  margin: 0px auto 80px;
}

.top_right_box {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
  border-left: 1px solid;
}

.top_right_box .sp-menu_list {
  padding-left: 55px;
  padding-top: 130px;
  padding-bottom: 35px;
  position: absolute;
  bottom: 75px;
  font-size: 26px;
}

.top_right_box .ham_img_box {
  width: 95%;
  margin: auto;
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.top_hed_box {
  width: 100%;
  padding-top: 41px;
  text-align: right;
}

.top_hed_box img {
  width: 83%;
}


.top_left_box {
  width: calc(100% - 300px);
  margin-right: 320px;
}

/* トップ写真 */
.top_img_box {
  width: 100%;
  height: 100vh;
  position:relative;
  /* min-width: 1080px; */
  overflow: hidden;
}

.top_img img {
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  /* aspect-ratio: 1027 / 888; */
}

.top_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: anime_top 16s infinite;
}

.img1 {
  animation-delay: -2s;
}

.img2 {
  animation-delay: 6s;
}

.fst_img {
  animation: anime_top 8s infinite;
}

.fst_img img {
  width: 100%;
  height: auto;
}



@keyframes anime_top {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* メイン文章 */
.top_ex_box {
  width: 100%;
  /* min-width: 1080px; */
  position:relative;
  overflow: hidden;
}

.exp_content {
  width: 93%;
  margin: auto;
  /* min-height: 100vh; */
  padding: 100px;
  position: relative;
}

/*================================================
  トップ画面(メイン文章)
==================================================*/
.top_main_box {
  padding: 120px 0px 0;
}

.top_main_box .main_title {
  font-size: 2.7rem;
  line-height: 60px;
  text-align: center;
}

.main_title p {
  font-size: 1.3rem;
  margin-top: 10px;
}

.main_txt {
  text-align: center;
  line-height: 35px;
  letter-spacing: 1px;
}

.main_txt h1 {
  margin: 60px 0 40px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_txt h1::before,
.main_txt h1::after {
  content:"";
  width: 100px;
  height: 1px;
  border-bottom: 1px solid;
}

.main_txt h1::before {
  margin-right:35px;
}

.main_txt h1::after {
  margin-left:35px;
}

.main_txt .btn_box,
.story_content .btn_box {
  padding: 45px 0 33px;
  text-align: center;
}

.main_txt .btn_box button,
.story_content .btn_box button {
  padding-bottom: 11px;
}

.top_main_box .main_txt div {
  font-size: 17px;
  line-height: 35px;
}

.top_main_box .main_txt span {
  font-weight: 600;
}

/* TOP ストーリー */
#story .exp_content {
  width: 100%;
}

.story_box {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  background-image: url(../images/profile_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 694px;
  background-position: 0px 43%;
  filter: blur(12px);
  /* animation: removePixelate 3s steps(10) ease-in-out forwards; */
  animation: removePixelate 2s cubic-bezier(0.77, 0, 0.73, 0.94) forwards;
}

.img_wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 150px;
  position: relative;
}

.img_wrap img {
  width: 100%;
  cursor: pointer;
  filter: blur(6px);
  transition-duration: 0.5s;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.img_wrap img:hover {
  filter: blur(0);
  transition-duration: 0.5s;
}

.img_wrap button {
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity 0.3s ease, visibility 0s ease 0.3s; /* アニメーション */
}

/* 画像ホバー時にボタンを表示 */
.img_wrap:hover button {
  opacity: 1; /* ボタンを表示 */
  visibility: visible; /* ボタンが可視状態 */
  transition: opacity 0.3s ease, visibility 0s ease 0s; /* アニメーション */
}

#story button:hover img {
  filter: blur(0);
  transition-duration: 0.5s;
}
.img_wrap button {
  position: absolute;
  bottom: 20px;
  right:30px;
  background: #fff;
  border-radius: 1.3rem;
  border: none;
}

@keyframes removePixelate {
  0% {
    filter: blur(12px);  /* 初期のぼかし */
  }
  50% {
    filter: blur(3px);  /* 初期のぼかし */
  }
  100% {
    filter: none;  /* 最後は元に戻す */
  }
}

/*================================================
  メニュー説明(眉毛、ブラジリアン)
==================================================*/
.menu_sub_top_box {
  padding: 0;
  min-height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  display: flex;
  justify-content: flex-end;
}

.menu_exp_box {
  width: 100%;
  padding: 0;
  margin-top: 150px;
}

.menu_exp_box h2 {
  width: 93%;
  margin: 0 auto 50px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.menu_exp_box h2 span {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin: 7px 0 0 2px;
}

.menu_exp_box h2 span::before {
  content: "";
  width: 50px;
  border-bottom: 1px solid;
  margin-right: 20px;
}

.menu_exp_flex_box {
  display: flex;
  align-items: flex-end;
}

.menu_exp_flex_box img {
  min-width: 380px;
  min-height: 380px;
  max-width: 380px;
}

.menu_exp_content {
  width: 100%;
  padding: 0px 0px 11px 50px;
  line-height: 32px;
  text-align: left;
}

.menu_exp_content > p {
  font-size: 18px;
}

.menu_exp_content .menu_title_p {
  font-size: 1.9rem;
  letter-spacing: 1px;
}

.menu_exp_content .menu_inner {
  padding: 3px 0 0 15px;
}

.menu_exp_content .menu_btn_box {
  width: 80%;
  margin-top: 65px;
}

.menu_exp_box .coming_btn {
  width: 100%;
  padding: 4px 4px 7px;
  font-weight: 100;
}

/*================================================
  セッション説明(写真あり)
==================================================*/
.menu_content h2,
.client_content h2 {
  font-weight: 300;
  text-align: center;
  margin: 15px auto 65px;
  letter-spacing: 3px;
}

.menu_content {
  align-items: center;
  display: flex;
}

/*================================================
  Client love
==================================================*/
.client_content {
  width: 100%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 20px;
  margin-top: 100px;
  background-image: url(../images/client_bg.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}

.client_content h2 {
  /* display: inline-block; */
  color: #fff;
  text-shadow: 0.5px 0.5px 0 #000, -0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  margin-bottom: 100px;
  font-size: 3rem;
}

.client_content h2::before {
  width: 100px;
  border-bottom: 1px solid;
}

.client_box {
  width: 100%;
  height: auto;
  max-width: 1080px;
  margin: 0 auto 30px;
  display: grid;
  line-height: 25px;
  text-align: center;
  padding: 0px 45px 80px;
  position: relative;
  align-items: flex-end;
}

.client_box p {
  width: 575px;
  margin: auto;
}

/* 影にしてみる？ */
/* .client_box::after {
  content: '';
  background-color: #4c9ac0;
  width: 50%;
  height: 3px;
  position: absolute;
}

.client_box::after {
  bottom: 0;
  right: 0;
} */

.client_box .ses_title {
  position: absolute;
  top: -55px;
  left: 15%;
  /* right: 20px; */
  padding: 3px 11px;
  border-bottom: 0.5px solid;
  font-size: 17px;
  font-weight: 100;
}

.client_box span {
  font-weight: 800;
}

.client_box_sp {
  display: none;
}

/* client swiper */
.client_swiper {
  width: 90%;
  height: 530px;
  margin: auto;
}

.client_swiper_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

/* top プロフィール部分 */
.prof_content {
  padding: 150px 30px;
}

.prof_flex_box {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.prof_flex_box img {
  min-width: 320px;
  max-width: 320px;
}

.prof_sec_box {
  width: calc(100% - 325px - 100px);
}

.prof_sec_box {
  letter-spacing: 1px;
}

.prof_flex_box h3 {
  font-size: 24px;
  padding-bottom: 25px;
}

.prof_sec_box div {
  display: grid;
  row-gap: 24px;
}

/* 会社情報 */
.cmp_content {
  min-height: auto;
  padding: 0 30px;
}

.company_box {
  width: 85%;
  margin: 0 5% 0 10%;
}

.cmp_title_box {
  /* width: 90%; */
  /* display: flex;
  justify-content: space-between;
  align-items: flex-end; */
}

/* .cmp_title_box img {
  width: 150px;
} */

.company_box h2 {
  display: inline-block;
  margin-bottom: 4px;
  padding-top: 58px;
  position: relative;
  line-height: 40px;
}

.cmp_title_box h2 img {
  width: 150px;
  position: absolute;
  top: 0;
  right: -200px;
}

.company_box dl {
  /* width: 80%; */
  margin: 50px auto 35px;
}

.company_box dt {
  width: 100px;
  float: left;
  padding: 0px 10px;
  margin-bottom: 10px;
  background: #0d4f71;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
}

.company_box dd {
  padding: 3px 10px 6px 120px;
  margin-bottom: 8px;
  border-bottom: 0.7px solid #0d4f71;
}

/* TOP Swiper */
.l-section {
  border-top: 1px solid #eee;
}

/* .l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
} */

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 2.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  }

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: 1px solid #02506f;
  border-width: 2px 2px 0 0;
}

.swiper-button-prev::after {
  margin-left: 10rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 10rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card05 {
  overflow: hidden;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.card05 .swiper {
  overflow: visible;
}

.card05 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.card05 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card05 .slide {
  overflow: hidden;
  width: 400px;
  border-radius: 4px;
  box-shadow:.8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
}

.card05 .slide-media {
  padding-top: 62.5%;
}

.card05 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.card05 .slide-content {
  padding: 45px 20px;
}

.card05 .course_title {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

.card05 .course_comment {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .card05 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card05 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card05 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
            box-shadow: var(--box-shadow-hover);
  }
  .card05 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .card05 .swiper:hover .slide:not(:hover) {
    opacity: 0.3;
  }
}


/* ブログ */
.blog_content {
  width: 100%;
  padding: 130px 50px 50px;
}

.blog_title_box h2 {
  text-align: center;
}

.blog_inner {
  width: 100%;
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
}

.blog_inner a {
  width: calc((100% / 3) - 40px);
  /* padding: 0 20px; */
  text-align: center;
  background:#ffe7e7;
}

.blog_inner a img {
  width: 100%;
  max-width: 300px;
}

.blog_inner a img:hover {
  opacity:0.5;
	transition:0.3s;
}

.blog_btn_box {
  text-align: center;
  margin-top: 60px;
}

.blog_btn_box button {
  font-size: 1.3rem;
  padding-bottom: 15px;
}


/*================================================
  サブ画面
==================================================*/
.sub_disp {
  margin-top: 80px;
}

.sub_top_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lower_container {
  width: 90%;
  margin: auto;
  padding: 100px 0;
}

/*================================================
  眉毛について
==================================================*/
.about_eye_box h4 {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.sub_top_title_box img {
  width: 40%;
}

.sub_top_title_box .eye_box1 {
  width: calc(100% - 40% - 10%);
  margin: auto;
}

.sub_top_title_box .eye_box1 h3 {
  font-size: 1.2rem;
  padding-bottom: 10px;
}

/* .sub_top_title_box .eye_box1 h3::after {
  content: "";
  width: 200px;
  border-bottom: 1px solid;
} */

.sub_top_title_box .eye_box1 h4 {
  font-size: 1.6rem;
  padding-bottom: 30px;
  line-height: 42px;
}

.sub_top_title_box .eye_box1 h4 span {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: space-around;
}

/* STORY */
.story_sub_box {
  display: flex;
  justify-content: center;
}

.story_sub_box h4 {
  width: 310px;
  margin-left: -12px;
  line-height: 40px;
}

.story_sub_box .story_grid1 {
  width: calc(100% - 310px);
  padding-left: 50px;
  margin-bottom: 100px;
  max-width: 700px;
  min-width:700px;
}

.story_grid1 {
  display: grid;
  row-gap: 23px;
  letter-spacing: 0;
  line-height: 30px;
}

.story_grid1 .font_span1 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: bold;
  display: inline;
  margin-left: 5px;
  background: #ecd4d4c2;
}

.story_grid1 .font_span2 {
  letter-spacing: 2px;
  margin: 0px;
}

.story_sub_last {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.story_sub_last .img_box {
  width: 30%;
}

.story_sub_last .img_box img {
  width: 100%;
}

.story_sub_last .txt_box {
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  padding-left: 45px;
  width: 70%;
}

.story_sub_last .txt_box .btn_box {
  margin: 20px 0;
}

/*================================================
  プロフィール
==================================================*/
.prof_top_box {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.prof_top_title_box {
  align-items: flex-end;
}

.prof_top_box img {
  width: 145px;
}

.prof_top_box span {
  font-size: 18px;
}

.prof_text_box {
  width: 100%;
  padding: 30px 0 0 20px;
}

.prof_text_box p {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 3px;
}

.prof_text_box span {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.prof_text_box span::before,
.prof_text_box span::after {
  content: "";
  width: 35px;
  border-bottom: 0.5px solid;
}

.prof_text_box span::before {
  margin-right: 13px;
}

.prof_text_box span::after {
  margin-left: 13px;
}

.prof_text_box .list {
  padding-left: 17px;
  padding-top: 23px;
}

.prof_text_box li {
  line-height: 27px;
}

.prof_text_box .list li {
  list-style: disc;
  padding-left: 5px;
}

.prof_text_box .daiya {
  padding-top: 17px;
}

.prof_text_box .daiya li::before {
  content: "◇";
  font-size: 16px;
  padding-right: 7px;
}

.prof_box {
  margin-bottom: 100px;
}

.prof_box .eye_grid1 {
  display: grid;
  row-gap: 50px;
}

.prof_box .eye_grid1 span {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 13px;
}

.prof_box h4 {
  margin-left: -12px;
}

.prof_box h4 span {
  font-size: 1.2rem;
  display: block;
}

.prof_box .eye_grid1 p {
  padding-left: 12px;
}

.prof_box .eye_grid1 p span {
  margin-left: -12px;
}

.none_height {
  display: block;
  height: 19px;
}

.prof_client_box span {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 13px;
}

.prof_client_box {
  width: 90%;
  margin: 100px auto;
}

.prof_client_box ul {
  list-style: disc;
  padding: 10px 25px;
}

.prof_client_box ul li {
  padding-bottom: 6px;
}

.prof_client_box a {
  color: #02506f;
  border-bottom: 1px solid #02506f;
  font-size: 1.1rem;
}

.prof_client_p {
  font-weight: 500;
}

/*================================================
  メニュー
==================================================*/
.sub_top_title_box .menu_top_box_pc,
.sub_top_title_box .menu_top_box_sp {
  width: 100%;
  min-height: calc(100vh - 200px);
  padding: 100px;
  background-image: url("../images/menu_bk.jpg");
  background-size: 100%;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.sub_top_title_box .menu_top_box_pc h4 {
  font-size: 1.9rem;
  padding-bottom: 30px;
  line-height: 49px;
}

.sub_top_title_box .menu_top_box_pc h4 span {
  font-size: 1.4rem;
}

.sub_top_title_box .menu_top_box_pc .menu_top_content {
  line-height: 34px;
}

.sub_top_title_box .menu_top_box_sp {
  display: none;
}

.menu_title_box {
  width: 100%;
  min-width: 1080px;
  margin: 100px auto;
  /* overflow: hidden; */
}

.menu_sub_content {
  width: 100%;
  padding: 100px;
  position: relative;
}

.menu_sub_content img {
  width: 32%;
  height: 650px;
  object-fit: cover;
  position: absolute;
}

.menu_sub_content .exp_menu_box:first-child {
  margin-top: 0;
}

.exp_menu_box {
  width: 60%;
  margin-top: 600px;
}

.eachmenu_title_box h4 {
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
  position: relative;
  font-size: 2.4rem;
}

.eachmenu_title_box h4 span {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 1.1rem;
  /* position: absolute;
  bottom: 10px;
  left: 207px; */
  padding-left: 30px;
}

.eachmenu_title_box .detail {
  text-align: end;
  font-size: 1.2rem;
}

.submenu_exp_content {
  padding: 30px 0 0 20px;
  font-size: 15px;
  line-height: 26px;
}


/* 画像位置調整 */
.menu_sub_content .menu_right1 {
  top: 180px;
  right: 0;
}

.menu_sub_content .menu_left1 {
  top: 800px;
  left: 0;
}

.menu_sub_content .menu_right2 {
  top: 1580px;
  right: 0;
}

.menu_sub_content .menu_left2 {
  top: 2280px;
  left: 0;
}

.menu_sub_content .menu_right3 {
  top: 2980px;
  right: 0;
}

/*================================================
  アカデミー
==================================================*/
.ac_menu_large {
  margin-top: 0;
}

.ac_menu_large .menu_eachtitle_box {
  padding-bottom: 0;
}

.ac_menu_large .menu_eachtitle_box h4 {
  font-size: 2.2rem;
}

.prof_top_title_box h3 {
  font-size: 22px;
  padding-bottom: 2px;
  text-shadow: 0.2px 0.2px 0 #fff, -0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff2f2, 1px -1px 0 #fff8f8, 0px 1px 0 #ffd8d8, 0 -1px 0 #ffe0e0, -1px 0 0 #dddddd, 1px 0 0 #fff1f1;
  color: #000;
  letter-spacing: 3px;
  /* position: absolute; */
  /* left: 50px; */
  /* top: 0; */
}

.ac_top_title_box {
  padding: 0 5%;
}

.academy_img {
  position: relative;
}

#academy .academy_img > img {
  object-position: 0 100%;
}

.academy_img .ac_logo1 {
  position: absolute;
  top: 0;
  right: -10px;
}

.academy_img .ac_logo2 {
  position: absolute;
  top: 0;
  right: 30px;
}

.ac_btn_cox_pc {
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

.ac_btn_cox_pc .detail {
  width: 200px;
  margin-left: calc(100% - 200px);
  padding-top: 7px;
  font-size: 19px;
  letter-spacing: 3px;
  text-align: center;
}

#academy .ac_btn_cox_pc .detail {
  width: 300px;
  margin-left: calc(100% - 300px);
}

.ac_btn_cox_pc button {
  width: 200px;
  float: right;
  margin-top: 5px;
}

#academy .ac_btn_cox_pc button {
  width: 300px;
}

/*================================================
  ポリシー
==================================================*/
.lower_content {
  width:90%;
  margin:120px auto 80px;
}

.policy_container {
  padding: 0;
}

.policy_title_box {
  display: block;
  padding: 30px 50px;
}

.policy_title_box .policy_title {
  width: 100%;
}

.policy_title_box .policy_title h3 {
  font-size: 2.3rem;
  letter-spacing: 3px;
}

.policy_nav {
  display: grid;
  row-gap: 16px;
  padding: 45px 0 0 30px;
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-style: normal;
  font-size: 18px;
}

.policy_nav p {
  display: flex;
  align-items: center;
}

.policy_nav p::before {
  content: "";
  width: 30px;
  margin-right: 20px;
  border-bottom: 1px solid;
}

.policy_each_box {
  padding-top: 70px;
  padding-bottom: 20px;
}

#notes {
  padding-bottom:  0;
}

#Reservation .btn_box {
  text-align: center;
  margin-top: 25px;
}

#Reservation .btn_box button {
  width: 420px;
  position: relative;
}

.policy_each_box::before {
  content: "";
  display: block;
  height: 180px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -180px; /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}

.policy_each_box .policy_sub_title {
  font-size: 1.5rem;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding: 16px 0px;
}

.policy_grid {
  width: 95%;
  margin: auto;
  display: grid;
  row-gap: 1.8rem;
  line-height: 27px;
  font-size: 17px;
}

.policy_grid span {
  font-weight: bold;
  display: block;
}

.inner_title_span {
  padding-top: 13px;
}

#notes .policy_grid span {
  margin-bottom: 4px;
}

#notes .policy_grid .inner_title_span {
  margin-bottom: 8px;
}

/* 注意事項 */
.notes_ul2 li {
  padding-bottom: 10px;
  line-height: 26px;
}

.notes_ul2 {
  list-style: disc;
  margin-left: 18px;
  margin-top: -27px;
}

.notes_ul {
  margin-top: -8px;
}

.change_li li {
  padding-bottom: 6px;
}

/* キャンセルポリシー */
.policy_reserve_box span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: underline;
}

.policy_reserve_box .red_span {
  margin-left: 17px;
  border-bottom: 1px solid #f00;
}

.policy_reserve_box .pol_normal_span {
  margin: 0;
}

.policy_cancel_box p span::before {
  content: "◆";
  display: inline-block;
  margin-right: 3px;
}

.policy_cancel_box p span::after {
  content: "◆";
  display: inline-block;
  margin-left: 3px;
}

.change_li {
  list-style: disc;
  padding-left: 17px;
}

.change_li li:not(:last-child){
  padding-bottom: 6px;
}

#Reservation .change_li li:last-child {
  list-style: none;
  margin-left: -15px;
}

#Reservation a {
  color: #02506f;
  text-decoration: underline;
}

.annotation_ul li {
  display: flex;
  position: relative;
}

.annotation_ul li::before {
  content: "※";
  font-size: 16px;
  margin-right: 6px;
  flex-shrink: 0;
}

/*================================================
  コンタクト
==================================================*/
.contact_mail_box {
  display: flex;
  align-items: center;
  position: relative;
  margin: 7px 0 0 37px;
  text-decoration: underline;
}

.contact_container .contact_mail_box img {
  width: 22px;
  padding: 0;
  position: absolute;
  top: 3px;
  left: -33px;
}

@media only screen and (max-width: 1080px) {
  body,
  .box_header {
    min-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-feature-settings: 'palt';
    font-size:15px;
    line-height: 23px;
  }

  .box_header {
    min-width: 100%;
  }
  .disp_pc {
    display: none;
  }

  .disp_sp {
    display: block;
  }

  button {
    /* width: 270px; */
    letter-spacing: 3px;
    padding: 0.4rem 1rem;
  }

  /*================================================
    ヘッダー
  ==================================================*/
  .sp-menu_content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    right: -100%;
    background: #fcfbf7;
  }

  .sp-menu_box {
    width: 80px;
  }

  .sp-menu_list { 
    text-align: center;
    row-gap: 33px;
    padding-top: 80px;
  }

  .ham_img_box {
    margin: auto;
    padding-top: 10px;
  }

  .lower_content {
    width:100%;
    margin:100px auto 0px;
    padding: 0 5%;
  }

  .lower_container {
    width: 100%;
    padding: 0;
  }

  .common_container {
    margin-top: 480px;
  }

  h2 {
    font-size: 2rem;
  }

  /*================================================
    トップ
  ==================================================*/
  .top_lower_content {
    padding: 0;
  }

  .exp_content {
    width: 95%;
  }

  .top_left_box {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .top_right_box {
    display: none;
  }

  .top_img_box img {
    object-position: 48%; 
  }

  .exp_content {
    /* min-height: 100vh; */
  }

  .top_main_box {
    padding: 80px 0 40px;
  }

  .top_main_box .main_title {
    font-size: 1.9rem;
    line-height: 22px;
  }

  .main_title p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 23px;
  }

  .main_txt h1 {
    font-size: 1.2rem;
    margin: 36px 0 30px;
    line-height: 1.5;
  }

  .main_txt h1::before, .main_txt h1::after {
    content: none;
  }

  .main_txt .btn_box, .story_content .btn_box {
    font-size: 16px;
    padding:20px 0 0;
  }

  .top_main_box .main_txt div {
    font-size: 15px;
    line-height: 23px;
  }

  .main_txt .btn_box button,
  .story_content .btn_box button {
    padding-bottom: 8px;
  }

  .story_box {
    display: block;
  }

  .story_content {
    width: 93%;
    margin: 23px auto 0;
  }

  .story_content h2 {
    margin-bottom: 30px;
  }

  .story_content p {
    width: 93%;
    font-size: 15px;
  }

  .story_box img {
    min-width: 280px;
    width: 280px;
    margin-left: calc(100% - 280px + 15px);
  }

  /* TOP メニュー部分 */
  #menu_ex {
    padding-top: 100px;
  }

  .menu_exp_box {
    width: 100%;
    padding: 0px 0 0;
    margin: 0 auto;
  }

  .menu_exp_box h2 {
    width: 90%;
    margin-bottom: 42px;
  }

  .menu_exp_box h2 span {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 6px 0 0;
  }

  .menu_exp_box h2 span::before {
    width: 30px;
    border-bottom: 1px solid;
    margin-right: 12px;
  }

  .menu_exp_content .menu_btn_box {
    margin-top: 45px;
  }

  .menu_exp_box button,
  .view_btn {
    width: 270px;
    padding: 4px 4px 7px;
  } 

  .menu_exp_flex_box {
    display: block;
    text-align: center;
  }

  .menu_exp_flex_box img { 
    min-width: 90%;
    min-height: 90%;
    max-width: 90%;
  }

  .menu_exp_flex_box:last-child .menu_exp_content {
    padding-bottom: 60px;
  }

  .menu_exp_content {
    width: 90%;
    margin: auto;
    padding: 26px 10px 100px;
    text-align: left;
  }

  .menu_exp_content > p {
    font-size: 16px;
    margin: 3px 0 0 3px;
    letter-spacing: 2px;
  }

  .menu_exp_content .menu_inner {
    padding: 0 0 0 30px;
  }

  .menu_exp_content .menu_title_p {
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0px;
  }

  /* クライアントラブ */
  .client_content {
    padding: 50px 0 45px;
    margin-top: 50px;
  }
  
  .client_content h2 { 
    font-size: 32px;
    margin-bottom: 110px;
  }

  .client_box {
    width: 95%;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .client_box p {
    width: 75%;
  }

  .client_box .ses_title {
    top: -72px;
    left: 0;
    font-size: 14px;
  }

  .client_box_sp {
    display: grid;
    row-gap: 15px;
    line-height: 23px;
    margin-bottom: 0;
  }

  .client_box p:last-child {
    margin-top: 15px;
  }

  /* ナビゲーションボタン */
  .swiper-button-prev::after {
    margin-left: 0rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  
  .swiper-button-next::after {
    margin-right: 0rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .swiper-button-prev::after, .swiper-button-next::after {
    width: 0.8rem;
    height: 0.8rem;
  }

  /* TOPプロフィール */
  .prof_content {
    padding: 0;
    padding-top: 105px;
  }

  .prof_flex_box {
    display: block;
    margin: 400px auto 65px;
  }

  .prof_flex_box h3 {
    padding-bottom: 13px;
    font-size: 21px;
  }

  .prof_content img {
    min-width: 280px;
    max-width: 280px;
    margin-right: -15px;
    overflow: hidden;
    float: right;
  }

  .prof_sec_box {
    width: 95%;
    margin: 0 auto;
  }

  .prof_sec_box div {
    width: 90%;
    margin: auto;
    font-size: 15px;
    line-height: 23px;
    row-gap: 24px;
  }

  /* 会社概要 */
  .cmp_content {
    margin: auto;
    padding: 0;
  }

  .company_box {
    width: 95%;
    margin: auto;
    padding-top: 0px;
  }

  .cmp_title_box {
    width: 100%;
    margin-bottom: 15px;
  }

  .cmp_title_box h2 {
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 2px;
    padding-top: 27px;
  }

  .cmp_title_box h2 img {
    width: 85px;
    right: -104px;
  }

  .company_box dl {
    width: 90%;
    margin: auto;
  }

  .company_box dt {
    width: 82px;
    font-size: 12px;
  }

  .company_box dd {
    font-size: 14px;
    line-height: 19px;
    padding-left: 100px;
  }

  /*================================================
    STORY
  ==================================================*/
  .sub_top_title_box .eye_box1 {
    width: 100%;
    margin: auto;
  }

  .sub_top_title_box .eye_box1 h3 span::before,
  .sub_top_title_box .eye_box1 h3 span::after {
    width: 15px;
  }

  .sub_top_title_box .eye_box1 h4 {
    text-align: right;
  }

  .sub_top_title_box img {
    width: 320px;
    float: right;
    padding: 30px 0;
    margin-right: -6%;
    overflow-x: hidden;
  }

  .story_sub_box {
    display: block;
  }

  .story_sub_box .story_grid1 {
    min-width: 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 65px;
    row-gap: 17px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .sub_top_in_img {
    margin-bottom: 80px;
  }

  .sub_top_in_img div {
    width: 90%;
    margin: auto;
  }

  .about_eye_box h4 {
    font-size: 1.4rem;
    line-height: 35px;
  }

  .about_eye_box .eye_box1 {
    width: 95%;
    margin:auto;  
  }

  .story_sub_box h4 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .story_grid1 {
    row-gap: 18px;
    line-height: 28px;
    font-size: 14px;
  }

  .story_grid1 .font_span1 {
    font-size: 15px;
  }

  .story_sub_last {
    display: block;
  }

  .story_sub_last .img_box {
    width: 320px;
    margin-left: -50px;
    margin-bottom: 45px;
  }

  .story_sub_last .txt_box {
    width: 100%;
    padding-left: 0;
    line-height: 34px;
    font-size: 18px;
  }

  /*================================================
    PROFILE
  ==================================================*/
  .prof_top_title_box h3 {
    font-size: 22px;
    padding-bottom: 2px;
    text-shadow: 0.2px 0.2px 0 #fff, -0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff2f2, 1px -1px 0 #fff8f8, 0px 1px 0 #ffd8d8, 0 -1px 0 #ffe0e0, -1px 0 0 #dddddd, 1px 0 0 #fff1f1;
    color: #fff;
    letter-spacing: 3px;
  }

  .prof_top_title_box img {
    padding: 0 0 20px;
    margin-right: -6%;
    overflow: hidden;
  }

  .prof_top_title_box .prof_main_img {
    width: 342px;
    float: none;
    margin: auto;
    padding-bottom: 32px;
  }

  .prof_top_box {
    margin: -4px auto;
    margin-left: 2px;
    align-items: center;
    justify-content: flex-start;
    /* float: right; */
  }

  .prof_top_box img {
    width: 110px;
    padding-bottom: 5px;
    margin: 0;
  }

  .prof_top_box span {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 4px 11px;
  }

  .prof_text_box {
    width: 100%;
    padding: 20px 0 70px;
    text-align: center;
  }

  .prof_text_box p {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }

  .prof_text_box img {
    width: 90px;
  }

  .prof_text_box ul {
    text-align: left;
  }

  .prof_text_box ul li {
    line-height: 23px;
    font-size: 15px;
    padding-bottom: 1px;
  }

  .prof_text_box .list {
    padding-left: 10%;
    padding-top: 29px
  }

  .prof_text_box .daiya {
    padding-left: 18px;
  }

  .prof_text_box .daiya li {
    position: relative;
    padding-left: 22px;
  }

  .prof_text_box .daiya li::before {
    position: absolute;
    left: 0;
  }

  .prof_text_box ul {
    padding-top: 15px;
    font-size: 0.95rem;
  }

  /*================================================
    アカデミー
  ==================================================*/
  .sp_ac_eachbox {
    margin-bottom: 55px;
  }

  .sp_ac_eachbox .sp_menu_img_box {
    position: relative;
  }

  .sp_ac_eachbox .sp_menu_img_box .ac_logo1 {
    position: absolute;
    width: 60%;
    top: 60px;
    left: 40px;
  }

  .sp_ac_eachbox .sp_menu_img_box .ac_logo2 {
    position: absolute;
    width: 60%;
    top: 65px;
    right: 40px;
  }

  .sp_ac_eachbox .sp_menu_img_right img:first-child {
    object-position: 0 100%
  }

  .sp_ac_eachbox .sp_menu_img_box {
    padding: 25px 0 20px;
  }

  .sp_ac_eachbox .menu_text h4 {
    display: block;
    font-size: 1.4rem;
    line-height: 43px;
  }

  .sp_ac_eachbox .menu_text .eng_font {
    font-size: 1.6rem;
  }

  .sp_ac_eachbox .menu_text .submenu_exp_content {
    width: calc(100% - 25px);
    margin: 13px 0 20px 25px;
    padding: 21px 17px;
    font-size: 15px;
    line-height: 23px;
    border: 0.5px solid;
    row-gap: 30px;
  }

  .sp_ac_eachbox .ac_btn_box {
    text-align: right;
  }

  .sp_ac_eachbox .ac_btn_box .detail {
    font-size: 19px;
    /* border-bottom: 0.5px solid; */
    display: flex;
    float: right;
    line-height: 25px;
  }

  .sp_ac_eachbox .ac_btn_box .detail::before {
    content: "";
    width: 17px;
    height: 25px;
    border-left: 5px solid #8b8b8b;
  }

  .sp_ac_eachbox .ac_btn_box button {
    font-size: 14px;
    margin: 5px 0 0 170px;
    padding: 6px 24px 3px;
  }



  /*================================================
    ポリシー
  ==================================================*/
  .sub_top_title_box {
    display: block;
  }

  .policy_title_box {
    padding: 0;
  }

  .sub_top_title_box .policy_title {
    margin: 0;
    width: 100%;
  }

  .sub_top_title_box .policy_title h3 {
    font-size: 1.8rem;
  }

  .policy_nav {
    row-gap: 11px;
    padding: 15px 20px 0px;
    font-size: 14px;
  }

  .policy_nav p::before {
    width: 20px;
    margin-right: 8px;
    border-bottom: 0.5px solid;
  }

  .policy_each_box {
    padding-top: 75px;
    padding-bottom: 0px;
  }

  .policy_each_box::before {
    content: "";
    display: block;
    height: 120px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -120px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
  }

  .policy_each_box .policy_sub_title {
    font-size: 1.2rem;
    border-bottom: 0.6px solid;
    padding: 2px 6px;
    margin-bottom: 24px;
  }

  .policy_grid {
    width: 90%;
    margin: auto;
    display: grid;
    row-gap: 1.5rem;
    line-height: 25px;
    font-size: 14px;
  }

  .policy_grid span {
    font-weight: 600;
    margin-left: -8px;
  }

  .policy_reserve_box span {
    display: inline;
    margin: 0 3px;
  }

  .inner_title_span {
    padding-top: 13px;
  }

  #Reservation .btn_box button {
    width: 270px;
    margin-bottom: 15px;
    margin-top: -15px;
  }

  /* 注意事項 */
  #notes .policy_grid span {
    margin-left: 0;
  }

  .notes_ul2 li, .change_li li {
    padding-bottom: 6px;
  }

  .notes_ul2 {
    margin-top: -24px;
    margin-left: 13px;
  }

  .notes_ul {
    margin-top: -8px;
  }

  .notes_ul li {
    padding-bottom: 15px;
    line-height: 21px;
  }

  /* キャンセルポリシー */
  .policy_cancel_box span {
    margin: 0;
  }

  .annotation_ul li::before {
    font-size: 12px;
    margin-right: 4px;
  }

  /* コンタクト */
  .contact_container {
    margin-bottom: 500px;
  }

  .contact_txt_box {
    width: 90%;
    margin:auto;
  }

  .contact_mail_box {
    margin: 10px 0 0 31px;
  }

  .contact_container .contact_mail_box img {
    width: 19px;
    top: 3px;
    left: -28px;
    text-decoration: underline;
  }

  .img_wrap {
    margin-top: 80px;
  }

  /* ブログ */
  .blog_content {
    padding: 60px 0;
    width: 100%;
  }

  .blog_inner {
    /* display: block; */
    margin-top: 55px;
    text-align: center;
  }

  .blog_inner a {
    display: block;
    width: 100%;
  }

  .blog_btn_box button {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:395px) {
  /* TOP セッションメニュー項目 */
  .menu_exp_content {
    padding: 26px 7px 100px;
  }

  .menu_exp_content .menu_inner {
    padding-left: 25px;
  }

  /* TOP 会社情報 */
  .cmp_title_box h2 {
    margin-bottom: 12px;
    padding-top: 22px;
  }

  .cmp_title_box h2 img {
    width: 78px;
    right: -90px;
  }

  /* プロフィール */
  .prof_top_title_box .prof_main_img {
    width: 325px;
  }

  .prof_top_box {
    margin-left: -6px;
  }

  /* アカデミー */
  .sp_ac_eachbox .ac_btn_box button {
    margin-left: 127px; 
  }

  .sp_ac_eachbox .sp_menu_img_box .ac_logo1,
  .sp_ac_eachbox .sp_menu_img_box .ac_logo2 {
    top: 55px;
  }

  /* client Love */
  .client_content h2 { 
    margin-bottom: 110px;
  }
  .client_box .ses_title {
    top: -70px;
  }
}

@media only screen and (max-width:375px) {
  /* TOP セッションメニュー項目 */
  .menu_exp_content {
    padding: 26px 5px 100px;
  }

  .menu_exp_content .menu_inner {
    padding-left: 19px;
  }

  /* TOP 会社情報 */
  .cmp_title_box h2 {
    font-size: 24px;
  }

  /* プロフィール */
  .prof_top_title_box .prof_main_img {
    width: 305px;
    padding-bottom: 27px;
  }
}


/* フォント */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}


.text_red {
  color:#ff4f4f;
}

.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-garamond-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}

.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-medium-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}

.cormorant-garamond-semibold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}

.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}

/* メンズタイトル */
.operetta_medium {
  font-family: "operetta-18", serif;
  font-weight: 300;
  font-style: normal;  
}

.operetta_regular {
  font-family: "operetta-18", serif;
  font-weight: 600;
  font-style: normal;  
}

.operetta_regular_italic {
  font-family: "operetta-18", serif;
  font-weight: 600;
  font-style: italic;
}

/* SPAタイトル */
.ivyOra_regular {
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ivyOra_regular_italic {
  font-family: "ivyora-display", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* dababフォント */
.elza-light {
  font-family: "elza", sans-serif;
  font-weight: 200;
  font-style: normal;  
}

.trajan {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

.zcool-xiaowei-regular {
  font-family: "ZCOOL XiaoWei", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* テイラーフォント */
.Big_Caslon {
  font-family: "big-caslon-fb", serif;
  font-weight: 400;
  font-style: normal;  
}

.scotch_roman {
  font-family: "scotch-display", sans-serif;
  font-weight: 400;
  font-style: normal;  
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


.gothic {
  font-family: "ivyepic-variable",sans-serif;
  font-variation-settings: 'wdth' 100, 'wght' 189, 'slnt' 0;
}
