@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 1560px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 1560px) {
  section {
    padding: 6.9444444444vw 4.8611111111vw 6.9444444444vw 13.8888888889vw;
  }
  .inner {
    margin: 0 0 0 auto;
    max-width: 75.6944444444vw;
  }
  .menu .inner {
    max-width: 75.6944444444vw;
  }
}
@media screen and (max-width: 680px) {
  section {
    padding: 14.9333333333vw 0;
  }
  .inner {
    padding: 0 5.3333333333vw;
    max-width: unset;
  }
  .menu .inner {
    max-width: unset;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
}

.section_title .en {
  font-size: 12px;
  display: block;
}

.section_title .ja {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: block;
}

.section_title .ja::before {
  content: "";
  display: inline-block;
  width: 30px;
  border-top: 2px solid #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 2.6666666667vw;
  }
  .section_title .ja {
    font-size: 6.4vw;
  }
  .section_title .ja::before {
    width: 6.9333333333vw;
    bottom: -5.3333333333vw;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 35px;
  left: 32px;
  width: 132px;
  z-index: 100;
  transition: 0.3s;
  opacity: 0;
  color: #fff;
  pointer-events: none;
}

header.active {
  opacity: 1;
  color: #000;
  pointer-events: unset;
}

.header_page {
  opacity: 1;
  pointer-events: unset;
}

.header_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 85px;
}

.header_logo {
  font-size: 12px;
  text-align: center;
}

.header_logo_img {
  position: relative;
  width: 85px;
  height: 80px;
  margin: 15px auto 0;
}

.header_logo img {
  width: 85px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s;
}

.header_logo .logo02 {
  opacity: 0;
}

.header_page .header_logo .logo02 {
  opacity: 1;
}

.header_page.active .header_logo .logo01 {
  opacity: 1;
}

.header_page.active .header_logo .logo02 {
  opacity: 0;
}

.toggle-menu {
  display: none;
}

.global_nav_list {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 32px;
}

.global_nav_item a {
  font-size: 15px;
}

@media screen and (max-width: 1550px) {
  header {
    position: fixed;
    top: 2.4305555556vw;
    left: 2.2222222222vw;
    width: 9.1666666667vw;
    z-index: 100;
    transition: 0.3s;
    opacity: 0;
    color: #fff;
    pointer-events: none;
  }
  header.active {
    opacity: 1;
    color: #000;
    pointer-events: unset;
  }
  .header_page {
    opacity: 1;
    pointer-events: unset;
  }
  .header_inner {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 5.9027777778vw;
  }
  .header_logo {
    font-size: 0.8333333333vw;
    text-align: center;
  }
  .header_logo_img {
    position: relative;
    width: 5.9027777778vw;
    height: 5.5555555556vw;
    margin: 1.0416666667vw auto 0;
  }
  .header_logo img {
    width: 5.9027777778vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s;
  }
  .header_logo .logo02 {
    opacity: 0;
  }
  .header_page .header_logo .logo02 {
    opacity: 1;
  }
  .header_page.active .header_logo .logo01 {
    opacity: 1;
  }
  .header_page.active .header_logo .logo02 {
    opacity: 0;
  }
  .toggle-menu {
    display: none;
  }
  .global_nav_list {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 2.2222222222vw;
  }
  .global_nav_item a {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 4vw 0;
    opacity: 1 !important;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: unset;
  }
  .header_inner {
    display: block;
    margin: 0 4.5333333333vw;
  }
  .header_content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header_logo {
    display: none;
  }
  .toggle-menu {
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: relative;
    z-index: 100;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -2666.4vw;
    width: 8.5333333333vw;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 8.5333333333vw;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.8666666667vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.8666666667vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .active .toggle-menu .toggle-line {
    background: #000;
  }
  .active .toggle-menu .toggle-line::before,
  .active .toggle-menu .toggle-line::after {
    background: #000;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-45deg);
    top: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::after {
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(45deg);
    top: 0;
    background-color: #000;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 4vw 26.6666666667vw;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav {
    margin-top: 21.3333333333vw;
    width: 100%;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    border-bottom: 1px solid #000;
    padding: 2.6666666667vw 0;
    width: 100%;
    color: #000;
    font-size: 4.2666666667vw;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  border-top: 1px solid #D9D9D9;
  padding-top: 30px;
}

.footer_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.footer_content::before {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #D9D9D9;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer_logo {
  font-size: 17px;
}

.footer_logo img {
  width: 110px;
  display: block;
  margin: 15px auto 0;
}

.footer_tel {
  font-size: 32px;
  position: relative;
  width: 100%;
}

.footer_tel::before {
  content: "";
  display: inline-block;
  height: 150px;
  border-left: 1px solid #D9D9D9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.footer_tel::after {
  content: "";
  display: inline-block;
  height: 150px;
  border-left: 1px solid #D9D9D9;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.footer_tel span {
  font-size: 20px;
  margin-right: 5px;
}

.footer_list {
  display: flex;
  flex-flow: column;
  gap: 25px;
  padding-left: 60px;
}

.footer_item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  text-align: left;
}

.footer_item_text {
  font-size: 14px;
}

.copyright {
  text-align: right;
  font-size: 14px;
  color: #AFAFAF;
  padding: 16px 0;
}

@media screen and (max-width: 1550px) {
  footer {
    border-top: 0.0694444444vw solid #D9D9D9;
    padding-top: 2.0833333333vw;
    padding-left: 13.8888888889vw;
  }
  .footer_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
    padding-bottom: 2.0833333333vw;
    position: relative;
  }
  .footer_content::before {
    content: "";
    display: inline-block;
    width: 100vw;
    border-top: 0.0694444444vw solid #D9D9D9;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .footer_logo {
    font-size: 1.1805555556vw;
  }
  .footer_logo img {
    width: 7.6388888889vw;
    display: block;
    margin: 1.0416666667vw auto 0;
  }
  .footer_tel {
    font-size: 2.2222222222vw;
    position: relative;
    width: 100%;
  }
  .footer_tel::before {
    content: "";
    display: inline-block;
    height: 10.4166666667vw;
    border-left: 0.0694444444vw solid #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .footer_tel::after {
    content: "";
    display: inline-block;
    height: 10.4166666667vw;
    border-left: 0.0694444444vw solid #D9D9D9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .footer_tel span {
    font-size: 1.3888888889vw;
    margin-right: 0.3472222222vw;
  }
  .footer_list {
    display: flex;
    flex-flow: column;
    gap: 1.7361111111vw;
    padding-left: 4.1666666667vw;
  }
  .footer_item {
    display: grid;
    grid-template-columns: 4.1666666667vw 1fr;
    gap: 1.3888888889vw;
    text-align: left;
  }
  .footer_item_text {
    font-size: 0.9722222222vw;
  }
  .copyright {
    text-align: right;
    font-size: 0.9722222222vw;
    color: #AFAFAF;
    padding: 1.1111111111vw 0;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding-top: 12vw;
    padding-left: 0;
  }
  .footer_content {
    display: block;
    padding-bottom: 0;
  }
  .footer_content::before {
    border-top: unset;
  }
  .footer_logo {
    font-size: 3.7333333333vw;
  }
  .footer_logo img {
    width: 23.4666666667vw;
    margin: 4vw auto 0;
  }
  .footer_tel {
    font-size: 8.5333333333vw;
    padding: 4.2666666667vw 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 6.1333333333vw;
  }
  .footer_tel::before {
    display: none;
  }
  .footer_tel::after {
    display: none;
  }
  .footer_tel span {
    font-size: 5.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  .footer_list {
    gap: 4vw;
    padding-left: 0;
    margin-top: 8vw;
  }
  .footer_item {
    grid-template-columns: 16vw 1fr;
    gap: 8.5333333333vw;
    padding: 0 4vw;
  }
  .footer_item_text {
    font-size: 3.7333333333vw;
  }
  .copyright {
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 0;
    text-align: center;
    border-top: 1px solid #D9D9D9;
    margin: 8vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
/* FV
***************************************************************/
.fv {
  position: relative;
  padding: 0;
}

.fv_bg {
  height: 100vh;
  height: 100svh;
  width: 100%;
}

.fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
}

.fv_title_logo {
  display: block;
  width: 202px;
  margin: 20px auto 0;
}

@media screen and (max-width: 1550px) {
  .fv {
    position: relative;
    padding: 0;
  }
  .fv_bg {
    height: 100vh;
    width: 100%;
  }
  .fv_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 1.5277777778vw;
    font-weight: 400;
  }
  .fv_title_logo {
    display: block;
    width: 14.0277777778vw;
    margin: 1.3888888889vw auto 0;
  }
}
@media screen and (max-width: 680px) {
  .fv_bg {
    height: 131.2vw;
  }
  .fv_title {
    font-size: 3.4666666667vw;
    top: 46%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  .fv_title_logo {
    display: block;
    width: 32.2666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
/*  Section1
***************************************************************/
.sec1_head {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}

.sec1_title {
  font-size: 28px;
  writing-mode: vertical-rl;
}

.sec1_text {
  font-size: 18px;
  line-height: 32px;
  padding-top: 15px;
  flex: 1;
}

.sec1_text span {
  color: #724721;
  font-weight: bold;
}

.sec1_img {
  margin-top: 200px;
}

@media screen and (max-width: 1550px) {
  .sec1 {
    padding: 6.9444444444vw 0 6.9444444444vw 13.8888888889vw;
  }
  .sec1_head {
    display: flex;
    align-items: flex-start;
    gap: 8.3333333333vw;
  }
  .sec1_title {
    font-size: 1.9444444444vw;
    writing-mode: vertical-rl;
  }
  .sec1_text {
    font-size: 1.25vw;
    line-height: 2.2222222222vw;
    padding-top: 1.0416666667vw;
    flex: 1;
  }
  .sec1_text span {
    color: #724721;
    font-weight: bold;
  }
  .sec1_img {
    margin-top: 13.8888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    padding: 14.9333333333vw 0;
  }
  .sec1_head {
    flex-flow: column;
    gap: 8.5333333333vw;
    align-items: center;
  }
  .sec1_title {
    font-size: 5.3333333333vw;
    letter-spacing: 2.6666666667vw;
  }
  .sec1_text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
    padding-top: 0;
  }
  .sec1_img {
    margin: 15.4666666667vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
/*  Section2
***************************************************************/
.sec2 {
  padding: 100px 0 0;
  overflow: hidden;
}

.sec2_content {
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: flex-start;
  margin-right: calc(50% - 50vw);
}

.sec2_title {
  font-size: 28px;
  writing-mode: vertical-rl;
  padding: 58px 100px 0 80px;
  letter-spacing: 10px;
}

.sec2_iframe {
  flex: 1;
  height: 530px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1550px) {
  .sec2 {
    padding: 6.9444444444vw 0 0 13.8888888889vw;
  }
  .sec2_content {
    border-top: 0.0694444444vw solid #D9D9D9;
    display: flex;
    align-items: flex-start;
    margin-right: 0;
  }
  .sec2_title {
    font-size: 1.9444444444vw;
    writing-mode: vertical-rl;
    padding: 4.0277777778vw 6.9444444444vw 0 5.5555555556vw;
    letter-spacing: 0.6944444444vw;
  }
  .sec2_iframe {
    flex: 1;
    height: 36.8055555556vw;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .sec2 {
    padding: 0;
  }
  .sec2_content {
    border-top: unset;
    display: block;
  }
  .sec2_title {
    font-size: 5.3333333333vw;
    padding: 0;
    letter-spacing: 2.6666666667vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .sec2_iframe {
    height: 100.2666666667vw;
    margin: 5.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.page_fv {
  background-image: url(../images/menu/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

.page_fv_title {
  font-size: 40px;
  color: #fff;
  z-index: 1;
  padding: 245px 0;
}

.pageNav {
  padding: 40px 0;
}

.pageNav .inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 1550px) {
  .page_fv {
    padding: 0 0 0 13.8888888889vw;
  }
  .page_fv_title {
    font-size: 2.7777777778vw;
    padding: 17.0138888889vw 0;
  }
  .pageNav {
    padding: 2.7777777778vw 4.8611111111vw 2.7777777778vw 13.8888888889vw;
  }
  .pageNav .inner {
    gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 680px) {
  .page_fv {
    background-image: url(../images/menu/fv_sp.webp);
    padding: 0;
    height: 103.2vw;
    position: relative;
  }
  .page_fv_title {
    font-size: 7.4666666667vw;
    padding: 0;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2.6666666667vw;
  }
  .pageNav {
    padding: 10.6666666667vw;
  }
  .pageNav .inner {
    gap: 6.4vw;
    flex-flow: column;
    align-items: center;
  }
  .pageNav .inner a {
    font-size: 4vw;
  }
}
/* section1
***************************************************************/
.menuSec1 {
  padding: 40px 0 100px;
  overflow: hidden;
}

.menuSec1 .inner {
  position: relative;
  left: 80px;
}

.menuSec1_list {
  display: flex;
  flex-flow: column;
  gap: 160px;
}

.menuSec1_item {
  position: relative;
}

.menuSec1_item_title {
  font-size: 50px;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-flow: column-reverse;
}

.menuSec1_item_title .text01 {
  display: block;
  font-size: 24px;
  padding-top: 30px;
}

.menuSec1_itemBox01 {
  position: relative;
  z-index: 1;
  margin-top: 200px;
}

.menuSec1_itemBox01::before {
  content: "";
  display: inline-block;
  width: 812px;
  height: 812px;
  background: #FFF7E7;
  border-radius: 50%;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.menuSec1_itemBox01_wrap {
  display: flex;
  align-items: flex-end;
  gap: 33px;
}

.menuSec1_itemBox01_wrap:nth-of-type(2) {
  padding-top: 50px;
  flex-flow: row-reverse;
}

.menuSec1_itemBox01_content {
  flex: 1;
}

.menuSec1_itemBox01_content_title {
  font-size: 32px;
}

.menuSec1_itemBox01_content_subtitle {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 56px;
}

h3 + .menuSec1_itemBox01_content_subtitle {
  margin-bottom: 0;
  margin-top: 15px;
}

.menuSec1_itemBox01_contentFlex {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.menuSec1_itemBox01_content_text01 {
  font-size: 24px;
  line-height: 1.4;
  min-width: 120px;
}

.menuSec1_itemBox01_content_text01 .text01 {
  font-size: 14px;
  display: block;
}

.menuSec1_itemBox01_content_text02 {
  font-size: 24px;
  text-align: right;
  line-height: 1.4;
}

.menuSec1_itemBox01_content_text02 .en {
  font-size: 20px;
}

.menuSec1_itemBox01_content_text02 .text {
  font-size: 14px;
  display: block;
}

.menuSec1_itemBox01_content_desc {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.menuSec1_itemBox01_img {
  width: 690px;
}

.menuSec1_itemBox02 {
  padding: 80px 0;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.menuSec1_itemBox02::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: #F5EEEE;
  z-index: -1;
  position: absolute;
  left: -80px;
  top: 0;
}

.menuSec1_itemBox02_wrap {
  display: flex;
  align-items: flex-start;
  gap: 54px;
  margin-top: 155px;
}

.menuSec1_itemBox02_wrap_title {
  font-size: 32px;
  white-space: nowrap;
}

.menuSec1_itemBox02_wrap_title span {
  font-size: 12px;
  display: block;
}

.menuSec1_itemBox02_wrapList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 57px 40px;
}

.menuSec1_itemBox02_wrapItem_title {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 7px;
}

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

.menuSec1_itemBox03 p {
  text-align: left;
}

.menuSec1_itemBox03 ul {
  max-width: 740px;
}

.menuSec1_itemBox04 {
  display: flex;
  align-items: flex-end;
  padding: 80px 0;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.menuSec1_itemBox04::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: #F5EEEE;
  z-index: -1;
  position: absolute;
  left: -80px;
  top: 0;
}

.menuSec1_itemBox04 img {
  width: 740px;
}

@media screen and (max-width: 1550px) {
  .menuSec1 {
    padding: 2.7777777778vw 4.8611111111vw 6.9444444444vw 13.8888888889vw;
    overflow: hidden;
  }
  .menuSec1 .inner {
    position: relative;
    left: 0.6944444444vw;
  }
  .menuSec1_list {
    display: flex;
    flex-flow: column;
    gap: 11.1111111111vw;
  }
  .menuSec1_item {
    position: relative;
  }
  .menuSec1_item_title {
    font-size: 3.4722222222vw;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-flow: column-reverse;
  }
  .menuSec1_item_title .text01 {
    display: block;
    font-size: 1.6666666667vw;
    padding-top: 2.0833333333vw;
  }
  .menuSec1_itemBox01 {
    position: relative;
    z-index: 1;
    margin-top: 13.8888888889vw;
  }
  .menuSec1_itemBox01::before {
    content: "";
    display: inline-block;
    width: 56.3888888889vw;
    height: 56.3888888889vw;
    background: #FFF7E7;
    border-radius: 50%;
    position: absolute;
    top: 3.0555555556vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .menuSec1_itemBox01_wrap {
    display: flex;
    align-items: flex-end;
    gap: 2.2916666667vw;
  }
  .menuSec1_itemBox01_wrap:nth-of-type(2) {
    padding-top: 3.4722222222vw;
    flex-flow: row-reverse;
  }
  .menuSec1_itemBox01_content {
    flex: 1;
  }
  .menuSec1_itemBox01_content_title {
    font-size: 2.2222222222vw;
  }
  .menuSec1_itemBox01_content_subtitle {
    font-size: 1.3888888889vw;
    line-height: 1.8;
    margin-bottom: 3.8888888889vw;
  }
  h3 + .menuSec1_itemBox01_content_subtitle {
    margin-bottom: 0;
    margin-top: 1.0416666667vw;
  }
  .menuSec1_itemBox01_contentFlex {
    display: flex;
    gap: 1.0416666667vw;
    margin-top: 1.0416666667vw;
  }
  .menuSec1_itemBox01_content_text01 {
    font-size: 1.6666666667vw;
    line-height: 1.4;
    min-width: 8.3333333333vw;
  }
  .menuSec1_itemBox01_content_text01 .text01 {
    font-size: 0.9722222222vw;
    display: block;
  }
  .menuSec1_itemBox01_content_text02 {
    font-size: 1.6666666667vw;
    text-align: right;
    line-height: 1.4;
  }
  .menuSec1_itemBox01_content_text02 .en {
    font-size: 1.3888888889vw;
  }
  .menuSec1_itemBox01_content_text02 .text {
    font-size: 0.9722222222vw;
    display: block;
  }
  .menuSec1_itemBox01_content_desc {
    font-size: 0.8333333333vw;
    margin-top: 1.0416666667vw;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }
  .menuSec1_itemBox01_img {
    width: 47.9166666667vw;
  }
  .menuSec1_itemBox02 {
    padding: 5.5555555556vw 0;
    margin-top: 4.8611111111vw;
    position: relative;
    z-index: 1;
  }
  .menuSec1_itemBox02::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    background: #F5EEEE;
    z-index: -1;
    position: absolute;
    left: -5.5555555556vw;
    top: 0;
  }
  .menuSec1_itemBox02_wrap {
    display: flex;
    align-items: flex-start;
    gap: 3.75vw;
    margin-top: 10.7638888889vw;
  }
  .menuSec1_itemBox02_wrap_title {
    font-size: 2.2222222222vw;
    white-space: nowrap;
  }
  .menuSec1_itemBox02_wrap_title span {
    font-size: 0.8333333333vw;
    display: block;
  }
  .menuSec1_itemBox02_wrapList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.9583333333vw 2.7777777778vw;
  }
  .menuSec1_itemBox02_wrapItem_title {
    font-size: 1.3888888889vw;
    line-height: 1.4;
    margin-top: 0.4861111111vw;
  }
  .menuSec1_itemBox03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menuSec1_itemBox03 p {
    text-align: left;
  }
  .menuSec1_itemBox03 ul {
    max-width: 51.3888888889vw;
  }
  .menuSec1_itemBox04 {
    display: flex;
    align-items: flex-end;
    padding: 5.5555555556vw 0;
    margin-top: 4.1666666667vw;
    position: relative;
    z-index: 1;
  }
  .menuSec1_itemBox04::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    background: #F5EEEE;
    z-index: -1;
    position: absolute;
    left: -5.5555555556vw;
    top: 0;
  }
  .menuSec1_itemBox04 img {
    width: 51.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .menuSec1 {
    padding: 0;
  }
  .menuSec1 .inner {
    left: 0;
    padding: 0 5.3333333333vw 0 7.4666666667vw;
  }
  .menuSec1_list {
    gap: 17.3333333333vw;
  }
  .menuSec1_item_title {
    font-size: 8.5333333333vw;
    line-height: 1.4;
  }
  .menuSec1_item_title .text01 {
    font-size: 4vw;
    padding-top: 4vw;
  }
  #menu03 .menuSec1_item_title {
    left: -2.6666666667vw;
  }
  .menuSec1_itemBox01 {
    margin-top: 0;
    padding-left: 18.6666666667vw;
  }
  .menuSec1_itemBox01::before {
    width: 92vw;
    height: 92vw;
    top: 61.3333333333vw;
    left: 30%;
  }
  .menuSec1_itemBox01_wrap {
    flex-flow: column-reverse;
    align-items: flex-start;
    gap: 6.1333333333vw;
  }
  .menuSec1_itemBox01_wrap:nth-of-type(2) {
    padding-top: 13.3333333333vw;
    flex-flow: column-reverse;
  }
  .menuSec1_itemBox01_content_title {
    font-size: 5.3333333333vw;
  }
  .menuSec1_itemBox01_content_subtitle {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
  h3 + .menuSec1_itemBox01_content_subtitle {
    margin-bottom: 0;
    margin-top: 3.7333333333vw;
  }
  .menuSec1_itemBox01_contentFlex {
    display: flex;
    gap: 4vw;
    margin-top: 2.6666666667vw;
  }
  .menuSec1_itemBox01_content_text01 {
    font-size: 5.3333333333vw;
    min-width: 24vw;
  }
  .menuSec1_itemBox01_content_text01 .text01 {
    font-size: 2.9333333333vw;
  }
  .menuSec1_itemBox01_content_text02 {
    font-size: 4.8vw;
  }
  .menuSec1_itemBox01_content_text02 .en {
    font-size: 4.2666666667vw;
  }
  .menuSec1_itemBox01_content_text02 .text {
    font-size: 2.9333333333vw;
  }
  .menuSec1_itemBox01_content_desc {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
  .menuSec1_itemBox01_img {
    width: calc(100% + 5.3333333333vw);
    margin-right: calc(50% - 50vw);
  }
  .menuSec1_itemBox02 {
    padding: 21.3333333333vw 0 0 18.6666666667vw;
    margin-top: 0;
  }
  .menuSec1_itemBox02 .menuSec1_itemBox01_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    left: -10.4vw;
  }
  .menuSec1_itemBox02::before {
    display: none;
  }
  .menuSec1_itemBox02_wrap {
    flex-flow: column;
    gap: 4vw;
    margin: 16vw calc(50% - 50vw) 0;
    width: 100vw;
    position: relative;
    left: -10.4vw;
  }
  .menuSec1_itemBox02_wrap_title {
    font-size: 6.4vw;
    text-align: center;
    width: 100%;
  }
  .menuSec1_itemBox02_wrap_title span {
    font-size: 3.2vw;
    display: block;
  }
  .menuSec1_itemBox02_wrapList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
    padding: 0 17.3333333333vw;
  }
  .menuSec1_itemBox02_wrapItem_title {
    font-size: 3.7333333333vw;
    margin-top: 1.8666666667vw;
  }
  .menuSec1_itemBox03 {
    flex-flow: column;
    gap: 16vw;
  }
  .menuSec1_itemBox03 p {
    text-align: right;
    width: 100%;
    padding-right: 5.3333333333vw;
  }
  .menuSec1_itemBox03 ul {
    max-width: 65.8666666667vw;
    padding: 0;
  }
  .menuSec1_itemBox04 {
    flex-flow: column;
    padding: 0;
    margin-top: 8vw;
    padding-top: 13.3333333333vw;
  }
  .menuSec1_itemBox04::before {
    left: -7.7333333333vw;
  }
  .menuSec1_itemBox04 img {
    width: 100vw;
    margin-top: 8vw;
    position: relative;
    left: -1.0666666667vw;
  }
}
/* section2
***************************************************************/
.menuSec2 {
  padding: 120px 0 0;
}

.menuSec2 .inner {
  padding: 50px 50px 50px 80px;
  background: #FFF7E7;
  position: relative;
}

.menuSec2_text {
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #D4AD81;
  position: absolute;
  left: -19px;
  top: -33px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.menuSec2_flex {
  display: grid;
  grid-template-columns: 1fr 594px;
  gap: 20px;
  align-items: center;
}

.menuSec2_flexBox_title {
  font-size: 32px;
}

.menuSec2_flexBox_price01 {
  font-size: 24px;
}

.menuSec2_flexBox_price01 span {
  font-size: 20px;
}

.menuSec2_flexBox_price02 {
  font-size: 14px;
}

.menuSec2_flexBox_text {
  line-height: 1.5;
  margin-top: 25px;
}

.menuSec2_flexBox_desc {
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 1550px) {
  .menuSec2 {
    padding: 8.3333333333vw 4.8611111111vw 0 13.8888888889vw;
  }
  .menuSec2 .inner {
    padding: 3.4722222222vw 3.4722222222vw 3.4722222222vw 5.5555555556vw;
    background: #FFF7E7;
    position: relative;
  }
  .menuSec2_text {
    color: #FFF;
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
    width: 9.4444444444vw;
    height: 9.4444444444vw;
    border-radius: 50%;
    background: #D4AD81;
    position: absolute;
    left: -1.3194444444vw;
    top: -2.2916666667vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .menuSec2_flex {
    display: grid;
    grid-template-columns: 1fr 41.25vw;
    gap: 1.3888888889vw;
    align-items: center;
  }
  .menuSec2_flexBox_title {
    font-size: 2.2222222222vw;
  }
  .menuSec2_flexBox_price01 {
    font-size: 1.6666666667vw;
  }
  .menuSec2_flexBox_price01 span {
    font-size: 1.3888888889vw;
  }
  .menuSec2_flexBox_price02 {
    font-size: 0.9722222222vw;
  }
  .menuSec2_flexBox_text {
    line-height: 1.5;
    margin-top: 1.7361111111vw;
  }
  .menuSec2_flexBox_desc {
    font-size: 0.8333333333vw;
    margin-top: 0.3472222222vw;
  }
}
@media screen and (max-width: 680px) {
  .menuSec2 {
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
  .menuSec2 .inner {
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
  .menuSec2_text {
    font-size: 4.8vw;
    line-height: 5.8666666667vw;
    width: 27.2vw;
    height: 27.2vw;
    left: unset;
    right: -2.6666666667vw;
    top: -2.6666666667vw;
  }
  .menuSec2_flex {
    display: block;
  }
  .menuSec2_flexBox_title {
    font-size: 6.4vw;
    padding: 0 1.6vw;
  }
  .menuSec2_flexBox_price01 {
    font-size: 4.8vw;
    padding: 0 2.6666666667vw;
  }
  .menuSec2_flexBox_price01 span {
    font-size: 4.2666666667vw;
  }
  .menuSec2_flexBox_price02 {
    font-size: 2.9333333333vw;
    padding: 0 2.6666666667vw;
  }
  .menuSec2_flexBox_text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .menuSec2_flexBox_desc {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .menuSec2_flexBox_img {
    margin-top: 8vw;
  }
}
/* section3
***************************************************************/
.menuSec3 {
  padding: 120px 0 0;
}

.menuSec_title {
  writing-mode: vertical-rl;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 32px;
  letter-spacing: 5px;
}

.menuSec3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 30px;
  margin-top: 85px;
  padding-left: 80px;
}

.menuSec3_price {
  font-size: 24px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}

.menuSec3_price .en {
  font-size: 20px;
}

.menuSec3_price .text01 {
  font-size: 14px;
}

.menuSec3_text {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 20px;
}

@media screen and (max-width: 1550px) {
  .menuSec3 {
    padding: 8.3333333333vw 4.8611111111vw 0 13.8888888889vw;
  }
  .menuSec_title {
    writing-mode: vertical-rl;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 2.2222222222vw;
    letter-spacing: 0.3472222222vw;
  }
  .menuSec3_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.25vw 2.0833333333vw;
    margin-top: 5.9027777778vw;
    padding-left: 5.5555555556vw;
  }
  .menuSec3_price {
    font-size: 1.6666666667vw;
    border-bottom: 0.0694444444vw solid #D9D9D9;
    padding-bottom: 0.6944444444vw;
  }
  .menuSec3_price .en {
    font-size: 1.3888888889vw;
  }
  .menuSec3_price .text01 {
    font-size: 0.9722222222vw;
  }
  .menuSec3_text {
    font-size: 1.25vw;
    line-height: 2.2;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .menuSec3 {
    padding: 16vw 0 0;
  }
  .menuSec_title {
    font-size: 5.3333333333vw;
    letter-spacing: 1.3333333333vw;
  }
  .menuSec3_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.6666666667vw;
    margin-top: 20vw;
    padding-left: 0;
    padding: 0 2.6666666667vw;
  }
  .menuSec3_price {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .menuSec3_price .en {
    font-size: 4.5333333333vw;
  }
  .menuSec3_price .text01 {
    font-size: 3.2vw;
  }
  .menuSec3_text {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
/* section4
***************************************************************/
.menuSec4 {
  padding: 120px 0 0;
}

.menuSec4_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 55px;
  margin-top: 85px;
  padding-left: 80px;
}

.menuSec4_item_title {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}

.menuSec4_itemBox {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.menuSec4_itemBox_title {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 18px;
}

.menuSec4_itemBox_title.end {
  justify-content: flex-end;
}

.menuSec4_itemBox_title .text02 {
  font-size: 16px;
  width: 160px;
  text-align: left;
}

.menuSec4_itemBox_price {
  width: 75px;
  text-align: right;
  font-size: 22px;
}

.menuSec4_itemBox_price .en {
  font-size: 18px;
}

.menuSec4_item_desc {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 18px;
}

@media screen and (max-width: 1550px) {
  .menuSec4 {
    padding: 8.3333333333vw 4.8611111111vw 0 13.8888888889vw;
  }
  .menuSec4_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5555555556vw 3.8194444444vw;
    margin-top: 5.9027777778vw;
    padding-left: 5.5555555556vw;
  }
  .menuSec4_item_title {
    font-size: 1.6666666667vw;
    padding-bottom: 0.6944444444vw;
    border-bottom: 0.0694444444vw solid #D9D9D9;
    margin-bottom: 1.3888888889vw;
  }
  .menuSec4_itemBox {
    display: flex;
    justify-content: space-between;
    gap: 2.2222222222vw;
  }
  .menuSec4_itemBox_title {
    display: flex;
    justify-content: space-between;
    flex: 1;
    font-size: 1.25vw;
  }
  .menuSec4_itemBox_title.end {
    justify-content: flex-end;
  }
  .menuSec4_itemBox_title .text02 {
    font-size: 1.1111111111vw;
    width: 11.1111111111vw;
    text-align: left;
  }
  .menuSec4_itemBox_price {
    width: 5.2083333333vw;
    text-align: right;
    font-size: 1.5277777778vw;
  }
  .menuSec4_itemBox_price .en {
    font-size: 1.25vw;
  }
  .menuSec4_item_desc {
    font-size: 0.9722222222vw;
    line-height: 1.4;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 680px) {
  .menuSec4 {
    padding: 16vw 0 0;
  }
  .menuSec4_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.5333333333vw;
    margin-top: 20vw;
    padding-left: 0;
  }
  .menuSec4_item_title {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .menuSec4_itemBox {
    gap: 4vw;
  }
  .menuSec4_itemBox_title {
    font-size: 4vw;
    white-space: nowrap;
  }
  .menuSec4_itemBox_title span {
    font-size: 3.7333333333vw;
  }
  .menuSec4_itemBox_title.end {
    justify-content: flex-end;
  }
  .menuSec4_itemBox_title .text02 {
    font-size: 3.7333333333vw;
    min-width: 11.2vw;
    width: auto;
    text-align: right;
  }
  .menuSec4_itemBox_price {
    width: 20vw;
    text-align: right;
    font-size: 4.8vw;
  }
  .menuSec4_itemBox_price .en {
    font-size: 3.7333333333vw;
  }
  .menuSec4_item_desc {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
  }
}
/* section5
***************************************************************/
.menuSec5 {
  padding: 120px 0;
}

.menuSec5_title {
  font-size: 28px;
  text-align: center;
}

.menuSec5_text {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.menuSec5_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 56px;
  margin-top: 70px;
  padding-left: 80px;
}

.menuSec5_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.menuSec5_item_title {
  font-size: 18px;
  line-height: 1.33;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.menuSec5_item_title .text01 {
  font-size: 14px;
}

.menuSec5_item_title .text02 {
  margin-left: 40px;
}

.menuSec5_item__price {
  font-size: 22px;
  line-height: 1;
}

.menuSec5_item__price .en {
  font-size: 18px;
}

.menuSec5_item_text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
  padding-right: 40px;
  text-align: justify;
}

.menuSec5_desc01 {
  text-align: right;
  font-size: 14px;
}

.menuSec5_desc02 {
  text-align: center;
  line-height: 1.6;
  margin-top: 60px;
}

@media screen and (max-width: 1550px) {
  .menuSec5 {
    padding: 8.3333333333vw 4.8611111111vw 8.3333333333vw 13.8888888889vw;
  }
  .menuSec5_title {
    font-size: 1.9444444444vw;
    text-align: center;
  }
  .menuSec5_text {
    font-size: 1.25vw;
    text-align: center;
    margin-top: 1.0416666667vw;
  }
  .menuSec5_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2222222222vw 3.8888888889vw;
    margin-top: 4.8611111111vw;
    padding-left: 5.5555555556vw;
  }
  .menuSec5_item_head {
    display: flex;
    justify-content: space-between;
    gap: 2.7777777778vw;
  }
  .menuSec5_item_title {
    font-size: 1.25vw;
    line-height: 1.33;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .menuSec5_item_title .text01 {
    font-size: 0.9722222222vw;
  }
  .menuSec5_item_title .text02 {
    margin-left: 2.7777777778vw;
  }
  .menuSec5_item__price {
    font-size: 1.5277777778vw;
    line-height: 1;
  }
  .menuSec5_item__price .en {
    font-size: 1.25vw;
  }
  .menuSec5_item_text {
    font-size: 0.9722222222vw;
    line-height: 1.4;
    margin-top: 0.4166666667vw;
    padding-right: 2.7777777778vw;
    text-align: justify;
  }
  .menuSec5_desc01 {
    text-align: right;
    font-size: 0.9722222222vw;
  }
  .menuSec5_desc02 {
    text-align: center;
    line-height: 1.6;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 680px) {
  .menuSec5 {
    padding: 18.6666666667vw 0 0;
  }
  .menuSec5 .inner {
    padding: 0 5.3333333333vw 0 4vw;
  }
  .menuSec5_title {
    font-size: 6.4vw;
  }
  .menuSec5_text {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .menuSec5_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 9.6vw;
    margin-top: 10.6666666667vw;
    padding-left: 0;
    padding-left: 5.3333333333vw;
  }
  .menuSec5_item_head {
    align-items: flex-end;
    gap: 1.8666666667vw;
  }
  .menuSec5_item_title {
    font-size: 4.8vw;
    line-height: 1.33;
    flex: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    left: -4.8vw;
  }
  .menuSec5_item_title .text01 {
    padding-left: 4.8vw;
    font-size: 3.7333333333vw;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .menuSec5_item_title .text02 {
    margin-left: 8;
  }
  .menuSec5_item__price {
    font-size: 5.8666666667vw;
    line-height: 1;
  }
  .menuSec5_item__price .en {
    font-size: 4.8vw;
  }
  .menuSec5_item_text {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
    padding-right: 0;
  }
  .menuSec5_desc01 {
    text-align: right;
    font-size: 3.7333333333vw;
  }
  .menuSec5_desc02 {
    font-size: 3.7333333333vw;
    margin: 10.6666666667vw 0 0;
  }
}
/* section6
***************************************************************/
.menuSec6 {
  padding: 200px 0;
  border-top: 1px solid #D9D9D9;
}

.menuSec6 .inner {
  max-width: 940px;
}

.menuSec6_flex {
  display: grid;
  grid-template-columns: 1fr 386px;
  gap: 20px;
  align-items: center;
}

.menuSec6_flex_text {
  font-size: 18px;
  line-height: 2.2;
}

@media screen and (max-width: 1550px) {
  .menuSec6 {
    padding: 13.8888888889vw 4.8611111111vw 13.8888888889vw 13.8888888889vw;
    border-top: 0.0694444444vw solid #D9D9D9;
  }
  .menuSec6 .inner {
    max-width: 65.2777777778vw;
  }
  .menuSec6_flex {
    display: grid;
    grid-template-columns: 1fr 26.8055555556vw;
    gap: 1.3888888889vw;
    align-items: center;
  }
  .menuSec6_flex_text {
    font-size: 1.25vw;
    line-height: 2.2;
  }
}
@media screen and (max-width: 680px) {
  .menuSec6 {
    margin-top: 16vw;
    padding: 9.6vw 0 14.6666666667vw;
  }
  .menuSec6 .inner {
    max-width: unset;
    padding: 0;
  }
  .menuSec6_flex {
    display: block;
  }
  .menuSec6_flex_text {
    font-size: 3.2vw;
    padding: 0 4vw 9.3333333333vw;
  }
}