@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-white: #f3f3f3;
  --main-black: #2e2e2e;
}

body {
  background-color: var(--main-white);
}

body.bounce-black {
  background-color: var(--main-black);
}

.img {
  width: 100%;
}
.img img {
  width: 100%;
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 16px;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

section {
  position: relative;
  z-index: 1;
  background-color: var(--main-white);
}

.PC {
  display: block;
}
@media (max-width: 768px) {
  .PC {
    display: none !important;
  }
}

.SP {
  display: none !important;
}
@media (max-width: 768px) {
  .SP {
    display: block !important;
  }
}

/************************
タイトル共通
************************/
h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.45em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
    letter-spacing: 0.32em;
  }
}

h2 {
  font-family: "Cormorant SC", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 48px;
    line-height: 0.9;
  }
}

h3 {
  font-family: "Cormorant SC", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-family: "Cormorant SC", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

.Subtitle_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .Subtitle_jp {
    font-size: 14px;
  }
}

.Subtitle_en {
  font-family: "Cormorant SC", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .Subtitle_en {
    font-size: 18px;
  }
}

/************************
テキスト共通
************************/
.Read_Title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.4em;
}
@media (max-width: 768px) {
  .Read_Title {
    font-size: 24px !important;
    line-height: 2.2;
  }
}

.Read_Text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .Read_Text {
    font-size: 16px;
  }
}

.Title_Text_01 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .Title_Text_01 {
    font-size: 20px;
  }
}

.Title_Text_02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .Title_Text_02 {
    font-size: 16px;
  }
}

.Text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.Text_Bold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/************************
数字共通
************************/
.S {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .S {
    font-size: 18px;
  }
}

.M {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .M {
    font-size: 20px;
  }
}

.L {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .L {
    font-size: 24px;
  }
}

/************************
エリア共通
************************/
.H2_area {
  padding: 0 80px 120px 80px;
  color: var(--main-black);
}
.H2_area .Subtitle_jp,
.H2_area h2 {
  padding: 0 80px;
}
.H2_area .Subtitle_jp {
  margin-bottom: 16px;
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .H2_area .Subtitle_jp,
  .H2_area h2 {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .H2_area {
    padding: 0 16px 64px;
  }
  .H2_area .Subtitle_jp,
  .H2_area h2 {
    padding: 0;
  }
}

.H3_area {
  padding-bottom: 32px;
  color: var(--main-black);
}
.H3_area .Subtitle_jp {
  margin-bottom: 8px;
  opacity: 0.7;
}

.H4_area {
  padding-bottom: 32px;
  color: var(--main-black);
}
.H4_area .Subtitle_jp {
  margin-bottom: 8px;
  opacity: 0.7;
}

.Text_Box_01 {
  max-width: 440px;
  min-width: 440px;
  color: var(--main-black);
}
.Text_Box_01 .sub_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.Text_Box_01 .sub_title .Subtitle_en {
  opacity: 0.5;
}
.Text_Box_01 .Title_Text_01 {
  margin-bottom: 20px;
}
.Text_Box_01 .Text {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .Text_Box_01 {
    max-width: 100%;
    padding: 0 24px 80px;
  }
  .Text_Box_01 .sub_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .Text_Box_01 {
    min-width: auto;
  }
}

.Text_Box_02 {
  color: var(--main-black);
}
.Text_Box_02 .Title_Text_02 {
  margin-bottom: 32px;
}
.Text_Box_02 .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.Text_Box_02 .block .left {
  display: flex;
  align-items: center;
}
.Text_Box_02 .block .left .Text {
  background-color: rgba(46, 46, 46, 0.1);
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 12px;
}
.Text_Box_02 .block .right .caption {
  opacity: 0.5;
  margin-right: 8px;
}
.Text_Box_02 .block .right .s {
  margin-right: 4px;
}
.Text_Box_02 .content {
  margin-bottom: 20px;
}
.Text_Box_02 .Button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 768px) {
  .Text_Box_02 {
    padding: 24px 12px 0;
  }
  .Text_Box_02 .Title_Text_02 {
    margin-bottom: 16px;
  }
  .Text_Box_02 .content {
    margin-bottom: 0;
  }
  .Text_Box_02 .Button {
    margin: 40px auto;
  }
}

.Text_Box_03 .block {
  display: flex;
  justify-content: space-between;
  color: var(--main-black);
  margin-bottom: 8px;
}
.Text_Box_03 .block .sub {
  display: flex;
}
.Text_Box_03 .block .sub .Text {
  background-color: rgba(46, 46, 46, 0.1);
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 12px;
}

/************************
ボタン共通
************************/
.Button_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 8px 0;
  color: var(--main-black);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.Button_text img {
  width: 24px;
  margin-left: 64px;
}
.Button_text:hover {
  opacity: 0.6;
}

.Anchor_Button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 8px 0;
  color: var(--main-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Anchor_Button img {
  width: 24px;
}
.Anchor_Button:hover {
  opacity: 0.6;
}

.Button {
  background-color: var(--main-black);
  padding: 8px 60px;
  border-radius: 100px;
  color: var(--main-white);
  position: relative;
}
.Button:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--main-white);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.Button:hover {
  opacity: 0.6;
}

#Button {
  padding: 32px 160px 160px;
}
#Button .Button {
  justify-content: center;
  width: 60%;
  margin: auto;
}
@media (max-width: 768px) {
  #Button {
    padding: 40px 20px 120px;
  }
  #Button .Button {
    width: 80%;
  }
}

/************************
アニメーション共通
************************/
.fadeRotate {
  opacity: 0;
  transform: translateY(-10px) rotateX(30deg);
  transform-origin: top;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.fadeRotate.is-animated {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.fadeDownSlow {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fadeDownSlow.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.fadeIn.is-animated {
  opacity: 1;
}

.zoomOutFV {
  display: block;
  opacity: 0;
  transform: scale(1.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.1s ease-out, transform 4s ease-out;
}

.zoomOutFV.is-animated {
  opacity: 1;
  transform: scale(1);
}

.text-animate span {
  display: inline-block;
  opacity: 0;
  transform: translateX(0.5em);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.text-animate.is-animated span {
  opacity: 1;
  transform: translateX(0);
}

.fadeUpText {
  opacity: 0;
  transform: translateY(1em);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeUpText.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.zoomOutImage {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: transform 4s ease-out;
}

.zoomWrap {
  overflow: hidden;
}

.zoomOutImage.is-animated {
  transform: scale(1);
}

.fadeInSimple {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.fadeInSimple.is-animated {
  opacity: 1;
}

.charUp {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.charUp.is-animated {
  opacity: 1;
  transform: translateY(0);
}

/************************
Google Map
************************/
iframe {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/************************
下層ページHeader(SPヘッダーはTOPも共通)
************************/
.PC_header {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px 40px;
  background-color: var(--main-white);
}
.PC_header .img {
  width: 60px;
}
.PC_header nav {
  display: flex;
}
.PC_header nav ul {
  margin-right: 80px;
}
.PC_header nav ul:last-of-type {
  margin-right: 0;
}
.PC_header nav ul .Subtitle_en {
  opacity: 0.5;
  margin-bottom: 12px;
}
.PC_header nav ul a:hover {
  opacity: 0.5;
}
@media (max-width: 1000px) {
  .PC_header nav ul {
    margin-right: 40px;
  }
}

.SP_header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--main-white);
}
.SP_header .img {
  width: 40px;
}

#LAYER_FV {
  padding: 0 0 80px 80px;
}
#LAYER_FV .PC_Breadcrumbs {
  display: flex;
  justify-content: end;
  padding-right: 40px;
  margin-top: 23px;
}
@media (max-width: 768px) {
  #LAYER_FV {
    padding: 0 0 64px 16px;
  }
  #LAYER_FV .PC_Breadcrumbs {
    padding-right: 8px;
    margin-top: 12px;
  }
}

/************************
追従ヘッダー
************************/
.follow-header {
  position: fixed;
  top: -420px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--main-white);
  transition: top 0.6s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.follow-header.active {
  top: 0;
}

/************************
Footer
************************/
footer {
  position: relative;
  z-index: 1;
  background-color: var(--main-black);
  padding: 80px 0 24px;
}
footer .container {
  padding: 0 64px 80px;
  display: flex;
  justify-content: space-between;
}
footer .container .left .logo {
  width: 64px;
  margin-bottom: 120px;
}
footer .container .left p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.4em;
  color: var(--main-white);
}
footer .container .right {
  position: relative;
}
footer .container .right .grid {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(5, auto);
}
footer .container .right .grid ul .Subtitle_en {
  opacity: 0.5;
  color: var(--main-white);
  margin-bottom: 12px;
}
footer .container .right .grid ul a:hover {
  opacity: 0.5;
}
footer .container .right .grid ul .Text {
  color: var(--main-white);
}
footer .container .right .SNS {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .container .right .SNS a:nth-child(1) {
  margin-right: 20px;
}
footer .container .right .SNS a:hover {
  opacity: 0.5;
}
footer .container .right .SNS a img {
  width: 56px;
}
footer hr {
  border: none;
  border-top: 1px solid var(--main-white);
  opacity: 0.2;
  margin-bottom: 24px;
}
footer .small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  color: var(--main-white);
}
footer .small .btn {
  display: flex;
  opacity: 0.6;
}
footer .small .btn .Button_text {
  color: var(--main-white);
}
footer .small .btn .Button_text:nth-child(1) {
  margin-right: 40px;
}
footer .small small {
  opacity: 0.4;
}
@media (max-width: 1250px) {
  footer .container .right .grid {
    gap: 40px;
  }
}
@media (max-width: 1080px) {
  footer .container .right .grid {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  footer {
    padding: 64px 0 24px;
  }
  footer .container {
    padding: 0 20px 64px;
    flex-direction: column;
  }
  footer .container .left {
    padding-bottom: 40px;
  }
  footer .container .left .logo {
    margin-bottom: 64px;
  }
  footer .container .left p {
    font-size: 20px;
    letter-spacing: 0.45em;
  }
  footer .container .right .SNS {
    position: static;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  footer .container .right .grid {
    gap: 32px;
    grid-template-columns: repeat(2, auto);
  }
  footer .small {
    padding: 0 16px;
    flex-direction: column;
  }
  footer .small .btn .Button_text {
    padding: 8px 0 12px;
  }
}

/************************
ハンバーガーメニュー
************************/
.header-inner2 .hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  transition: transform 0.6s, width 0.6s;
  width: 40px;
  height: 40px;
  z-index: 200;
}
.header-inner2 .hamburger .hamburger-line {
  background-color: var(--main-black);
  height: 1.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  transition: inherit;
  width: 32px;
}
.header-inner2 .hamburger .hamburger-line::before, .header-inner2 .hamburger .hamburger-line:after {
  background-color: var(--main-black);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}
.header-inner2 .hamburger .hamburger-line::before {
  top: 8px;
}
.header-inner2 .hamburger .hamburger-line::after {
  top: 16px;
}
.header-inner2 .hamburger[aria-expanded=true] .hamburger-line {
  transform: translateY(8px) rotate(-45deg);
  background-color: var(--main-black);
}
.header-inner2 .hamburger[aria-expanded=true] .hamburger-line::before {
  transform: translateY(-12px) translateX(20px) rotate(45deg);
  width: 0;
}
.header-inner2 .hamburger[aria-expanded=true] .hamburger-line::after {
  transform: translateY(-16px) rotate(90deg);
  background-color: var(--main-black);
}
.header-inner2 .overlay {
  background-color: #333;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}
.header-inner2 .overlay.active {
  opacity: 0.8;
  visibility: visible;
}
.header-inner2 .modal-container {
  background-color: var(--main-white);
  position: fixed;
  z-index: 20;
  height: 100vh;
  /* FVの外であれば削除 */
  top: 0;
  /* FVの外であれば削除 */
  left: 0;
  /* FVの外であれば削除 */
  opacity: 0;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100%;
}
.header-inner2 .modal-container #modal-1-content,
.header-inner2 .modal-container #follow-modal-content {
  padding: 12px 32px 24px;
  margin-top: 72px;
}
.header-inner2 .modal-container #modal-1-content table,
.header-inner2 .modal-container #follow-modal-content table {
  border-spacing: 0 24px;
}
.header-inner2 .modal-container #modal-1-content table .menu-list,
.header-inner2 .modal-container #follow-modal-content table .menu-list {
  vertical-align: top;
}
.header-inner2 .modal-container #modal-1-content table .menu-list .Subtitle_en,
.header-inner2 .modal-container #follow-modal-content table .menu-list .Subtitle_en {
  opacity: 0.5;
  line-height: 1.7;
  text-align: left;
  padding-right: 32px;
}
.header-inner2 .modal-container #modal-1-content table .menu-list td .menu-link-item .menu-item,
.header-inner2 .modal-container #follow-modal-content table .menu-list td .menu-link-item .menu-item {
  margin-bottom: 16px;
}
.header-inner2 .modal-container #modal-1-content table .menu-list td .menu-link-item .menu-item:last-of-type,
.header-inner2 .modal-container #follow-modal-content table .menu-list td .menu-link-item .menu-item:last-of-type {
  margin-bottom: 0;
}
.header-inner2 .modal-container #modal-1-content .SNS,
.header-inner2 .modal-container #follow-modal-content .SNS {
  margin: 48px 0;
}
.header-inner2 .modal-container #modal-1-content .SNS a,
.header-inner2 .modal-container #follow-modal-content .SNS a {
  margin-right: 16px;
}
.header-inner2 .modal-container #modal-1-content .SNS a:last-of-type,
.header-inner2 .modal-container #follow-modal-content .SNS a:last-of-type {
  margin-right: 0;
}
.header-inner2 .modal-container #modal-1-content .SNS a img,
.header-inner2 .modal-container #follow-modal-content .SNS a img {
  width: 56px;
}
.header-inner2 .modal-container #modal-1-content .Button,
.header-inner2 .modal-container #follow-modal-content .Button {
  width: 100%;
  justify-content: center;
  margin: 32px 0 24px;
}
.header-inner2 .modal-container #modal-1-content .tel,
.header-inner2 .modal-container #follow-modal-content .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 96px;
}
.header-inner2 .modal-container #modal-1-content .tel .left,
.header-inner2 .modal-container #follow-modal-content .tel .left {
  margin-right: 24px;
}
.header-inner2 .modal-container #modal-1-content .tel .right,
.header-inner2 .modal-container #follow-modal-content .tel .right {
  transform: rotate(-45deg);
}
.header-inner2 .modal-container #modal-1-content .tel .right img,
.header-inner2 .modal-container #follow-modal-content .tel .right img {
  width: 24px;
}
.header-inner2 .modal-container[aria-hidden=false] {
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
}