@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
}

/*! destyle.css v2.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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes loopText {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1146px 0;
  }
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #252525;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1.45;
  overflow-y: scroll;
  min-width: 1040px;
}

.font_ak {
  font-family: "Akshar", sans-serif;
}

.font_zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.font_serif {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

.sp_block {
  display: none;
}
@media (max-width: 960px) {
  .sp_block {
    display: block;
  }
}

.pc_block {
  display: block;
}
@media (max-width: 960px) {
  .pc_block {
    display: none;
  }
}

.ta_center {
  text-align: center;
}

@media (max-width: 960px) {
  body {
    min-width: 0;
    padding-top: 60px;
  }
}
body.-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

body:not(.-mounted) *[v-else],
body:not(.-mounted) *[v-else-if],
body:not(.-mounted) *[v-show] {
  display: none;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

a {
  cursor: pointer;
}
a.line {
  text-decoration: underline;
  color: #1a5ca9;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:active {
  outline: none;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn_more a {
  font-weight: 500;
  background: #6e6750;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-right: 45px;
  width: 210px;
  height: 50px;
}
.btn_more a::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 6px solid transparent;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_more a:hover {
  color: #fff;
  background-color: #a69982;
}
.btn_more.font_ak a {
  padding-top: 2px;
  letter-spacing: 1px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .btn_more a {
    font-size: 1.5rem;
    padding-right: 27px;
    width: 175px;
    height: 40px;
    max-width: 100%;
  }
  .btn_more a::after {
    border-top-width: 5px;
    border-left-width: 8px;
    border-bottom-width: 5px;
    right: 12px;
  }
  .btn_more.font_ak a {
    font-weight: normal;
    font-size: 1.7rem;
  }
}
.breadcrumb {
  background: white;
  opacity: 0.5;
  margin-bottom: -35px;
}

.breadcrumb ul {
  height: 35px;
  display: flex;
  font-size: 1.3rem;
  align-items: center;
}

.breadcrumb__top {
  margin: 0 0 0 10px;
  color: #333333;
}

.breadcrumb__anchor {
  margin: 0 5px;
}

.breadcrumb__current {
  color: #333333;
  opacity: 0.7;
}

.l-content {
  max-width: 1920px;
  margin: auto;
}

.l-header {
  color: #000;
  background: #ffffff;
  margin: auto;
  padding: 10px 30px;
  position: relative;
  z-index: 10001;
}

@media (max-width: 960px) {
  .l-header {
    padding: 10px 10px;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    display: block;
  }
}
.home .l-header {
  color: white;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.home .l-header.fixed .p-gnav__logo {
  opacity: 1;
  pointer-events: all;
}
.home .l-header.lock {
  background-color: #fff;
}

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

@media (max-width: 960px) {
  .l-inner {
    max-width: 100%;
  }
}
.p-nav-menu {
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  height: calc(100% - 95px);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  z-index: 9999;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 960px) {
  .p-nav-menu {
    top: 84px;
    height: calc(100% - 84px);
  }
}
.p-nav-menu.-active {
  opacity: 1;
  pointer-events: auto;
}

.p-nav-menu__list {
  display: flex;
}

@media (max-width: 960px) {
  .p-nav-menu__list {
    flex-direction: column;
  }
}
.p-nav-menu__list > li:first-child {
  background-color: #fbf3ea;
  width: 38.75%;
  min-width: 540px;
  padding: 50px 20px 0 120px;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:first-child {
    width: 100%;
    min-width: auto;
    padding: 36px 0;
    order: 3;
  }
}
@media (max-width: 960px) {
  .p-nav-menu__list > li:first-child ul li {
    display: flex;
    justify-content: center;
  }
}
.p-nav-menu__list > li:first-child ul li:not(:first-child) {
  margin: 14px 0 0;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:first-child ul li:not(:first-child) {
    margin: 24px 0 0;
  }
}
.p-nav-menu__list > li:first-child ul li a {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:first-child ul li a {
    display: flex;
    justify-content: space-between;
    width: 286px;
    line-height: 1.4;
  }
}
@media (min-width: 961px) {
  .p-nav-menu__list > li:first-child ul li a {
    transition: opacity 0.3s;
  }
  .p-nav-menu__list > li:first-child ul li a:hover {
    opacity: 0.5;
  }
}
.p-nav-menu__list > li:first-child ul li a img {
  width: 20px;
  margin: 2px 0 0 10px;
}

.p-nav-menu__list > li:nth-child(2) {
  background-color: #5bd1a3;
  width: 31.25%;
  min-width: 234px;
  padding: 46px 0 60px;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(2) {
    width: 100%;
    min-width: auto;
    padding: 26px 45px 40px;
    order: 1;
  }
}
.p-nav-menu__list > li:nth-child(2) p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-nav-menu__list > li:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 28px 0 0;
}

.p-nav-menu__list > li:nth-child(2) ul li {
  width: calc(50% - 50px);
  min-width: 116px;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(2) ul li {
    width: 50%;
    min-width: auto;
  }
}
.p-nav-menu__list > li:nth-child(2) ul li:first-child a {
  border-radius: 20px 0 0 0;
}

.p-nav-menu__list > li:nth-child(2) ul li:nth-child(2) a {
  border-radius: 0 20px 0 0;
}

.p-nav-menu__list > li:nth-child(2) ul li:nth-child(3) a {
  border-radius: 0 0 0 20px;
}

.p-nav-menu__list > li:nth-child(2) ul li:last-child a {
  border-radius: 0 0 20px 0;
}

.p-nav-menu__list > li:nth-child(2) ul li:last-child a img {
  width: 30px;
}

.p-nav-menu__list > li:nth-child(2) ul li:not(:last-child) a img {
  width: 32px;
}

.p-nav-menu__list > li:nth-child(2) ul li:nth-child(2n) {
  border-left: 2px solid #5bd1a3;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(2) ul li:nth-child(2n) {
    border-left: 6px solid #5bd1a3;
  }
}
.p-nav-menu__list > li:nth-child(2) ul li:nth-child(n+3) {
  border-top: 2px solid #5bd1a3;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(2) ul li:nth-child(n+3) {
    border-top: 6px solid #5bd1a3;
  }
}
.p-nav-menu__list > li:nth-child(2) ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 136px;
  padding: 10px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(2) ul li a {
    height: 90px;
    font-size: 1.6rem;
  }
}
@media (min-width: 961px) {
  .p-nav-menu__list > li:nth-child(2) ul li a {
    transition: opacity 0.3s;
  }
  .p-nav-menu__list > li:nth-child(2) ul li a:hover {
    opacity: 0.5;
  }
}
.p-nav-menu__list > li:nth-child(2) ul li a img {
  margin: 0 auto;
}

.p-nav-menu__list > li:nth-child(3) {
  background-color: #159060;
  width: 30%;
  min-width: 214px;
  padding: 46px 0 0;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(3) {
    width: 100%;
    min-width: auto;
    padding: 26px 45px 40px;
    order: 2;
  }
}
.p-nav-menu__list > li:nth-child(3) p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-nav-menu__list > li:nth-child(3) ul {
  margin: 28px 0 0;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(3) ul {
    margin: 18px 0 0;
  }
}
.p-nav-menu__list > li:nth-child(3) ul li:first-child a {
  background-image: linear-gradient(90deg, #0ab270 5%, #63a8fe 100%);
  color: #fff;
}

@media (min-width: 961px) {
  .p-nav-menu__list > li:nth-child(3) ul li:first-child a:hover:before {
    opacity: 1;
  }
}
.p-nav-menu__list > li:nth-child(3) ul li:first-child a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-90deg, #0ab270 5%, #63a8fe 100%);
  width: 100%;
  height: 100%;
  border-radius: 48px;
  transition: opacity 0.3s;
  opacity: 0;
}

.p-nav-menu__list > li:nth-child(3) ul li:nth-child(2) a {
  border: 1px solid #fff;
  color: #fff;
}

@media (min-width: 961px) {
  .p-nav-menu__list > li:nth-child(3) ul li:nth-child(2) a {
    transition: 0.3s;
  }
  .p-nav-menu__list > li:nth-child(3) ul li:nth-child(2) a:hover {
    background-color: #fff;
    color: #159060;
  }
}
.p-nav-menu__list > li:nth-child(3) ul li:nth-child(3) a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #159060;
}

@media (min-width: 961px) {
  .p-nav-menu__list > li:nth-child(3) ul li:nth-child(3) a {
    transition: 0.3s;
  }
  .p-nav-menu__list > li:nth-child(3) ul li:nth-child(3) a:hover {
    background-color: #159060;
    color: #fff;
  }
}
.p-nav-menu__list > li:nth-child(3) ul li:not(:first-child) {
  margin: 30px 0 0;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(3) ul li:not(:first-child) {
    margin: 20px 0 0;
  }
}
.p-nav-menu__list > li:nth-child(3) ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 160px);
  min-width: 126px;
  height: 72px;
  margin: 0 auto;
  border-radius: 36px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 960px) {
  .p-nav-menu__list > li:nth-child(3) ul li a {
    width: 100%;
    min-width: auto;
    height: 60px;
    border-radius: 30px;
  }
}
.p-nav-menu__list > li:nth-child(3) ul li a span {
  position: relative;
}

.p-nav-menu__other {
  display: flex;
  align-items: center;
  background-color: #fff;
  min-width: 988px;
  padding: 20px 120px;
}

@media (max-width: 960px) {
  .p-nav-menu__other {
    flex-direction: column;
    min-width: auto;
    padding: 32px 0;
  }
}
.p-nav-menu__other li:not(:first-child) {
  margin: 0 0 0 40px;
}

@media (max-width: 960px) {
  .p-nav-menu__other li:not(:first-child) {
    margin: 14px 0 0;
  }
}
.p-nav-menu__other li a {
  display: flex;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .p-nav-menu__other li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 961px) {
  .p-nav-menu__other li a {
    transition: opacity 0.3s;
  }
  .p-nav-menu__other li a:hover {
    opacity: 0.5;
  }
}
.p-nav-menu__other li a img {
  width: 13px;
  height: 13px;
  margin: 9px 0 0 4px;
}

.l-wrapper {
  min-width: 1040px;
  margin: auto;
}

@media (max-width: 960px) {
  .l-wrapper {
    min-width: 0;
  }
}
.u-mt05 {
  margin-top: 0.5em;
}

.u-mb05 {
  margin-bottom: 0.5em;
}

.u-pt05 {
  padding-top: 0.5em;
}

.u-pb05 {
  padding-bottom: 0.5em;
}

.u-mt1 {
  margin-top: 1em;
}

.u-mb1 {
  margin-bottom: 1em;
}

.u-mr1 {
  margin-right: 1em;
}

.u-pr1 {
  padding-right: 1em;
}

.u-pl1 {
  padding-left: 1em;
}

.u-pt1 {
  padding-top: 1em;
}

.u-pb1 {
  padding-bottom: 1em;
}

.z-index1 {
  position: relative;
  z-index: 1;
}

.u-mt2 {
  margin-top: 2em;
}

.u-mb2 {
  margin-bottom: 2em;
}

.u-mr2 {
  margin-right: 2em;
}

.u-pr2 {
  padding-right: 2em;
}

.u-pl2 {
  padding-left: 2em;
}

.u-pt2 {
  padding-top: 2em;
}

.u-pb2 {
  padding-bottom: 2em;
}

.z-index2 {
  position: relative;
  z-index: 2;
}

.u-mt3 {
  margin-top: 3em;
}

.u-mb3 {
  margin-bottom: 3em;
}

.u-mr3 {
  margin-right: 3em;
}

.u-pr3 {
  padding-right: 3em;
}

.u-pl3 {
  padding-left: 3em;
}

.u-pt3 {
  padding-top: 3em;
}

.u-pb3 {
  padding-bottom: 3em;
}

.z-index3 {
  position: relative;
  z-index: 3;
}

.u-mt4 {
  margin-top: 4em;
}

.u-mb4 {
  margin-bottom: 4em;
}

.u-mr4 {
  margin-right: 4em;
}

.u-pr4 {
  padding-right: 4em;
}

.u-pl4 {
  padding-left: 4em;
}

.u-pt4 {
  padding-top: 4em;
}

.u-pb4 {
  padding-bottom: 4em;
}

.z-index4 {
  position: relative;
  z-index: 4;
}

.u-mt5 {
  margin-top: 5em;
}

.u-mb5 {
  margin-bottom: 5em;
}

.u-mr5 {
  margin-right: 5em;
}

.u-pr5 {
  padding-right: 5em;
}

.u-pl5 {
  padding-left: 5em;
}

.u-pt5 {
  padding-top: 5em;
}

.u-pb5 {
  padding-bottom: 5em;
}

.z-index5 {
  position: relative;
  z-index: 5;
}

.u-mt6 {
  margin-top: 6em;
}

.u-mb6 {
  margin-bottom: 6em;
}

.u-mr6 {
  margin-right: 6em;
}

.u-pr6 {
  padding-right: 6em;
}

.u-pl6 {
  padding-left: 6em;
}

.u-pt6 {
  padding-top: 6em;
}

.u-pb6 {
  padding-bottom: 6em;
}

.z-index6 {
  position: relative;
  z-index: 6;
}

.u-mt7 {
  margin-top: 7em;
}

.u-mb7 {
  margin-bottom: 7em;
}

.u-mr7 {
  margin-right: 7em;
}

.u-pr7 {
  padding-right: 7em;
}

.u-pl7 {
  padding-left: 7em;
}

.u-pt7 {
  padding-top: 7em;
}

.u-pb7 {
  padding-bottom: 7em;
}

.z-index7 {
  position: relative;
  z-index: 7;
}

.u-mt8 {
  margin-top: 8em;
}

.u-mb8 {
  margin-bottom: 8em;
}

.u-mr8 {
  margin-right: 8em;
}

.u-pr8 {
  padding-right: 8em;
}

.u-pl8 {
  padding-left: 8em;
}

.u-pt8 {
  padding-top: 8em;
}

.u-pb8 {
  padding-bottom: 8em;
}

.z-index8 {
  position: relative;
  z-index: 8;
}

.u-mt9 {
  margin-top: 9em;
}

.u-mb9 {
  margin-bottom: 9em;
}

.u-mr9 {
  margin-right: 9em;
}

.u-pr9 {
  padding-right: 9em;
}

.u-pl9 {
  padding-left: 9em;
}

.u-pt9 {
  padding-top: 9em;
}

.u-pb9 {
  padding-bottom: 9em;
}

.z-index9 {
  position: relative;
  z-index: 9;
}

.u-mt10 {
  margin-top: 10em;
}

.u-mb10 {
  margin-bottom: 10em;
}

.u-mr10 {
  margin-right: 10em;
}

.u-pr10 {
  padding-right: 10em;
}

.u-pl10 {
  padding-left: 10em;
}

.u-pt10 {
  padding-top: 10em;
}

.u-pb10 {
  padding-bottom: 10em;
}

.z-index10 {
  position: relative;
  z-index: 10;
}

.u-mt11 {
  margin-top: 11em;
}

.u-mb11 {
  margin-bottom: 11em;
}

.u-mr11 {
  margin-right: 11em;
}

.u-pr11 {
  padding-right: 11em;
}

.u-pl11 {
  padding-left: 11em;
}

.u-pt11 {
  padding-top: 11em;
}

.u-pb11 {
  padding-bottom: 11em;
}

.z-index11 {
  position: relative;
  z-index: 11;
}

.u-mt12 {
  margin-top: 12em;
}

.u-mb12 {
  margin-bottom: 12em;
}

.u-mr12 {
  margin-right: 12em;
}

.u-pr12 {
  padding-right: 12em;
}

.u-pl12 {
  padding-left: 12em;
}

.u-pt12 {
  padding-top: 12em;
}

.u-pb12 {
  padding-bottom: 12em;
}

.z-index12 {
  position: relative;
  z-index: 12;
}

.u-mt13 {
  margin-top: 13em;
}

.u-mb13 {
  margin-bottom: 13em;
}

.u-mr13 {
  margin-right: 13em;
}

.u-pr13 {
  padding-right: 13em;
}

.u-pl13 {
  padding-left: 13em;
}

.u-pt13 {
  padding-top: 13em;
}

.u-pb13 {
  padding-bottom: 13em;
}

.z-index13 {
  position: relative;
  z-index: 13;
}

.u-mt14 {
  margin-top: 14em;
}

.u-mb14 {
  margin-bottom: 14em;
}

.u-mr14 {
  margin-right: 14em;
}

.u-pr14 {
  padding-right: 14em;
}

.u-pl14 {
  padding-left: 14em;
}

.u-pt14 {
  padding-top: 14em;
}

.u-pb14 {
  padding-bottom: 14em;
}

.z-index14 {
  position: relative;
  z-index: 14;
}

.u-mt15 {
  margin-top: 15em;
}

.u-mb15 {
  margin-bottom: 15em;
}

.u-mr15 {
  margin-right: 15em;
}

.u-pr15 {
  padding-right: 15em;
}

.u-pl15 {
  padding-left: 15em;
}

.u-pt15 {
  padding-top: 15em;
}

.u-pb15 {
  padding-bottom: 15em;
}

.z-index15 {
  position: relative;
  z-index: 15;
}

.u-mt16 {
  margin-top: 16em;
}

.u-mb16 {
  margin-bottom: 16em;
}

.u-mr16 {
  margin-right: 16em;
}

.u-pr16 {
  padding-right: 16em;
}

.u-pl16 {
  padding-left: 16em;
}

.u-pt16 {
  padding-top: 16em;
}

.u-pb16 {
  padding-bottom: 16em;
}

.z-index16 {
  position: relative;
  z-index: 16;
}

.u-mt17 {
  margin-top: 17em;
}

.u-mb17 {
  margin-bottom: 17em;
}

.u-mr17 {
  margin-right: 17em;
}

.u-pr17 {
  padding-right: 17em;
}

.u-pl17 {
  padding-left: 17em;
}

.u-pt17 {
  padding-top: 17em;
}

.u-pb17 {
  padding-bottom: 17em;
}

.z-index17 {
  position: relative;
  z-index: 17;
}

.u-mt18 {
  margin-top: 18em;
}

.u-mb18 {
  margin-bottom: 18em;
}

.u-mr18 {
  margin-right: 18em;
}

.u-pr18 {
  padding-right: 18em;
}

.u-pl18 {
  padding-left: 18em;
}

.u-pt18 {
  padding-top: 18em;
}

.u-pb18 {
  padding-bottom: 18em;
}

.z-index18 {
  position: relative;
  z-index: 18;
}

.u-mt19 {
  margin-top: 19em;
}

.u-mb19 {
  margin-bottom: 19em;
}

.u-mr19 {
  margin-right: 19em;
}

.u-pr19 {
  padding-right: 19em;
}

.u-pl19 {
  padding-left: 19em;
}

.u-pt19 {
  padding-top: 19em;
}

.u-pb19 {
  padding-bottom: 19em;
}

.z-index19 {
  position: relative;
  z-index: 19;
}

.u-mt20 {
  margin-top: 20em;
}

.u-mb20 {
  margin-bottom: 20em;
}

.u-mr20 {
  margin-right: 20em;
}

.u-pr20 {
  padding-right: 20em;
}

.u-pl20 {
  padding-left: 20em;
}

.u-pt20 {
  padding-top: 20em;
}

.u-pb20 {
  padding-bottom: 20em;
}

.z-index20 {
  position: relative;
  z-index: 20;
}

.u-white {
  color: #fff;
  fill: #fff;
}

.u-white * {
  color: #fff;
  fill: #fff;
}

.u-center {
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

@media (min-width: 961px) {
  .u-sp {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .u-pc {
    display: none !important;
  }
}
.u-bold {
  font-weight: bold;
}

.u-head {
  color: #6e6750;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 960px) {
  .u-head {
    width: 100%;
  }
}
.u-head h1 {
  border-bottom: 0.5px solid;
  font-size: 3rem;
  padding-bottom: 10px;
  letter-spacing: 3px;
}

@media (max-width: 960px) {
  .u-head h1 {
    width: 80%;
    margin: auto;
  }
}
.u-head p {
  font-size: 1.5rem;
  padding-top: 15px;
}

.c-accordion,
.c-accordion-l {
  position: relative;
  cursor: pointer;
}

@media (max-width: 960px) {
  .c-accordion,
  .c-accordion-l {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 961px) {
  .c-accordion,
  .c-accordion-l {
    transition: opacity 0.3s;
  }
  .c-accordion:hover,
  .c-accordion-l:hover {
    opacity: 0.7;
  }
}
.c-accordion:before,
.c-accordion:after,
.c-accordion-l:before,
.c-accordion-l:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: transform 0.3s;
}

@media (max-width: 960px) {
  .c-accordion:before,
  .c-accordion:after,
  .c-accordion-l:before,
  .c-accordion-l:after {
    width: 10px;
  }
}
.c-accordion:before,
.c-accordion-l:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-accordion:after,
.c-accordion-l:after {
  transform: translate(-50%, -50%);
}

.c-accordion.-active:before,
.c-accordion-l.-active:before {
  transform: translate(-50%, -50%);
}

.c-accordion {
  background-color: #b7b7b7;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.c-accordion:before,
.c-accordion:after {
  width: 9px;
  height: 1px;
}

.c-accordion-l {
  width: 21px;
  height: 21px;
}

.c-accordion-l:before,
.c-accordion-l:after {
  width: 100%;
  height: 3px;
}

.c-arrow {
  position: relative;
  background-image: linear-gradient(135deg, #32d5b4, #168dd3);
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.c-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/common/icon_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 13px;
}

.c-arrow-l {
  position: relative;
  background-color: #333;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

@media (max-width: 960px) {
  .c-arrow-l {
    width: 36px;
    height: 36px;
  }
}
.c-arrow-l:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/common/icon_arrow_l.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 24px;
}

@media (max-width: 960px) {
  .c-arrow-l:before {
    width: 14px;
    height: 12px;
  }
}
.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 16px;
}

@media (max-width: 960px) {
  .c-breadcrumbs {
    padding: 10px 12px;
  }
}
.c-breadcrumbs__item {
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.c-breadcrumbs__item:not(:last-child):after {
  content: ">";
  margin: 0 4px;
}

.c-breadcrumbs__item a {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

@media (max-width: 960px) {
  .c-breadcrumbs__item a {
    font-size: 1.4rem;
  }
}
@media (min-width: 961px) {
  .c-breadcrumbs__item a {
    transition: opacity 0.3s;
  }
  .c-breadcrumbs__item a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumbs__item p {
  color: #aeaeae;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

@media (max-width: 960px) {
  .c-breadcrumbs__item p {
    font-size: 1.4rem;
  }
}
.c-btn {
  display: block;
  color: #716a54;
  border: 1px solid;
  border-color: #6e6750;
  padding: 15px;
  width: 227px;
  position: relative;
}

.c-btn::after {
  content: url("../images/common/arrow-right-brown.svg");
  position: absolute;
  right: 10px;
}

.c-btn:hover {
  color: white;
  background-color: #716a54;
}

.c-btn:hover::after {
  content: url("../images/common/arrow-right-white.svg");
}

.c-dl-btn {
  display: block;
  font-size: 2rem;
  background-color: #eeeade;
  color: #6e6750;
  border: 1px solid;
  border-color: #fff;
  padding: 20px 50px 20px 0;
  width: 340px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.c-dl-btn::after {
  content: url("../images/common/icon/download.svg");
  position: absolute;
  right: 20px;
  top: 35%;
}

.c-error {
  background-color: #ffe4e4;
  margin: 0 0 40px;
  padding: 24px 40px;
  border: 1px solid #f14141;
}

@media (max-width: 960px) {
  .c-error {
    margin: 0 0 20px;
    padding: 24px 30px;
  }
}
.c-error p {
  color: #f14141;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

.c-error p:first-child {
  margin: 0 0 6px;
}

.c-event-information {
  margin-top: 50px;
  color: #60543c;
}

.c-event-information div {
  text-align: center;
}

.c-event-information button {
  background: #6e6750;
  width: 300px;
  height: 80px;
  font-size: 2rem;
  color: #fff;
  margin: auto;
  display: block;
  padding-left: 40px;
  position: relative;
}

.c-event-information button::after {
  position: absolute;
  right: 20px;
  content: url("../images/restaurant/arrow-white.svg");
}

.c-event-information ul {
  color: black;
  display: flex;
  justify-content: center;
}

.c-event-information ul li {
  width: 427px;
  margin: 0 10px;
}

.c-event-information ul li dl {
  padding: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-event-information ul li dl dd {
  border-bottom: 1px solid;
  position: relative;
  padding: 5px 0;
}

.c-event-information ul li dl dd::after {
  position: absolute;
  right: 5px;
  content: url("../images/restaurant/arrow-black.svg");
}

@media (max-width: 960px) {
  .c-event-information ul {
    margin-top: 100px;
    flex-wrap: wrap;
  }
  .c-event-information ul li {
    width: 90%;
  }
  .c-event-information ul li img {
    width: 100%;
  }
  .c-event-information ul li:nth-child(n+2) {
    display: none;
  }
  .c-event-information dl {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    top: -84px;
    color: white;
  }
  .c-event-information dl dd {
    border: none !important;
  }
  .c-event-information dl dd::after {
    content: url(../images/restaurant/arrow-white.svg) !important;
  }
}
.c-icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.c-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  z-index: 9999;
  background-image: url(../images/top/bg-0.png);
}

.c-loading::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.c-loading div {
  display: flex;
  vertical-align: middle;
  z-index: 9999;
}

.c-loading div p {
  color: white;
  text-align: left;
  font-size: 20px;
  letter-spacing: 10px;
  margin: 80px 0 0 50px;
  line-height: 50px;
}

.-loaded .c-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 5s ease;
}

.-loaded .c-loading__grp {
  transform: translate(0, -30%);
  transition: transform 5s ease;
}

.c-pickup {
  width: 100%;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

@media (max-width: 960px) {
  .c-pickup {
    border-bottom: none;
  }
}
.c-pickup li:not(:first-child) {
  border-top: 1px solid #bebebe;
}

.c-pickup li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 26px 160px 32px 0;
  cursor: pointer;
}

@media (max-width: 960px) {
  .c-pickup li a {
    padding: 18px 20px 20px;
  }
}
@media (min-width: 961px) {
  .c-pickup li a {
    transition: opacity 0.3s;
  }
  .c-pickup li a:hover {
    opacity: 0.7;
  }
}
.c-pickup li a time {
  color: #aeaeae;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.c-pickup li a h3 {
  margin: -6px 0 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .c-pickup li a h3 {
    margin: 2px 0 0;
    font-size: 1.5rem;
  }
}
.c-pickup li a dl {
  margin: 8px 0 0;
}

@media (max-width: 960px) {
  .c-pickup li a dl {
    margin: 10px 0 0;
  }
}
.c-pickup li a dl .c-item {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .c-pickup li a dl .c-item {
    flex-direction: column;
  }
}
.c-pickup li a dl .c-item:not(:first-child) {
  margin: 2px 0 0;
}

@media (max-width: 960px) {
  .c-pickup li a dl .c-item:last-child {
    padding: 0 56px 0 0;
  }
}
.c-pickup li a dl .c-item dt {
  position: relative;
  width: 66px;
  flex: 0 0 auto;
  padding: 0 0 0 9px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

@media (max-width: 960px) {
  .c-pickup li a dl .c-item dt {
    width: auto;
    line-height: 1.6;
  }
}
.c-pickup li a dl .c-item dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-46%);
  background-image: linear-gradient(135deg, #32d5b4, #168dd3);
  width: 4px;
  height: 46%;
}

.c-pickup li a dl .c-item dd {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

@media (max-width: 960px) {
  .c-pickup li a dl .c-item dd {
    line-height: 1.6;
  }
}
.c-pickup li a .c-arrow-l {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media (max-width: 960px) {
  .c-pickup li a .c-arrow-l {
    top: auto;
    bottom: 24px;
    transform: none;
  }
}
.c-privacy a {
  cursor: pointer;
}

@media (min-width: 961px) {
  .c-privacy a {
    transition: opacity 0.3s;
  }
  .c-privacy a:hover {
    opacity: 0.7;
  }
}
.c-privacy__wrap {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #aaa;
}

.c-privacy__wrap:before {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #b7b7b7 transparent;
}

.c-privacy figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 123px;
  height: 119px;
  border-right: 1px solid #aaa;
}

.c-privacy figure img {
  width: 77px;
}

.c-privacy__text {
  padding: 0 20px 0 22px;
}

.c-privacy__text p {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.c-search {
  position: relative;
  background-image: linear-gradient(135deg, #32d5b4, #168dd3);
  padding: 40px;
}

.c-search__upper {
  display: flex;
  justify-content: space-between;
}

.c-search__upper__ttl {
  display: flex;
  align-items: baseline;
  margin: -13px 0 0;
}

.c-search__upper__ttl h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.c-search__upper__ttl p {
  margin: 0 0 0 12px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}

.c-search__upper__ttl p span {
  font-size: 3.2rem;
  font-weight: 700;
}

.c-search__upper form {
  display: flex;
}

.c-search__upper form input {
  background-color: #fff;
  width: 370px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(170, 170, 170, 0.9);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.c-search__upper form input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.63);
}

.c-search__upper form input::placeholder {
  color: rgba(17, 17, 17, 0.63);
}

.c-search__upper form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  width: 110px;
  height: 42px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

@media (min-width: 961px) {
  .c-search__upper form button {
    transition: opacity 0.3s;
  }
  .c-search__upper form button:hover {
    opacity: 0.7;
  }
}
.c-search__upper form button svg {
  stroke: #fff;
  width: 17px;
  height: 17px;
  margin: 0 6px 0 0;
}

.c-search__term {
  display: flex;
  margin: 11px 0 0;
}

.c-search__term li {
  width: 16.6666666667%;
  height: 57px;
}

.c-search__term li:not(:first-child) {
  margin: 0 0 0 1px;
}

.c-search__term li.-job svg {
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
}

.c-search__term li.-develop svg {
  width: 23px;
  height: 16px;
  margin: 0 4px 0 0;
}

.c-search__term li.-money svg {
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
}

.c-search__term li.-langage svg {
  width: 20px;
  height: 15px;
  margin: 0 4px 0 0;
}

.c-search__term li.-tool svg {
  width: 17px;
  height: 17px;
  margin: 0 4px 0 0;
}

.c-search__term li.-plus svg {
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
}

.c-search__term li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (min-width: 961px) {
  .c-search__term li a {
    transition: opacity 0.3s;
  }
  .c-search__term li a:hover {
    opacity: 0.7;
  }
}
.c-search__term li p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.c-svg-sprite {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.c-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #36b9ae;
  padding: 16px 20px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .c-tab {
    padding: 12px 20px;
  }
}
@media (min-width: 961px) {
  .c-tab {
    transition: opacity 0.3s;
  }
  .c-tab:hover {
    opacity: 0.7;
  }
  .c-tab:hover .c-accordion-l {
    opacity: 1;
  }
}
.c-tab__text {
  display: flex;
  align-items: center;
}

@media (max-width: 960px) {
  .c-tab__text {
    justify-content: space-between;
    width: 100%;
    padding: 0 16px 0 0;
  }
}
.c-tab__text p {
  width: 160px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}

@media (max-width: 960px) {
  .c-tab__text p {
    width: auto;
  }
}
.c-tab__text span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.c-tab.-active .c-accordion-l:before {
  transform: translate(-50%, -50%);
}

.c-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .c-ttl {
    align-items: flex-start;
  }
}
.c-ttl figure {
  width: 43px;
  margin: 0 8px 0 0;
}

@media (max-width: 960px) {
  .c-ttl figure {
    width: 30px;
    margin: 8px 8px 0 0;
  }
}
.c-ttl h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media (max-width: 960px) {
  .c-ttl h1 {
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
  }
}
.p-foot-nav__upper {
  position: relative;
  background-color: #f4f4f4;
  padding: 100px 0 92px;
}

@media (max-width: 960px) {
  .p-foot-nav__upper {
    padding: 40px 40px 20px;
  }
}
.p-foot-nav__upper > a {
  position: absolute;
  top: -50px;
  right: 100px;
  width: 119px;
}

@media (max-width: 960px) {
  .p-foot-nav__upper > a {
    top: -36px;
    right: 10px;
    width: 105px;
  }
}
@media (min-width: 961px) {
  .p-foot-nav__upper > a {
    transition: opacity 0.3s;
  }
  .p-foot-nav__upper > a:hover {
    opacity: 0.5;
  }
}
.p-foot-nav__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: rgba(51, 51, 51, 0.05);
  padding: 24px 80px 34px;
}

@media (max-width: 960px) {
  .p-foot-nav__intro {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 16px;
  }
}
.p-foot-nav__intro p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 960px) {
  .p-foot-nav__intro p {
    font-size: 2rem;
    text-align: center;
  }
}
.p-foot-nav__intro p + p {
  margin: 4px 0 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

@media (max-width: 960px) {
  .p-foot-nav__intro p + p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.p-foot-nav__intro a {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  color: #159060;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-foot-nav__intro a {
    margin: 10px 0 0 auto;
    font-size: 1.4rem;
  }
}
@media (min-width: 961px) {
  .p-foot-nav__intro a {
    transition: opacity 0.3s;
  }
  .p-foot-nav__intro a:hover {
    opacity: 0.5;
  }
}
.p-foot-nav__intro a img {
  width: 20px;
  margin: 4px 0 0 8px;
}

@media (max-width: 960px) {
  .p-foot-nav__intro a img {
    width: 16px;
    margin: 2px 0 0 4px;
  }
}
@media (max-width: 960px) {
  .p-foot-nav__other {
    margin: 20px 0 0;
  }
  .p-foot-nav__other a {
    display: block;
    position: relative;
    background-color: #333;
    padding: 20px 0 16px;
  }
  .p-foot-nav__other a svg {
    width: 116px;
    height: 34px;
    margin: 0 auto;
  }
  .p-foot-nav__other a p {
    margin: 12px 0 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
  }
  .p-foot-nav__other a img {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
  }
}
.p-foot-nav__link {
  margin: 60px 0 0;
}

@media (max-width: 960px) {
  .p-foot-nav__link {
    margin: 24px 0 0;
  }
}
.p-foot-nav__link__ttl {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #333;
}

@media (max-width: 960px) {
  .p-foot-nav__link__ttl {
    flex-direction: column;
    padding: 0 0 12px;
  }
}
.p-foot-nav__link__ttl svg {
  fill: #fff;
  width: 228px;
  height: 48px;
}

@media (max-width: 960px) {
  .p-foot-nav__link__ttl svg {
    width: 161px;
  }
}
.p-foot-nav__link__list {
  display: flex;
  justify-content: space-between;
  margin: 34px 0 0;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list {
    flex-direction: column;
    margin: 0;
  }
}
.p-foot-nav__link__list > li:nth-child(-n+2) {
  width: 270px;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:nth-child(-n+2) {
    width: 100%;
  }
}
.p-foot-nav__link__list > li:nth-child(3) {
  width: 320px;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:nth-child(3) {
    width: 100%;
  }
}
.p-foot-nav__link__list > li:not(:last-child) ul {
  margin: -4px 0 0;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:not(:last-child) ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.p-foot-nav__link__list > li:not(:last-child) ul li:not(:first-child) {
  margin: 8px 0 0;
}

.p-foot-nav__link__list > li:not(:last-child) ul li a {
  display: inline-flex;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:not(:last-child) ul li a {
    padding: 10px 0 10px 9px;
  }
}
@media (min-width: 961px) {
  .p-foot-nav__link__list > li:not(:last-child) ul li a {
    transition: opacity 0.3s;
  }
  .p-foot-nav__link__list > li:not(:last-child) ul li a:hover {
    opacity: 0.5;
  }
}
.p-foot-nav__link__list > li:not(:last-child) ul li a img {
  width: 13px;
  height: 13px;
  margin: 9px 0 0 4px;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:last-child {
    margin: 20px 0 0;
  }
}
.p-foot-nav__link__list > li:last-child ul {
  position: relative;
  height: 100%;
}

.p-foot-nav__link__list > li:last-child ul li {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:last-child ul li {
    justify-content: center;
  }
}
.p-foot-nav__link__list > li:last-child ul li a {
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 18px 18px 16px;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:last-child ul li a {
    display: flex;
    align-items: center;
    width: 295px;
    padding: 8px;
  }
}
@media (min-width: 961px) {
  .p-foot-nav__link__list > li:last-child ul li a {
    transition: opacity 0.3s;
  }
  .p-foot-nav__link__list > li:last-child ul li a:hover {
    opacity: 0.5;
  }
}
.p-foot-nav__link__list > li:last-child ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #eaeaea transparent;
}

.p-foot-nav__link__list > li:last-child ul li a figure img {
  width: 77px;
  margin: 0 auto 10px;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:last-child ul li a figure img {
    margin: 0 20px 0 0;
  }
}
.p-foot-nav__link__list > li:last-child ul li a p {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:last-child ul li a p {
    text-align: justify;
  }
}
.p-foot-nav__link__list > li:last-child ul li small {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .p-foot-nav__link__list > li:last-child ul li small {
    position: static;
    margin: 26px 0 0;
    font-size: 1rem;
  }
}
.p-foot-nav.-lower {
  padding: 40px 0;
}

@media (max-width: 960px) {
  .p-foot-nav.-lower {
    padding: 29px 0;
  }
}
.p-foot-nav.-lower small {
  display: block;
  color: #aeaeae;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

@media (max-width: 960px) {
  .p-foot-nav.-lower small {
    line-height: 1.2;
  }
}
.p-gnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-gnav img.u-sp {
  height: 40px;
}

.p-gnav ul {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  flex-direction: row;
  align-items: center;
}

.p-gnav ul li {
  padding: 0 16px;
  letter-spacing: 1.5px;
  text-align: center;
}

.p-gnav ul li a {
  font-size: 1.8rem;
}
.p-gnav ul li a span {
  display: block;
  font-size: 1.6rem;
}

.p-gnav ul li a:hover {
  text-decoration: underline;
}

.p-gnav__logo a {
  display: block;
  cursor: pointer;
}

.p-gnav__lang {
  display: flex;
}

.p-gnav__lang img {
  width: 26px;
  height: 26px;
}

@media (max-width: 960px) {
  .p-gnav ul li {
    padding: 0;
  }
  .p-gnav__lang img {
    width: 26px;
    height: 26px;
  }
}
.p-gnav__lang span {
  margin-left: 5px;
}

.p-gnav__lang span:hover {
  text-decoration: none !important;
}

@media (max-width: 960px) {
  .p-gnav__lang span {
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 60px;
    border: 1px solid #000;
    font-size: 1.6rem;
  }
}
.p-gnav__lang a {
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
}

.p-gnav__lang a::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: 12px;
}

.p-gnav__menu {
  display: block;
}

.p-gnav__menu span {
  border-bottom: 3px solid #333;
  margin-right: 20px;
}

@media (max-width: 960px) {
  .p-gnav__menu span {
    font-size: 1.1rem;
  }
}
.p-gnav__menu img {
  cursor: pointer;
}

@media (max-width: 960px) {
  .p-gnav__menu img {
    width: 40px;
    height: 40px;
    left: 320px;
    bottom: 13px;
  }
}
.home .p-gnav__logo {
  opacity: 0;
  pointer-events: none;
}

.home .-underlayer {
  display: none;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 105px 20px 40%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  top: -55px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
}
.modal-content .search_hotels {
  padding: 10px;
}
.modal-content ul.dropdown_menu_renew {
  background-color: #fff;
  width: 100%;
  margin-top: 1px;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: block;
  overflow-y: auto;
}
.modal-content ul.dropdown_menu_renew li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid #707070;
  text-align: left;
  font-size: 14px;
}
.modal-content ul.dropdown_menu_renew li.list_tit {
  padding: 0;
  border-bottom-color: #fff;
}
.modal-content ul.dropdown_menu_renew li.list_tit span {
  letter-spacing: 1px;
  padding: 10px;
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: 1;
  background-color: #6e6750;
  position: relative;
}
.modal-content ul.dropdown_menu_renew li.list_tit span.active::after {
  transform: translateY(-50%) rotate(225deg);
}
.modal-content ul.dropdown_menu_renew li ul.more_list {
  display: block;
}
.modal-content ul.dropdown_menu_renew li ul.more_list li:hover {
  background-color: #f2f2f2;
}
.modal-content ul.dropdown_menu_renew li:last-child {
  border-bottom: none;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  transition: unset;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  overflow: scroll;
  padding-bottom: 100px;
  display: none;
}

#g-nav.active {
  right: 0;
}

#g-nav ul {
  z-index: 9999;
  color: black;
  line-height: 100%;
  width: 90%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#g-nav ul .other {
  margin-top: 15%;
}

#g-nav ul a {
  list-style: none;
  margin-bottom: 7%;
  display: block;
}

#g-nav ul a li {
  font-size: 2rem;
  letter-spacing: 3px;
}

#g-nav ul a span {
  font-size: 1.6rem;
  letter-spacing: 2px;
}

#g-nav ul > li.to_page {
  list-style: none;
  margin-bottom: 0;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
#g-nav ul > li.to_page a {
  display: block;
  margin-bottom: 0;
  padding: 12px 0;
}
#g-nav ul > li.to_page span {
  border-bottom: #aaa solid 1px;
  width: 100%;
  display: block;
  padding: 15px 0;
  position: relative;
}
#g-nav ul > li.to_page span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 22px;
  right: 12px;
  border-bottom: 1px solid #6e6750;
  border-right: 1px solid #6e6750;
  transform: translateY(-10%) rotate(-45deg);
  transition: all 0.6s;
}
#g-nav ul > li.to_page.active span::after {
  transform: translateY(-50%) rotate(225deg);
}

.other {
  margin-top: 40%;
}

.other a {
  letter-spacing: 3px;
}

.other span {
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 20px;
  align-items: center;
  gap: 0 30px;
}

.-links a {
  display: block;
  width: 24px;
}
.-links a.sns_facebook {
  width: 25px;
}
.-links a.sns_x {
  width: 22px;
}

.-mail {
  text-align: center;
  margin-bottom: 50px;
}

.-mail p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.-mail a {
  font-weight: 500;
  background: #6e6750;
  border: 1px solid #707070;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 3px;
}

.-mail a:hover {
  color: #fff;
  background-color: #a69982;
}

.-logo {
  position: absolute;
  top: 55px;
  z-index: 9999999;
  left: 80px;
}
.-logo img {
  width: 162px;
}

.openbtn1 {
  position: absolute;
  z-index: 9999;
  top: 5px;
  right: 0px;
  cursor: pointer;
  width: 70px;
  height: 50px;
}

.openbtn1 p {
  font-size: 15px;
}

.openbtn1 .h_menu {
  position: relative;
  width: 37px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}
.openbtn1 .h_menu span {
  display: inline-block;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #666;
  width: 60%;
  border: none;
}
.openbtn1 .h_menu span:nth-of-type(1) {
  top: 0px;
}
.openbtn1 .h_menu span:nth-of-type(2) {
  top: 11px;
  width: 90%;
}
.openbtn1 .h_menu span:nth-of-type(3) {
  top: auto;
  bottom: 0;
}
.openbtn1 .h_menu + p {
  margin-top: 2px;
}

.openbtn1.active .h_menu span:nth-of-type(1) {
  top: 11px;
  left: 0;
  transform: rotate(-45deg);
  width: 85%;
}
.openbtn1.active .h_menu span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active .h_menu span:nth-of-type(3) {
  bottom: 11px;
  left: 0;
  transform: rotate(45deg);
  width: 85%;
}

.main-content {
  background-color: white;
  color: black;
  position: relative;
}

#g-nav .hotels_list,
#g-nav .about_list,
#g-nav .sdgs_list {
  cursor: pointer;
}
#g-nav .hotels_list ul,
#g-nav .about_list ul,
#g-nav .sdgs_list ul {
  width: 100%;
}
#g-nav .hotels_list ul li + li,
#g-nav .about_list ul li + li,
#g-nav .sdgs_list ul li + li {
  margin-top: 18px;
}
#g-nav .hotels_list ul li a,
#g-nav .about_list ul li a,
#g-nav .sdgs_list ul li a {
  padding: 0;
}
#g-nav .hotels_list ul li:first-child,
#g-nav .about_list ul li:first-child,
#g-nav .sdgs_list ul li:first-child {
  margin-top: 10px;
}

.dropdown_hotels,
.dropdown_about,
.dropdown_sdgs {
  display: none;
  margin-bottom: 15px;
}
.dropdown_hotels li,
.dropdown_about li,
.dropdown_sdgs li {
  position: relative;
  padding-left: 14px;
}
.dropdown_hotels li::before,
.dropdown_about li::before,
.dropdown_sdgs li::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 8px;
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .main-content .show {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
} */
/* .main-content .animationTarget {
  opacity: 0;
} */
.main-content #g-nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.6s;
  font-size: 2rem;
  letter-spacing: 1px;
}

.main-content #g-nav .close {
  margin-left: auto;
  margin-right: 30px;
  margin-top: 20px;
  cursor: pointer;
}

.main-content #g-nav.active {
  right: 0;
}

.main-content #g-nav ul {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  width: 80%;
  padding-right: 30px;
  border-right: 1px solid white;
  line-height: 50px;
}

.main-content #g-nav li {
  list-style: none;
  text-align: right;
}

.main-content .-links {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.main-content .-links a {
  margin-top: 50px;
  margin-left: 30px;
}

.main-content .-logo {
  position: absolute;
  top: 55px;
  z-index: 9999;
  left: 80px;
}

.main-content .openbtn1 {
  position: absolute;
  z-index: 9999;
  top: 30px;
  right: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.main-content .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.main-content .openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.main-content .openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.main-content .openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.main-content .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.main-content .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.main-content .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.main-content__mv .-box {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 70%;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 961px) {
  .main-content__mv .-box.low_box {
    padding-top: 0;
  }
}

@media (max-width: 960px) {
  .main-content__mv .-box {
    width: 100%;
    background-size: cover;
    padding-top: 0;
  }
}
.main-content__mv .-text {
  position: absolute;
  z-index: 2000;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.main-content__mv .-text.non_title {
  bottom: 7.0833333333vw;
}

@media (max-width: 960px) {
  .main-content__mv .-text {
    width: 100%;
  }
  .main-content__mv .-text.non_title {
    top: auto;
    bottom: 0;
  }
}
.main-content__mv h1 {
  text-align: center;
  font-weight: 500;
  font-size: 3.125vw;
  letter-spacing: 0.5rem;
  color: white;
}

@media (max-width: 960px) {
  .main-content__mv h1 {
    font-size: 8vw;
    padding-bottom: 5.3333333333vw;
  }
  .main-content__mv h1 span {
    display: block;
    font-size: 4.5333333333vw;
    margin-top: 2.6666666667vw;
    letter-spacing: 0.5333333333vw;
  }
}
.main-content__mv p {
  text-align: center;
  font-weight: 500;
  font-size: 1.5625vw;
  padding-top: 20px;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .main-content__mv p {
    font-size: 4.2666666667vw;
    margin-bottom: 16vw;
  }
}
.main-content__mv .-form {
  width: 460px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  margin: auto;
  padding: 30px 50px;
  position: relative;
}

.main-content__mv .-form .dropdown_renew {
  width: 340px;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
}
.main-content__mv .-form .dropdown_renew .select_renew {
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative;
  letter-spacing: 1px;
}
.main-content__mv .-form .dropdown_renew .select_renew::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #6e6750;
  border-bottom: 1px solid #6e6750;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.main-content__mv .-form .dropdown_renew .select_renew.active::after {
  transform: translateY(-50%) rotate(225deg);
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9999;
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid #707070;
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li.list_tit {
  padding: 0;
  border-bottom-color: #fff;
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li.list_tit span {
  letter-spacing: 1px;
  padding: 10px;
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: 1;
  background-color: #6e6750;
  position: relative;
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li.list_tit span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li.list_tit span.active::after {
  transform: translateY(-50%) rotate(225deg);
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li ul.more_list {
  display: none;
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li ul.more_list li:hover {
  background-color: #f2f2f2;
}
.main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li:last-child {
  border-bottom: none;
}

@media (max-width: 960px) {
  .main-content__mv .-form {
    width: 100%;
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    padding: 8vw 13.3333333333vw;
  }
  .main-content__mv .-form .dropdown_renew {
    width: 100%;
  }
  .main-content__mv .-form .dropdown_renew .select_renew {
    padding: 2.6666666667vw;
  }
  .main-content__mv .-form .dropdown_renew .select_renew span {
    font-size: 4.2666666667vw;
  }
  .main-content__mv .-form .dropdown_renew ul.dropdown_menu_renew li.list_tit span {
    font-size: 4.48vw;
    padding: 2.6666666667vw;
  }
}
.main-content__mv .-form input[type=button] {
  cursor: pointer;
  border: 1px solid white;
  background: #6e6750;
  color: white;
  outline: none;
  width: 3em;
  height: 38.5px;
  position: relative;
  right: 3px;
}

.main-content__mv .-form input[type=button]:hover {
  color: #fff;
  background-color: #a69982;
}

@media (max-width: 960px) {
  .main-content__mv .-form input[type=button] {
    height: 40.5px;
    right: 0;
  }
}
@media (max-width: 960px) {
  .main-content__aliiance {
    padding-top: 0;
    background: rgba(0, 0, 0, 0.16);
    padding-bottom: 60px;
    position: relative;
  }
  .main-content__aliiance .-form {
    width: 460px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin: auto;
    padding: 30px 50px;
    position: relative;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .main-content__aliiance .-form {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: -150px;
    background: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 960px) {
  .main-content__aliiance .-form .dropdown {
    width: 300px;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all 0.5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
  }
  .main-content__aliiance .-form .dropdown::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/common/arrow02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    bottom: 6px;
    right: 15px;
  }
  .main-content__aliiance .-form .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
  }
  .main-content__aliiance .-form .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 220px;
    overflow-y: auto;
    z-index: 9999;
  }
  .main-content__aliiance .-form .dropdown .dropdown-menu li {
    padding: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-bottom: 1px solid #707070;
    letter-spacing: 1px;
  }
  .main-content__aliiance .-form .dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2;
  }
  .main-content__aliiance .-form .dropdown .dropdown-menu li:active {
    background-color: #f8f8f8;
  }
}
@media (max-width: 960px) {
  .main-content__aliiance .-form input[type=button] {
    cursor: pointer;
    border: 1px solid white;
    background: #6e6750;
    color: white;
    outline: none;
    width: 3em;
    height: 38.5px;
    padding-right: 5px;
    position: relative;
    right: 3px;
  }
  .main-content__aliiance .-form input[type=button]:hover {
    color: #fff;
    background-color: #a69982;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .main-content__aliiance .-form input[type=button] {
    height: 40.5px;
    right: 0;
  }
}
@media (max-width: 960px) {
  .main-content__aliiance h1 {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .main-content__aliiance p {
    font-size: 1.5rem;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 50px;
    font-weight: bold;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .main-content__aliiance p {
    font-weight: bold;
  }
}
.main-content__aliiance .-wrap {
  background: rgba(249, 248, 247, 0.9);
  margin: auto;
  margin-top: -7vw;
  padding: 5%;
  width: 90%;
  position: relative;
  z-index: 999;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 960px) {
  .main-content__aliiance .-wrap {
    margin-left: 0;
    width: 80%;
    margin: auto;
  }
}
.main-content__aliiance .-wrap h1 {
  font-weight: 400;
  font-size: 5.5rem;
  color: #000000;
  letter-spacing: 5px;
  padding-left: 3%;
  text-align: center;
}
.main-content__aliiance .-wrap h1 i {
  display: inline-block;
  padding-bottom: 5px;
}
.main-content__aliiance .-wrap h1.t_jp {
  font-size: 40px;
}

.main-content__aliiance .-wrap p {
  margin-top: 5px;
  font-size: 2.2rem;
  color: #000000;
  padding-top: 10px;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.main-content__aliiance .-wrap p.sub_tit {
  text-align: center;
}
.main-content__aliiance .-wrap p.detail_text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
.main-content__aliiance .-wrap p.detail_text.t_en {
  font-size: 18px;
}

.main-content__aliiance .-wrap span {
  font-size: 2rem;
  color: white;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.main-content__aliiance .-wrap .-experience {
  color: #000;
  padding-left: 3%;
}

.main-content__aliiance .-wrap .-image-box {
  position: relative;
  padding: 5px;
}
.main-content__aliiance .-wrap .-image-box a {
  position: relative;
  display: block;
  overflow: hidden;
}
.main-content__aliiance .-wrap .-image-box a img {
  opacity: 0.6;
  transition: 0.3s;
  transition-property: opacity, transform;
}
.main-content__aliiance .-wrap .-image-box a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  z-index: -1;
}
.main-content__aliiance .-wrap .-image-box a:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.main-content__aliiance .-wrap .-image-box a.no_link {
  pointer-events: none;
  height: 100%;
}
.main-content__aliiance .-wrap .-image-box a.no_link .logo_wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  max-width: 155px;
}
.main-content__aliiance .-wrap .-image-box a.no_link .logo_wrap img {
  opacity: 1;
}
.main-content__aliiance .-wrap .-image-box a.no_link::after {
  background-color: #fff;
}

.main-content__aliiance .-wrap .-image-box p {
  color: white;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-size: max(calc(32 / 1920 * 100vw),18px);
  line-height: 1.2;
}
.main-content__aliiance .-wrap .-image-box p span {
  font-size: 0.7em;
}
.main-content__aliiance .-wrap .-image-box p span.t_jp {
  font-size: 0.65em;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0;
}

.main-content__aliiance .-wrap .-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.main-content__aliiance .-wrap .-flexbox .-left {
  width: 75%;
  padding: 30px;
}

.main-content__aliiance .-wrap .-flexbox .-left .-box {
  background-color: white;
  padding: 34px;
  padding-top: 5%;
  display: flex;
  align-items: flex-start;
}

.main-content__aliiance .-wrap .-flexbox .-left .-box .-left {
  width: 40%;
  padding: 0;
  min-width: 280px;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-left.abso_tit {
  position: relative;
  padding-top: 62px;
  z-index: 1;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-left.abso_tit h2 {
  position: absolute;
  top: 0;
  left: 0;
  word-break: keep-all;
  font-size: 26px;
  padding-bottom: 8px;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-left.abso_tit h2.t_en {
  font-size: 30px;
}

.main-content__aliiance .-wrap .-flexbox .-left .-box .-right {
  width: 64%;
  padding: 0;
  position: relative;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name {
  position: absolute;
  top: 0;
  left: 0;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name a {
  display: block;
  position: relative;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name a::before {
  content: "";
  display: block;
  position: absolute;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name a img {
  transition: 0.3s;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name a:hover img {
  transform: scale(1.06);
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_tokyo {
  top: 61%;
  left: 74%;
  width: 16%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_tokyo a::before {
  top: -36%;
  left: -78%;
  width: 30%;
  height: 77%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_shizuoka {
  top: 72%;
  left: 60.5%;
  width: 18.5%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_shizuoka a::before {
  top: -135%;
  left: -41%;
  width: 29%;
  height: 86%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_kyoto {
  top: 48%;
  left: 27.5%;
  width: 14.5%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_kyoto a::before {
  bottom: -156%;
  right: -7%;
  width: 29%;
  height: 76%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_osaka {
  top: 55%;
  left: 19.5%;
  width: 14.5%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_osaka a::before {
  bottom: -120%;
  right: -75%;
  width: 29%;
  height: 76%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_fukuoka {
  top: 59.5%;
  left: 2%;
  width: 17.5%;
}
.main-content__aliiance .-wrap .-flexbox .-left .-box .-right .map_pin_name.pin_fukuoka a::before {
  bottom: -177%;
  right: -6%;
  width: 24%;
  height: 86%;
}

.main-content__aliiance .-wrap .-flexbox .-left .-box h2 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1700px) {
  .main-content__aliiance .-wrap .-flexbox .-left .-box h2 {
    font-size: 3.6rem;
    font-weight: 500;
  }
}
.main-content__aliiance .-wrap .-flexbox .-left .-box p {
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.main-content__aliiance .-wrap .-flexbox .-left .-box .-bottom-text {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  width: 345px;
}

.main-content__aliiance .-wrap .-flexbox .-left .-box .btn_more {
  margin-top: 12%;
}

.main-content__aliiance .-wrap .-flexbox .-left .-box .-images {
  text-align: center;
  margin-top: 20%;
  width: 110px;
  margin-left: 52px;
}

.main-content__aliiance .-wrap .-flexbox .-left .-box .-images img {
  display: inline-block;
  margin-bottom: 15px;
}

.main-content__aliiance .-wrap .-flexbox .-right .-box .-images img {
  display: inline-block;
  margin-bottom: 15px;
}

.main-content__aliiance .-wrap .-flexbox .-right {
  width: 25%;
  padding-bottom: 10px;
}

.main-content__aliiance .-wrap .-flexbox .-bottom {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  top: -10px;
}

.main-content__aliiance .-wrap .-flexbox .-bottom .-image-box {
  width: 25%;
}

.main-content__aliiance .-wrap .-flexbox .-bottom .-last {
  text-align: center;
}

.main-content__aliiance .-wrap .-flexbox .-bottom .-last img {
  width: 43%;
  display: inline-block;
}

.main-content__aliiance .-block {
  background-color: white;
  width: 90%;
  margin: auto;
}

.main-content__aliiance .-block h2 {
  font-size: 2.5rem;
  padding-top: 50px;
  width: 70%;
  margin-left: 50px;
  font-weight: normal;
}

.main-content__aliiance .-block p {
  font-size: 1.5rem;
  color: #000;
  text-align: left;
  margin-left: 50px;
  padding-bottom: 0;
  padding-top: 15px;
  font-weight: normal;
}

.main-content__aliiance .-block span {
  font-size: 1.5rem;
  margin-left: 50px;
}

.main-content__aliiance .-block .btn_more {
  margin-top: 5%;
}
.main-content__aliiance .-block .btn_more a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  .main-content__aliiance .-block .ah_logo {
    width: 150px;
    margin: 20px auto 0;
  }
}
.main-content__aliiance .-block img {
  width: 100%;
}

.main-content__aliiance .-block .japan {
  height: auto;
}

.main-content__aliiance .-block a.sp-alliance_images {
  width: 100%;
  background: none;
  padding: 0;
  margin: 0;
}

.main-content__aliiance .-block a.sp-alliance_images::after {
  display: block;
}

.main-content__aliiance .-block .-flex {
  display: flex;
  margin: 30px;
  align-items: center;
}

.main-content__aliiance .-block .-hotel {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}
.main-content__aliiance .-block .-hotel a {
  display: block;
  background-color: #000;
  overflow: hidden;
}
.main-content__aliiance .-block .-hotel a img {
  display: block;
  opacity: 0.6;
  transition: 0.3s;
  transition-property: opacity, transform;
}
.main-content__aliiance .-block .-hotel a p {
  color: white;
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 50%;
  font-size: 8vw;
  transform: translateY(50%);
  line-height: 1.2;
}
.main-content__aliiance .-block .-hotel a p span {
  margin: 0;
  font-size: 0.55em;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}
.main-content__aliiance .-block .-hotel a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

@media screen and (max-width: 960px) {
  .main-content__aliiance .-block {
    width: auto;
    padding-bottom: 13.3333333333vw;
  }
  .main-content__aliiance .-block p,
  .main-content__aliiance .-block p + span {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-content__aliiance .-block h2 {
    font-size: 6.6666666667vw;
    padding-top: 13.3333333333vw;
    margin-left: 8%;
    width: 53.3333333333vw;
  }
  .main-content__aliiance .-block h2.t_jp {
    font-size: 4.8vw;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 1.3333333333vw;
  }
  .main-content__aliiance .-block p,
  .main-content__aliiance .-block p + span {
    font-size: 4vw;
  }
  .main-content__aliiance .-block p + span {
    display: block;
  }
  .main-content__aliiance .-block .hotel_list {
    margin-top: 10.6666666667vw;
    display: flex;
    overflow-x: scroll;
    padding-left: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .main-content__aliiance .-block .hotel_list .-hotel {
    margin: 0;
    width: 80vw;
    min-width: 80vw;
    padding-right: 4vw;
  }
}
.delay-time02 {
  animation-delay: 2.2s;
}

.delay-time03 {
  animation-delay: 2.3s;
}

.delay-time04 {
  animation-delay: 2.4s;
}

.delay-time05 {
  animation-delay: 2.5s;
}

.delay-time06 {
  animation-delay: 2.6s;
}

.delay-time07 {
  animation-delay: 2.8s;
}

.delay-time08 {
  animation-delay: 2.8s;
}

.delay-time09 {
  animation-delay: 2.9s;
}

.delay-time10 {
  animation-delay: 3s;
}

.move_slide_wrap {
  overflow: hidden;
}

.anim-box {
  animation-name: popup;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.anim-box.move_slide {
  animation-name: move_slide;
  display: inline-block;
}
.anim-box.show {
  animation-play-state: running;
}
.anim-box.anim-box01 {
  animation-delay: 0.1s;
}
.anim-box.anim-box02 {
  animation-delay: 0.2s;
}
.anim-box.anim-box03 {
  animation-delay: 0.3s;
}
.anim-box.anim-box04 {
  animation-delay: 0.4s;
}
.anim-box.anim-box05 {
  animation-delay: 0.5s;
}
.anim-box.anim-box06 {
  animation-delay: 0.6s;
}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s;
  transition-property: opacity transform;
}
.fadein.on {
  opacity: 1;
  transform: translateY(0);
}
.fadein.delay1 {
  transition-delay: 0.1s;
}
.fadein.delay2 {
  transition-delay: 0.2s;
}
.fadein.delay3 {
  transition-delay: 0.3s;
}
.fadein.delay4 {
  transition-delay: 0.4s;
}
.fadein.delay5 {
  transition-delay: 0.5s;
}
.fadein.delay6 {
  transition-delay: 0.6s;
}
.fadein.delay7 {
  transition-delay: 0.7s;
}
.fadein.delay8 {
  transition-delay: 0.8s;
}
.fadein.delay9 {
  transition-delay: 0.9s;
}
.fadein.delay10 {
  transition-delay: 1s;
}

@keyframes popup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes move_slide {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateY(0);
  }
}
.main-content__news {
  width: 100%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 200px;
  background-color: #eaeced;
  display: flex;
  padding-top: 10%;
  padding-bottom: 5%;
}

@media (max-width: 960px) {
  .main-content__news {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.main-content__news .-box {
  width: 80%;
  margin: auto;
  display: flex;
  margin-left: 10%;
  position: relative;
  bottom: 60px;
}

@media (max-width: 960px) {
  .main-content__news .-box {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    top: 10px;
  }
}
.main-content__news .-box div {
  width: 100%;
}

@media (max-width: 960px) {
  .main-content__news .-box div {
    width: 100%;
  }
}
.main-content__news .swiper-container {
  width: 80%;
  margin: 10px;
  display: flex;
  right: 10%;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 960px) {
  .main-content__news .swiper-container {
    display: block;
    width: 105%;
    margin: auto;
    right: 6.5%;
  }
}
@media (max-width: 960px) {
  .main-content__news .swiper-container img {
    max-width: 110%;
  }
}
.main-content__news .swiper-container .swiper-button-prev,
.main-content__news .swiper-container .swiper-button-next {
  height: 40px;
  width: 40px;
  top: 30%;
}

@media (max-width: 960px) {
  .main-content__news .swiper-container .swiper-button-prev,
  .main-content__news .swiper-container .swiper-button-next {
    height: 24.5px;
    width: 24.5px;
  }
}
.main-content__news .swiper-container .swiper-slide-next li > img,
.main-content__news .swiper-container .swiper-slide-prev li > img {
  opacity: 0;
  transition: 2.5s;
}

.main-content__news .swiper-container .swiper-button-prev:after,
.main-content__news .swiper-container .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

.main-content__news .swiper-container .arrow {
  display: flex;
  position: absolute;
  height: 380px;
  width: 100%;
}

@media (max-width: 960px) {
  .main-content__news .swiper-container .arrow {
    bottom: 40px;
  }
}
.main-content__news .swiper-container .arrow .swiper-button-prev {
  left: -60px;
}

@media (max-width: 960px) {
  .main-content__news .swiper-container .arrow .swiper-button-prev {
    left: -13px;
    top: 32%;
  }
}
.main-content__news .swiper-container .arrow .swiper-button-prev::after {
  background-image: url("../images/common/top-prev.png");
}

@media (max-width: 960px) {
  .main-content__news .swiper-container .arrow .swiper-button-prev::after {
    background-image: url("../images/common/top-prev_sp.png");
  }
}
.main-content__news .swiper-container .arrow .swiper-button-next {
  right: 60px;
}

@media (max-width: 960px) {
  .main-content__news .swiper-container .arrow .swiper-button-next {
    right: 75px;
    top: 32%;
  }
}
.main-content__news .swiper-container .arrow .swiper-button-next::after {
  background-image: url("../images/common/top-next.png");
}

@media (max-width: 960px) {
  .main-content__news .swiper-container .arrow .swiper-button-next::after {
    background-image: url("../images/common/top-next_sp.png");
  }
}
.main-content__news div h1 {
  font-weight: 400;
  font-size: 5.5rem;
  letter-spacing: 4px;
  display: inline;
}

@media (max-width: 960px) {
  .main-content__news div h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    padding-right: 50px;
    padding-bottom: 0;
    display: inline-block;
  }
}
.main-content__news p {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 40px;
  margin-top: 20px;
}

@media (max-width: 960px) {
  .main-content__news p {
    font-size: 4vw;
    letter-spacing: 0px;
    padding-top: 0;
    margin-top: 2.6666666667vw;
    line-height: 1.6;
  }
}
.main-content__news .btn_more {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .main-content__news .btn_more {
    margin-top: 6%;
  }
  .main-content__news .btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
}
.main-content__news span {
  font-size: 1.5rem;
}

.main-content__news button {
  margin-top: 10px;
  background: #6e6750;
  width: 350px;
  height: 55px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 130px;
  display: block;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 960px) {
  .main-content__news button {
    margin: auto;
    width: 85%;
    margin-top: 0px;
    font-size: 1.5rem;
  }
}
.main-content__news button::after {
  position: absolute;
  right: 20px;
  content: url("../images/common/scroll-right2.png");
}

.main-content__news button:hover {
  color: #fff;
  background-color: #a69982;
}

.main-content__news dl {
  margin-top: 30px;
  width: 100%;
}

@media (max-width: 960px) {
  .main-content__news dl {
    width: 120%;
  }
}
.main-content__news dt {
  padding-bottom: 10px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  font-weight: normal;
}
.main-content__news dt span {
  font: inherit;
}
.main-content__news dt span + span::before {
  content: "／";
}

@media (max-width: 960px) {
  .main-content__news dt {
    font-size: 1.8rem;
    letter-spacing: 0px;
  }
}
.main-content__news dd {
  border-top: 1px solid black;
  font-size: 1.4rem;
  padding-top: 10px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .main-content__news dd {
    font-size: 1.3rem;
    width: 90%;
  }
}
.main-content__aboutus {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .main-content__aboutus::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f9f8f7;
    height: 840px;
    z-index: -1;
  }
}
@media (max-width: 960px) {
  .main-content__aboutus {
    background-color: white;
  }
}
.main-content__aboutus div.text {
  width: 90%;
  margin: auto;
}

.main-content__aboutus div.text h1 {
  font-size: 5.5rem;
  width: 750px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-top: 100px;
  font-weight: 400;
}
.main-content__aboutus div.text h1.t_jp {
  padding-bottom: 5px;
  font-size: 40px;
}

@media (max-width: 960px) {
  .main-content__aboutus div.text h1 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 6.6666666667vw;
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 0;
  }
  .main-content__aboutus div.text h1.t_jp {
    padding-bottom: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.main-content__aboutus div.text > p {
  font-size: 2.2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: left;
  line-height: 40px;
  letter-spacing: 2px;
}
.main-content__aboutus div.text > p span {
  font-size: 2rem;
}

@media (max-width: 960px) {
  .main-content__aboutus div.text > p {
    font-size: 4vw;
    padding-top: 2.6666666667vw;
    padding-left: 0;
    line-height: 1.5;
    letter-spacing: 0.2666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .main-content__aboutus div.text > p span {
    font-size: 4vw;
  }
}
.main-content__aboutus div.text > .btn_more {
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .main-content__aboutus div.text > .btn_more {
    padding-left: 0px;
    text-align: center;
    margin-top: 5%;
  }
  .main-content__aboutus div.text > .btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
}
.main-content__aboutus .video {
  background: initial !important;
  width: auto;
  text-align: center;
  position: relative;
  top: 100px;
  margin-bottom: 150px;
}

.main-content__aboutus .video video {
  border: 1px solid #707070;
}

@media (max-width: 960px) {
  .main-content__aboutus .video {
    width: 100%;
    position: static;
    margin-bottom: 0px;
  }
  .main-content__aboutus .video video {
    width: 100%;
    height: auto;
  }
}
.main-content__aboutus .hospitality_vision {
  width: 75%;
  margin: 0 auto;
  padding: 100px 0;
}
.main-content__aboutus .hospitality_vision .hb_ttl {
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
}
.main-content__aboutus .hospitality_vision .hb_ttl.t_en {
  letter-spacing: 1px;
}
.main-content__aboutus .hospitality_vision .hv_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.main-content__aboutus .hospitality_vision .hv_wrap .hv_block {
  display: block;
  text-align: center;
  width: 26%;
}
.main-content__aboutus .hospitality_vision .hv_wrap .hv_block img {
  transition: 0.3s;
}
.main-content__aboutus .hospitality_vision .hv_wrap .hv_block .hv_ttl {
  font-size: 3rem;
  margin-top: 0.75em;
  display: inline-block;
  position: relative;
}
.main-content__aboutus .hospitality_vision .hv_wrap .hv_block .hv_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) skew(45deg);
  transition: 0.3s;
}
.main-content__aboutus .hospitality_vision .hv_wrap .hv_block .hv_ttl.t_jp {
  font-size: 22px;
}
.main-content__aboutus .hospitality_vision .hv_wrap .hv_block:hover img {
  opacity: 0.75;
  transition: 0.3s;
  transform: scale(1.075);
}
.main-content__aboutus .hospitality_vision .hv_wrap .hv_block:hover .hv_ttl::after {
  right: -50px;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .main-content__aboutus .hospitality_vision {
    padding: 15vw 0;
  }
  .main-content__aboutus .hospitality_vision .hb_ttl {
    font-size: 5.3333333333vw;
  }
  .main-content__aboutus .hospitality_vision .hv_wrap {
    display: block;
  }
  .main-content__aboutus .hospitality_vision .hv_wrap .hv_block {
    width: 70%;
    margin: 0 auto;
  }
  .main-content__aboutus .hospitality_vision .hv_wrap .hv_block + .hv_block {
    margin-top: 10%;
  }
  .main-content__aboutus .hospitality_vision .hv_wrap .hv_block .hv_ttl {
    margin-top: 5%;
    font-size: 5.8666666667vw;
  }
  .main-content__aboutus .hospitality_vision .hv_wrap .hv_block .hv_ttl::after {
    width: 30px;
  }
  .main-content__aboutus .hospitality_vision .hv_wrap .hv_block .hv_ttl.t_jp {
    font-size: 5.3333333333vw;
  }
}

.p-about-us {
  overflow: hidden;
}

.p-about-us__top-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.p-about-us__top-contents .-mv {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-about-us__top-contents .-mv.fixed {
  position: fixed;
}
.p-about-us__top-contents .-mv.fixed.stop {
  position: absolute;
  top: auto;
  bottom: 0;
}
.p-about-us__top-contents .-mv .-top {
  background-image: url("../images/about-us/about-us_image_eyecatch.png");
  background-position: center;
  background-size: cover;
  height: 900px;
  max-height: 100vh;
  position: relative;
}
.p-about-us__top-contents .-mv .-top .-text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
}
.p-about-us__top-contents .-mv .-top h1 {
  font-size: 2.34375vw;
  font-weight: bold;
  letter-spacing: 0.1041666667vw;
  margin-bottom: 10px;
  margin-left: 10%;
}
.p-about-us__top-contents .-mv .-top .alliance {
  font-size: 1.7708333333vw;
  font-weight: bold;
  margin-left: 10%;
}
.p-about-us__top-contents .-mv .-top .count {
  font-size: 1.6666666667vw;
  letter-spacing: 0.15625vw;
  margin-left: 10%;
}
.p-about-us__top-contents .-mv .-top .alert {
  font-size: 1.5rem;
  font-weight: normal;
  margin-left: 10%;
  padding-bottom: 20px;
}
.p-about-us__top-contents .-mv .-heading {
  background-color: #fff;
  margin: auto;
  margin-top: 0;
  color: black;
  padding-top: 40px;
}
.p-about-us__top-contents .-mv .-heading h2 {
  font-size: 3.5rem;
  letter-spacing: 2px;
  width: 100%;
  margin-left: 10%;
}
.p-about-us__top-contents .-mv .-heading h2 .t_jp {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 2;
}
.p-about-us__top-contents .-mv .-heading h2 hr {
  width: 515px;
}
.p-about-us__top-contents .-mv .-heading h2 .concept {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 10px;
}
.p-about-us__top-contents .-mv .-heading h2 .text-jp {
  font-size: 1.4rem;
  width: 80%;
  line-height: 2.2;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: normal;
}
.p-about-us__top-contents .-mv .-heading h2 .text-en {
  font-size: 1.6rem;
  text-align: left;
  width: 80%;
  line-height: 2.2;
  margin-top: 30px;
  padding-bottom: 40px;
}
.p-about-us__top-contents .-mv .-heading h2 .--btn {
  display: inline-block;
  color: #fff;
  background-color: #6e6750;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 60px;
  width: 360px;
  position: relative;
  margin-bottom: 40px;
}
.p-about-us__top-contents .-mv .-heading h2 .--btn::after {
  content: url("../images/hotels/learnmore-white.svg");
  position: absolute;
  right: 20px;
}
.p-about-us__top-contents .-mv .-heading h2 .--btn:hover {
  color: #fff;
  background-color: #a69982;
}
.p-about-us__top-contents .-mv .-heading h2 .btn_more {
  padding-bottom: 40px;
}

.p-about-us__top-contents ul {
  width: 25%;
}

.p-about-us__top-contents ul li {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 80px;
}
.p-about-us__top-contents ul li p .font_ak {
  letter-spacing: 1px;
}

.p-about-us__top-contents ul li img {
  margin-bottom: 15px;
}

.p-about-us__top-contents ul li h3 {
  letter-spacing: 2px;
  font-size: 1.9rem;
}

.p-about-us__top-contents .-left {
  padding-left: 30px;
}

.p-about-us__top-contents .-right {
  padding-right: 30px;
}

@media (max-width: 960px) {
  .p-about-us__top-contents {
    display: block;
  }
  .p-about-us__top-contents .-mv {
    width: 100%;
    position: static;
  }
  .p-about-us__top-contents .-mv.fixed {
    position: static;
  }
  .p-about-us__top-contents .-mv.fixed.stop {
    position: static;
  }
  .p-about-us__top-contents .-mv .-top {
    background-position-x: 20%;
    height: 133.3333333333vw;
    max-height: none;
  }
  .p-about-us__top-contents .-mv .-top .-text h1 {
    font-size: 8vw;
    margin-bottom: 6.6666666667vw;
    margin-left: 6%;
  }
  .p-about-us__top-contents .-mv .-top .-text .lead {
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 0.5333333333vw;
    margin-bottom: 26.6666666667vw;
    margin-left: 6%;
  }
  .p-about-us__top-contents .-mv .-top .-text .alliance {
    font-size: 4vw;
    margin-left: 6%;
  }
  .p-about-us__top-contents .-mv .-top .-text .count {
    margin-left: 6%;
    font-size: 4vw;
  }
  .p-about-us__top-contents .-mv .-top .-text .alert {
    margin-left: 6%;
    font-weight: normal;
    font-size: 3.7333333333vw;
    padding-bottom: 16vw;
  }
  .p-about-us__top-contents .-mv .-heading {
    padding-top: 55px;
  }
  .p-about-us__top-contents .-mv .-heading h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .p-about-us__top-contents .-mv .-heading h2 .t_jp {
    font-size: 4.2666666667vw;
  }
  .p-about-us__top-contents .-mv .-heading h2 hr {
    width: 80%;
  }
  .p-about-us__top-contents .-mv .-heading h2 .concept {
    font-size: 1.5rem;
  }
  .p-about-us__top-contents .-mv .-heading h2 .text-jp {
    font-size: 1.3rem;
    line-height: 25px;
    margin-top: 30px;
  }
  .p-about-us__top-contents .-mv .-heading h2 .text-en {
    font-size: 1.5rem;
    line-height: 25px;
    margin-top: 30px;
    padding-bottom: 55px;
  }
  .p-about-us__top-contents .-spflex {
    padding-top: 30px;
    display: flex;
  }
  .p-about-us__top-contents .-spflex ul {
    width: 45%;
    margin: 0 auto;
  }
  .p-about-us__top-contents .-spflex ul li {
    margin-bottom: 45px;
  }
  .p-about-us__top-contents .-spflex ul li h3 {
    letter-spacing: 0;
    font-size: 4vw;
  }
  .p-about-us__top-contents .-spflex ul li p {
    font-size: 3.4666666667vw;
  }
  .p-about-us__top-contents .-spflex ul li p .t_en {
    letter-spacing: 0.2666666667vw;
  }
  .p-about-us__top-contents .-spflex .-left {
    padding-left: 0;
  }
  .p-about-us__top-contents .-spflex .-left li {
    padding: 0;
  }
  .p-about-us__top-contents .-spflex .-right {
    padding-right: 0;
  }
  .p-about-us__top-contents .-spflex .-right li {
    padding: 0;
  }
}
.p-about-us__company-info {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 165px;
  width: 100%;
}

.p-about-us__company-info .-heading {
  width: 80%;
  margin: auto;
}

.p-about-us__company-info .-heading h1 {
  font-size: 4.5rem;
  letter-spacing: 2px;
  width: 100%;
}

.p-about-us__company-info .-heading h1 hr {
  width: 590px;
}

.p-about-us__company-info .-heading h1 .profile {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .p-about-us__company-info {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .p-about-us__company-info .-heading h1 {
    font-size: 2rem;
  }
  .p-about-us__company-info .-heading h1 hr {
    width: 230px;
  }
  .p-about-us__company-info .-heading h1 .profile {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.p-about-us__company-info .-summary {
  display: flex;
  width: 80%;
  margin: auto;
}

.p-about-us__company-info .-summary img {
  width: 50%;
}

.p-about-us__company-info .-summary .-inner {
  width: 50%;
}

.p-about-us__company-info .-summary .-inner img {
  width: 100%;
}

.p-about-us__company-info .-summary .-inner .-unit {
  width: 100%;
  padding: 0 5%;
  margin-top: 0;
  background-color: #f3f7e1;
}

.p-about-us__company-info .-summary .-inner .-unit .-text-jp {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
  padding-top: 60px;
  margin-bottom: 30px;
}

.p-about-us__company-info .-summary .-inner .-unit hr {
  border: 0.5px solid #000000;
  width: 100%;
}

.p-about-us__company-info .-summary .-inner .-unit .-text-en {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
  line-height: 30px;
}

.p-about-us__company-info .-summary .-inner .-unit .-input {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  letter-spacing: 5px;
}

.p-about-us__company-info .-summary .-inner .-unit .-input .-contact {
  font-size: 2rem;
  font-weight: bold;
  color: #6e6750;
  margin-right: 30px;
}

.p-about-us__company-info .-summary .-inner .-unit .-input .-mail {
  font-weight: bold;
  background: #6e6750;
  border: 1px solid #707070;
  color: #fff;
  padding: 5px 15px;
  display: inline;
}

.p-about-us__company-info .-summary .-inner .-unit .-input .-mail:hover {
  color: #fff;
  background-color: #a69982;
}

.p-about-us__company-info .-summary .swiper-button-prev,
.p-about-us__company-info .-summary .swiper-button-next {
  height: 50px;
  width: 50px;
}

.p-about-us__company-info .-summary .swiper-button-prev:after,
.p-about-us__company-info .-summary .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

@media (max-width: 960px) {
  .p-about-us__company-info .-summary .swiper-button-prev:after,
  .p-about-us__company-info .-summary .swiper-button-next:after {
    height: 35px;
    width: 35px;
  }
}
.p-about-us__company-info .-summary .swiper-button-prev {
  left: -25px;
  width: 44px;
}

.p-about-us__company-info .-summary .swiper-button-prev::after {
  background-image: url("../images/common/prev2.svg");
}

.p-about-us__company-info .-summary .swiper-button-next {
  right: -25px;
  width: 44px;
}

.p-about-us__company-info .-summary .swiper-button-next::after {
  background-image: url("../images/common/next2.svg");
}

.p-about-us__company-info .-summary .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-about-us__company-info .-summary .swiper-pagination-bullets {
  bottom: -50px;
  width: auto;
  right: 50px;
  left: initial;
}

@media (max-width: 960px) {
  .p-about-us__company-info .-summary .swiper-pagination-bullets {
    right: 30%;
    left: 30%;
  }
}
.p-about-us__company-info .-summary .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid black;
}

.p-about-us__company-info .-summary .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: black;
}

.p-about-us__company-info .swiper-container {
  overflow: initial !important;
}

.p-about-us__company-info .swiper-slide-next a,
.p-about-us__company-info .swiper-slide-prev a {
  pointer-events: none;
}

.p-about-us__company-info .swiper-slide-next img,
.p-about-us__company-info .swiper-slide-prev img {
  opacity: 0;
  transition: 2.5s;
}

.p-about-us__company-info .-menu {
  width: 80%;
  margin: auto;
  background-color: #a0a08f;
  color: #fff;
  padding-top: 50px;
}

.p-about-us__company-info .-menu dl {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.p-about-us__company-info .-menu dl dt {
  width: 35%;
  text-align: center;
  font-size: 1.8rem;
  border-top: 0.5px solid #bebcbc;
  padding: 5px;
}

.p-about-us__company-info .-menu dl dd {
  width: 65%;
  font-size: 1.8rem;
  padding: 5px;
  padding-left: 10px;
  border-top: 0.5px solid #fff;
}

.p-about-us__company-info .-menu dl .-top {
  border-top: none;
}

.p-about-us__company-info .-menu .-contact {
  text-align: right;
  padding-right: 50px;
  padding-bottom: 50px;
}

.p-about-us__ceo-message {
  padding-top: 110px;
  width: 100%;
}

.p-about-us__ceo-message .-top .-heading {
  width: 100%;
  align-items: center;
  display: flex;
}

.p-about-us__ceo-message .-top .-heading .-left {
  width: 45%;
  background: white;
}

.p-about-us__ceo-message .-top .-heading h1 {
  font-size: 4.5rem;
  letter-spacing: 2px;
  width: 100%;
  margin-left: 20%;
  padding-top: 110px;
}
.p-about-us__ceo-message .-top .-heading h1 .t_jp {
  font-size: 40px;
  line-height: 2;
}

.p-about-us__ceo-message .-top .-heading h1 hr {
  width: 75%;
}

.p-about-us__ceo-message .-top .-heading h1 .-profile {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 10px;
  padding-bottom: 110px;
}

.p-about-us__ceo-message .-top .-heading .-post {
  margin-left: 20%;
}

.p-about-us__ceo-message .-top .-heading .-post .-post-jp {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.p-about-us__ceo-message .-top .-heading .-post .-post-en {
  font-size: 1.5rem;
  color: #6e6750;
  padding-bottom: 20px;
}

.p-about-us__ceo-message .-top .-heading .-name {
  margin-left: 20%;
}

.p-about-us__ceo-message .-top .-heading .-name .-name-jp {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.p-about-us__ceo-message .-top .-heading .-name .-name-en {
  font-size: 1.5rem;
  color: #6e6750;
  padding-bottom: 140px;
}

.p-about-us__ceo-message .-top .-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  top: -170px;
}
@media screen and (min-width: 769px) {
  .p-about-us__ceo-message .-top .-box.is_mono {
    display: block;
  }
  .p-about-us__ceo-message .-top .-box.is_mono .-text-jp {
    top: -25px;
    left: 171px;
    width: 60%;
    font-size: 16px;
  }
}

.p-about-us__ceo-message .-top .-text-jp {
  background-color: #5f5441;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 50%;
  padding: 55px 75px;
  padding-right: 110px;
  z-index: 999;
  position: relative;
  top: -200px;
  right: -70px;
}

.p-about-us__ceo-message .-top .-text-en {
  background-color: #a0a08f;
  color: #fff;
  font-size: 1.8rem;
  line-height: 27px;
  width: 45%;
  z-index: 9999;
  padding: 70px;
  position: relative;
  bottom: -40px;
  line-height: 1.15;
}

@media (max-width: 960px) {
  .p-about-us__ceo-message {
    padding-top: 0px;
  }
  .p-about-us__ceo-message .-top .-heading {
    display: block;
  }
  .p-about-us__ceo-message .-top .-heading .-left {
    width: 100%;
  }
  .p-about-us__ceo-message .-top .-heading .-left h1 {
    font-size: 6.1333333333vw;
    margin-left: 10%;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .p-about-us__ceo-message .-top .-heading .-left h1 .t_jp {
    font-size: 5.3333333333vw;
  }
  .p-about-us__ceo-message .-top .-heading .-left h1 hr {
    width: 235px;
  }
  .p-about-us__ceo-message .-top .-heading .-left h1 .-profile {
    font-size: 1.5rem;
    padding-bottom: 0;
  }
  .p-about-us__ceo-message .-top .-heading .-left .-post {
    margin-left: 10%;
  }
  .p-about-us__ceo-message .-top .-heading .-left .-post .-post-jp {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-about-us__ceo-message .-top .-heading .-left .-post .-post-en {
    font-size: 3.4666666667vw;
    padding-bottom: 4vw;
  }
  .p-about-us__ceo-message .-top .-heading .-left .-name {
    margin-left: 10%;
  }
  .p-about-us__ceo-message .-top .-heading .-left .-name .-name-jp {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-about-us__ceo-message .-top .-heading .-left .-name .-name-en {
    font-size: 1.3rem;
    padding-bottom: 25px;
  }
  .p-about-us__ceo-message .-top .-heading img {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .p-about-us__ceo-message .-top .-box {
    position: static;
    display: block;
  }
  .p-about-us__ceo-message .-top .-text-jp {
    position: static;
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
    padding: 10%;
  }
  .p-about-us__ceo-message .-top .-text-en {
    position: static;
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
    padding: 10%;
  }
}
.p-about-us__gallery {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.p-about-us__gallery .-heading {
  width: 80%;
  margin: auto;
}

.p-about-us__gallery .-heading h1 {
  font-size: 4.5rem;
  letter-spacing: 2px;
  width: 100%;
}
.p-about-us__gallery .-heading h1 .t_jp {
  font-size: 40px;
  line-height: 2;
}

.p-about-us__gallery .-heading h1 hr {
  border: 0.5px solid black;
  width: 590px;
}

.p-about-us__gallery .-heading h1 .profile {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 40px;
}

.p-about-us__gallery .-inner {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.p-about-us__gallery .-inner ul li {
  margin-bottom: 75px;
  margin-right: 5%;
  margin-left: 5%;
}

.p-about-us__gallery .-link {
  width: 100%;
  text-align: center;
}

.p-about-us__gallery .-link .--btn {
  text-align: left;
  display: inline-block;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px;
  width: 250px;
  position: relative;
  margin-top: 90px;
  margin-bottom: 160px;
}

.p-about-us__gallery .-link .--btn::after {
  content: url("../images/hotels/learnmore.svg");
  position: absolute;
  right: 20px;
}

.p-about-us__gallery .-link .--btn:hover {
  color: #fff;
  background-color: #707070;
}

.p-about-us__gallery .-link .--btn:hover::after {
  content: url("../images/hotels/learnmore-white.svg");
  position: absolute;
  right: 20px;
}

.p-about-us__gallery p.btn_more a {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .p-about-us__gallery {
    padding-top: 16vw;
  }
  .p-about-us__gallery .-heading h1 {
    font-size: 6.6666666667vw;
  }
  .p-about-us__gallery .-heading h1 .t_jp {
    font-size: 5.3333333333vw;
  }
  .p-about-us__gallery .-heading h1 hr {
    width: 61.3333333333vw;
  }
  .p-about-us__gallery .-heading h1 .profile {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .p-about-us__gallery .-inner ul li {
    margin-bottom: 20px;
  }
  .p-about-us__gallery .-link {
    margin-top: 30px;
  }
  .p-about-us__gallery .-link .--btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-gallery__main-visual .-heading {
  width: 90%;
  margin: auto;
  padding: 30px;
  padding-top: 170px;
}

@media (max-width: 960px) {
  .p-gallery__main-visual .-heading {
    padding-top: 50px;
  }
}
.p-gallery__main-visual .-heading h1 {
  font-size: 4.5rem;
  letter-spacing: 2px;
  width: 100%;
}
.p-gallery__main-visual .-heading h1.t_jp {
  font-size: 40px;
  line-height: 2;
}

@media (max-width: 960px) {
  .p-gallery__main-visual .-heading h1 {
    font-size: 2.5rem;
  }
  .p-gallery__main-visual .-heading h1.t_jp {
    font-size: 20px;
  }
}
.p-gallery__main-visual .-heading h1 hr {
  width: 42%;
  margin: 5px 0;
}

.p-gallery__main-visual .-heading .profile {
  font-size: 2rem;
  margin-top: 10px;
  font-weight: normal;
}

@media (max-width: 960px) {
  .p-gallery__main-visual .-heading .profile {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.p-gallery__main-visual .-inner {
  width: 90%;
  margin: auto;
  display: flex;
  padding-bottom: 60px;
}

.p-gallery__main-visual .-inner ul {
  width: 33.3%;
}

@media (max-width: 960px) {
  .p-gallery__main-visual .-inner ul {
    width: 50%;
  }
}
.p-gallery__main-visual .-inner ul li {
  padding: 30px;
}

@media (max-width: 960px) {
  .p-gallery__main-visual .-inner ul li {
    padding: 10px;
  }
}
.p-gallery__main-visual .-inner ul li img {
  width: 100%;
}

.p-gallery figcaption {
  display: flex;
  align-items: center;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 9;
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000, 0 1px 1px #000, 0 -1px 1px #000;
}
.p-gallery figcaption span {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.p-gallery figcaption span img {
  width: 25px !important;
}

@media (max-width: 960px) {
  .p-gallery figcaption {
    left: 3px;
    bottom: 40px;
    font-size: 0.8em;
    position: relative;
    display: block;
    text-shadow: 0.5px 0.5px 0.5px #000, -0.5px -0.5px 0.5px #000, -0.5px 0.5px 0.5px #000, 0.5px -0.5px 0.5px #000, 0.5px 0 0.5px #000, -0.5px 0 0.5px #000, 0 0.5px 0.5px #000, 0 -0.5px 0.5px #000;
  }
  .p-gallery figcaption span {
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }
  .p-gallery figcaption span img {
    width: 14px !important;
    height: 14px;
  }
  .p-gallery figcaption span::before {
    top: 3px;
  }
  .p-gallery figcaption span::after {
    width: 18px;
    height: 18px;
  }
  .p-gallery figcaption.w_long {
    font-size: 0.65em;
  }
}
.p-hotels {
  background-color: #f4f4f4;
}

.p-hotels__main-visual {
  background-image: url(../images/hotels/hotels_image_eyecatch_230410.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 20px;
}

.p-hotels__main-visual div {
  padding: 150px;
  margin: auto;
  color: #fff;
  z-index: 9999;
}

.p-hotels__main-visual div h1 {
  font-size: 5rem;
  letter-spacing: 3px;
}
.p-hotels__main-visual div h1.t_jp {
  font-size: 40px;
}

.p-hotels__main-visual div h2 {
  font-size: 4.5rem;
  letter-spacing: 3px;
}

.p-hotels__main-visual div p {
  padding: 20px 0;
  font-size: 2rem;
}

.p-hotels__main-visual div .--btn {
  display: inline-block;
  color: black;
  background-color: #f4f4f4;
  padding: 15px;
  width: 227px;
  position: relative;
  margin-top: 20px;
  font-size: 1.8rem;
}

.p-hotels__main-visual div .--btn::after {
  content: url("../images/hotels/learnmore.svg");
  position: absolute;
  right: 20px;
}

.p-hotels__main-visual div .--btn:hover {
  color: #f4f4f4;
  background-color: #707070;
}

.p-hotels__main-visual div .--btn:hover::after {
  content: url("../images/hotels/learnmore-white.svg");
}

@media (max-width: 960px) {
  .p-hotels__main-visual {
    background-size: cover;
    text-align: center;
    margin: 0;
  }
  .p-hotels__main-visual div {
    padding: 0;
    padding-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .p-hotels__main-visual div h1 {
    font-size: 6.4vw;
    margin: auto;
    letter-spacing: 1px;
  }
  .p-hotels__main-visual div h1.t_jp {
    font-size: 5.3333333333vw;
  }
  .p-hotels__main-visual div h2 {
    font-size: 5.3333333333vw;
    width: 90%;
    margin: auto;
    letter-spacing: 0.2666666667vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 0;
  }
  .p-hotels__main-visual div p {
    font-size: 4.8vw;
    width: 90%;
    margin: auto;
    letter-spacing: 0.2666666667vw;
    padding-bottom: 0;
  }
  .p-hotels__main-visual div p.btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
  .p-hotels__main-visual div .--btn {
    font-size: 1.8rem;
    padding-right: 80px;
  }
}
.p-hotels__lineup {
  width: 80%;
  margin: auto;
  color: black;
}

.p-hotels__lineup div h1 {
  font-size: 5.4rem;
  letter-spacing: 2px;
  width: 100%;
  line-height: 1;
  padding-bottom: 10px;
}
.p-hotels__lineup div h1.t_jp {
  font-size: 40px;
}

.p-hotels__lineup div hr {
  width: 630px;
  margin-top: 5px;
}

.p-hotels__lineup div .secondary {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
  margin-top: 10px;
}

.p-hotels__lineup h2 {
  font-size: 2.4rem;
  margin-top: 100px;
  margin-bottom: 15px;
  color: #606060;
}

.p-hotels__lineup .hotel-group {
  display: flex;
  flex-wrap: wrap;
}

.p-hotels__lineup .hotel-group .-active,
.p-hotels__lineup .hotel-group .-btn2:hover {
  color: #f4f4f4 !important;
  background: #707070 !important;
}

.p-hotels__lineup .hotel-group .-list {
  text-align: initial;
}

.p-hotels__lineup .hotel-group .-btn2 {
  margin-right: 15px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  padding: 5px;
  width: 135px;
  background: #f4f4f4;
  color: #606060;
  transition: 0.3s;
  border: 0.5px solid #707070;
}
.p-hotels__lineup .hotel-group.t_jp .-btn2 {
  font-size: 18px;
}

.p-hotels__lineup .hotel-group .-wide {
  width: 210px;
}

.p-hotels__lineup ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.p-hotels__lineup ul li {
  width: 33%;
  position: relative;
  margin: 0 0 80px;
  padding: 20px;
}

.p-hotels__lineup ul li figure {
  overflow: hidden;
}

.p-hotels__lineup ul li figure img {
  width: 100%;
  cursor: pointer;
  transition: 0.4s;
}

.p-hotels__lineup ul li figure img:hover {
  transform: scale(1.1);
}

.p-hotels__lineup ul li div {
  width: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.p-hotels__lineup ul li .-logobox .-left {
  padding-right: 3%;
}

.p-hotels__lineup ul li div div {
  display: block;
}

.p-hotels__lineup ul li div h3 {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.p-hotels__lineup ul li div .--btn {
  display: block;
  color: #fff;
  background-color: #6e6750;
  border: 1px solid #6e6750;
  font-size: 1.5rem;
  padding: 10px;
  width: 200px;
  position: relative;
  letter-spacing: 2px;
  font-weight: bold;
}

.p-hotels__lineup ul li div .--btn::after {
  content: url("../images/hotels/learnmore-white.svg");
  position: absolute;
  right: 10px;
}

.p-hotels__lineup ul li div .--btn:hover {
  color: #f4f4f4;
  background-color: #a69982;
  border: 1px solid #a69982;
}

.p-hotels__lineup ul li div .--btn:hover::after {
  content: url("../images/hotels/learnmore-white.svg");
  position: absolute;
  right: 10px;
}

@media (max-width: 960px) {
  .p-hotels__lineup {
    width: 93.3333333333vw;
    margin-right: 0;
  }
  .p-hotels__lineup div h1 {
    font-size: 6.6666666667vw;
    padding-bottom: 0;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .p-hotels__lineup div h1.t_jp {
    font-size: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .p-hotels__lineup div hr {
    margin-top: 0;
    width: 80vw;
  }
  .p-hotels__lineup div .secondary {
    font-size: 4vw;
    letter-spacing: 0.2666666667vw;
    line-height: 1.8;
    padding-right: 10%;
  }
  .p-hotels__lineup h2 {
    font-size: 5.6vw;
    color: #000;
    margin-top: 10.6666666667vw;
  }
  .p-hotels__lineup .hotel-group .-list {
    margin-top: 1.3333333333vw;
  }
  .p-hotels__lineup .hotel-group .-list .-btn2 {
    width: 19.2vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .p-hotels__lineup .hotel-group .-list .-wide {
    width: 38.6666666667vw;
    margin-right: 1.3333333333vw;
    font-size: 4.8vw;
  }
  .p-hotels__lineup .hotel-group.t_jp .-list .-btn2,
  .p-hotels__lineup .hotel-group.t_jp .-list .-wide {
    font-size: 4vw;
  }
  .p-hotels__lineup ul {
    margin-top: 9.3333333333vw;
    margin-bottom: 17.3333333333vw;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .p-hotels__lineup ul li {
    width: 80vw;
    margin-bottom: 9.3333333333vw;
    padding: 0;
    padding-right: 5.3333333333vw;
    min-width: 80vw;
  }
  .p-hotels__lineup ul li img {
    margin: auto;
  }
  .p-hotels__lineup ul li figure img {
    height: 56vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-hotels__lineup ul li .-logobox {
    margin: auto;
    padding-top: 2.6666666667vw;
  }
  .p-hotels__lineup ul li .-logobox h3 {
    font-size: 4vw;
    letter-spacing: 0;
    margin: 0;
    min-height: 12vw;
    display: flex;
    align-items: center;
  }
  .p-hotels__lineup ul li .-logobox h3.font_ak {
    font-size: 4.8vw;
  }
  .p-hotels__lineup ul li .-logobox h3 .font_ak {
    font-size: 4.8vw;
    display: block;
    padding-top: 0.8vw;
  }
  .p-hotels__lineup ul li .-logobox .-left {
    width: 40%;
    padding-right: 2.6666666667vw;
  }
  .p-hotels__lineup ul li .-logobox .-left img {
    padding: 0 1.3333333333vw;
  }
  .p-hotels__lineup ul li .-logobox .-detail {
    width: 60%;
    padding-left: 0;
  }
  .p-hotels__lineup ul li .-logobox .-detail .btn_more {
    margin-top: 2.6666666667vw;
  }
}
.p-hotels__map {
  background-color: #fff;
  width: 100%;
  padding-bottom: 110px;
}

.p-hotels__map div {
  margin-left: 10%;
  padding-bottom: 30px;
}

.p-hotels__map div h1 {
  font-size: 4.5rem;
  padding-top: 85px;
}
.p-hotels__map div h1.t_jp {
  font-size: 40px;
  padding-bottom: 8px;
}

.p-hotels__map div hr {
  margin-top: 0;
  width: 600px;
}

.p-hotels__map div .secondary {
  font-size: 18px;
  margin-top: 15px;
  line-height: 2;
}
.p-hotels__map div .secondary.t_en {
  letter-spacing: 2px;
}

.p-hotels__map img {
  position: relative;
}

@media (max-width: 960px) {
  .p-hotels__map {
    padding-bottom: 50px;
  }
  .p-hotels__map div {
    width: 90%;
    margin: auto;
    padding-top: 50px;
  }
  .p-hotels__map div h1 {
    font-size: 2.4rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-hotels__map div h1.t_jp {
    font-size: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .p-hotels__map div hr {
    margin-top: 0;
    width: 320px;
    max-width: 100%;
  }
  .p-hotels__map div .secondary {
    font-size: 1.5rem;
  }
}
.p-hotels__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10001;
}

.p-hotels__modal .-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1450px;
  width: 95%;
}

.p-hotels__modal .-left {
  width: 47.2%;
}

.p-hotels__modal .-left div {
  display: flex;
  width: 50%;
}

.p-hotels__modal .-right {
  width: 50%;
  padding-left: 25px;
  padding-top: 20px;
}

.p-hotels__modal .-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.p-hotels__modal .-content {
  background: rgb(26, 26, 26);
  color: white;
  text-align: left;
  padding: 50px;
  display: none;
}
.p-hotels__modal .-content.show {
  display: flex;
}
.p-hotels__modal .-content .btn_area {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.p-hotels__modal .-content h2 {
  margin-bottom: 10px;
}

.p-hotels__modal .-content .-title {
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid white;
  padding-left: 10px;
}

.p-hotels__modal .-content .-title h1 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1450px) {
  .p-hotels__modal .-content .-title h1 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.p-hotels__modal .-content .-title p {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-hotels__modal .-content .-title .logo_wrap {
  margin-right: 20px;
  max-width: 100px;
}
.p-hotels__modal .-content .-title .logo_wrap img {
  width: auto;
}

.p-hotels__modal .-content .-title .-w20 {
  width: 20%;
}

@media (max-width: 960px) {
  .p-hotels__modal .-content .-title .-w20 {
    height: 50%;
    width: 30%;
    margin-top: 20px;
  }
}
.p-hotels__modal .-content .-title .-w25 {
  width: 25%;
}

@media (max-width: 960px) {
  .p-hotels__modal .-content .-title .-w25 {
    width: 30%;
    height: 20%;
    margin-top: 3%;
  }
}
.p-hotels__modal .-content .-title .-w30 {
  width: 30%;
}

@media (max-width: 960px) {
  .p-hotels__modal .-content .-title .-w30 {
    width: 80%;
    height: 20%;
    margin-top: 10%;
  }
  .p-hotels__modal .-content .btn_area {
    margin-top: 5.3333333333vw;
    display: block;
  }
  .p-hotels__modal .-content .btn_area .btn_more + .btn_more {
    margin-top: 5.3333333333vw;
  }
}
.p-hotels__modal .-content .-box {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid white;
}

.p-hotels__modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

@media (max-width: 960px) {
  .p-hotels__modal .-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-hotels__modal .-body .-content {
    padding: 0;
    padding-bottom: 60px;
  }
  .p-hotels__modal .-body .-content .-box {
    padding-bottom: 80px;
  }
  .p-hotels__modal .-body .-content .-right {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    padding: 0;
  }
  .p-hotels__modal .-body .-content .-right .u-sp {
    width: 100%;
    margin: auto;
  }
  .p-hotels__modal .-body .-content .-right .-title {
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
    padding-left: 0;
  }
  .p-hotels__modal .-body .-content .-right .-title div {
    width: 60%;
  }
  .p-hotels__modal .-body .-content .-right .-title div h1 {
    font-size: 2rem;
  }
  .p-hotels__modal .-body .-content .-right .-title div p {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
  }
  .p-hotels__modal .-body .-content .-right h2 {
    font-size: 1.5rem;
  }
  .p-hotels__modal .-body .-content .-right p {
    font-size: 1.3rem;
  }
  .p-hotels__modal .-content .btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-hotels__modal.-active {
  opacity: 1;
  visibility: visible;
}

.p-newsmedia {
  background-color: #f0efed;
  overflow: hidden;
}

.p-newsmedia__main h1 {
  color: #2e2e2e;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 100px;
  border-bottom: 1px solid #000000;
  width: 350px;
  margin: 0 auto 20px auto;
}

.p-newsmedia__main p {
  color: #2e2e2e;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 160px auto;
}

@media (max-width: 960px) {
  .p-newsmedia__main p {
    margin: 0 auto 100px auto;
  }
}
.p-newsmedia__text {
  width: 80%;
  margin: auto;
}

@media (max-width: 960px) {
  .p-newsmedia__text div img {
    width: 70%;
    margin: auto;
    position: relative;
    left: -10px;
  }
}
.p-newsmedia__text div span {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
}

@media (max-width: 960px) {
  .p-newsmedia__text div span {
    display: block;
    text-align: center;
    position: relative;
    right: 15px;
  }
}
.p-newsmedia__text div p {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-newsmedia__text div p {
    text-align: center;
    position: relative;
    right: 15px;
  }
}
.p-newsmedia__text .swiper-container {
  width: 105%;
  padding-left: 30px;
  position: relative;
  right: 30px;
}

@media (max-width: 960px) {
  .p-newsmedia__text .swiper-container {
    width: 120%;
  }
}
.p-newsmedia__text .swiper-button-prev,
.p-newsmedia__text .swiper-button-next {
  height: 50px;
  width: 50px;
  top: 37.5%;
}

.p-newsmedia__text .swiper-slide-next a,
.p-newsmedia__text .swiper-slide-prev a {
  pointer-events: none;
}

.p-newsmedia__text .swiper-slide-next li > img,
.p-newsmedia__text .swiper-slide-prev li > img {
  opacity: 0;
  transition: 2.5s;
}

.p-newsmedia__text .swiper-button-prev:after,
.p-newsmedia__text .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

.p-newsmedia__text .swiper-button-prev {
  left: 0px;
}

@media (max-width: 960px) {
  .p-newsmedia__text .swiper-button-prev {
    left: 0px;
  }
}
.p-newsmedia__text .swiper-button-prev::after {
  background-image: url("../images/common/prev2.svg");
}

.p-newsmedia__text .swiper-button-next {
  right: 45px;
}

@media (max-width: 960px) {
  .p-newsmedia__text .swiper-button-next {
    right: 0px;
  }
}
.p-newsmedia__text .swiper-button-next::after {
  background-image: url("../images/common/next2.svg");
}

.p-news {
  background-color: #f0efed;
}

@media (max-width: 960px) {
  .p-news {
    padding-bottom: 100px;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 960px) {
  .p-news {
    width: 100%;
  }
}
.p-news__main h1 {
  color: #2e2e2e;
  font-size: 4rem;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  width: 350px;
  margin: 0 auto 20px auto;
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .p-news__main h1 {
    font-size: 3rem;
    width: 80%;
  }
}
.p-news__main p {
  color: #2e2e2e;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 80px auto;
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .p-news__main p {
    font-size: 1.7rem;
  }
}
.p-news__article {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}

@media (max-width: 960px) {
  .p-news__article {
    display: block;
    width: 80%;
  }
}
.p-news__article ul {
  width: 50%;
}

@media (max-width: 960px) {
  .p-news__article ul {
    width: 100%;
  }
}
.p-news__article ul li {
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .p-news__article ul li {
    margin-bottom: 0;
  }
}
.p-news__article ul li img {
  margin-bottom: 10px;
  margin: auto;
}

@media (max-width: 960px) {
  .p-news__article ul li img {
    margin-bottom: 0;
  }
}
.p-news__article ul li .-text {
  width: 90%;
  margin: auto;
  padding-top: 25px;
}

@media (max-width: 960px) {
  .p-news__article ul li .-text {
    width: 90%;
    padding-top: 15px;
  }
}
.p-news__article ul li .-text span {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
}

@media (max-width: 960px) {
  .p-news__article ul li .-text span {
    letter-spacing: 0.1rem;
  }
}
.p-news__article ul li .-text h2 {
  letter-spacing: 0.15rem;
  font-size: 2rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 10px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .p-news__article ul li .-text h2 {
    letter-spacing: 0rem;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}
.p-news__article ul li .-text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding-top: 5px;
}

@media (max-width: 960px) {
  .p-news__article ul li .-text h3 {
    font-size: 1.3rem;
    letter-spacing: 0rem;
    padding-top: 15px;
  }
}
.p-news__article ul li .-text p {
  font-size: 1.3rem;
  margin-top: 20px;
  margin-bottom: 150px;
  line-height: 25px;
}
.p-news__article ul li .-text p a {
  color: #1d65d9;
  text-decoration: underline;
}
.p-news__article ul li .-text p a:hover {
  text-decoration: none;
}

@media (max-width: 960px) {
  .p-news__article ul li .-text p {
    margin-bottom: 50px;
  }
}
.p-news .-left {
  padding-right: 30px;
}

.p-news .-right {
  padding-left: 30px;
  /* padding-bottom: 100px; */
}

/* .p-news .-right p {
  padding-bottom: 150px;
} */
@media (max-width: 960px) {
  .p-news .-right p {
    padding-bottom: 0px;
  }
}
.p-news .-detail {
  margin-bottom: 100px;
}

.p-news .-exposure {
  position: relative;
  margin-bottom: 250px;
}
.p-news .-exposure .-wrap .btn_more a {
  margin: 0 auto;
}

@media (max-width: 960px) {
  .p-news .-exposure {
    margin-bottom: 0;
  }
}
.p-news .-exposure .-wrap {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 40%;
}

.p-news .-exposure .-wrap span {
  display: block;
  font-size: 4rem;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .p-news .-exposure .-wrap span {
    font-size: 2.5rem;
  }
}
.p-team {
  background-color: #f0efed;
}

.p-team__main-visual {
  width: 80%;
  margin: auto;
}

.p-team__main-visual .-heading h1 {
  font-size: 4.5rem;
  letter-spacing: 2px;
  width: 100%;
}

.p-team__main-visual .-heading h1 hr {
  width: 42%;
}

.p-team__main-visual .-heading h1 p {
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 120px;
  font-weight: normal;
}

.p-team__main-visual .-box {
  display: flex;
  justify-content: space-between;
}

.p-team__main-visual .-box .-left {
  width: 48%;
  padding: 55px;
  height: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.p-team__main-visual .-box .-left img {
  margin: auto;
}

.p-team__main-visual .-box .-left .-post .-jp {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.p-team__main-visual .-box .-left .-post .-en {
  font-size: 1.5rem;
  color: #6e6750;
  letter-spacing: 1px;
}

.p-team__main-visual .-box .-left .-name {
  margin-top: 7px;
}

.p-team__main-visual .-box .-left .-name .-jp {
  font-size: 2.3rem;
  font-weight: bold;
}

.p-team__main-visual .-box .-left .-name .-en {
  font-size: 1.5rem;
  color: #6e6750;
  letter-spacing: 1px;
}

.p-team__main-visual .-box .-left hr {
  width: 85%;
  border: 0.5px solid #707070;
}

.p-team__main-visual .-box .-left p {
  width: 100%;
  font-size: 1.3rem;
}

.p-team__main-visual .-box .-left .-text-jp {
  letter-spacing: 2px;
  line-height: 23px;
}

.p-team__main-visual .-box .-left .-text-en {
  letter-spacing: 2px;
  text-align: left;
}

.p-team__main-visual .-box .-right {
  width: 48%;
}

.p-team__main-visual .-box .-right .-detail {
  padding: 55px 50px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.p-team__main-visual .-box .-right .-detail img {
  margin: auto;
  width: 100%;
}

.p-team__main-visual .-box .-right .-detail .-post .-post-jp {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 40px;
}

.p-team__main-visual .-box .-right .-detail .-post .-post-en {
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #6e6750;
  padding-top: 5px;
  padding-bottom: 7px;
}

.p-team__main-visual .-box .-right .-detail .-name {
  margin-top: 7px;
}
.p-team__main-visual .-box .-right .-detail .-name .-name-jp {
  font-size: 2.3rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.p-team__main-visual .-box .-right .-detail .-name .-name-en {
  font-size: 1.3rem;
  color: #6e6750;
  padding-top: 5px;
  letter-spacing: 1px;
}

.p-team__main-visual .-box .-right .-detail hr {
  width: 85%;
  border: 0.5px solid #707070;
}

.p-team__main-visual .-box .-right .-detail .-text-jp {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 2px;
  line-height: 23px;
}

.p-team__main-visual .-box .-right .-detail .-text-en {
  width: 100%;
  font-size: 1.3rem;
  text-align: left;
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .p-team__main-visual {
    width: 90%;
  }
  .p-team__main-visual .-heading {
    padding-top: 2em;
  }
  .p-team__main-visual .-heading h1 {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .p-team__main-visual .-heading h1 hr {
    border: 0.5px solid black;
    width: 75%;
  }
  .p-team__main-visual .-heading h1 p {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .p-team__main-visual .-box {
    display: block;
  }
  .p-team__main-visual .-box .-left {
    width: 100%;
    padding: 10px;
  }
  .p-team__main-visual .-box .-left .-post {
    margin-top: 30px;
  }
  .p-team__main-visual .-box .-left .-post .-jp {
    font-size: 1.8rem;
  }
  .p-team__main-visual .-box .-left .-post .-en {
    font-size: 1.3rem;
  }
  .p-team__main-visual .-box .-left .-name .-jp {
    font-size: 1.8rem;
  }
  .p-team__main-visual .-box .-left .-name .-en {
    font-size: 1.3rem;
  }
  .p-team__main-visual .-box .-left hr {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .p-team__main-visual .-box .-left p {
    font-size: 1.3rem;
  }
  .p-team__main-visual .-box .-left .-text-jp {
    line-height: 25px;
  }
  .p-team__main-visual .-box .-left .-text-en {
    padding-bottom: 30px;
  }
  .p-team__main-visual .-box .-right {
    width: 100%;
    padding-top: 40px;
  }
  .p-team__main-visual .-box .-right .-detail {
    padding: 10px;
  }
  .p-team__main-visual .-box .-right .-detail .-post .-post-jp {
    font-size: 1.8rem;
  }
  .p-team__main-visual .-box .-right .-detail .-post .-post-en {
    font-size: 1.3rem;
  }
  .p-team__main-visual .-box .-right .-detail .-name .-name-jp {
    font-size: 1.8rem;
  }
  .p-team__main-visual .-box .-right .-detail .-name .-name-en {
    font-size: 1.3rem;
  }
  .p-team__main-visual .-box .-right .-detail hr {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .p-team__main-visual .-box .-right .-detail p {
    font-size: 1.3rem;
  }
  .p-team__main-visual .-box .-right .-detail .-text-jp {
    line-height: 25px;
  }
  .p-team__main-visual .-box .-right .-detail .-text-en {
    padding-bottom: 30px;
  }
}
.p-privacy {
  background: #ffffff;
  width: 100%;
}
.p-privacy .ja {
  margin-top: 3px;
  font-size: 20px;
}

.p-privacy section {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

@media (max-width: 960px) {
  .p-privacy .ja {
    margin-top: 5px;
    font-size: 16px;
  }
  .p-privacy section {
    width: 90%;
  }
}
.p-privacy ul {
  list-style: disc;
  margin-left: 20px;
}

@media (max-width: 960px) {
  .p-privacy ul {
    margin-left: 15px;
  }
}
.p-privacy ul li {
  font-size: 1.5rem;
  line-height: 4rem;
  letter-spacing: 0.15rem;
}

@media (max-width: 960px) {
  .p-privacy ul li {
    font-size: 1.5rem;
    letter-spacing: 0rem;
    line-height: 2rem;
  }
}
.p-privacy h1 {
  font-size: 4.5rem;
  border-bottom: 1px solid;
  width: 50%;
  letter-spacing: 0.3rem;
}

@media (max-width: 960px) {
  .p-privacy h1 {
    font-size: 3rem;
    width: 80%;
    letter-spacing: 0.1rem;
    padding-bottom: 15px;
  }
}
.p-privacy h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .p-privacy h2 {
    font-size: 3.7333333333vw;
  }
}
.p-privacy p {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .p-privacy p {
    font-size: 3.4666666667vw;
    letter-spacing: 0rem;
    line-height: 2.5rem;
  }
}
.p-sdgs {
  overflow: hidden;
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-sdgs .-btn {
  color: black;
  background: white;
  padding: 14px 20px;
  width: 220px;
  border: none;
  display: inline-block;
  text-align: left;
  position: relative;
  font-weight: bold;
}

.p-sdgs .-btn::after {
  position: absolute;
  right: 20px;
  content: url("../images/common/learnmore.svg");
}

.p-sdgs .-btn:hover {
  color: #f4f4f4;
  background-color: #707070;
}

.p-sdgs .-btn:hover::after {
  content: url("../images/hotels/learnmore-white.svg");
  position: absolute;
  right: 20px;
}

.p-sdgs__mv {
  width: 100%;
  overflow: initial !important;
}

.p-sdgs__mv .swiper-slide {
  position: relative;
}

.p-sdgs__mv .swiper-slide .-box {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-sdgs__mv .swiper-slide .-box {
    top: 8vw;
  }
}
.p-sdgs__mv .swiper-button-prev,
.p-sdgs__mv .swiper-button-next {
  height: 50px;
  width: 50px;
}

.p-sdgs__mv .swiper-button-prev:after,
.p-sdgs__mv .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

@media (max-width: 960px) {
  .p-sdgs__mv .swiper-button-prev:after,
  .p-sdgs__mv .swiper-button-next:after {
    height: 30px;
    width: 30px;
  }
}
.p-sdgs__mv .swiper-button-prev {
  left: 100px;
}

@media (max-width: 960px) {
  .p-sdgs__mv .swiper-button-prev {
    left: 10px;
  }
}
.p-sdgs__mv .swiper-button-prev::after {
  background-image: url("../images/common/prev.svg");
}

.p-sdgs__mv .swiper-button-next {
  right: 100px;
}

@media (max-width: 960px) {
  .p-sdgs__mv .swiper-button-next {
    right: 10px;
  }
}
.p-sdgs__mv .swiper-button-next::after {
  background-image: url("../images/common/next.svg");
}

.p-sdgs__mv .swiper-slide img {
  height: auto;
  width: 100%;
  min-height: 660px;
}

@media (max-width: 960px) {
  .p-sdgs__mv .swiper-slide img {
    height: 120vw;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 0;
  }
}
.p-sdgs__mv .swiper-slide .-messagemv {
  -o-object-position: 35% 50%;
  object-position: 35% 50%;
}

.p-sdgs__mv .swiper-slide .-enviromentmv {
  -o-object-position: 70% 50%;
  object-position: 70% 50%;
}

.p-sdgs__mv .swiper-slide .-socialmv {
  -o-object-position: 48% 50%;
  object-position: 48% 50%;
}

.p-sdgs__mv .swiper-slide .-governancemv {
  -o-object-position: 43% 50%;
  object-position: 43% 50%;
}

.p-sdgs__mv .swiper-pagination-bullets {
  bottom: -50px;
  width: auto;
  right: 50px;
  left: initial;
}

@media (max-width: 960px) {
  .p-sdgs__mv .swiper-pagination-bullets {
    bottom: 5.3333333333vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.p-sdgs__mv .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid black;
  opacity: none;
}

.p-sdgs__mv .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: black;
}

.p-sdgs__mv div h1 {
  font-size: 5rem;
  letter-spacing: 5px;
  text-shadow: 1px 2px 3px #808080;
  padding: 40px;
}

@media (max-width: 960px) {
  .p-sdgs__mv div h1 {
    font-size: 6.9333333333vw;
    padding: 0 10.6666666667vw;
  }
}
.p-sdgs__mv div h2 {
  font-size: 3rem;
  line-height: 2;
  padding-bottom: 20px;
}

@media (max-width: 960px) {
  .p-sdgs__mv div h2 {
    font-size: 4vw;
    padding-bottom: 4vw;
  }
}
.p-sdgs__mv div p {
  font-size: 2.5rem;
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .p-sdgs__mv div p {
    font-size: 1.5rem;
  }
}
.p-sdgs__mv div .-link {
  margin-top: 50px;
  position: initial;
  background-color: rgba(0, 230, 230, 0.6);
  width: 365px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .p-sdgs__mv div .-link {
    margin-top: 7.4666666667vw;
    width: 80vw;
    padding: 5.3333333333vw 0;
  }
}
.p-sdgs__mv div .-link p {
  margin-bottom: 20px;
}

.p-sdgs__mv div a {
  color: black;
  background: white;
  padding: 14px 20px;
  width: 220px;
  border: 1px solid;
  display: inline-block;
  text-align: left;
  position: relative;
}

.p-sdgs__mv div a::after {
  position: absolute;
  right: 20px;
  content: url("../images/common/learnmore.svg");
}

.p-sdgs__main {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-sdgs__main h1 {
  color: #2481ca;
  font-size: 3rem;
}

.p-sdgs__main h2 {
  font-size: 3rem;
  color: black;
}

.p-sdgs__main p {
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 960px) {
  .p-sdgs__main p {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
  }
}
.p-sdgs__main .-en {
  font-size: 1.8rem;
}

@media (max-width: 960px) {
  .p-sdgs__main .-en {
    font-size: 4.2666666667vw;
    text-align: left;
    letter-spacing: 0px;
  }
}
.p-sdgs__attempt h1 {
  font-size: 3rem;
  text-align: center;
}

@media (max-width: 960px) {
  .p-sdgs__attempt h1 {
    font-size: 2rem;
  }
}
.p-sdgs__attempt div {
  background: #a0a08f;
  padding: 50px;
}

.p-sdgs__attempt div p {
  width: 30%;
  text-align: center;
}

@media (max-width: 960px) {
  .p-sdgs__attempt div p {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
}
.p-sdgs__attempt div ul {
  width: 70%;
  margin: auto;
  color: white;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .p-sdgs__attempt div ul {
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }
}
.p-sdgs__attempt div ul li.u-pc {
  width: 33.3%;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px;
}
.p-sdgs__attempt div ul li.u-pc .font_ak {
  font-size: 1.2em;
}

.p-sdgs__attempt div ul li.u-pc::before {
  content: url("../images/common/check.svg");
  margin-right: 15px;
}

.p-sdgs__attempt div ul li.u-sp {
  display: block;
  width: 100%;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 30px;
  position: relative;
  left: 50px;
}

.p-sdgs__attempt div ul li.u-sp::before {
  content: url("../images/common/check-sp.png");
  margin-right: 15px;
  position: absolute;
  left: -30px;
}

.p-sdgs__attempt .-title {
  display: flex;
  background: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .p-sdgs__attempt .-title {
    display: block;
  }
}
@media (max-width: 960px) {
  .p-sdgs__attempt .-title img {
    margin: auto;
    width: 50%;
  }
}
.p-sdgs__attempt .-title h1 {
  margin-left: 20px;
  font-weight: 500;
}

@media (max-width: 960px) {
  .p-sdgs__attempt .-title h1 {
    text-align: left;
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-sdgs__attempt .-box {
  display: flex;
  align-items: center;
}

@media (max-width: 960px) {
  .p-sdgs__attempt .-box {
    display: block;
    padding: 30px 0 0 20px;
  }
}
.p-sdgs__attempt .-box p {
  font-size: 5.4rem;
  font-weight: 500;
  color: white;
  letter-spacing: 10px;
}

@media (max-width: 960px) {
  .p-sdgs__attempt .-box p {
    font-size: 2rem;
  }
}
.p-sdgs__environment {
  display: flex;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #a29f9f;
  padding-bottom: 90px;
}

.p-sdgs .-icons img:nth-child(2) {
  animation-delay: 0.1s;
}
.p-sdgs .-icons img:nth-child(3) {
  animation-delay: 0.2s;
}
.p-sdgs .-icons img:nth-child(4) {
  animation-delay: 0.3s;
}
.p-sdgs .-icons img:nth-child(5) {
  animation-delay: 0.4s;
}
.p-sdgs .-icons img:nth-child(7) {
  animation-delay: 0.1s;
}
.p-sdgs .-icons img:nth-child(8) {
  animation-delay: 0.2s;
}
.p-sdgs .-icons img:nth-child(9) {
  animation-delay: 0.3s;
}
.p-sdgs .-icons img:nth-child(10) {
  animation-delay: 0.4s;
}

@media (max-width: 960px) {
  .p-sdgs .-icons img:nth-child(2) {
    animation-delay: 0.1s;
  }
  .p-sdgs .-icons img:nth-child(3) {
    animation-delay: 0.2s;
  }
  .p-sdgs .-icons img:nth-child(4) {
    animation-delay: 0.3s;
  }
  .p-sdgs .-icons img:nth-child(5) {
    animation-delay: 0s;
  }
  .p-sdgs .-icons img:nth-child(6) {
    animation-delay: 0.1s;
  }
  .p-sdgs .-icons img:nth-child(7) {
    animation-delay: 0.2s;
  }
  .p-sdgs .-icons img:nth-child(8) {
    animation-delay: 0.3s;
  }
  .p-sdgs .-icons img:nth-child(9) {
    animation-delay: 0s;
  }
  .p-sdgs .-icons img:nth-child(10) {
    animation-delay: 0.1s;
  }
  .p-sdgs__environment {
    display: block;
    width: 94%;
    padding-bottom: 0px;
    margin-top: 30px;
  }
}
.p-sdgs__environment .-left {
  position: relative;
  width: 50%;
  min-height: 420px;
}

@media (max-width: 960px) {
  .p-sdgs__environment .-left {
    width: 90%;
    box-shadow: none;
    margin: auto;
  }
}
.p-sdgs__environment .-left div {
  margin-top: 20px;
  padding: 0 3%;
}

@media (max-width: 960px) {
  .p-sdgs__environment .-left div {
    left: 0%;
  }
}
.p-sdgs__environment .-left div h1 {
  font-size: 5.4rem;
  letter-spacing: 5px;
}

@media (max-width: 960px) {
  .p-sdgs__environment .-left div h1 {
    font-size: 2rem;
    margin-left: 7px;
    margin-top: 10px;
  }
}
.p-sdgs__environment .-left div h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #2481ca;
}

@media (max-width: 960px) {
  .p-sdgs__environment .-left div h2 {
    font-size: 2rem;
    margin-left: 7px;
  }
}
.p-sdgs__environment .-left div p {
  font-size: 1.5rem;
}

@media (max-width: 960px) {
  .p-sdgs__environment .-left div p {
    font-size: 1.5rem;
    margin-left: 7px;
  }
}
.p-sdgs__environment .-left .-icons {
  display: flex;
  flex-wrap: wrap;
  position: initial;
  margin: 20px 0;
  padding-left: 0;
}
.p-sdgs__environment .-left .-icons img {
  margin: 5px;
  width: 18%;
}

@media (max-width: 960px) {
  .p-sdgs__environment .-left .-icons {
    width: 320px;
    justify-content: center;
    margin: 30px auto;
    padding: 0;
  }
  .p-sdgs__environment .-left .-icons img {
    width: 66px;
    margin: 1%;
  }
}
.p-sdgs__environment .-left .-link {
  bottom: 15px;
  left: 40px;
  padding-left: 4%;
}

@media (max-width: 960px) {
  .p-sdgs__environment .-left .-link {
    top: 470px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .p-sdgs__environment .-left .-link a {
    margin: 0 auto;
  }
}
.p-sdgs__environment .-left .-link a:hover {
  color: #f4f4f4;
  background-color: #a69982;
}

.p-sdgs__environment .-right {
  width: 50%;
}

.p-sdgs__environment .-right img {
  width: 100%;
  min-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 470px;
}

.p-sdgs__social {
  display: flex;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #a29f9f;
  padding-bottom: 90px;
}

@media (max-width: 960px) {
  .p-sdgs__social {
    display: block;
    width: 85%;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.p-sdgs__social .-left {
  width: 50%;
}

@media (max-width: 960px) {
  .p-sdgs__social .-left {
    width: 100%;
    margin: auto;
  }
}
.p-sdgs__social .-left img {
  width: 100%;
  min-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 470px;
}

@media (max-width: 960px) {
  .p-sdgs__social .-left img {
    min-height: 160px;
  }
}
.p-sdgs__social .-right {
  position: relative;
  width: 50%;
  min-height: 420px;
}

@media (max-width: 960px) {
  .p-sdgs__social .-right {
    width: 100%;
    box-shadow: none;
  }
}
.p-sdgs__social .-right div {
  margin-top: 20px;
  left: 5%;
  padding: 0 3%;
}

@media (max-width: 960px) {
  .p-sdgs__social .-right div {
    margin-top: 0;
  }
}
.p-sdgs__social .-right div h1 {
  font-size: 5.4rem;
  letter-spacing: 5px;
}

@media (max-width: 960px) {
  .p-sdgs__social .-right div h1 {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.p-sdgs__social .-right div h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #2481ca;
}

@media (max-width: 960px) {
  .p-sdgs__social .-right div h2 {
    font-size: 2rem;
  }
}
.p-sdgs__social .-right div p {
  font-size: 1.5rem;
}

.p-sdgs__social .-right .-icons {
  display: flex;
  flex-wrap: wrap;
  position: initial;
  margin: 20px 0;
  padding-left: 0;
}
.p-sdgs__social .-right .-icons img {
  margin: 5px;
  width: 18%;
}

@media (max-width: 960px) {
  .p-sdgs__social .-right .-icons {
    justify-content: center;
    padding: 0;
    width: 260px;
    margin: 20px auto;
  }
  .p-sdgs__social .-right .-icons img {
    width: 66px;
    margin: 1%;
  }
  .p-sdgs__social .-right .-icons img:nth-child(4) {
    animation-delay: 0s;
  }
  .p-sdgs__social .-right .-icons img:nth-child(5) {
    animation-delay: 0.1s;
  }
}
.p-sdgs__social .-right .-link {
  bottom: 15px;
  left: 5%;
  padding-left: 3%;
}

@media (max-width: 960px) {
  .p-sdgs__social .-right .-link {
    left: 0;
    right: 0;
    text-align: center;
  }
  .p-sdgs__social .-right .-link a {
    margin: 0 auto;
  }
}
.p-sdgs__social .-right .-link a:hover {
  color: #f4f4f4;
  background-color: #a69982;
}

.p-sdgs__governance {
  display: flex;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #a29f9f;
  padding-bottom: 90px;
}

@media (max-width: 960px) {
  .p-sdgs__governance {
    display: block;
    border-bottom: none;
    width: 85%;
    margin-top: 30px;
    padding-bottom: 0;
  }
}
.p-sdgs__governance .-left {
  position: relative;
  width: 50%;
  min-height: 420px;
}

@media (max-width: 960px) {
  .p-sdgs__governance .-left {
    width: 100%;
    box-shadow: none;
  }
}
.p-sdgs__governance .-left div {
  margin-top: 20px;
  padding: 0 3%;
  left: 5%;
}

@media (max-width: 960px) {
  .p-sdgs__governance .-left div {
    left: 0;
  }
}
.p-sdgs__governance .-left div h1 {
  font-size: 5.4rem;
  letter-spacing: 5px;
}

@media (max-width: 960px) {
  .p-sdgs__governance .-left div h1 {
    font-size: 2rem;
    margin-left: 7px;
    margin-top: 10px;
  }
}
.p-sdgs__governance .-left div h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #2481ca;
}

@media (max-width: 960px) {
  .p-sdgs__governance .-left div h2 {
    margin-left: 7px;
  }
}
.p-sdgs__governance .-left div p {
  font-size: 1.5rem;
}

@media (max-width: 960px) {
  .p-sdgs__governance .-left div p {
    margin-left: 7px;
  }
}
.p-sdgs__governance .-left .-icons {
  display: flex;
  flex-wrap: wrap;
  position: initial;
  margin: 20px 0;
  padding-left: 0;
}

@media (max-width: 960px) {
  .p-sdgs__governance .-left .-icons {
    justify-content: center;
    width: 320px;
    margin: 20px auto;
    padding: 0;
  }
}
.p-sdgs__governance .-left .-icons img {
  margin: 5px;
  width: 18%;
}

@media (max-width: 960px) {
  .p-sdgs__governance .-left .-icons img {
    width: 66px;
    margin: 1%;
  }
}
.p-sdgs__governance .-left .-link {
  bottom: 15px;
  left: 40px;
  padding-left: 4%;
}

.p-sdgs__governance .-left .-link a {
  background: #6e6750;
  border: none;
  color: white;
}

@media (max-width: 960px) {
  .p-sdgs__governance .-left .-link a {
    margin: 0 auto;
  }
}
.p-sdgs__governance .-left .-link a:hover {
  color: #f4f4f4;
  background-color: #a69982;
}

.p-sdgs__governance .-right {
  width: 50%;
}

.p-sdgs__governance .-right img {
  width: 100%;
  min-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 470px;
}

.p-sdgs-detail {
  margin-bottom: 6rem;
}

@media (max-width: 960px) {
  .p-sdgs-detail {
    margin-bottom: 0;
  }
}
.p-sdgs-detail__main {
  background: #f8f8f8;
  padding: 150px 0;
}

@media (max-width: 960px) {
  .p-sdgs-detail__main {
    padding: 0;
    padding-bottom: 100px;
  }
}
.p-sdgs-detail__main h1 {
  font-size: 7rem;
  color: #2481ca;
  letter-spacing: 5px;
  width: 90%;
  margin: auto;
  margin-bottom: 130px;
}

@media (max-width: 960px) {
  .p-sdgs-detail__main h1 {
    font-size: 3rem;
    margin-bottom: 0px;
    padding-top: 50px;
  }
}
@media (max-width: 960px) {
  .p-sdgs-detail__main .sp {
    display: flex;
    background-color: #f8f8f8;
    margin-top: 50px;
  }
}
.p-sdgs-detail__main .sp .text {
  background-color: #f8f8f8;
}

@media (max-width: 960px) {
  .p-sdgs-detail__main .sp .text p {
    font-size: 1.3rem;
    letter-spacing: 0px;
    font-weight: bold;
  }
}
@media (max-width: 960px) {
  .p-sdgs-detail__main .sp .text span {
    font-size: 3.4666666667vw;
  }
}
@media (max-width: 960px) {
  .p-sdgs-detail__main .sp img {
    max-width: 60%;
    margin-bottom: -30px;
  }
}
.p-sdgs-detail__main div {
  width: 90%;
  background: white;
  margin: auto;
  padding: 25px 0;
  display: flex;
}

@media (max-width: 960px) {
  .p-sdgs-detail__main div {
    display: block;
    padding: 0;
  }
}
.p-sdgs-detail__main div .-left {
  width: 30%;
  display: block;
}

@media (max-width: 960px) {
  .p-sdgs-detail__main div .-left {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.p-sdgs-detail__main div .-left img.u-sp {
  width: 50%;
}

.p-sdgs-detail__main div .-right {
  width: 70%;
  display: block;
  padding-left: 50px;
}

@media (max-width: 960px) {
  .p-sdgs-detail__main div .-right {
    width: 95%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
}
.p-sdgs-detail__main div .-right p {
  padding: 0;
  line-height: 1.5;
  position: relative;
  letter-spacing: 2px;
  bottom: 60px;
}

@media (max-width: 960px) {
  .p-sdgs-detail__main div .-right p {
    font-size: 1.3rem;
    top: 10px;
  }
}
.p-sdgs-detail__main div p.u-pc {
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.p-sdgs-detail__main div p.u-pc .font_ak {
  font-weight: normal;
}

.p-sdgs-detail__main div p.u-sp {
  font-size: 1rem;
}

.p-sdgs-detail__main .-box {
  margin-bottom: 30px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 960px) {
  .p-sdgs-detail__main .-box {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .p-sdgs-detail__goals {
    background-color: #f8f8f8;
    text-align: center;
  }
}
.p-sdgs-detail__goals div {
  width: 90%;
  margin: auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 80px 0;
}

@media (max-width: 960px) {
  .p-sdgs-detail__goals div {
    padding: 30px;
  }
}
.p-sdgs-detail__goals div h1 {
  font-size: 3rem;
  color: #4393d1;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .p-sdgs-detail__goals div h1 {
    font-size: 3rem;
  }
}
.p-sdgs-detail__goals div h2 {
  font-size: 1.9rem;
  color: #4393d1;
  font-weight: bold;
}

.p-sdgs-detail__goals div span {
  font-size: 2rem;
  color: #4393d1;
  font-weight: bold;
}

.p-sdgs-detail__goals div p {
  font-size: 2rem;
  letter-spacing: 2px;
}
.p-sdgs-detail__goals div p a {
  color: #266bed;
  text-decoration: underline;
}
.p-sdgs-detail__goals div p a:hover {
  text-decoration: none;
}

@media (max-width: 960px) {
  .p-sdgs-detail__goals div p {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-sdgs-detail__goals div .sb {
  text-align: center;
  margin-top: 30px;
}

.p-sdgs-detail__goals div .sb2 {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .p-sdgs-detail__goals div .hp1 {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .p-sdgs-detail__goals div .hp2 {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .p-sdgs-detail__goals div a {
    color: #4393d1;
  }
}
.p-sdgs-detail__link div {
  display: flex;
  justify-content: center;
}

.p-sdgs-detail__link div a {
  overflow: hidden;
  display: block;
}

.p-sdgs-detail__link div a img {
  cursor: pointer;
  transition: 0.4s;
}

.p-sdgs-detail__link div a img:hover {
  transform: scale(1.1);
}

.sdgs-environment,
.sdgs-social,
.sdgs-governance {
  background: #f8f8f8;
  width: 100%;
}

.sdgs-environment .l-content,
.sdgs-social .l-content,
.sdgs-governance .l-content {
  padding-top: 80px;
}

.p-sdgs-environment {
  background: #fff;
  width: 90%;
  margin: auto;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 8em;
}

@media (max-width: 960px) {
  .p-sdgs-environment {
    width: 100%;
    background-color: transparent;
  }
}
.p-sdgs-environment__head {
  width: 90%;
  margin: auto;
}

@media (max-width: 960px) {
  .p-sdgs-environment__head {
    width: 100%;
  }
}
.p-sdgs-environment__head div {
  padding: 100px 50px;
}

@media (max-width: 960px) {
  .p-sdgs-environment__head div {
    padding: 50px 30px;
    background: white;
  }
}
.p-sdgs-environment__head div h1 {
  font-size: 7rem;
  letter-spacing: 5px;
  color: #4393d1;
}

@media (max-width: 960px) {
  .p-sdgs-environment__head div h1 {
    font-size: 3rem;
  }
}
.p-sdgs-environment__head div p {
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 960px) {
  .p-sdgs-environment__head div p {
    font-size: 1.5rem;
  }
}
.p-sdgs-environment__head div .-images {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
}

@media (max-width: 960px) {
  .p-sdgs-environment__head div .-images {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.p-sdgs-environment__head div .-images img {
  width: 160px;
  margin: 10px;
}

@media (max-width: 960px) {
  .p-sdgs-environment__head div .-images img {
    width: 30%;
    margin: 5px;
  }
}
.p-sdgs-environment__head div .-images img.u-pc {
  margin-right: 0px;
}

.p-sdgs-environment__main {
  padding: 40px 0;
}

@media (max-width: 960px) {
  .p-sdgs-environment__main {
    margin-bottom: -130px;
  }
}
.p-sdgs-environment__main div {
  width: 100%;
  background: white;
  margin: auto;
  padding: 5px;
  display: flex;
}

@media (max-width: 960px) {
  .p-sdgs-environment__main div {
    display: block;
  }
}
.p-sdgs-environment__main div .-left {
  width: 30%;
  display: block;
}

@media (max-width: 960px) {
  .p-sdgs-environment__main div .-left {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .p-sdgs-environment__main div .-left img {
    margin: auto;
    width: 100%;
  }
}
.p-sdgs-environment__main div .-right {
  width: 70%;
  display: block;
  padding-left: 80px;
}

@media (max-width: 960px) {
  .p-sdgs-environment__main div .-right {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.p-sdgs-environment__main div .-right h1 {
  font-size: 2rem;
  color: #2481ca;
  font-weight: 500;
}

@media (max-width: 960px) {
  .p-sdgs-environment__main div .-right h1 {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}
.p-sdgs-environment__main div .-right p {
  padding: 0;
  line-height: 2;
}

@media (max-width: 960px) {
  .p-sdgs-environment__main div .-right p {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}
.p-sdgs-environment__main div p {
  font-size: 1.8rem;
}

@media (max-width: 960px) {
  .p-sdgs-environment__main div p {
    font-size: 1.5rem;
  }
}
.p-sdgs-environment__main .-box {
  width: 85%;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .p-sdgs-environment__main .-box {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
.p-sdgs-environment__main__link {
  width: 100%;
}

.p-sdgs-social {
  background: #fff;
  width: 90%;
  margin: auto;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 8em;
}

@media (max-width: 960px) {
  .p-sdgs-social {
    width: 100%;
    background-color: transparent;
  }
}
.p-sdgs-social__head {
  width: 90%;
  margin: auto;
}

@media (max-width: 960px) {
  .p-sdgs-social__head {
    width: 100%;
  }
}
.p-sdgs-social__head div {
  padding: 100px 50px;
}

@media (max-width: 960px) {
  .p-sdgs-social__head div {
    padding: 50px 30px;
    background: white;
  }
}
.p-sdgs-social__head div h1 {
  font-size: 7rem;
  letter-spacing: 5px;
  color: #4393d1;
}

@media (max-width: 960px) {
  .p-sdgs-social__head div h1 {
    font-size: 3rem;
  }
}
.p-sdgs-social__head div p {
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 960px) {
  .p-sdgs-social__head div p {
    font-size: 1.5rem;
  }
}
.p-sdgs-social__head div .-images {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  margin: 20px auto;
}

@media (max-width: 960px) {
  .p-sdgs-social__head div .-images {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.p-sdgs-social__head div .-images img {
  width: 170px;
  margin: 10px;
}

@media (max-width: 960px) {
  .p-sdgs-social__head div .-images img {
    width: 30%;
    margin: 5px;
  }
}
.p-sdgs-social__main {
  padding: 40px 0;
}

@media (max-width: 960px) {
  .p-sdgs-social__main {
    margin-bottom: -130px;
  }
}
.p-sdgs-social__main div {
  width: 100%;
  background: white;
  margin: auto;
  padding: 5px;
  display: flex;
}

@media (max-width: 960px) {
  .p-sdgs-social__main div {
    display: block;
  }
}
.p-sdgs-social__main div .-left {
  width: 30%;
  display: block;
}

@media (max-width: 960px) {
  .p-sdgs-social__main div .-left {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .p-sdgs-social__main div .-left img {
    margin: auto;
    width: 100%;
  }
}
.p-sdgs-social__main div .-right {
  width: 70%;
  display: block;
  padding-left: 80px;
}

@media (max-width: 960px) {
  .p-sdgs-social__main div .-right {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.p-sdgs-social__main div .-right h1 {
  font-size: 2rem;
  color: #2481ca;
  font-weight: 500;
}

@media (max-width: 960px) {
  .p-sdgs-social__main div .-right h1 {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}
.p-sdgs-social__main div .-right p {
  padding: 0;
  line-height: 2;
}

@media (max-width: 960px) {
  .p-sdgs-social__main div .-right p {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}
.p-sdgs-social__main div p {
  font-size: 1.8rem;
}

@media (max-width: 960px) {
  .p-sdgs-social__main div p {
    font-size: 1.5rem;
  }
}
.p-sdgs-social__main .-box {
  width: 85%;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .p-sdgs-social__main .-box {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
.p-sdgs-governance {
  background: #fff;
  width: 90%;
  margin: auto;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 8em;
}

@media (max-width: 960px) {
  .p-sdgs-governance {
    width: 100%;
    background-color: transparent;
  }
}
.p-sdgs-governance__head {
  width: 90%;
  margin: auto;
}

@media (max-width: 960px) {
  .p-sdgs-governance__head {
    width: 100%;
  }
}
.p-sdgs-governance__head div {
  padding: 100px 50px;
}

@media (max-width: 960px) {
  .p-sdgs-governance__head div {
    padding: 50px 30px;
    background: white;
  }
}
.p-sdgs-governance__head div h1 {
  font-size: 7rem;
  letter-spacing: 5px;
  color: #4393d1;
}

@media (max-width: 960px) {
  .p-sdgs-governance__head div h1 {
    font-size: 3rem;
  }
}
.p-sdgs-governance__head div p {
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 960px) {
  .p-sdgs-governance__head div p {
    font-size: 1.5rem;
  }
}
.p-sdgs-governance__head div .-images {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
}

@media (max-width: 960px) {
  .p-sdgs-governance__head div .-images {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.p-sdgs-governance__head div .-images img {
  margin: 10px;
  width: 160px;
}

@media (max-width: 960px) {
  .p-sdgs-governance__head div .-images img {
    width: 30%;
    margin: 5px;
  }
}
.p-sdgs-governance__main {
  padding: 40px 0;
}

@media (max-width: 960px) {
  .p-sdgs-governance__main {
    margin-bottom: -130px;
  }
}
.p-sdgs-governance__main div {
  width: 100%;
  background: white;
  margin: auto;
  padding: 5px;
  display: flex;
}

@media (max-width: 960px) {
  .p-sdgs-governance__main div {
    display: block;
  }
}
.p-sdgs-governance__main div .-left {
  width: 30%;
  display: block;
}

@media (max-width: 960px) {
  .p-sdgs-governance__main div .-left {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .p-sdgs-governance__main div .-left img {
    margin: auto;
    width: 100%;
  }
}
.p-sdgs-governance__main div .-right {
  width: 70%;
  display: block;
  padding-left: 80px;
}

@media (max-width: 960px) {
  .p-sdgs-governance__main div .-right {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.p-sdgs-governance__main div .-right h1 {
  font-size: 2rem;
  color: #2481ca;
  font-weight: 500;
}

@media (max-width: 960px) {
  .p-sdgs-governance__main div .-right h1 {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}
.p-sdgs-governance__main div .-right p {
  padding: 0;
  line-height: 2;
}

@media (max-width: 960px) {
  .p-sdgs-governance__main div .-right p {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}
.p-sdgs-governance__main div p {
  font-size: 1.8rem;
}

@media (max-width: 960px) {
  .p-sdgs-governance__main div p {
    font-size: 1.5rem;
  }
}
.p-sdgs-governance__main .-box {
  width: 85%;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .p-sdgs-governance__main .-box {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
.main-content__news.renew2212 {
  padding-left: 5%;
  padding-right: 5%;
  justify-content: space-between;
  margin-bottom: 120px;
}
.main-content__news.renew2212 .-box {
  width: 25%;
  margin-right: 0;
  bottom: auto;
  display: block;
  margin: 0;
  margin-left: 0;
  position: static;
  padding-right: 10px;
}
.main-content__news.renew2212 .-box h1 {
  font-size: clamp(28px,3.076vw, 55px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.main-content__news.renew2212 .-box h1.t_jp {
  font-size: clamp(28px,2.3vw, 45px);
  line-height: 2;
  letter-spacing: 3px;
}
.main-content__news.renew2212 .-box p.sub_tit {
  font-size: clamp(16px,1.5vw, 28px);
  line-height: 1.6;
  margin-top: 0;
}
.main-content__news.renew2212 .swiper_wrap {
  position: relative;
  width: 75%;
}
.main-content__news.renew2212 .swiper_wrap .swiper-container {
  display: block;
  width: auto;
  margin: 0;
  right: auto;
  padding: 0;
}
.main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
  position: relative;
  padding-bottom: 78.5%;
  transition: 0.3s;
}
.main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide > a:hover {
  filter: brightness(1.05);
}
.main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide dl dt {
  font-size: clamp(12px,1.076vw, 20px);
}
.main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide dl dd {
  font-size: clamp(12px,0.923vw, 18px);
}
.main-content__news.renew2212 .swiper_wrap .swiper-button-prev,
.main-content__news.renew2212 .swiper_wrap .swiper-button-next {
  display: none;
  width: auto;
  height: auto;
}
.main-content__news.renew2212 .swiper_wrap .swiper-button-prev::after,
.main-content__news.renew2212 .swiper_wrap .swiper-button-next::after {
  display: none;
}

footer a {
  transition: 0.3s;
}
footer .list_box dl + dl {
  margin-top: 43px;
}
footer .list_box dl dt {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
footer .list_box dl dt .font_ak {
  font-size: 1.15em;
}
footer .list_box dl dt a:hover {
  color: #6e6750;
}
footer .list_box dl div {
  margin-top: 20px;
}
footer .list_box dl div dd {
  letter-spacing: 1px;
  font-size: 1.4rem;
}
footer .list_box dl div dd .font_ak {
  font-size: 1.15em;
}
footer .list_box dl div dd + dd {
  margin-top: 8px;
}
footer .list_box dl div dd a {
  display: block;
  padding-left: 20px;
  position: relative;
}
footer .list_box dl div dd a::before {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #6e6750;
  transition: 0.3s;
}
footer .list_box dl div dd a:hover::before {
  left: 5px;
}
footer .f_site_map {
  padding-top: 72px;
  padding-bottom: 73px;
  background-color: #eaeced;
}
footer .f_site_map .content_wrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
footer .f_site_map .content_wrap .page_list_area {
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 1300px) {
  footer .f_site_map .content_wrap .page_list_area {
    gap: 0 40px;
  }
}
footer .f_site_map .content_wrap .group_list_area {
  margin-left: 60px;
  padding-left: 60px;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1300px) {
  footer .f_site_map .content_wrap .group_list_area {
    margin-left: 40px;
    padding-left: 40px;
  }
}
footer .f_site_map .content_wrap .group_list_area .logo_wrap {
  padding-bottom: 36px;
  text-align: center;
}
footer .f_site_map .content_wrap .group_list_area .logo_wrap a {
  display: inline-block;
}
footer .f_site_map .content_wrap .group_list_area .logo_wrap a img {
  width: 154px;
}
footer .f_site_map .content_wrap .group_list_area .list_box dl {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
}
footer .f_site_map .content_wrap .group_list_area .list_box dl > div + div {
  margin-left: 40px;
}
footer .f_site_map .content_wrap .group_list_area .list_box dl > div dt {
  width: 100%;
}
footer .f_info_area {
  background-color: #6e6750;
  padding-top: 48px;
  padding-bottom: 18px;
  color: #fff;
}
footer .f_info_area a {
  color: #fff;
}
footer .f_info_area .content_wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  gap: 80px;
}
footer .f_info_area .content_wrap .left_content {
  display: flex;
}
footer .f_info_area .content_wrap .left_content .logo_wrap img {
  width: 140px;
}
footer .f_info_area .content_wrap .left_content .text {
  margin-left: 40px;
}
footer .f_info_area .content_wrap .left_content .text h3 {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
footer .f_info_area .content_wrap .left_content .text p {
  margin-top: 8px;
  font-size: 1.4rem;
}
footer .f_info_area .content_wrap .left_content .text .sns_list {
  margin-top: 18px;
}
footer .f_info_area .content_wrap .left_content .text .sns_list ul {
  display: flex;
  gap: 20px 20px;
}
footer .f_info_area .content_wrap .left_content .text .sns_list ul li img {
  width: auto;
  height: 30px;
}
footer .f_info_area .content_wrap .left_content .text .sns_list ul li.twitter img {
  padding-top: 6px;
}
footer .f_info_area .content_wrap .right_content {
  padding-top: 0;
  padding-left: 30px;
}
footer .f_info_area .content_wrap .right_content .btn_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e6750;
  width: 220px;
  padding-top: 2px;
  height: 50px;
  background-color: #fff;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 600;
}
footer .f_info_area .content_wrap .right_content .btn_wrap a:hover {
  color: #a08f57;
}
footer .f_info_area .content_wrap .right_content .btn_more + .btn_more {
  margin-top: 1em;
}
footer .f_info_area .content_wrap .right_content .btn_more a {
  background-color: #fff;
  padding-left: 1em;
  color: #6e6750;
  width: auto;
  justify-content: flex-start;
  font-size: 14px;
  height: 38px;
}
footer .f_info_area .content_wrap .right_content .btn_more a::after {
  border-left-color: #6e6750;
}
footer .f_info_area .content_wrap .right_content .btn_more a:hover {
  opacity: 0.8;
}
footer .f_info_area .copy_area {
  margin-top: 50px;
  text-align: center;
  font-size: 1.8rem;
}
footer .f_info_area .copy_area p {
  letter-spacing: 1px;
}
footer .f_info_area .copy_area p + p {
  margin-top: 6px;
}
footer .f_info_area .copy_area p a {
  text-decoration: underline;
}
footer .f_info_area .copy_area p a:hover {
  text-decoration: none;
}

.bg_white {
  background-color: #fff;
}

.company_information {
  max-width: 1540px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
.company_information h2 {
  max-width: 700px;
}
.company_information h2 span {
  display: block;
  letter-spacing: 2px;
}
.company_information h2 span.en {
  font-size: 45px;
  border-bottom: 1px solid #000;
}
.company_information h2 span.en.t_jp {
  font-size: 40px;
  line-height: 2;
}
.company_information h2 span.jp {
  font-size: 20px;
  margin-top: 10px;
}
.company_information .content_wrap {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}
.company_information .content_wrap .left_content {
  width: 44%;
  padding-top: 20px;
}
.company_information .content_wrap .left_content .text_box {
  background-color: #f2f2f2;
  padding: 5% 5%;
}
.company_information .content_wrap .left_content .text_box p {
  line-height: 2;
}
.company_information .content_wrap .left_content .text_box p.jp {
  font-size: clamp(13px, 1.15vw, 16px);
}
.company_information .content_wrap .left_content .text_box p.en {
  font-size: 16px;
  color: #6e6750;
  margin-top: 6%;
}
.company_information .content_wrap .left_content .sub_img {
  margin-top: 18%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.company_information .content_wrap .right_content {
  width: 50%;
}
.company_information .content_wrap .right_content .table_wrap table tr th,
.company_information .content_wrap .right_content .table_wrap table tr td {
  border-top: clamp(14px, 1.2vw, 22px) solid transparent;
  border-bottom: clamp(14px, 1.2vw, 22px) solid transparent;
  padding: 0 clamp(13px, 1.15vw, 20px);
  font-weight: normal;
}
.company_information .content_wrap .right_content .table_wrap table tr th span,
.company_information .content_wrap .right_content .table_wrap table tr td span {
  display: block;
}
.company_information .content_wrap .right_content .table_wrap table tr th span.jp,
.company_information .content_wrap .right_content .table_wrap table tr td span.jp {
  font-size: clamp(13px, 1.15vw, 16px);
}
.company_information .content_wrap .right_content .table_wrap table tr th span.en,
.company_information .content_wrap .right_content .table_wrap table tr td span.en {
  font-size: 14px;
  color: #6e6750;
  margin-top: 4px;
  font-weight: 300;
  letter-spacing: 1px;
}
.company_information .content_wrap .right_content .table_wrap table tr th span.en.large,
.company_information .content_wrap .right_content .table_wrap table tr td span.en.large {
  color: #000;
  font-size: clamp(15px, 1.384vw, 18px);
}
.company_information .content_wrap .right_content .table_wrap table tr th {
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.company_information .content_wrap .right_content .table_wrap table tr th::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #ccc;
}
.company_information .content_wrap .right_content .table_wrap table tr td span a {
  transition: 0.3s;
}
.company_information .content_wrap .right_content .table_wrap table tr td span a:not(.tel) {
  text-decoration: underline;
}
.company_information .content_wrap .right_content .table_wrap table tr td span a:not(.tel):hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.company_information .content_wrap .right_content .table_wrap table tr td p.btn_more {
  margin-top: 20px;
}
.company_information .content_wrap .right_content .table_wrap table tr td p.btn_more a {
  margin-left: 17%;
}

@media screen and (min-width: 961px) and (max-width: 1300px) {
  .l-header .p-gnav__logo a img {
    width: 17.6923076923vw;
  }
  .l-header .p-gnav ul li {
    padding: 0 0.9230769231vw;
    letter-spacing: 0.1153846154vw;
  }
  .l-header .p-gnav ul li a {
    font-size: 1.3846153846vw;
  }
  .l-header .p-gnav ul li a span {
    font-size: 1.2307692308vw;
  }
  .l-header .p-gnav ul li.p-gnav__lang, .l-header .p-gnav ul li.p-gnav__menu {
    display: none;
  }
}
@media (max-width: 960px) {
  .main-content__news.renew2212 {
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 12%;
    padding-bottom: 10%;
  }
  .main-content__news.renew2212 .-box {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  .main-content__news.renew2212 .-box h1 {
    font-size: 6.6666666667vw;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 0;
  }
  .main-content__news.renew2212 .-box h1.t_jp {
    font-size: 5.8666666667vw;
    letter-spacing: 0.2666666667vw;
  }
  .main-content__news.renew2212 .-box p.sub_tit {
    font-size: 4.2666666667vw;
  }
  .main-content__news.renew2212 .swiper_wrap {
    width: auto;
    margin-top: 3%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 5%;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide dl {
    width: auto;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide dl dt {
    font-size: 3.7333333333vw;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-container .swiper-wrapper .swiper-slide dl dd {
    width: auto;
    font-size: 3.4666666667vw;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-button-prev,
  .main-content__news.renew2212 .swiper_wrap .swiper-button-next {
    top: 30.6666666667vw;
    bottom: auto;
    display: block;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-button-prev {
    left: 2.6666666667vw;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-button-prev.prev_line {
    left: 0.5333333333vw;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-button-next {
    right: 2.6666666667vw;
  }
  .main-content__news.renew2212 .swiper_wrap .swiper-button-next.next_line {
    right: 0.5333333333vw;
  }
  footer .list_box dl + dl {
    margin-top: 8vw;
  }
  footer .list_box dl dt {
    font-size: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  footer .list_box dl div {
    display: flex;
    margin-top: 4.8vw;
    flex-wrap: wrap;
    gap: 2.1333333333vw 0;
  }
  footer .list_box dl div dd {
    font-size: 3.2vw;
    padding-right: 1em;
    width: 50%;
  }
  footer .list_box dl div dd + dd {
    margin-top: 0;
  }
  footer .list_box dl div dd a {
    padding-left: 4.2666666667vw;
  }
  footer .list_box dl div dd a::before {
    top: 1.3333333333vw;
    left: 0;
    transform: translateY(0);
    border-top-width: 1.0666666667vw;
    border-bottom-width: 1.0666666667vw;
    border-left-width: 2.1333333333vw;
  }
  footer .list_box dl div dd a i {
    font-size: 4.2666666667vw;
  }
  footer .list_box dl div dd a:hover::before {
    left: 1.0666666667vw;
  }
  footer .f_site_map {
    display: none;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  footer .f_site_map .content_wrap {
    display: block;
  }
  footer .f_site_map .content_wrap .page_list_area {
    display: block;
  }
  footer .f_site_map .content_wrap .page_list_area .list_box + .list_box {
    margin-top: 8vw;
  }
  footer .f_site_map .content_wrap .group_list_area {
    margin-top: 13.3333333333vw;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  footer .f_site_map .content_wrap .group_list_area .logo_wrap {
    padding-bottom: 7.4666666667vw;
  }
  footer .f_site_map .content_wrap .group_list_area .logo_wrap a img {
    width: 40vw;
  }
  footer .f_info_area {
    padding-top: 13.3333333333vw;
    padding-bottom: 4.2666666667vw;
  }
  footer .f_info_area .content_wrap {
    display: block;
  }
  footer .f_info_area .content_wrap .left_content {
    text-align: center;
    display: block;
  }
  footer .f_info_area .content_wrap .left_content .logo_wrap {
    display: none;
  }
  footer .f_info_area .content_wrap .left_content .logo_wrap a {
    display: inline-block;
  }
  footer .f_info_area .content_wrap .left_content .logo_wrap img {
    width: 40vw;
  }
  footer .f_info_area .content_wrap .left_content .text {
    text-align: left;
    display: block;
    margin-left: 0;
  }
  footer .f_info_area .content_wrap .left_content .text h3 {
    font-size: 4.8vw;
  }
  footer .f_info_area .content_wrap .left_content .text p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  footer .f_info_area .content_wrap .left_content .text .sns_list {
    margin-top: 4.2666666667vw;
  }
  footer .f_info_area .content_wrap .left_content .text .sns_list ul {
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
  }
  footer .f_info_area .content_wrap .left_content .text .sns_list ul li {
    width: 24px;
  }
  footer .f_info_area .content_wrap .left_content .text .sns_list ul li img {
    width: auto;
    height: auto;
  }
  footer .f_info_area .content_wrap .right_content {
    margin-top: 13.3333333333vw;
    padding-top: 0;
    padding-left: 0;
  }
  footer .f_info_area .content_wrap .right_content .btn_wrap a {
    width: 46.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.5333333333vw;
  }
  footer .f_info_area .content_wrap .right_content .btn_more {
    width: 62.6666666667vw;
  }
  footer .f_info_area .content_wrap .right_content .btn_more + .btn_more {
    margin-top: 3.7333333333vw;
  }
  footer .f_info_area .content_wrap .right_content .btn_more a {
    font-size: 3.2vw;
    height: 8.5333333333vw;
  }
  footer .f_info_area .copy_area {
    margin-top: 16vw;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 4.2666666667vw;
    text-align: left;
  }
  footer .f_info_area .copy_area p {
    letter-spacing: 0.2666666667vw;
  }
  footer .f_info_area .copy_area p + p {
    margin-top: 1.6vw;
  }
  .company_information {
    width: 90%;
    padding-top: 21.3333333333vw;
    padding-bottom: 16vw;
  }
  .company_information h2 {
    max-width: none;
    width: 80%;
  }
  .company_information h2 span.en {
    font-size: 6.1333333333vw;
  }
  .company_information h2 span.en.t_jp {
    font-size: 5.3333333333vw;
  }
  .company_information h2 span.jp {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
  .company_information .content_wrap {
    display: block;
    margin-top: 10.6666666667vw;
  }
  .company_information .content_wrap .left_content {
    width: auto;
    padding-top: 0;
  }
  .company_information .content_wrap .left_content .text_box {
    padding: 4.2666666667vw;
  }
  .company_information .content_wrap .left_content .text_box p {
    line-height: 1.8;
  }
  .company_information .content_wrap .left_content .text_box p.jp {
    font-size: 3.4666666667vw;
  }
  .company_information .content_wrap .left_content .text_box p.en {
    font-size: 4vw;
    margin-top: 4.2666666667vw;
  }
  .company_information .content_wrap .left_content .sub_img {
    margin-top: 10.6666666667vw;
    width: auto;
  }
  .company_information .content_wrap .right_content {
    width: auto;
    margin-top: 16vw;
  }
  .company_information .content_wrap .right_content .table_wrap table tr th,
  .company_information .content_wrap .right_content .table_wrap table tr td {
    border-top-width: 4.2666666667vw;
    border-bottom-width: 4.2666666667vw;
    padding: 0 0 0 3.7333333333vw;
    font-weight: normal;
  }
  .company_information .content_wrap .right_content .table_wrap table tr th span,
  .company_information .content_wrap .right_content .table_wrap table tr td span {
    display: block;
  }
  .company_information .content_wrap .right_content .table_wrap table tr th span.jp,
  .company_information .content_wrap .right_content .table_wrap table tr td span.jp {
    font-size: 3.7333333333vw;
  }
  .company_information .content_wrap .right_content .table_wrap table tr th span.en,
  .company_information .content_wrap .right_content .table_wrap table tr td span.en {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
  }
  .company_information .content_wrap .right_content .table_wrap table tr th span.en.large,
  .company_information .content_wrap .right_content .table_wrap table tr td span.en.large {
    font-size: 3.7333333333vw;
  }
  .company_information .content_wrap .right_content .table_wrap table tr th::before {
    width: 1px;
  }
  .company_information .content_wrap .right_content .table_wrap table tr td p.btn_more {
    margin-top: 4.2666666667vw;
  }
  .company_information .content_wrap .right_content .table_wrap table tr td p.btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
}
.three_column_icon img:nth-child(2) {
  animation-delay: 0.1s;
}
.three_column_icon img:nth-child(3) {
  animation-delay: 0.2s;
}
.three_column_icon img:nth-child(5) {
  animation-delay: 0.1s;
}
.three_column_icon img:nth-child(6) {
  animation-delay: 0.2s;
}
.three_column_icon img:nth-child(8) {
  animation-delay: 0.1s;
}
.three_column_icon img:nth-child(9) {
  animation-delay: 0.2s;
}

.four_column_icon img:nth-child(2) {
  animation-delay: 0.1s;
}
.four_column_icon img:nth-child(3) {
  animation-delay: 0.2s;
}
.four_column_icon img:nth-child(4) {
  animation-delay: 0.3s;
}
.four_column_icon img:nth-child(6) {
  animation-delay: 0.1s;
}
.four_column_icon img:nth-child(7) {
  animation-delay: 0.2s;
}
.four_column_icon img:nth-child(8) {
  animation-delay: 0.3s;
}
.four_column_icon img:nth-child(10) {
  animation-delay: 0.1s;
}

@media (max-width: 960px) {
  .four_column_icon img:nth-child(2) {
    animation-delay: 0.1s;
  }
  .four_column_icon img:nth-child(3) {
    animation-delay: 0.2s;
  }
  .four_column_icon img:nth-child(4) {
    animation-delay: 0s;
  }
  .four_column_icon img:nth-child(5) {
    animation-delay: 0.1s;
  }
  .four_column_icon img:nth-child(6) {
    animation-delay: 0.2s;
  }
  .four_column_icon img:nth-child(7) {
    animation-delay: 0s;
  }
  .four_column_icon img:nth-child(8) {
    animation-delay: 0.1s;
  }
  .four_column_icon img:nth-child(9) {
    animation-delay: 0.2s;
  }
  .four_column_icon img:nth-child(10) {
    animation-delay: 0s;
  }
  .main-content__mv > div:first-child {
    background-position: center bottom !important;
  }
}
@media screen and (min-width: 961px) {
  .main-content__mv .mv_swiper_wrap.low_box img {
    width: 100%;
    height: 46.875vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

@media screen and (max-width: 960px) {
  .main-content__mv .mv_swiper_wrap img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 120vw;
    -o-object-position: center center;
       object-position: center center;
  }
}
.main-content__aliiance {
  background-color: transparent;
  margin-top: 30px;
}
.main-content__aliiance .experience_tit {
  text-align: center;
  background-color: #fff;
  padding-top: 8vw;
}
.main-content__aliiance .experience_tit h2 {
  font-size: 8vw;
}
.main-content__aliiance .experience_tit h2.t_jp {
  font-size: 5.3333333333vw;
}
.main-content__aliiance .experience_tit p {
  font-weight: normal;
  padding-bottom: 0;
  color: #000;
  font-size: 4vw;
}
.main-content__aliiance .experience_tit p.detail_text {
  margin-top: 2.6666666667vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.top_info {
  padding-top: 80px;
  padding-left: 5%;
  padding-bottom: 13%;
  overflow: hidden;
}
.top_info .content_wrap {
  display: flex;
  gap: 5%;
  justify-content: center;
}
.top_info .content_wrap .left_content h2 {
  letter-spacing: 3px;
  font-size: clamp(28px, 3.076vw, 55px);
}
.top_info .content_wrap .left_content h2.t_jp {
  font-size: clamp(28px, 2.8vw, 45px);
  line-height: 2;
}
.top_info .content_wrap .left_content p.sub_tit {
  font-size: 18px;
  margin-top: 5px;
}
.top_info .content_wrap .right_content {
  position: relative;
  z-index: 1;
  min-height: 20.8333333333vw;
}
.top_info .content_wrap .right_content::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-image: url(/assets/images/top/bg_info_logo.png);
  background-repeat: no-repeat;
  width: 24.1666666667vw;
  height: 26.40625vw;
  background-size: contain;
  top: -30px;
  right: -9.375vw;
}
.top_info .content_wrap .right_content ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.top_info .content_wrap .right_content ul li + li {
  margin-top: 50px;
}
.top_info .content_wrap .right_content ul li p.time_facility {
  display: flex;
}
.top_info .content_wrap .right_content ul li p.time_facility time {
  display: block;
  color: #6e6750;
  padding-top: 2px;
  font-size: 18px;
}
.top_info .content_wrap .right_content ul li p.time_facility span {
  display: block;
  margin-left: 40px;
}
.top_info .content_wrap .right_content ul li h3 {
  margin-top: 10px;
  font-weight: 500;
}
.top_info .content_wrap .right_content ul li h3 a {
  display: block;
  padding-right: 4.6875vw;
  position: relative;
  font-size: clamp(16px, 1.04vw, 20px);
}
.top_info .content_wrap .right_content ul li h3 a::before, .top_info .content_wrap .right_content ul li h3 a::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.top_info .content_wrap .right_content ul li h3 a::before {
  border: 1px solid #6e6750;
  width: 22px;
  height: 15px;
  top: 6px;
  right: 2px;
}
.top_info .content_wrap .right_content ul li h3 a::after {
  border-top: 1px solid #6e6750;
  border-right: 1px solid #6e6750;
  width: 22px;
  height: 16px;
  top: 4px;
  right: 0;
}

@media screen and (max-width: 960px) {
  .top_info {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 32vw;
  }
  .top_info .content_wrap {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_info .content_wrap .left_content h2 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 6.6666666667vw;
    letter-spacing: 0.5333333333vw;
  }
  .top_info .content_wrap .left_content h2.t_jp {
    font-size: 5.8666666667vw;
    letter-spacing: 0.2666666667vw;
  }
  .top_info .content_wrap .left_content p.sub_tit {
    font-size: 4vw;
    margin-top: 3.2vw;
  }
  .top_info .content_wrap .right_content {
    margin-top: 8vw;
    min-height: 0;
  }
  .top_info .content_wrap .right_content::after {
    display: none;
  }
  .top_info .content_wrap .right_content ul li {
    padding-bottom: 1.8666666667vw;
  }
  .top_info .content_wrap .right_content ul li + li {
    margin-top: 5.3333333333vw;
  }
  .top_info .content_wrap .right_content ul li p.time_facility time {
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
  .top_info .content_wrap .right_content ul li p.time_facility span {
    margin-left: 5.8666666667vw;
    font-size: 3.2vw;
  }
  .top_info .content_wrap .right_content ul li h3 {
    margin-top: 1.3333333333vw;
  }
  .top_info .content_wrap .right_content ul li h3 a {
    padding-right: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .top_info .content_wrap .right_content ul li h3 a::before {
    width: 4.8vw;
    height: 3.2vw;
    top: 1.6vw;
    right: 0.5333333333vw;
  }
  .top_info .content_wrap .right_content ul li h3 a::after {
    width: 4.8vw;
    height: 3.2vw;
    top: 1.0666666667vw;
  }
}
ol.press_btns {
  margin-top: 7%;
  display: block;
  padding-right: 2.5%;
}
ol.press_btns li {
  padding: 0;
  margin: 0;
}
ol.press_btns li + li {
  margin-top: 12px;
}
ol.press_btns li a {
  background-color: #fff;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  border: 1px solid #6e6750;
}
ol.press_btns li a span {
  padding-right: 10px;
  font-size: 16px;
  position: relative;
  display: block;
}
ol.press_btns li.to_single a span::before, ol.press_btns li.to_single a span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 59%;
  right: 0;
  width: 14px;
  height: 9px;
}
ol.press_btns li.to_single a span::before {
  border: 1px solid #000;
  transform: translateX(100%) translateY(-50%);
}
ol.press_btns li.to_single a span::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(calc(100% + 2px)) translateY(calc(-50% - 2px));
}
ol.press_btns li.to_reserve a {
  background-color: #6e6750;
  color: #fff;
  border: none;
}
ol.press_btns li.to_reserve a span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  transform: translateX(100%) translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 960px) {
  ol.press_btns {
    margin-top: 7%;
    max-width: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  ol.press_btns li a {
    width: auto;
    padding: 2.1333333333vw 0;
  }
  ol.press_btns li a span {
    font-size: 3.7333333333vw;
  }
  ol.press_btns li.to_single a span::before, ol.press_btns li.to_single a span::after {
    width: 3.2vw;
    height: 2.1333333333vw;
  }
  ol.press_btns li.to_reserve a span::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.main-content__aboutus .video_area .video_base {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 853px;
  height: 480px;
}
.main-content__aboutus .video_area .video_base .video_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  transition: 0.3s;
  cursor: pointer;
}
.main-content__aboutus .video_area .video_base .video_wrap .btn_close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
}
.main-content__aboutus .video_area .video_base .video_wrap .btn_close::before, .main-content__aboutus .video_area .video_base .video_wrap .btn_close::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 19px;
}
.main-content__aboutus .video_area .video_base .video_wrap .btn_close::before {
  transform: rotate(45deg);
}
.main-content__aboutus .video_area .video_base .video_wrap .btn_close::after {
  transform: rotate(-45deg);
}
.main-content__aboutus .video_area .video_base .video_wrap video {
  width: auto;
  height: 480px;
  border: none;
  transition: 0.3s;
  pointer-events: none;
}
.main-content__aboutus .video_area .video_base .video_wrap.fixed {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.main-content__aboutus .video_area .video_base .video_wrap.fixed .btn_close {
  display: block;
}
.main-content__aboutus .video_area .video_base .video_wrap.fixed video {
  pointer-events: auto;
  height: 90vh;
}
.main-content__aboutus .video_area p.btn_more {
  margin-top: 40px;
}
.main-content__aboutus .video_area p.btn_more a {
  margin-left: auto;
  margin-right: auto;
}
.main-content__aboutus .video_area .to_youtube {
  width: 853px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.main-content__aboutus .video_area .to_youtube p a {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.main-content__aboutus .video_area .to_youtube p a span {
  display: block;
  line-height: 1;
}
.main-content__aboutus .video_area .to_youtube p a span.logo_wrap img {
  width: 75px;
}
.main-content__aboutus .video_area .to_youtube p a span.text {
  margin-left: 6px;
  padding-bottom: 1px;
}

.top_media {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1000px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.top_media h2 {
  font-size: clamp(28px, 3.076vw, 55px);
  letter-spacing: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.top_media h2.t_jp {
  font-size: clamp(28px, 2.8vw, 45px);
  line-height: 2;
}
.top_media p.sub_tit {
  margin-top: 16px;
  font-size: 18px;
}
.top_media .media_list {
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #6e6750;
  border-bottom: 1px solid #6e6750;
}
.top_media .media_list ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.top_media .media_list ul li + li {
  margin-top: 12px;
}
.top_media .media_list ul li time {
  display: block;
  padding-top: 2px;
  padding-left: 13px;
  background-color: #6e6750;
  color: #fff;
  width: 75px;
  min-width: 75px;
}
.top_media .media_list ul li .media_name {
  font-weight: 500;
  display: block;
  color: #6e6750;
  text-decoration: underline;
  font-size: 18px;
}
.top_media .media_list ul li p {
  padding-top: 3px;
}
.top_media .media_list ul li p a {
  display: block;
  position: relative;
  padding-right: 38px;
}
.top_media .media_list ul li p a::before, .top_media .media_list ul li p a::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.top_media .media_list ul li p a::before {
  border: 1px solid #6e6750;
  width: 22px;
  height: 15px;
  top: 5px;
  right: 2px;
}
.top_media .media_list ul li p a::after {
  border-top: 1px solid #6e6750;
  border-right: 1px solid #6e6750;
  width: 22px;
  height: 16px;
  top: 3px;
  right: 0;
}
.top_media .frame_area {
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #6e6750;
  border-bottom: 1px solid #6e6750;
}
.top_media .frame_area .frame_wrap iframe {
  width: 100%;
  height: 90px;
}
.top_media .btn_more {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .main-content__aboutus .video_area .video_base {
    margin-top: 15vw;
    width: 100%;
    height: 45.6vw;
  }
  .main-content__aboutus .video_area .video_base .video_wrap .btn_close {
    top: 80px;
    width: 40px;
    height: 40px;
  }
  .main-content__aboutus .video_area .video_base .video_wrap .btn_close::before, .main-content__aboutus .video_area .video_base .video_wrap .btn_close::after {
    height: 2px;
    top: 19px;
  }
  .main-content__aboutus .video_area .video_base .video_wrap video {
    width: 100%;
    height: auto;
  }
  .main-content__aboutus .video_area .video_base .video_wrap.fixed video {
    width: 95vw;
    height: auto;
  }
  .main-content__aboutus .video_area p.btn_more {
    margin-top: 40px;
  }
  .main-content__aboutus .video_area p.btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
  .main-content__aboutus .video_area .to_youtube {
    width: auto;
    margin-top: 2.6666666667vw;
  }
  .main-content__aboutus .video_area .to_youtube p a {
    font-size: 3.4666666667vw;
  }
  .main-content__aboutus .video_area .to_youtube p a span.logo_wrap img {
    width: 18.6666666667vw;
  }
  .main-content__aboutus .video_area .to_youtube p a span.text {
    margin-left: 0.8vw;
    padding-bottom: 0.2666666667vw;
  }
  .top_media {
    width: 85%;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 20vw;
  }
  .top_media h2 {
    font-size: 6.6666666667vw;
    letter-spacing: 0.2666666667vw;
  }
  .top_media h2.t_jp {
    font-size: 5.8666666667vw;
  }
  .top_media p.sub_tit {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .top_media .media_list {
    padding: 4vw 0;
    margin-top: 8vw;
  }
  .top_media .media_list ul li {
    flex-wrap: wrap;
    gap: 0 3.2vw;
  }
  .top_media .media_list ul li + li {
    margin-top: 3.7333333333vw;
  }
  .top_media .media_list ul li time {
    width: 17.3333333333vw;
    min-width: 0;
    font-size: 3.7333333333vw;
    padding-top: 0.2666666667vw;
    padding-left: 2.6666666667vw;
  }
  .top_media .media_list ul li .media_name {
    text-decoration: none;
    font-size: 4.2666666667vw;
  }
  .top_media .media_list ul li p {
    width: 100%;
    margin-top: 0.8vw;
    font-size: 3.7333333333vw;
    word-break: break-all;
    padding-top: 0;
  }
  .top_media .media_list ul li p a {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 8vw;
  }
  .top_media .media_list ul li p a::before {
    width: 4.8vw;
    height: 3.2vw;
    top: 1.3333333333vw;
    right: 0.5333333333vw;
  }
  .top_media .media_list ul li p a::after {
    width: 4.8vw;
    height: 3.2vw;
    top: 0.8vw;
  }
  .top_media .frame_area {
    padding: 4vw 0;
    margin-top: 8vw;
  }
  .top_media .frame_area .frame_wrap iframe {
    width: 100%;
    height: 150px;
  }
  .top_media .btn_more {
    margin-top: 8vw;
  }
  .top_media .btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-team__main-visual .tit_wrap {
  padding-top: 50px;
}
.p-team__main-visual .tit_wrap h1 {
  font-size: 40px;
  border-bottom: 1px solid #000;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.p-team__main-visual .box_area {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.p-team__main-visual .box_area .content_wrap {
  width: 48%;
}
.p-team__main-visual .box_area .content_wrap .box {
  padding: 8%;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.p-team__main-visual .box_area .content_wrap .box + .box {
  margin-top: 32px;
}
.p-team__main-visual .box_area .content_wrap .box .img_wrap {
  text-align: center;
  margin-bottom: 5%;
}
.p-team__main-visual .box_area .content_wrap .box .img_wrap img {
  width: 100%;
}
.p-team__main-visual .box_area .content_wrap .box .img_wrap.on_shadow img {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.p-team__main-visual .box_area .content_wrap .box .text .tit_wrap p.post {
  font-weight: bold;
  font-size: 18px;
  color: #6e6750;
}
.p-team__main-visual .box_area .content_wrap .box .text .tit_wrap p.post.t_en {
  font-weight: normal;
  letter-spacing: 1px;
}
.p-team__main-visual .box_area .content_wrap .box .text .tit_wrap h2 {
  font-size: 23px;
  font-weight: bold;
  margin-top: 5px;
}
.p-team__main-visual .box_area .content_wrap .box .text .tit_wrap h2.t_en {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 30px;
}
.p-team__main-visual .box_area .content_wrap .box .text .t_description {
  margin-top: 20px;
  padding-top: 22px;
  position: relative;
}
.p-team__main-visual .box_area .content_wrap .box .text .t_description::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 2px;
  background-color: #707070;
}
.p-team__main-visual .box_area .content_wrap .box .text .t_description p {
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .p-team__main-visual .tit_wrap {
    padding-top: 10.6666666667vw;
  }
  .p-team__main-visual .tit_wrap h1 {
    font-size: 5.3333333333vw;
  }
  .p-team__main-visual .box_area {
    margin-top: 10.6666666667vw;
    display: block;
  }
  .p-team__main-visual .box_area .content_wrap {
    width: auto;
  }
  .p-team__main-visual .box_area .content_wrap + .content_wrap {
    margin-top: 8vw;
  }
  .p-team__main-visual .box_area .content_wrap .box {
    padding: 3.7333333333vw 2.6666666667vw;
  }
  .p-team__main-visual .box_area .content_wrap .box + .box {
    margin-top: 8vw;
  }
  .p-team__main-visual .box_area .content_wrap .box .img_wrap {
    margin-bottom: 5.3333333333vw;
  }
  .p-team__main-visual .box_area .content_wrap .box .img_wrap.on_shadow img {
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .p-team__main-visual .box_area .content_wrap .box .text {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .p-team__main-visual .box_area .content_wrap .box .text .tit_wrap p.post {
    font-size: 3.7333333333vw;
  }
  .p-team__main-visual .box_area .content_wrap .box .text .tit_wrap p.post.t_en {
    letter-spacing: 0.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-team__main-visual .box_area .content_wrap .box .text .tit_wrap h2 {
    font-size: 4.8vw;
    margin-top: 0.8vw;
  }
  .p-team__main-visual .box_area .content_wrap .box .text .tit_wrap h2.t_en {
    letter-spacing: 0.2666666667vw;
    font-size: 6.9333333333vw;
  }
  .p-team__main-visual .box_area .content_wrap .box .text .t_description {
    margin-top: 4.8vw;
    padding-top: 4.8vw;
    border-top: 2px solid #707070;
  }
  .p-team__main-visual .box_area .content_wrap .box .text .t_description::before {
    display: none;
  }
  .p-team__main-visual .box_area .content_wrap .box .text .t_description p {
    font-size: 3.7333333333vw;
  }
  .p-team__main-visual .box_area .content_wrap .box .text .t_description p.t_en {
    font-size: 4.2666666667vw;
  }
}
.to_language {
  position: absolute;
  top: 0;
  right: 48px;
  z-index: 100;
}
.to_language p.btn_lang {
  font-size: 14px;
  height: 30px;
  width: 100px;
  padding-right: 20px;
  font-weight: normal;
  background: #6e6750;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: left;
  transition: 0.3s;
  cursor: pointer;
}
.to_language p.btn_lang::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.to_language p.btn_lang.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.to_language p.font_ak {
  font-size: 16px;
}
.to_language ol.lang_nav {
  display: none;
}
.to_language ol.lang_nav li {
  border-top: 1px solid #fff;
  border-left: 1px solid #6e6750;
  border-right: 1px solid #6e6750;
  font-size: 14px;
}
.to_language ol.lang_nav li.font_ak {
  font-size: 15px;
}
.to_language ol.lang_nav li a {
  display: block;
  padding: 3px 10px;
  background-color: #6e6750;
  color: #fff;
  transition: 0.3s;
}
.to_language ol.lang_nav li a:hover {
  background-color: #8b7f59;
}
.to_language ol.lang_nav li.current:last-child {
  border-bottom: 1px solid #6e6750;
}
.to_language ol.lang_nav li.current a {
  background-color: #fff;
  color: #6e6750;
  pointer-events: none;
}

.lang_change {
  position: absolute;
  top: 8px;
  right: 48px;
  z-index: 100;
}
.lang_change a,
.lang_change span {
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  padding-left: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  position: relative;
}
.lang_change a::before,
.lang_change span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/ico_lang2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lang_change a:hover,
.lang_change span:hover {
  text-decoration: underline;
}
.lang_change a.font_ak,
.lang_change span.font_ak {
  padding-top: 3px;
  font-size: 18px;
}
.lang_change span {
  padding-right: 20px;
}
.lang_change span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.lang_change.open span::after {
  transform: translateY(-50%) rotate(135deg);
}

.select_lang_list {
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  display: none;
}
.select_lang_list ol {
  pointer-events: auto;
}
.select_lang_list ol li + li {
  border-top: 1px solid #555;
}
.select_lang_list ol li a {
  color: #fff;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 54px;
  transition: 0.3s;
}
.select_lang_list ol li a:hover {
  background-color: #fff;
  color: #000;
}
.select_lang_list.slide_in ol {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (min-width: 961px) {
  .l-header.languages .p-gnav ul {
    padding-top: 40px;
  }
  .home .lang_change a::before,
  .home .lang_change span::before {
    background-image: url(/assets/images/common/ico_lang.svg);
  }
  .home .lang_change span::after {
    border-color: #fff;
  }
  .home header.fixed .lang_change a::before,
  .home header.fixed .lang_change span::before {
    background-image: url(/assets/images/common/ico_lang2.svg);
  }
  .home header.fixed .lang_change span::after {
    border-color: #000;
  }
}
@media screen and (max-width: 960px) {
  .l-header.languages #g-nav {
    padding-top: 80px;
  }
  .l-header.languages #g-nav .close {
    margin-bottom: 10px;
  }
  .to_language {
    top: 16px;
    right: 75px;
  }
  .lang_change {
    overflow: hidden;
    top: 16px;
    right: 70px;
  }
  .lang_change span {
    padding: 0;
    padding-top: 26px !important;
    width: 26px;
    height: 26px;
    display: block;
  }
  .lang_change span::before {
    width: 100%;
    height: 100%;
  }
  .lang_change span::after {
    display: none;
  }
  .select_lang_list {
    top: 60px;
  }
  .sp_booknow {
    position: absolute;
    top: 70px;
    right: 10px;
    padding: 0;
    margin: 0;
    letter-spacing: 1.5px;
    text-align: center;
  }
  .sp_booknow span {
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #000;
    font-size: 1.6rem;
    background-color: #fff;
    display: block;
  }
}
.page_privacy {
  padding-bottom: 80px;
}

.privacy_content {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.privacy_content:first-child {
  padding-top: 80px;
}
.privacy_content + .privacy_content {
  margin-top: 40px;
}
.privacy_content .tit_area h1 {
  font-size: 45px;
  border-bottom: 1px solid;
  width: 50%;
  letter-spacing: 0.3rem;
}
.privacy_content .tit_area .sub_tit {
  margin-top: 5px;
  font-size: 20px;
}
.privacy_content .lead {
  margin-top: 3em;
}
.privacy_content h2 {
  font-weight: 500;
  font-size: 1.2em;
}
.privacy_content .content_wrap {
  margin-top: 1em;
}
.privacy_content .content_wrap p,
.privacy_content .content_wrap ul,
.privacy_content .content_wrap ol {
  margin-top: 1em;
}
.privacy_content .content_wrap p:first-child,
.privacy_content .content_wrap ul:first-child,
.privacy_content .content_wrap ol:first-child {
  margin-top: 0;
}
.privacy_content .content_wrap ul li + li {
  margin-top: 0.5em;
}
.privacy_content .content_wrap ul.dot_list > li {
  position: relative;
  padding-left: 1em;
}
.privacy_content .content_wrap ul.dot_list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy_content .content_wrap ul.number_list > li {
  padding-left: 2.3em;
  position: relative;
}
.privacy_content .content_wrap ul.number_list > li > span {
  position: absolute;
  top: 0;
  left: 0;
}
.privacy_content .content_wrap ul.kana_list > li {
  padding-left: 3em;
  position: relative;
}
.privacy_content .content_wrap ul.kana_list > li > span {
  position: absolute;
  top: 0;
  left: 0;
}
.privacy_content .content_wrap dl.sub_list > div {
  display: flex;
}
.privacy_content .content_wrap dl.sub_list > div dt {
  white-space: nowrap;
  font-weight: normal;
}
.privacy_content .content_wrap .end_text {
  margin-top: 2em;
}

@media screen and (max-width: 960px) {
  .privacy_content {
    font-size: 3.7333333333vw;
  }
  .privacy_content .tit_area h1 {
    font-size: 8vw;
    width: 80%;
  }
  .privacy_content .tit_area .sub_tit {
    margin-top: 0.8vw;
    font-size: 4.2666666667vw;
  }
}
.lang_en .p-hotels__lineup ul li .-logobox .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}
.lang_en .p-hotels__lineup ul li div h3 {
  min-height: 50px;
}

footer .list_box dl.footer_recruit {
  margin-top: 67px;
}
footer .list_box dl.footer_recruit .border_none {
  border: 0;
}

@media screen and (max-width: 960px) {
  .lang_en .nav_children_wrap .nav_children {
    font-size: 20px;
  }
  header .nav_parent_wrap {
    pointer-events: auto;
    transition: 0.5s;
  }
  header .nav_parent_wrap.none {
    opacity: 0;
    pointer-events: none;
  }
  header .nav_children_wrap .nav_children {
    position: absolute;
    width: 100%;
    transition: 0.5s;
    transform: translateX(100%);
    opacity: 0;
    height: auto;
    font-size: 16px;
  }
  header .nav_children_wrap .nav_children.active {
    opacity: 1;
    transform: translateX(0);
    margin-top: 0;
  }
  header .nav_children_wrap .nav_children.active .children_head {
    display: block;
  }
  header .nav_children_wrap .nav_children.active ul {
    display: block;
    animation-name: slide-fade;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  header .nav_children_wrap .nav_children.active ul.font_ak li {
    font-size: 18px;
  }
  header .nav_children_wrap .nav_children.active ul .category {
    font-weight: 500;
    font-size: 18px;
  }
  header .nav_children_wrap .nav_children.active.tab01, header .nav_children_wrap .nav_children.active.tab02, header .nav_children_wrap .nav_children.active.tab03, header .nav_children_wrap .nav_children.active.tab04, header .nav_children_wrap .nav_children.active.tab05 {
    top: 0;
  }
  header .nav_children_wrap .nav_children.active.tab01 ul li a {
    margin-bottom: 5% !important;
  }
  header .nav_children_wrap .nav_children.active.tab01 ul li.category {
    margin-top: 10%;
  }
  header .nav_children_wrap .nav_children .children_head {
    display: none;
  }
  header .nav_children_wrap .nav_children .children_head .nav_parent_back {
    position: relative;
    margin-top: 80px;
    padding-left: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
  }
  header .nav_children_wrap .nav_children .children_head .nav_parent_back.font_ak {
    font-size: 18px;
  }
  header .nav_children_wrap .nav_children .children_head .nav_parent_back::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 7px;
    left: 0px;
    transition: 0.3s;
    transform: rotate(-135deg);
  }
  header .nav_children_wrap .nav_children ul {
    display: none;
    transition: 0.3s;
    height: 100%;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
  }
  header #g-nav .nav_ah {
    margin-top: 18px;
  }
  header #g-nav .nav_ah a {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 15px;
    background-color: #6e6750;
    padding: 10px;
    color: #fff;
    text-align: center;
  }
}
@keyframes slide-fade {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body:not(.home) .panel_area .panel_inner {
  display: none;
}

.home .panel_area {
  position: absolute;
  top: 32vw;
  left: 50%;
  transform: translateX(-50%);
}
.home .panel_area.on {
  left: auto;
  transform: none;
}

.panel_area {
  height: 89px;
  z-index: 10000;
}
.panel_area .panel_inner {
  z-index: 10000;
  position: relative;
}
.panel_area .panel_inner .form_wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 18px 30px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0.25rem 1.25rem 3px;
}
.panel_area .panel_inner .form_wrap form .form_inner {
  gap: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel_area .panel_inner .form_wrap form .form_inner .box > p {
  text-align: left;
  font-weight: normal;
  padding-top: 0;
  margin-bottom: 0;
  color: #707070;
}
.panel_area .panel_inner .form_wrap form .form_inner select,
.panel_area .panel_inner .form_wrap form .form_inner input,
.panel_area .panel_inner .form_wrap form .form_inner textarea,
.panel_area .panel_inner .form_wrap form .form_inner button {
  background: #fff;
  color: #1A191D;
  border-radius: 4px;
  border: 1px solid #ddd;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 3px;
  cursor: pointer;
  min-width: 50px;
}
.panel_area .panel_inner .form_wrap form .form_inner .hotel_box p {
  position: relative;
  padding-left: 18px;
}
.panel_area .panel_inner .form_wrap form .form_inner .hotel_box p::before {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  background: url(../images/common/ico_pin.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.panel_area .panel_inner .form_wrap form .form_inner .hotel_box select {
  min-width: 140px;
}
.panel_area .panel_inner .form_wrap form .form_inner .checkin_box input,
.panel_area .panel_inner .form_wrap form .form_inner .checkout_box input {
  width: 180px;
}
.panel_area .panel_inner .form_wrap form .form_inner .adults_box select {
  text-align: center;
}
.panel_area .panel_inner .form_wrap form .form_inner .submit_box {
  margin-left: 15px;
}
.panel_area .panel_inner .form_wrap form .form_inner .submit_box .btn_submit {
  background-color: #3C3D3F;
  color: #fff;
  width: 160px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.panel_area .panel_inner .form_wrap form .form_inner .submit_box .btn_submit:hover {
  opacity: 0.8;
}
.panel_area .panel_inner .form_wrap.form_wrap_en form .form_inner .checkin_box .select_wrap {
  display: flex;
  align-items: center;
}
.panel_area .panel_inner .form_wrap.form_wrap_en form .form_inner .checkin_box .select_wrap select[name=fromday] {
  text-align: center;
}
.panel_area .panel_inner .form_wrap.form_wrap_en form .form_inner .checkin_box .select_wrap span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  color: #707070;
}
.panel_area .panel_inner .form_wrap.form_wrap_en form .form_inner .nights_box select[name=nbdays] {
  text-align: center;
}
.panel_area.on .panel_inner {
  position: fixed;
  top: 0;
  width: 100%;
}

header {
  width: 100%;
}
header.l-header.fixed {
  position: fixed;
  top: -106px;
  transition: 0.2s linear;
  transition-property: transform;
  background-color: #fff;
  color: #000;
  justify-content: space-between;
  transform: translateY(0%);
  min-height: 106px;
}
header.l-header.open {
  transform: translateY(100%);
}
header.l-header .h_logo_scroll {
  display: none;
  width: 170px;
}

.panel_area.on .panel_inner {
  transition: 0.2s linear;
}
.panel_area.on .panel_inner.down {
  top: 106px;
}

@media screen and (max-width: 960px) {
  body:not(.home) .btn_panel_open.btn_top {
    margin-top: 0;
  }
  body:not(.home) .btn_panel_open.btn_top .btn_inner {
    display: none;
  }
  .home .p-gnav__logo {
    opacity: 1;
    pointer-events: all;
  }
  header.l-header.fixed {
    top: -60px;
    min-height: auto;
  }
  header.l-header.lock {
    position: fixed;
    top: 0 !important;
    transform: translateY(0) !important;
  }
  .home .btn_panel_open.btn_top {
    position: absolute;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn_panel_open {
    z-index: 100;
  }
  .btn_panel_open .btn_inner .txt_wrap {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.25rem 1.25rem 3px;
    display: flex;
    justify-content: center;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_panel_open .btn_inner .txt_wrap span {
    display: inline-block;
    width: 50%;
    color: #fff;
  }
  .btn_panel_open .btn_inner .txt_wrap span + span {
    border-left: 1px dashed #fff;
    padding-left: 15px;
  }
  .btn_panel_open .btn_inner .txt_wrap span.dest {
    position: relative;
    padding-left: 18px;
  }
  .btn_panel_open .btn_inner .txt_wrap span.dest::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    background: url(../images/common/ico_pin.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .btn_panel_open.down .btn_inner {
    top: 60px !important;
  }
  .btn_panel_open.btn_spnav {
    background-color: transparent;
  }
  .btn_panel_open.btn_spnav .btn_inner .txt_wrap {
    background: #3C3D3F;
    width: 100%;
  }
  .btn_panel_open.btn_spnav .btn_inner .txt_wrap span + span {
    border-left: 1px dashed #fff;
  }
  .btn_panel_open.btn_spnav .btn_inner .txt_wrap span.dest::before {
    background: url(../images/common/ico_pin_white.svg) no-repeat center/contain;
  }
  .btn_panel_open.btn_top .btn_inner .txt_wrap {
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.25rem 1.25rem 3px;
    display: flex;
    justify-content: center;
    padding: 15px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_panel_open.btn_top .btn_inner .txt_wrap span {
    color: #707070;
  }
  .btn_panel_open.btn_top .btn_inner .txt_wrap span + span {
    border-left: 1px dashed #000;
  }
  .btn_panel_open.btn_top.on {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .btn_panel_open.btn_top.on .btn_inner {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.2s linear;
  }
  #g-nav .btn_panel_open .btn_inner .txt_wrap {
    width: 75%;
    padding: 10px;
  }
  #g-nav .btn_panel_open .btn_inner .txt_wrap span {
    font-size: 14px;
  }
  .home .panel_area {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateX(0);
  }
  .panel_area {
    display: none;
    margin-top: 0 !important;
    padding: 140px 20px 40%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .panel_area .panel_inner {
    position: relative !important;
  }
  .panel_area .panel_inner.down {
    top: 0 !important;
  }
  .panel_area .panel_inner .btn_panel_close {
    top: -23px;
    position: absolute;
    right: 0;
  }
  .panel_area .panel_inner .btn_panel_close span {
    width: 40px;
    height: 1px;
    display: block;
    background-color: #fff;
    display: block;
  }
  .panel_area .panel_inner .btn_panel_close span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .panel_area .panel_inner .btn_panel_close span:nth-child(2) {
    transform: rotate(45deg);
  }
  .panel_area .panel_inner .form_wrap {
    width: 100%;
  }
  .panel_area .panel_inner .form_wrap form .form_inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .panel_area .panel_inner .form_wrap form .form_inner .box {
    width: 100%;
  }
  .panel_area .panel_inner .form_wrap form .form_inner .hotel_box select {
    width: 100%;
  }
  .panel_area .panel_inner .form_wrap form .form_inner .checkin_box input,
  .panel_area .panel_inner .form_wrap form .form_inner .checkout_box input {
    width: 100%;
  }
  .panel_area .panel_inner .form_wrap form .form_inner .person_box,
  .panel_area .panel_inner .form_wrap form .form_inner .room_box {
    width: 47%;
  }
  .panel_area .panel_inner .form_wrap form .form_inner .person_box select,
  .panel_area .panel_inner .form_wrap form .form_inner .room_box select {
    width: 100%;
  }
  .panel_area .panel_inner .form_wrap form .form_inner .submit_box {
    margin-left: 0;
  }
  .panel_area .panel_inner .form_wrap form .form_inner .submit_box .btn_submit {
    margin: 10px auto 0;
  }
  .panel_area .panel_inner .form_wrap.form_wrap_en form .form_inner .nights_box,
  .panel_area .panel_inner .form_wrap.form_wrap_en form .form_inner .adults_box {
    width: 40%;
  }
  .panel_area .panel_inner .form_wrap.form_wrap_en form .form_inner .nights_box select,
  .panel_area .panel_inner .form_wrap.form_wrap_en form .form_inner .adults_box select {
    width: 100%;
  }
  .search_panel_open {
    width: 100px;
    height: 100px;
    right: 10px;
  }
  .sp_map_wrap {
    position: relative;
  }
  .sp_map_wrap .pin {
    position: absolute;
    z-index: 1;
  }
  .sp_map_wrap .pin a {
    display: block;
  }
  .sp_map_wrap .pin a::after {
    content: "";
    display: block;
    position: absolute;
    width: 6.1333333333vw;
    height: 9.6vw;
  }
  .sp_map_wrap .pin.pin_tokyo {
    width: 23.75vw;
    top: 29.3333333333vw;
    left: 36vw;
  }
  .sp_map_wrap .pin.pin_tokyo a::after {
    right: -2.9333333333vw;
    bottom: -13.3333333333vw;
  }
  .sp_map_wrap .pin.pin_kyoto {
    width: 23.75vw;
    top: 40vw;
    left: 17.6vw;
  }
  .sp_map_wrap .pin.pin_kyoto a::after {
    right: -1.6vw;
    bottom: -6.4vw;
  }
  .sp_map_wrap .pin.pin_osaka {
    width: 25.25vw;
    top: 71.4666666667vw;
    left: 30.9333333333vw;
  }
  .sp_map_wrap .pin.pin_osaka a::after {
    left: 7.7333333333vw;
    top: -14.1333333333vw;
  }
  .sp_map_wrap .pin.pin_tokyo_en {
    width: 23.75vw;
    top: 28.5333333333vw;
    left: 36vw;
  }
  .sp_map_wrap .pin.pin_tokyo_en a::after {
    right: -2.9333333333vw;
    bottom: -11.4666666667vw;
  }
  .sp_map_wrap .pin.pin_kyoto_en {
    width: 24.5vw;
    top: 40vw;
    left: 17.0666666667vw;
  }
  .sp_map_wrap .pin.pin_kyoto_en a::after {
    right: -1.6vw;
    bottom: -6.6666666667vw;
  }
  .sp_map_wrap .pin.pin_osaka_en {
    width: 25.75vw;
    top: 69.8666666667vw;
    left: 30.1333333333vw;
  }
  .sp_map_wrap .pin.pin_osaka_en a::after {
    left: 8.5333333333vw;
    top: -12.5333333333vw;
  }
}
.no_subdomain_text {
  padding-top: 8px;
  text-align: center;
  font-size: 14px;
  color: #e90000;
}
.no_subdomain_text a {
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  margin-left: 3px;
  background-color: #6e6750;
}

.main-content__mv {
  position: relative;
}
.main-content__mv .appeal_announce {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
  font-size: 18px;
  max-width: 90%;
  padding: 10px 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-content__mv .appeal_announce a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .main-content__mv .appeal_announce {
    top: 50%;
    font-size: 4vw;
    max-width: 90%;
    padding: 2.6666666667vw 4.2666666667vw;
  }
}
.home .top_brand_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1000px;
  width: 100%;
  margin-left: 40px;
  margin-top: 80px;
}
.home .top_brand_wrap .-btn2 {
  width: 20%;
  padding-bottom: 20px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #707070;
  margin: 0;
  color: #333 !important;
  text-align: center;
}
.home .top_brand_wrap .-btn2 .logo_img {
  display: flex;
  min-height: 95px;
}
.home .top_brand_wrap .-btn2 .logo_img img {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}
.home .top_brand_wrap .-btn2 span {
  margin-bottom: 0 !important;
}
.home .top_brand_wrap .-btn2 .txt {
  display: block;
  font-size: 14px;
  font-family: "Akshar", sans-serif;
}
.home .top_brand_wrap .-btn2 .txt.txt2 {
  font-size: 11px;
}
.home .top_brand_wrap .-btn2.-active {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.home .top_brand_wrap .-btn2:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.home .top_brand_wrap .-btn2.btn_exclusive .txt {
  color: #71674d;
}
.home .top_brand_wrap .-btn2.btn_limitless .logo_img img {
  width: 64px;
}
.home .top_brand_wrap .-btn2.btn_limitless .txt {
  color: #95785e;
}
.home .top_brand_wrap .-btn2.btn_select .logo_img img {
  width: 60px;
}
.home .top_brand_wrap .-btn2.btn_select .txt {
  color: #515152;
}
.home .top_brand_wrap .-btn2.btn_collection .logo_img img {
  width: 85px;
  padding-bottom: 15px;
}
.home .top_brand_wrap .-btn2.btn_collection .txt {
  color: #4c4948;
}
.home .brand_modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.home .brand_modal .lead_wrap .lead_logo {
  margin-top: 50px;
}
.home .brand_modal .lead_wrap .lead_logo img {
  width: 100%;
}
.home .brand_modal .lead_wrap .pic {
  margin: 0 auto;
  width: 120px;
  min-height: 145px;
  display: flex;
}
.home .brand_modal .lead_wrap .txt {
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
}
.home .brand_modal .lead_wrap .txt.txt1 {
  font-family: "Akshar", sans-serif;
}
.home .brand_modal .lead_wrap .txt.txt2 {
  margin-top: -3px;
  font-size: 16px;
}
.home .brand_modal .lead_wrap .catch {
  font-size: 28px;
  text-align: center;
  margin-top: 25px;
}
.home .brand_modal .lead_wrap .desc {
  margin-top: 15px;
}
.home .brand_modal .lead_wrap.exclusive .txt {
  color: #71674d;
}
.home .brand_modal .lead_wrap.limitless .pic {
  width: 112px;
}
.home .brand_modal .lead_wrap .txt {
  color: #95785e;
}
.home .brand_modal .lead_wrap.select .pic {
  width: 100px;
}
.home .brand_modal .lead_wrap.select .txt {
  color: #515152;
}
.home .brand_modal .lead_wrap.collection .pic {
  width: 170px;
}
.home .brand_modal .lead_wrap.collection .txt {
  color: #4c4948;
}
.home .brand_modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.home .brand_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.home .brand_modal_content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 720px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home .brand_modal.is-active .brand_modal_content {
  opacity: 1;
}
.home .brand_modal_close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
.home .brand_modal_item {
  display: none;
}
.home .brand_modal_item.is-active {
  display: block;
}

body.is-modal-open {
  overflow: hidden;
}

@media (max-width: 960px) {
  .home .brand_modal_content {
    padding: 20px;
  }
  .home .top_brand_wrap {
    padding-right: 0;
    gap: 5vw 0;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto;
    width: 90%;
    padding: 20px;
  }
  .home .top_brand_wrap .-btn2 {
    width: 46%;
    margin: 0;
    font-size: 16px;
    border-bottom: none;
    font-size: 3.7333333333vw;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home .top_brand_wrap .-btn2 .logo_img {
    min-height: 23.666667vw;
  }
  .home .top_brand_wrap .-btn2 .logo_img img {
    width: 18vw;
  }
  .home .top_brand_wrap .-btn2.btn_collection .logo_img img {
    padding-bottom: 0;
  }
  .home .top_brand_wrap .-btn2.all_btn {
    justify-content: center;
  }
  .home .top_brand_wrap .-btn2.all_btn span {
    display: flex;
    min-height: 95px;
    align-items: center;
    justify-content: center;
  }
  .home .top_brand_wrap .-btn2.btn_limitless .logo_img img {
    width: 13.0666666667vw;
  }
  .home .top_brand_wrap .-btn2.btn_select .logo_img img {
    width: 14.4vw;
  }
  .home .top_brand_wrap .-btn2.btn_select .txt1 {
    margin-top: -2.5333333333vw;
  }
  .home .top_brand_wrap .-btn2.btn_collection .logo_img img {
    width: 19.3333333333vw;
  }
  .home .top_brand_wrap .-btn2 .txt.txt1 {
    font-size: 3.7333333333vw;
  }
  .home .top_brand_wrap .-btn2 .txt.txt2 {
    font-size: 2.6666666667vw;
  }
  .home .brand_modal .lead_wrap .pic {
    width: 110px !important;
  }
  .home .brand_modal .lead_wrap .txt {
    font-size: 20px;
  }
  .home .brand_modal .lead_wrap .txt.txt2 {
    font-size: 16px;
  }
  .home .brand_modal .lead_wrap .catch {
    font-size: 18px;
  }
}/*# sourceMappingURL=styles_renew_test.css.map */