@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
/*
	Base
-----------------------------------------------------*/
/* Reset */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, small, ol, ul, li,
article, aside, figure, figcaption, footer, header, hgroup,
main, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: bottom;
}

h1, h2 {
  font-weight: 700;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  background: url(../img/bg-line.png) repeat-y #F2F2F2;
  background-size: calc(84 / 16 * 1rem) auto;
  background-position: left calc(145 / 16 * 1rem) top 0;
  overscroll-behavior: none;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    background: url(../img/bg-line.png) repeat-y #F2F2F2;
    background-size: calc(32 / 16 * 1rem) auto;
    background-position: right calc(20 / 16 * 1rem) top 0;
  }
}

ol, ul {
  list-style: none;
}

html {
  font-size: 1.1713030747vw;
  margin: 0 auto;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 1367px) {
  html {
    font-size: 1.1713030747vw;
  }
}

html {
  scrollbar-width: none; /* Firefox 対応 */
}

body {
  -ms-overflow-style: none; /* IE、Edge 対応 */
  scrollbar-width: none;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none; /* chrome対応 */
}

a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}

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

em, strong {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

p {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.625;
  letter-spacing: 0.01em;
  color: #1A1A1A;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1367px) {
  p {
    font-size: calc(32 / 16 * 1rem);
  }
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}

html::before,
html::after,
body::before,
body::after {
  content: "";
  background: #000;
  position: fixed;
  display: block;
  z-index: 100;
}

html::before {
  height: calc(10 / 16 * 1rem);
  width: 100vw;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  html::before {
    height: calc(8 / 16 * 1rem);
  }
}

html::after {
  width: calc(10 / 16 * 1rem);
  height: 100vh;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  html::after {
    width: calc(8 / 16 * 1rem);
  }
}

body::before {
  height: calc(10 / 16 * 1rem);
  width: 100vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body::before {
    height: calc(8 / 16 * 1rem);
  }
}

body::after {
  width: calc(10 / 16 * 1rem);
  height: 100vh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body::after {
    width: calc(8 / 16 * 1rem);
  }
}

body.active {
  overflow-y: hidden;
}

.wide {
  display: none;
}
@media screen and (min-width: 1367px) {
  .wide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    display: none;
  }
}

.pc {
  display: block;
}
@media screen and (min-width: 1367px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (min-width: 1367px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.LinkText {
  text-decoration: underline;
  color: #018CA5;
}

h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: bold;
  font-style: oblique;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: calc(18 / 16 * 1rem);
  }
}

h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(33 / 16 * 1rem);
  height: 2px;
  background-color: #CA9E37;
}
@media screen and (max-width: 768px) {
  h2::after {
    bottom: -7px;
    width: calc(14 / 16 * 1rem);
  }
}

h3 {
  font-family: tandelle, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(96 / 16 * 1rem);
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: calc(72 / 16 * 1rem);
    text-align: left;
    line-height: 1;
  }
}

header {
  position: relative;
  align-items: center;
  width: 100%;
}
header .Header_Container {
  position: relative;
}
header .Header_Container .Drawer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  mix-blend-mode: difference;
  padding-top: calc(32 / 16 * 1rem);
  padding-inline: calc(115 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  header .Header_Container .Drawer {
    padding-top: calc(15 / 16 * 1rem);
    padding-inline: calc(20 / 16 * 1rem);
    width: 100%;
    z-index: 101;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  header .Header_Container .Drawer .DsLogo {
    max-width: calc(100 / 16 * 1rem);
  }
}
header .Header_Container .Drawer .Toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  header .Header_Container .Drawer .Toggle {
    display: block;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
    width: calc(30 / 16 * 1rem);
  }
  header .Header_Container .Drawer .Toggle span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: calc(30 / 16 * 1rem);
    height: calc(2 / 16 * 1rem);
    background-color: #fff;
    transition: 0.4s ease-in-out;
  }
  header .Header_Container .Drawer .Toggle span:nth-child(1) {
    top: calc(0 / 16 * 1rem);
  }
  header .Header_Container .Drawer .Toggle span:nth-child(2) {
    top: calc(8 / 16 * 1rem);
  }
  header .Header_Container .Drawer .Toggle span:nth-child(3) {
    top: calc(16 / 16 * 1rem);
  }
  header .Header_Container .Drawer .Toggle.active span {
    transition: 0.4s ease-in-out;
  }
  header .Header_Container .Drawer .Toggle.active span:nth-child(1) {
    top: calc(10 / 16 * 1rem);
    transform: rotate(315deg);
  }
  header .Header_Container .Drawer .Toggle.active span:nth-child(2) {
    width: 0;
  }
  header .Header_Container .Drawer .Toggle.active span:nth-child(3) {
    top: calc(10 / 16 * 1rem);
    transform: rotate(-315deg);
  }
}
header .Header_Container .Menu {
  position: fixed;
  z-index: 20;
  mix-blend-mode: difference;
  top: calc(32 / 16 * 1rem);
  right: calc(115 / 16 * 1rem);
  display: flex;
  align-items: center;
}
header .Header_Container .Menu_Sns {
  display: none;
}
@media screen and (max-width: 768px) {
  header .Header_Container .Menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: -100;
    mix-blend-mode: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
  }
  header .Header_Container .Menu.open {
    opacity: 1;
    backdrop-filter: blur(3px);
    transition: 0.3s ease-in-out;
    z-index: 100;
  }
  header .Header_Container .Menu_Sns {
    display: block;
    padding-block: calc(62 / 16 * 1rem);
    width: calc(46 / 16 * 1rem);
    height: calc(46 / 16 * 1rem);
  }
  header .Header_Container .Menu p {
    padding-top: calc(60 / 16 * 1rem);
    color: #fff;
    margin-inline: calc(20 / 16 * 1rem);
    text-align: left;
  }
}
header .Header_Container .Menu_List {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .Header_Container .Menu_List {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
header .Header_Container .Menu_List li {
  list-style-type: none;
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  color: rgb(255, 255, 255);
}
header .Header_Container .Menu_List li a {
  color: #fff;
}
header .Header_Container .Menu_List li + li {
  margin-left: calc(40 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  header .Header_Container .Menu_List li + li {
    margin-left: 0;
    margin-top: calc(42 / 16 * 1rem);
  }
}
header .Header_Container .SelectLanguage {
  border: none;
  height: 100%;
  display: inline-block;
  background: none;
  transition: all 0.5s ease;
  position: relative;
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-left: calc(40 / 16 * 1rem);
}
header .Header_Container .SelectLanguage .select {
  cursor: pointer;
  display: block;
  padding: calc(5 / 16 * 1rem) calc(20 / 16 * 1rem) calc(5 / 16 * 1rem) calc(10 / 16 * 1rem);
  background: url(../img/arrow.svg) no-repeat;
  background-position: right center;
}
header .Header_Container .SelectLanguage.active .select {
  background: url(../img/arrow2.svg) no-repeat;
  background-position: right center;
}
header .Header_Container .SelectLanguage .SelectLanguage_Menu {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
  padding: 0;
  list-style: none;
}
header .Header_Container .SelectLanguage .SelectLanguage_Menu li {
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
header .Header_Container .SelectLanguage .SelectLanguage_Menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header .Header_Container .SelectLanguage {
    display: none;
  }
}

.Banner {
  position: fixed;
  z-index: 20;
  right: calc(40 / 16 * 1rem);
  bottom: calc(40 / 16 * 1rem);
  display: flex;
  column-gap: calc(38 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Banner {
    right: calc(15 / 16 * 1rem);
    bottom: calc(15 / 16 * 1rem);
    column-gap: calc(30 / 16 * 1rem);
  }
}
.Banner img {
  width: calc(120 / 16 * 1rem);
  height: calc(120 / 16 * 1rem);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}
.Banner img.Reservation {
  width: calc(124 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Banner img.Reservation {
    width: calc(102 / 16 * 1rem);
  }
}
@media screen and (max-width: 768px) {
  .Banner img {
    width: calc(100 / 16 * 1rem);
    height: calc(100 / 16 * 1rem);
  }
}

#Hero {
  height: calc(1000 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Hero {
    height: calc(1200 / 16 * 1rem);
  }
}
#Hero .Hero_Container {
  position: absolute;
  z-index: -1;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
#Hero .Hero_Bg {
  width: 100%;
  height: calc(770 / 16 * 1rem);
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  #Hero .Hero_Bg {
    height: calc(812 / 16 * 1rem);
  }
}

h1 {
  mix-blend-mode: difference;
  color: rgb(255, 255, 255);
  font-size: calc(160 / 16 * 1rem);
  font-family: zuume, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  position: sticky;
  top: calc(200 / 16 * 1rem);
  left: calc(40 / 16 * 1rem);
  width: calc(100vw - 47 / 16 * 1rem);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: calc(120 / 16 * 1rem);
    line-height: 0.95;
    width: calc(100vw - 20 / 16 * 1rem);
  }
}

#Circle {
  padding-top: calc(80 / 16 * 1rem);
  padding-bottom: calc(70 / 16 * 1rem);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #Circle {
    padding-top: calc(50 / 16 * 1rem);
    padding-bottom: calc(40 / 16 * 1rem);
    margin-bottom: calc(-64 / 16 * 1rem);
  }
}

.Circle_Wrapper {
  display: grid;
  grid-template-columns: repeat(3, calc(230 / 16 * 1rem));
  column-gap: calc(16 / 16 * 1rem);
  justify-content: center;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 768px) {
  .Circle_Wrapper {
    width: calc(340 / 16 * 1rem);
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: calc(8 / 16 * 1rem);
  }
}
.Circle_Wrapper .Circle {
  position: relative;
  width: calc(230 / 16 * 1rem);
  height: calc(230 / 16 * 1rem);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: calc(5 / 16 * 1rem) calc(5 / 16 * 1rem) 0 #CA9E37;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Circle_Wrapper .Circle {
    width: calc(108 / 16 * 1rem);
    height: calc(108 / 16 * 1rem);
  }
}
.Circle_Wrapper .Circle_Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  text-align: center;
}
.Circle_Wrapper .Circle_Inner div {
  padding: 0;
}
.Circle_Wrapper .Circle .GoldText {
  font-size: calc(62 / 16 * 1rem);
  line-height: 1;
  color: #CA9E37;
}
@media screen and (max-width: 768px) {
  .Circle_Wrapper .Circle .GoldText {
    font-size: calc(28 / 16 * 1rem);
    line-height: 0.8;
  }
}
.Circle_Wrapper .Circle .GoldText sup {
  font-size: calc(20 / 16 * 1rem);
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .Circle_Wrapper .Circle .GoldText sup {
    font-size: calc(10 / 16 * 1rem);
  }
}
.Circle_Wrapper .Circle .TextSm {
  font-size: calc(20 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Circle_Wrapper .Circle .TextSm {
    font-size: calc(10 / 16 * 1rem);
  }
}
.Circle_Wrapper .Circle .TextLg {
  font-size: calc(24 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Circle_Wrapper .Circle .TextLg {
    font-size: calc(11 / 16 * 1rem);
    line-height: 1.08;
  }
}
.Circle_Wrapper .Circle .Image1 {
  max-width: calc(115 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Circle_Wrapper .Circle .Image1 {
    max-width: calc(48 / 16 * 1rem);
  }
}
.Circle_Wrapper .Circle .Image2 {
  max-width: calc(133 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Circle_Wrapper .Circle .Image2 {
    padding-top: calc(5 / 16 * 1rem);
    max-width: calc(60 / 16 * 1rem);
  }
}

.Circle_Attention {
  width: calc(720 / 16 * 1rem);
  margin-inline: auto;
  padding-top: calc(10 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
  color: #fff;
  text-align: right;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 768px) {
  .Circle_Attention {
    width: calc(340 / 16 * 1rem);
    font-size: calc(12 / 16 * 1rem);
  }
}

#Service {
  padding-top: calc(80 / 16 * 1rem);
}
#Service h2 {
  color: #fff;
  z-index: 2;
}

.Service_Why {
  margin-top: calc(-320 / 16 * 1rem);
  padding-top: calc(388 / 16 * 1rem);
  padding-bottom: calc(134 / 16 * 1rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Service_Why {
    margin-top: calc(-160 / 16 * 1rem);
    padding-top: calc(175 / 16 * 1rem);
    padding-bottom: calc(54 / 16 * 1rem);
  }
}
.Service_Why h3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Service_Why h3 {
    text-align: center;
    font-size: calc(64 / 16 * 1rem);
  }
}
.Service_Why_bg {
  position: absolute;
  display: block;
  z-index: -1;
  background-image: url(../img/bg_sec_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  height: calc(1700 / 16 * 1rem);
  width: 100%;
  margin-top: calc(-500 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_Why_bg {
    margin-top: calc(-240 / 16 * 1rem);
    height: calc(1708 / 16 * 1rem);
  }
}
.Service_Why_bg .Service_Why_bg--sec {
  overflow: hidden;
  height: calc(1574 / 16 * 1rem);
  width: 100%;
}
.Service_Why_bg .Service_Why_bg--sec img {
  -o-object-fit: cover;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Service_Why_bg .loopLine {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.Service_Why_bg .loopLine #sineCanvas {
  width: 100vw;
  position: fixed;
  position: sticky;
  top: 30%;
}
.Service_Why_Article {
  display: grid;
  grid-template-columns: 16fr 215fr;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1367px) {
  .Service_Why_Article {
    max-width: 2560px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .Service_Why_Article {
    display: grid;
    grid-template-columns: 1fr 7fr;
  }
}
.Service_Why_Article:first-of-type {
  margin-top: calc(80 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_Why_Article:first-of-type {
    margin-top: calc(27 / 16 * 1rem);
  }
}
.Service_Why_Article + .Service_Why_Article {
  margin-top: calc(48 / 16 * 1rem);
}
.Service_Why_Article .Number {
  font-family: tandelle, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(78 / 16 * 1rem);
  color: #fff;
  line-height: calc(78 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_Why_Article .Number {
    padding-right: calc(15 / 16 * 1rem);
    font-size: calc(42 / 16 * 1rem);
    line-height: calc(60 / 16 * 1rem);
  }
}
.Service_Why_ContentWrapper {
  display: grid;
  grid-template-columns: 11fr 7fr;
}
@media screen and (max-width: 768px) {
  .Service_Why_ContentWrapper {
    display: block;
  }
}
.Service_Why_ContentWrapper .Summary {
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.5;
  color: #fff;
  min-height: calc(78 / 16 * 1rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Service_Why_ContentWrapper .Summary {
    font-size: calc(20 / 16 * 1rem);
    min-height: calc(60 / 16 * 1rem);
  }
}
.Service_Why_ContentWrapper .Summary span {
  background-color: #000;
  padding: calc(2 / 16 * 1rem) calc(10 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_Why_ContentWrapper .Summary span {
    padding: calc(1 / 16 * 1rem);
  }
}
@-moz-document url-prefix() {
  .Service_Why_ContentWrapper .Summary span {
    padding-top: calc(5 / 16 * 1rem);
  }
  @media screen and (max-width: 768px) {
    .Service_Why_ContentWrapper .Summary span {
      padding-top: calc(4 / 16 * 1rem);
    }
  }
}
.Service_Why_ContentWrapper p {
  line-height: 1.7;
  padding-top: calc(20 / 16 * 1rem);
  padding-right: calc(40 / 16 * 1rem);
  color: #fff;
}
@media screen and (min-width: 1367px) {
  .Service_Why_ContentWrapper p {
    font-size: calc(16 / 16 * 1rem);
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .Service_Why_ContentWrapper p {
    line-height: 1.375;
    padding-right: 0;
    padding-top: calc(10 / 16 * 1rem);
    padding-bottom: calc(18 / 16 * 1rem);
  }
}

.Service_What {
  width: 90%;
  margin-inline: auto;
  padding-top: calc(100 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_What {
    width: calc(335 / 16 * 1rem);
    padding-top: calc(30 / 16 * 1rem);
  }
}
.Service_What_Article.Approach .Summary {
  margin-top: calc(32 / 16 * 1rem);
}
.Service_What_Article.Approach .Image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(18 / 16 * 1rem);
  max-width: calc(992 / 16 * 1rem);
  margin-inline: auto;
  padding-top: calc(70 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_What_Article.Approach .Image {
    display: block;
    margin-inline: calc(16 / 16 * 1rem);
    padding-top: calc(32 / 16 * 1rem);
  }
  .Service_What_Article.Approach .Image img + img {
    margin-top: calc(10 / 16 * 1rem);
  }
}
.Service_What_Article.Approach .Image img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.Service_What_Article.Techniques, .Service_What_Article.Difference {
  padding-top: calc(124 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_What_Article.Techniques, .Service_What_Article.Difference {
    padding-top: calc(56 / 16 * 1rem);
  }
}
.Service_What_Article.Difference .Image {
  width: calc(720 / 16 * 1rem);
  max-width: calc(720 / 16 * 1rem);
  margin-inline: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .Service_What_Article.Difference .Image {
    width: 100%;
  }
}
.Service_What_Article .Summary {
  line-height: 1;
  margin-bottom: calc(30 / 16 * 1rem);
  font-size: calc(32 / 16 * 1rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Service_What_Article .Summary {
    font-size: calc(24 / 16 * 1rem);
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: calc(18 / 16 * 1rem);
    text-align: left;
  }
}
.Service_What_Article .Summary span {
  background: linear-gradient(transparent 70%, #CA9E37 30%);
}
.Service_What_Article p {
  width: 90%;
  max-width: calc(720 / 16 * 1rem);
  margin-inline: auto;
}
@media screen and (min-width: 1367px) {
  .Service_What_Article p {
    font-size: calc(16 / 16 * 1rem);
    line-height: 1.4;
    width: calc(50 / 16 * 1rem);
    min-width: calc(720 / 16 * 1rem);
    max-width: calc(1458 / 16 * 1rem);
  }
}
@media screen and (max-width: 768px) {
  .Service_What_Article p {
    width: 100%;
  }
}
.Service_What_Article .Genki {
  width: calc(720 / 16 * 1rem - 44 / 16 * 1rem);
  margin-inline: auto;
  margin-top: calc(64 / 16 * 1rem);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: calc(24 / 16 * 1rem) calc(20 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_What_Article .Genki {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: calc(22 / 16 * 1rem) calc(16 / 16 * 1rem);
  }
}
.Service_What_Article .Genki_Container {
  padding-right: calc(20 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_What_Article .Genki_Container {
    padding-right: 0;
    padding-bottom: calc(27 / 16 * 1rem);
  }
}
.Service_What_Article .Genki_Wrapper {
  position: relative;
}
.Service_What_Article .Genki_Wrapper_Image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.Service_What_Article .Genki_Wrapper_Image img {
  max-width: 100%;
  height: auto;
}
.Service_What_Article .Genki_Wrapper_Name {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  mix-blend-mode: difference;
  width: 100%;
  height: auto;
  color: rgb(255, 255, 255);
  writing-mode: vertical-lr;
  font-size: calc(15 / 16 * 1rem);
}
.Service_What_Article .Genki_Wrapper_Name .Genki_Name_Sv {
  position: absolute;
  top: calc(10 / 16 * 1rem);
  left: 16%;
  overflow: visible;
  white-space: nowrap;
}
.Service_What_Article .Genki_Wrapper_Name .Genki_Name_Inner {
  position: absolute;
  top: calc(10 / 16 * 1rem);
  left: 1%;
  font-size: calc(36 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: 0.03rem;
  overflow: visible;
  white-space: nowrap;
  mix-blend-mode: difference;
}
.Service_What_Article .Genki_Profile {
  font-size: calc(13 / 16 * 1rem);
  line-height: 1.5;
  color: #606060;
  padding-top: calc(20 / 16 * 1rem);
  padding-left: 20%;
  width: 80%;
}
.Service_What_Article .Genki_Text {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.5;
  position: relative;
  padding: calc(20 / 16 * 1rem);
  letter-spacing: 0.02rem;
}
.Service_What_Article .Genki_Text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(45 / 16 * 1rem);
  height: calc(33 / 16 * 1rem);
  background: url(../img/quote.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .Service_What_Article .Genki_Text {
    padding: calc(20 / 16 * 1rem) 0 0 0.5rem;
    letter-spacing: 0.01rem;
  }
}

.Service_Process {
  width: 90%;
  margin-inline: auto;
  padding-top: calc(136 / 16 * 1rem);
  padding-bottom: calc(134 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_Process {
    width: calc(335 / 16 * 1rem);
    padding-top: calc(72 / 16 * 1rem);
    padding-bottom: calc(50 / 16 * 1rem);
  }
}
.Service_Process_Lead {
  text-align: center;
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  .Service_Process_Lead {
    line-height: 1.375;
    padding-top: calc(10 / 16 * 1rem);
    text-align: left;
  }
}
.Service_Process_Step {
  margin-top: calc(64 / 16 * 1rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: calc(17 / 16 * 1rem);
  align-items: end;
  width: 90%;
  max-width: calc(1150 / 16 * 1rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .Service_Process_Step {
    width: calc(300 / 16 * 1rem);
    display: block;
  }
}
.Service_Process_Step_Article {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  font-size: calc(17 / 16 * 1rem);
  font-weight: bold;
}
.Service_Process_Step_Article .Number {
  width: calc(50 / 16 * 1rem);
  margin-top: calc(-25 / 16 * 1rem);
  margin-inline: auto;
}
.Service_Process_Step_Article p {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-block: calc(10 / 16 * 1rem);
  font-size: calc(17 / 16 * 1rem);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .Service_Process .Service_Process_Step_Article + .Service_Process_Step_Article {
    margin-top: calc(43 / 16 * 1rem);
  }
}

#Price {
  width: 100%;
  padding-top: calc(84 / 16 * 1rem);
  padding-bottom: calc(100 / 16 * 1rem);
  background: url(../img/price.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  #Price {
    padding-top: calc(33 / 16 * 1rem);
    padding-bottom: calc(50 / 16 * 1rem);
  }
}
#Price h2 {
  color: #fff;
}
#Price .Price_Container {
  max-width: calc(720 / 16 * 1rem);
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1367px) {
  #Price .Price_Container {
    width: 50%;
    min-width: calc(720 / 16 * 1rem);
    max-width: calc(1458 / 16 * 1rem);
  }
}
#Price .Price_Container .Price_Table {
  width: 100%;
  background-color: #fff;
  margin-top: calc(70 / 16 * 1rem);
  border-collapse: collapse;
  text-align: center;
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  border: 5px solid #000;
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table {
    margin-top: calc(25 / 16 * 1rem);
    width: calc(335 / 16 * 1rem);
    font-size: calc(15 / 16 * 1rem);
  }
}
#Price .Price_Container .Price_Table th {
  background-color: #606060;
  color: #fff;
  padding-block: calc(10 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table th {
    padding-block: calc(12 / 16 * 1rem);
  }
}
#Price .Price_Container .Price_Table td {
  padding-block: calc(20 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table td {
    padding-block: 0;
  }
}
#Price .Price_Container .Price_Table_Inner {
  text-align: right;
}
#Price .Price_Container .Price_Table .PackageCell {
  text-align: center;
}
#Price .Price_Container .Price_Table_PackageInner {
  text-align: right;
  display: inline-block;
}
#Price .Price_Container .Price_Table .Description {
  display: block;
  font-weight: normal;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table .Description {
    font-size: calc(11 / 16 * 1rem);
  }
}
#Price .Price_Container .Price_Table .DottedLine {
  border-top: 1px dotted #606060;
}
#Price .Price_Container .Price_Table .GrayCell {
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table .GrayCell {
    padding-inline: calc(6 / 16 * 1rem);
    padding-block: calc(16 / 16 * 1rem);
  }
}
#Price .Price_Container .Price_Table .DarkgrayCell {
  background-color: #7E7E7E;
  color: #fff;
  border-right: 1px solid #fff;
  padding-block: calc(10 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table .DarkgrayCell {
    padding-block: calc(6 / 16 * 1rem);
  }
}
#Price .Price_Container .Price_Table .RedText {
  color: #C30D23;
}
#Price .Price_Container .Price_Table .PerTime {
  display: block;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table .PerTime {
    font-size: calc(11 / 16 * 1rem);
  }
}
#Price .Price_Container .Price_Table .Request {
  display: flex;
  justify-content: center;
  gap: calc(42 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table .Request {
    flex-direction: column;
    width: 80%;
    margin-inline: auto;
  }
}
#Price .Price_Container .Price_Table .Request_Item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table .Request_Item {
    flex-direction: row;
  }
}
#Price .Price_Container .Price_Table .Request_Item p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(13 / 16 * 1rem);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table .Request_Item p {
    justify-content: normal;
  }
}
#Price .Price_Container .Price_Table .Request_Item + .Request_Item {
  margin-left: calc(15 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Price .Price_Container .Price_Table .Request_Item + .Request_Item {
    margin-left: 0;
  }
}

#Shoplist {
  max-width: calc(720 / 16 * 1rem);
  width: 90%;
  margin-inline: auto;
  padding-top: calc(84 / 16 * 1rem);
  padding-bottom: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 1367px) {
  #Shoplist {
    width: 50%;
    min-width: calc(720 / 16 * 1rem);
    max-width: calc(1458 / 16 * 1rem);
  }
}
@media screen and (max-width: 768px) {
  #Shoplist {
    padding-top: calc(33 / 16 * 1rem);
  }
}
#Shoplist .Shoplist {
  padding-top: calc(50 / 16 * 1rem);
  font-size: calc(16 / 16 * 1rem);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #Shoplist .Shoplist {
    padding-top: calc(28 / 16 * 1rem);
  }
}
#Shoplist .Shoplist_Name {
  background: url(../img/arrow.svg) #1A1A1A no-repeat;
  background-position: right calc(32 / 16 * 1rem) center;
  color: #fff;
  padding: calc(20 / 16 * 1rem) calc(32 / 16 * 1rem);
  margin-top: 1px;
}
#Shoplist .Shoplist_Name.opendd {
  background: url(../img/arrow2.svg) #1A1A1A no-repeat;
  background-position: right calc(32 / 16 * 1rem) center;
}
@media screen and (max-width: 768px) {
  #Shoplist .Shoplist_Name {
    padding: calc(18 / 16 * 1rem) calc(16 / 16 * 1rem);
    background-position: right calc(14 / 16 * 1rem) center;
  }
  #Shoplist .Shoplist_Name.opendd {
    background-position: right calc(14 / 16 * 1rem) center;
  }
}
#Shoplist .Shoplist_Access {
  display: none;
  border-left: 5px solid #1A1A1A;
  border-right: 5px solid #1A1A1A;
  border-bottom: 5px solid #1A1A1A;
  padding: calc(20 / 16 * 1rem) calc(32 / 16 * 1rem);
  background-color: #fff;
  margin-bottom: 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #Shoplist .Shoplist_Access {
    padding: calc(16 / 16 * 1rem);
  }
}
#Shoplist .Shoplist_Access_Article {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #Shoplist .Shoplist_Access_Article {
    display: block;
  }
}
#Shoplist .Shoplist_Access_Article .Map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
#Shoplist .Shoplist_Access_Article .Map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Shoplist .Shoplist_Access_Article .Address {
  margin-left: calc(42 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #Shoplist .Shoplist_Access_Article .Address {
    margin-inline: 0;
    padding-top: calc(14 / 16 * 1rem);
    padding-bottom: calc(32 / 16 * 1rem);
  }
}
#Shoplist .Shoplist_Access_Article .Address .ShopName {
  display: block;
  font-weight: bold;
  font-size: calc(14 / 16 * 1rem);
  margin-bottom: calc(18 / 16 * 1rem);
  line-height: 1.5;
}

#Faq {
  max-width: calc(720 / 16 * 1rem);
  width: 90%;
  margin-inline: auto;
  padding-top: calc(80 / 16 * 1rem);
  padding-bottom: calc(164 / 16 * 1rem);
}
@media screen and (min-width: 1367px) {
  #Faq {
    width: 50%;
    min-width: calc(720 / 16 * 1rem);
    max-width: calc(1458 / 16 * 1rem);
  }
}
@media screen and (max-width: 768px) {
  #Faq {
    padding-top: calc(33 / 16 * 1rem);
  }
}
#Faq .Faq {
  padding-top: calc(50 / 16 * 1rem);
  font-size: calc(16 / 16 * 1rem);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #Faq .Faq {
    padding-top: calc(28 / 16 * 1rem);
  }
}
#Faq .Faq_Q {
  background: url(../img/arrow.svg) #1A1A1A no-repeat;
  background-position: right calc(32 / 16 * 1rem) center;
  color: #fff;
  padding: calc(20 / 16 * 1rem) calc(32 / 16 * 1rem);
  margin-top: 1px;
}
#Faq .Faq_Q.opendd {
  background: url(../img/arrow2.svg) #1A1A1A no-repeat;
  background-position: right calc(32 / 16 * 1rem) center;
}
@media screen and (max-width: 768px) {
  #Faq .Faq_Q {
    padding: calc(18 / 16 * 1rem) calc(35 / 16 * 1rem) calc(18 / 16 * 1rem) calc(16 / 16 * 1rem);
    background-position: right calc(14 / 16 * 1rem) center;
  }
  #Faq .Faq_Q.opendd {
    background-position: right calc(14 / 16 * 1rem) center;
  }
}
#Faq .Faq_A {
  display: none;
  border-left: 5px solid #1A1A1A;
  border-right: 5px solid #1A1A1A;
  border-bottom: 5px solid #1A1A1A;
  padding: calc(20 / 16 * 1rem) calc(32 / 16 * 1rem);
  background-color: #fff;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.5;
  margin-bottom: 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #Faq .Faq_A {
    padding: calc(16 / 16 * 1rem);
  }
}

#Contact {
  max-width: calc(720 / 16 * 1rem);
  width: 90%;
  margin-inline: auto;
  padding-top: calc(80 / 16 * 1rem);
  padding-bottom: calc(164 / 16 * 1rem);
}
@media screen and (min-width: 1367px) {
  #Contact {
    width: 50%;
    min-width: calc(720 / 16 * 1rem);
    max-width: calc(1458 / 16 * 1rem);
  }
}
@media screen and (max-width: 768px) {
  #Contact {
    padding-top: calc(33 / 16 * 1rem);
  }
}
#Contact .Contact {
  padding-top: calc(50 / 16 * 1rem);
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Contact .Contact {
    padding-top: calc(28 / 16 * 1rem);
  }
}
#Contact .Contact_Heading {
  background-position: right calc(32 / 16 * 1rem) center;
  color: #fff;
  padding: calc(20 / 16 * 1rem) calc(32 / 16 * 1rem);
  margin-top: 1px;
  background-color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  #Contact .Contact_Heading {
    padding: calc(18 / 16 * 1rem) calc(35 / 16 * 1rem) calc(18 / 16 * 1rem) calc(16 / 16 * 1rem);
    background-position: right calc(14 / 16 * 1rem) center;
  }
  #Contact .Contact_Heading.opendd {
    background-position: right calc(14 / 16 * 1rem) center;
  }
}
#Contact .Contact_Content {
  border-left: 5px solid #1A1A1A;
  border-right: 5px solid #1A1A1A;
  border-bottom: 5px solid #1A1A1A;
  padding: calc(20 / 16 * 1rem) calc(32 / 16 * 1rem);
  background-color: #fff;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.5;
  margin-bottom: 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #Contact .Contact_Content {
    padding: calc(16 / 16 * 1rem);
  }
}
#Contact .Contact_Content a {
  text-decoration: underline;
  color: #018ca5;
}

#Footer {
  width: 100%;
  height: auto;
  background: url(../img/footer.jpg) #000;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  text-align: center;
}
#Footer .Footer_Bg {
  width: 100%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
#Footer .Footer_Wrapper {
  padding-top: calc(70 / 16 * 1rem);
  padding-bottom: calc(32 / 16 * 1rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #Footer .Footer_Wrapper {
    padding-top: calc(32 / 16 * 1rem);
    padding-bottom: calc(32 / 16 * 1rem);
  }
}
#Footer .Footer_Menu {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  margin: 0 auto;
  width: max-content;
}
@media screen and (max-width: 768px) {
  #Footer .Footer_Menu {
    flex-direction: column;
    width: 100%;
  }
}
#Footer .Footer_Menu .break {
  flex-basis: 100%;
  width: min-content;
  margin-left: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #Footer .Footer_Menu .break {
    text-align: center;
    width: 100%;
  }
}
#Footer .Footer_Menu a {
  color: #fff;
}
#Footer .Footer_Menu li + li {
  margin-left: calc(42 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  #Footer .Footer_Menu li + li {
    margin-left: 0;
    margin-top: calc(42 / 16 * 1rem);
  }
}
#Footer .Footer_Sns {
  display: flex;
  justify-content: center;
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  margin: calc(42 / 16 * 1rem) auto calc(24 / 16 * 1rem);
  width: calc(46 / 16 * 1rem);
  height: calc(46 / 16 * 1rem);
}
#Footer .Footer_World {
  margin-top: 0.8333333333rem;
  color: #fff;
  font-size: calc(16 / 16 * 1rem);
}
#Footer .Footer_Copy {
  color: #fff;
  font-size: calc(12 / 16 * 1rem);
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#Campaign .Campaign_Container {
  width: calc(720 / 16 * 1rem - 44 / 16 * 1rem);
  padding: 24px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #Campaign .Campaign_Container {
    width: 100%;
    padding: 16px;
  }
}

.Membership_Note {
  padding: calc(5 / 16 * 1rem);
  margin-top: 20px;
  text-align: center;
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  color: #FFF;
}
.Membership_Note a {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
